@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Monsieur+La+Doulaise&family=Scheherazade+New:wght@400;500;600;700&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: 'Lato', sans-serif;
    font-variant-numeric: lining-nums;
    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: 1200px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}
.wrapper {
    overflow: hidden;
    position: relative;
}
.title_bk {
    font-weight: 800;
    font-size: 32px;
    color: #900;
}
.title_bk--white {
    color: #fff;
}
.btn {
    background: #900;
    border: none;
    cursor: pointer;
    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;
    font-weight: 800;
    font-size: 18px;
    text-align: center;
    color: #fff;
    height: 52px;
    width: 100%;
    transition: 0.25s;
}
.btn:hover {
    opacity: 0.65;
}

/*-- HEADER --*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.header_inside {
    background: #900;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    height: 80px;
}
.header_logo {
    font-size: 0;
}
.header_menu ul {
    font-size: 0;
}
.header_menu ul li {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
}
.header_menu ul li:last-child {
    margin-right: 0;
}
.header_menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: 0.25s;
}
.header_menu ul li a:hover {
    opacity: 0.7;
}
.header_menu ul li.active a {
    text-shadow: 0 0 0 #fff;
}
.header_info {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}
.header_info:last-child {
    margin-right: 0;
}
.header_info a {
    color: inherit;
    text-decoration: none;
    position: relative;
    transition: 0.25s;
}
.header_info a:hover {
    opacity: 0.7;
}
.header_info a:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_info--phone a {
    padding-left: 26px;
}
.header_info--phone a:before {
    background-image: url(../img/icon_header_phone.svg);
    height: 18px;
    width: 19px;
}
.header_info--mail a {
    padding-left: 29px;
}
.header_info--mail a:before {
    background-image: url(../img/icon_header_email.svg);
    height: 16px;
    width: 20px;
}

/*-- FIRST BK --*/

.first_bk {
    margin-top: 100px;
}
.ftbk_inside {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
    position: relative;
    min-height: 640px;
}
.ftbk_inside:before {
    background: linear-gradient(180deg, rgba(153, 0, 0, 0) 0%, rgba(153, 0, 0, 0.8) 80.46%, #900 100%);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.ftbk_title {
    font-family: "Monsieur La Doulaise", sans-serif;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 2;
    width: 100%;
}

/*-- ADVANTAGES ---*/

.advantages {
    margin-top: 20px;
}
.advantages_items {
    background: #900;
    padding: 50px 113px;
}
.row.row_advantages_items {
    margin: 0 -80px;
}
.row.row_advantages_items .col {
    padding: 0 80px;
    position: relative;
    margin-bottom: 0;
}
.row.row_advantages_items .col:after {
    background: #fff;
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    width: 2px;
}
.row.row_advantages_items .col:last-child:after {
    display: none;
}
.advantages_item_icon {
    font-size: 0;
    height: 60px;
    width: 60px;
}
.advantages_item_title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    width: calc(100% - 60px);
}

/*-- SERVICES --*/

.services {
    margin-top: 20px;
}
.services_bk {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 30px 30px;
}
.services_content {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    max-width: 550px;
}
.services_content > * {
    margin-bottom: 10px;
}
.services_content > *:last-child {
    margin-bottom: 0;
}
.services_items {
    margin-top: 5px;
}
.row.row_services_items {
    margin: 0 -2.5px -5px;
}
.row.row_services_items .col {
    padding: 0 2.5px;
    margin-bottom: 5px;
}
.services_item {
    background: #900;
    padding: 20px;
    height: 100%;
}
.services_item_icon {
    font-size: 0;
    height: 24px;
    width: 24px;
}
.services_item_title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    width: calc(100% - 24px);
}
.services_item_desc {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

/*-- LOGISTICS --*/

.logistics {
    margin-top: 20px;
}
.logistics_inside {
    padding: 20px 30px 30px;
}
.logistics_cols {
    margin: 20px -10px -20px;
}
.logistics_col {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
}
.logistics_content {
    font-weight: 700;
    font-size: 20px;
    color: #999;
}
.logistics_content > * {
    margin-bottom: 10px;
}
.logistics_content > *:last-child {
    margin-bottom: 0;
}
.logistics_icon {
    font-size: 0;
    text-align: center;
}
.logistics_map {
    margin-top: 20px;
    height: 460px;
}

/*-- TRADING --*/

.trading {
    margin-top: 20px;
}
.trading_bk {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 30px 30px;
}
.trading_content {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    max-width: 550px;
}
.trading_content > * {
    margin-bottom: 10px;
}
.trading_content > *:last-child {
    margin-bottom: 0;
}
.trading_items {
    margin-top: 20px;
}
.row.row_trading_items {
    margin: 0 -10px -20px;
}
.row.row_trading_items .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.trading_item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 280px;
    transition: 0.25s;
}
.trading_item:hover {
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3), -4px -4px 16px 0 rgba(0, 0, 0, 0.3);
}
.trading_item.track_outer .trading_item_overlay {
    background: #900;
}
.trading_item_overlay {
    background-image: url(../img/bg_trading_item.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    transition: 0.25s;
}
.trading_item:not(.track_outer):hover .trading_item_overlay {
    opacity: 0;
    transform: translateY(105%);
}
.trading_item_title {
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

/*-- GET --*/

.get {
    margin-top: 20px;
}
.get_inside {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 180px 0;
}
.get_bk {
    border: 5px solid #990000;
    background: #999999;
    max-width: 580px;
    margin: 0 auto;
    padding: 35px;
}
.get_desc {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}
.get_form {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
}
.row.row_get_fields {
    margin: 0 -7.5px -15px;
}
.row.row_get_fields .col {
    padding: 0 7.5px;
    margin-bottom: 15px;
}
.get_field input {
    background: #fff;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #900;
    padding: 0 10px;
    height: 39px;
    width: 100%;
}
.get_field input::-webkit-input-placeholder {
    color: #999;
}
.get_field input::-moz-placeholder {
    color: #999;
}
.get_field input:-ms-input-placeholder {
    color: #999;
}
.get_field input:-moz-placeholder {
    color: #999;
}
.get_field textarea {
    background: #fff;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #900;
    padding: 10px;
    height: 115px;
    width: 100%;
}
.get_field textarea::-webkit-input-placeholder {
    color: #999;
}
.get_field textarea::-moz-placeholder {
    color: #999;
}
.get_field textarea:-ms-input-placeholder {
    color: #999;
}
.get_field textarea:-moz-placeholder {
    color: #999;
}
.get_field--submit {
    max-width: 225px;
    margin: 15px auto 0;
}

/*-- ABOUT --*/

.about {
    margin-top: 20px;
}
.about_bk {
    background: #999;
    padding: 20px 30px 30px;
}
.about_cols {
    margin: 20px -10px -20px;
}
.about_col {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 50%;
}
.about_content {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.about_content > * {
    margin-bottom: 10px;
}
.about_content > *:last-child {
    margin-bottom: 0;
}
.about_content span {
    font-family: "Bakbak One";
    font-weight: 400;
    line-height: 1;
}
.about_content em {
    font-family: "Scheherazade New";
    line-height: 1;
}
.about_image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 508px;
    overflow: hidden;
    transition: 0.25s;
}
.about_image:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
.about_image:after {
    background: linear-gradient(180deg, rgba(153, 0, 0, 0) 0%, rgba(153, 0, 0, 0.8) 80.46%, #900 100%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 0.25s;
}
.about_image:hover:after {
    opacity: 0;
}
.about_img {
    transition: 0.25s;
}
.about_image:hover .about_img {
    transform: scale(1.05);
}
.about_text {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
    z-index: 2;
}
.about_text img {
    transition: 0.25s;
}
.about_image:hover .about_text img {
    opacity: 0;
    transform: translateY(1000%);
}

/*-- FEATURES --*/

.features {
    margin-top: 20px;
}
.row.row_features_items {
    margin: 0 -10px -20px;
}
.row.row_features_items .col {
    padding: 0 10px;
    margin-bottom: 20px;
}
.features_item {
    background: #900;
    padding: 29px 10px 0;
    overflow: hidden;
    height: 160px;
    transition: 0.25s;
}
.features_item:hover {
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3), -4px -4px 16px 0 rgba(0, 0, 0, 0.3);
}
.features_item_icon {
    font-size: 0;
}
.features_item_icon img {
    height: 60px;
    max-width: auto;
    transition: 0.25s;
}
.features_item:hover .features_item_icon img {
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.3));
    height: 100px;
}
.features_item_title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    transition: 0.25s;
}
.features_item:hover .features_item_title {
    opacity: 0;
    transform: translateY(1000%);
}

/*-- CONTACTS --*/

.contacts {
    margin-top: 20px;
}
.contacts_bk {
    background: #999;
    padding: 20px 30px 30px;   
}
.contacts_map {
    background: #fff;
    margin-top: 20px;
    height: 400px;
}
.contacts_info_title {
    margin-top: 20px;
}
.contacts_info {
    margin-top: 15px;
}
.contacts_info table {
    width: 100%;
}
.contacts_info table td {
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}
.contacts_info table td a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.contacts_info table td a:hover {
    opacity: 0.7;
}
.contacts_info table tr:last-child td {
    padding-bottom: 0;
}

/*-- FOOTER --*/

.footer {
    margin-top: 20px;
}
.footer_top {
    background: #900;
    padding: 30px;
}
.footer_form {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 30px 25px;
    width: 295px;
}
.footer_form_title {
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.footer_form_inside {
    margin-top: 20px;
}
.footer_form_field {
    margin-bottom: 10px;
}
.footer_form_field:last-child {
    margin-bottom: 0;
}
.footer_form_field input {
    background: #fff;
    border: none;
    font-weight: 400;
    font-size: 12px;
    color: #900;
    padding: 0 10px;
    height: 30px;
    width: 100%;
}
.footer_form_field input::-webkit-input-placeholder {
    color: #999;
}
.footer_form_field input::-moz-placeholder {
    color: #999;
}
.footer_form_field input:-ms-input-placeholder {
    color: #999;
}
.footer_form_field input:-moz-placeholder {
    color: #999;
}
.footer_form_field--submit .btn {
    font-size: 14px;
    height: 40px;
}
.footer_info {
    width: 382px;
}
.footer_logo {
    font-size: 0;
}
.footer_info_details {
    margin-top: 20px;
}
.footer_info_title {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}
.footer_info_address {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-top: 14px;
}
.footer_info_address span {
    display: block;
    margin-bottom: 10px;
}
.footer_info_address span:last-child {
    margin-bottom: 0;
}
.footer_info_links {
    margin-top: 14px;
}
.footer_info_link {
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.footer_info_link:last-child {
    margin-right: 0;
}
.footer_info_link a {
    color: inherit;
    text-decoration: none;
    padding-left: 28px;
    position: relative;
    transition: 0.25s;
}
.footer_info_link a:hover {
    opacity: 0.7;
}
.footer_info_link a:before {
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_info_link--phone a:before {
    background-image: url(../img/icon_footer_phone.svg);
    height: 18px;
    width: 18px;
}
.footer_info_link--mail a:before {
    background-image: url(../img/icon_footer_email.svg);
    height: 16px;
    width: 20px;
}
.footer_menu {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.footer_menu ul li {
    margin-bottom: 21px;
}
.footer_menu ul li:last-child {
    margin-bottom: 0;
}
.footer_menu ul li a {
    color: inherit;
    text-decoration: none;
    transition: 0.25s;
}
.footer_menu ul li a:hover {
    opacity: 0.7;
}
.footer_image {
    font-size: 0;
}
.footer_bottom {
    background: #000;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    padding: 10px 30px;
    min-height: 60px;
}

/*-- CUSTOM --*/

form {
    position: relative;
}
.wpcf7-response-output {
    background: #fff !important;
    padding: 2px 5px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    font-size: 14px !important;
    margin: 5px 0 0 !important;
}
.wpcf7-not-valid-tip,
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-not-valid {
    box-shadow: 0 0 0 2px #ff0000 !important;
}
.leaflet-control-attribution.leaflet-control {
    display: none !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 {
    cursor: pointer;
    display: none;
    width: 36px;
}
.menu_btn span {
    background: #fff;
    border-radius: 2px;
    display: block;
    margin-bottom: 6px;
    height: 4px;
    width: 100%;
}
.menu_btn span:last-child {
    margin-bottom: 0;
}

.mobile_header_wrapper {
    background: #900;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-75%) scale(0.5);
    transition: 0.25s;
}
.mobile_header_wrapper.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}
.mobile_header_top {
    height: 50px;
}
.mobile_header_body {
    padding: 40px 0;
}
.mobile_header_body .header_menu {
    text-align: center;
}
.mobile_header_body .header_menu ul li {
    display: block;
    margin: 0 0 15px;
}
.mobile_header_body .header_menu ul li a {
    font-size: 16px;
}
.mobile_header_body .header_infos {
    margin-top: 30px;
}
.mobile_header_body .header_info {
    margin-bottom: 15px;
}
.mobile_header_body .header_info:last-child {
    margin-bottom: 0;
}
.mobile_header_close {
    cursor: pointer;
    position: relative;
    height: 32px;
    width: 32px;
}
.mobile_header_close:before,
.mobile_header_close:after {
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 2px;
    width: 100%;
}
.mobile_header_close:before {
    transform: translateY(-50%) rotate(45deg);
}
.mobile_header_close:after {
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1180px) {
    .header_menu ul li {
        margin-right: 10px;
    }
}

@media screen and (max-width: 1100px) {
    .header_info {
        font-size: 12px;
    }
    .footer_logo {
        max-width: 150px;
    }
    .footer_info_address span {
        display: inline;
    }
    .footer_info_links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer_info_link {
        margin: 0 0 10px;
        width: 100%;
    }
    .footer_info_link:last-child {
        margin-bottom: 0;
    }
    .footer_image {
        max-width: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .title_bk {
        font-size: 24px;
    }
    .header_logo {
        max-width: 120px;
    }
    .header .header_menu,
    .header .header_infos {
        display: none;
    }
    .header_inside {
        height: 50px;
        margin: 0 -10px;
        padding: 0 10px;
    }
    .menu_btn {
        display: block;
    }
    .first_bk {
        margin-top: 70px;
    }
    .ftbk_inside {
        padding: 100px 0;
        min-height: 0;
    }
    .ftbk_title {
        color: #fff;
        font-size: 54px;
    }
    .advantages_items {
        padding: 30px;
    }
    .row.row_advantages_items {
        margin: 0;
    }
    .row.row_advantages_items .col {
        padding: 0 0 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    .row.row_advantages_items .col:last-child {
        margin-bottom: 0;
        padding: 0;
    }
    .row.row_advantages_items .col:after {
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        transform: translateY(0);
        height: 2px;
        width: 100%;
    }
    .services_bk {
        padding: 20px;
    }
    .services_content {
        font-size: 18px;
        margin-top: 15px;
    }
    .row.row_services_items .col {
        width: calc(100% / 3);
    }
    .services_item_title,
    .services_item_desc {
        font-size: 18px;
    }
    .logistics_inside {
        padding: 0;
    }
    .trading_bk {
        padding: 20px;
    }
    .trading_content {
        font-size: 18px;
        margin-top: 15px;
    }
    .trading_item_title {
        font-size: 20px;
    }
    .about_bk {
        padding: 20px;
    }
    .about_col {
        width: 100%;
    }
    .about_image {
        max-width: 480px;
        margin: 0 auto;
    }
    .contacts_info table td:nth-child(1) {
        padding-right: 20px;
    }
    .footer {
        margin: 20px -10px 0;
    }
    .footer_top {
        padding: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer_info {
        text-align: center;
        width: 100%;
    }
    .footer_logo {
        margin: 0 auto;
    }
    .footer_menu {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .footer_menu ul li {
        margin-bottom: 12px;
    }
    .footer_menu ul li:last-child {
        margin-bottom: 0;
    }
    .footer_image {
        margin: 20px auto 0;
    }
    .footer_form {
        order: 1;
        width: 100%;
        max-width: 320px;
        margin: 20px auto 0;
    }
    .footer_bottom {
        text-align: center;
    }
    .footer_copyright {
        margin-bottom: 8px;
        width: 100%;
    }
    .footer_privacy {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .ftbk_title {
        font-size: 32px;
    }
    .advantages_item_title {
        font-size: 16px;
    }
    .row.row_services_items .col {
        width: 50%;
    }
    .logistics_col {
        width: 100%;
    }
    .logistics_col:nth-child(2) {
        display: none;
    }
    .logistics_content {
        font-size: 16px;
    }
    .logistics_map {
        height: 250px;
    }
    .row.row_trading_items .col {
        width: 50%;
    }
    .trading_item {
        max-width: 280px;
        margin: 0 auto;
    }
    .get_inside {
        padding: 15px;
    }
    .about_cols {
        margin-top: 15px;
    }
    .about_content {
        font-size: 16px;
    }
    .row.row_features_items .col {
        width: 50%;
    }
}

@media screen and (max-width: 540px) {
    .btn {
        font-size: 14px;
    }
    .get_bk {
        padding: 20px;
    }
    .row.row_get_fields .col {
        width: 100%;
    }
    .get_desc {
        font-size: 14px;
        margin-top: 15px;
    }
    .get_field--submit {
        margin-top: 0;
    }
    .get_field input {
        font-size: 14px;
        height: 30px;
    }
    .get_field textarea {
        font-size: 14px;
        height: 75px;
    }
    .about_text {
        padding: 0 20px;
    }
    .about_image {
        height: auto;
    }
    .row.row_features_items .col {
        width: 100%;
    }
    .contacts_bk {
        padding: 20px;
    }
    .contacts_info table td {
        font-size: 16px;
    }
    .contacts_map {
        height: 300px;
    }
}

@media screen and (max-width: 420px) {
    .ftbk_title {
        padding: 0 20px;
        line-height: 1.5;
    }
    .row.row_services_items .col {
        width: 100%;
    }
    .row.row_trading_items .col {
        width: 100%;
    }
    .trading_item {
        height: 200px;
    }
}