/*
Theme Name: SP Theme
Theme URI: https://cms3.ru/wordpress-pustaya-tema/
Author: Alex Kuimov
Author URI: https://cms3.ru
Description: The blank wordpress theme
Version: 1.0.0
Text Domain: sp-theme
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*WordPress Core*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}

/* Началось */
body{
    font-family: 'Montserrat';
    margin: 0;
    line-height: 1.27;
}
html{
    font-size: 16px;
}
a{
    text-decoration: none;
}
.how_inner{
    position: relative;
}

.banner_title{
    font-size: 3.81rem;
    line-height: 1.27;
    color: #fff;
    margin-top: 95px;
    margin-bottom: 70px;
    font-family: 'Akzidenz-Grotesk Pro';
    font-weight: 600;
}
.banner_title span.second{
    background-color: #FFE6DB;
    background-image: radial-gradient(95.6% 2569.85% at 7.97% 31.52%, #FFF4EE 0%, #FFE6DB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.banner_title  span.first{
    color: #fff!important;
    font-size: 5.5rem;
}

.header_right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-items: center;
    grid-template-areas:
    ". . . .";
}
.header_left {
    align-items: center;
    font-size: 1.375rem;
    color: #fff;
}
.header_left svg{
    margin-right: 13px;
}
.header{
    width: 100%;
    position: absolute;
    top: 80px;
}
.banner_main{
    background-size: cover!important;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
}
.banner_main_bot_left{
    justify-content: space-between;
    align-items: center;
}
.banner_link_video{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #FFFFFF;
    position: relative;
}
.banner_link_video .svg_button{
    margin-right: 2.5rem;
    flex-shrink: 0;
    transition: 0.5s;
}
.banner_link_video:hover .svg_button{
    transform: scale(0.9);
}
.svg_arrow {
    position: absolute;
    bottom: -40px;
    left: 100px;
}
.header_inner{
    align-items: center;
    justify-content: space-between;
}
.banner_link_video span{
    width: 200px;
}
.banner_adv_item{
    background: linear-gradient(91.05deg, rgba(10, 10, 10, 0.61) -7.3%, rgba(33, 33, 33, 0.4) 99.8%);
    border-radius: 57px;
    font-weight: 400;
    font-size: 1.125rem;
    padding: 0.75rem 2rem 1.125rem 2.5rem;
    line-height: 1.65rem;
    max-width: 28rem;
    margin-bottom: 1rem;
    color: #fff;
    position: relative;
    border: 2px solid #656565;
}
.banner_adv_item span{
    font-weight: 600;
}
.banner_adv_item:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #FBD1B0;
    box-shadow: 1px 1px 10px #CC7D5B;
    border-radius: 50%;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: -10px;
}
.banner_more{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 0.9375rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: navajowhite;
    color: #fff;
}
.banner_more svg{
    position: absolute;
    left: -40px;
    transition: 0.5s;
}
.banner_adv_wrap{
    margin-right: 5rem;
}
.about{
    padding: 7.5rem 0 5rem;
}
.about_left{
    margin-right: 7.75rem;
}
.about_inner {
    margin: 0 auto;
}
.about_inner {
    align-items: center;
}
.banner_more:hover svg{
    -moz-transform: rotate(15deg); /* Для Firefox */
    -ms-transform: rotate(15deg); /* Для IE */
    -webkit-transform: rotate(15deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(15deg); /* Для Opera */
    transform: rotate(15deg);
}
.about_right p{
    font-size: 1.5rem;
    line-height: 1.67;
    margin: 0 0 2rem;
}
.about_right b{
    display: block;
}
.how_inner{
    display: flex;
}
.how_inner > div{

}
.how{
    padding: 10rem  0 0;
}
.how_title{
    color: #686868;
    margin-bottom: 4.375rem;
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 3.125rem;
}
.how_left_item{
    display: flex;
    margin-bottom: 1.5rem;
    font-size: 1.125rem;
}
.how_left_item svg{
    margin-right: 0.75rem;
}
.how_left_title{
    margin-bottom: 2rem;
    font-size: 1.125rem;
    font-weight: bold;
}
.how_title{

}
.how_left{
    background: #F8F8F8;
    border-radius: 2px;
    padding: 2.875rem 0.5rem 1.75rem 3rem;
    margin-right: 3.5rem;
    width: 80%;
    align-self: flex-start;
}
.how_mid_title{
    font-weight: 600;
    font-size: 1.375rem;
    color: #BB8F7C;
    margin-bottom: 1.75rem;
}
.how_mid li{
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}
.how_mid li::marker{
    color: #636363;;
}
.how_mid_bot{
    font-style: italic;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.7;
    color: #929292;
}
.container-max{
    max-width: 1400px!important;
}
.how_right img{
    margin-top: -200px;
    display: block;
}
.seven_me{
    background: linear-gradient(97.32deg, #1B1B1B 2.04%, #494949 102.86%);
    color: #fff;
    position: relative;
}
.seven_me:before{
    content: '';
    display: block;
    position: absolute;
    background: url("/wp-content/uploads/2022/08/rectangle.png");
    height: 100%;
    width: 100%;
    z-index: 9;
}
.seven_me_left{
    text-align: center;
    margin-right: 2rem;
}
.seven_me_left img{
    display: block;
    margin: 0 auto;
}
.seven_title{
    font-weight: 500;
    font-size: 3.125rem;
    margin-bottom: 1.75rem;
    line-height: 1;
    font-family: 'Akzidenz-Grotesk Pro';
}
.reason{
    margin-right: 1rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.seven_see_link:before {
    content: '';
    display: block;
    position: absolute;
    width: 412px;
    height: 220px;
    background-image: url("data:image/svg+xml,%3Csvg width='420' height='220' viewBox='0 0 420 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.57619 0.182681C7.12479 -0.135537 6.5009 -0.0275784 6.18268 0.423814L0.997011 7.77968C0.678792 8.23108 0.786751 8.85497 1.23814 9.17319C1.68954 9.49141 2.31343 9.38345 2.63165 8.93206L7.24113 2.3935L13.7797 7.00299C14.2311 7.32121 14.855 7.21325 15.1732 6.76186C15.4914 6.31046 15.3834 5.68657 14.9321 5.36835L7.57619 0.182681ZM418.917 214.003C354.862 219.341 261.732 221.892 179.802 195.156C97.9387 168.442 27.3121 112.519 7.98536 0.829493L6.01464 1.17051C25.4962 113.754 96.788 170.17 179.182 197.058C261.509 223.924 354.975 221.339 419.083 215.997L418.917 214.003Z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    left: -390px;
    bottom: 0px;
}
.seven_me_inner {
    align-items: center;
}
.seven_me .container-max{
    position: relative;
    z-index: 99;
}
.seven_see_link{
    font-weight: 500;
    font-size: 1.75rem;
    color: #FFB698;
}
.seven_see_link svg{
    position: absolute;
}
.seven_see_link{
    position: relative;
    padding-left: 40px;
}
.reviews_swiper{
    height: 700px;
}
.reviews_swiper img{
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
    width: 100%;
}
.swiper-button-next-reviews{
    position: absolute;
    bottom: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.swiper-button-prev-reviews{
    position: absolute;
    top: -25px;
    cursor: pointer;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}
.reviews_title{
    font-family: 'Akzidenz-Grotesk Pro';
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 1;
    color: #424242;
}
.reviews{
    background-image: url("/wp-content/uploads/2022/08/image-35-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    position: relative;
}
.reviews_left{
    position: relative;
    width: 45%;
}
.reviews_right{
    position: relative;
    width: 55%;
}
.reviews_right img{
    position: absolute;
    right: 0;
}
.reviews_right_left{
    padding-left: 4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.reviews_write a{
    color: #BB8F7C;
    padding-left: 40px;
}
.reviews_write .banner_more svg{
    left: 0;
}
.reviews_bg_img{
    position: absolute;
    bottom: 0;
    right: -100px;
}
.reviews .container{
    position: relative;
    padding: 6.25rem 0;
}
footer{
    background: linear-gradient(97.32deg, #1B1B1B 2.04%, #494949 102.86%);
    padding: 7rem 0 7rem;
}
.footer_left{
    color: #fff;
}
.footer_left_title{
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 1.75rem;
}
.footer_right_title{
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 1.75rem;
    color: #C6A190;
}
.footer_left_text{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.33;
    color: #C6A190;
    margin-bottom: 1.5rem;
}
.footer_right_contact{
    margin-bottom: 2.75rem;
}
.footer_right_contact:first-child{
    padding-left: 9px;
}
.footer_right_contact a {
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 2.125rem;
}
.footer_right_contact svg{
    margin-right: 1.75rem;
}
.footer_inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 5rem;
}
.footer_left_list_item svg{
    margin-right: 0.875rem;
}
.footer_left_list_item{
    margin-bottom: 1.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.4;
}
.footer_left_price_item_left,
.footer_left_price_item_right{
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #FFFFFF;
}
.footer_left_price_item_right{
    color: #DCBDA5;
}
.footer_left_price_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.375rem;
}
.footer_left_price_item_left span{
    display: block;
    font-size: 1rem;
}
.footer_right_contact a{
    transition: 0.3s;
}
.footer_right_contact:hover a{
    color: #C6A190;
}

.footer_right_write .banner_more{
    padding-left: 40px;
}
.footer_right_write svg{
    left: 0;
}
.footer_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_left_price{
    background: rgba(22, 22, 22, 0.34);
    border-radius: 7px;
    padding: 1.5rem;
}
#modal_form{
    background: linear-gradient(332.5deg, #2C2B2B 0%, #424242 103.79%);
    box-shadow: 0px 4px 49px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 0;
}
.modal_form_inner{
    padding: 3.5rem;
}
.form_descr{
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.3;
}
.form_row input,
.form_row textarea{
    padding: 2.2rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #A5A5A5;
    max-width: 100%;
    background: none;
    outline: none;
    box-shadow: none;
    border: 1px solid #C8C8C8;
    border-radius: 5px;
}
.form_row{
    margin-bottom: 1.75rem;
}
.form_row input::placeholder,
.form_row textarea::placeholder{
    font-family: 'Montserrat';
}
.jr_submit_form{
    display: flex;
    align-items: center;
    justify-content: center;
}
.jr_submit_form .wpcf7-spinner{
    position: absolute;
}
.jr_submit_form .wpcf7-submit{
    background: none;
    border: none;
    margin-left: -80px;
    font-family: 'Akzidenz-Grotesk Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.d_d{
    display: block;
}
.d_m{
    display: none;
}