
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('../fonts/HelveticaNeueCyr-Medium'),
    url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: local('../fonts/HelveticaNeueCyr-Light'),
    url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('../fonts/HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Medium.eot');
    src: local('../fonts/Geometria Medium'), local('Geometria-Medium'),
    url('../fonts/Geometria-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Medium.woff') format('woff'),
    url('../fonts/Geometria-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.eot');
    src: local('Geometria'),
    url('../fonts/Geometria.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria.woff') format('woff'),
    url('../fonts/Geometria.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Bold.eot');
    src: local('Geometria Bold'), local('Geometria-Bold'),
    url('../fonts/Geometria-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Bold.woff') format('woff'),
    url('../fonts/Geometria-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria-Light.eot');
    src: local('Geometria Light'), local('Geometria-Light'),
    url('../fonts/Geometria-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geometria-Light.woff') format('woff'),
    url('../fonts/Geometria-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


html {
    width: 100%;
}
body{
    line-height: 1.15;
    min-width: 320px;
    width: 100%;
    height: 100%;
    font-family: 'Geometria', sans-serif;
    font-weight: normal;
    color: #000;
    background: #f3f3f3;
    font-size: 14px;
    overflow-x: hidden;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.workflow{
   /* overflow: hidden;*/
    /*background: #fff;*/
    background: #f9f9f9;
}
/*.workflow>.wrapper{
    overflow: auto;
}*/
.simple_footer .workflow{
    padding: 0 0 72px 0;
}

h1, h2, h3, h4{
}

h1{
}

h2{
}

h3{
}

h4{
}

.no_data{
    font-size: 28px;
    font-weight: bold;
}
.page_header{
    text-align: center;
    padding: 53px 0 44px 0;
}
.page_header h1{
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin: 0 0 26px 0;
}
.page_header_intro{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.decorated span,
.tabs a{
    position: relative;
    display: inline-block;
}

.decorated span::after,
.tabs  a::after{
    content: '.';
    font-size: 0;
   /* background: url("../img/decorate_back.png");*/
    background: #ffd806;
    width: 90%;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin: 0 0 0 -45%;

    /*transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.tabs  a::after{
    margin-left: 0%;
    width: 0;
}
.tabs .active a::after,
.tabs a:hover::after{
    width: 100%;
    margin-left: -50%;
}
.decorated.sm span::after{
    bottom: -10px;
}
.decorated span:hover::after{
    margin-left: 0%;
    width: 0;
}

.page_text p{
    margin: 0 0 13px 0;
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}
.page_text h1,
.page_text h2,
.page_text h3,
.page_text h4{
    margin: 0 0 15px 0;
}
.page_text ul,
.page_text ol{
    margin: 0 0 15px 0;
    font-weight: 300;
    line-height: 23px;
}
.page_text ul li{
    list-style: inside;
    padding: 0 0 0 15px;
    margin: 0 0 7px 0;
    font-size: 16px;
}
.page_text ol{
    margin-left: 29px;
}
.page_text ol li{
    margin: 0 0 7px 0;
    font-size: 16px;
}
.page_text table{
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 20px 0;
    font-size: 16px;
}

.page_text table tr:first-of-type td{
    background: #fbfbfc;
    font-weight: bold;
}
.page_text table td{
    padding: 15px 30px;
    border: 1px solid #f0f0f0;
}

a{
    color: #000;
    transition: all 0.35s ease-out 0s;
    text-decoration: none;
    /*border-bottom: 1px solid #ffd806;*/
}
a:hover{
    border-bottom-color: transparent;
}

.mobile{
    display: none !important;
}
.desktop{
    display: block;
}
.desktop.inline{
    display: inline;
}
.button .desktop.inline{
    display: inline-block;
    margin: 0 0 0 4px;
}
.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}


.tooltip{
    width: 19px;
    height: 19px;
    border: 1px solid;
    opacity: 0.5;
    border-radius: 19px;
    display: inline-block;
    position: relative;
    margin: 0px 0 0 7px;
    bottom: -3px;
}
.tooltip::after{
    content: '?';
    font-size: 10.5px;
    width: 17px;
    height: 19px;
    border-radius: 19px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 16px;
}

.tooltipster-sidetip .tooltipster-box{
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 0;
}
.tooltipster-sidetip .tooltipster-content{
    color: #000;
    font-size: 13px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{
    border-top-color: #f0f0f0;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
    border-top-color: #fff;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{
    bottom: -3px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box{
    margin-bottom: 5px;
}

/************** BREADCRUMBS *****************/

#breadcrumb {
    display: flex;
    padding: 35px 0 0 0;
}
#breadcrumb li{
    font-size: 14px;
    font-weight: 300;
}
#breadcrumb a{
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
    text-decoration: underline;
}
#breadcrumb a:hover{
    opacity: 1;
    text-decoration: none;
}

#breadcrumb li + li::before {
    content: '/';
    margin: 0 4px;
    opacity: 0.5;
}



/************** FORMS *****************/

input[type="text"], input[type="email"], input[type="password"], input[type="email"], input[type="date"], input[type="search"], textarea, select{
    padding: 15px 38px 15px;
    border: 1px solid transparent;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    border-radius: 30px;
    transition: all 0.35s ease-in-out;
}
input[type="text"].inverse, input[type="email"].inverse, input[type="password"].inverse, input[type="email"].inverse, input[type="date"].inverse, textarea.inverse{
   background: #f2f2f2;
}
input[type="text"].sm, input[type="email"].sm, input[type="password"].sm, input[type="email"].sm, input[type="date"].sm, input[type="search"].sm, textarea.sm{
    padding: 13px 28px 16px;
}
textarea {
    min-height: 100px;
}
select{
}

input[type="text"].valid,
input[type="email"].valid,
input[type="password"].valid,
input[type="email"].valid,
input[type="date"].valid,
input[type="search"].valid,
textarea.valid,
select.valid{
   border-color: #38b307;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
input[type="email"].error,
input[type="date"].error,
input[type="search"].error,
textarea.error,
select.error{
    border-color: #ff0a0a;
}
.button, button, input[type="button"], input[type="submit"]{
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease-out 0s;
    box-sizing: border-box;
    border: none;
    background: #ffd806;
    color: #000;
    /*padding: 9px 32px 11px;*/
    position: relative;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;

    /* padding: 9px 32px 11px;*/
    padding: 8px 32px 11px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 36px;
}

.button:active, button:active, input[type="button"]:active, input[type="submit"]:active{
    text-decoration: none;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover{
    text-decoration: none;
   /* background: #000;
   color: #fff;*/
    background: #fcc521;

}

.button:focus, button:focus, input[type="button"]:focus, input[type="submit"]:focus{
    outline: none;
}

button:disabled,
.button:disabled,
.button.disabled,
button:disabled:hover,
.button:disabled:hover,
.button.disabled:hover {
    /* background: #e0e0e0; */
}

.download_button{
    font-weight: bold;
    font-size: 17px;
    padding: 11px 29px 12px 51px;
}
.download_button::before{
    content: '.';
    font-size: 0;
    background: url("../img/download.png") 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 11px;
    left: 17px;
}

.form_item{
    margin: 0 0 20px 0;
}
.form_item.last, .form_item:last-of-type{
    margin-bottom: 0;
}
form label{
    cursor: pointer;
    display: block;
}
.form_item.checkbox .form_pole{
    display: flex;
}
.form_item.checkbox input{
    width: auto;
    margin: 2px 10px 0 0;
}
.form_item.checkbox{
    position: relative;
}
.form_item.checkbox label.error{
    margin: 3px 0 0 3px;
}
form label.inline {
    display: inline-block;
}

label.error,
.ajax_form label.error{
    color: #ff0a0a;
    padding: 0 0 0 20px;
    margin: 3px 0 0 0;
    font-size: 13px;
}
.after_submit{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.25s ease-out 0s;
}
.after_submit .ico{
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 0 0 10px;
}
.after_submit.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    margin: 15px 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

input:focus{
    outline:none;
}

.form_message{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all 0.25s ease-in-out;
}
.form_message_text{
    background: #ffffff;
    padding: 30px 50px;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    display: block;

    max-width: 600px;
    box-shadow: 0px 15px 57px 0px rgb(29 2 54 / 7%);
}
.form_message.active{
    margin: 80px auto;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.form_message .refresh_form{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.form_message .ico {
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 0 0 10px;
    transition: all 0.35s ease-in-out;
}
.form_message .refresh_form:hover .ico{
    transform: rotate(-360deg);
}
/************** WINDOWS *****************/
.window input[type="text"], .window input[type="email"] .window input[type="date"], .window textarea{
    width: 100%;
    max-width: 100%;
}
.window_content{
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
}
.window_header{
}
.window_heaader_note{
}
.window_data{
}
.window.no_header .window_data{
    margin: 0;
}
.window_buttons{
}
.window_buttons .button{
    display: inline-block;
    margin-right: 20px;
}

.remodal.screen_window{
    padding: 0;
    max-width: 90%;
    border-radius: 10px;
}
/************** PLUGINS *****************/

.slick-track {display:table;}

.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.slick-dots{
    bottom: -6px;
}
.slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.slick-dots li button{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 0;
}
.slick-dots li button:before{
    content: '.';
    font-size: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    display: block;
    background: #444;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #ffd806;
}
.services_screen .slick-dots li.slick-active button:before{
    background: #000;
}
.services_screen .slick-dots li button:before{
    background: #fff;
}

.services_screen .slick-dots{
    bottom: -32px;
}

.slideout-menu {
    width: 256px;
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;

    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

    display: none;

    background: #f9f9f9;
    box-shadow: -15px 0px 20px rgba(0,0,0,0.15) inset;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    /*will-change: transform;*/
    background-color: #FFF;
    min-height: 100vh;
    overflow: hidden;
}

/*.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}*/
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
#panel::before {
    content: '.';
    font-size: 0;
    display: block;
    background-color: rgba(0,0,0,0.1);
    transition: background-color 0.5s ease-in-out;
}

.panel-open::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
}
.slideout-open .slideout-menu {
    display: block;
}

.slideout-menu{
    display: none;
}
#slide_menu .header_logo{
    padding: 0 15px;
}
#slide_menu .header_logo_title{
    font-size: 22px;
}
#slide_menu .slide_menu_items{
    margin: 20px 0 0 0;
}
#slide_menu .slide_menu_items a{
    display: block;
    width: 100%;
    padding: 12px 15px;
    /*border-bottom: 1px solid #e9e9e9;*/
    font-weight: 300;
}
#slide_menu .slide_menu_items a:hover{
    background: #e0e0e0;
}


/* REMODAL */
html.remodal-is-locked{
    overflow: auto;
}
.remodal{
    border-radius: 20px;
    position: relative;
    max-width: 780px;
    padding: 71px 160px 80px;
    overflow: hidden;
}
.remodal .block_shadow_back{
    border-radius: 20px;
}
.remodal-close{
    position: absolute;
    right: 18px;
    left: auto;
    top: 12px;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remodal-close svg{
    transition: all 0.35s ease-out 0s;
}
.remodal-close:hover svg{
    transform: rotate(180deg);
}
.remodal-close::before{
    content: '.';
    font-size: 0;
    /*background: url("../img/close_cross.png") 0 0 no-repeat;*/
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -7px;
}
.remodal-close:hover::before{
    background-position: 0 -15px ;
}


.nice-select{
    border-radius: 25px;
    border-color: #e6e6e6;
    padding-left: 38px;
    color: #372d2d;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    padding-right: 54px;
    float: none;
    display: inline-block;
}
.nice-select::after {
    border-bottom: 1px solid #372d2d;
    border-right: 1px solid #372d2d;
    right: 22px;
}
.nice-select .option{
    padding-left: 38px;
    padding-right: 54px;
    position: relative;
    line-height: 48px;
    min-height: 50px;

}
.nice-select.open .list {
    border-radius: 25px;
    margin-top: 7px;
    min-width: 100%;
}
/************** GALLERY *****************/
.gallery{
    max-width: 1140px;
    margin: 0 auto 33px;
    height: 362px;
    position: relative;
}
.gallery_items{
    position: absolute;
}
.gallery_items .gallery_item:last-of-type{
    margin-right: 0;
}
.gallery_items_lg .gallery_item{
    margin: 0 15px 0 0;
}

.gallery_items_sm{
    bottom: 0;
    display: flex;
}
.gallery_items_sm .gallery_item{
    margin: 0 7px 0 0;
}
.gallery_items_sm .gallery_item{
    position: relative;
}
.gallery_items_sm .gallery_item::before{
    content: '.';
    font-size: 0;
    background: rgba(255,255,255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-out 0s;
}
.gallery_items_sm .gallery_item.active::before,
.gallery_items_sm .gallery_item:hover::before{
    opacity: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow:hover, .mfp-arrow:focus,
.mfp-close:hover, .mfp-close:focus{
    background: none;
}
img.mfp-img{
    transition: all 0.35s ease-out 0s;
}
.mfp-figure::after{
    background: #747474 url("../img/shadow_ajax_loader.gif") no-repeat center center;
}


/************** PAGINATION *****************/
.pagination,
#pdopage .pagination {
    padding: 46px 0 54px 0;
    display: flex;
    justify-content: center;
}

.pagination li{
    list-style: none;
    margin: 0 8px;
}
.pagination a{
    display: block;
    width: 28px;
    height: 28px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a:hover{
    background: #e0e0e0;
}
.pagination .active a{
    background: #fede2a;
}
/************** HEADER *****************/
.header{
    position: relative;
    padding-top: 41px;
}
/************** HEADER TOP *****************/
.header_controls{
    background: #3f3f3f;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

.header_controls a{
    font-weight: 300;
    color: #b1b1b1;
    padding: 10px 0 10px 0;
    display: block;
}
.header_controls a:hover{
    color: #fff;
}
.header_controls .wrapper{
    display: flex;
    justify-content: space-between;
}

.header_links {
    display: flex;
}
.header_links a{
    padding-left: 18px;
    padding-right: 12px;
    position: relative;
}

.header_top_menu_link>a{
    font-weight: 500;
    padding-left: 35px;
    padding-right: 32px;
}
.header_links>li{
    position: relative;
}
.header_links>li::before{
    content: '|';
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 300;
    color: #b1b1b1;
}

.header_top_menu_link::before{
    display: none;
}
/*.header_top_menu_link>a::before{
    content: '.';
    font-size: 0;
    background: url("../img/burger.png") no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    left: 0;
}
.header_links>a:hover::before{
    background-position: 0 -18px;
}*/

.hamburger {
    float: left;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 12px;
}

.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 20px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
    right: -4px;
}
.hamburger-inner::after {
    bottom: -7px;
    left: -4px;
}

.header_controls a.response_menu_button{
    font-size: 18px;
    color: #fff;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header_top_menu_link:hover .header_top_menu{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.header_top_menu{
    position: absolute;
    background: #3f3f3f;
    min-width: 200px;
    padding: 0 0 12px 0;
    transition: opacity 0.35s ease-out 0s;
    z-index: 10;

    opacity: 0;
    visibility: hidden;
    height: 0;
}
.header_top_menu a{
    padding: 10px 15px 8px 15px;
}

.header_controls a.header_search_link{

}
.search_form{
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    transition: opacity 0.40s ease-out 0s,
                height 0.40s ease-out 0s;
    right: 0;
}

.search_form.active{
    display: flex;
    align-items: center;

    opacity: 1;
    visibility: visible;
    height: 100%;
    width: auto;

    width: 318px;
}

#ya-site-form0 .ya-site-form__search-input {
    padding: 0 !important;
}
#ya-site-form0 .ya-site-form__submit{
    padding-top: 6px;
    padding-bottom: 7px;
    min-height: 30px;
}
#ya-site-results{
    padding: 20px;
}

.header_controls .button,
.header_controls input[type="button"]{
    margin: 0 0 0 10px !important;
    color: #000;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    min-height: 10px;
    display: inline-flex;
    height: 24px;
    align-items: center;
    font-size: 16px;
}
.header_controls .button:hover,
.header_controls input[type="button"]:hover{
    background: #fff;
    color: #000;

}

.header_controls input[type="text"],
.header_controls input[type="search"]{
    padding: 3px 28px 5px;
    background: none !important;
    border: 1px solid #b1b1b1;
    color: #b1b1b1;
    font-size: 14px;
    font-weight: 300;
}

/************** HEADER MIDDLE *****************/
.header_info{
    background: #fff;
    padding: 0 0 20px 0;
}
.header_logo{
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}

.header_logo_title{
    font-family: 'Gilroy', sans-serif;
    font-weight: 300;
    font-size: 24px;
}
.header_logo_pic{
    margin: 0 13px 0 0;
}
.header_logo_title span{
    font-weight: bold;
}


.header_slogan{
    margin: 30px 0 0 0;
    font-size: 17px;
    font-weight: bold;

}
.header_slogan span{
    display: block;
    margin: 3px 0 0 0;
    font-weight: 300;
    opacity: 0.7;
    font-size: 14px;
}

.header_buttons{
    margin: 34px 0 0 -35px;
}
.header_buttons .request_repair_button{
    padding-left: 23px;
    padding-right: 23px;
}

.header_contacts{
    position: absolute;
    top: 28px;
    right: 15px;
    text-align: right;
}
.header_contacts_tel{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 2px 0;
}
.header_response_contacts_tel{
    /* display: none; */
}
.header_response_contacts_tel a{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    /* line-height: 40px; */
}
/* .header_contacts_tel span,
.header_response_contacts_tel span{
    font-weight: 300;
    color: #898989;
} */

.header_order_call_button{
    font-weight: bold;
    font-size: 15px;
    border-bottom: 1px solid #ffd806;
}

.header_message{
    color: #fff;
    display: flex;
    align-items: center;
}
.header_message .button{
    display: inline-flex;
}
/************** HEADER MAIN MENU *****************/
.header_main_menu{
    background: #fbfbfc;
    box-shadow: 0px 57px 57px 0px rgba(29, 2, 54, 0.04);
    background: url("../img/main_menu_back.png");
}

.main_menu {
    display: flex;
    justify-content: center;
}
.main_menu li{
    position: relative;
}

.main_menu a{
    padding: 13px 30px 15px;
    margin: 0 5px;
    text-decoration: none;
    display: block;
    font-size: 12.5px;
    font-weight: 300;
}
.main_menu a:hover,
.main_menu .active a{
    opacity: 0.5;
}
.main_menu .active a,
.main_menu a:hover{
}

.main_menu ul{
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    height: 0;
    position: absolute;
    transition: opacity 0.25s ease-out 0s;
    min-width: 150px;
    z-index: 1;
    padding: 10px 0;
}

.main_menu ul a{
    padding: 6px 20px 8px;
}
.main_menu ul {
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}
.main_menu ul:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    top: 0;
    left: 20px;
    background: #fff;
    box-sizing: border-box;

    border: 5px solid black;
    border-color: transparent transparent #fff #fff;

    transform-origin: 0 0;
    transform: rotate(-45deg);

    box-shadow: 2px -2px 3px rgba(0,0,0,0.10);
}
.main_menu ul ul:after{
    left: 2px;
    top: 25px;
    box-shadow: -2px -2px 3px rgba(0,0,0,0.10);
}


.main_menu ul li{
    display: block;
    margin: 0;
}

.main_menu ul>li{
    padding-left: 0;
    position: relative;
    left: 10px;
}
.main_menu ul > li a{
    padding-left: 0px;
    padding-right: 10px;
}
.main_menu li>ul{
    left: 25px;
    top: 100%;
    min-width: 200px;
}
.main_menu li>ul ul{
    top: -10px;
    left: 100%;
}
.main_menu li:hover>ul{
    opacity: 1;
    visibility: visible;
    height: auto;
}


/************** MAIN *****************/

/************** CALC *****************/
.main_calc{
    background: #f1f1f2 url("../img/calc_back.png?v=1") no-repeat 0 bottom;
    background-size: cover;
}
.calc{
    padding: 38px 0 86px 0;
}
.calc .calc_area{
    padding: 0 57px;
}

.calc_header{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 22px 0;
}
.calc_slider{
    padding: 0 13.5%;
}
.calc_slider_title{
    font-size: 15px;
    opacity: 0.7;
    text-align: center;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.calc .irs-min,
.calc .irs-max{
    color: #000;
    opacity: 0.5;
    font-size: 16px;
    padding: 0;
    visibility: visible !important;
    background: none;
}
.calc .irs-min {
    left: -55px;
    top: 28px;
}
.calc .irs-max{
    right: -55px;
    top: 28px;
}
.calc .irs-line{
    background: #dcdcdc;
    box-shadow: none;
    border: none;
    height: 12px;
    border-radius: 12px;
}
.calc .irs-bar,
.calc .irs-bar-edge{
    background: #ffd806;
    box-shadow: none;
    border: none;
    height: 12px;
}
.calc .irs-bar-edge{
    width: 66px;
}
.calc .irs-bar{
    border-radius: 0px;
}

.calc .irs-slider.single{
    width: 66px;
    height: 66px;
    border-radius: 66px;
    background: #fff;
    border: none;
    box-shadow: 0px 4px 11.76px 0.24px rgba(24, 24, 25, 0.04);
    top: 4px;
}
.calc .irs-from,
.calc .irs-to,
.calc .irs-single{
    z-index: 10;
    background: none;
    color: #000;
    font-size: 26px;
    font-weight: 300;
    width: 66px;
    height: 66px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 75px;
    cursor: pointer;
}
.calc .irs-from span,
.calc .irs-to span,
.calc .irs-single span{
    display: none;
}
.calc .irs-from::before,
.calc .irs-to::before,
.calc .irs-single::before{
    content: '.';
    font-size: 0;
    background: url("../img/range_slider_arrows.png") no-repeat 0 0;
    width: 16px;
    height: 10px;
    position: absolute;
    left: -18px;
    bottom: 5px;
}
.calc .irs-from::after,
.calc .irs-to::after,
.calc .irs-single::after{
    content: '.';
    font-size: 0;
    background: url("../img/range_slider_arrows.png") no-repeat -16px 0;
    width: 16px;
    height: 10px;
    position: absolute;
    right: -18px;
    bottom: 5px;
}
.irs-single, .irs-slider.single{
    animation-duration: 1.25s;
}
.calc_house_types{
    display: flex;
    justify-content: space-between;
    position: relative;
}


.calc_house_type{
    width: 263px;
    height: 310px;
    transition: all 0.35s ease-out 0s;
    position: relative;
    margin: 0 0 29px 0;
    bottom: 0;
}

.calc_house_type.active,
.calc_house_type:hover{
    bottom: -30px;
}


.calc_house_type::after {
    content: '.';
    font-size: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -26px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 26px 0 26px;
    border-color: #ffd806 transparent transparent transparent;
    transition: all 0.35s ease-out 0s;
    z-index: 10;
    opacity: 0;

}

.calc_house_type.active::after,
.calc_house_type:hover::after{
    opacity: 1;
    bottom: -12px;
}

.calc_house_type.active .calc_house_type_info,
.calc_house_type:hover .calc_house_type_info{
    bottom: 46px;
}

.calc_house_type.active .calc_house_type_title,
.calc_house_type:hover .calc_house_type_title{
    margin: 0 0 6px 0;
}
.calc_house_type.active .calc_house_type_title span,
.calc_house_type:hover .calc_house_type_title span{
    border-color: transparent;
}

.calc_house_type.active .calc_house_type_price,
.calc_house_type:hover .calc_house_type_price{
    color: #000;
    background: #ffd806;

}

.calc_house_type.new{
    background: url("../img/house_types/new_gr.png") no-repeat 0 bottom;
}

.calc_house_type.new.active,
.calc_house_type.new:hover{
    background: url("../img/house_types/new.png") no-repeat 0 bottom;
}

.calc_house_type.second{
    background: url("../img/house_types/second_gr.png") no-repeat 0 bottom;
}

.calc_house_type.second.active,
.calc_house_type.second:hover{
    background: url("../img/house_types/second.png") no-repeat 0 bottom;
}

.calc_house_type.stalin{
    background: url("../img/house_types/stalin_gr.png") no-repeat 0 bottom;
}

.calc_house_type.stalin.active,
.calc_house_type.stalin:hover{
    background: url("../img/house_types/stalin.png") no-repeat 0 bottom;
}

.calc_house_type.corn{
    background: url("../img/house_types/corn_gr.png") no-repeat 0 bottom;
}

.calc_house_type.corn.active,
.calc_house_type.corn:hover{
    background: url("../img/house_types/corn.png") no-repeat 0 bottom;
}

.calc_house_type_info{
    position: absolute;
    bottom: 17px;
    padding: 0 33px;
    color: #fff;
    transition: all 0.35s ease-out 0s;
}

.calc_house_type_title{
    font-size: 18.4px;
    font-weight: bold;
    margin: 0 0 4px 0;
    transition: all 0.35s ease-out 0s;
}
.calc_house_type_title span{
    border-bottom: 1px dashed;
}
.calc_house_type_price{
    font-size: 15px;
    padding: 4px 15px 6px 15px;
    border-radius: 30px;
    transition: all 0.35s ease-out 0s;
}
.calc_house_type_price span{
    font-weight: bold;
    font-size: 18px;
}





.calc_body{
    background: #fff;
    display: flex;
}

.calc_work_types{
    width: 55.3%;
    padding: 0 3.6% 0 5.92%;
}



.calc_work_types_tabs {
    display: flex;
    justify-content: left;
    margin: 43px 0 44px 0;
}
.calc_work_types_tabs li{
    margin: 0 9.2% 0 0;
}
.calc_work_types_tabs li.hide{
    margin: 0;
}
.calc_work_types_tabs li:last-of-type{
    margin-right: 0;
}


.calc_work_types_tabs .active .calc_work_type_tab_name,
.calc_work_types_tabs a:hover .calc_work_type_tab_name{
    opacity: 1;
    font-weight: bold;
    border-bottom-color: transparent;
}
.calc_work_types_tabs .active .calc_work_type_tab_price,
.calc_work_types_tabs a:hover .calc_work_type_tab_price{
    color: #000;
}
.calc_work_types_tabs .active .calc_work_type_tab_price span,
.calc_work_types_tabs a:hover .calc_work_type_tab_price span{
    font-weight: bold;
    font-size: 16px;
}
.tabs .active a::after,
.tabs a:hover::after {
    bottom: -18px;
}
.calc_work_types_tabs a{

}
.calc_work_type_tab_name{
    font-size: 17px;
    opacity: 0.5;
    margin: 0 0 8px 0;
    transition: all 0.35s ease-out 0s;
}
.calc_work_type_tab_name span{
    border-bottom: 1px dashed;
}

.calc_work_type_tab_price{
    font-size: 14.4px;
    font-weight: 300;
    color: #a0a0a0;
    transition: all 0.35s ease-out 0s;
}

.calc_body .tab_content{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 0 74px 0;
}
.calc_body .tab_content p{
    margin: 0 0 14px 0;
}
.work_type_examples{
    font-weight: 500;
    color: #000;
    font-size: 14px;
    background: #e0e0e0;
    border-radius: 30px;
    padding: 6px 22px 8px 22px;
    margin: 19px 0 0 0;
    transition: all 0.35s ease-out 0s;
    display: inline-block;
}

.work_type_examples:hover{
    background: #ffd806;
}

.calc_info{
    width: 44.7%;
    background: #fbfbfb;
    padding: 65px 4.6% 30px 4.6%;
    position: relative;
}

.calc_info_area{
    font-size: 18px;
    font-weight: 300;
    opacity: 0.3;
    margin: 0 0 38px 0;
}
.calc_info_price{
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    align-items: center;
}
.calc_info_results{
    max-width: 360px;
}
.calc_info_sum{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
    margin: 18px 0 19px 0;
}
.calc_info_sum_title{
    font-size: 18px;
    font-weight: bold;
}
.calc_info_sum_value span{
    font-weight: bold;
}
.calc_info_controls_links{
    margin: 0 0 19px 0;
    display: flex;
}
.calc_info_controls_links a{
    font-size: 14.5px;
    text-decoration: underline;
    font-weight: 300;
    margin: 0 22px 0 0;
}
.calc_info_controls_links a:last-of-type{
    margin-right: 0;
}
.calc_info_controls_links a:hover{
    text-decoration: none;
    opacity: 0.5;
}

.full_price_request_button{
    font-weight: 500;
    font-size: 17px;
    padding: 6px 29px 7px 29px;
    min-height: 50px;
}



/************** SCREEN *****************/
.screen{
    padding: 61px 0 0 0;
    position: relative;
}
.screen_header{
    font-size: 32px;
    margin: 0 0 23px 0;
    text-align: center;
}
.no_description_screen .screen_header{
    margin-bottom: 59px;
}
.screen_description{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 39px 0;
}
.screen_content{
    padding: 0 0 61px 0;;
}
.screen_data{

}
.screen_buttons{
    text-align: center;
    margin: 32px 0 0 0;
}
.screen_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.screen_more_button{
    background: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 13px 29px 14px 29px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    border-radius: 100px;

    min-height: 46px;
    padding: 11px 29px 14px 29px;
}
/*.screen_buttons .full_price_button{
    min-width: 340px;
}*/

.screen_more_button span{
    text-decoration: underline;
    margin: 0 0 0 3px;
    display: inline-block;
}
/************** OBJECTS *****************/

.objects_page .page_header{
    padding: 70px 0 32px 0;
}




.object_card_gallery_main_img{
    width: 100%;
    height: 187px;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
}
.objects_screen{
    background: #f9f9f9;
}
.inverce_objects_screen{
    box-shadow: 0px 0px 18px 0px rgba(24, 24, 25, 0.05);
    background: #fff;
}
.objects_screen .screen_buttons{
    margin-top: 2px;
}

.object_card{
    background: #fff;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    border-radius: 0 0 10px 10px;
    margin: 0 0 30px 0;
}

.object_card_gallery{
    position: relative;
}
.object_card_gallery_thumbs{
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.object_card_gallery_item{
    margin: 0 6px 0 0;
}
.object_card_gallery_item:nth-of-type(n+4){
    display: none;
}
.object_card_gallery_more{
    width: 43px;
    height: 33px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    display: block;
}

.object_card_data{
    padding: 23px 0 35px 0;
}
.object_card_infos{
    padding: 0 20px 0 35px;
}
.object_card_info_title{
    opacity: 0.5;
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 2px 0;
}
.object_card_info_value{
    font-size: 15px;
    margin: 0 0 10px 0;
    display: inline-block;
}

.object_card_info_row{
    display: flex;
}
.object_card_info_row .object_card_info{
    margin-right: 12px;
}
.object_card_info_row .object_card_info:last-of-type{
    margin-right: 0;
}
.object_card_buttons{
    padding: 0 15px;
    text-align: center;
    margin: 9px 0 15px 0;
}
.object_button{
    font-size: 14.3px;
    padding: 10px 32px 11px 32px;
    margin: 0 0 0 -15px;
}
.object_card_title{
    font-size: 13px;
    font-weight: 300;
    opacity: 0.5;
    text-align: center;
}

/************** OBJECT PAGE *****************/
.object_page .page_header{
    text-align: left;
    padding: 11px 0 31px 0;
}
.object_page .page_header_intro{
    font-size: 14px;
    font-weight: 300;
}
.object_page .page_header h1{
    margin-bottom: 15px;
}

.object_params{
    background: #f1f1f1;
    display: flex;
    padding: 31px 0 36px 4.83%;
    margin: 0 0 25px 0;
}
.object_param{
    margin: 0 30px 0 0;
    min-width: 15.209%;
}
.object_param:last-of-type{
    margin-right: 0;
}

.object_param_header{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 14px 0;
}
.object_param_area{
    width: 29.615%;
}
.object_param_area .object_param_content{
    display: flex;
    flex-wrap: wrap;
}
.object_param_area .object_param_area_value{
    width: 50%;
    margin: 0 0 11px 0;
}
.object_param_content{
    font-weight: 300;
}
.object_param_content a{
    text-decoration: underline;
}
.object_param_content a:hover{
    color: #000;
    text-decoration: navajowhite;
}

.object_calc{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    padding: 38px 56px 17px 56px;
}

.object_calc_header{
    font-size: 20px;
    margin: 0 0 15px 0;
}
.object_calc_info_price{
    display: flex;
    justify-content: space-between;
    font-weight: 300;
    margin: 0 0 4px 0;
}
.object_calc_info_results{
    max-width: 442px;
}
.object_calc_info_sum{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
    margin: 23px 0 28px 0;
}
.object_calc_info_sum_title{
    font-size: 18px;
    font-weight: bold;
}
.object_calc_info_sum_value span{
    font-weight: bold;
}
.object_calc_info_controls_links{
    margin: 0 0 19px 0;
    display: flex;
}
.object_calc_info_controls_links a{
    font-size: 14.5px;
    text-decoration: underline;
    font-weight: 300;
    margin: 0 17px 0 0;
}
.object_calc_info_controls_links a:last-of-type{
    margin-right: 0;
}
.object_calc_info_controls_links a:hover{
    text-decoration: none;
    opacity: 0.5;
}
.object_calc .full_price_request_button {
    margin: 0 0 22px 0;
    font-size: 14px;
    padding: 7px 29px 9px;
}

.mfp-content .review_card{
    max-width: 700px;
    margin: 0 auto;
}

.review_card.review_card_lg{
    box-shadow: none;
    display: flex;
    padding: 28px 32px 30px;
}
.review_card.review_card_lg .review_card_pic{
    width: 115px;
    min-width: 115px;
    height: 115px;
}
.review_card.review_card_lg .review_card_info{
    padding: 0 0 0 12.5%;
}
.review_card.review_card_lg .review_card_buttons{
    text-align: left;
    margin: 21px 0 0 0;
    padding: 0 0 0 12.5%;
}

.object_reviews_list .slick-dots{
    bottom: -25px;
}
.review_card.review_card_lg .review_card_name{
    margin: 8px 0 7px 0;
}
.review_card.review_card_lg .review_card_city{
    margin: 0 0 9px 0;
}


.reviews_list_video{
    margin: -10px;
}
.review_card_video{
    background: #dfdfdf;
    margin: 10px;
    width: calc(33.33% - 20px);
    min-height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.review_card_video_v{
    min-height: 670px;
}
.review_card_video_g{
    /*min-width: 400px;*/
}
.review_card_video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}
.reviews_list_video .slick-dots {
    bottom: -22px;
}
.object_links{
    margin: 25px 0 40px 0;
}
.object_link{
    display: block;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    padding: 38px 20px 39px 21.75%;
}
.object_link:hover{
    background: #ffd806;
}
.object_link:last-of-type{
    margin-right: 0;
}

.object_link_title{
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0;
}
.object_link_value{
    font-size: 16px;
    font-weight: 500;
}

.object_page .ld{
    margin: 0 0 29px 0;
}
.object_page .ld .question{
    margin-bottom: 14px;
}


.object_same{
    padding: 0 0 47px 0;
}

.object_same .screen_header{
    margin: 0 0 58px 0;
}
.object_same .screen_buttons{
    margin-top: 5px;
}




/************** CALL *****************/
.call_screen{
    padding-top: 95px;
    background: #fff;
}
.call_screen .screen_header{
    margin-bottom: 56px;
}
.call_screen .screen_header.decorated span::after{
    /*background: #000;*/
    width: 194px;
    margin-left: -97px;
}
.call_screen .screen_header.decorated span:hover::after{
    margin-left: 0;
    width: 0;
}

.call_screen .screen_content{
    padding-bottom: 106px;
}
.call_screen .wrapper{
    z-index: 10;
}

.call_screen_back{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.call_form input{
    width: 100%;
    max-width: 360px;
}
.call_form button{
    width: 100%;
    max-width: 360px;
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 50px;
}
.call_form{
    margin: 0 0 78px 0;
}
.call_infos{
    margin: 0 0 49px 0;
}
.call_info{
    max-width: 293px;
}

.call_info_header{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 12px 0;
}
.call_info_text{
    font-size: 14px;
    line-height: 20px;
}
.call_note{
    text-align: center;
    font-size: 15px;
}
.call_note_email{
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 7px 0 0 0;
}
.call_note_email:hover{
    color: #ffd806;
}



/************** CALC REQUEST *****************/
.calc_info_request {
    text-align: center;
    position: static;
    padding: 0 4.6%;
    top: 140px;
    background: #fbfbfb;
    width: 100%;
    left: 0;
}
.old_calc_info_request {
    position: absolute;
    padding: 30px 4.6%;    
}
.calc_info_request.hidden {
    display: none;
}
.calc_info_request .form_item{
    width: 100%;
    max-width: 350px;
    margin: 10px auto;
    text-align: left;
}

.calc_info_request input {
    width: 100%;
}
.calc_info_request .error {
    display: block;
}
.calc_info_request .full_price_request_button {
    font-family: 'Geometria', sans-serif;
    margin: 10px auto;
    max-width: 350px;
    font-size: 16px;
    width: 100%;
}
.personal_data{
    font-size: 12px;
}
.call_form .personal_data,
.cheap_form .personal_data,
.sale_form .personal_data{
    margin: 20px 0 0 10px ;
}
@media all and (max-width: 768px) {
    .calc_info_request {
        top: 57px;
    }
}


/************** SERVICES *****************/
.services_screen{
    background: #ffd806;
    padding-top: 64px;
}
.services_screen .screen_content{
    padding-bottom: 69px;
}
.services_screen .screen_header{
    margin-bottom: 29px;
}
.services_screen .screen_header.decorated span::after{
    background: #000;
    width: 104px;
    margin-left: -52px;
}
.services_screen .screen_header.decorated span:hover::after{
    margin-left: 0;
    width: 0;
}

.services_screen .screen_description{
    margin-bottom: 42px;
}
.services_list{
    display: flex;
    justify-content: space-between;
   /* margin: 0 -15px;*/
}
/*.service_card_wrapper{
    padding: 0 15px;
}*/
.service_card{
    background: #fff;
    box-shadow: 0px 2px 25px 0px rgba(24, 24, 25, 0.07);
    border-radius: 10px;
    width: 165px;
    max-width: 165px;
    text-align: center;
    padding: 25px 23px 38px 23px;
   /* margin: 0 auto;*/
    margin: 0 15px;
}

.service_card_title{
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
    line-height: 20px;
    margin: 0 0 12px 0;
}

.service_card_icon{
    width: 118px;
    height: 118px;
    border-radius: 100%;
    background: #fbfbfb;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}


.service_card_price{
    font-size: 14px;
    font-weight: 300;
}
.service_card_price span{
    font-weight: bold;
    font-size: 20px;
}
.services_screen .screen_buttons{
    margin-top: 50px;
}
.services_screen .button{
    background: #fff;
    margin: 0 14px;
    min-height: 43px;
}
.services_screen .request_repair_button{
    padding: 11px 32px 12px 32px;
    font-size: 17px;
    background: rgba(24, 17, 68, 0.85);
    color: #fff;
}

.services_screen .button:hover{
    background: #e0e0e0;
    color: #000;
}


/************** STYLES *****************/



.styles_screen{
    background: #fbfbfb;
    padding-top: 50px;
}
.styles_screen::before{
    content: '.';
    font-size: 0;
    background: url("../img/styles_back_1.png") 0 0 no-repeat;
    width: 291px;
    height: 260px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.styles_screen::after{
    content: '.';
    font-size: 0;
    background: url("../img/styles_back_2.png") 0 0 no-repeat;
    width: 330px;
    height: 229px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.styles_screen .wrapper{
    z-index: 10;
}
.styles_screen .screen_header{
    margin-bottom: 26px;
}
.styles_screen .screen_description{
    line-height: 23px;
    margin-bottom: 35px;
}
.styles_screen .screen_content{
    padding-bottom: 65px;
}
.styles_screen .screen_buttons{
    margin-top: 24px;
}
.styles_screen .screen_buttons .button{
    padding-left: 41px;
    padding-right: 41px;
}
.styles_list{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: left;
    margin: 0 -8px;
}

.style_card{
    display: block;
    width: 273px;
    height: 265px;
    border-radius: 10px;
    color: #fff;
    position: relative;
    margin: 0 8px 15px 8px;
    background-size: cover;
}
.style_card::before{
    content: '.';
    font-size: 0;
    background: url("../img/style_card_back.png") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.style_card_title{
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
    margin: 0 0 7px 0;
}
.style_card_intro{
    font-size: 14px;
}
.style_card_info{
    position: absolute;
    width: 100%;
    padding: 0 32px;
    bottom: 27px;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.style_card:hover .style_card_info{
    bottom: 47px;
}
.style_card:hover::before{
    background-position: 0 -20px;
}
.order_style_card{
    background: #ffd806;
    color: #000;
    text-align: center;
    padding: 29px 15px 15px;
}
.order_style_card::before{
    display: none;
}
.order_style_card_header{
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 8px 0;
}
.order_style_card_text{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 8px 0;
}

.order_style_card .button{
    background: #fff;
    padding-left: 27px;
    padding-right: 27px;
}
.order_style_card .button:hover{
    /*background: #e0e0e0;*/
    background: #000;
    color: #fff;
}


/************** FREE SERVICE *****************/
.free_services_screen{
    background: #fff;
    padding-top: 98px;
}

.free_services_screen .wrapper{
    z-index: 10;
}
.free_services_screen::before{
    content: '.';
    font-size: 0;
    background: url("../img/free_services_back_1.png") 0 0 no-repeat;
    width: 555px;
    height: 555px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.free_services_screen::after{
    content: '.';
    font-size: 0;
    background: url("../img/free_services_back_2.png") 0 0 no-repeat;
    width: 555px;
    height: 499px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.free_services_screen .screen_header{
    margin-bottom: 67px;
}
.free_services_screen .screen_content{
    padding-bottom: 122px;
}
.free_services_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.free_service_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    width: 263px;
    padding: 22px 0 39px 0;
}
.free_service_card_pic{
    margin: 0 24px 20px;
    width: 212px;
    height: 212px;
    border-radius: 100%;
}

.free_service_card_info{
    padding: 0 30px 0 36px;
}

.free_service_card_header{
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 9px 0;
}
.free_service_card_intro{
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin: 0 0 19px 0;
}

.free_service_card_intro span{
    font-size: 13px;
    line-height: 17px;
    opacity: 0.5;
    display: block;
    margin: 10px 0 0 0;
}

.free_service_card .button{
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    min-width: 175px;
}



/************** STYLES PAGE*****************/
.styles_page .styles_screen{
    padding-top: 53px;
}
.styles_page .styles_screen .screen_header {
    margin-bottom: 26px;
}
.styles_page .styles_screen .screen_description{
    line-height: 20px;
    margin-bottom: 44px;
}
.styles_page .styles_screen .screen_content {
    padding-bottom: 87px;
}


/************** STYLE PAGE *****************/
.style_page .page_header{
    text-align: left;
    padding: 11px 0 20px 0;
}
.style_page .page_header h1{
    margin-bottom: 9px;
}

.style_page .page_header_intro{
    line-height: 23px;
}

.style_description{
    background: #fff;
    padding: 58px 0 61px;
}
.style_description_header{
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 14px 0;
}

.style_description_content{
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

.style_description_content p{
    padding: 0 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
    flex-grow: 1;
    width: 100%;
}

.style_features{
    padding: 54px 0 0;
}
.style_features_header{
    font-size: 24px;
    margin: 0 0 35px 0;
}
.style_features_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.style_feature_card{
    padding: 0 15px 35px 15px;
    max-width: 390px;
    width: 33.333%;
}
.style_feature_card_pic{
    margin: 0 0 13px 0;
}
.style_feature_card_info{
    padding: 0 21px;
}
.style_feature_card_title{
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 11px 0;
}

.style_feature_card_description{
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

.calc.style_calc{
    padding-top: 29px;
    padding-bottom: 27px;
}

.style_calc .calc_header{
    font-size: 16px;
    font-weight: 300;
    opacity: 0.7;
    margin: 0 0 33px 0;
}
.style_calc .calc_slider {
    margin-bottom: 64px;
    padding: 0 13.3% 0 11.2%;
}
.style_calc .calc_body{
    background: none;
}
.style_calc .calc_info{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    margin: 0 auto;
    width: 67.568%;
    max-width: 750px;
    padding: 42px 70px 28px 70px;
}
.style_calc .calc_info .shadow_back{
    border-radius: 10px;
}
.style_calc .calc_info_area{
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
    margin: 0 0 15px 0;
}

.style_calc .calc_info_results {
    max-width: none;
}
.style_calc .calc_info_price {
    margin: 0 0 4px 0;
}
.style_calc .calc_info_sum {
    margin: 23px 0 29px 0;
}
.style_calc .full_price_request_button{
    margin: 0 0 25px 0;
}


.style_page .ld .question{
    margin: 0 0 14px 0;
}

.style_others{
    margin: 35px 0 78px 0;
}

.style_page .objects_screen{
    padding-top: 81px
}




/************** CHEAP *****************/
.cheap_screen{
    background: #ffd806;
    padding-top: 77px;
}

.cheap_screen .screen_header{
    margin-bottom: 59px;
}
.cheap_screen .screen_content{
    padding-bottom: 52px;
}
.cheap_screen .wrapper{
    z-index: 10;
}
.cheap_screen::before{
    content: '.';
    font-size: 0;
    background: url("../img/cheap_back_1.png") 0 0 no-repeat;
    width: 300px;
    height: 380px;
    position: absolute;
    left: 114px;
    bottom: 0;
    z-index: 0;
}
.cheap_screen_back {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.cheap_info{
    background: #fff;
    border-radius: 10px;
}


.cheap_info{
    padding: 40px 50px 25px 50px;
}
.cheap_info h3{
    font-size: 20px;
    margin: 0 0 7px 0;
}
.cheap_info p{
    line-height: 20px;
    margin: 0 0 30px 0;
}

.cheap_form{
    padding: 0 0 0 40px;
}
.cheap_form input:not([type="checkbox"]){
    background: #fff;
    min-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
}
.cheap_form .button{
    min-width: 320px;
    background: #000;
    color: #fff;
    font-size: 22.7px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 13px;

    min-height: 50px;
}
.cheap_form .button:hover{
    background: #fff;
    color: #000;
}

.cheap_form_info{
    font-size: 15px;
    text-align: center;
    margin: 27px 0 0 0;
    background-color: #ffd806;
}

.cheap_form_info a{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 7px 0 0 0;
}


/************** REVIEWS *****************/
.reviews_screen{
    background: #fbfbfb;
    padding-top: 53px;
}
.reviews_screen .screen_header{
    margin-bottom: 30px;
}
.reviews_screen .screen_description{
    margin-bottom: 41px;
}
.reviews_screen .screen_buttons{
    margin-top: 10px;
}
.reviews_screen .screen_content {
    padding: 0 0 65px 0;
}
.reviews_list{
    display: flex;
    justify-content: center;
    margin: 0 -15px;
}
.review_card_wrapper{
    padding: 0 15px;
    width: 25%;
    margin: 0 0 30px 0;
}
.review_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    padding: 30px 0 43px 0;
}

.review_card_pic{
    border-radius: 100%;
    overflow: hidden;
    width: 164px;
    height: 164px;
    background: #f5f5f5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 19px;
    font-weight: 300;
}

.review_card_info{
    padding: 0 25px 0 42px;
}

.review_card_name{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}

.review_card_city{
    color: #a6a6a6;
    font-size: 14px;
    margin: 0 0 11px 0;
}

.review_card_intro{
    font-weight: 300;
    line-height: 20px;
}

.review_card_buttons{
    text-align: center;
    margin: 23px 0 0 0;
}
.review_card .button{
    padding-left: 21px;
    padding-right: 21px;
}


/************** REVIEWS_PAGE *****************/
.reviews_page .reviews_list{
    flex-wrap: wrap;
}
.review_page .review_card{
    margin-bottom: 60px;
}
.review_page .review_card.review_card_lg{
    padding: 58px 62px 60px;
}
.review_page .review_card.review_card_lg .review_card_info{
    padding-left: 62px;
}
/************** SALE *****************/
.sale_screen{
    background: #ffd806;
    padding-top: 74px;
}

.sale_screen .screen_header{
    margin-bottom: 20px;
}
.sale_screen .screen_description{
    margin-bottom: 44px;
}
.sale_screen .screen_content{
    padding-bottom: 88px;
}
.sale_screen::before{
    content: '.';
    font-size: 0;
    background: url("../img/sale_back.png") 0 0 no-repeat;
    width: 505px;
    height: 490px;
    position: absolute;
    left: 0px;
    bottom: 0;
    z-index: 0;
}

.sale_info{
    background: #fff;
    border-radius: 10px;
}

.sale_info{
    padding: 40px 50px 25px 50px;
}
.sale_info h3{
    font-size: 20px;
    margin: 0 0 7px 0;
}
.sale_info p{
    line-height: 20px;
    margin: 0 0 30px 0;
}

.sale_form{
    max-width: 320px;
}

.sale_form input:not([type="checkbox"]){
    background: #fff;
    min-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
}
.sale_form .button{
    min-width: 320px;
    background: #000;
    color: #fff;
    font-size: 22.7px;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 13px;
    min-height: 50px;
}
.sale_form .button:hover{
    background: #fff;
    color: #000;
}

.sale_form_info{
    font-size: 15px;
    text-align: center;
    margin: 27px 0 0 0;
}

.sale_form_info a{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 7px 0 0 0;
}




/************** ABOUT *****************/


.about_screen{
    background: #f3f3f3;
    padding-top: 49px;
}

.about_screen .screen_content{
    padding: 0;
}

.about_screen .screen_header{
    margin-bottom: 44px;
}
.about_screen .screen_data>.wrapper{
    display: flex;
    justify-content: right;
}
.about_screen .screen_data{
    max-width: 1170px;
    margin: 0 auto;
}
.about_main{
   /* width: 60%;
    margin: 0 7.194% 0 0;*/
    margin: 0 0 0 39%;
    position: relative;
    z-index: 10;
}
.about_main>.wrapper{

}
.about_info{
    padding: 44px 58px 45px 58px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 18px 0px rgba(24, 24, 25, 0.05);
    margin: 0 0 16px 0;
}

.about_text{
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 25px;
}
.about_text p{
    margin: 0 0 12px 0;
}

.about_ceo_name{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 7px 0;
}
.about_ceo_position{
    font-weight: 300;
    font-size: 14px;
    opacity: 0.5;
}


.about_achievements{
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px 0;
}

.about_achievement{
    background: #ffd806;
    max-width: 158px;
    width: 25%;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    padding: 28px 10px 30px 10px;
}
.about_achievement span{
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    display: block;
}

.ld{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 18px 0;
}
.ld .question{
    display: block;
    margin: 0 0 16px 0;
}

.ld .button{
    background: #fff;
    font-weight: 300;
    border-radius: 10px;
    padding: 7px 18px 9px 18px;
    margin: 0 3px;
}

.ld .button:hover{
    background: #e0e0e0;
}


.about_data{
    background: #fff;
    border-radius: 10px 10px 0 0;
    max-width: 1286px;
    margin: 0 auto;
    position: relative;
    padding: 53px 0 0 0;
}

.about_data::before{
    content: '.';
    font-size: 0;
    background: url("../img/about_back.jpg") 0 0 no-repeat;
    width: 370px;
    height: 535px;
    position: absolute;
    left: 35px;
    top: -535px;
    z-index: 0;
}


.about_data .offset-md-1{
    padding-right: 0;
}
.about_data_header{
    font-size: 19px;
    margin: 0 0 22px 0;
}
.about_data_content{
    font-weight: 300;
    line-height: 28px;
}

.about_data_content.no_header{
    padding: 44px 0 0 13px;
}

.about_data_links_wrapper{
    padding: 0 0 0 67px;
}

.about_data_links_samples {
    margin: -3px 0 0 0;
}
.about_data_links_samples li{
    margin: 0 0 12px 0;
}
.about_data_links_samples a{
    text-decoration: underline;
    font-weight: 300;
}



.about_data .social{
    margin: 21px 0 31px 0;
}





.about_contacts{
    background: #ffd806;
    border-radius: 10px;
    padding: 39px 10px 42px;

    position: relative;
    bottom: -127px;
    margin-top: -127px;
}
.about_contacts_tel{
    font-size: 25.75px;
    text-align: center;
    font-weight: 300;
    line-height: 38px;
    margin: 0 0 32px 0;
}
.about_contacts_tel a{
    font-size: 32px;
    font-weight: bold;
    border-bottom: 2px solid;
}
.about_contacts_tel a:hover{
    border-bottom-color: transparent;
}

.about_contacts_targets{
    display: flex;
    justify-content: center;
}
.about_contacts_target{
    margin: 0 7px;
    background: #fff;
    border-radius: 10px;
    padding: 81px 35px 35px 35px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    min-width: 250px;
    color: #000;
}
/*.about_contacts_target:hover{
    background: #3f3f3f;
    color: #fff;
}*/
.about_contacts_target::before{
    content: '.';
    font-size: 0;
    position: absolute;
    left: 35px;
}
.about_contacts_target_email::before{
    background: url("../img/target_email.png") 0 0 no-repeat;
    width: 61px;
    height: 44px;
    top: 25px;
}
.about_contacts_target_price::before{
    background: url("../img/target_price.png") 0 0 no-repeat;
    width: 63px;
    height: 45px;
    top: 23px;
}
.about_contacts_target_consultation::before{
    background: url("../img/target_consultation.png") 0 0 no-repeat;
    width: 74px;
    height: 52px;
    top: 17px;
}
.about_contacts_target_analytic::before{
    background: url("../img/target_analytic.png") 0 0 no-repeat;
    width: 44px;
    height: 44px;
    top: 24px;
}




/************** SEARCH *****************/
.search_results{
    background: #fff;
    padding: 50px 60px 0;
    border-radius: 10px;
}
.search_result_header{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
}
.search_result{
    margin: 0 0 20px 0;
}
.search_result_extract{
    font-weight: 300;
}
.sisea-highlight{
    background: #ffd806;
    color: #000;
    padding: 0 5px;
}

/************** ARTICLE *****************/
.article{
    background: #fff;
}
.article_page .page_header{
    text-align: left;
    padding: 17px 0 20px 0;
}
.article_page .page_header h1{
    margin: 0 0 4px 0;
}
.article_pic{
    margin: 0 0 26px 0;
}

.article_same{
    background: #fff;
    padding: 43px 18.7% 38px 18.7%;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.08);
}
.article_same_header{
    font-size: 19px;
    margin: 0 0 15px 0;
}
.article_same li{
    margin: 0 0 7px 0;
}
.article_same a{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}
.article_same a:hover{
    text-decoration: none;
}
.article_same a.all_article_same{
    font-weight: 500;
    display: inline-block;
    margin: 5px 0 0 0;
}
.article_note{
    background: #fff;
    padding: 46px 8.92% 41px;
    margin: 45px 0 45px 0px;
    border-left: 8px solid #f9d205;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.08);
}

.article_note h2,
.article_note h3{
    max-width: 80%;
    margin: 0 0 21px 0;
    line-height: 35px;
    font-size: 26px;
}
.article_note p{
    margin: 0 0 13px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
}



.calc_demo_header{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 22px 0;
}
.calc_demo_note{
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 6px 0;
}
.calc_demo_note .rub{
    position: relative;
    top: 5px;
    margin: 0 13px 0 0;
}
.calc_demo_table{
    margin: 0 0 78px 0;
}
.calc_demo_table tr:nth-of-type(2n+0) td{
    background: #f8f8f8;
}
.calc_demo_table th{
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding: 26px 10px 26px;
    width: 13%;
}
.calc_demo_table th span{
    display: block;
}
.calc_demo_table td{
    font-size: 14px;
    font-weight: 300;
    /*padding: 17px 0 20px 0;*/
    padding: 0 10px;
    height: 54px;
}
.calc_demo_table td .rub{
    font-size: 10px;
}
.calc_demo_table_area{
    font-size: 10px;
}
.calc_demo_table_base td{
    font-weight: 500;
}
.calc_demo_table_title_col{
    width: 250px;
}
.calc_demo_table_title{
    font-weight: 500;
    position: relative;
    padding: 0 0 0 55px;
}
.calc_demo_table_title .rub{
    position: absolute;
    left: 19px;
    top: -1px;
}
.calc_demo_table_base .calc_demo_table_price{
    background: #ffd806;
    padding: 1px 5px;
}

.calc_demo_table_sum td,
.calc_demo_table_sum_area td{
    font-weight: 500;
    background: #fff;
}
.calc_demo_table_sum td {
    padding-top: 33px;
}
.calc_demo_table  tr.calc_demo_table_sum:nth-of-type(2n+0) td{
    background: #fff;
}




.article_price_screen{
    padding: 0 0 58px 0;
}
.article_price_screen_inverse{
    background: #fafafa;
}

.article_price_screen_header{
    font-size: 28px;
    padding: 62px 0 52px 5.2%;
}
.article_price_screen_header.decorated span::after{
    left: 0;
    margin-left: 0;
}

.price_article_cards{
    margin: 0 0 25px 0;
}

.price_article_cards .col-12{
    margin-bottom: 20px;
}
.price_article_card{
    background: #fff;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.08);

    line-height: 23px;
    font-weight: 300;
    font-size: 14px;
    height: 100%;
}
.price_article_card_content{
    padding: 51px 16.5% 46px 16.5%;
}
.price_article_card_pic+.price_article_card_content{
    padding-top: 34px;
}
.price_article_card_pic{
    text-align: center;
}
.price_article_card_title{
    margin: 0 0 9px 0;
    font-size: 20px;
}
.price_article_card a{
    font-weight: 500;
    text-decoration: underline;
}
.price_article_card a:hover{
    text-decoration: none;
}
.price_article_card p{
    margin: 0 0 7px 0;
}



.article_price_screen_note{
    font-weight: 300;
    line-height: 23px;
    font-size: 14px;
    padding: 0 0 0 5.2%;
}


.article_price_screen_expensive{
    padding-bottom: 1px;
}

.article_price_screen_content{
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
}
.article_price_screen_content a{
    font-weight: 500;
    text-decoration: underline;
}
.article_price_screen_content a:hover{
    text-decoration: none;
}
.article_price_screen_calc .article_price_screen_content{
    padding: 0 0 0 5.2%;
    max-width: 70%;
}

.article_price_screen_links{
    padding: 29px 0 35px 0;
}

.article_price_screen_links .ld{
    margin: 0 0 55px 0;
}

.article_price_screen_links .ld .button{
    background: #f2f2f2;
}
.article_price_screen_links .ld .button:hover{
    background: #e0e0e0;
}

.price_article_link_card{
    background: #fff;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.08);
    padding: 57px 6.5% 60px 16.5%;
    height: 100%;

}
.price_article_link_card.active{
    background: #ffd806;
}

.price_article_link_card_header{
    font-size: 26px;
    margin: 0 0 21px 0;
}
.price_article_link_card_description{
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 23px 0;
}
.price_article_link_card .button{
    text-decoration: none;
    min-height: 32px;
    padding: 3px 30px 5px;
    background: #f2f2f2;
}
.price_article_link_card .button:hover{
    background: #ffd806;
}
.price_article_link_card.active .button{
    background: #fff;
}
.price_article_link_card.active .button:hover{
    background: #f2f2f2;
}


.article_card{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 57px 0px rgba(29, 2, 54, 0.04);
    padding: 0px 0 25px 0;
    margin: 0 0 30px 0;
}

.article_card_pic{
    overflow: hidden;
    background: #f5f5f5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    margin: 0 0 20px 0;
}

.article_card_info{
    padding: 0 25px 0 25px;
}

.article_card_name{
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
}


.article_card_intro{
    font-weight: 300;
    line-height: 20px;
}

.article_card_buttons{
    text-align: center;
    margin: 23px 0 0 0;
}
.article_card .button{
    padding-left: 21px;
    padding-right: 21px;
}



/************** FOOTER *****************/
.footer{
    background: #3f3f3f;
    color: #939393;
    padding: 170px 0 0 0;
}

.simple_footer .footer{
    padding: 43px 0 0 0;
}

.footer a{
    color: #939393;
}
.footer a:hover{
    color: #fff;
}
.footer_block_header{
    font-size: 16.8px;
    color: #fff;
    margin: 0 0 7px 0;
}
.footer_block_header a{
    color: #fff;
}
.footer_menu li{
    margin: 0 0 6px 0;
}
.footer_menu a{
    line-height: 20px;
}



.footer_block_1{
    /*padding: 0 0 0 63px;*/
    padding: 0 0 0 50px;
}
.footer_block_2{
    padding: 0 0 0 62px;
}
.footer_block_3{
    padding: 0 0 0 54px;
}
.footer_block_4{
    padding: 0 0 0 52px;
}

.footer_col_2{
    padding-right: 0;
}

.social{
    display: flex;
    margin: 14px 0 13px;
}
.header_contacts ul.social{
    margin: 5px 0 0;
    justify-content: flex-end;
}
.social a{
    display: block;
    width: 23px;
    height: 23px;
    background: url("../img/social.png") no-repeat 0 0;
    transition: none;
    margin: 0 9px 0 0;
}

.social_lg a{
    width: 32px;
    height: 32px;
    background: url("../img/social_lg.png") no-repeat 0 0;
}

.social .vk a{
    background-position: 0 0;
}
.social .vk a:hover{
    background-position: 0 -23px;
}
.social_lg .vk a{
    background-position: -64px 0;
}
.social_lg .vk a:hover{
    background-position: -64px -32px;
}

.social .yt a{
    background-position: -23px 0;
}
.social .yt a:hover{
    background-position: -23px -23px;
}
.social_lg .yt a{
    background-position: 0 0;
}
.social_lg .yt a:hover{
    background-position: 0 -32px;
}

.social .fb a{
    background-position: -46px 0;
}
.social .fb a:hover{
    background-position: -46px -23px;
}
.social_lg .fb a{
    background-position: -96px 0;
}
.social_lg .fb a:hover{
    background-position: -96px -32px;
}

.social .sk a{
    background-position: -69px 0;
}
.social .sk a:hover{
    background-position: -69px -23px;
}
.social_lg .sk a{
    background-position: -192px 0;
}
.social_lg .sk a:hover{
    background-position: -192px -32px;
}

.social .in a{
    background-position: -92px 0;
}
.social .in a:hover{
    background-position: -92px -23px;
}
.social_lg .in a{
    background-position: -160px 0;
}
.social_lg .in a:hover{
    background-position: -160px -32px;
}

.social_lg .ok a{
    background-position: -32px 0;
}
.social_lg .ok a:hover{
    background-position: -32px -32px;
}

.social_lg .em a{
    background-position: -128px 0;
}
.social_lg .em a:hover{
    background-position: -128px -32px;
}

.footer_contact{
    margin: 0 0 9px 0;
}

.footer_info{
    background: #2e2e2e;
    line-height: 23px;
    padding: 19px 0 21px;
    margin: 22px 0 0 0;
}
.footer_info .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer_info_company{
    margin: 0 0 0 50px;
}
.footer_info_dev{
    margin: 0 26px 0 0;
}
.footer_info_dev a{
    display: block;
}









@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .about_data::before{
        background-image: url(../img/about_back@2x.jpg);
        background-size: 370px 535px;
    }
    .header_top_menu_link>a::before {
        background-image: url(../img/burger@2x.png);
        background-size: 38px 38px;
    }
    .main_calc{
        background-image: url(../img/calc_back@2x.png?v=1);
        /*background-size: 1920px 1015px;*/
        /*background-size: 100%;*/
        background-position: center bottom;
    }
    .cheap_screen::before{
        background-image: url(../img/cheap_back_1@2x.png);
        background-size: 300px 380px;
    }

    .download_button::before {
        background-image: url(../img/download@2x.png);
        background-size: 22px 22px;
    }


/*    .free_services_screen::before {
        background-image: url(../img/free_services_back_1@2x.png);
        background-size: 555px 555px;
    }

    .download_button::after {
        background-image: url(../img/free_services_back_2@2x.png);
        background-size: 555px 499px;
    }*/


    .sale_screen::before{
        background-image: url(../img/sale_back@2x.png);
        background-size: 505px 490px;
    }

    .styles_screen::before{
        background-image: url(../img/styles_back_1@2x.png);
        background-size: 291px 260px;
    }
    .styles_screen::after{
        background-image: url(../img/styles_back_2@2x.png);
        background-size: 330px 259px;
    }

    .about_contacts_target_email::before{
        background-image: url(../img/target_email@2x.png);
        background-size: 61px 44px;
    }
    .about_contacts_target_price::before{
        background-image: url(../img/target_price@2x.png);
        background-size: 63px 43px;
    }
    .about_contacts_target_consultation::before{
        background-image: url(../img/target_email@2x.png);
        background-size: 74px 52px;
    }
    .about_contacts_target_analytic::before{
        background-image: url(../img/target_analytic@2x.png);
        background-size: 44px 44px;
    }


    .social a{
        width: 23px;
        height: 23px;
        background-image: url(../img/social@2x.png);
        background-size: 115px 46px;
    }
    .social_lg a{
        width: 33px;
        height: 33px;
        background-image: url(../img/social_lg@2x.png);
        background-size: 231px 66px;
    }
    .social .vk a{
        background-position: 0 0;
    }
    .social .vk a:hover{
        background-position: 0 -23px;
    }
    .social_lg .vk a{
        background-position: -66px 0;
    }
    .social_lg .vk a:hover{
        background-position: -66px -33px;
    }

    .social .yt a{
        background-position: -23px 0;
    }
    .social .yt a:hover{
        background-position: -23px -23px;
    }
    .social_lg .yt a{
        background-position: 0 0;
    }
    .social_lg .yt a:hover{
        background-position: 0 -33px;
    }

    .social .fb a{
        background-position: -46px 0;
    }
    .social .fb a:hover{
        background-position: -46px -23px;
    }
    .social_lg .fb a{
        background-position: -99px 0;
    }
    .social_lg .fb a:hover{
        background-position: -99px -33px;
    }

    .social .sk a{
        background-position: -69px 0;
    }
    .social .sk a:hover{
        background-position: -69px -23px;
    }
    .social_lg .sk a{
        background-position: -198px 0;
    }
    .social_lg .sk a:hover{
        background-position: -198px -33px;
    }

    .social .in a{
        background-position: -92px 0;
    }
    .social .in a:hover{
        background-position: -92px -23px;
    }
    .social_lg .in a{
        background-position: -165px 0;
    }
    .social_lg .in a:hover{
        background-position: -165px -33px;
    }

    .social_lg .ok a{
        background-position: -33px 0;
    }
    .social_lg .ok a:hover{
        background-position: -33px -33px;
    }

    .social_lg .em a{
        background-position: -132px 0;
    }
    .social_lg .em a:hover{
        background-position: -132px -33px;
    }
}
/* payment */
    .inline-block {
        text-align: center;
        margin: 30px auto 10px;
        display: block;
    }
    
    .payment-icon {
        display: inline-block;
        /*border-radius: 5px;*/
        /*background-color: rgba(0, 0, 0, 0.1);*/
        padding-bottom: 0;
        padding: 3px 5px 5px;
        margin: 3px 3px 0
    }
    
    .payment-icon svg {
        vertical-align: middle;
        height: 28px;
        width: auto !important
    }
    
    .payment-icon:hover {
        opacity: .6;
        transition: opacity .3s;
    }
    
    @media (max-width: 1157px) {
        .inline-block {
            margin: 0px auto 10px;
        }
        .payment-icon svg {
            height: 20px;
        }
    }