@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@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: 'Geologica';
    margin: 0;
	height: 100%;
	width: 100%;
}
a {
	color: #027b84;
}
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: 700;
}
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: #000;
    height: auto;
    position: relative;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.btn {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    border: 2px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 19px;
    font-weight: 600;
    font-size: 20px;
	text-align: center;
    text-decoration: none;
    height: 50px;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.7;
}
.btn_yellow {
    background: #ffc800;
    border-color: #ffc800;
    color: #000;
}
.btn_yellow_border {
    border-color: #000;
}
.fullwidth_title {
    background: #000;
}
.fullwidth_title_inside {
    background-image: url(../img/bg_title.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.fullwidth_title_txt {
    font-weight: 700;
    font-size: 32px;
    color: #fff;
}

/*-- HEADER --*/

.header {
    background: #000;
    padding: 18px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.header_logo {
    font-size: 0;
}
.header_logo a {
    transition: 0.25s;
}
.header_logo a:hover {
    opacity: 0.9;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.7));
}
.header_menu ul {
    font-size: 0;
}
.header_menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.header_menu ul li:last-child {
    margin-right: 0;
}
.header_menu ul li a {
    border: 2px solid rgba(255, 200, 0, 0%);
    border-radius: 5px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 5.5px 19.5px 7.5px;
    transition: 0.25s;
}
.header_menu ul li.active a,
.header_menu ul li a:hover {
    border-color: rgba(255, 200, 0, 100%);
    color: #ffc800;
}
.header_number {
    margin-right: 30px;
}
.header_number a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    padding-left: 49px;
    position: relative;
    text-decoration: none;
    vertical-align: top;
    transition: 0.25s;
}
.header_number a:before {
    background-image: url(../img/icon_header_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 35px;
}
.header_number a:hover {
    color: #ffc800;
}
.header_langs {
    font-size: 0;
}
.header_langs ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.header_langs ul li:last-child {
    margin-right: 0;
}
.header_langs ul li a {
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: 0.25s;
}
.header_langs ul li.active a,
.header_langs ul li a:hover {
    color: #ffc800;
}

/*-- FIRST BK --*/

.first_bk {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin-top: 80px;
}
.ftbk_inside {
    padding: 80px 0 140px;
    position: relative;
}
.ftbk_title {
    color: #fff;
    font-weight: 700;
    font-size: 64px;
    text-align: center;
}
.ftbk_desc {
    color: #fff;
    font-weight: 100;
    font-size: 28px;
    text-align: center;
    margin-top: 50px;
}
.ftbk_form {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(16px);
    border: 3px solid #ffc800;
    border-radius: 5px;
    padding: 60px 120px 52px;
    max-width: 940px;
    margin: 70px auto 0;
}
.ftbk_ft_icon {
    font-size: 0;
    width: 72px;
}
.ftbk_ft_info {
    padding-left: 15px;
    width: calc(100% - 72px);
}
.ftbk_ft_title {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
.ftbk_ft_desc {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}
.ftbk_form_inside {
    margin-top: 30px;
}
.ftbk_form_field--input {
    width: 249px;
}
.ftbk_form_field--name {
    margin-right: 20px;
}
.ftbk_form_field--input input {
    background: #fff;
    border: 2px solid #ffc800;
    border-radius: 5px;
    padding: 0px 20px;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    height: 50px;
    width: 100%;
}
.ftbk_form_field--input input::-webkit-input-placeholder {
    color: #000;
}
.ftbk_form_field--input input::-moz-placeholder {
    color: #000;
}
.ftbk_form_field--input input:-ms-input-placeholder {
    color: #000;
}
.ftbk_form_field--input input:-moz-placeholder {
    color: #000;
}
.ftbk_form_field--phone {
    margin-right: 30px;
}
.ftbk_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    text-align: center;
    font-size: 0;
}

/*-- SERVICES --*/

.services {
    padding: 60px 0 90px;
}
.services_item_head {
    font-size: 0;
    height: 460px;
}
.services_item_head img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.services_item_body {
    margin-top: 20px;
}
.services_item_title {
    font-weight: 600;
    font-size: 28px;
    color: #000;
}
.services_item_desc {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}
.services_item_btn {
    margin-top: 20px;
}
.services_item_btn span {
    display: inline-block;
    vertical-align: top;
}

.services_items--new .services_item_head {
    height: 340px;
}

/*-- ADVANTAGES --*/

.advantages {
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
    position: relative;
    overflow: hidden;
}
.advantages:after {
    background-image: url(../img/bg_advantages_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    right: 82px;
    top: 48px;
    height: 779px;
    width: 417px;
}
.advantages .container {
    z-index: 2;
}
.advantages_desc {
    font-weight: 300;
    font-size: 44px;
    color: #fff;
}
.advantages_items {
    margin-top: 60px;
    max-width: 1300px;
}
.row.row_advantages_items {
    margin: 0 -20px -40px;
}
.row.row_advantages_items .col {
    padding: 0 20px;
    margin-bottom: 40px;
}
.row.row_advantages_items .col:nth-child(odd) {
    width: calc(50% - 50px);
}
.row.row_advantages_items .col:nth-child(even) {
    width: calc(50% + 50px);
}
.advantages_item {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 40px 60px 37px 40px;
    height: 100%;
    min-height: 200px;
}
.advantages_item_icon {
    border: 4px solid #ffc800;
    border-radius: 5px;
    font-size: 0;
    height: 120px;
    width: 120px;
}
.advantages_item_info {
    padding-left: 20px;
    width: calc(100% - 120px);
}
.advantages_item_title {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
.advantages_item_desc {
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

/*-- STEPS --*/

.steps {
    padding: 60px 0 50px;
}
.row.row_steps_items {
    margin: 0 -10px -60px;
}
.row.row_steps_items .col {
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.row.row_steps_items .col:nth-child(1):before {
    background-image: url(../img/bg_step_dash.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: -105px;
    top: 54px;
    height: 4px;
    width: 119px;
}
.row.row_steps_items .col:nth-child(3):after {
    border-color: #FFC800;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-radius: 0 5px 5px 0;
    content: '';
    position: absolute;
    right: -130px;
    top: 54px;
    height: calc(100% + 4px);
    pointer-events: none;
    width: 300px;
}
.row.row_steps_items .col:nth-child(6):after {
    border-color: #FFC800;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-radius: 5px 0 0 5px;
    content: '';
    position: absolute;
    left: -130px;
    top: 54px;
    height: calc(100% + 4px);
    pointer-events: none;
    width: 300px;
}
.steps_item {
    padding: 0 10px 60px;
    position: relative;
    height: 100%;
}
.steps_item_number {
    border-bottom: 4px solid #FFC800;
    font-weight: 900;
    font-size: 20px;
    color: #000;
    padding-bottom: 28px;
    position: relative;
    margin-right: -20px;
}
.steps_item_number:after {
    background: #ffc800;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    height: 20px;
    width: 20px;
}
.row.row_steps_items .col:nth-child(3) .steps_item_number,
.row.row_steps_items .col:nth-child(4) .steps_item_number {
    margin-right: 0;
}
.row.row_steps_items .col:last-child .steps_item_number {
    border-bottom-color: rgba(0,0,0,0);
}
.steps_item_title {
    font-weight: 600;
    font-size: 28px;
    color: #000;
    margin-top: 28px;
}
.steps_item_desc {
    font-weight: 300;
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.row.row_steps_items .col:nth-child(1) {
    order: 0;
}
.row.row_steps_items .col:nth-child(2) {
    order: 1;
}
.row.row_steps_items .col:nth-child(3) {
    order: 2;
}
.row.row_steps_items .col:nth-child(4) {
    order: 5;
}
.row.row_steps_items .col:nth-child(5) {
    order: 4;
}
.row.row_steps_items .col:nth-child(6) {
    order: 3;
}
.row.row_steps_items .col:nth-child(7) {
    order: 6;
}
.row.row_steps_items .col:nth-child(8) {
    order: 7;
}

/*-- FORM BOTTOM --*/

.form_bottom {
    padding: 30px 0;
    position: relative;
}
.form_bottom:before,
.form_bottom:after {
    background-image: url(../img/bg_border_dash.svg);
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.form_bottom:before {
    top: 13px;
}
.form_bottom:after {
    bottom: 13px;
}
.form_bottom_bk {
    background: #000;
}
.form_bottom_bk_inside {
    background-image: url(../img/bg_form_bottom.svg);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.form_bottom_info {
    width: 700px;
}
.form_bottom_title {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
.form_bottom_desc {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}
.form_bottom_inside {
    padding-left: 20px;
    width: calc(100% - 700px);
}
.form_bottom_inside .ftbk_form_field--name {
    width: 180px;
}
.form_bottom_inside .ftbk_form_field--phone {
    width: 240px;
}
.form_bottom_inside .ftbk_form_field--input input {
    background: #000;
    color: #fff;
}
.form_bottom_inside .ftbk_form_field--input input::-webkit-input-placeholder {
    color: #fff;
}
.form_bottom_inside .ftbk_form_field--input input::-moz-placeholder {
    color: #fff;
}
.form_bottom_inside .ftbk_form_field--input input:-ms-input-placeholder {
    color: #fff;
}
.form_bottom_inside .ftbk_form_field--input input:-moz-placeholder {
    color: #fff;
}

.form_bottom_bk_inside--new {
    padding-right: 120px;
}
.form_bottom_bk_inside--new .form_bottom_info {
    padding-right: 20px;
    width: calc(100% - 580px);
}
.form_bottom_bk_inside--new .form_bottom_links {
    gap: 20px;
    width: 580px;
}
.form_bottom_links a {
    background: #000;
    border: 2px solid #ffc800;
    border-radius: 25px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    width: 50%;
    transition: 0.25s;
}
.form_bottom_links a:hover {
    border-color: #fff;
    color: #ffc800;
}

/*-- CONTACTS --*/

.fullwidth_title--contacts .fullwidth_title_inside {
    background: none;
}
.contacts {
    padding: 60px 0 80px;
}
.contacts_inside {
    max-width: 1140px;
    width: 100%;
}
.contacts_icon {
    font-size: 0;
    width: 300px;
}
.contacts_table {
    padding-left: 60px;
    width: calc(100% - 300px);
}
.contacts_table table {
    width: 100%;
}
.contacts_table table tr td {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding-bottom: 24px;
}
.contacts_table table tr td:nth-child(1) {
    width: 220px;
}
.contacts_table table tr td:nth-child(2) {
    padding-left: 20px;
}
.contacts_table table tr:last-child td {
    padding-bottom: 0;
}
.contacts_table table tr td a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.contacts_table table tr td a:hover {
    color: #ffc800;
}

/*-- FOOTER --*/

.footer {
    background: #000;
    padding: 30px 0;
}
.footer_copyright {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.footer_privacy {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

/*-- CUSTOM --*/

.first_bk.first_bk--new {
    height: 840px;
}
.first_bk.first_bk--new .container {
    height: 100%;
}
.first_bk--new .ftbk_inside {
    padding-top: 207px;
    height: 100%;
}
.first_bk--new .ftbk_bottom {
    bottom: 27px;
}

.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
form {
    position: relative;
}
input.wpcf7-not-valid {
    border-color: #ff0000 !important;
}
.wpcf7-response-output {
    background: #fff !important;
    border-radius: 5px !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
}

/* ADDITIONAL RESET */

.row {
	margin-left: -10px;
	margin-right: -10px;
    margin-bottom: -20px;
}
.row .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.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 ---------------*/

.menu_btn {
    display: none;
    cursor: pointer;
    width: 33px;
    transition: 0.25s;
}
.menu_btn span {
    background: #fff;
    border-radius: 2px;
    display: block;
    margin-bottom: 7px;
    height: 3px;
    width: 100%;
}
.menu_btn span:last-child {
    margin-bottom: 0;
}
.menu_btn:hover {
    opacity: 0.7;
}

.mobile_header_wrapper {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1001;
    transform: scale(0.5) translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}
.mobile_header_top {
    padding: 18px 0;
}
.mobile_header_close {
    cursor: pointer;
    position: relative;
    height: 33px;
    width: 33px;
    transition: 0.25s;
}
.mobile_header_close:hover {
    opacity: 0.65;
}
.mobile_header_close:before,
.mobile_header_close:after {
    background: #fff;
    border-radius: 2px;
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    height: 4px;
    width: 100%;
}
.mobile_header_close:before {
    transform: rotate(45deg);
}
.mobile_header_close:after {
    transform: rotate(-45deg);
}
.mobile_header_body {
    margin-top: 40px;
}
.mobile_header_body .header_menu {
    width: 240px;
}
.mobile_header_body .header_menu ul li {
    display: block;
    margin: 0 0 10px;
}
.mobile_header_body .header_menu ul li:last-child {
    margin: 0;
}
.mobile_header_body .header_menu ul li a {
    padding: 10px 15px;
}
.mobile_header_body .header_info {
    margin-top: 32px;
}

@media screen and (max-width: 1700px) {
    .steps_items {
        max-width: 1024px;
        margin: 0 auto;
    }
    .steps_item_number {
        font-size: 18px;
    }
    .steps_item_title {
        font-size: 20px;
    }
    .steps_item_desc {
        font-size: 16px;
    }
    .steps_item_desc br {
        display: none;
    }
    .row.row_steps_items .col:nth-child(1):before {
        top: 51px;
    }
    .row.row_steps_items .col:nth-child(3):after {
        top: 51px;
    }
    .row.row_steps_items .col:nth-child(6):after {
        top: 51px;
    }
    .form_bottom_bk_inside--new .form_bottom_info {
        width: 100%;
    }
    .form_bottom_bk_inside--new .form_bottom_links {
        max-width: 420px;
        margin: 24px auto 0;
        width: 100%;
    }
    .form_bottom_links a {
        font-size: 16px;
        padding: 13px;
    }
}

@media screen and (max-width: 1440px) {
    .footer_privacy {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .header_logo {
        max-width: 150px;
    }
    .header_menu ul li a,
    .header_number a,
    .header_langs ul li a {
        font-size: 14px;
    }
    .header_menu ul li a {
        padding: 5.5px 10.5px 7.5px;
    }
    .first_bk {
        margin-top: 71px;
    }
    .container {
        padding: 0 20px;
    }
    .ftbk_title {
        font-size: 42px;
    }
    .ftbk_desc {
        font-size: 22px;
        margin-top: 40px;
    }
    .ftbk_form {
        padding: 40px 80px;
        margin: 50px auto 0;
        max-width: 768px;
    }
    .btn {
        font-size: 17px;
    }
    .fullwidth_title_txt {
        font-size: 24px;
    }
    .services {
        padding: 50px 0;
    }
    .services_item_head {
        height: 360px;
    }
    .services_item_title {
        font-size: 24px;
    }
    .services_item_desc {
        font-size: 17px;
    }
    .advantages {
        padding: 60px 0;
    }
    .advantages_desc {
        font-size: 32px;
    }
    .advantages_desc br {
        display: none;
    }
    .advantages:after {
        background-size: contain;
        height: 500px;
        width: 300px;
    }
    .advantages_items {
        margin-top: 40px;
    }
    .advantages_item {
        min-height: 0;
        padding: 20px 30px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantages_item_icon {
        padding: 20px;
        height: 100px;
        width: 100px;
    }
    .advantages_item_info {
        width: calc(100% - 100px);
    }
    .advantages_item_title {
        font-size: 24px;
    }
    .advantages_item_desc {
        font-size: 18px;
    }
    .advantages_item_desc br {
        display: none;
    }
    .form_bottom_bk .container {
        padding: 0;
    }
    .form_bottom_bk_inside {
        background-position: 150% center;
        padding: 60px 10%;
    }
    .form_bottom_info {
        width: calc(100% - 400px);
    }
    .form_bottom_inside {
        padding-left: 0;
        width: 400px;
    }
    .form_bottom_inside .ftbk_form_fields {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .form_bottom_inside .ftbk_form_field {
        margin: 0 0 15px !important;
        width: 100% !important;
    }
    .form_bottom_inside .ftbk_form_field:last-child {
        margin-bottom: 0 !important;
    }
    .form_bottom_inside .ftbk_form_field .btn {
        width: 100%;
    }
    .first_bk.first_bk--new {
        height: auto;
    }
    .first_bk--new .ftbk_inside {
        padding: 207px 0 250px;
    }
}

@media screen and (max-width: 1280px) {
    .row.row_steps_items {
        margin: 0 -10px -40px;
    }
    .steps_item {
        padding: 0 10px 40px;
    }
    .row.row_steps_items .col:nth-child(3):after {
        border-radius: 0 5px 5px 0;
        right: -80px;
        width: 100px;
    }
    .row.row_steps_items .col:nth-child(6):after {
        border-radius: 5px 0 0 5px;
        left: -80px;
        width: 100px;
    }
}

@media screen and (max-width: 1170px) {
    .steps {
        padding: 40px 0;
    }
    .row.row_steps_items .col:nth-child(3):after {
        right: -5px;
        border-radius: 0;
        width: 40px;
    }
    .row.row_steps_items .col:nth-child(6):after {
        left: -5px;
        border-radius: 0;
        width: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        padding: 19px 0;
    }
    .header .header_menu,
    .header .header_info {
        display: none;
    }
    .menu_btn {
        display: block;
    }
    .form_bottom_bk_inside {
        background-position: center;
        background-size: cover;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 20px;
    }
    .form_bottom_info {
        text-align: center;
        width: 100%;
    }
    .form_bottom_inside {
        margin: 40px auto 0;
        max-width: 400px;
        width: 100%;
    }
    .contacts {
        padding: 40px 0;
    }
    .contacts_icon {
        width: 200px;
    }
    .contacts_table {
        padding-left: 24px;
        width: calc(100% - 200px);
    }
    .contacts_table table tr td {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .contacts_table table tr td:nth-child(1) {
        width: 140px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer_inside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 540px;
        margin: 0 auto;
        text-align: center;
    }
    .footer_copyright {
        font-size: 14px;
        order: 1;
        width: 100%;
        margin-top: 20px;
    }
    .footer_privacy {
        padding-left: 0;
        order: 0;
        font-size: 14px;
        width: 100%;
    }
    .advantages {
        padding: 24px 0;
    }
    .advantages:after {
        display: none;
    }
    .advantages_desc {
        font-size: 16px;
        line-height: 1.5;
        max-width: 540px;
        margin: 0 auto;
    }
    .advantages_items {
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        max-width: 420px;
    }
    .row.row_advantages_items {
        margin: 0 -10px -20px;
    }
    .row.row_advantages_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100% !important;
    }
    .advantages_item {
        min-height: 125px;
    }
    .advantages_item_icon {
        border-width: 2px;
        padding: 10px;
        height: 56px;
        width: 56px;
    }
    .advantages_item_info {
        padding-left: 10px;
        width: calc(100% - 56px);
    }
    .advantages_item_title {
        font-size: 16px;
    }
    .advantages_item_desc {
        font-size: 14px;
        margin-top: 2px;
    }
    .services {
        padding: 24px 0;
    }
    .row.row_services_items .col {
        width: 100%;
    }
    .services_item {
        max-width: 540px;
        margin: 0 auto;
    }
    .services_item_body {
        margin: 20px auto 0;
    }
    .ftbk_title {
        font-size: 32px;
    }
    .ftbk_desc {
        font-size: 18px;
        margin-top: 24px;
    }
    .ftbk_form {
        border-radius: 5px;
        padding: 24px 40px;
        max-width: 600px;
        margin: 24px auto 0;
    }
    .ftbk_form_top {
        max-width: 540px;
        margin: 0 auto;
    }
    .ftbk_ft_title {
        font-size: 20px;
    }
    .ftbk_ft_desc {
        font-size: 16px;
    }
    .ftbk_ft_desc br {
        display: none;
    }
    .ftbk_form_inside {
        max-width: 420px;
        margin: 24px auto 0;
    }
    .ftbk_form_inside .ftbk_form_fields {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ftbk_form_fields .ftbk_form_field {
        margin: 0 0 15px !important;
        width: 100% !important;
    }
    .ftbk_form_fields .ftbk_form_field:last-child {
        margin: 0;
    }
    .ftbk_form_fields .ftbk_form_field .btn {
        width: 100%;
    }
    .first_bk--new .ftbk_inside {
        padding: 80px 0 140px;
    }
}

@media screen and (max-width: 860px) {
    .steps_items {
        padding-left: 25px;
    }
    .row.row_steps_items {
        margin: 0 -10px -20px;
    }
    .row.row_steps_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
        order: 0 !important;
    }
    .row.row_steps_items .col:nth-child(1):before,
    .row.row_steps_items .col:nth-child(3):after,
    .row.row_steps_items .col:nth-child(6):after {
        display: none;
    }
    .steps_item {
        padding: 0;
    }
    .steps_item:before {
        background: #ffc800;
        content: '';
        position: absolute;
        left: -22px;
        top: 0;
        height: calc(100% + 20px);
        width: 4px;
    }
    .row.row_steps_items .col:last-child .steps_item:before {
        display: none;
    }
    .steps_item_number {
        border: none;
        padding-bottom: 0;
        font-size: 14px;
        font-weight: 600;
    }
    .steps_item_number:after {
        left: -30px;
        top: -2px;
    }
    .steps_item_title {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .fullwidth_title_inside {
        background-image: none;
    }
    .fullwidth_title_txt {
        font-size: 18px;
    }
    .contacts_table tr,
    .contacts_table td {
        display: block !important;
        width: 100% !important;
    }
    .contacts_table table tr {
        margin-bottom: 20px;
    }
    .contacts_table table tr:last-child {
        margin-bottom: 0;
    }
    .contacts_table table tr td {
        padding: 0 !important;
    }
    .contacts_table table tr td:nth-child(2) {
        margin-top: 8px;
    }
}

@media screen and (max-width: 640px) {
    .form_bottom_bk_inside {
        background-image: none;
    }
    .form_bottom_title {
        font-size: 24px;
    }
    .form_bottom_desc {
        font-size: 16px;
        margin-top: 10px;
    }
    .form_bottom_desc br {
        display: none;
    }
    .btn {
        font-size: 14px;
    }
    .services_item {
        max-width: 320px;
    }
    .services_item_head {
        height: 240px;
    }
    .services_item_title {
        font-size: 18px;
    }
    .services_item_title br {
        display: none;
    }
    .services_item_desc {
        font-size: 14px;
    }
    .services_item_desc br {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .contacts_icon {
        width: 80px;
    }
    .contacts_table {
        padding-left: 20px;
        width: calc(100% - 80px);
    }
    .contacts_table tr td {
        font-size: 15px !important;
    }
    .advantages_item {
        border-radius: 5px;
        padding: 15px;
    }
    .ftbk_inside {
        padding: 40px 0 60px;
    }
    .ftbk_title {
        font-size: 22px;
    }
    .ftbk_desc {
        font-size: 16px;
    }
    .ftbk_desc br {
        display: none;
    }
    .ftbk_form {
        border-radius: 5px;
        padding: 24px;
    }
    .ftbk_form_top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .ftbk_ft_icon {
        width: 40px;
    }
    .ftbk_ft_icon svg {
        max-width: 100%;
        height: auto;
    }
    .ftbk_ft_title {
        font-size: 16px;
    }
    .ftbk_ft_desc {
        font-size: 14px;
    }
    .ftbk_ft_info {
        width: calc(100% - 40px);
    }
    .ftbk_form_field:last-child {
        margin-bottom: 0 !important;
    }
    .ftbk_form_field--input input {
        font-size: 14px;
    }
    .ftbk_bottom {
        bottom: 15px;
    }
    .first_bk--new .ftbk_inside {
        padding: 40px 0 60px;
    }
    .first_bk--new .ftbk_bottom {
        bottom: 15px;
    }
    .first_bk--new .ftbk_bottom svg {
        max-width: 40px;
    }
}

@media screen and (max-width: 420px) {
    .form_bottom_bk_inside--new .form_bottom_links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 200px;
    }
    .form_bottom_links a {
        padding: 10px 0;
        width: 100%;
    }
}