/*
Theme Name:     adam-theme
Theme URI:
Description:    Theme for site
Author:         Adam
Author URI:     adam.johns031@gmail.com
Template:       new-adam-theme
Version:        1.0
*/

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

@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
    local('Roboto-Regular'),
    url('/wp-content/themes/adam-theme/fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}




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


* {
    outline: none !important;
}
body {
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
a:hover {

}
a:visited {
    color: #000;
}
ul {
    margin: 10px 0;
    padding-left: 25px;
    list-style-type: none;
}
p {
    margin: 0;
}
ul li::marker{
    color: #004359;
}
.clearfix {
    clear: both;
}
.site-content {
    overflow: hidden;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
    width: 95%;
}
.pdt {
    padding-top: 100px;
}
.pdb {
    padding-bottom: 120px;
}
.mt {
    margin-top: 100px;
}
.mb {
    margin-bottom: 130px;
}
.mt2 {
    margin-top: 90px;
}
.mb2 {
    margin-bottom: 100px;
}
.title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #004359;
}
.subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 61px;
    color: #000000;
}
.text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #7A7A7A;
}
@media (max-width: 924px) {
    .mt {
        margin-top: 30px;
    }
    .mb {
        margin-bottom: 60px;
    }
    .mt2 {
        margin-top: 30px;
    }
    .mb2 {
        margin-bottom: 60px;
    }
    .pdt {
        padding-top: 80px;
    }
    .pdb {
        padding-bottom: 70px;
    }
}

/* popup */
#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-image: url("/wp-content/themes/adam-theme/img/popup-bg-1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    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: 770px;
    height:500px;
}
@media (max-width: 790px) {
    #box_1 {
        width: 320px;
        height: 205px;
    }
}
.mymagicoverbox_fermer {
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    cursor:pointer;
    position:absolute;
}

#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: #004359;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* popup-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);
}
.main-pop-up {
    position: relative;
}
.popup__phone {
    position: absolute;
    top: 315px;
    left: 250px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;

}
@media (max-width: 790px) {
    .popup__phone {
        top: 100px;
        left: 80px;
        font-size: 18px;
    }
}
.popup__phone:hover {
    color: #F7EBB2;
}
/* slick-slider */

body .slick-dots li button::before {
    content: '';
}
body .slick-dots li button {
    padding: 0;
    border: #004359 1px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fffbe5;
}
body .slick-dots li button:hover {
    background-color: #004359;
}
body .slick-dots li.slick-active button {
    background-color: #004359;
}
body .slick-dots {
    bottom: 0;
}
/* 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/adam-theme/img/slider-arrow-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/adam-theme/img/slider-arrow-prev.png) no-repeat center center;
    transition: .5s;
    left: -8px;
    bottom: 0;
}
@media (max-width:600px) {
    body .slick-dots li button {
        padding: 0;
        border: #004359 1px solid;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #fffbe5;
    }
}



/* 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);
}
.header-top {
    background: #004359;
    padding: 7px 0;
}
.header-top__body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top__email {
    margin-right: 25px;
    transition: 0.5s;
}
.header-top__email:hover {
    color: #fff !important;
    text-decoration: underline;
}
.header-top__email, .header-top__adress {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    cursor: pointer;
}
.header-top__adress {
    transform: translateY(-2px);
}
.header-top__adress-img, .header-top__email-img {
    margin-right: 7px;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu .menu-header-menu-container .menu {
    display: flex;
    align-items: center;
}
.header-menu .menu-header-menu-container .menu li {
    margin-right: 33px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    transition: 0.5s;
}
.header-menu .menu-header-menu-container .menu li:hover {

    /*transform: translateY(-3px);*/
}
.header-menu .menu-header-menu-container .menu li a:hover {
    color: #004359 !important;
}
.header-menu .menu-header-menu-container .menu li:last-child {
    margin-right: 0px;
}
.header__phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 177px;
    height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    background: #004359;
    margin-right: 20px;
}
.header__phone:visited, .header__phone:focus, .header__phone:active {
    color: #fff !important;
}
.header__phone:hover {
    color: #fff;
    transform: translateY(-3px);
}
.header__phone-img {
    margin-right: 10px;
}

.header__right {
    display: flex;
    align-items: center;
}



.header-menu .menu .menu-item-has-children .sub-menu {
    display: none;
    transition: 0.5s;
}
.header-menu .menu .menu-item-has-children .sub-menu.active {
    display: block;
}
.header-menu .menu .menu-item-has-children {
    position: relative;
}
.header-menu .menu .menu-item-has-children:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(/wp-content/themes/adam-theme/img/learn-more.svg) no-repeat center center;
    transition: .5s;
    right: -13px;
    top: 5px;
    transform: rotate(90deg);
    transition: 0.5s;
}
.header-menu .menu .menu-item-has-children.active:after {
    transform: rotate(270deg);
}
.header-menu .menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 10px;
    left: -35px;
    background: #fff;
    padding-top: 20px;
    width: 230px;
    box-shadow: 1px 5px 6px -3px rgba(0,0,0,0.63);
    padding-left: 0;
}
.header-menu .menu .menu-item-has-children .sub-menu li {
    margin-bottom: 15px;
    margin-right: 0;
    padding-left: 25px;
    padding-bottom: 10px;
    margin-left: 0;
    border-bottom: 1px solid #000;
}
.header-menu .menu .menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 15px;
}
.header-menu .menu .menu-item-has-children .sub-menu li a {
    line-height: 150%;
}

/* header-blocks */

.mobile-menu-block {
    display:none;
}
.logo {
   display: flex;
}
.logo__img {
    max-width: 180px;
    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: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2E4052;
    transition: 0.3s;
}
.menu__link:hover {
    color: #FFB201;
}


/* 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 {
    flex-direction: column;
    margin-top: 20%;
}
.nav-mobile .main-mobile-menu .menu .menu-item-has-children .sub-menu {
    margin-top: 25px;
}
.nav-mobile .main-mobile-menu .menu .menu-item-has-children .sub-menu li {
    margin-bottom: 35px;
}
.nav-mobile .main-mobile-menu .menu li a {
    font-size: 20px;
    color: #fff;
}
.nav-mobile .main-mobile-menu .menu li {
    margin-bottom: 50px;
}
.nav-mobile .main-mobile-menu .menu li:last-child {
    margin-bottom: 0;
}
@media (max-width: 724px) {
    .nav-mobile .main-mobile-menu .menu {
        margin-top: 20%;
    }
    .nav-mobile .main-mobile-menu .menu li {
        margin-bottom: 25px;
    }
    .nav-mobile .main-mobile-menu .menu .menu-item-has-children .sub-menu li {
        margin-bottom: 20px;
    }
    .nav-mobile .main-mobile-menu .menu .menu-item-has-children .sub-menu {
        margin-top: 15px;
    }
}
@media (max-width: 424px) {
    .nav-mobile .main-mobile-menu .menu {
        margin-top: 25%;
    }
}

/* 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: 1041px) {
    .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;
    }
    .logo {
        max-width: 100px;
    }
    .header__phone {
        width: 167px;
        height: 46px;
    }
}


/* header-end */



/* footer */

.footer__body {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}
.footer__left {
    display: flex;
    flex-direction: column;
}
.footer__logo-img {
    max-width: 170px;
    width: 100%;
}
.footer__left-text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    margin-top: 25px;
    max-width: 270px;
}
.footer__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: #004359;
    margin-bottom: 20px;
}
.footer__menu .menu-footer-menu-container .menu {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.footer__menu .menu-footer-menu-container .menu li {
    margin-bottom: 10px;
}
.footer__menu .menu-footer-menu-container .menu li:last-child {
    margin-bottom: 0px;
}
.footer__menu .menu-footer-menu-container .menu li a{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
}
.footer__right {
    display: flex;
    flex-direction: column;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
.footer__phone, .footer__adress {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #000;
    cursor: pointer;
}
.footer__phone:focus, .footer__phone:visited, .footer__phone:hover, .footer__phone:active {
    color: #000;
}
.footer__phone-img {
    margin-right: 10px;
    max-width: 28px;
    width: 100%;
}
.footer__inf {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin-left: 38px;
}
.footer__copyright {
    background: #004359;
}
.footer__copyright-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 7px 0;
}
.footer__copyright-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF !important;
}




/* front-page */

.main_bg {
    background-image: url('/wp-content/themes/adam-theme/img/main-bg.jpeg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;

}
.main__body {
    padding: 40px 0 50px;
    height: 80vh;
}
.main__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 58px;
    line-height: 68px;
    color: #FFFFFF;
}
.main__title span {
    color: #004359;
}
.main__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0 7px;
    color: #FFFFFF;
}
.main__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #FFFFFF;
}
.main__buttons {
    margin-top: 55px;
    display: flex;
    align-items: center;
}
.main__btn {
    width: 140px;
    height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.left-btn {
    margin-right: 25px;
    background: #004359;
}
.left-btn:hover {
    border: 1px solid #fff;
    background: transparent;
}
.right-btn {
    border: 1px solid #fff;
    background: transparent;
}
.right-btn:hover {
    background: #004359;
    border: none;
}
.main__features {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__feature-item {
    width: 349px;
    height: 134px;
    background: rgba(0,67,89,0.9);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main__feature-item-2 {
    margin-right: 10px;
    margin-left: 10px;
}
.main__feature-img {
    max-width: 50px;
    width: 100%;
    margin-right: 25px;
}
.main__feature-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 25px;
    color: #FFFFFF !important;
    /*margin-bottom: 15px;*/
}
.main__feature-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF !important;
    transition: 0.3s;
}
.main__feature-link:hover {
    border-bottom: 2px solid #fff;
}
.main__feature-link-img {
    margin-left: 7px;
}
@media (max-width: 894px) {
    .main_bg {
        height: 100vh;
    }
    .main__title {
        line-height: 140%;
    }
    .main__features {
        flex-direction: column;
        margin-top: 25px;
    }
    .main__feature-item-2 {
        margin-right: 0px;
        margin-left: 0px;
    }
    .main__feature-item {
        margin-bottom: 15px;
    }
    .main__title, .main__subtitle, .main__text {
        text-align: center;
    }
    .main__buttons {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 55px;
    }
    .main__body {
        padding: 70px 0;
    }
    .main__feature-item {
        height: 100px;
    }
    .main__feature-item {
        justify-content: left;
        padding-left: 25px;
    }
}
@media (max-width: 524px) {
    .main__title {
        margin: 20px 0;
    }
    .main__buttons {
        margin-top: 25px;
    }
    .main__feature-item {
        width: 100%;
        height: 75px;
    }
    .main__title {
        font-size: 42px;
    }
    .main__subtitle {
        font-size: 28px;
    }
    .main__text {
        font-size: 20px;
    }
    .main__body {
        padding-top: 25px;
    }
    .main__features {
        margin-top: 25px;
    }
}
.about__body {
    display: flex;
    justify-content: space-between;
}
.about__img {
    max-width: 570px;
    width: 100%;
}
.about__right {
    max-width: 490px;
}
.about__title {
    margin-top: 0;
}
.about__subtitle {
    margin: 25px 0;
}
.about__features {
    margin: 25px 0;
}
.about__feature-item {
    margin-bottom: 10px;
}
.about__feature-img {
    margin-right: 7px;
}
.about__btn {
    background: #004359;
}
.about__btn:hover {
    border: 1px solid #004359;
    background: transparent;
    color: #004359 !important;
}

@media (max-width: 924px) {
    .about__body {
        flex-direction: column;
    }
    .about__right {
        max-width: none;
    }
}
@media (max-width: 596px) {
    .subtitle {
        font-size: 38px;
        line-height: 140%;
    }
    .main__feature-title {
        font-size: 22px;
    }
}

.subjects {
    padding: 80px 0 120px;
    background: #004359;
}
.subjects__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 61px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 55px;
}
.subjects__subtitle {
    color: #fff;
    text-align: center;
}
.subjects__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs__row {
    justify-content: space-around;
}

.subjects__item {
    max-width: 270px;
    max-height: 340px;
    height: 100%;
    width: 100%;
    padding: 45px 18px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.subjects__item-2 {
    max-height: 400px;
}
.programs__subject {
    max-width: 300px;
    /*transform: translate(-120%, 0);*/
    /*opacity: 0;*/
    transition: all 0.8s ease 0s;
}
/*.programs__subject.active {*/
/*    transform: translate(0, 0);*/
/*    opacity: 1;*/
/*}*/
.subjects__item-img {
    max-width: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.subjects__item-img-2 {
    max-width: 133px;
    width: 100%;
}
.subjects__item-title {
    margin: 20px 0 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.subjects__item-text {
    text-align: center;

}
.subjects__item-link {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #004359;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 10px;
}
.subjects__item-link:hover {
    transform: translateY(-3px);
}
.subjects__item-link-img {
    margin-left: 7px;
}
@media (max-width: 1164px) {
    .subjects__row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .subjects__item {
        margin: 10px;
    }
}
@media (max-width: 924px) {
    .subjects {
        padding: 70px 0;
    }
    .subjects__title {
        margin-top: 0;
        font-size: 38px;
    }

}
@media (max-width: 610px) {
    .subjects__item {
        max-width: none;
    }
}

.programs {
    background: #F3F3F3;
}
.programs__title {
    text-align: center;
}
.programs__subtitle {
    text-align: center;
    margin: 20px 0 55px;
}
.programs__item {
    max-width: 340px;
    height: 380px;
    width: 100%;
    padding: 30px 20px;
    background: #FFFFFF;
    /*box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);*/
    border-radius: 5px;
    margin: 10px 15px;
}
.programs__img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 133px;
    width: 100%;
}
.programs__item-title {
    margin: 15px 0 6px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #000000;
}
.programs__item-text {
    text-align: center;
}
.programs__slider .slick-dots {
    bottom: -40px;
}


.testimonials__body {
    display: flex;
    justify-content: space-between;
}
.testimonials__img {
    max-width: 570px;
    width: 100%;
}
.testimonials__right {
    max-width: 490px;
    width: 100%;
}
.testimonials__subtitle {
    margin: 20px 0 35px;
}
.testimonials__subtitle span {
    color: #004359;
}
.testimonials__item-text {
    font-style: italic;
}
.testimonials__item-author {
    margin: 12px 0 60px;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #004359;
}
.testimonials__slider .slick-next:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/adam-theme/img/slider-arrow-next.png) no-repeat center center;
    transition: .5s;
    bottom: -100px;
    color: #000000;
    right: 225px;
}
.testimonials__slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/adam-theme/img/slider-arrow-prev.png) no-repeat center center;
    transition: .5s;
    left: 225px;
    color: #000000;
    bottom: -100px;
}

@media (max-width: 1089px) {
    .testimonials__body {
        flex-direction: column;
    }
    .testimonials__right {
        max-width: none;
    }
    .testimonials__item {
        margin: 0 10px;
    }
}


.contact {
    background-image: url('/wp-content/themes/adam-theme/img/bg-form.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 40px 0 70px;
}
.contact__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 55px;
    text-align: center;
    color: #fff;
}
.contact__btn {
    width: 240px;
    height: 62px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #fff !important;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    background: #004359;
    border: 1px solid #004359;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
}
.contact__btn:hover {
    background: #fff;
    color: #004359 !important;
}
.contact__subtitle {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.contact__form {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 20px;
}
.contact__form form span input {
    width: 570px;
    height: 44px;
    border: 1px solid #fff;
    background: transparent;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 15px;
    margin-bottom: 10px;
}
.contact__form form span textarea {
    width: 570px;
    height: 121px;
    border: 1px solid #fff;
    background: transparent;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF !important;
    padding: 15px;
    resize: none;
    margin-bottom: 20px;
}
.contact__form form input {
    width: 140px;
    height: 52px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #004359;
    background: #004359;
    margin: 0 auto;
    transition: 0.5s;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff !important;
    opacity: 1;
}

@media (max-width:625px) {
    .contact__form form span input {
        max-width: none;
        width: 100%;
    }
    .contact__form form span textarea {
        max-width: none;
        width: 100%;
    }
    .contact__title {
        font-size: 38px;
    }
    .contact__subtitle {
        font-size: 24px;
    }
    .programs__subtitle {
        margin-bottom: 35px;
    }
}
@media (max-width: 762px) {
    .footer__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 0;
        padding-left: 10px;
    }
    .footer__left {
        margin-bottom: 15px;
    }
    .footer__title {
        margin-bottom: 10px;
    }
    .footer__center {
        margin-bottom: 5px;
    }
}


.soon {
    background: #F3F3F3;
}
.soon__title span {
    color: #004359;
}
.home__link {
    font-size: 32px;
    text-decoration: underline;
    margin-top: 30px;
    color: #004359 !important;

}
.home__link:hover {
    color: #000 !important;
}



.contact-main__body {
    background: #FFFFFF;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 25px;
    margin-top: 60px;

}
.contact-main__title {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.contact-main__row {
    max-width: 870px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.contact__phone {
    display: flex;
    margin-bottom: 15px;
    font-size: 18px;
}
.contact__phone-img {
    max-height: 25px;
    margin-right: 7px;
}
.header-top__phone-link {
    width: 100%;
}
.contact__email {
    display: flex;
    font-size: 18px;
}
.contact__email-img {
    margin-right: 7px;
}
.contact__time {
    font-size: 18px;
}
.contact-main__left {
    max-width: 260px;
}
.contact-main__center {
    max-width: 340px;
}
.contact__soc {
    justify-content: center;
}
.contact__map iframe {
    width: 100%;
    height: 600px;
}
.contact__adress {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-main__btn {
    width: 180px;
    height: 35px;
    background: #004359;
    color: #fff;
    border-radius: 50px;
    font-family: 'Roboto';
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1024px) {
    .header-soc__link {
        display: flex;
    }
}
@media (max-width: 981px) {
    .contact-main__row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .contact-main__center {
        margin: 20px 0;
    }
}
@media (max-width: 819px) {
    .contact-soc__img {
        max-width: 25px;
    }
}
@media (max-width: 578px) {
    .contact-main__body {
        margin-top: 40px;
    }
}
@media (max-width: 445px) {
    .contact-main__center {
        width: 100%;
        margin-left: 0;
        max-width: none;
    }
    .contact-main__left {
        width: 100%;
        max-width: none;
    }
    .contact-soc__img {
        max-width: 30px;
    }
}
.one-subject__title-block {
    padding: 80px 0;
    /*background-image: url('/wp-content/themes/adam-theme/img/main-bg.jpeg');*/
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.one-subject__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}
#breadcrumbs {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.5s;
}
#breadcrumbs span a {
    color: #FFFFFF;
}
#breadcrumbs span a:hover {
    color: #004359;
}

@media (max-width: 625px) {
    .one-subject__title {
        font-size: 36px;
        line-height: 140%;
    }
    .one-subject__title-block {
        padding: 60px 0;
    }
}


/* flexible-blocks */

.block-one__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.block-one__body_without_img {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.block-one__img {
    max-width: 570px;
    width: 100%;
}
.block-one__img-1 {
    margin-bottom: 25px;
}
.block-one__right {
    max-width: 500px;
    width: 100%;
}
.block-one__left {
    max-width: 570px;
    width: 100%;
}
.block-one__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 52px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 0;
}
.block-one__title span {
    color: #004359;
}
.block-one__text {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    margin-bottom: 25px;
}
.block-one__text ul li{
    list-style-type: none;
    position: relative;
    margin-bottom: 8px;
}
.block-one__text ul li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/adam-theme/img/about-us-arrow.svg) no-repeat center center;
    transition: .5s;
    left: -25px;
    top: 1px;
    transition: 0.5s;
}
.block-one__text a {
    color: #004359;
    transition: 0.5s;
    position: relative;
}
.block-one__text a:hover {
    color: #000;
}
.block-one__text a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: url(/wp-content/themes/adam-theme/img/learn-more.svg) no-repeat center center;
    transition: .5s;
    right: -13px;
    top: 6.5px;
}
.block-one__btn {
    background: #004359;
    transition: 0.5s;
}
.block-one__btn:hover {
    border: 1px solid #004359;
    color: #004359 !important;
    background: transparent;
}
.block-one__img-2 {
    max-width: 470px;
}
.block-one__right-2 {
    max-width: 600px;
}
@media (max-width: 1024px) {
    .block-one__body {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .block-one__img {
        margin: 10px 0;
    }
}

@media (max-width: 625px) {
    .block-one__title {
        font-size: 38px;
        line-height: 140%;
        margin-top: 0;
    }
}






.one-program__title {
    color: #004359;
    text-align: center;
    line-height: 140%;
    margin: 70px 0 40px;
}
@media (max-width:465px) {
    .one-program__title {
        margin-top: 50px;
    }
}


/*.need-animate{*/

/*}*/
/*.subjects__item {*/
/*    opacity: 0;*/
/*}*/
/*.programs__subject-1, .programs__subject-2, .programs__subject-3, .programs__subject-4{*/
/*    animation: fl-fade-left 1s ease;*/
/*    animation-duration: 1.3s;*/
/*    transition: 1s;*/
/*}*/
/*.programs__subject-2{*/
/*    animation-delay: 1s;*/
/*}*/
/*.programs__subject-3 {*/
/*    animation-delay: 2s;*/
/*}*/
/*.programs__subject-4 {*/
/*    animation-delay: 3s;*/
/*}*/
/*.programs__subject-1.animated{*/
/*    opacity: 1;*/
/*    transition-delay: 0.5s;*/
/*}*/
/*.programs__subject-2.animated {*/
/*    opacity: 1;*/
/*    transition-delay: 1.4s;*/
/*}*/
/*.programs__subject-3.animated {*/
/*    opacity: 1;*/
/*    transition-delay: 2s;*/
/*}*/
/*.programs__subject-4.animated {*/
/*    opacity: 1;*/
/*    transition-delay: 3s;*/
/*}*/
/*@keyframes fl-fade-left {*/
/*    0% {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(-50%, 0, 0);*/
/*        transform: translate3d(-50%, 0, 0);*/
/*    }*/
/*    100% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/
/*}*/

