/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



body {
    /* font-family: "Russo One", serif; */
    font-family: "Roboto", serif;
    font-size: 18px;
    letter-spacing: unset;
    background: none !important;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.header-inner.section-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
}

.header-titles-wrapper {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-align: unset !important;
}

.header_right {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 100px;
}

ul.primary-menu.reset-list-style {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: 0;
}

.header-navigation-wrapper {
    /* height: auto; */
    /* min-height: 86px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* flex-direction: row; */
    background: #ff887b;
}

.header-navigation-wrapper .container {
    width: 100%;
}

header .header-inner.section-inner {
    margin: 0;
    padding: 0;
}

.header-titles-wrapper {
    height: auto;
    min-height: 102px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

ul.primary-menu.reset-list-style li,
ul.primary-menu.reset-list-style li a {
    font-family: "Roboto", serif;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

a.callback {
    font-size: 18px;
    font-family: "Russo One", serif;
}

.btn {
    width: 100%;
    max-width: 219px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: all 0.15s ease-out !important;
    border: 1px Solid;
}

.blue {
    background: #204357;
    border-color: #204357;
    color: white !important;
}

.btn.blue:hover {
    background: #fff;
    color: #204357 !important;
}

.header_phone a {
    font-family: "Russo One", serif;
    color: #204357;
    font-size: 18px;
    min-width: 163px;
    display: block;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header_phone a span {
    font-family: "Russo One", serif;
}

.header-titles {
    min-width: 170px;
}

.header-navigation-wrapper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
    min-height: 86px;
}

nav.primary-menu-wrapper {
    min-height: 22px;
    line-height: 1;
}

.site-title.faux-heading a {
    color: #ff887b;
    font-family: "Russo One", serif;
}

section.main_promo {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
}

section.main_promo .container {
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
    min-height: 610px;
}

.main_promo_form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 610px;
}

.main_promo_desc {
    width: 100%;
    max-width: 670px;
}

.main_promo_form_wrap {
    width: 100%;
    max-width: 439px;
    height: 100%;
    display: flex;
    align-content: space-between;
    align-items: stretch;
    position: relative;
}

.main_promo_desc {
    display: flex;
    align-items: center;
}

.main_promo_form {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 50px 20px 30px;
    background: white;
    height: 100%;
    min-height: 625px;
}

.input-item.with_icon {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 2px Solid #d9e2eb;
}

.input-item-icon {
    width: 77px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9e2eb;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: unset;
    outline: unset;
    border: none;
}

.exform_wrapper.callback_static form .form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.exform_wrapper.callback_static input {
    height: 65px;
    border: none;
    font-family: "Roboto", serif;
}

.exform_wrapper.callback_static input::placeholder {
    font-family: "Roboto", serif;
    font-size: 18px;
    color: #204357;
}

.promo_form_title {
    font-family: "Russo One", serif;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #204357;
}

.input-item-icon img {
    object-fit: contain;
    width: 100%;
    max-height: 23px;
}

.main_promo_form .callback_static {
    width: 100%;
}

.input-item.mf_submit input.send_btn.btn.orange {
    font-family: "Russo One", serif;
    width: 228px !important;
    height: 62px !important;
    border: 1px Solid;
}

.orange {
    background: #f1714e !important;
    color: white !important;
    border-color: #f1714e !important;
}

.orange:hover {
    background: white !important;
    color: #f1714e !important;
}

section.main_promo:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(/img/elements/promo_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

section.main_promo:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
    opacity: 0.1;
}

.main_promo .section_title {
    padding: 30px;
    background: #3152759e;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    font-family: "Russo One", serif;
}

section {
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
}

section.main_advantages {
    height: 100%;
    overflow: hidden;
}

section.main_advantages:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(/img/elements/advantages/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -10px;
}

section.main_advantages:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
    opacity: 0.1;
}

section.main_advantages .container {
    height: 100%;
    min-height: 435px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
}

.advantages_icon {
    width: 60px;
    height: 60px;
    display: block;
}

.advantages_icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

section.main_advantages .section_title {
    color: #f1714e !important;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

section.main_advantages .section_title span {
    color: #fff !important;
}

.advantages_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
}

.advantages_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.advantages_txt {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    width: Calc(100% - 66px - 20px);
}

section.main_about_us .container {
    height: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.main_about_us {
    position: relative;
}

.main_about_us .section_title {
    margin-bottom: 25px;
}

.about_us_desc {
    width: 100%;
    max-width: 650px;
    padding: 60px 60px 160px 90px;
    position: relative;
    height: 100%;
}

.about_us_desc:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: white;
    transform: rotate(-2deg);
}

section.main_about_us:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(/img/elements/about_us_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

section.main_about_us:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: #ffffff;
    opacity: 0.5;
}

.about_us_desc:after {
    content: "";
    width: 114px;
    height: 88px;
    position: absolute;
    right: 50px;
    bottom: 60px;
    z-index: 1;
    background-image: url(/img/elements/about_us_icon_car.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_title {
    font-size: 30px;
    font-family: "Russo One", serif;
    color: #204357;
	text-transform: uppercase;
}

.about_us_icons {
    padding-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
}

.about_us_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.about_us_icon:first-child .about_us_icon_top div {
    border: 1px Solid #f1714e;
}

.about_us_icon_top div {
    width: 98px;
    height: 98px;
    border: 1px Solid #204357;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.about_us_icon_top div span {
    font-family: "Russo One", serif;
    font-size: 30.5px;
    color: #204357;
}

.about_us_icon:first-child .about_us_icon_top div span {
    color: #f1714e;
}

.about_us_icon_txt {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #204357;
    font-weight: 500;
}

.about_us_icon:first-child .about_us_icon_txt {
    color: #f1714e;
}

section.remont_wrap {
    background: #e3ecf6;
}

section.remont_wrap .container {
    padding: 130px 0 80px;
}

.remont_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
}

.remont_item {
    padding: 59px 15px 40px;
    position: relative;
    border: 2px Solid #fff;
}

.remont_icon {
    width: 109px;
    height: 109px;
    background: #204357;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 40px;
    top: -54px;
}

.remont_desc {
}

.remont_icon img {
    width: 100%;
    height: 100%;
    max-height: 65px;
    object-fit: contain;
}

.remont_desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.remont_title {
    font-size: 18pt;
    text-transform: uppercase;
    color: #204357;
    font-weight: 500;
}

.remont_txt {
}

.remont_txt p {
    margin-bottom: 8px;
    color: #5085a4;
}

section.examples_of_work {
    height: 100%;
    overflow: hidden;
}

section.examples_of_work:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(/img/elements/advantages/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0;
}

section.examples_of_work:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #000;
    opacity: 0.1;
}

section.examples_of_work .container {
    height: 100%;
    min-height: 778px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    align-content: space-between;
    justify-content: center;
    padding: 100px 0 80px;
}

.exaofwork_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 30px;
}

a.exaofwork_item {
    width: 100%;
    height: 533px;
}

a.exaofwork_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.examples_of_work .section_title {
    font-family: "Russo One", serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.footer_menu {
    background: #ff887b;
    min-height: 86px;
    display: flex;
}

.footer_menu .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_menu_wrap {
}

.footer_menu_wrap ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 80px;
    margin: 0;
}

.footer_menu_wrap ul li {
    list-style: none;
}

.footer_menu_wrap ul li,
.footer_menu_wrap ul li a {
    font-family: "Roboto", serif;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

footer#site-footer {
    padding: 0;
}

.footer_bottom {
    height: 100%;
    min-height: 140px;
    display: flex;
    align-items: center;
}

.footer_bottom .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

section.contacts_wrap {
    padding: 100px 0;
}

.contacts_right {
    width: 100%;
    max-width: 625px;
}

.contacts_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.contacts_wrap .container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
}

.contacts_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px;
}

.contacts_items {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: space-between;
    gap: 25px;
}

.contacts_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
}

.contacts_item_icon {
    width: 47px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d9e2eb;
}

.contacts_item_icon img {
    width: 100%;
    height: 100%;
    max-height: 17px;
    object-fit: contain;
}

.contacts_item * {
    font-size: 18px;
    color: #204357;
    font-weight: 500;
    text-decoration: none;
}

section.contacts_wrap .section_title {
    text-transform: uppercase;
}

section.reviews_wrap {
    padding: 100px 0;
}

section.reviews_wrap .container {
    max-width: 1200px;
}

.reviews_item {
    padding: 15px;
}

section.reviews_wrap .section_title {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

section.reviews_wrap .section_title span {
    color: #f1714e;
}

.reviews_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

section.reviews_wrap .slick-prev,
section.reviews_wrap .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 47px;
    height: 49px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
section.reviews_wrap .slick-prev {
    top: 62px;
    left: 59px;
}

section.reviews_wrap .slick-prev:before,
section.reviews_wrap .slick-next:before {
    content: "";
    background-image: url(/img/elements/review_arrow_right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

section.reviews_wrap .slick-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.reviews_wrap .slick-next {
    right: 44px;
    top: unset;
    bottom: 127px;
}

section.reviews_wrap .slick-next:before {
}

section.sertificates_wrap {
    padding: 100px 0;
}

section.sertificates_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background: #e3ecf6;
}

section.sertificates_wrap .section_title {
    margin-bottom: 100px;
}

.sertificates_items {
    display: flex;
    gap: 40px;
    justify-content: center;
}

section.sertificates_wrap .section_title {
    text-align: center;
}

section.partners_wrap {
    padding: 100px 0;
}

section.partners_wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-image: url(/img/elements/advantages/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 0;
}

.partners_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 70px;
}

.partners_item {
    height: 100%;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

button.toggle.nav-toggle.mobile-nav-toggle span.toggle-text {
    display: none;
}

@media screen and (max-width: 1378px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .exaofwork_items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .header_right {
        gap: 30px;
        padding-right: 48px;
    }

    section.main_promo .container {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: auto;
    }

    .main_promo_desc {
        margin: 60px auto 60px;
        text-align: center;
    }

    .main_promo_form {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        width: 100%;
        margin-bottom: 15px;
        min-height: auto;
    }

    .main_promo_form_wrap {
        width: 100%;
        max-width: 100%;
    }

    .advantages_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages_txt {
        text-align: center;
    }

    .advantages_items {
        gap: 50px;
    }

    .about_us_icons {
        height: 100%;
        padding: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    section.main_about_us .container {
        display: flex;
        align-items: stretch;
        align-content: space-between;
        height: 100%;
    }

    .exaofwork_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }

    section.reviews_wrap .slick-prev,
    section.reviews_wrap .slick-next {
        display: none !important;
    }

    .partners_items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 70px;
    }
}

@media screen and (max-width: 768px) {
    .header_phone a {
        min-width: min-content;
    }

    .header_phone a span {
        display: none;
    }

    header a.callback.btn.blue {
        height: auto;
        max-width: fit-content;
        background: none;
        color: #204357 !important;
        border: none;
    }

    .advantages_items {
        display: flex;
        flex-direction: column;
    }

    .advantages_item {
    }

    section.main_advantages .container {
        padding: 100px 15px;
    }

    section.main_advantages .section_title {
        text-align: center;
    }

    section.main_about_us .container {
        display: flex;
        flex-direction: column;
    }

    section.main_about_us {
        padding: 80px 0;
    }

    section.main_advantages:before {
        background-position-y: -1px;
    }

    .remont_items {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    section.remont_wrap .container {
        padding: 80px 15px;
    }
}

@media screen and (max-width: 568px) {
    .exaofwork_items {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 30px;
    }

    a.exaofwork_item {
        height: 250px;
    }
}

@media screen and (max-width: 1100px) {
    section.contacts_wrap .container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
    }
    .contacts_left {
        gap: 30px;
    }
}

@media screen and (max-width: 768px) {
    .footer_menu_wrap ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .about_us_desc:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: -10px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1;
        background: white;
        transform: rotate(0);
    }
    .footer_menu_wrap {
        padding: 50px 0;
    }

    .about_us_desc {
        padding: 15px 15px 153px;
    }

    section.main_promo .container {
        padding-bottom: 50px;
    }
}


body:not(.overlay-header) .primary-menu > li > a, body:not(.overlay-header) .primary-menu > li > .icon, .modal-menu a, .footer-menu a, .footer-widgets a, #site-footer .wp-block-button.is-style-outline, .wp-block-pullquote:before, .singular:not(.overlay-header) .entry-header a, .archive-header a, .header-footer-group .color-accent, .header-footer-group .color-accent-hover:hover {
    color: #204357;
}

header#site-header ul.primary-menu.reset-list-style li a {
    color: #fff !important;
}

.callback  input.close_btn {
    background-color: unset;
    color: #204357 !important;
}

.exform_wrapper.callback .mf_submit .send_btn {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.exform_wrapper.callback .exform_header {
    color: #204357 !important;
}

.exform_wrapper.callback .mf_submit .send_btn {
    background: #204357 !important;
    text-decoration: none !important;
    border-radius: 0 !important;
}

.exform_wrapper.callback input {
    border-radius: 0 !important;
}

.exform_wrapper.callback.brdrad7.boxshdw {
    border-radius: 0 !important;
}

@media screen and (max-width: 520px) {
    .header_right {
        gap: 15px;
        padding-right: 10px;
    }
    
    .header-titles {
        min-width: 125px;
    }

    .section_title {
        font-size: 22px !important;
        line-height: 1.6 !important;
		text-align: center !important;
    }
}

