/*
Theme Name:     adamovich-theme
Theme URI:
Description:    Demo theme for site
Author:         Adamovich Sergei
Author URI:     https://www.instagram.com/serezha.developer/
Template:       new-adamovich-theme
Version:        1.0
*/

@import url("/wp-content/themes/new-adamovich-theme/style.css");

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'),
    local('SourceSansPro-Regular'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesanspro.woff2') format('woff2'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesanspro.woff') format('woff'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesanspro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold'),
    local('SourceSansPro-Semibold'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprosemibold.woff2') format('woff2'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprosemibold.woff') format('woff'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'),
    local('SourceSansPro-Bold'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprobold.woff2') format('woff2'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprobold.woff') format('woff'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansprobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Black'),
    local('SourceSansPro-Black'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansproblack.woff2') format('woff2'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansproblack.woff') format('woff'),
    url('/wp-content/themes/adamovich-theme/fonts/sourcesanspro/sourcesansproblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'),
    local('PlayfairDisplay-Bold'),
    url('/wp-content/themes/adamovich-theme/fonts/playfair/Playfairdisplaybold.woff2') format('woff2'),
    url('/wp-content/themes/adamovich-theme/fonts/playfair/Playfairdisplaybold.woff') format('woff'),
    url('/wp-content/themes/adamovich-theme/fonts/playfair/Playfairdisplaybold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Bold'),
    local('Montserrat-Bold'),
    url('/wp-content/themes/adamovich-theme/fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Regular'),
    local('Montserrat-Regular'),
    url('/wp-content/themes/adamovich-theme/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat-Medium'),
    local('Montserrat-Medium'),
    url('/wp-content/themes/adamovich-theme/fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


::-webkit-scrollbar { width: 6px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #FFE12E; }
::-webkit-scrollbar-track {  background-color:  #FFE12E;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #FFE12E; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color:  #FFE12E;}


* {
    outline: none !important;
}
body {
    font-family: 'Source Sans Pro';
}
a {
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    color: #FFB201
}
ul {
    margin: 10px 0;
    padding-left: 25px;
}
p {
    margin: 0;
}
ul li::marker{
    color: #BBAF7F;
}
.clearfix {
    clear: both;
}
.site-content {
    overflow: hidden;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 95%;
}
.pdt {
    padding-top: 110px;
}
.pdb {
    padding-bottom: 110px;
}
.mt {
    margin-top: 50px;
}
.mb {
    margin-bottom: 120px;
}


/* скролл вверх */
.scrollup {
    width: 70px;
    height: 70px;
    display: block;
    position: fixed;
    background: #4d4b4c;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.4;
    bottom: 10px;
    right: 8px;
    transition: 0.5s;
    z-index: 300;
}
.scrollup:before {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: translate(-50%, -25%) rotate(135deg);
    transform: translate(-50%, -25%) rotate(135deg);
}
.scrollup:hover {
    opacity: 1;
}

@media (max-width: 568px) {
    .scrollup {
        width: 55px;
        height: 55px;
    }
    .scrollup:before {
        content: '';
        width: 18px;
        height: 18px;
    }
}
 /* скролл вверх-end */

 /* соц-сети */
.chat-block {
    display: none;
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 9
}
.chat-block_item {
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 100%;
    box-shadow: 0px 5px 20px 2px rgba(0, 0, 0, .2);
    background-color: #FAD600;
}
.chat-block_item img {
    margin: auto;
    width: 100%;
    height: 100%;
}
.chat-block_item.cbi1,
.chat-block_item.cbi2,
.chat-block_item.cbi3,
.chat-block_item.cbi4,
.chat-block_item.cbi5 {
    opacity: 0;
    top: 0;
    position: absolute;
    transition: .5s;
    cursor: pointer
}
.chat-block_item.cbi0 {
    z-index: 1;
    position: relative;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkDBcGKhQ4AxX0AAACU0lEQVRIx+2Sa2jNYRzHP/+zxZDLrLnOdUoj5V4uuZxSbi0RuUQkd3KEV66htaIopKQV3ogi1whpsRc0Qto4Zs2MEIUlFD5enHM4q9k55a3fq+f7/J7v9/n+vs8D/+ufK2gIbccYRtOXHLL4yGvucovy4GdaAg4iQphSblLJe76QTUeGMZY8SjgY1DdpxDYesNIFZjXS6+luq53VFL2r9y1ujPz7RIG3LTZovJlt1MWpwrKVl93tAN96zdVmJ7dOuTWdvG1phZNt5kj3W2ck7sdhPjAzHQFwhA/iqy6e97TNAI+4ND06gLcdGV8FHrYE8KF5YGfPet48sNAyd4Eh93nLMNjHK56MTe02I7/FMr1nOERXXgERojxkA3CITRQ6mDBDKWY/sIXrfCDms5reCYHgOztYEeInISBKmAlEgacsI4dX1NCThTwBokxlFFEAWvE5aaKrjMI79gNwopMBbOt8+wI4wHm2BENOc1zc9l6XJCUS8hNudlvaEWZaa/ck3Msq7GytuWkKLPdMA7zZPYDrvZTOT7C/dfZocH+dHWMvejz1GA70uVOScDcfOyMBZnu0SXKG63yRCBLARdY69w+8aOFfydmusdJjFjjILvG9SZYnwswEh5DPxXhrNEXUU8E7vpBDJ4aTyymmB5XOYBXdvRBEgG98CGpjjMAMyigKzoEdWMs0ViIFtCeL97yhPHiW5KY5pdxgOz+oYUTwIra50TLHG/GMLy2ydYoo23jIKnd6wpLECC0IWMsjDjMn+JrqLYJPrDCfmbSmPtXZ/5V2/QICoDQZ+UuongAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMi0yM1QwNjo0MjoyMCswMDowMLZXBG8AAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTItMjNUMDY6NDI6MjArMDA6MDDHCrzTAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==),
    #FAD600;
    background-position: center center;
    background-repeat: no-repeat;
}
.chat-block.active .chat-block_item.cbi1 {
    opacity: 1;
    top: -115%
}
.chat-block.active .chat-block_item.cbi2 {
    opacity: 1;
    top: -230%
}
.chat-block.active .chat-block_item.cbi3 {
    opacity: 1;
    top: -345%
}
.chat-block_item.cbi2 {
    background: #FFFBE5;
}

.chat-block_item.cbi1 {
    background: #FFFBE5;
}

.chat-block_item.cbi3 {
    background: #FFFBE5;
}
.chat-block_item a {
    margin: auto;
    width: 100%;
    height: 100%;
    outline: none;
    display: flex
}
@media (max-width: 568px) {
    .chat-block {
        display: block;
        position: fixed;
        right: 8px;
        bottom: 85px
    }
    .chat-block_item {
        width: 55px;
        height: 55px
    }
}
/* соц-сети-end */

/* попапы */
#myfond_gris {
    display: none;
    background-color: #000;
    opacity: .9;
    width: 100%;
    height: 100%;
    z-index: 9998;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.mymagicoverbox_fenetre {
    z-index:999999999999999999;
    position:fixed;
    top:50%;
    display:none;
    background-color:#fff;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:8px;
    box-shadow:7px 7px 20px 0 rgba(0,0,0,.8);
    padding:25px;
    padding-bottom: 0;
}
#box_1 {
    width:90%;
    max-width:500px;
}

.mymagicoverbox_fermer {
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    cursor:pointer;
    position:absolute;
}

.mymagicoverbox_fenetre:before {
    content:'';
    background:#BBAF7F;
    width:7px;
    height:150px;
    position:absolute;
    left:0;
    top:10%;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

#myfond_gris {
    display:none;
    background-color:#000;
    opacity:.9;
    width:100%;
    height:100%;
    z-index:9998;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
.mymagicoverbox_fermer {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    background-color: #BBAF7F;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* попапы-end */

/* форма в попапах */
#hidden-title {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.wpcf7-form p {
    margin: 0 !important;
}
.main-pop-up-title {
    text-align: center;
    font-size: 1.4em;
}
.wpcf7-form span input {
    width: 100%;
    margin-bottom: 15px;
    padding: 11px;
}
.wpcf7-form span textarea {
    padding: 11px;
    height: 140px;
}
.main-pop-up {
    text-align: center;
}
.main-pop-up textarea,
.main-pop-up label {
    width: 100%;
}
/* форма в попапах-end */

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    cursor: pointer;
    transition: 0.3s;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 28px;
    width: 2px;
    background-color: #333;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}

/* анимированный телефон */
/* .Phone.is-animating {
    -webkit-animation: phone-outer 3s infinite;
    animation: phone-outer 3s infinite;
}
.Phone {
    position: fixed;
    display: block;
    margin: 0;
    width: 70px;
    height: 70px;
    font-size: 25vmin;
    background-color: #BBAF7F;
    border-radius: .5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    right: 8px;
    bottom: 86px;
    z-index: 5;
    cursor: pointer;
}
.Phone:before,
.Phone:after {
    position: absolute;
    content: "";
}
.Phone:before {
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}
.Phone:after {
    top: 17.5px;
    left: 17.5px;
    width: 35px;
    height: 35px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.Phone.is-animating:after {
    -webkit-animation: phone-icon 3s infinite;
    animation: phone-icon 3s infinite;
}
@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, .2);
    }
    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
        transform: translate3d(0, 0, 0) scale(1.1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, .1), 0em 0.05em 0.1em rgba(0, 0, 0, .5);
    }
    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, .2);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, .2);
    }
}
@keyframes phone-icon {
    0% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0)
    }

    2% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    4% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    6% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    8% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    10% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    12% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    14% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    16% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    18% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    20% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    22% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    24% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    26% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    28% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    30% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    32% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    34% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    36% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    38% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    40% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    42% {
        -webkit-transform: translate3d(.01em, 0, 0);
        transform: translate3d(.01em, 0, 0)
    }

    44% {
        -webkit-transform: translate3d(-.01em, 0, 0);
        transform: translate3d(-.01em, 0, 0)
    }

    46% {
        -webkit-transform: translate3d(0em, 0, 0);
        transform: translate3d(0em, 0, 0)
    }
} */
/* анимированный телефон-end */


/* slick-slider */

body .slick-dots li button::before {
    content: '';
}
body .slick-dots li button {
    padding: 0;
    border: #FAD600 1px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fffbe5;
}
body .slick-dots li button:hover {
    background-color: #FAD600;
}
body .slick-dots li.slick-active button {
    background-color: #FAD600;
}
body .slick-dots {
    bottom: -70px;
}
/* body .slick-prev:before {
    content: '⟵';
}
body .slick-next:before {
    content: '⟶';
} */
/* body .slick-prev:before, body .slick-next:before {
    color: black;
} */

body .slick-next:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 35px;
    background: url(/wp-content/themes/adamovich-theme/img/slick-next.png) no-repeat center center;
    transition: .5s;
    bottom: 0;
    color: #000000;
    right: 0px;
}
body .slick-prev:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 35px;
    background: url(/wp-content/themes/adamovich-theme/img/slick-prev.png) no-repeat center center;
    transition: .5s;
    left: -8px;
    bottom: 0;
}
@media (max-width:600px) {
    body .slick-dots li button {
        padding: 0;
        border: #FAD600 1px solid;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #fffbe5;
    }
}
/* @media (max-width: 1024px) {
    body .slick-next:before {
        content: "";
        position: absolute;
        width: 26px;
        height: 23px;
        background: url(/wp-content/themes/adamovich-theme/img/slick-next.png) no-repeat center center;
        transition: .5s;
        color: #000000;
        bottom: -74px;
        right: 366px;
    }
    body .slick-prev:before {
        content: "";
        position: absolute;
        width: 26px;
        height: 23px;
        background: url(/wp-content/themes/adamovich-theme/img/slick-prev.png) no-repeat center center;
        transition: .5s;
        left: 366px;
        bottom: -74px;
    }

} */
/* body .slick-prev,
body .slick-next {
    top: auto;
    bottom: -52px;
}
body .slick-prev {
    left: 0px;
    z-index: 1;
}
body .slick-next {
    right: 0px;
    z-index: 1;
} */



/* header */

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    box-shadow: 0px 0px 18px rgba(46, 64, 82, 0.21);
    padding: 20px 0;
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.5s;
}

/* header-blocks */

.mobile-menu-block {
    display:none;
}
.logo {
   display: flex;
   margin-top: 0.7%;
}
.logo__img {
    max-width: 250px;
    width: 100%;
}
.menu__list {
    display: flex;
    align-items: center;
}
.menu__list li {
    margin-right: 15px;
    list-style-type: none;
}
.menu__list li:last-child {
    margin-right: 0;
}
.menu__link {
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2E4052;
    transition: 0.3s;
}
.menu__link:hover {
    color: #FFB201;
}
.inst__block {
    margin-right: 35px;
    margin-left: 5px;
}
.inst__img {
    max-width: 30px;
    width: 100%;
}
.phone__item {
   display: flex;
   align-items: center;
   margin-bottom: 10px;
}
.phone__item-2 {
    margin-bottom: 0;
}
.phone__img {
   max-width: 20px;
   width: 100%;
}
.phone__link {
    margin-left: 5px;
}


/* header-mobile */

.nav-mobile {
    /* background-color:#fff; */
    background: rgba(33, 41, 64, 0.88);
    position:fixed;
    z-index:22;
    top:0;
    left:0;
    height:100%;
    /* max-width:360px; */
    width:100%;
    overflow-y:auto;
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transform:translateX(-100%);
    -webkit-transition:transform .55s cubic-bezier(0.785,0.135,0.15,0.86);
    -moz-transition:transform .55s cubic-bezier(0.785,0.135,0.15,0.86);
    -o-transition:transform .55s cubic-bezier(0.785,0.135,0.15,0.86);
    transition:transform .55s cubic-bezier(0.785,0.135,0.15,0.86);
    box-sizing:border-box;
    padding:0 25px 60px;
    border-right: 1px solid rgba(169,169,169,.301);
    box-shadow: 0px 0px 20px 1px #0000001c;
}
.nav-mobile.show {
    -webkit-transform:translateX(0px);
    -moz-transform:translateX(0px);
    -ms-transform:translateX(0px);
    -o-transform:translateX(0px);
    transform:translateX(0px);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
  }
.overlay.show {
    opacity: 0.8;
    visibility: visible;
}

.overlay-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11000;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
  }
.overlay-1.show {
    opacity: 0.8;
    visibility: visible;
}
.nav-mobile .main-mobile-menu .menu__list {
    flex-direction: column;
    margin-top: 40%;
}
.nav-mobile .main-mobile-menu .menu__list li .menu__link {
    font-size: 20px;
    color: #fff;
}
.nav-mobile .main-mobile-menu .menu__list li {
    margin-bottom: 50px;
}
.nav-mobile .main-mobile-menu .menu__list li:last-child {
    margin-bottom: 0;
}

/* header-burger */

.burger {
    width:50px;
    height:50px;
    border-radius:4px;
    z-index:200;
    position: relative;
    position: sticky;
    right: 20px;
    top: 44px;
    display: none;
}
.burger span {
    margin-bottom:9px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-15px;
    margin-top:-1.5px;
}

.burger span,.burger span::before,.burger span::after {
    display:block;
    width:30px;
    height:3px;
    background-color:#2a2a2a;
    outline:1px solid transparent;
    -webkit-transition-property:background-color, 0;
    -moz-transition-property:background-color, 0;
    -o-transition-property:background-color, 0;
    transition-property:background-color, transform;
    -webkit-transition-duration:.3s;
    -moz-transition-duration:.3s;
    -o-transition-duration:.3s;
    transition-duration:.3s;
}

.burger span::before,.burger span::after {
    position:absolute;
    content:"";
}

    .burger span::before {
        top:-9px;
    }

    .burger span::after {
        top:9px;
    }

    .burger.clicked span {
        background-color:transparent;
    }

    .burger.clicked span::before {
        -webkit-transform:translateY(9px) rotate(45deg);
        -moz-transform:translateY(9px) rotate(45deg);
        -ms-transform:translateY(9px) rotate(45deg);
        -o-transform:translateY(9px) rotate(45deg);
        transform:translateY(9px) rotate(45deg);
    }

    .burger.clicked span::after {
        -webkit-transform:translateY(-9px) rotate(-45deg);
        -moz-transform:translateY(-9px) rotate(-45deg);
        -ms-transform:translateY(-9px) rotate(-45deg);
        -o-transform:translateY(-9px) rotate(-45deg);
        transform:translateY(-9px) rotate(-45deg);
    }

    .burger.clicked span:before,.burger.clicked span:after {
        /* background-color:#ea0002; */
        background-color: #fff;
    }

    .burger:hover {
        cursor:pointer;
    }


@media (max-width: 1141px) {
    .logo {
        max-width: 100%;
    }
    .logo__img {
        /* max-width: 150px; */
        width: 100%;
    }
    .inst__block {
        margin-right: 15px;
    }

}

@media (max-width: 980px) {
    .burger,
    .mobile-menu-block {
        display: block;
    }
    .burger {
        top: 50px;
    }
    .header-menu {
        display: none;
    }
    .inst__block {
        display: none;
    }
    .phones {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;

    }
    .phone__item {
        margin-right: 10px;
        margin-bottom: 0;
        min-width: 130px;
    }
    .logo {
        margin-right: 2px;

    }

}

@media (max-width: 782px) {
    .phones {
        /* margin-right: 50px; */
        margin-right: -15px;
        margin-left: 3px;
    }
    .burger {
        top: 65px;
    }
    .logo {
        margin-top: 2%;
    }
}

@media (max-width: 498px) {
    .phone__img {
        max-width: 15px;
    }
    .phone__link {
        font-size: 12px;
        font-weight: 700;
    }
    .burger {
        top: 58px;
        right: 10px;
    }
    /* .logo__img {
        max-width: 150px;
    } */
    .burger span,.burger span::before,.burger span::after {
        width: 25px;
    }
}

@media (max-width: 400px) {
    /* .logo__img {
        max-width: 140px;
    } */
}
@media (max-width: 340px) {

}

/* header-end */



/* footer */
.site-footer {
    background: #212940;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 50px 0;
}
.footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__logo-link {
}
.footer__logo-img {
    max-width: 300px;
}
.footer__copyright {
    margin-top: 35px;
}
.footer__center {
    display: flex;
    flex-direction: column;
}
.footer__adress {
}
.footer__links {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.footer__inst-link {
    margin-right: 20px;
    margin-top: 5px;
}
.footer__inst-img {
}
.footer__email {
    display: flex;
    align-items: center;
}
.footer__email-img {
    margin-right: 5px;
}
.footer__email-text {
}
.footer__right {
    display: flex;
    flex-direction: column;
}
.footer__google-text {
}
.footer__google-link {
}
.footer__google-img {
}
.text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

@media (max-width: 908px) {
    .footer-row {
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .footer__google-link {
        margin: 0 auto;
    }
    .footer__links {
        margin: 0 auto;
        margin-top: 30px;
    }
    .footer__left {
        margin-bottom: 30px;
    }
    .footer__center {
        margin-bottom: 30px;
    }
}
@media (max-width: 350px) {
    .text {
        text-align: center;
    }
}

/* end-footer */


/* front-page */

.main_block_form {
    display: flex;
    padding-top: 90px;
    align-items: center;
    justify-content: space-between;
}
.main_block_form .right-side,
.main_block_form .left-side {
    width: 50%;
    position: relative;
}
.main_block_form .left-side .ycloud-form {
    position: absolute;
    left: -85px;
    top: -90px;
    z-index: -1;
    width: 150%;
    max-width: 900px;
}
.main_top_form_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    color: #212940;
    margin-bottom: 30px;
}
.main_top_form_text {
    margin-bottom: 40px;
}
.main_top_form_text li {
    list-style-type: circle;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #2E4052;
}
.main_top_form_link {
    display: flex;
    justify-content: center;
    max-width: 365px;
    padding: 19px 15px;
    border: 2px solid #FAD600;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #212940;
    transition: background-color 0.3s ease;
    cursor: pointer;
    /* background: linear-gradient(90deg, #FFE259 0%, #FFB201 100%); */
    background-color: #FAD600;
    box-shadow: 0px 0px 35px 20px rgba(255, 200, 87, 0.08);
    border-radius: 15px;
    position: relative;
}
.form-btn input{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    padding: 19px 13px;
    border: 2px solid #FAD600;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #212940;
    transition: background-color 0.3s ease;
    cursor: pointer;
    /* background: linear-gradient(90deg, #FFE259 0%, #FFB201 100%); */
    background-color: #FAD600;
    box-shadow: 0px 0px 35px 20px rgba(255, 200, 87, 0.08);
    border-radius: 15px;
    margin-top: 25px;
}


.main_top_form_link:hover {
    background-color: #fff;
    color: #212940
}
.form-btn input:hover {
    color: #212940;
    background-color: #fff;
    border-color: #FAD600;
}
.right-side_img {
    display: flex;
    justify-content: center;
}
.right-side-mobile {
    display: none;
}

@media (max-width: 762px) {
    .main_top_form_link {
        font-size: 16px;
        text-align: center;
    }
    .form-btn input {
        font-size: 16px;
        text-align: center;
    }
    .form-btn-2 input {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width: 686px) {
    .main_block_form {
        flex-direction: column;
        align-items: center;
    }
    .main_top_form_text {
        display: none;
    }
    .main_top_form_title {
        width: 100%;
    }
    .main_block_form .left-side .ycloud-form {
        position: absolute;
        left: 0px;
        top: 25px;
        z-index: 1;
        width: 150%;
        max-width: 900px;
    }
    .right-side {
        display: none;
    }
    .right-side-mobile {
        display: block;
        width: 100%;
        position: relative;
        margin-bottom: 30px;

    }
    .right-side_img {
        width: 80%;
        margin: 0 auto;
     }
    .main_block_form .right-side,
    .main_block_form .left-side {
        width: 100%;
        position: relative;
    }
    .main_block_form {
        padding-top: 10px;
    }
    .main_top_form_title {
        margin-bottom: 30px;
    }
    .main_top_form_link {
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .main_top_form_title {
        font-size: 24px;
        line-height: 34px;
    }
}
@media (max-width: 348px) {
    .main_top_form_link  {
        font-size: 14px;
        padding: 15px 10px;
    }
}



/* clients */
.clients {
    background: url(/wp-content/themes/adamovich-theme/img/clients-bg.png) no-repeat center center;
    background-position: 52% 0%;
}
.clients__row {
    max-width: 1074px;
    margin: 0 auto;
    width: 98%;
}
.clients-slider__item {
    margin-left: 30px;
}
.clients-slider__item img {
    max-width: 120px;
    width: 100%;
}
.clients-title {

}
.tittle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #212940;
    margin-bottom: 70px;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .clients {
        background: url(/wp-content/themes/adamovich-theme/img/clients-bg.png) no-repeat center center;
        background-position: 0% 0%;
        max-width: 100%;
    }
}


/* situations */
.situations__bg {
    background: url(/wp-content/themes/adamovich-theme/img/situations-bg.png) no-repeat center center;
    background-position: 52% 0%;
}
.situations {

}
.situations__title {
}
.tittle {
}
.situations__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.situations__left {
    margin-right: 20px;
}
.situations__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
.item__img {
    margin-right: 20px;
}
.item__image {
    max-width: 80px;
    width: 100%;
}
.situations__item-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #212940;
    margin-bottom: 12px;
}
.situations__item-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #2E4052;
    max-width: 470px;
}
.situations__right {
    max-width: 570px;
    box-shadow: 0px 4px 29px rgba(46, 64, 82, 0.19);
    border-radius: 15px;
}
.situations__form {
    display: flex;
    flex-direction: column;
    padding: 40px 90px;
}
.situations__form-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #212940;
    margin-bottom: 15px;
}
.situations__form-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #2E4052;
    margin-bottom: 25px;
}
.situations__form-cod {
}
.form-input {
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #212940;
}
.form-input span input {
    border: none;
    background: none;
    border-bottom: 1px solid #2E4052;
    border-radius: 0;
    padding: 10px 5px 5px 5px;
    /* max-width: 369px; */
}
.situations__form-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-align: center;
    color: #2E4052;
}


@media(max-width:1024px) {
    .situations__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .situations__right {
        display: none;
    }
}
@media (max-width:768px) {
    .tittle {
        font-size: 28px;
        margin-bottom: 25px;
        text-align: left;
        line-height: 34px;
        text-transform: none;
    }
}

/* get */

.get__img-2 {
    display: none;
}
@media (max-width:698px) {
    .get__img-2 {
        display: block;
        margin: 0 auto;
    }
    .get__img-1 {
        display: none;
    }
}

/* results */
.results__bg {
    background: url(/wp-content/themes/adamovich-theme/img/results-bg.png) no-repeat center center;
    background-position: 40% 0%;
}
.results {
}
.results__tittle {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 35px;
}
.tittle {
}
.results__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.results__left {
    display: flex;
    flex-direction: column;
}
.results__item {
    margin-bottom: 30px;
}
.results__item-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #212940;
    margin-bottom: 10px;
}
.results__item-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2E4052;
    max-width: 370px;
}
.results__center {
}
.results__img {
}
.results__right {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .results__row {
        flex-direction: column;
    }
}

/* example */
.example__bg {
    background: url(/wp-content/themes/adamovich-theme/img/results-bg.png) no-repeat center center;
    background-position: 40% 0%;
}
.example__row {
    margin: 0 auto;
    width: 95%;
}
.example_iframe {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: 2px solid #FAD600;
    border-radius: 15px;
}


/* questions */

.faq__bg {
    background: url(/wp-content/themes/adamovich-theme/img/questions-bg.png) no-repeat center center;
    background-position: 40% 0%;
}

.faq_item__text {
    display: none;
}
.faq_item-y,
.faq_item {
    margin: 0 auto;
    border: 1px solid #212940;
    padding: 19px 34px;
    margin-bottom: 30px;
    border-radius: 40px;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    max-width: 970px;
}
.faq_item-y:hover,
.faq_item:hover,
.faq_item.active {
    border: 1px solid #212940;
    background: #fff;
}
.faq_item.active .faq_item__title {
    border-bottom:#212940 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.faq_item-y .faq_item__title,
.faq_item .faq_item__title {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    color: #212940;
}
.faq_item__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2E4052;
}
.faq-arrow {
    transform: rotate(0deg);
    transition: 0.5s;
}
.faq-arrow.active {
    transform: rotate(180deg);
}
.faq-two__row {
    display: flex;
    flex-wrap: wrap;
}
.faq-two__row .faq-row__left {
    width: 48%;
    margin-right: 20px;
}
.faq-two__row .faq-row__right {
    width: 50%;
}
@media (max-width:768px) {
    .faq_item-y .faq_item__title,
    .faq_item .faq_item__title {
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        color: #212940;
    }
    .search-soc {
        display: none;
    }
}

/* audit-form */

.auidt__form-bg {
    background: url(/wp-content/themes/adamovich-theme/img/audit-form-bg.png) no-repeat center center;
    background-position: 40% 0%;
}
.audit__form {
    background: #FFFFFF;
    box-shadow: 0px 4px 29px rgba(46, 64, 82, 0.19);
    border-radius: 15px;
    padding: 25px 100px;
}
.audit__form-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #212940;
    margin-bottom: 15px;
}
.audit__form-subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #2E4052;
    margin-bottom: 30px;
}
.audit__form-text {
    max-width: 370px;
}
.form-btn-2 input {
    display: block;
    justify-content: center;
    max-width: 390px;
    padding: 19px 40px;
    border: 2px solid #FAD600;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #212940;
    transition: 0.3s;
    cursor: pointer;
    /* background: linear-gradient(90deg, #FFE259 0%, #FFB201 100%); */
    background-color: #FAD600;
    box-shadow: 0px 0px 35px 20px rgba(255, 200, 87, 0.08);
    border-radius: 15px;
    margin-top: 25px;
}
.form-btn-2 input:hover {
    color: #212940;
    background-color: #fff;
    border-color: #FAD600;
}
.audit-form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-input-2 span input {
    max-width: 269px;
}

@media (max-width: 1091px) {
    .audit-form-wrap {
       flex-direction: column;
       align-items: start;
    }
    .form-input-2 span input {
        margin-bottom: 20px;
        max-width: 379px;
    }
}
@media (max-width: 597px) {
    .form-btn-2 input {
        width: 100%;
        padding: 20px 10px;
        font-size: 16px;
    }
    .audit__form {
        padding: 25px 20px;
    }
}


/* certificates */


.certificates-slider__item {
    max-width: 472px;
    max-height: 280px;
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.certificates-slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 568px) {

}
/* thanks-page */

.thanks {
    background: rgba(33, 41, 64, 0.88);
    padding: 150px 0;
}
.thanks__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thanks__title {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
}
.thanks__subtitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 30px 0 50px;
}
.thanks__massengers {
    display: flex;
    width: 200px;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
}
.thanks__link {
}
.thanks__img {
    max-width: 25px;
    width: 100%;
}

@media (max-width: 468px) {
    .thanks__title {
        font-size: 28px;
        line-height: 44px;
    }
    .thanks__subtitle {
        font-size: 18px;
    }
    .site-header {
        padding: 5px 0;
    }
}

.search-soc {
    display: flex;
}
.search-soc .search,
.search-soc .soc {
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-right: 20px;
}
.search-soc .soc-last {
    margin-right: 0px;
}

@media (max-width: 691px) {
    .search-soc {
        display: none;
    }
    .itc_wbtn_compass {
        display: none;
    }
    .mb {
        margin-bottom: 35px;
    }
    .clients {
        margin-bottom: 100px;
    }
}
@media (max-width: 961px) {
    .itc_wbtn_compass {
        display: none;
    }
    .itc_wbtn_msg {
        display: none;
    }
}
.certificates {
    margin-bottom: 100px;
}

.mymagicoverbox_fenetre:before {
    background: #FAD600;
}
.mymagicoverbox_fermer {
    background-color: #FAD600;
}
.main-pop-up-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #212940;
    margin-bottom: 15px;
}
.main-pop-up-text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #2E4052;
    margin-bottom: 25px;
}
.situations__form-title-2 {
    margin-bottom: 20px;
}
