@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*-- RESET --*/

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea, input, button {
    font-family: inherit;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
    font-variant-numeric: lining-nums;
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #0f5499;
}
a:hover {
	text-decoration: none;
}
ol, ul {
    list-style: outside none none;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
strong, b {
    font-weight: 500;
}
img {
	max-width: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
img {
	max-width: 100%;
}
button input {
	display: none !important;
}
form *:focus {
    outline: none;
}

/*-- GENERAL --*/

body {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
    color: #333;
    height: auto;
    position: relative;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 20px;
    position: relative;
    width: 100%;
}
.container--large {
    max-width: 1880px;
}
.title_bk {
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    text-align: center;
    color: #0f5499;
    padding: 20px 0;
}
.btn {
    background: #ff6a00;
    border-radius: 10px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding-top: 2px;
    color: #fff;
    height: 60px;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.8;
}
.btn_blue {
    background: #0f5499;
}
.btn_roll_outer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn_roll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
}
.btn_roll span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 0 40px;
    height: 60px;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
}
.btn_roll span:nth-child(1) {
    background: #b3b3b3;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.btn_roll span:nth-child(2) {
    background: #ff8000;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    transform: rotateX(-180deg)
}
.btn_roll:hover span:nth-child(1) {
    transform: rotateX(-180deg) translateX(-50%);
}
.btn_roll:hover span:nth-child(2) {
    transform: rotateX(0);
}
.btn_roll span em {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    vertical-align: middle;
}
.btn_roll span em:before {
    background-image: url(../img/icon_callback_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}

/*-- BASIC FORM --*/

form {
    position: relative;
}
.basic_field_input input {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 0 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    height: 60px;
    width: 100%;
}
.basic_field_input input::-webkit-input-placeholder {
    color: #b3b3b3;
}
.basic_field_input input::-moz-placeholder {
    color: #b3b3b3;
}
.basic_field_input input:-ms-input-placeholder {
    color: #b3b3b3;
}
.basic_field_input input:-moz-placeholder {
    color: #b3b3b3;
}
.basic_field_submit .btn {
    width: 100%;
}
.basic_field_checkbox label {
    display: block;
    cursor: pointer;
    padding-left: 50px;
    position: relative;
}
.basic_field_checkbox label input {
    background-color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    border-radius: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    transition: 0.25s;
}
.basic_field_checkbox label:hover input {
    background-color: #ff8000;
}
.basic_field_checkbox label input:checked {
    background-color: #ff8000;
    background-image: url(../img/icon_form_checkbox.svg);
}
.basic_field_checkbox label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 188%;
    color: #fff;
}
.basic_field_checkbox label a {
    color: inherit;
}
.basic_field_textarea textarea {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #000;
    padding: 20px 40px;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    height: 160px;
    width: 100%;
}
.basic_field_textarea textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}
.basic_field_textarea textarea::-moz-placeholder {
    color: #b3b3b3;
}
.basic_field_textarea textarea:-ms-input-placeholder {
    color: #b3b3b3;
}
.basic_field_textarea textarea:-moz-placeholder {
    color: #b3b3b3;
}
.basic_uploader_list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
}
input.wpcf7-not-valid {
    box-shadow: 0 0 0 2px #ff0000, 0 0 15px rgba(0,0,0,1);
}
.wpcf7-spinner,
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-response-output {
    background: #fff !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 70px) !important;
    margin: 0 !important;
    padding: 5px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.15 !important;
    z-index: 5;
}
.basic_field .wpcf7-list-item {
	margin: 0;
}
.basic_field_captcha {
    font-size: 0;
    margin-top: -30px;
}
.basic_field_captcha img {
    border-radius: 10px;
    filter: contrast(1.25);
    height: auto;
    width: 150px;
}
.basic_field_captcha + .basic_field_input {
    margin-top: 10px;
}

/*-- HEADER --*/

.header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    margin: 0 auto;
    max-width: 1920px;
}
.header_top_left {
    padding: 20px 40px;
}
.header_logo {
    font-size: 0;
}
.header_logo_desc {
    color: #808080;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    margin-left: 20px;
    max-width: 221px;
}
.header_worktime {
    background: #fafafa;
    padding: 0 40px;
    height: 80px;
}
.header_worktime_icon {
    background-image: url(../img/icon_worktime.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    width: 33px;
}
.header_worktime_txt {
    color: #808080;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    margin-left: 20px;
}
.header_callback a {
    background: #ff6a00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 20px;
    transition: 0.25s;
}
.header_callback a.email {
    background: rgb(252, 119, 25);
}
.header_callback a span {
    background-image: url(../img/icon_callback_phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    display: inline-block;
    padding-left: 35px;
    position: relative;
    vertical-align: middle;
}
.header_callback a.email span {
    background-image: url(../img/icon_header_email.svg);
}
.header_callback a:hover {
    opacity: 0.7;
}
.header_menu ul li {
    flex: 100%;
}
.header_menu ul li a {
    background: #0f5499;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    padding: 20px 0;
    transition: 0.25s;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {
    background: #ff8000;
}
.header + * {
    margin-top: 220px !important;
}
.header_socials {
    background: #ededed;
    padding: 0 20px;
    gap: 0 10px;
    height: 80px;
}
.header_social {
    border-radius: 50%;
    font-size: 0;
    transition: 0.25s;
}
.header_social:hover {
    opacity: 0.7;
}

/*-- FIRST BK --*/

.first_bk {
    margin-top: 120px;
}
.ftbk_title {
    font-weight: 600;
    font-size: 42px;
    line-height: 119%;
    text-align: center;
    color: #333;
    padding: 20px 15px;
}
.ftbk_items {
    margin: 80px -20px 0;
}
.ftbk_item {
    height: 360px;
}
.ftbk_item a {
    display: block;
    font-size: 0;
    overflow: hidden;
    height: 100%;
}
.ftbk_item a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 0.25s;
}
.ftbk_item a:hover img {
    filter: contrast(1.25);
    transform: scale(1.05);
}
.btn_transparent {
    border: 2px solid #fff;
}
.ftbk_form_bk {
    margin: 80px -20px 0;
}
.ftbk_form_image {
    font-size: 0;
    width: calc(100% - 480px);
}
.ftbk_form_image img {
    object-fit: cover;
    height: 100%;
}
.ftbk_form_general {
    background: #ff6a00;
    padding: 40px;
    width: 480px;
}
.ftbk_form_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    text-align: center;
    color: #fff;
}
.ftbk_form_desc {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.ftbk_form {
    margin-top: 40px;
}

/*-- WHY --*/

.why {
    margin-top: 120px;
}
.why_items {
    margin-top: 40px;
}
.why_item {
    padding: 20px 0;
}
.why_item_icon {
    background: linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%);
    border-radius: 20px;
    font-size: 0;
    margin: 0 auto;
    height: 120px;
    width: 120px;
}
.why_item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    margin-top: 40px;
}
.why_item_list {
    margin-top: 60px;
}
.why_item_list ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
.why_item_list ul li:last-child {
    margin-bottom: 0;
}
.why_item_list ul li:before {
    background: #d9d9d9;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    height: 20px;
    width: 20px;
}

.callback_box {
    background: linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    gap: 0 40px;
}
.callback_box_text {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.callback_box_phone {
    white-space: nowrap;
}
.callback_box_phone a {
    background: #ff6a00;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 20px 40px 19px;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    text-decoration: none;
    vertical-align: top;
    transition: 0.25s;
}
.callback_box_phone a:hover {
    opacity: 0.7;
}
.callback_box_phone a span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    vertical-align: middle;
}
.callback_box_phone a span:before {
    background-image: url(../img/icon_callback_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
}
.callback_box__questions {
    text-align: center;
    margin: 80px auto 0;
    max-width: 901px;
}
.callback_box__questions .callback_box_text {
    padding: 20px 0;
}
.callback_box__questions .callback_box_phone {
    margin-top: 10px;
}

/*-- SERVICES --*/

.services {
    margin-top: 120px;
}
.services_items {
    margin-top: 80px;
}
.services_item {
    gap: 20px;
    height: 100%;
}
.services_item_image {
    border-radius: 20px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    height: 330px;
}
.services_item_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.services_item_price {
    background: rgb(255,128,0,1);
    border-radius: 12px;
    color: #fff;
    padding: 8px 10px 7px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.services_item_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
}
.services_item_callback {
    margin-top: auto;
}

/*-- CLIENTS --*/

.clients {
    margin-top: 120px;
}
.clients_items {
    margin-top: 80px;
}
.clients_item_image {
    font-size: 0;
    filter: grayscale(100%);
    height: 160px;
    transition: 0.25s;
}
.clients_item:hover .clients_item_image {
    filter: grayscale(0);
}
.clients_item_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
}

/*-- WORKS --*/

.works {
    margin-top: 120px;
}
.works_tabs_outer {
    margin-top: 80px;
}
.works_tabs_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
}
.works_tabs {
    margin-top: 40px;
}
.row.row_works_tabs {
    margin: 0 -10px -20px;
}
.row.row_works_tabs .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.works_tab {
    background: #004080;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #fff;
    padding: 20px 40px;
    height: 60px;
    transition: 0.25s;
}
.works_tab:hover,
.works_tab.active {
    background: #ff8000;
}
.works_tabs + .works_items {
    margin-top: 80px;
}
.works_item {
    margin-bottom: 80px;
}
.works_item:last-child {
    margin-bottom: 0;
}
.works_top_logo {
    font-size: 0;
    height: 120px;
    width: 120px;
}
.works_top_logo img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.works_top_info {
    padding-left: 40px;
    width: calc(100% - 120px);
}
.works_top_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.works_top_address {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    margin-top: 10px;
}
.works_top_address span {
    color: #808080;
    margin-left: 20px;
}
.works_item_top + .works_item_bottom {
    margin-top: 40px;
}
.works_bottom_slider {
    width: calc(100% - 480px);
}
.works_slider_outer {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.works_slider_outer:after {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 25%;
}
.works_slider {
    max-width: 560px;
}
.works_slider .slick-list {
    margin: 0 -20px;
    overflow: visible;
}
.works_slider .slick-slide {
    margin: 0 20px;
}
.works_slide {
    border-radius: 20px;
    overflow: hidden;
    height: 560px;
    font-size: 0;
}
.works_slide img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.works_slider_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.works_slider_nav__arr {
    background-color: #0f5499;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 80px;
    transition: 0.25s;
}
.works_slider_nav__arr:hover {
    background-color: #ff8000;
}
.works_slider_nav__arr_left {
    background-image: url(../img/icon_works_arr_left.svg);
    left: 40px;
}
.works_slider_nav__arr_right {
    background-image: url(../img/icon_works_arr_right.svg);
    right: 40px;
}
.works_bottom_content {
    padding-left: 40px;
    width: 480px;
}
.works_content_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.works_content_list {
    padding: 0 10px;
    margin-top: 20px;
}
.works_content_list ul {
    padding-left: 15px;
}
.works_content_list ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    margin-bottom: 20px;
    list-style: disc;
}
.works_content_list ul li:last-child {
    margin-bottom: 0;
}
.works_content_btn {
    background: linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 20px;
}
.works_pagination_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.works_pagination_wrap .prev,
.works_pagination_wrap .next {
    display: none;
}
.works_pagination_wrap {
    font-size: 0;
    gap: 16px;
    margin-top: 40px;
}
.works_pagination_wrap a {
    border: 2px solid #0f5499;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    height: 40px;
    min-width: 40px;
    transition: 0.25s;
}
.works_pagination_wrap span {
    font-size: 18px;
    font-weight: bold;
}
.works_pagination_wrap .current {
    background: #ff8000;
    border: 2px solid #ff8000;
    border-radius: 8px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    min-width: 40px;
}
.works_pagination_wrap a:hover {
    background: #ff8000;
    border: 2px solid #ff8000;
    color: #fff;
}

.works_items {
    position: relative;
}
.works_items:after {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url(../img/loader.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 128px;
    backdrop-filter: blur(10px);
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    z-index: 2;
}
.works_items.loading:after {
    opacity: 1;
    visibility: visible;
}
.works_pagination_wrap .loader {
    background-image: url(../img/loader.svg);
    background-position: center;
    background-size: contain;
    height: 40px;
    min-width: 40px;
}
.works_search_wrapper {
    margin-bottom: 30px;
    margin-top: 30px;
}
.works_search_field_wrap {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.works_search_input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}
.works_search_input:focus {
    outline: none;
    border-color: #0073aa;
}
.works_search_dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.works_search_dropdown.active {
    display: block;
}
.works_search_results {
    padding: 10px 0;
}
.works_search_item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}
.works_search_item:hover {
    background-color: #f5f5f5;
}
.works_search_item:last-child {
    border-bottom: none;
}
.works_search_item_image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}
.works_search_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_search_item_title {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
}
.works_search_no_results {
    padding: 20px 15px;
    text-align: center;
    color: #999;
}

/*-- QUESTIONS --*/

.questions {
    margin-top: 120px;
}
.questions_image {
    font-size: 0;
    margin-top: 80px;
    text-align: center;
}

/*-- REVIEWS --*/

.reviews {
    margin-top: 120px;
}
.reviews_placeholder {
    font-size: 0;
    margin-top: 80px;
    text-align: center;
}
.reviews_widget {
    margin-top: 80px;
}

/*-- FAQ --*/

.faq {
    margin-top: 120px;
}
.faq_items {
    margin-top: 80px;
}
.faq_item {
    border-bottom: 2px solid #f2f2f2;
}
.faq_item:first-child {
    border-top: 2px solid #f2f2f2;;
}
.faq_item_head {
    cursor: pointer;
    padding: 20px 0;
    position: relative;
    min-height: 100px;
}
.faq_item_title {
    color: #333;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    transition: 0.25s;
    padding-right: 80px;
}
.faq_item_head:hover .faq_item_title {
    opacity: 0.7;
}
.faq_item_cross {
    position: absolute;
    right: 30px;
    top: 50%;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
    transition: 0.25s;
}
.faq_item_cross:before,
.faq_item_cross:after {
    background: #004080;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: 0.25s;
}
.faq_item_cross:before {
    height: 100%;
    width: 2px;
}
.faq_item_cross:after {
    height: 2px;
    width: 100%;
}
.faq_item.active .faq_item_cross {
    transform: translateY(-50%) rotate(-45deg);
}
.faq_item.active .faq_item_cross:before,
.faq_item.active .faq_item_cross:after {
    background: #ff6a00;
}
.faq_item_body {
    display: none;
}
.faq_item_content {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    padding: 0 80px 40px 0;
}
.faq_item_content > * {
    margin-bottom: 30px;
}
.faq_item_content > *:last-child {
    margin-bottom: 0;
}

/*-- CONTACTS FTBK --*/

.contacts_ftbk {
    margin-top: 120px;
}
.contacts_ftbk_image {
    font-size: 0;
    margin: 80px -20px 0;
    height: 480px;
}
.contacts_ftbk_image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/*-- CONTACTS INFOS --*/

.contacts_infos_outer {
    margin-top: 120px;
}
.contacts_info_icon {
    background: linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%);
    border-radius: 20px;
    font-size: 0;
    height: 80px;
    width: 80px;
}
.contacts_info_value {
    font-weight: 600;
    font-size: 30px;
    line-height: 133%;
    padding-left: 40px;
    width: calc(100% - 80px);
}
.contacts_info_value a {
    color: inherit;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    transition: 0.25s;
}
.contacts_info_value a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*-- CONTACTS REQS --*/

.contacts_reqs_outer {
    margin-top: 120px;
}
.contacts_reqs_cols {
    margin-top: 80px;
}
.contacts_reqs_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.contacts_reqs_list {
    margin-top: 20px;
}
.contacts_reqs_list ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    margin-bottom: 20px;
}
.contacts_reqs_list ul li:last-child {
    margin-bottom: 0;
}
.contacts_req {
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}
.contacts_reqs_outer .callback_box {
    margin-top: 80px;
}

/*-- ASK --*/

.ask {
    margin-top: 120px;
}
.ask_cols {
    margin: 80px -20px 0;
}
.ask_col {
    width: 50%;
}
.ask_image {
    font-size: 0;
    height: 100%;
}
.ask_image img {
    object-fit: cover;
    height: 100%;
}
.ask_general {
    background: #ff6a00;
    padding: 40px;
    height: 100%;
}
.ask_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 111%;
    text-align: center;
    color: #fff;
}
.ask_form {
    margin-top: 40px;
}
.ask_form .basic_field_input input {
    font-size: 20px;
}
.ask_form .basic_field_textarea textarea {
    font-size: 20px;
    line-height: 150%;
}

/*-- FOOTER --*/

.footer {
    background: #004080;
    padding: 40px 0;
    margin-top: 120px;
}
.footer_top {
    padding-top: 20px;
}
.footer_logo {
    font-size: 0;
    text-align: center;
}
.footer_logo_desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.footer_bottom {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #fff;
    margin-top: 15px;
}
.footer_bottom a {
    color: inherit;
}
.footer_bottom > * {
    width: calc(100% / 3);
}
.footer_bottom > *:nth-child(2) {
    text-align: center;
}
.footer_bottom > *:nth-child(3) {
    text-align: right;
}
.footer_email {
    font-size: 18px;
}
.footer_email a {
    transition: 0.25s;
}
.footer_email a:hover {
    opacity: 0.7;
}

/*-- MODAL --*/

#overlay {
    background-color: rgba(0, 64, 128, 0.9);
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99;
}
.modal_window {
    background: #fff;
    display: none;
    position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    max-width: 1220px;
    width: 100%;
    height: 700px;
    z-index: 100;
}
.modal_work_title {
    background: #f0f0f0;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 125%;
    padding: 5px 20px;
    height: 60px;
    width: calc(100% - 60px);
}
.modal_close {
    background-color: #ff6a00;
    background-image: url(../img/icon_modal_close.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    height: 60px;
    width: 60px;
    transition: 0.25s;
}
.modal_close:hover {
    opacity: 0.7;
}
.modal_work_inside {
    height: 100%;
}
.modal_work_slider {
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 640px);
}
.modal_work_slide {
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}
.modal_work_slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.modal_work_slider_main {
    border-radius: 10px;
    overflow: hidden;
}
.modal_work_slider_main .slick-slide {
    margin: 0 10px;
}
.modal_work_slider_main .modal_work_slide {
    height: 540px;
}
.modal_work_slider_main .slick-list {
    margin: 0 -10px;
}
.modal_work_slider_thumbs__inside {
    max-width: 340px;
    margin: 20px auto 0;
    overflow: hidden;
    border-radius: 10px;
}
.modal_work_slider_thumbs {
    max-width: 100px;
    margin: 0 auto;
}
.modal_work_slider_thumbs .slick-list {
    margin: 0 -10px;
    overflow: visible;
}
.modal_work_slider_thumbs .slick-slide {
    margin: 0 10px;
}
.modal_work_slider_thumbs .modal_work_slide {
    height: 100px;
}
.modal_work_slider_thumbs__outer {
    position: relative;
}
.modal_work_slider_thumbs__outer .works_slider_nav__arr_left {
    left: 0;
}
.modal_work_slider_thumbs__outer .works_slider_nav__arr_right {
    right: 0;
}
.modal_work_top {
    margin-left: auto;
    max-width: 640px;
    height: 60px;
}
.modal_work_bottom {
    height: calc(100% - 60px);
}
.modal_work_bottom:after {
    background: #f0f0f0;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: calc(100% - 60px);
    width: 60px;
}
.modal_work_item__scroll {
    padding-right: 60px;
    overflow: auto;
    height: 100%;
}
.modal_work_items {
    margin-left: auto;
    max-width: 580px;
}
.modal_work_item__title {
    background: #e6e6e6;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    padding: 10px 20px;
    transition: 0.25s;
}
.modal_work_item__title:hover {
    background: rgba(0,0,0,0);
    box-shadow: none;
    text-decoration: none;
}
.modal_work_item:last-child .modal_work_item__title {
    box-shadow: none;
}
.modal_work_item.active .modal_work_item__title {
    background: rgba(0,0,0,0);
    color: #0f5499;
    text-decoration: none;
}
.modal_work_item__body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.modal_work_item.active .modal_work_item__body {
    max-height: 9000px;
    opacity: 1;
    visibility: visible;
}
.modal_work_item__content {
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
}
.modal_work_item__content > * {
    margin-bottom: 20px;
}
.modal_work_item__content > *:last-child {
    margin-bottom: 0;
}
.modal_work_item__scroll .simplebar-track.simplebar-vertical {
    background: #e0e0e0;
    border-radius: 10px;
    top: 21px;
    right: 25px;
    width: 10px;
    height: calc(100% - 42px);
}
.modal_work_item__scroll .simplebar-scrollbar:before {
    background: #b3b3b3;
    border-radius: 10px;
    opacity: 1 !important;
    left: 0;
    right: 0;
}

.modal_notification {
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 360px;
    width: calc(100% - 40px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(105%);
    z-index: 999;
    transition: 0.25s;
}
.modal_notification.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.modal_notification_title {
    font-size: 18px;
    font-weight: bold;
}
.modal_notification_subtitle {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}
.modal_notification_btn {
    margin-top: 20px;
}

/*-- CUSTOM --*/

.slicky_tg {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    overflow: hidden;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 8;
    height: 60px;
    width: 60px;
    transition: 0.25s;
}
.slicky_tg:hover {
    opacity: 0.7;
}
.slicky_tg > * {
    display: block;
    height: 100%;
    width: 100%;
}

.basic_field .kc_captcha,
.basic_field .captcha-image {
    width: 100%;
}
.basic_field .captcha-image {
    background: #fff;
    border-radius: 12px;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -20px;
	margin-right: -20px;
    margin-bottom: -40px;
}
.row .col {
    padding: 0 20px;
    margin-bottom: 40px;
}
.row.no_mg {
    margin: 0;
}
.row.no_mg .col {
    padding: 0;
    margin: 0;
}
.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.3333333%;
}
.col-30 {
	width: 30%;
}
.col-35 {
	width: 35%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
.col-6 {
    width: calc(100% / 6);
}
.col-66 {
    width: calc(100% - (100% / 3));
}

.col-41 {
    width: 41.67%;
}
.col-58 {
    width: 58.33%;
}

.d_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.f_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.f_wrap_reverse {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

.f_no_wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.f_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.f_direction_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.j_content_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.j_content_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.j_content_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.j_content_between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.a_items_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.a_items_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.a_items_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- ANIMATION --*/

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*--------------- RESPONSIVE ---------------*/

.clients_more {
    background: linear-gradient(135deg, #f2f2f2 0%, #fcfcfc 100%);
    border-radius: 20px;
    display: none;
    padding: 40px;
    margin-top: 20px;
}

.header_logo_mobile {
    display: none;
}
.header_btn {
    display: none;
}
.header_social__email {
    display: none;
}
.menu_btn {
    padding: 5px;
    height: 30px;
    width: 30px;
}
.menu_btn_inside {
    position: relative;
    height: 100%;
    width: 100%;
}
.menu_btn span {
    background: #333;
    border-radius: 2px;
    position: absolute;
    left: 0;
    display: block;
    height: 3px;
    width: 100%;
    transition: 0.25s;
}
.menu_btn span:nth-child(1) {
    top: 0;
    left: 0;
}
.menu_btn span:nth-child(2) {
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.menu_btn span:nth-child(3) {
    left: 0;
    bottom: 0;
    width: calc(100% - 4px);
}
.menu_btn.active span {
    background: #ff6a00;
    left: -50%;
    margin-left: 3px;
    height: 4px;
    width: 35px !important;
}
.menu_btn.active span:nth-child(1) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
}
.menu_btn.active span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
    transform: rotate(-45deg);
}
.menu_btn.active span:nth-child(3) {
    bottom: 50%;
    margin-bottom: -2px;
    transform: rotate(-45deg);
}
.mobile_header_wrapper {
    background: #fff;
    position: fixed;
    left: 0;
    top: 80px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-200%);
    height: calc(100vh - 80px);
    width: 100%;
    z-index: 9;
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.mobile_header_menu {
    height: 100%;
}
.mobile_header_menu ul {
    height: 100%;
    width: 100%;
}
.mobile_header_menu ul li {
    flex: 100%;
}
.mobile_header_menu ul li a {
    background: #0f5499;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    height: 100%;
    transition: 0.25s;
}
.mobile_header_menu ul li:last-child a {
    border-bottom: none;
}
.mobile_header_menu ul li.active a,
.mobile_header_menu ul li a:hover {
    background: #ff8000;
    border-color: #ff8000;
}

@media screen and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .container--large {
        max-width: 1400px;
    }
    .contacts_info_value {
        font-size: 24px;
        line-height: 125%
    }
    .ftbk_form_image {
        width: calc(100% - 400px);
    }
    .ftbk_form_general {
        width: 400px;
    }
    .services_item_image {
        height: 270px;
    }
    .faq_item_title {
        padding-right: 100px;
    }
    .works_bottom_slider {
        width: calc(100% - 360px);
    }
    .works_slider {
        max-width: 460px;
    }
    .works_slide {
        height: 460px;
    }
    .works_bottom_content {
        width: 360px;
    }
    .works_content_title {
        font-size: 20px;
    }
    .works_content_list ul li {
        font-size: 16px;
    }
    .works_content_list li:nth-child(n + 3) {
        display: none;
    }
    .ftbk_item {
        height: 300px;
    }
    .clients_item_image {
        height: 130px;
    }
}

@media screen and (max-width: 1366px) {
    .header_top_left {
        padding-right: 0;
    }
    .header_callback a {
        font-size: 16px;
        padding-top: 10.5px;
        padding-bottom: 10.5px;
    }
    .header_worktime {
        padding: 0 15px;
    }
    .header_logo_desc,
    .header_worktime_txt {
        font-size: 12px;
    }
    .modal_window {
        max-width: 960px;
        height: 575px;
    }
    .modal_work_top {
        max-width: 480px;
    }
    .modal_work_title {
        font-size: 18px;
        line-height: 1.25;
    }
    .modal_work_items {
        max-width: 420px;
    }
    .modal_work_item__title {
        padding: 10px;
        font-size: 15px;
    }
    .modal_work_item__content {
        padding: 10px;
        font-size: 14px;
    }
    .modal_work_item__content > * {
        margin-bottom: 16px;
    }
    .modal_work_slider {
        width: 480px;
    }
    .modal_work_slider_main .modal_work_slide {
        height: 440px;
    }
    .modal_work_slider_thumbs__inside {
        max-width: 265px;
    }
    .modal_work_slider_thumbs {
        max-width: 75px;
    }
    .modal_work_slider_thumbs .modal_work_slide {
        height: 75px;
    }
    .modal_work_slider_thumbs__outer .works_slider_nav__arr {
        height: 60px;
        width: 60px;
    }
}

@media screen and (max-width: 1200px) {
    .header_logo_desc {
        display: none;
    }
}

@media screen and (max-width: 1100px) {
    .header_callback a {
        font-size: 14px;
        line-height: 2.5;
        padding: 2.5px 10px;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 800px;
    }
    .header_worktime {
        position: relative;
    }
    .header_worktime_txt {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
        padding: 10px;
        position: absolute;
        top: 103.5%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0;
        min-width: 240px;
        opacity: 0;
        visibility: hidden;
        transition: 0.25s;
    }
    .header_worktime:hover .header_worktime_txt {
        opacity: 1;
        visibility: visible;
    }
    .row.row_contacts_infos .col {
        width: 100%;
    }
    .row.row_contacts_reqs_cols > .col {
        width: 100%;
    }
    .contacts_reqs_title {
        font-size: 20px;
        line-height: 150%;
    }
    .contacts_req {
        max-width: 320px;
        margin: 0 auto;
    }
    .callback_box:not(.callback_box__questions) {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .callback_box:not(.callback_box__questions) .callback_box_text {
        font-size: 20px;
        line-height: 150%;
    }
    .ask_col {
        width: 100%;
    }
    .ask_image {
        height: 400px;
    }
    .ask_image img {
        width: 100%;
    }
    .ask + .footer {
        margin-top: 0 !important;
    }
    .footer {
        padding: 60px 0 40px;
    }
    .footer_top {
        padding-top: 0;
    }
    .footer_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        margin-top: 20px;
    }
    .footer_bottom > *,
    .footer_bottom > *:nth-child(3) {
        text-align: center;
    }
    .ftbk_form_image {
        height: 420px;
        width: 100%;
    }
    .ftbk_form_image img {
        object-position: bottom;
        width: 100%;
    }
    .ftbk_form_general {
        width: 100%;
    }
    .ftbk_form .row .col:nth-child(1),
    .ftbk_form .row .col:nth-child(2) {
        width: 50%;
    }
    .row.row_why_items .col {
        width: 100%;
    }
    .why_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .why_item_title {
        padding-left: 40px;
        margin-top: 0;
        text-align: left;
        font-size: 20px;
        width: calc(100% - 120px);
    } 
    .why_item_list {
        margin-top: 20px;
    }
    .why_item_list ul li {
        margin-bottom: 20px;
    }
    .row.row_services_items .col {
        width: 50%;
    }
    .services_item_title {
        font-size: 20px;
        line-height: 150%;
    }
    .btn_roll span:nth-child(2) {
        font-size: 16px;
    }
    .row.row_works_tabs .col-4 {
        width: 50%;
    }
    .row.row_works_tabs .col-2 {
        width: 100%;
    }
    .works_top_title {
        font-size: 20px;
        line-height: 150%;
    }
    .works_top_address span {
        display: block;
        margin: 0;
    }
    .works_bottom_slider {
        width: 100%;
    }
    .works_slider_outer:after {
        background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 20%), linear-gradient(90deg, rgba(255,255,255,0) 80%, rgba(255,255,255,0.8) 100%);
        width: 100%;
    }
    .works_slider {
        max-width: 360px;
        margin: 0 auto;
    }
    .works_slide {
        height: 360px;
    }
    .works_bottom_content {
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
    .works_content_list {
        margin-top: 20px;
    }
    .works_content_list ul li {
        margin-bottom: 15px;
    }
    .works_content_list ul li {
        display: list-item !important;
    }
    .works_slider_nav__arr {
        background-size: 12px;
        height: 40px;
        width: 40px;
    }
    .row.row_ftbk_items .col {
        width: 50%;
    }
    .row.row_clients_items .col {
        width: calc(100% / 3)
    }
    .row.row_clients_items .col:nth-child(n + 16) {
        display: none;
    }
    .clients_item_image {
        height: 120px;
    }
    .clients_item_image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }
    .modal_window {
        max-width: 540px;
    }
    .modal_work_top {
        max-width: 100%;
    }
    .modal_work_items {
        max-width: 100%;
    }
    .modal_work_item__inside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
    }
    .modal_work_slider {
        position: relative;
        padding: 0;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .modal_work_slider_main .modal_work_slide {
        height: 300px;
    }
    .modal_work_slider_thumbs__inside {
        max-width: 140px;
    }
    .modal_work_slider_thumbs {
        max-width: 140px;
    }
    .modal_work_slider_thumbs .modal_work_slide {
        height: 60px;
    }
    .modal_work_slider_thumbs__outer .works_slider_nav__arr {
        height: 40px;
        width: 40px;
    }
    .modal_work_item__content {
        padding: 0;
        order: 1;
        margin-top: 20px;
    }
    .header_socials {
        padding: 0 10px;
        gap: 0 5px;
    }
}

@media screen and (max-width: 768px) {
    .header_btn {
        display: block;
    }
    .header_bottom {
        display: none;
    }
    .header_logo_desktop {
        display: none;
    }
    .header_logo_mobile {
        display: block;
    }
    .header_callback a {
        padding: 0;
        font-size: 0;
        height: 80px;
        width: 80px;
    }
    .header_callback a span {
        background-size: 30px;
        padding: 0;
    }
    .header_callback a.email {
        display: none;
    }
    .header_callback a span {
        background-position: center;
        padding: 0;
        height: 30px;
        width: 30px;
    }
    .header_social__email {
        display: block;
    }
    .header + * {
        margin-top: 120px !important;
    }
    .contacts_ftbk,
    .contacts_infos_outer,
    .contacts_reqs_outer,
    .ask,
    .ftbk_form_outer,
    .why,
    .services,
    .reviews,
    .faq,
    .works,
    .questions,
    .footer,
    .first_bk,
    .clients {
        margin-top: 60px;
    }
    .ask_cols,
    .contacts_ftbk_image,
    .contacts_reqs_cols,
    .contacts_reqs_outer .callback_box,
    .ftbk_form_bk,
    .services_items,
    .faq_items,
    .works_tabs_outer,
    .works_tabs + .works_items,
    .questions_image,
    .ftbk_items,
    .clients_items,
    .reviews_widget {
        margin-top: 40px;
    }
    .works_item {
        margin-bottom: 40px;
    }
    .callback_box:not(.callback_box__questions) {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .callback_box:not(.callback_box__questions) .callback_box_text {
        text-align: center;
    }
    .callback_box:not(.callback_box__questions) .callback_box_phone {
        margin-top: 20px;
    }
    .btn_roll span {
        padding: 0 20px;
    }
    .btn_roll span:nth-child(1),
    .btn_roll span:nth-child(2) {
        font-size: 14px;
    }
    .btn_roll span em {
        padding-left: 30px;
    }
    .faq_item_title {
        padding-right: 60px;
    }
    .faq_item_cross {
        right: 20px;
    }
    .faq_item_content {
        padding: 0 60px 40px 0;
    }
    .clients_items.visible .row.row_clients_items .col {
        display: block !important;
    }
    .clients_item {
        max-width: 360px;
        margin: 0 auto;
    }
    .clients_item_image {
        height: 160px;
    }
    .modal_window {
        max-width: 100%;
        height: 100vh;
    }
}

@media screen and (max-width: 640px) {
    .ftbk_form .row .col:nth-child(1), 
    .ftbk_form .row .col:nth-child(2) {
        width: 100%;
    }
    .row.row_clients_items {
        margin: 0 -10px -20px;
    }
    .row.row_clients_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .clients_item_image {
        height: 100px;
    }
    .clients_item_title {
        font-size: 14px;
        line-height: 1.25;
    }
    .header_social:nth-child(1) {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .container {
        max-width: 400px;
    }
    .title_bk {
        font-size: 24px;
        line-height: 133%;
        padding: 0;
    }
    .ftbk_title {
        font-size: 28px;
        line-height: 125%;
        padding: 0;
    }
    .contacts_info_icon {
        margin: 0 auto;
    }
    .contacts_reqs_col {
        text-align: center;
    }
    .row.row_contacts_infos {
        margin: 0 -10px -20px;
    }
    .row.row_contacts_infos .col {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .contacts_ftbk_image {
        height: 240px;
    }
    .contacts_info_icon {
        border-radius: 10px;
        padding: 12px;
        height: 50px;
        width: 50px;
    }
    .contacts_info_value {
        font-size: 14px;
        margin-top: 10px;
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
    .contacts_reqs_title {
        font-size: 16px;
    }
    .contacts_reqs_list ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .contacts_req {
        max-width: 260px;
    }
    .ask_title {
        font-size: 30px;
        line-height: 133%;
    }
    .row.row_basic_fields .col {
        width: 100%;
    }
    .ftbk_form_title {
        font-size: 30px;
        line-height: 133%;
    }
    .works_item_top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .works_item_top + .works_item_bottom {
        margin-top: 20px;
    }
    .works_top_logo {
        margin: 0 auto;
    }
    .works_top_info {
        text-align: center;
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .works_slider_outer:after {
        display: none;
    }
    .works_slider_outer,
    .works_slide {
        border-radius: 16px;
    }
    .works_slider_nav__arr_left {
        left: 20px;
    }
    .works_slider_nav__arr_right {
        right: 20px;
    }
    .callback_box_text,
    .callback_box__questions .callback_box_text {
        font-size: 18px;
        padding: 0;
    }
    .callback_box__questions .callback_box_phone {
        margin-top: 20px;
    }
    .callback_box_phone a {
        font-size: 16px;
        padding: 20px;
    }
    .ftbk_item {
        height: 150px;
    }
    .modal_work_title {
        font-size: 14px;
        padding: 0 10px;
    }
    .modal_work_item__content {
        font-size: 12px;
    }
    .row.row_services_items {
        margin: 0 -10px -20px;
    }
    .row.row_services_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .services_item {
        gap: 10px;
    }
    .services_item_image {
        height: 170px;
    }
    .services_item_title {
        font-size: 14px;
        line-height: 1.25;
    }
    .services_item_title br {
        display: none;
    }
    .clients_item_image {
        height: 70px;
    }
    .clients_item_title {
        font-size: 12px;
        font-weight: 600;
        word-break: break-word;
    }
    .works_tabs_title {
        font-size: 16px;
    }
    .works_tab {
        font-size: 12px;
    }
    .btn_roll span {
        height: 50px;
    }
    .btn_roll span:nth-child(1), 
    .btn_roll span:nth-child(2) {
        padding: 0 10px;
        font-size: 12px;
    }
    .faq_item_head {
        min-height: 60px;
    }
    .faq_item_title {
        font-size: 16px;
    }
    .faq_item_content {
        font-size: 12px;
        padding: 0 0 20px 0;
    }
    .faq_item_content > * {
        margin-bottom: 18px;
    }
    .ftbk_form_image {
        height: 240px;
    }
    .ftbk_form_general {
        padding: 20px;
    }
    .ftbk_form_title {
        font-size: 18px;
    }
    .ftbk_form_title br {
        display: none;
    }
    .ftbk_form_desc {
        font-size: 16px;
        margin-top: 20px;
    }
    .ftbk_form {
        max-width: 320px;
        margin: 20px auto 0;
    }
    .basic_field_input input {
        padding: 0 20px !important;
        font-size: 14px !important;
        height: 50px !important;
    }
    .basic_field_textarea textarea {
        padding: 20px !important;
        font-size: 14px !important;
    }
    .basic_field_checkbox label {
        padding-left: 40px;
    }
    .basic_field_checkbox label span {
        font-size: 14px;
        line-height: 1.5;
    }
    .row.row_basic_fields {
        margin: 0 -10px -20px;
    }
    .row.row_basic_fields .col {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .ask_image {
        height: 240px;
    }
    .ask_general {
        padding: 20px;
    }
    .ask_title {
        font-size: 18px;
    }
    .ask_form {
        margin-top: 20px;
    }
	.basic_field_captcha {
		font-size: 0;
		margin-top: -10px;
	}
}

@media screen and (max-width: 420px) {
    .btn {
        font-size: 14px;
        height: 50px;
    }
    .row {
        margin: 0 -15px -30px;
    }
    .row .col {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .header + * {
        margin-top: 80px !important;
    }
    .mobile_header_wrapper {
        top: 60px;
        height: calc(100vh - 60px);
    }
    .contacts_ftbk, 
    .contacts_infos_outer, 
    .contacts_reqs_outer, 
    .ask, 
    .ftbk_form_outer, 
    .why, 
    .services, 
    .reviews, 
    .faq, 
    .works, 
    .questions, 
    .footer, 
    .first_bk, 
    .clients {
        margin-top: 40px;
    }
    .ask_cols, 
    .contacts_ftbk_image, 
    .contacts_reqs_cols, 
    .contacts_reqs_outer .callback_box, 
    .ftbk_form_bk, 
    .services_items, 
    .faq_items, 
    .works_tabs_outer, 
    .works_tabs + .works_items, 
    .questions_image, 
    .ftbk_items, 
    .clients_items, 
    .reviews_widget,
    .why_items,
    .callback_box,
    .works_tabs {
        margin-top: 20px;
    }
    .header_top_left {
        padding: 15px;
    }
    .header_worktime {
        padding: 0;
        height: 60px;
        width: 60px;
    }
    .header_callback a {
        height: 60px;
        width: 60px;
    }
    .ftbk_title {
        font-size: 20px;
    }
    .title_bk {
        font-size: 18px;
    }
    .why_item {
        padding: 0;
    }
    .why_item_icon {
        border-radius: 10px;
        padding: 12px;
        height: 60px;
        width: 60px;
    }
    .why_item_title {
        font-size: 15px;
        padding-left: 20px;
        width: calc(100% - 60px);
    }
    .why_item_list ul li {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .why_item_list ul li:before {
        top: 1px;
    }
    .callback_box {
        padding: 20px;
    }
    .callback_box_text {
        font-size: 14px !important;
        line-height: 1.25 !important;
    }
    .callback_box_phone a {
        padding: 10px 20px;
    }
    .callback_box_phone a span {
        padding-left: 30px;
    }
    .works_item {
        margin-bottom: 20px;
    }
    .works_top_logo {
        height: 80px;
        width: 80px;
    }
    .works_top_info {
        margin-top: 10px;
    }
    .works_top_title {
        font-size: 14px;
    }
    .works_top_address {
        line-height: 1.25;
        font-size: 13px;
    }
    .works_content_title {
        font-size: 16px;
    }
    .works_content_list {
        margin-top: 10px;
    }
    .works_content_list ul li {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .works_content_btn {
        padding: 20px;
    }
    .footer_bottom {
        text-align: center;
    }
    .btn_roll span:nth-child(2) em {
        padding-left: 25px;
    }
    .ask_form .basic_field_textarea textarea {
        height: 100px;
    }
    .works_pagination_wrap {
        margin-top: 20px;
    }
    .header_socials {
        height: 60px;
    }
}

@media screen and (max-width: 360px) {
    .header_logo img {
        max-width: 75px;
    }
    .ftbk_form_general {
        padding: 20px;
    }
    .faq_item_title {
        font-size: 18px;
    }
    .faq_item_content {
        font-size: 14px;
    }
    .faq_item_content > * {
        margin-bottom: 18px;
    }
    .works_slide {
        height: 280px;
    }
    .services_item_image {
        height: 130px;
    }
    .services_item_title {
        font-size: 12px;
    }
    .row.row_clients_items .col {
        display: block !important;
        width: 50%;
    }
    .btn_roll span:nth-child(2) em {
        padding-left: 0;
    }
    .btn_roll span:nth-child(2) em:before {
        display: none;
    }
}