/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: "BlissPro";
    src: url("../fonts/BlissPro-ExtraLight.woff") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BlissPro";
    src: url("../fonts/BlissPro-Light.woff") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BlissPro";
    src: url("../fonts/blisspro_medium.otf") format("otf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BlissPro-extralight";
    src: url("../fonts/BlissProExtraLight.ttf") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BlissPro-light";
    src: url("../fonts/ofont.ru_Bliss Pro.ttf") format("ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueRegular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "BebasNeue";
    src: url("../fonts/BebasNeueBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ACDisplay";
    src: url("../fonts/acdisplay_bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*Specification*/
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
button:active, button:hover, button:focus, 
input:active, input:hover, input:focus, 
textarea:active, textarea:hover, textarea:focus{
    outline: 0;
    outline-offset: 0;
}
li{
    list-style-type: none;
}
body{
    font-family: Tahoma;
    color: #242424;
}
ul{
    padding: 0;
    margin: 0;
}
input:-internal-autofill-selected {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}
a, a:hover{
    text-decoration: none;
}
div{
    box-sizing: border-box;
}
.container{
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
.contacts .container,
.article .container {
    max-width: 1320px;
}


/*HEADER*/
.container-standard {
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
}
.header{
    padding-top: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 60;
    overflow: hidden;
}
.header .container{
    padding: 0;
    position: relative;
}
.header__top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
.header__contacts{
    font-size: 21px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header__contacts a{
    color: white;
    position: relative;
}

.header__contacts a.tel:first-child:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 17px;
    transform: translate(-100%, -50%);
    background-image: url('../img/tel.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.header__present{
    font-size: 22px;
    color: white;
    background: #dd4145;
    display: flex;
    align-items: center;
    height: 35px;
    padding-left: 23px;
    padding-right: 43px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    position: relative;
}
.header__present:before{
    content: "";
    position: absolute;
    background: #dd4145;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}
.header__present span{
    position: relative;
    z-index: 1;
}
.header__center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 0;
    position: relative;
}
.header__menu{
    width: 80%;
    height: 70px;
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 46px;
    position: relative;
}

.header__menu ul{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header__menu ul li{
    margin-right: 37px;
}
.header__menu ul li:last-child{
    margin-right: 0;
}
.header__menu ul li a{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-family: Tahoma, Arial, sans-serif;
}
.header__call{
    font-size: 33px;
    color: #ffda42 !important;
}
.header__contacts .phones a {
    font-family: 'BlissPro-extralight';
    font-size: 25px;
    line-height: 40px;
}
.header__contacts .email a {
    font-family: 'BlissPro-extralight';
    font-size: 25px;
    line-height: 38px;
    letter-spacing: 0.2px;
}
.header__contacts .preview a {
    font-family: 'BlissPro-extralight';
    font-size: 21px;
    line-height: 38px;
    letter-spacing: 0.2px;
}
.header__contacts .call a.header__call {
    font-family: 'BlissPro-extralight';
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.inform__main{
    position: relative;
}
.inform__title{
    font-family: "BlissPro";
    font-weight: 500;
    color: white;
    text-align: center;
    font-size: 45px;
    position: relative;
    width: max-content;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 45px;
}
.inform__title:after {
    content: "";
    position: absolute;
    right: -3px;
    top: -50%;
    transform: translate(100%, 50%);
    width: 2px;
    height: 100%;
    background: white;
    animation-iteration-count: infinite;
    animation-duration: 0.7s;
    animation-name: blinking;
}
.blink{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 500px;
    animation: 25s linear 0s normal none infinite running rotation;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.inform__subtitle{
    font-family: "BebasNeue";
    font-weight: bold;
    color: white;
    font-size: 181px;
    text-align: center;
    text-shadow: 3px 3px 1px #b03e38;
    margin: 0;
}
.inform__slogan{
    text-align: center;
    font-size: 37px;
    color: white;
    font-family: "BlissPro-extralight";
    font-weight: 300;
}
.inform__main .inform__subtitle .title-img-wrap.shining:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255,255,255, 0) 30%,
            rgba(255,255,255, .7),
            rgba(255,255,255, 0) 70%
    );
    top: 0px;
    left: -100px;
    animation: shine 4s infinite linear; /* Animation */
}
.title-img-wrap {
    overflow: hidden;
    position: relative;
    max-height: 219px;
    max-width: 1280px;
    margin: 0 auto 50px auto;
}


/*INFORM*/
.inform{
    background-image: url('../img/header_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 240px;
    height: 640px;
    z-index: 1;
    position: relative;    
}
.image-name {
    max-width: 100%;
}


/*OFFER*/
.offer{
    margin-top: 110px;
}
.offer__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.offer__info{
    position: relative;
    width: 50%;
    min-height: 140px;
}
.offer__title{
    font-family: "BebasNeue";
    font-weight: bold;
    font-size: 83px;
    color: #9c2d30;
    line-height: 1.2em;
    width: max-content;
    z-index: 1;
    position: relative;
}
.offer__title b{
    font-size: 125px;
}
.offer__question{
    font-size: 640px;
    line-height: 0.2em;
    color: rgba(255, 193, 0, 0.5);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 0;
}
.offer__slider{
    width: 710px;
    position: relative;
}
.offer__title {
    top: 20%;
    left: 30%;
    transform: translate(0%, -25%);
    text-align: center;
}
.arrow{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}
.arrow-next{
    right: -15px;
    transform: translate(0, -50%) rotate(180deg);
}
.services__slider .arrow-next{
    right: -26px;
}
.services__slider .arrow-prev{
    left: -18px;
}
.offer__slide{
    height: 587px;
    display: flex;
    position: relative;
    border-radius: 110px;
    overflow: hidden;
    margin: 20px;
    box-shadow: #e7e8e8 7px 12px 0 2px;
}
.offer__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 110px;
}
.offer__text{
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 400;
    color: white;
    font-size: 33px;
    font-family: "BlissPro";
    font-weight: 300;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 90px;
    border-top-left-radius: 80px;
    text-align: center;
}
.offer__text:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(155, 45, 48);*/
    background: rgb(199 107 0);
    mix-blend-mode: multiply;
    border-top-left-radius: 80px;
}
.offer__text span{
    position: relative;
    z-index: 1;
}
.offer__more{
    color: rgb(155, 45, 48);
    font-size: 42px;
    margin-top: 26px;
    margin-bottom: 32px;
}
.offer__list{
    position: relative;
}
.offer__item{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 135px;
}
.offer__preview{
    width: 766px;
    height: 355px;
    box-shadow: 0px 0px 30px 0px rgb(21 25 27 / 65%);
    border-radius: 85px;
    position: relative;
}
.offer__preview:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 30px 0px #ffe115;
    border-radius: 85px;
}
.offer__preview:after{
    content: "";
    position: absolute;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(249,247,188,1) 22%, rgba(250,242,13,1) 39%, rgba(250,198,59,1) 67%, rgba(241,178,9,1) 100%);
    z-index: 0;
    border-radius: 85px;
}
.offer__preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 85px;
    position: relative;
    z-index: 4;
}
.offer__name{
    font-family: "ACDisplay";
    font-weight: bold;
    text-align: left;
    margin-left: 85px;
    font-size: 56px;
    position: relative;
}
.offer__name span{
    color: #9d2d30;
}
.offer__item:last-child{
    margin-bottom: 0;
}
.offer__item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.offer__item:nth-of-type(2n) .offer__name{
    margin-left: 0;
    margin-right: 85px;
    text-align: right;
}


/*SERVICES*/
.services{
    margin: 245px 0 125px 0;
    position: relative;
    z-index: 1;
}
.top{
    position: relative;
}
.top__title{
    font-family: "ACDisplay";
    font-weight: bold;
    font-size: 97px;
    color: #9c2d30;
    text-align: center;
}
.top__link{
    position: absolute;
    right: 0;
    bottom: 7px;
    font-size: 28px;
    color: #e11127;
}
.services__slider{
    margin-top: 120px;
}
.services__slider .slick-list{
    margin: 0 -35px;
}
.services__slide{
    margin: 0 35px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}
.services__img{
    width: 100%;
    height: 607px;
    object-fit: cover;
    border-radius: 35px;
}
.services__name {
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 400;
    color: white;
    font-size: 28px;
    font-family: "ACDisplay";
    font-weight: bold;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-top-left-radius: 100px;
    text-align: right;
    padding-right: 50px;
    width: 90%;
}
.services__name:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(155, 45, 48);*/
    background: rgb(199 107 0);
    mix-blend-mode: multiply;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.services__name span {
    position: relative;
    z-index: 1;
}


/*REVIEWS*/
.reviews{
    margin-bottom: 95px;
}
.reviews .container{
    position: relative;
}
.reviews__list{
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}
.reviews__item{}
.reviews__img{
    position: relative;
}
.reviews__img:after {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(255,215,0,1) 0%, rgba(249,247,188,1) 22%, rgba(250,242,13,1) 39%, rgba(250,198,59,1) 67%, rgba(241,178,9,1) 100%);
    z-index: 0;
    border-radius: 110px;
}
.reviews__img:before {
    content: "";
    position: absolute;
    width: calc(100% + 25px);
    height: calc(100% + 25px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 1;
    border-radius: 110px;
}
.reviews__img img{
    display: block;
    width: 327px;
    height: 327px;
    object-fit: cover;
    position: relative;
    z-index: 4;
    border-radius: 110px;
}
.reviews__name{
    font-size: 42px;
    font-family: "ACDisplay";
    font-weight: bold;
    margin-top: 47px;
    text-align: center;
}


/*CONTACTS*/
.contacts{
    padding-bottom: 50px;
}
h2, h3, h4, h5, h6{
    margin: 0;
}
.contacts__title, h2, h3, h4, h5, h6{
    font-size: 90px;
    font-family: "ACDisplay";
    font-weight: bold;
}
.contacts__inner{
    margin-top: 40px;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.contacts__info{
    background: linear-gradient(90deg, rgba(159,46,49,1) 0%, rgba(240,56,61,1) 100%);
    width: 40%;   
    padding: 40px 50px 40px 50px;
    border-radius: 90px;
    position: relative;
    overflow: hidden;
}
.contacts__info:before{
    content: url("../img/geo.png");
    display: block;
    position: absolute;
    right: -80px;
    top: 25px;
}
.contacts__address{
    font-size: 24px;
    color: #ffda42;
    margin-bottom: 23px;
    line-height: 1.5em;
}
.contacts__address a{
    color: #ffda42;
}
.contacts__phones{
    font-size: 26px;
    color: white;
    position: relative;
    margin-left: 32px;
}
.contacts__phones:before{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(-100%, -50%);
    background-image: url("../img/tel2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 23px;
    height: 39px;
}
.contacts__phones a{
    color: white;
    display: block;
    font-weight: bold;
    margin: 6px 0;
}
.contacts iframe {
    width: 57%;
    height: auto;
    left: 35%;
    border-radius: 90px;
}
.list__info,
.article .article__documents__name,
.contacts__title,
.article__documents__title,
.article__text {
    color: #36231a;
}
.list__info,
.article .article__text{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}
.article .article__documents__name {
    font-family: "ACDisplay";
}

/*menu animate*/
.menu-btn{
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
}
.menu-icon{
  position: relative;
  width: 30px;
  height: 3px;
  background-color: white;
}
.menu-icon::before {
  position: absolute;
  left: 0;
  top: -8px;
  content: '';
  width: 30px;
  height: 3px;
  background-color: white;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.menu-icon::after {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  width: 30px;
  height: 3px;
  background-color: white;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
}
.active .menu-icon{
  background-color: transparent !important;
}
.active .menu-icon::before {
  transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}
.active .menu-icon::after {
  transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
}

/*FOOTER*/
.footer{}
.footer__main{
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 0 80px 0;
}
.footer__inner{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.footer__left{}
.footer__slogan{
    font-size: 21px;
    color: white;
    margin-bottom: 30px;
}
.footer__socials{
    display: flex;
    align-items: center;
}
.footer__socials__link{
    display: block;
    margin-right: 16px;
}
.footer__socials__link:last-child{
    margin-right: 0;
}
.footer__socials__icon{
    display: block;
}
.footer__right{}
.footer__call{
    font-size: 28px;
    color: white;
}
.footer__copyright{
    background: #781013;
    text-align: right;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__copyright__text{
    font-size: 19px;
    color: #917f37;
}


/*���������*/
.shape{
    position: absolute;
    z-index: 0;
}
.shape1{
    right: -941px;
    bottom: -246px;
}
.shape2{
    right: -402px;
    bottom: -45px;
}
.shape3{
    left: -845px;
    bottom: -414px;
}
.shape4{
    left: 256px;
    bottom: -440px;
}
.shape5{
    left: -1111px;
    bottom: -48px;
}
.elem{
    position: absolute;
}
.elem.elem1{
    bottom: -76px;
    left: 0;
}
.elem.elem2{
    bottom: 40%;
    right: -50px;
}
.elem.elem3{
    bottom: 70%;
    right: 250px;
}
.elem.elem4{
    top: 0;
    left: 0;
    width: 100%;
}
.elem.elem5 {
    top: 181px;
    left: 72%;
    width: 120px;
}
.reviews .elem.elem5 {
    top: 381px;
    left: 65%;
    width: 80px;
}
.reviews .elem.elem5-1 {
    top: 481px;
    left: 35%;
    width: 70px;
}
.elem.elem6 {
    top: 181px;
    left: 41%;
    width: 260px;
    z-index: 0;
}
.elem.elem7 {
    top: -18px;
    left: 93%;
    z-index: 1;
}
.elem.elem8{
    bottom: 0px;
    left: 89%;
    width: 56px;
    z-index: 1;
}
.elem.elem9{
    top: -55px;
    left: -18px;
    z-index: 1;
}
.elem.elem10{
    bottom: -55px;
    left: -18px;
    z-index: 1;
}
.elem.elem11{
    bottom: -118px;
    left: 362px;
    width: 150px;
    z-index: 1;
}
.elem.elem12{
    bottom: -24px;
    right: -469px;
    z-index: 1;
}
.elem.elem13{
    bottom: -146px;
    left: 50%;
    z-index: 1;
    width: 150px;
}
.elem.elem14 {
    top: 0;
    left: 397px;
    z-index: 1;
    width: 57px;
}
.elem.elem15 {
    top: -51px;
    right: 270px;
    z-index: 1;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}



.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}



@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}


.yoast-breadcrumbs{
    text-align: center;
    color: white;
    font-family: "BlissPro";
    font-weight: 300;
    text-shadow: 2px 2px 1px #b03e38;
    font-size: 20px;
}
.yoast-breadcrumbs a{
    color: white;
}


/*LIST*/
.list{
    padding: 90px 0 0 0;
}
.list__info{}
.list__list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.list__list .services__slide{
    display: block;
    width: 32%;
    margin: 0;
    margin-right: 2%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.list__list .services__slide:nth-of-type(3n){
    margin-right: 0;
}
.inform.two{
    height: auto;
    padding: 220px 0 120px 0;
    background-size: 1920px;
}
.article{
    padding: 90px 0;
}
.arrow:hover{
    cursor: pointer;
}
.article .arrow-next{
    right: 15px;
}
.article .arrow-prev{
    left: 15px;
}
.article__gallery{
    margin: 30px 0;
}
.article__documents{}
.article__documents__list{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.article__documents__item{
    display: flex;
    align-items: center;
    width: 23%;
    margin: 0 10px 20px 10px;
}
/*.article__documents__item:last-child{
    margin-bottom: 0;
}*/
.interesting-services-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 60px;
    gap: 30px;
}

.interesting-services-list .services__item {
    max-width: 23%;
    width: 23%;
    display: block;
    height: 200px;
    /*margin-bottom: 30px;*/
    position: relative;
}
.interesting-services-list .services__item img {
    height: 100%;
    object-fit: cover;
}
.interesting-services-list .services__item .services__name{
    font-size: 18px;
    height: 100px;
}
.interesting-services-list .services__item .services__name span {
    left: 15px;
}
.interesting-services-list .services__item .services__name:before {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 43px;
    border-bottom-left-radius: 35px;
}
.article__documents__icon{
    display: block;
    margin-right: 15px;
    width: 30px;
}
.article__documents__name{
    display: block;
    color: #242424;
}
.gallery{
    display: flex;
    flex-wrap: wrap;
}
.gallery__img img{
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 207px;
    object-position: center;
}
.gallery__img{
    width: 24.25%;
    margin-right: 1%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.gallery__img:nth-of-type(4n){
    margin-right: 0;
}


/*POPUP*/
.popup{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -99;
    opacity: 0;
    -webkit-transition: z-index 0.3s step-end, opacity 0.3s, transform 0.3s;
    -moz-transition: z-index 0.3s step-end, opacity 0.3s, transform 0.3s;
    -o-transition: z-index 0.3s step-end, opacity 0.3s, transform 0.3s;
    transition: z-index 0.3s step-end, opacity 0.3s, transform 0.3s;
}
.popup.show{
    -webkit-transition: z-index 0.3s step-start, opacity 0.3s, transform 0.3s;
    -moz-transition: z-index 0.3s step-start, opacity 0.3s, transform 0.3s;
    -o-transition: z-index 0.3s step-start, opacity 0.3s, transform 0.3s;
    transition: z-index 0.3s step-start, opacity 0.3s, transform 0.3s;
    opacity: 1;
    z-index: 99;
}
.popup__container{
    background: white;
    max-width: 375px;
    width: 100%;
    padding: 25px;
    border-radius: 20px;
    position: relative;
    transform: translate(0, -100%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}
.popup.show .popup__container{
    transform: translate(0, 0);
}
.popup__title{
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    text-transform: uppercase;
}
.popup__subtitle{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.popup__close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
}
.popup__container input {
    display: block;
    box-sizing: border-box;
    margin: 20px 0;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid black;
    padding-left: 15px;
    font-size: 18px;
}
.popup__container button{
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: black;
    color: white;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    height: 52px;
    border-radius: 5px;
    border: unset;
    cursor: pointer;
}
.side-menu-button {
    position: fixed;
    z-index: 48;
    top: 50%;
    transform: translate(0, -50%);
    height: 120px;
    text-align: center;
    line-height: 112px;
    background: rgba(87,35,28,1);
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
}

.side-menu-button:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255,255,255, 0) 30%,
            rgba(255,255,255, .3),
            rgba(255,255,255, 0) 70%
    );
    top: 0;
    left: -100px;
}
@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}
.side-menu-button:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 100%;
    background-image: linear-gradient(
            120deg,
            rgba(255,255,255, 0) 30%,
            rgba(255,255,255, .3),
            rgba(255,255,255, 0) 70%
    );
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear; /* Animation */
}

.side-menu-button:hover {
    box-shadow: 0 0 20px 0 #ffe115;
}
.side-menu-button.opacity {
    opacity: 0;
    visibility: hidden;
}
.side-menu-button span {
    transform: rotate(-90deg);
    display: inline-block;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.side-menu-wrapper {
    transition: all 0.3s;
    transform: translate(0, -50%);
    position: fixed;
    z-index: 60;
    top: 50%;
    border-radius: 0 65px 65px 0;
    max-width: 460px;
    padding: 110px 90px 50px 140px;
    background: rgb(87,35,28);
    background: linear-gradient(90deg, rgba(87,35,28,1) 0%, rgba(161,46,37,0.9) 100%);
}
.side-menu-wrapper.scale {
    -webkit-animation: scale 0.3s ease-out;
}
.side-menu-wrapper li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-family: Tahoma, Arial, sans-serif;
}
@-webkit-keyframes scale {
    0% {
        -webkit-transform: translate(0, -50%) scale(0);
    }
    100% {
        -webkit-transform: translate(0, -50%) scale(1);
    }
}
.side-menu-wrapper li {
    padding-bottom: 45px;
}
.side-menu-wrapper svg {
    position: absolute;
    top: 30px;
    right: 39px;
    cursor: pointer;
    z-index: 150;
}
.side-menu-wrapper.move-away {
    left: -9999px;
}
.side-menu-wrapper:after {
    content: '';
    width: 5px;
    height: 300px;
    background: #ffda42;
    right: -3px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 61;
    position: absolute;
    box-shadow: 5px 5px 20px #ffda42;
    filter: blur(6px);
}

.inform__slogan p {
/*     text-shadow: 3px 0 3px #c37e00,
    0 3px 3px #c37e00,
    -3px 0 3px #c37e00,
    0 -3px 3px #c37e00; */
}
.float-image-wrap {
    float: right;
    max-width: 50%;
    padding: 25px;
}
.float-image-wrap img {
    width: 100%;
}
.children-article h2{
    font-size: 38px;
}
.services__desc {
    background: #fff;
    position: absolute;
    z-index: 10;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 30px;
    top: 100%;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}
.services__item {
    position: relative;
}
.services__item:hover .services__desc {
    visibility: visible;
    opacity: 1;
}
.services__desc h3,
.services__desc h4,
.services__desc h5,
.services__desc h2 {
    font-size: 26px;
}
.interesting-services-list .services__item.services-list img {
    object-position: top;
}
.trip-caption {
    font-size: 38px;
    color: #36231a;
}
.post-content-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.post-main-content {
    width: 66.6666%;
}
.post-sidebar-content {
    width: 31.3333%;
}
.post-main-content .nav-links {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.post-main-content article li,
.post-main-content article p {
    line-height: 1.5;
    color: #36231a;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.post-main-content article p {
    margin: 10px 0;
}
.post-main-content article ul {
    padding-left: 25px;
}
.post-main-content article li {
    list-style: disc;
}
.post-sidebar-content a {
    color: #36231a;
    font-size: 14px;
}
.post-sidebar-content a:hover {
    text-decoration: underline;
}
.post-sidebar-content .widget-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.post-main-content .entry-meta a,
.post-main-content .cat-links a,
.post-main-content .nav-links a,
.post-main-content .nav-links span {
    color: #36231a;
}
.post-main-content .entry-meta a:hover,
.post-main-content .cat-links a:hover,
.post-main-content .nav-links a:hover {
    text-decoration: underline;
}
.post-main-content .entry-title a {
    color: #242424;
}

.double-border-button {
  text-decoration: none;
  display: inline-block;
  margin: 10px 20px;
  padding: 10px 30px;
  position: relative;
  border: 2px solid #f1c40f;
  color: #f1c40f;
  font-family: 'Montserrat', sans-serif;
  transition: .4s;
}
.double-border-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: .4s;
}
.double-border-button:hover:after {
  border-color: #f1c40f;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
}
.pressed-button {
  text-decoration: none;
  display: inline-block;
  padding: 14px 40px 12px 40px;
  margin: 10px 20px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #fefac4 0%, #edd580 50%, #e7a622 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(231, 166, 34, .35);
  transition: .5s;
}
.pressed-button:hover {
  box-shadow: 0 0 0 0 rgba(231, 166, 34, 0);
  background-position: 0 0;
}
.post-main-content article h3,
.post-main-content article h2,
.post-main-content article {
    margin-bottom: 20px;
}
.inform__subtitle.post-template,
.post h3,
.archive .post-main-content article h3 {
    font-size: 38px;
}
.post-main-content article h2 a {
    text-decoration: underline;
}
.article__gallery-flex,
.children-article.post p.flex,
.children-article.archive p.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.article__gallery-flex {
    margin: 35px 0;
}
.flex-2.article__gallery-flex a,
.children-article.post p.flex img,
.children-article.archive p.flex img {
    flex-basis: 50%;
    max-width: 49%;
}
.flex-3.article__gallery-flex a {
    flex-basis: 33%;
    max-width: 32%;
}
.article__gallery-flex img {
    max-width: 100%;
    object-fit: cover;
    min-height: 100%;
    max-height: 300px;
    width: 100%;
    object-position: center;
}
.children-article.post #comments {
    margin-top: 70px;
}
.inform.two.post-template {
    overflow-y: hidden;
}
.nav-links .nav-next,
.nav-links .nav-previous {
    width: 40%;
}
.post .entry-date.published {
    margin-right: 5px;
}
.post .posted-on .updated {
    position: relative;
}
.present__btn{
    display: none;
}
/*
.post .posted-on .updated:before {
    content: '���������';
    position: absolute;
    top: -12px;
    font-size: 11px;
}*/
.post-sidebar-content .wp-block-categories,
.post-sidebar-content .wp-block-archives {
    display: none;
}
h2.ul-hidden {
    cursor: pointer;
    position: relative;
}
h2.ul-hidden:after {
    content: '\21C5';
    position: absolute;
    right: 50%;
    font-size: 20px;
    top: 12px;
}
.archive .widget_search,
.post .widget_search {
    display: none;
}
.archive .tags-links,
.post .tags-links {
    display: block;
    margin-top: 10px;
}