/*   
Theme Name: rollexpert
Version: 1.0
Author: den
*/

@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica'),
         url('fonts/Helvetica.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica Light'), local('Helvetica-Light'),
         url('fonts/Helvetica-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: local('Helvetica Bold'), local('Helvetica-Bold'),
         url('fonts/Helvetica-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* === Helvetica Neue === */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeueBoldCondensed.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
/* === HelveticaNeueCyr === */
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/HelveticaNeueCyr-Roman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/HelveticaNeueCyr-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('fonts/HelveticaNeueCyr-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
input,textarea {
    outline: none;
}
button {
    cursor: pointer;
}
input[type="submit"] {
    cursor: pointer;
}


html,body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueCyr';
    font-size: 10px;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueCyr';
    line-height: 150%;
}
.wrapper {
    margin: 0 auto;
    width: 1024px;
}
header {
    padding-top: 25px;
    padding-bottom: 27px;
}
header > .wrapper {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
#contact_header {
    display: flex;
}
.top_line_contact_top {
    color: #0093F8;
    font-weight: 500;
    font-family: 'HelveticaNeueCyr';
    font-size: 1.6rem;
    display: flex;
}
.top_line_contact_top a {
    color: #0093F8;
    font-weight: 500;
    font-family: 'HelveticaNeueCyr';
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: 0.5s;
}
.top_line_contact_top a:hover {
    border-bottom: 1px solid transparent;
}
.bottom_line_contact_top {
    font-size: 1.2rem;
    margin-top: 4px;
}
.adress_top {
    border-right: 1px solid #0093F8;
    padding-right: 23px;
    margin-right: 23px;
    text-align: center;
}
.adress_top .top_line_contact_top:before {
    content: " ";
    background: url(img/MapPin.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.phone_top .top_line_contact_top:before {
    content: " ";
    background: url(img/PhoneCall.svg) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 7px;
    position: relative;
    top: 1px;
}
.phone_top .bottom_line_contact_top {
    padding-left: 24px;
}
.phone_top {
    border-right: 1px solid #0093F8;
    padding-right: 23px;
    margin-right: 23px;
}
.social_top {
    display: flex;
    align-items: center;
    margin-right: 23px;
}
.insta {
    background: url(img/instagram.svg) no-repeat;
    width: 31px;
    height: 31px;
    display: block;
    margin-right: 5px;
    transition: 0.5s;
}
.insta:hover {
    opacity: 0.5;
}
.whatsaap {
    background: url(img/whatsapp.svg) no-repeat;
    width: 31px;
    height: 31px;
    display: block;
    transition: 0.5s;
}
.whatsaap:hover {
    opacity: 0.5;
}
.zakaz_top {
    background: #0093F8;
    padding: 0px 30px;
    border: none;
    border-radius: 100px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr';
    transition: 0.5s;
}
.zakaz_top:hover {
background: #17C12D;
}
#logo {
    position: relative;
    top: -4px;
}
#main_menu > .wrapper {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.menu_block > ul {
    list-style: none;
    display: flex;
    margin-left: 52px;
}
.menu_block > ul > li {
    margin-right: 50px;
    position: relative;
}
.menu_block > ul > li:last-child {
    margin-right: 0px;
}
.menu_block > ul > li > a {
    font-size: 1.8rem;
    color: #000;
    text-decoration: none;
    padding: 25px 0;
    display: block;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.menu_block > ul > li > a:hover {
color: #0093F8
}
.menu_block > ul > li > ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    top: 60px;
    background: rgb(0 0 0 / 80%);
    left: 0%;
    border-radius: 5px;
    list-style: none;
    width: 150%;
    left: -30%;
}
.menu_block > ul > li:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
.menu_block > ul > li > ul > li {

}
.menu_block > ul > li > ul > li > a {
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    padding: 10px 10px;
    margin: 0 10px;
    text-align: center;
    transition: 0.5s;
}
.menu_block > ul > li > ul > li > a:hover {
color: #0093F8;
}
.menu_block > ul > li > ul > li:last-child > a {
    border: none
}
.menu_block > ul > li.menu-item-has-children > a:after {
    content: " ";
    background: url(img/arrow_menu.svg) no-repeat;
    width: 10px;
    height: 5px;
    display: block;
    margin-left: 6px;
    position: relative;
    top: 2px;
    transition: 0.5s;
}
body.simple_page .menu_block > ul > li.menu-item-has-children > a:after {
    background: url(img/arrow_menu_white.svg) no-repeat;
}
.menu_block > ul > li.menu-item-has-children:hover a:after {
transform: rotate(180deg);
}
.menu_block {
    display: flex;
    align-items: center;
}
.hidden_lang {
    display: none;
}
.active_lang {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}
#main_menu {
    background: #F9F9F9;
}
.green_button {
    height: 59px;
    width: 100%;
    background: #17C12D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    max-width: 351px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 1px;
    transition: 0.5s;
}
.green_button:hover {
background: #0093F8;
}
.green_button:before {
    content: " ";
    background: url(img/PhoneCallButton.svg) no-repeat;
    width: 29px;
    height: 29px;
    margin-right: 8px;
}
.hero_wrap {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.hero_left {
    min-width: 436px;
    text-align: center;
}
.hero_left h1 {
    font-size: 6.3rem;
    color: #000;
    font-weight: bold;
    margin-bottom: -10px;
}
.hero_spans span:first-child {
    font-size: 2.8rem;
    font-weight: bold;
    color: #014F84;
}
.hero_spans span:last-child {
    font-size: 2.8rem;
    font-weight: bold;
    color: #24B6EF;
}
.hero_spans span:nth-child(2) {
    font-size: 2.8rem;
    font-weight: bold;
    color: #0380BB;
}
.hero_description {
    margin-top: 5px;
}
.hero_description p:first-child {
    font-size: 2.8rem;
}
.hero_description p:last-child {
    font-size: 2.4rem;
    color: rgb(0 0 0 / 68%);
    margin-top: 3px;  
}
.hero_right img {
    max-width: 100%;
    height: auto;
}
.arrow_button_hero {
    background: url(img/CaretDoubleDown.svg) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 32px;
    animation: bounce 2s infinite ease-in-out;
}
.list_preim_block {
    display: flex;
        justify-content: space-between;
}
.list_preim_block > .preim {
    width: auto;
}
.img_preim {
    width: 80px;
    height: 80px;
    background: #2FB4F5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hero {
    margin-bottom: 41px;
}
#preim_list {
    background: #F9F9F9;
    padding: 55px 0;
    margin-top: 0;
    margin-bottom: 35px;
}
model-viewer {
    width: 100%;
    height: 100%;
}
.description_preim {
    font-size: 1.8rem;
    margin-top: 15px;
    max-width: 216px;
}
.list_preim_block > .preim:nth-child(2) .description_preim {
    max-width: 235px;
}
#our_service {
    padding-top: 35px;
    padding-bottom: 35px;
}
h2.simple_title {
    font-size: 3.8rem;
    text-align: center;
    font-weight: bold;
}
h2.simple_title:after {
    content: " ";
    width: 80px;
    height: 2px;
    background: #0093F8;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.service_title {
    position: relative;
    bottom: 0;
    left: 0;
    font-size: 2.2rem;
    color: #000;
    text-decoration: none;
    max-width: 100%;
    z-index: 9;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    margin-top: 14px;
    text-decoration: underline;
    transition: 0.5s;
}
.list_service > .service:hover img {
    transition: 0.5s;
}
.list_service > .service:hover img {
    opacity: 0.7;
}
.list_service > .service:hover .service_title {
   color: #4D4D4D;
   text-decoration: none;
}
.list_service {
    display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
}
.list_service > .service {
    position: relative;
    display: block;
    text-decoration: none;
}
.service_img img {
    width: 327px;
    height: 301px;
    display: block;
    border-radius: 10px;
}
#portfolio {
    margin-top: 35px;
    overflow: hidden;
}
.filter_slider {
    margin-top: 35px;
    margin-bottom: 0px;
}
#slider_list_portfolio {
    margin-top: 27px
}
.filter_slider > ul {
    display: flex;
        list-style: none;
}
.filter_slider > ul > li {
    margin-right: 41px;
}
.filter_slider > ul > li > button {
    background: transparent;
    padding: 11px 0px;
    border-radius: 100px;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    transition: 0.5s;
    cursor: pointer;
    border: none;
    color: #0093F8;
    text-decoration: underline;
}
.filter_slider > ul > li > button:hover {
    background: #0093F8;
    color: #fff;
    font-weight: 500;
    color: #000;
    background: transparent;
    text-decoration: none;
}
.filter_slider > ul > li > button.active {
    background: #0093F8;
    color: #fff;
    font-weight: 500;
    color: #000;
    background: transparent;
    text-decoration: none;
}



.filter_page {
    margin-top: 35px;
    margin-bottom: 0px;
    padding-bottom: 35px;
}
.filter_page > ul {
    display: flex;
        list-style: none;
}
.filter_page > ul > li {
    margin-right: 20px;
}
.filter_page > ul > li > button {
    background: transparent;
    border: 1px solid #fff;
    padding: 11px 33px;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}
.filter_page > ul > li > button:hover {
    background: #0093F8;
    color: #fff;
    border: 1px solid transparent
}
.filter_page > ul > li > button.active {
    background: #0093F8;
    color: #fff;
    border: 1px solid transparent 
}


#slider_list_portfolio .swiper-slide a img {
    height: 371px;
    max-width: 312px;
    width: 100%;
    object-fit: cover;
}
#slider_list_portfolio {
    position: relative;
}
.arrow_left_portfolio {
    position: absolute;
    left: 0;
    top: 40%;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 53%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.arrow_right_portfolio {
    position: absolute;
    right: 0;
    top: 40%;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 53%);
    z-index: 9; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.arrow_button {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_button:after {
content: " ";
background: url(img/arrow_slider.svg) no-repeat;
display: flex;
align-items: center;
justify-content: center;
width: 12px;
height: 20px;
}
.arrow_right_portfolio .arrow_button:after {
transform: rotate(180deg);
}
.button_portfolio a {
    height: 59px;
    display: block;
    background: #17C12D;
    max-width: 344px;
    width: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 26px;
    text-decoration: none;
    transition: 0.5s;
}
.button_portfolio a:hover {
    background: #0093F8;
}
.right_faq {
    width: 49%;
}
.button_portfolio a span {
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 1px;
}
.button_portfolio a:before {
    content: " ";
    background: url(img/insta_button_ico.svg) no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
#zakaz_info {
    padding: 65px 0;
}
.block_wrap_zakaz_info {
    display: flex;
        margin-top: 65px;
        justify-content: space-between;
}
.block_img {
    width: 60%;
}
.block_img img {
    max-width: 100%;
    height: auto;
}
.block_text {
    width: 50%;
    margin-left: -100px;
}
.block_text h3 {
    font-weight: 500;
    font-size: 3.4rem;
    margin-bottom: 54px;
}
.block_text ul {
    list-style: none;
    padding-left: 20px;
    position: relative;
}
.block_text ul:before {
    content: " ";
    width: 1px;
    height: 84%;
    position: absolute;
    left: 0;
    background: #04A1D8;
    top: 6px;
}
.block_text ul li {
    font-size: 1.8rem;
    margin-bottom: 32px;
    position: relative;
}
.block_text ul li:before {
    content: " ";
    width: 21px;
    height: 21px;
    display: block;
    background: #04A1D8;
    border-radius: 100px;
    position: absolute;
    left: -30px;
    top: 0;
}
.list_zakaz_info > .block_wrap_zakaz_info:nth-child(2) {
    flex-direction: row-reverse;
}
.list_zakaz_info > .block_wrap_zakaz_info:nth-child(2) .block_text {
    margin-left: 0;
}
#review_slider {
    margin: 0 70px;
    overflow: hidden;
    margin-top: 35px;
}
.review_block img {
    width: 100%;
    height: 451px;
    object-fit: cover;
}
.city_review {
    position: absolute;
    top: 0;
    right: 0;
    background: #0093F8;
    z-index: 9;
    padding: 11px 20px;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 10px 0 0 10px;
}
.play_button_video {
    width: 71px;
    height: 71px;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play_button_video:after {
    content: " ";
    background: url(img/play_video.svg) no-repeat;
    width: 22px;
    height: 25px;
    display: block;
}
.play_button_photo {
    width: 122px;
    height: 122px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.left_arrow_review {
    position: absolute;
    left: 0;
    top: 47%;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 53%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.right_arrow_review {
    position: absolute;
    right: 0;
    top: 47%;
    width: 60px;
    height: 60px;
    background: rgb(0 0 0 / 53%);
    z-index: 9; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.arrow_button {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_button:after {
content: " ";
background: url(img/arrow_slider.svg) no-repeat;
display: flex;
align-items: center;
justify-content: center;
width: 12px;
height: 20px;
}
.right_arrow_review .arrow_button:after {
transform: rotate(180deg);
}
#review {
    position: relative;
	    margin-top: 40px;
}
body.home #preim_list {
	margin: 50px 0;
}
#faq {
    margin-top: 65px;
}
.faq_wrap {
    display: flex;
}
.left_faq {
    margin-right: 20px;
    position: relative;
}
.faq_info {
    position: absolute;
    top: 355px;
    background: #353841;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 442px;
    border-top: 4px solid #04A1D8;
    border-bottom: 4px solid #04A1D8;
    border-radius: 5px;
}
.faq_text {
    margin: 20px 0;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    padding: 0 25px;
}
.faq_link {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.faq_link a {
    font-size: 2rem;
    color: #97D5FF;
    text-decoration: none;
    font-weight: bold;
}
.faq_list {
    margin-top: 37px;
}
.faq_line {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    padding: 17px 20px;
}
.faq_question {
    font-size: 1.8rem;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.hidden_text_faq {
    display: none;
    font-size: 1.6rem;
    padding-top: 12px;
    padding-left: 37px;
    max-width: 473px;
}
.left_faq > img {
    max-width: 100%;
    height: 422px;
    object-fit: cover;
}
.faq_question span:before {
    content: " ";
    background: url(img/question.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    min-width: 20px;
    position: relative;
    top: 2px;
}
.faq_question:after {
    content: " ";
    background: url(img/arrow_faq.svg) no-repeat;
    width: 12px;
    height: 7px;
    transition: 0.5s;
}
.faq_question.active:after {
transform: rotate(180deg);
}
.faq_question span {
    display: flex;
}
footer {
    background: #474A54;
    margin-top: 70px;
    padding-top: 70px;
}
#columns_footer {
    display: flex;
        justify-content: space-between;
}
#logo_footer {
    margin-bottom: 18px;
}
.column_footer ul {
    list-style: none;
}
.column_footer ul li {
    margin-bottom: 20px;
}
.column_footer ul li a {
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    display: flex;
        align-items: center;
        transition: 0.5s;
        max-width: 150px;
}
.column_footer ul li a:hover {
    color: #0093F8
}
.title_footer {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.title_footer:after {
    content: " ";
    width: 40px;
    height: 2px;
    background: #0093F8;
    display: block;
    margin-top: 13px;
}
.menu_service li a:before {
    content: " ";
    background: url(img/Cube.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 16px;
    min-width: 20px;
}
.block_contact {
    display: flex;
    margin-bottom: 22px;
    align-items: center;
}
.ico_contact {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 52%);
    margin-right: 8px;
}
.text_contact p:first-child {
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 6px;
}
.text_contact p:last-child {
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
}
.text_contact p:last-child a {
    font-weight: 400;
    font-size: 1.5rem;
    color: #fff;
    text-decoration: none;
}
.block_form_footer form {
    display: flex;
        flex-direction: column;
}
.block_form_footer form input[type="text"], .block_form_footer form input[type="tel"]  {
    max-width: 272px;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    height: 55px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 1.4rem;
    color: #828282;
}
.req {
    margin-bottom: 20px;
    margin-top: 10px;
}
.block_form_footer form input[type="submit"] {
    height: 48px;
    width: 100%;
    background: #0093F8;
    border: none;
    border-radius: 100px;
    max-width: 161px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
.req label {
    font-size: 1.6rem;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}
.checkbox {
    display: none;
}
.checkbox + label:before {
    content: " ";
    width: 18px;
    height: 18px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.5s;
}
.checkbox:checked + label:before {
   background: #0093F8;
}
.req label a {
    color: #fff;
    text-decoration: none;
    margin-left: 4px;
    border-bottom: 1px solid #fff;
    transition: 0.5s;
}
.req label a:hover {
    border-bottom: 1px solid transparent;
}
#footer_bottom {
    background: #353841;
    margin-top: 50px;
    padding: 17px 0;
}
#footer_bottom > .wrapper {
    display: flex;
        align-items: center;
        justify-content: space-between;
}
.copyright {
    font-size: 1.4rem;
    color: #E8E8E8;
}
.social_footer a {
    margin-left: 20px
}
#mobile_toggle {
    display: none;
}
.lang_block .zakaz_top {
    display: none;
}
#mobile_consult {
    display: none;
}
#mobile_consult {
    display: none;
}
#slider_service {
    display: none;
}
.swiper-slide.hidden {
    display: none;
}
.service_list_vidy {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}
#service_view {
    background: #474A54;
    padding-top: 43px;
    padding-bottom: 50px;
}
#service_view h2 {
    color: #fff;
}
.block_service {
    width: 32%;
    margin-bottom: 40px;
}
.img_vidy img {
    width: 100%;
    height: 267px;
    object-fit: cover;
    border-radius: 25px;
}
.service_list_vidy .block_service:nth-child(4) {
width: 49%
}
.service_list_vidy .block_service:last-child {
    width: 49%  
}
.service_list_vidy .block_service:nth-child(4) .img_vidy img {
    height: 428px;
}
.service_list_vidy .block_service:last-child .img_vidy img {
    height: 428px;
}
.title_vidy_list {
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
    text-decoration: none;
    margin: 15px auto;
    display: block;
    transition: 0.5s;
}
.title_vidy_list:hover {
    color: #0093F8;
}
.vidy_button {
    width: 100%;
    max-width: 255px;
    background: #0093F8;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 100px;
    border: none;
    font-weight: 500;
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 1px;
}
.simple_text_block {
    margin-top: 50px;
}
.simple_text_block h2 {
    font-size: 3.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.simple_text_block h2:after {
    content: " ";
    width: 80px;
    height: 2px;
    background: #0093F8;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 0;
}
.simple_text_block p {
    font-size: 18px;
    margin-bottom: 15px;
}
.simple_text_block ul {
    padding-left: 14px;
    margin-bottom: 15px;
}
.simple_text_block ul li {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.simple_text_block h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
}
#service_view.two_blocks .block_service {
    width: 49%;
}
#service_view.two_blocks .block_service .img_vidy img {
    height: 408px;
}
.after_title_vidy_list {
    text-align: center;
    font-size: 14px;
    color: #C8C8C8;
    margin-bottom: 15px;
}
body.simple_page header {
    position: absolute;
    width: 100%;
    background: transparent;
    z-index: 9;
}
body.simple_page #main_menu {
    position: absolute;
    width: 100%;
    top: 100px;
    background: rgb(0 0 0 / 57%);
    z-index: 99;
    padding: 6px 0px;
}
#hero_page {
    min-height: 220px;
    background-position: center;
    padding-top: 230px;
    position: relative;
    transition: background-position 0.1s linear;
}
h1.hero_page {
    text-align: center;
    color: #fff;
    font-size: 4.8rem;
    margin-bottom: 15px;
    overflow-wrap: anywhere;
}
.breadcrumbs {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}
.breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
#hero_page:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 22%);
    z-index: 2;
}
body.simple_page .menu_block > ul > li > a {
    color: #fff;
}
body.simple_page .home_link svg path {
    fill: #fff;
}
body.simple_page .top_line_contact_top {
    color: #9BD6FF;
}
body.simple_page .bottom_line_contact_top {
    color: #fff;
}
body.simple_page .active_lang {
    color: #fff;
}
body.simple_page .top_line_contact_top a {
    color: #9BD6FF; 
}
body.simple_page .phone_top .top_line_contact_top:before {
    background: url(img/PhoneCall_white.svg) no-repeat;
}
body.simple_page .adress_top .top_line_contact_top:before {
    background: url(img/MapPin_white.svg) no-repeat;
}
.arrow_page_simple {
background: url(img/arrow_page.svg) no-repeat;
animation: bounce 2s infinite ease-in-out;
width: 30px;
height: 16px;
margin: 0 auto;
margin-top: 22px;
}
#line_contact {
    background: #474A54;
    border-top: 5px solid #0093F8;
    padding: 36px 0;
}
.list_contact_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block_contact_top {
    display: flex;
        align-items: center;
}
.img_contact_top {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2FB4F5;
    border-radius: 100px;
    margin-right: 15px;
}
.top_value_contact_top {
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 8px;
}
.bottom_value_contact_top {
    color: #fff;
    font-size: 1.5rem;
}
.bottom_value_contact_top a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}
#contact_page {
    padding: 80px 0;
}
.wrap_contact {
    display: flex;
    justify-content: space-between;
}
.map_block {
    width: 100%;
    max-width: 440px;
}
.form_contact_block {
    max-width: 500px;
    width: 100%;
}
#contact_page h2.simple_title {
    text-align: left;
    margin-bottom: 40px;
}
#contact_page h2.simple_title:after {
    margin-left:0;
}
.block_form_contact input[type="text"] {
    max-width: inherit;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    height: 55px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 1.4rem;
    color: #828282;
    border: 1px solid #BDBDBD;
}
.block_form_contact input[type="tel"] {
    max-width: inherit;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    height: 55px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 1.4rem;
    color: #828282;
    border: 1px solid #BDBDBD;
}
.block_form_contact textarea {
    max-width: inherit;
    width: calc(100% - 16px);
    margin-bottom: 15px;
    height: 100px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 1.4rem;
    color: #828282;
    border: 1px solid #BDBDBD;
    padding-top: 16px;
    resize: none;
}
.block_form_contact input[type="submit"] {
    height: 48px;
    width: 100%;
    background: #0093F8;
    border: none;
    border-radius: 100px;
    max-width: 161px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
#hero_page > .wrapper {
    position: relative;
    z-index: 9;
}
.wpcf7-not-valid-tip {
    display: none!important;
}
.wpcf7 form .wpcf7-response-output {
    background: #0093F8 !important;
    border: none !important;
    color: #fff !important;
    padding: 23px !important;
    font-size: 1.6rem;
}
body.admin-bar #main_menu {
    top: 135px;
}
.list_posts {
    display: flex;
    flex-wrap: wrap;
}
.list_posts > .post {
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 45px;
}
.list_posts > .post:nth-child(3n) {
    margin-right: 0;
}
.list_posts > .post img {
    width: 100%;
    height: 267px;
    object-fit: cover;
    border-radius: 25px;
}
#category_page {
    padding: 45px 0;
}
.date_post {
    font-size: 1.4rem;
    margin-top: 10px;
}
.title_post {
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}
.info_post {
    margin-top: 15px;
}
#page_review {
    padding: 81px 0;
}
.list_review_page {
    display: flex;
    flex-wrap: wrap;
}
.list_review_page > .review {
    width: 32%;
    margin-right: 1.5%;
    margin-bottom: 45px;
    position: relative;
}
.list_review_page > .review:nth-child(3n) {
    margin-right: 0;
}
.list_review_page > .review img {
    width: 100%;
    height: 267px;
    object-fit: cover;
    border-radius: 25px;
}
.list_review_page .city_review {
    border-radius: 10px 15px 0px 10px;
}
#mobile_menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: -999px;
    transition: 0.5s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 55%;
    z-index: 99;
    padding: 30px 17px;
    background: #424951;
    height: 100%;
    padding-top: 10px;
}
#mobile_menu.active {
    left:0;
    opacity: 1;
    visibility: visible;
}
.mobile_menu_content > ul {
    list-style: none;
}
.mobile_menu_content > ul > li {
position: relative;
}
.mobile_menu_content > ul > li.menu-item-has-children > a:after {
    content: " ";
    background: url(img/arrow_mobile.svg) no-repeat;
    width: 13px;
    height: 8px;
    position: absolute;
    top: 23px;
    right: 10px;
    transform: rotate(180deg);
}
.mobile_menu_content > ul > li > a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 17px;
    border-bottom: 1px solid rgb(217 217 217 / 53%);
    position: relative;
}
.mobile_menu_content > ul > li > ul {
    background: #353841;
    list-style: none;
    display: none;
}
.mobile_menu_content > ul > li > ul > li {
    
}
.mobile_menu_content > ul > li > ul > li > a {
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.mobile_menu_content > ul > li.menu-item-has-children a.active {
    background: #0093F8;
    color: #fff;
}
.mobile_menu_content > ul > li.menu-item-has-children a.active:after {
    transform: rotate(0deg);
}
.social_mobile {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0 17px;
}
.social_mobile a {
    margin-right: 15px;
    text-decoration: none;
}
#modal_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    z-index: 99;
    display: none;
}
#modal_form .modal_wrap_form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.modal_form_content {
    background: #FDFDFD;
    padding: 0 44px;
    padding-top: 68px;
    padding-bottom: 40px;
    border-radius: 15px;
    max-width: 322px;
    position: relative;
    padding-bottom: 14px;
}
.modal_title p {
    font-size: 1.6rem;
    line-height: 150%;
    text-align: center;
}
.modal_title p:after {
    content: " ";
    height: 2px;
    width: 40px;
    background: #0093F8;
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 22px;
}
.modal_form_content input[type="text"] {
    max-width: 100%;
    width: calc(100% - 16px);
    margin-bottom: 16px;
    height: 55px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 14px;
    color: #828282;
    border: 1px solid #BDBDBD;
}
.modal_form_content input[type="tel"] {
    max-width: 100%;
    width: calc(100% - 16px);
    margin-bottom: 16px;
    height: 55px;
    border-radius: 5px;
    border: none;
    padding-left: 16px;
    font-size: 14px;
    color: #828282;
    border: 1px solid #BDBDBD;
}
.modal_form_content input[type="submit"] {
    height: 48px;
    width: 100%;
    background: #0093F8;
    border: none;
    border-radius: 100px;
    max-width: 161px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    margin-top: 16px;
    transition: 0.5s;
}
.modal_form_content input[type="submit"]:hover {
background: #17C12D;
}
.close_modal {
    background: #DEF1FF;
    width: 41px;
    height: 41px;
    border-radius: 100px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
}
.close_modal:hover {
    opacity: 0.7;
}
.cursor {
    display: inline-block;
    width: 2px;
    height: 1em;
    background: currentColor;
    margin-left: 4px;
    animation: blink 1s steps(1) infinite;
    vertical-align: middle;
    position: relative;
    top: -5px;
  }
.block_form_footer {
    max-width: 290px;
}
.wpcf7-list-item {
    margin-left: 0!important;
}
.wpcf7-list-item label input {
    display: none !important;
}
.wpcf7-list-item label span:before {
    content: " ";
    width: 18px;
    height: 18px;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin-right: 10px;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    top: 3px;
}
.wpcf7-list-item label input:checked + span:before {
    background: #0093F8 url(img/check.svg) no-repeat;
    background-position: center;
    background-size: 13px;
}
#single_object {
    margin: 30px 0;
}
.wrap_object {
    display: flex;
}
.left_object {
    margin-right: 54px;
    max-width: 540px;
}
.right_object img {
    width: 404px;
    height: 346px;
    object-fit: cover;
    border-radius: 25px;
}
.top_text_object p {
    font-size: 1.8rem;
    margin-bottom: 34px;
}
.bottom_text_object ul {
    padding-left: 20px;
}
.bottom_text_object ul li {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.bottom_text_object ul li:last-child {
    margin-bottom: 0px;
}
.bottom_text_object p {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.bottom_text_object {
    background: #F4F4F4;
    padding: 23px 34px;
    margin-bottom: 25px;
}
.vidy_link {
    padding: 17px 35px;
    background: #0093F8;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
}
.vidy_link:hover {
    background: #17C12D;
}
.head_price {
    padding: 13px 45px;
    background: #17C12D;
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    margin-top: 38px;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
	width: fit-content;
    text-decoration: none;
}
.head_price:hover {
    background: #0093F8;
}
.button_head_price {
    padding-bottom: 50px;
}
.video_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_block video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right_object {
    width: 55%;
}


  @keyframes blink {
    50% { opacity: 0; }
  }


@keyframes bounce {
    0%, 100% { transform: translateY(0); }    
    50%      { transform: translateY(20px); } 
}

@media screen and (max-width: 1022px) {
    .wrapper {
        margin: 0 auto;
        width: 1000px;
    }
}
@media screen and (max-width: 999px) {
    html, body {
        font-size: 8px;
    }
    .wrapper {
        margin: 0 auto;
        width: auto;
        padding: 0 20px;
    }
    .adress_top {
        display: none;
    }
    .phone_top {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        order: 3;
    }
    header .zakaz_top {
        display: none;
    }
    .menu_block ul {
        display: none;
    }
    .home_link {
        display: none;
    }
    #mobile_toggle {
        display: block;
        background: url(img/menu_toggle.svg) no-repeat;
        width: 26px;
        height: 20px;
    }
    body.simple_page #mobile_toggle {
        background: url(img/menu_toggle_white.svg) no-repeat;
    }
    .lang_block .zakaz_top {
        display: flex;
        margin-right: 20px;
    }
    .lang_block {
        display: flex;
            align-items: center;
    }
    .list_preim_block {
        flex-wrap: wrap;
    }
    .img_preim {
        margin: 0 auto;
    }
    .list_preim_block > .preim {
        width: 47%;
        text-align: center;
        margin-bottom: 40px;
    }
    .description_preim {
        margin-left: auto;
        margin-right: auto;
    }
    .service_img img {
        width: 100%;
        height: 228px;
        display: block;
        border-radius: 10px;
        object-fit: cover;
    }
    .list_service > .service {
              width: 100%;
		        margin-bottom: 20px;
    }
    #our_service {
        padding-top: 0;
        padding-bottom: 35px;
        margin-top: 40px;
    }
	#review {
    margin-top: 40px;
}
    #main_menu {
        margin-bottom: 30px;
    }
    #slider_list_portfolio .swiper-slide a img {
        height: 258px;
    }
    #columns_footer {
        flex-wrap: wrap;
    }
    .wrap_contact {
        flex-wrap: wrap;
    }
    .map_block {
        width: 100%;
        max-width: inherit;
        margin-bottom: 30px;
    }
    .form_contact_block {
        max-width: inherit;
        width: 100%;
    }
    body.simple_page #main_menu {
        top: 80px;
    }
    .list_posts > .post {
        width: 49%;
    }
    .list_posts > .post:nth-child(3n) {
        margin-right: 1.5%;
    }
    .list_posts > .post:nth-child(2n) {
        margin-right: 0%;
    }
}
@media screen and (max-width: 767px) {
    #logo img {
        max-width: 125px;
    }
    #logo {
        top: 0;
    }
    .social_top {
        margin-right: 9px;
    }
    .insta {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }
    .whatsaap {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }
    .lang_block .zakaz_top {
        height: 30px;
    }
    .hero_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hero_left {
        min-width: inherit;
    }
    .hero_left h1 {
        font-size: 45px;
        margin-bottom: 15px;
    }
    .hero_spans span:first-child, .hero_spans span:last-child, .hero_spans span:nth-child(2) {
        font-size: 18px;
    }
    .hero_description p:first-child {
        font-size: 16px;
    }
    .hero_description p:last-child {
        font-size: 16px;
        margin-top: 10px;
    }
    .hero_description {
        margin-top: 13px;
    }
    .hero_right img {
        margin-top: 25px;
    }
    #preim_list {
        margin-top: 0;
        margin-bottom: 35px;
        padding-top: 32px;
        padding-bottom: 0;
    }
    h2.simple_title {
        font-size: 22px;
    }
    .filter_slider > ul {
        flex-wrap: wrap;
    }
    .filter_slider > ul > li {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #mobile_consult {
        display: block;
    }
    #mobile_consult h2 {
        text-transform: uppercase;
    }
    .block_form_mobile form {
        margin-top: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .block_form_mobile input[type="text"] {
        max-width: 272px;
        width: calc(100% - 16px);
        margin-bottom: 15px;
        height: 55px;
        border-radius: 5px;
        border: none;
        padding-left: 16px;
        font-size: 14px;
        color: #828282;
        border: 1px solid #BDBDBD;
    }
    .block_form_mobile input[type="tel"] {
        max-width: 272px;
        width: calc(100% - 16px);
        margin-bottom: 15px;
        height: 55px;
        border-radius: 5px;
        border: none;
        padding-left: 16px;
        font-size: 14px;
        color: #828282;
        border: 1px solid #BDBDBD;
    }
    .block_form_mobile input[type="submit"] {
        height: 48px;
        width: 100%;
        background: #0093F8;
        border: none;
        border-radius: 100px;
        max-width: 161px;
        color: #fff;
        font-weight: 500;
        font-size: 1.5rem;
        letter-spacing: 1px;
        margin: 0 auto;
        display: block;
    }
    #slider_list_portfolio .swiper-slide a img {
        height: 308px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 90%;
    }
    .slider_portfolio_arrows {
        display: none;
    }
    .list_service {
		flex-wrap: wrap;
    }
    #slider_service {
        margin-top: 35px;
        overflow: hidden;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
        position: relative;
        bottom:0!important;
        margin-top: 25px;
    }
    .swiper-pagination-bullet {
        width: 5px!important;
        height: 5px!important;
    }
    .swiper-pagination-bullet-active {
        background: #000!important;
        opacity: 1!important;
    }
    .block_wrap_zakaz_info {
        flex-wrap: wrap;
    }
    .block_img {
        width: 100%;
    }
    .block_text {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .review_slider_arrows {
        display: none;
    }
    #review_slider {
        margin: 0 20px;
        margin-top: 35px;
    }
    .faq_wrap {
        flex-wrap: wrap;
    }
    .left_faq {
        margin-right: 0;
    }
    .faq_info {
        max-width: 308px;
    }
    .right_faq {
        margin-top: 30px;
    }
    #columns_footer .column_footer {
        width: 100%;
        margin-bottom: 30px;
    }
    #columns_footer {
        padding: 0 40px;
    }
    #slider_service {
        display: block;
    }
    .block_service {
        width: 100%;
    }
    .service_list_vidy .block_service:nth-child(4) {
        width: 100%;
    }
    .service_list_vidy .block_service:last-child {
        width: 100%;
    }
    .service_list_vidy .block_service:nth-child(4) .img_vidy img {
        height: 267px;
    }
    .service_list_vidy .block_service:last-child .img_vidy img {
        height: 267px;
    }
    #service_view.two_blocks .block_service {
        width: 100%;
    }
    #service_view.two_blocks .block_service .img_vidy img {
        height: 267px;
    }
    .list_contact_top {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    .block_contact_top {
        width: 220px;
    }
    .list_posts > .post {
        width: 100%;
        margin-right: 0;
    }
    .list_posts > .post:nth-child(3n) {
        margin-right: 0%;
    }
    .list_posts > .post:nth-child(2n) {
        margin-right: 0%;
    }
    .filter_page > ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
    }
    .filter_page > ul > li {
        margin-right: 7px;
        margin-bottom: 10px;
    }
    .list_review_page > .review {
        width: 100%;
        margin-right: 0;
    }
    .list_review_page > .review:nth-child(3n) {
        margin-right: 0%;
    }
    .list_review_page > .review:nth-child(2n) {
        margin-right: 0%;
    }
    .modal_form_content {
        padding: 0 25px;
        padding-top: 60px;
    }
    .modal_title p {
        font-size: 16px;
    }
    .wrap_object {
        flex-wrap: wrap;
    }
    .right_object {
        order: 1;
    }
    .left_object {
        margin-right: 0;
        order: 2;
        margin-top: 30px;
    }
    .right_object img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        border-radius: 25px;
        display: block;
        margin: 0 auto;
    }
    .right_faq {
        width: 100%;
    }
    .right_object {
        width: 100%;
        min-height: 300px;
    }
}