* {
    box-sizing: border-box;
}

body,
html {
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    /* font-family: 'Times new roman', sans-serif; */
    font-size: 14px;
    line-height: 1;
    color: #000000;
    background: url("../images/background.png") no-repeat center center;
    background-size: cover;
}

a {
    color: #b53131;
}

main {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
}

.all_cnt {
    overflow: hidden;
}

.all_cnt img {
    max-width: 100%;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexAiStart {
    display: flex;
    align-items: flex-start;
}

.flexAiEnd {
    display: flex;
    align-items: flex-end;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}


/* шапка */

header {
    height: 325px;
    padding-top: 75px;
    background: url("../images/header.png") no-repeat center bottom, rgb(192, 232, 238);
}

.logo {
    width: 270px;
    text-align: center;
}

.logo .wImg {
    margin-bottom: 10px;
}

.logo .descriptionLogo {
    color: #5a2b1c;
    font-size: 13px;
    line-height: 1;
}

.contactHead {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.contactHead .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 15px;
}

.contactHead .phone a {
    font-size: 22px;
    color: #5a2b1c;
    text-decoration: none;
    line-height: 26px;
    transition: .2s;
}

.contactHead .phone a:hover {
    color: #fc4444;
}

.contactHead .phone a span {
    font-weight: 900;
}

.contactHead .adress {
    color: #000;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}

.contactHead .adress span {
    font-weight: 900;
    font-size: 17px;
}

.contactHead .mail {
    margin-bottom: 20px;
}

.contactHead .mail a {
    color: #ad2f2f;
    font-size: 19px;
}

.contactHead .mail a:hover {
    color: #fc4444;
}

.contactHead .social a {
    margin-left: 5px;
}

.contactHead .social a img {
    width: 30px;
    height: 30px;
}


/* меню */

.menuHead {
    display: flex;
    align-items: center;
    background: rgb(255, 240, 201);
    background: linear-gradient(180deg, rgba(255, 240, 201, 1) 0%, rgba(225, 187, 92, 1) 100%);
}

.HeadMenuAndButton {
    height: 50px;
}

.HeadMenuAndButton .wrapMenu {
    width: calc(100% - 300px);
    display: flex;
}

.HeadMenuAndButton ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    margin: 0;
}

.HeadMenuAndButton ul>li {
    position: relative;
    display: flex;
    align-items: center;
}

.HeadMenuAndButton ul>li::after {
    content: url(../images/afterMenu.png);
    margin: 0 15px;
}

.HeadMenuAndButton ul>li:last-child:after {
    display: none;
}

.HeadMenuAndButton ul>li a {
    color: #5a2b1c;
    font-size: 18px;
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
}

.HeadMenuAndButton ul>li a.selected,
.HeadMenuAndButton ul>li a:hover {
    color: #b53131;
    text-decoration: underline;
}

.HeadMenuAndButton ul>li>ul {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    padding: 0;
}

.HeadMenuAndButton ul>li>ul>li {
    position: static;
}

.HeadMenuAndButton .buttonSlabVid {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: rgb(174, 47, 47);
    background: linear-gradient(0deg, rgba(174, 47, 47, 1) 0%, rgba(255, 69, 69, 1) 100%);
}

.HeadMenuAndButton .buttonSlabVid:hover {
    background: linear-gradient(0deg, rgba(255, 69, 69, 1) 0%, rgba(255, 69, 69, 1) 100%);
}

.HeadMenuAndButton .bvi-panel-close {
    display: flex;
    align-items: center;
}

.HeadMenuAndButton .buttonSlabVid::before {
    content: url(../images/glaz.png);
    margin-right: 15px;
}


/* конец меню */


/* конец шапка */


/* контент */

.wrapContent {
    display: grid;
    grid-template-columns: 265px calc(100% - 265px);
}

.wrapContent .centerColumn,
.wrapContent .leftColumn {
    padding-top: 40px;
    padding-bottom: 100px;
}

.titleAll {
    color: #703924;
    font-size: 25px;
    font-weight: 500;
    border-bottom: 1px solid #e1ca92;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 24px;
}

.titleAll::before {
    content: "";
    height: 5px;
    width: 40px;
    background: #b53131;
    left: 0;
    bottom: -3px;
    position: absolute;
}

.titleAll::after {
    content: url("../images/afterLi.png");
    position: absolute;
    bottom: -5px;
    right: 0;
}


/* левая колонка */

.wrapContent .leftColumn {
    background: rgb(174, 47, 47);
    padding-right: 20px;
    background: linear-gradient(90deg, rgba(174, 47, 47, 0) 0%, rgba(250, 231, 184, 1) 100%);
}

.wrapContent .leftColumn .photoLeft,
.wrapContent .leftColumn .merLeft,
.wrapContent .leftColumn .secKruzh,
.wrapContent .leftColumn .LeftMenu {
    margin-bottom: 35px;
}

.wrapContent .leftColumn ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.wrapContent .leftColumn ul li {
    border-bottom: 1px solid #e1ca92;
    position: relative;
    padding: 5px 0;
}

.wrapContent .leftColumn ul li:first-child {
    padding-top: 0;
}

.wrapContent .leftColumn ul li::before {
    content: url("../images/afterLi.png");
    position: absolute;
    bottom: -4px;
    right: 0;
}

.wrapContent .leftColumn ul li::after {
    content: url("../images/afterLi.png");
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: rotate(180deg);
}

.wrapContent .leftColumn ul li a {
    color: #5a2b1c;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    display: block;
}

.wrapContent .leftColumn ul li a.selected {
    color: #b53131;
}

.wrapContent .leftColumn ul li a::before {
    position: absolute;
    background: #5a2b1c;
    height: 7px;
    width: 7px;
    border-radius: 2px;
    left: 0;
    top: 5px;
    content: "";
}

.wrapContent .leftColumn ul li a:hover:after {
    content: url('../images/arrovMenu.png');
    margin-left: 10px;
}

.wrapContent .leftColumn .secKruzh .itemsSK {
    display: flex;
    justify-content: space-between;
}

.wrapContent .leftColumn .secKruzh .itemSK {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fcedca;
    background: #b53131;
    border: solid 2px #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(226, 203, 148, 1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(226, 203, 148, 1);
    box-shadow: 0px 0px 0px 1px rgba(226, 203, 148, 1);
}

.wrapContent .leftColumn .secKruzh .itemSK:hover {
    background: rgb(174, 47, 47);
    background: linear-gradient(0deg, rgba(174, 47, 47, 1) 0%, rgba(255, 69, 69, 1) 100%);
}

.wrapContent .leftColumn .photoLeft .buttonPhAll {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.buttonOcenKach {
    background: #b53131;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    -moz-box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    margin-bottom: 50px;
}

.buttonOcenKach:hover {
    background: rgb(174, 47, 47);
    background: linear-gradient(0deg, rgba(174, 47, 47, 1) 0%, rgba(255, 69, 69, 1) 100%);
}

.buttonOcenKach::before {
    content: url('../images/people.png');
    margin-right: 10px;
}

.citatNedeli {
    position: relative;
    padding-bottom: 50px;
}

.citatNedeli .titleCN {
    color: #703924;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 5px;
    position: relative;
    z-index: 0;
}

.citatNedeli .titleCN::before {
    content: url("../images/kovich.png");
    position: absolute;
    left: 0;
    top: -15px;
    z-index: -1;
}

.citatNedeli .bodyCN {
    font-size: 16px;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.citatNedeli .autorCN {
    color: #8c8573;
    font-weight: bold;
    font-size: 16px;
}

.citatNedeli::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: url("../images/zavitush.png");
}


/* конец левая колонка */


/* центральный контейнер */

.wrapContent .centerColumn {
    padding-left: 30px;
}


/* lastNews */

.itemLN {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.itemLN::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: url('../images/usi.png') no-repeat center center;
}

.itemLN .wImg {
    width: 170px;
}

.itemLN .textILN {
    width: calc(100% - 170px);
    padding-left: 25px;
}

.itemLN .dataLN {
    font-size: 16px;
    color: #703924;
    margin-right: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.itemLN .dataLN:before {
    content: url('../images/time.png');
    margin-right: 5px;
}

.itemLN .nameLN {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.itemLN .description {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1;
}

.AllLN {
    background: #b53131;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    -moz-box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    box-shadow: 0px -5px 5px -5px rgba(140, 38, 38, 1) inset;
    margin-bottom: 50px;
}

.AllLN:hover {
    background: rgb(174, 47, 47);
    background: linear-gradient(0deg, rgba(174, 47, 47, 1) 0%, rgba(255, 69, 69, 1) 100%);
}


/* end lastNews */


/* poleznLink */

.itemsPL .slick-list {
    margin: 0 -10px;
}

.wrapItemPL {
    padding: 0 10px;
}

.itemPL {
    background: #fbeed0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.itemPL .textPL {
    padding-left: 15px;
}

.itemPL .namePL {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
}

.itemPL .linkPL a {
    color: #b53131;
    font-size: 14px;
    font-weight: 300;
}

.itemsPL .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none;
}

.itemsPL .slick-dots li {
    padding: 0 5px;
}

.itemsPL .slick-dots li button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #e3bd62;
    border: none;
    transition: .2s;
    cursor: pointer;
}

.itemsPL .slick-dots li:hover button,
.itemsPL .slick-dots li.slick-active button {
    background: #b53131;
}


/* end poleznLink */


/* конец центральный контейнер */


/* конец контент */


/* подвал */

footer {
    border-top: solid 4px #b53131;
    background: #fff;
    padding-top: 30px;
}

.wrapFooter {
    padding-bottom: 20px;
}

.footerMenuAndSocial {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerMenu {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 20px;
}

.footerMenu::before {
    content: '';
    width: 80%;
    height: 7px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url('../images/usi.png') no-repeat center center;
}

.footerMenu ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.footerMenu li {
    margin-right: 25px;
}

.footerMenu li:last-child {
    margin-right: 0;
}

.footerMenu li a {
    font-size: 16px;
    color: #703924;
    font-weight: 300;
    text-decoration: none;
}

.footerMenuAndSocial .social a {
    margin-left: 5px;
}

.footerMenuAndSocial .social a img {
    width: 30px;
    height: 30px;
}

.footerContact {
    width: 210px;
}

.footerContact .phone {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 10px;
}

.footerContact .phone a {
    color: #5a2b1c;
    font-size: 27px;
    text-decoration: none;
    line-height: 32px;
    transition: .2s;
}

.footerContact .phone a:hover {
    color: #fc4444;
}

.footerContact .adress {
    font-size: 11px;
}

.footerContact .adress br {
    display: none;
}

.footerContact .adress span {
    font-weight: bold;
}

.wrapCopyright {
    background: rgb(252, 233, 190);
    background: linear-gradient(0deg, rgba(252, 233, 190, 1) 0%, rgba(235, 206, 136, 1) 100%);
}

.wrapCopyright p {
    font-size: 13px;
    color: #6a2e1d;
    margin: 0;
}

.copyright {
    height: 45px;
}

.copyright a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #6a2e1d;
}

.copyright a::before {
    content: url('../images/mapsIcon.png');
    margin-right: 10px;
    height: 16px;
}


/* конец подвал */


/* контенер */

@media screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1170px;
    }
}


/* --- effects --*/

.bounceInUp {
    opacity: 0;
    -moz-transform: scale(0.9);
    /* Для Firefox */
    -ms-transform: scale(0.9);
    /* Для IE */
    -webkit-transform: scale(0.9);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(0.9);
    /* Для Opera */
    transform: scale(0.9);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.bounceInUp.shown {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    /* Для Firefox */
    -ms-transform: scale(1);
    /* Для IE */
    -webkit-transform: scale(1);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1);
    /* Для Opera */
}


/* прелоадер */

#lb_widget-root {
    display: none;
}

.wrapLoad {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: fixed;
    z-index: 1000000;
}

.preloader {
    /* size */
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    background-color: #fcbc32;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }
    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }
    7% {
        transform: rotateZ(0deg);
    }
    57% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }
    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }
    12% {
        transform: rotateZ(-36deg);
    }
    62% {
        transform: rotateZ(-36deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }
    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }
    17% {
        transform: rotateZ(-72deg);
    }
    67% {
        transform: rotateZ(-72deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }
    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }
    22% {
        transform: rotateZ(-108deg);
    }
    72% {
        transform: rotateZ(-108deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }
    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }
    27% {
        transform: rotateZ(-144deg);
    }
    77% {
        transform: rotateZ(-144deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }
    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }
    32% {
        transform: rotateZ(-180deg);
    }
    82% {
        transform: rotateZ(-180deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }
    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }
    37% {
        transform: rotateZ(-216deg);
    }
    87% {
        transform: rotateZ(-216deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }
    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }
    42% {
        transform: rotateZ(-252deg);
    }
    92% {
        transform: rotateZ(-252deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }
    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }
    47% {
        transform: rotateZ(-288deg);
    }
    97% {
        transform: rotateZ(-288deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }
    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }
    52% {
        transform: rotateZ(-324deg);
    }
    102% {
        transform: rotateZ(-324deg);
    }
    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}


/* прелоадер */