/*
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: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-Black'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Black.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-BlackItalic'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-BlackItalic.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-Bold'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Bold.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-BoldItalic'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-BoldItalic.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-BoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-Extrabold'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Extrabold.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Extrabold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-ExtraboldItalic'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-ExtraboldItalic.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-ExtraboldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-Regular'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Regular.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-RegularItalic'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-RegularItalic.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-Semibold'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Semibold.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'PerfectlyNineties';
    src: local('PerfectlyNineties'),
    local('PerfectlyNineties-SemiboldItalic'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-SemiboldItalic.otf') format('opentype'),
    url('/wp-content/themes/adam-theme/fonts/perfectly-nineties/PerfectlyNineties-SemiboldItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}



:root {
    --main-color: #EB6425;
    --second-color: #35AA3D;
    --gradient-green: linear-gradient(114.68deg, #97D700 -7.77%, #1DCA00 114.82%);
    --gradient-orange: linear-gradient(114.68deg, #F0A003 -7.77%, #EB6425 114.82%);
}

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


* {
    outline: none !important;
}
body {
    font-family: 'PerfectlyNineties', serif;
    margin: 0;
}
body.overflow {
    overflow-y: hidden;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
a:hover {
    color: var(--main-color);
}
p {
    margin: 0;
}
ul li::marker{
    color: var(--main-color);
}
ul, ol {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
}
.site-content {
    overflow: hidden;
}
.container {
    max-width: 1360px;
    margin: 0 auto;
    width: 92%;
}
.pt {
    padding-top: 64px;
}
.pb {
    padding-bottom: 64px;
}
.mt {
    margin-top: 50px;
}
.mb {
    margin-bottom: 120px;
}
@media (max-width: 597px) {
    .pt {
        padding-top: 40px;
    }
    .pb {
        padding-bottom: 40px;
    }
}


/* 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-color: #51502D;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:0px;
    padding:16px;
}
#box_1 {
    width:92%;
    max-width:686px;
}

.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: 45px;
    right: 45px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 0;
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.main-pop-up-title {
    font-size: 24px;
    line-height: 140%;
    font-weight: 500;
    color: #303030;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}
.main-pop-up-text {
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    color: #303030;
    margin-bottom: 20px;
    text-align: center;
    max-width: 470px;
}
form label span textarea {

}
.main-pop-up form label span input.main-form__name, .main-pop-up form label span input.main-form__tel, .main-pop-up form label span textarea.review__text, form label span textarea {
    border: 1px solid var(--main-color);
    max-width: none;
    height: auto;
    width: 100%;
}

.main-pop-up form input {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    width: 100%;
    height: 45px;
    color: #000;
    padding: 10px;
    margin-bottom: 15px;
}
.main-pop-up form .wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
    border: none;
    font-size: 16px;
}
.main-pop-up form .wpcf7-submit:hover {
    color: #000;
}
/* 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);
}


/* slick-slider */

body .slick-dots li button::before {
    content: '';
}
body .slick-dots li button {
    padding: 0;
    border: var(--main-color) 1px solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #fffbe5;
}
body .slick-dots li button:hover {
    background-color: var(--main-color);
}
body .slick-dots li.slick-active button {
    background-color: var(--main-color);
}
body .slick-dots {
    bottom: -50px;
}

body .slick-next, body .slick-prev {
    top: -60px;
    right: 0;
    z-index: 20;
    width: 88px;
    height: 48px;
}
body .slick-prev {
    right: 100px;
}
body .slick-next:before, body .slick-prev:before  {
    content: "";
    position: absolute;
    width: 88px;
    height: 48px;
    background-size: cover;
    transition: .5s;
    top: 0;
    right: 0;
    color: #000000;
    z-index: 20;
}
body .slick-next:before {
    background: url(/wp-content/themes/adam-theme/img/arrow-right-active.svg) no-repeat center center;
}
body .slick-prev:before {
    background: url(/wp-content/themes/adam-theme/img/arrow-left-active.svg) no-repeat center center;
}
@media (max-width: 768px) {
    body .slick-next, body .slick-prev {
        width: 68px;
        height: 38px;
    }
    body .slick-next:before, body .slick-prev:before  {
        width: 68px;
        height: 38px;
    }
    body .slick-prev {
        right: 80px;
    }
}
@media (max-width: 678px) {
    body .slick-next, body .slick-prev {
        top: -40px;
        width: 54px;
        height: 33px;
    }
    body .slick-next:before, body .slick-prev:before  {
        width: 54px;
        height: 33px;
    }
    body .slick-prev {
        right: 65px;
    }
}
@media (max-width:600px) {
    body .slick-dots li button {
        padding: 0;
        border: var(--main-color) 1px solid;
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #fffbe5;
    }
}



/* header */

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s;
    padding: 24px 0;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.5s;
}
.header_logo, .header_logo:visited {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
.header_contact {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}






.header-menu {
    display: flex;
    align-items: center;
}
.header-menu ul {
    display: flex;
    list-style-type: none;
}
.header-menu .menu li {
    margin-right: 30px;
}
.header-menu .menu li a {
    color: #fff;
    text-shadow: 0px 0px 18px rgba(46, 64, 82, 0.21);
}
.header-menu .menu li a.active {
    color: #fff;
}
.header-menu .menu li a:hover {
    color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children ul.sub-menu {
    display: none;
}
.header-menu .menu li.menu-item-has-children.active ul.sub-menu {
    display: block;
    position: absolute;
    background-color: #FBFBFB;
    top: 25px;
    right: -30px;
    width: 220px;
    padding: 12px 15px 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.header-menu .menu li.menu-item-has-children {
    position: relative;
    transition: 0.5s;
    /*padding-bottom: 5px;*/
}
.header-menu .menu li.menu-item-has-children li {
    border-right: none;
    margin-bottom: 8px;

}
.header-menu .menu li.menu-item-has-children li a {
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 130%;
    color: #333333;
    transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children li a:hover {
    color: var(--main-color);
}
.header-menu .menu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 27px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/adam-theme/img/arrow-menu.svg);
    transition: 0.5s;
}
.header-menu .menu li.menu-item-has-children.active:after {
    transform: rotate(180deg);
}




/* header-blocks */

.mobile-menu-block {
    display:none;
}



/* 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 ul {
    flex-direction: column;
    margin-top: 30px;
    list-style-type: none;
}
.nav-mobile .main-mobile-menu ul li a {
    font-size: 20px;
    color: #fff;
}
.nav-mobile .main-mobile-menu ul li {
    margin-bottom: 20px;
}
.nav-mobile .main-mobile-menu ul li:last-child {
    margin-bottom: 0;
}
.nav-mobile ul li.menu-item-has-children {
    position: relative;
}
.nav-mobile ul li.menu-item-has-children ul.sub-menu {
    display: none;
}
.nav-mobile ul li.menu-item-has-children.active ul.sub-menu {
    display: block;
}
.nav-mobile ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 91px;
    top: 5px;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/themes/adam-theme/img/arrow-menu.svg);
    transition: 0.5s;
}
.nav-mobile ul li.menu-item-has-children.active:after {
    transform: rotate(180deg);
}


/* 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:#fff;
    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: 980px) {
    .burger,
    .mobile-menu-block {
        display: block;
    }
    .header-menu {
        display: none;
    }

}




/* header-end */



/* footer */
.site-footer {
    background: #000;
}




.hero {
    height: 100vh;
    width: 100%;
    position: relative;
}
.hero_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.header_contact {
    cursor: pointer;
}
@media (max-width: 547px) {
    .header_logo {
        font-size: 16px;
        line-height: normal;
    }
    .header_contact {
        font-size: 16px;
        line-height: normal;
    }
}

.what_body {
    padding: 0 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.what_left {
    max-width: 496px;
    width: 100%;
}
.what_left img {
    width: 100%;
    max-width: 496px;
}
.what_right {
    max-width: 576px;
    width: 100%;
    margin-left: 50px;
}
.title {
    color: #51502D;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 24px;
}
.what_description {
    color: #51502D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.what_title__mob {
    display: none;
}
@media (max-width: 1200px) {
    .what_body {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .what_body {
        flex-direction: column;
    }
    .what_right {
        max-width: none;
        margin-left: 0;
        margin-top: 24px;
    }
    .what_left {
        max-width: none;
    }
    .what_title {
        display: none;
    }
    .what_title__mob {
        display: block;
    }
    .what_left img {
        display: flex;
        margin: 0 auto;
    }
}
@media (max-width: 547px) {
    .title {
        font-size: 48px;
        line-height: 110%;
        text-align: center;
    }
    .what_description {
        font-size: 16px;
        line-height: 140%;
    }
}

.hidden {
    display: none !important;
}

.portfolio {
    background: #F2E7E1;
}
.portfolio_title {
    text-align: center;
    margin-bottom: 40px;
    color: #241E33;
}
.portfolio_row {
    margin-bottom: 64px;
}
.portfolio_row:last-child {
    margin-bottom: 0;
}
.portfolio_top {
    margin-bottom: 32px;
}
.portfolio_row__title {
    color: #241E33;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.portfolio_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 12px;
}
.portfolio_slide__img {
    margin: 0 auto;
}
.portfolio_slide__title {
    color: #241E33;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-top: 16px;
    min-height: 68px;
}
.portfolio_slide__description {
    color: #241E33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 16px;
    max-width: 473px;
    width: 100%;
}
.portfolio_slide__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #241E33;
    color: #241E33;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    cursor: pointer;
    max-width: 116px;
    width: 100%;
    height: 38px;
    margin: 24px auto 0;
}
@media (max-width: 678px) {
    .portfolio_row__title {
        font-size: 32px;
        line-height: 110%;
    }
    .portfolio_row {
        margin-bottom: 48px;
    }
    .portfolio_top {
        margin-bottom: 24px;
    }
    .portfolio_slide {
        margin: 0;
    }
}
@media (max-width: 479px) {
    .portfolio_row__title {
        max-width: 270px;
    }
}



.method {
    position: relative;
    padding: 105px 0;
    /*background-image: url(/wp-content/uploads/2024/01/method_bg.jpg);*/
    /*background-size: cover;*/
    /*background-position: 50% 50%;*/
}
.hero_bg {
    z-index: 1;
}
.method_body {
    position: relative;
    z-index: 3;
}
.method_title {
    margin-bottom: 32px;
    color: #fff;
}
.method_description {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 437px;
    width: 100%;
    margin-bottom: 40px;
}
.method_btn {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #FFF;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 547px) {
    .method {
        padding: 50px 0 87px;
    }
    .method_title {
        text-align: left;
        margin-bottom: 24px;
        max-width: 320px;
    }
    .method_btn {
        width: 100%;
    }
    .method_description {
        font-size: 16px;
        line-height: 140%;
    }
}



.description {
    padding: 72px 0;
}
.description_body {
    max-width: 1133px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #918E99;
    border-bottom: 1px solid #918E99;
}
.description_text {
    color: #241E33;
    text-align: center;
    font-size: 40px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
@media (max-width: 800px) {
    .description {
        padding: 40px 0;
    }
    .description_text {
        font-size: 30px;
    }
}


.about {
    background: #F2E7E1;
}
.about_body {
    padding: 0;
}
.about_left {
    max-width: 640px;
}
.about_left img {
    max-width: 640px;
}
.about_right {
    max-width: 552px;
}
.about_btn {
    color: #51502D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #51502D;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 40px;
}
@media (max-width: 768px) {
    .about_right, .about_left {
        max-width: none;
    }
    .about_btn {
        width: 100%;
    }
}




.words {
    background: #51502D;
}
.words_title {
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
}
.words_subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    margin: 0 auto 56px;
}
.words_slide {
    margin: 0 20px;
    padding-bottom: 46px;
}
.words_slide__title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto 16px;
}
.words_slide__description {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    max-width: 810px;
    width: 100%;
    margin: 0 auto 24px;
}
.words_slide__name {
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.words_slide__name span {
    padding-top: 6px;
    border-top: 1px solid #fff;
}


.words .slick-dots li {
    width: 40px;
    height: 1px;
}
.words .slick-dots li button::before {
    content: '';
    width: 40px;
    height: 1px;
}
.words .slick-dots li button {
    padding: 0;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 1px;
    background-color: #fff;
    opacity: 0.4;
    transition: 0.3s;
}
.words .slick-dots li button:hover {
    background-color: #fff;
    opacity: 1;
}
.words .slick-dots li.slick-active button {
    background-color: #fff;
    opacity: 1;
}
.words .slick-dots {
    bottom: -10px;
}

.words .slick-next, .words .slick-prev {
    top: 30%;
    right: 0;
    z-index: 20;
    width: 88px;
    height: 48px;
}
.words .slick-prev {
    right: 93%;
}
.words .slick-next:before, .words .slick-prev:before  {
    content: "";
    position: absolute;
    width: 88px;
    height: 48px;
    background-size: cover;
    transition: .5s;
    top: 0;
    right: 0;
    color: #000000;
    z-index: 20;
}
.words .slick-next:before {
    background: url(/wp-content/themes/adam-theme/img/arrow-next.svg) no-repeat center center;
}
.words .slick-prev:before {
    background: url(/wp-content/themes/adam-theme/img/arrow-prev.svg) no-repeat center center;
}
@media (max-width: 768px) {
    .words .slick-next, .words .slick-prev {
        width: 68px;
        height: 38px;
    }
    .words .slick-next:before, .words .slick-prev:before  {
        width: 68px;
        height: 38px;
    }
    .words .slick-prev {
        right: 80px;
    }
    .words_slide {
        margin: 0 10px;
    }
}
@media (max-width: 678px) {
    .words .slick-next, .words .slick-prev {
        top: -40px;
        width: 54px;
        height: 33px;
    }
    .words .slick-next:before, .words .slick-prev:before  {
        width: 54px;
        height: 33px;
    }
    .words .slick-prev {
        right: 65px;
    }
}
@media (max-width: 547px) {
    .words_subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .words_slide__title {
        font-size: 24px;
        line-height: 140%;
    }
    .words_slide__description {
        font-size: 18px;
        line-height: 140%;
    }
    .words_slide__name {
        font-size: 18px;
    }
    .words_slide {
        margin: 0 3px;
    }
}


.instagram {

}
.instagram_title {
    color: #241E33;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    justify-content: center;
    margin: 0 auto 12px;
}
.instagram_subtitle {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #241E33;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 auto 48px;
}
.instagram_subtitle svg {
    margin-right: 8px;
}
.instagram_slider__wrap {
    max-width: 1448px;
    width: 100%;
    margin: 0 auto;
}
.instagram_slide {
    margin: 0 12px;
}
@media (max-width: 547px) {
    .instagram_title {
        font-size: 20px;
    }
    .instagram_subtitle {
        font-size: 32px;
        margin-bottom: 40px;
    }
}



.seeking {
    position: relative;
    background-image: url(./img/seeking_bg.jpg);
    background-size: cover;
    background-position: 50% 50%;
}
.seeking_title {
    color: #fff;
    text-align: center;
    font-size: 48px;
}
.seeking_body {
    max-width: 686px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 3;
}
.seeking_description {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 56px;
}
.seeking_btn, .seeking_btn:visited {
    background: #fff;
    color: #241E33;
    margin-bottom: 24px;
}
.seeking_inst {
    opacity: 0.6;
}
@media (max-width: 547px) {
    .seeking_description {
        font-size: 18px;
    }
}


.site-footer {
    background: #241E33;
}
.footer__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.footer_copyright, .footer_links a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    margin: 0;
}
.footer_links a:first-child {
    margin-right: 16px;
}
@media (max-width: 547px) {
    .footer__body {
        flex-direction: column;
        padding: 20px 0;
    }
    .footer_links {
        order: -1;
        margin-bottom: 12px;
    }
}


.popup_title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    margin: 0 0 16px;
}
.popup_subtitle {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 32px;
    letter-spacing: 0.8px;
}
.popup_subtitle a, .popup_subtitle a:visited {
    text-decoration-line: underline;
    color: #fff;
}
.popup_inner {
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.popup_body {
    margin: 5px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.popup_main label {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
.popup_main label span {
    color: #FA6060;
}
.popup_main p {
    width: 100%;
    margin-bottom: 24px;
}
.popup_main .form_row {
    display: flex;
    justify-content: space-between;
}
.popup_main .form_row p {
    width: 48%;
}
.popup_main input, .popup_main textarea {
    width: 100%;
    height: 44px;
    border: none;
    border-bottom: 1px solid #fff;
    margin-top: 8px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.10);
}
.popup_main input::placeholder, .popup_main textarea::placeholder {
    color: #fff;
    opacity: 0.6;
}
.popup_main input:focus, .popup_main input:active, .popup_main textarea:focus, .popup_main textarea:active {
    color: #fff;
    opacity: 1;
}
.popup_main textarea {
    resize: none;
    height: 104px;
    padding-top: 11px;
}
.popup_main input.wpcf7-submit {
    text-transform: uppercase;
    width: 124px;
    height: 51px;
    justify-content: center;
    border: 1px solid #fff;
    background: transparent;
    margin-top: 32px;
    margin-bottom: -24px;
}
.wpcf7-spinner {
    position: absolute;
}
.wpcf7 form .wpcf7-response-output {
    margin: 40px 0 0;
    color: #fff;
}
@media (max-width: 547px) {
    .mymagicoverbox_fenetre {
        padding: 12px;
    }
    .popup_body {
        padding: 18px;
    }
    .form_row {
        flex-direction: column;
    }
    .popup_main .form_row p {
        width: 100%;
    }
    .popup_main input.wpcf7-submit {
        width: 100%;
    }
    #box_1 {
        max-height: 780px;
        height: 100%;
        overflow-y: scroll;
        width: 98%;
    }
    .popup_title {
        font-size: 32px;
    }
    .popup_subtitle {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .popup_main p {
        margin-bottom: 16px;
    }
    .mymagicoverbox_fermer {
        top: 30px;
        right: 30px;
    }
}

.portfolio_row .slick-track {
    margin-left: 0;
}

.portfolio_video {
    cursor: pointer;
    transition: 0.4s;
    width: 100%;
}