@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('fonts/fonts.css');

/*-- 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: 'Open Sans', sans-serif;
    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 15px;
    position: relative;
    width: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.title_bk {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 58px;
    color: #000;
    padding: 5px 0;
}
.title_bk--white {
    color: #fff;
}

/*-- HEADER --*/

.header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
    padding: 25px 0 28px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    width: 100%;
    z-index: 998;
}
.header.sticky {
    position: fixed;
    top: 0;
}
.header_logo {
    font-size: 0;
}
.header_menu {
    font-size: 0;
    margin-left: 30px;
}
.header_menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.header_menu ul li:last-child {
    margin-bottom: 0;
}
.header_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #9b9b9b;
    text-decoration: none;
    padding: 9px 0;
    position: relative;
}
.header_menu ul li a span {
    transition: 0.25s;
}
.header_menu ul li a span:nth-child(2) {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 1px));
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.header_menu ul li.active a span:nth-child(1),
.header_menu ul li a:hover span:nth-child(1) {
    opacity: 0;
}
.header_menu ul li.active a span:nth-child(2),
.header_menu ul li a:hover span:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.header_infos {
    gap: 20px;
}
.header_infos a {
    font-family: "Benzin";
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.header_infos a:hover {
    opacity: 0.7;
}
.header_langs {
    font-size: 0;
}
.header_langs ul li {
    display: inline-block;
    vertical-align: middle;
}
.header_langs ul li:after {
    display: inline-block;
    content: '/';
    color: #000;
    font-family: "Benzin";
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    margin: 0 5px;
}
.header_langs ul li:last-child:after {
    display: none;
}
.header_langs ul li a {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: 0.25s;
}
.header_langs ul li.active a,
.header_langs ul li a:hover {
    color: #2341eb;
}
.header_langs ul li a span {
    display: inline-block;
    vertical-align: middle;
}

.header .header_menu ul li a {
    transition: 0.25s;
}
.header .header_menu ul li a:after {
    background: #2341eb;
    content: '';
    position: absolute;
    left: -2px;
    bottom: 2px;
    height: 4px;
    width: 0%;
    transition: 0.25s;
}
.header .header_menu ul li.active a:after,
.header .header_menu ul li a:hover:after {
    width: calc(100% + 4px);
}
.header_right .header_infos {
    margin-right: 30px;
}

/*-- FIRST BK --*/

.first_bk {
    background-image: url(../img/bg_ftbk.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 150px solid #000;
    padding: 80px 0 160px;
}
.ftbk_title {
    font-family: "Benzin";
    font-weight: 400;
    font-size: 48px;
    color: #fff;
    max-width: 1050px;
}
.ftbk_desc {
    font-family: "Benzin";
    font-weight: 800;
    font-size: 52px;
    line-height: 115%;
    color: #fff;
    margin-top: 163px;
}

/*-- ABOUT --*/

.about {
    background: #fff;
    border-top: 30px solid #000;
    padding: 110px 0 120px;
}
.about_title {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 76px;
    color: #000;
    line-height: 1;
    padding: 7px 0;
}
.about_cols {
    margin-top: 30px;
}
.about_col_left {
    padding-right: 30px;
    width: calc(100% - 570px);
}
.about_desc {
    font-weight: 400;
    font-size: 34px;
    letter-spacing: -0.01em;
    line-height: 147%;
    color: #9b9b9b;
}
.about_items {
    margin-top: 30px;
    padding-right: 0;
    position: relative;
}
.about_items_title {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 48px;
    color: #000;
    margin-top: 26px;
    padding: 10px 0 14px;
}
.row.row_about_items {
    margin: 0 -15px -30px;
}
.row.row_about_items .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.row.row_about_items .col:nth-child(odd) {
    width: 360px;
}
.row.row_about_items .col:nth-child(even) {
    width: calc(100% - 360px);
}
.about_item_count {
    font-family: "Benzin";
    font-weight: 600;
    font-size: 62px;
    color: #2341eb;
    line-height: 0.65;
    vertical-align: top;
}
.about_item_title {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #000;
    position: relative;
    top: -3.5px;
    margin-left: 10px;
    text-transform: uppercase;
}
.about_item_desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 108%;
    color: #9b9b9b;
    margin-top: 10px;
}
.about_col_right {
    width: 570px;
}
.about_image {
    font-size: 0;
    height: 450px;
}
.about_final_item {
    margin-top: 44px;
}
.about_final_item_count {
    font-family: "Benzin";
    font-weight: 600;
    font-size: 106px;
    color: #2341eb;
    line-height: 0.65;
}
.about_final_item_title {
    font-family: "Benzin";
    font-weight: 800;
    font-size: 42px;
    line-height: 114%;
    color: #000;
    position: relative;
    top: -8px;
    margin-left: 10px;
}
.about_final_item_desc {
    font-weight: 400;
    font-size: 28px;
    line-height: 114%;
    color: #9b9b9b;
    margin-top: 18px;
}

/*-- METALWORKS --*/

.metalworks {
    background: #2341eb;
    border-top: 30px solid #000;
    padding: 120px 0 155px;
}
.metalworks_items {
    margin-top: 30px;
}
.row.row_metalworks_items {
    margin: 0 -15px -30px;
}
.row.row_metalworks_items .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.metalworks_item_image {
    font-size: 0;
}
.metalworks_item_title {
    font-family: 'Benzin';
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 26px;
}
.metalworks_item_desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 108%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 11px;
}

/*-- SERVICES --*/

.services {
    border-top: 30px solid #000;
    padding: 120px 0;
}
.services_cols_wrapper {
    position: relative;
    margin-top: 30px;
}
.row.row_services_cols {
    margin: 0 -15px;
}
.row.row_services_cols .col {
    padding: 0 15px;
    margin-bottom: 0;
}
.services_list li {
    font-family: "Benzin";
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #000;
    padding: 11px 0 15px 120px;
    position: relative;
    margin-bottom: 30px;
}
.services_list li:last-child {
    margin-bottom: 0;
}
.services_list li:before {
    background-image: url(../img/icon_services_list_item.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 90px;
    width: 90px;
}
.services_currencies_title {
    font-family: "Benzin";
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #000;
    padding: 11px 0 15px;
    position: relative;
}
.services_currencies {
    margin-top: 30px;
}
.services_currency {
    margin-bottom: 30px;
}
.services_currency:last-child {
    margin-bottom: 0;
}
.services_currency_icon {
    font-size: 0;
    width: 90px;
}
.services_currency_title {
    font-family: "Benzin";
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #000;
    padding-left: 30px;
    width: calc(100% - 90px);
}
.services_image {
    font-size: 0;
    position: absolute;
    bottom: 0;
    right: -147px;
}

/*-- ADVANTAGES --*/

.advantages {
    background: #000;
    border-top: 30px solid #000;
    padding: 120px 0;
}
.advantages_items {
    margin-top: 30px;
}
.row.row_advantages_items {
    margin: 0 -15px -30px;
}
.row.row_advantages_items .col {
    padding: 0 15px;
    margin-bottom: 30px;
}
.advantages_item_image {
    font-size: 0;
}
.advantages_item_title {
    font-family: 'Benzin';
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #fff;
    margin-top: 24px;
}
.advantages_item_desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 108%;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 13px;
}

/*-- ADORA BG --*/

.adora_bg {
    border-top: 30px solid #000;
}
.adora_bg_inside {
    height: 330px;
}
.adora_bg_image {
    font-size: 0;
}

/*-- CONTACTS --*/

.contacts {
    background-image: url(../img/bg_contacts.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 30px solid #000;
    padding: 120px 0;
}
.contacts_bk {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    padding: 20px 25px 28.5px;
    margin-top: 30px;
}
.contacts_left {
    margin-right: 30px;
    width: 310px;
}
.contacts_center {
    margin-right: 30px;
    width: 450px;
}
.contacts_right {
    width: 550px;
}
.contacts_info {
    margin-bottom: 25px;
}
.contacts_info:last-child {
    margin-bottom: 0;
}
.contacts_info_title {
    font-family: "Benzin";
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}
.contacts_info_title span {
    display: inline-block;
    border-bottom: 3px solid #eb4123;
    vertical-align: top;
    padding-bottom: 1px;
}
.contacts_info_value {
    font-weight: 300;
    font-size: 26px;
    color: #fff;
    margin-top: 9px;
}
.contacts_info_value a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.contacts_info_value a:hover {
    opacity: 0.7;
}
.contacts_phone {
    padding-left: 32px;
    position: relative;
}
.contacts_email {
    padding-left: 40px;
    position: relative;
}
.contacts_phone:before {
    background-image: url(../img/icon_contacts_phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    height: 24px;
    width: 24px;
}
.contacts_email:before {
    background-image: url(../img/icon_contacts_email.svg);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
}
.contacts_info_value table {
    width: 100%;
}
.contacts_info_value table tr td:nth-child(1) {
    width: 210px;
}
.contacts_info_value table tr td:nth-child(2) {
    padding-left: 30px;
}

/*-- FOOTER --*/

.footer {
    background: #fff;
    border-color: #000;
    border-style: solid;
    border-width: 30px 0;
    padding: 19px 0 17px;
}
.footer_copyright {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.footer_privacy {
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    color: #000;
}

/* 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: 32px;
}
.menu_btn span {
    background: #000;
    border-radius: 4px;
    display: block;
    margin-bottom: 5px;
    height: 4px;
    width: 100%;
}
.menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_header_wrapper {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5) translateY(-100%);
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(0);
}
.mobile_header_top {
    padding: 11px 0 12px;
}
.mobile_header_close {
    cursor: pointer;
    position: relative;
    height: 32px;
    width: 32px;
}
.mobile_header_close:before,
.mobile_header_close:after {
    background: #000;
    border-radius: 4px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 4px;
    width: 100%;
}
.mobile_header_close:before {
    transform: translateY(-50%) rotate(45deg);
}
.mobile_header_close:after {
    transform: translateY(-50%) rotate(-45deg);
}
.mobile_header_body {
    padding-top: 20px;
}
.mobile_header_menu {
    text-align: center;
}
.mobile_header_menu ul li {
    margin-bottom: 10px;
}
.mobile_header_menu ul li:last-child {
    margin-bottom: 0;
}
.mobile_header_menu ul li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #9b9b9b;
    text-decoration: none;
    padding: 0;
    position: relative;
}
.mobile_header_menu ul li a span {
    transition: 0.25s;
}
.mobile_header_menu ul li a span:nth-child(2) {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% - 1px));
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.mobile_header_menu ul li.active a span:nth-child(1),
.mobile_header_menu ul li a:hover span:nth-child(1) {
    opacity: 0;
}
.mobile_header_menu ul li.active a span:nth-child(2),
.mobile_header_menu ul li a:hover span:nth-child(2) {
    opacity: 1;
    visibility: visible;
}
.mobile_header .header_infos {
    gap: 10px;
    margin-top: 20px;
}
.mobile_header .header_langs {
    margin-top: 20px;
}

@media screen and (max-width: 1600px) {
    .services_image {
        right: -30px;
        max-width: 300px;
    }
}

@media screen and (max-width: 1440px) {
    .title_bk {
        font-size: 48px;
        padding: 0;
    }
    .header .header_infos a {
        font-size: 12px;
    }
    .header .header_langs ul li a {
        font-size: 14px;
    }
    .header .header_langs ul li:after {
        font-size: 14px;
    }
    .about {
        padding: 80px 0;
    }
    .about_cols {
        margin-top: 20px;
    }
    .about_desc {
        font-size: 24px;
    }
    .about_items_title {
        font-size: 32px;
        padding: 0;
    }
    .about_items {
        margin-top: 20px;
    }
    .about_item_count {
        font-size: 52px;
    }
    .about_item_title {
        font-size: 20px;
    }
    .about_item_desc {
        font-size: 22px;
    }
    .about_image {
        max-width: 320px;
        margin: 0 auto;
        height: 219px;
    }
    .about_final_item_count {
        font-size: 70px;
    }
    .about_final_item_title {
        font-size: 30px;
    }
    .metalworks_item_title {
        font-size: 24px;
    }
    .metalworks_item_desc {
        font-size: 20px;
    }
    .contacts_bk {
        gap: 30px;
    }
    .contacts_info_title,
    .contacts_info_value {
        font-size: 20px;
    }
    .contacts_info_value br {
        display: none;
    }
    .contacts_left {
        margin: 0;
        width: 350px;
    }
    .contacts_center,
    .contacts_right {
        margin: 0;
        width: calc(50% - 350px / 2);
    }
    .contacts_info_value table tr td:nth-child(1) {
        width: auto;
    }
}

@media screen and (max-width: 1366px) {
    .header_logo {
        max-width: 150px;
    }
    .header_menu ul li a {
        font-size: 13px;
    }
    .header_menu ul li a span:nth-child(2) {
        font-size: 13px;
    }
    .about {
        padding: 60px 0;
    }
    .about_title {
        font-size: 42px;
    }
    .about_desc br {
        display: none;
    }
    .about_desc {
        font-size: 22px;
    }
    .about_items_title {
        font-size: 26px;
        margin-top: 24px;
    }
    .about_col_left {
        width: calc(100% - 400px);
    }
    .about_col_right {
        width: 400px;
    }
    .about_items {
        padding-right: 80px;
    }
    .about_items:after {
        background-size: contain;
        height: 150px;
        width: 70px;
    }
    .about_item_count {
        font-size: 48px;
    }
    .about_item_title {
        font-size: 20px;
    }
    .about_item_desc {
        font-size: 18px;
    }
    .about_image {
        height: 262px;
        width: 400px;
    }
    .about_final_item_count {
        font-size: 72px;
    }
    .about_final_item_title {
        font-size: 28px;
    }
    .about_final_item_desc {
        font-size: 23px;
        margin-top: 10px;
    }
    .row.row_about_items .col:nth-child(odd) {
        width: 50%;
    }
    .row.row_about_items .col:nth-child(even) {
        width: 50%;
    }
    .services {
        padding: 80px 0;
    }
    .services_list li {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .services_list li:last-child {
        margin-bottom: 0;
    }
    .services_currencies_title {
        font-size: 24px;
    }
    .services_currencies {
        margin-top: 20px;
    }
    .services_currency {
        margin-bottom: 20px;
    }
    .services_currency_icon {
        width: 74px;
    }
    .services_currency_title {
        font-size: 24px;
        width: calc(100% - 74px);
    }
    .advantages {
        padding: 80px 0;
    }
    .advantages_item_title {
        font-size: 24px;
    }
    .advantages_item_desc br {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    .header .header_menu ul li a,
    .header_menu ul li a span:nth-child(2),
    .header .header_langs ul li a,
    .header .header_langs ul li:after {
        font-size: 12px;
    }
    .header_right .header_infos {
        margin-right: 15px;
        gap: 10px;
    }
}

@media screen and (max-width: 1170px) {
    .header {
        padding: 16px 0 17px;
        position: fixed;
        top: 0;
    }
    .header_menu,
    .header_right {
        display: none;    
    }
    .menu_btn {
        display: block;
    }
    .first_bk {
        border-top: none;
        margin-top: 55px;
    }
    .contacts_left {
        width: 250px;
    }
    .contacts_center, 
    .contacts_right {
        width: calc(50% - 250px / 2);
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 32px;
    }
    .ftbk_title {
        font-size: 24px;
    }
    .ftbk_desc {
        font-size: 32px;
    }
    .about_cols {
        padding: 0;
        max-width: 768px;
        margin: 30px auto 0;
    }
    .about_col_left {
        padding-right: 0;
        width: 100%;
    }
    .about_desc {
        font-size: 18px;
    }
    .about_items {
        padding-right: 0;
    }
    .about_items:after {
        display: none;
    }
    .about_col_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .about_final_item {
        width: 100%;
    }
    .about_final_item_count {
        font-size: 48px;
    }
    .about_final_item_title {
        font-size: 20px;
        top: -3.5px;
    }
    .about_final_item_desc {
        font-size: 18px;
        margin-top: 4px;
        max-width: 375px;
    }
    .about_image {
        height: auto;
        width: 100%;
        max-width: 320px;
        margin: 30px auto 0;
        order: 1;
    }
    .metalworks {
        padding: 40px 0;
    }
    .metalworks_items {
        margin-top: 20px;
    }
    .metalworks_item_title {
        line-height: 1.4;
        font-size: 20px;
    }
    .metalworks_item_desc {
        font-size: 16px;
    }
    .services {
        padding: 40px 0;
    }
    .services_list li {
        font-size: 18px;
        padding-left: 82px;
    }
    .services_list li:before  {
        background-size: contain;
        height: 62px;
        width: 62px;
    }
    .services_currencies_title {
        font-size: 18px;
    }
    .services_currency_icon {
        width: 62px;
    }
    .services_currency_title {
        font-size: 18px;
        padding-left: 20px;
        width: calc(100% - 62px);
    }
    .advantages {
        border-top: none;
        padding: 40px 0;
    }
    .advantages_items {
        margin-top: 20px;
    }
    .row.row_advantages_items {
        margin: 0 -10px -20px;
    }
    .row.row_advantages_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .advantages_item {
        max-width: 420px;
        margin: 0 auto;
    }
    .advantages_item_title {
        font-size: 18px;
    }
    .advantages_item_desc {
        font-size: 18px;
        line-height: 1.4;
    }
    .contacts {
        padding: 30px 0 40px;
    }
    .contacts_bk {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contacts_left,
    .contacts_center,
    .contacts_right {
        width: 100%;
    }
    .contacts_info_title, 
    .contacts_info_value {
        font-size: 17px;
    }
    .footer {
        padding: 15px 0;
    }
    .footer_inside {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 420px;
        margin: 0 auto;
    }
    .footer_copyright,
    .footer_privacy {
        font-size: 14px;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .footer_privacy {
        margin-top: 10px;
    }
}

@media screen and (max-width: 860px) {
    .row.row_metalworks_items {
        margin: 0 -10px -20px;
    }
    .row.row_metalworks_items .col {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    .metalworks_item {
        max-width: 360px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .first_bk {
        padding: 40px 0;
    }
    .ftbk_title {
        text-align: center;
    }
    .ftbk_desc {
        font-size: 24px;
        text-align: center;
        margin-top: 80px;
    }
    .ftbk_desc br {
        display: none;
    }
    .about {
        padding: 40px 0;
    }
    .about_cols {
        margin: 20px auto 0;
    }
    .about_title {
        font-size: 32px;
    }
    .about_items_title {
        font-size: 24px;
        margin-top: 20px;
    }
    .about_items {
        margin-top: 20px;
    }
    .row.row_services_cols .col {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        max-width: 540px;
        width: 100%;
    }
    .row.row_services_cols .col:last-child {
        margin-bottom: 0;
    }
    .services_list li {
        line-height: 1.4;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 70px;
    }
    .services_list li:before {
        height: 50px;
        width: 50px;
    }
    .services_currencies_title {
        padding: 0;
        line-height: 1.4;
    }
    .services_image {
        position: relative;
        right: 0;
        text-align: center;
        max-width: 100%;
        margin-top: 20px;
    }
    .services_currency_icon {
        width: 50px;
    }
    .services_currency_title {
        width: calc(100% - 50px);
    }
    .adora_bg {
        border-top: none;
    }
    .adora_bg_inside {
        height: 240px;
    }
    .adora_bg_image {
        max-width: 360px;
    }
}

@media screen and (max-width: 540px) {
    .title_bk {
        font-size: 24px;
    }
    .ftbk_title,
    .ftbk_desc {
        font-size: 18px;
        line-height: 1.5;
    }
    .about_items_title {
        margin-top: 10px;
    }
    .about_col_right {
        margin-top: 30px;
    }
    .row.row_about_items .col {
        width: 100% !important;
    }
    .about_item,
    .about_final_item {
        max-width: 320px;
        margin: 0 auto;
    }
    .about_item_count,
    .about_final_item_count {
        font-size: 40px;
        line-height: 0.75;
    }
    .about_item_title,
    .about_final_item_title {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;;
        top: -1px;
    }
    .about_final_item_title {
        top: -3px;
    }
    .about_item_desc,
    .about_final_item_desc {
        font-size: 16px;
        margin-top: 5px;
    }
    .metalworks_item_title {
        font-size: 16px;
    }
    .advantages_item_title {
        font-size: 17px;
    }
    .advantages_item_desc {
        font-size: 16px;
    }
    .contacts_info_title, 
    .contacts_info_value {
        font-size: 15px;
    }
    .contacts_phone {
        padding-left: 30px;
    }
    .contacts_phone:before {
        background-size: contain;
        height: 20px;
        width: 20px;
    }
    .contacts_email {
        padding-left: 34px;
    }
    .contacts_email:before {
        background-size: contain;
        height: 24px;
        width: 24px;
    }
}

@media screen and (max-width: 360px) {
    .metalworks .title_bk {
        font-size: 19px;
    }
    .services_list li,
    .services_currencies_title,
    .services_currency_title {
        font-size: 15px;
    }
}