@charset "UTF-8";

/*******************  FONTS *****************/


/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
         }*/

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/MullerRegular.woff2") format("woff2");
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/MullerMedium.woff2") format("woff2");
}

@font-face {
    font-family: "Muller";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/MullerBold.woff2") format("woff2");
}

@media (min-width: 1700px) {
    .container_large {
        /* max-width: 1510px; */
        max-width: 1540px;
    }
}

.container_xlarge {}

@media (min-width: 1700px) {
    .container_xlarge {
        max-width: 1510px;
    }
}

@media (min-width: 1800px) {
    .container_xlarge {
        max-width: 1640px;
    }
}

@media all and (max-width: 575px) {
    .container_xlarge {
        padding-left: 42px;
        padding-right: 42px;
    }
}


/* @media (min-width: 1680px) {
    .container_xlarge {
        max-width: 1640px; } }       */


/*********************  preloader  *******************/


/********************  VARS  *****************/


/**********************  MEDIA  *******************/


/*************************** BODY **************************/

html,
body {
    height: 100%;
}

table {
    border-collapse: collapse;
    color: #686461;
    color: #000;
}

caption {
    padding: 10px;
    color: white;
    background: rgba(15, 94, 219, 0.08);
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

th {
    border-bottom: 3px solid #B9B29F;
    padding: 10px;
    text-align: left;
}

td {
    padding: 10px;
}

tr:nth-child(odd) {
    background: white;
}

tr:nth-child(even) {
    background: rgba(15, 94, 219, 0.08);
}

body {
    font-family: 'Muller', sans-serif;
    font-size: 1.125em;
    line-height: 1.44444;
    width: 100%;
    min-width: 320px;
    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;
    color: #232B2F;
    font-weight: 400;
}

header,
footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

ul {
    list-style: none;
    margin: 0;
}

.news-detail ul {
    list-style: initial;
}

p {
    font-style: normal;
    margin: 0;
}

p.ninja {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    margin: 0;
}

.h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h1 {
    font-size: 30px;
}

label {
    margin-bottom: 0;
}

input.small {
    border: none;
}

input.big {
    border: none;
}

.btn {
    display: inline-block;
    font-weight: 500;
    color: #0445A3;
    color: #1B40B8;
    text-align: center;
}

.btn.small {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 24px;
    border-radius: 18px;
}


/* .btn.big {
  font-size: 20px;
  line-height: 24px;
  padding: 15px 32px;
  border-radius: 28px; }  */

.btn.big {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 32px 15px;
    border-radius: 40px;
}

.btn.accent {
    /* background-color: #0445A3; */
    background-color: #1B40B8;
    color: #fff;
    /* border: 1px solid #0445A3; */
    border: 1px solid #1B40B8;
}

.btn.accent:hover {
    background-color: #fff;
    color: #0445A3;
}

.btn.white {
    border: 1px solid #E9EDEF;
    background-color: #fff;
}

.btn.white:hover {
    background-color: #1B40B8;
    color: #fff;
    border: 1px solid #1B40B8;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button:active,
button:focus {
    outline: none;
}

*:focus {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

.center {
    text-align: center;
}

.p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media all and (max-width: 991px) {
    .p-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media all and (max-width: 575px) {
    .p-80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

input {
    border-radius: 0;
}

input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}


/*****************  ARROW UP  **************/


/********************  MODAL  **********************/


/*********************  HEADER  ************************/

header {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6FAFD));
    background: -o-linear-gradient(top, #FFFFFF 0%, #F6FAFD 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFD 100%);
    position: relative;
}

header.page {
    background: #fff;
}

header .menu_fixed {
    background: #fff !important;
    position: fixed !important;
    z-index: 400 !important;
}

header .header_top {
    border-bottom: 1px solid #E9EDEF;
    padding-top: 30px;
    padding-bottom: 29px;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
}

@media all and (max-width: 767px) {
    header .header_top {
        position: relative;
    }
}

@media all and (max-width: 480px) {
    header .header_top {
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

header .header_top .container.container_xlarge {
    /* box-sizing: content-box; */
}

@media (min-width: 1199px) {
    header .header_top .container.container_xlarge {
        /* max-width: 1250px; */
        max-width: 90%;
    }
}

@media (min-width: 1800px) {
    header .header_top .container.container_xlarge {
        max-width: 1705px;
    }
}

header .header_top .row {
    justify-content: space-between;
}

@media (min-width: 1800px) {
    header .header_top .header_left {
        max-width: 938px;
        flex: 0 0 938px;
    }
}

header .header_top .header_left .left {
    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;
}

header .header_top .header_left .left .logo {
    /* margin-left: -55px; */
    position: relative;
    padding-right: 35px;
    /* margin-right: 24px; */
}

@media all and (max-width: 1800px) {
    header .header_top .header_left .left .logo {
        padding-right: 25px;
    }
}

@media all and (max-width: 1199px) {
    header .header_top .header_left .left .logo {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    header .header_top .header_left .left .logo {
        margin-right: 0;
        padding-right: 0;
    }
}

header .header_top .header_left .left .logo .logo-adap {
    display: none;
}

@media all and (max-width: 575px) {
    header .header_top .header_left .left .logo .logo-adap {
        display: block;
        width: 51px;
    }
}

header .header_top .header_left .left .logo:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 23px;
    background-color: #C4C4C4;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media all and (max-width: 767px) {
    header .header_top .header_left .left .logo:after {
        display: none;
    }
}

header .header_top .header_left .left .logo img {
    /* width: 112px; */
    width: 172px;
}

@media all and (max-width: 1700px) {
    header .header_top .header_left .left .logo img.logo-desk {
        width: 112px;
    }
}

@media all and (max-width: 575px) {
    header .header_top .header_left .left .logo img.logo-desk {
        display: none;
    }
}

header .header_top .header_left .left .menu {
    width: 100%;
}

@media all and (max-width: 767px) {
    header .header_top .header_left .left .menu {
        display: none;
    }
}

header .header_top .header_left .left .menu ul {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media all and (max-width: 1310px) {
    header .header_top .header_left .left .menu ul {
        margin-right: 35px;
    }
}

@media all and (max-width: 1199px) {
    header .header_top .header_left .left .menu ul {
        /* -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0px;
    }
}

header .header_top .header_left .left .menu ul li {
    padding-left: 25px;
}

@media all and (min-width: 1800px) {
    header .header_top .header_left .left .menu ul li {
        padding-left: 35px;
    }
}

@media all and (max-width: 1199px) {
    header .header_top .header_left .left .menu ul li:not(:last-child) {
        margin-right: 10px;
    }
}

header .header_top .header_left .left .menu ul li a {
    font-size: 20px;
    line-height: 20px;
    color: #232B2F;
    color: #4D4D4D;
    font-weight: normal;
}

@media (min-width: 1800px) {
    header .header_top .header_left .left .menu ul li a {
        font-size: 22px;
        line-height: 22px;
    }
}

@media all and (max-width: 1700px) {
    header .header_top .header_left .left .menu ul li a {
        font-size: 16px;
        line-height: 18px;
    }
}

@media all and (max-width: 1199px) {
    header .header_top .header_left .left .menu ul li a {
        font-size: 14px;
        line-height: 16px;
    }
}

header .header_top .header_left .left .menu ul li a:hover {
    color: #0445A3;
}

@media (min-width: 1800px) {
    header .header_top .header_right {
        max-width: 758px;
        flex: 0 0 758px;
    }
}

header .header_top .header_right .right {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media all and (max-width: 480px) {
    header .header_top .header_right .right {
        -webkit-box-pack: justify;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: justify;
        justify-content: flex-end;
    }
}

header .header_top .header_right .right .phone_address {
    text-align: right;
    margin-right: 23px;
}

@media all and (max-width: 1199px) {
    header .header_top .header_right .right .phone_address {
        margin-right: 6px;
    }
}

@media all and (max-width: 991px) {
    header .header_top .header_right .right .phone_address {
        margin-right: 16px;
    }
}

header .header_top .header_right .right .phone_address .phone a {
    display: inline-block;
    font-weight: 500;
    /* font-size: 14px; */
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #1B40B8;
    white-space: nowrap;
}

@media all and (max-width: 1700px) {
    header .header_top .header_right .right .phone_address .phone a {
        font-size: 18px;
    }
}

@media all and (max-width: 1199px) {
    header .header_top .header_right .right .phone_address .phone a {
        font-size: 14px;
    }
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .phone_address .phone a {
        margin-bottom: -2px;
    }
}

@media all and (max-width: 480px) {
    header .header_top .header_right .right .phone_address .phone a {
        display: none;
    }
}

header .header_top .header_right .right .phone_address .phone span {
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
    color: #627A86;
}

@media all and (max-width: 1199px) {
    header .header_top .header_right .right .phone_address .phone span {
        display: none;
    }
}

header .header_top .header_right .right .phone_address p {
    font-size: 12px;
    line-height: 12px;
    color: rgba(65, 65, 65, 0.8);
}

@media all and (max-width: 1199px) {
    header .header_top .header_right .right .phone_address p {
        font-size: 10px;
    }
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .phone_address p {
        display: none;
    }
}

@media all and (max-width: 1800px) {
    header .header_top .header_right .right .phone_address p span {
        display: block;
    }
}

header .header_top .header_right .right .callback {
    margin-right: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media all and (max-width: 1199px) {
    header .header_top .header_right .right .callback {
        padding: 9px 10px;
        margin-right: 10px;
    }
}

@media all and (max-width: 991px) {
    header .header_top .header_right .right .callback {
        /* display: none;  */
        display: flex;
        align-items: center;
    }
}

header .header_top .header_right .right .callback .btn {
    width: 260px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 19px 20px;
    border-radius: 40px;
}

@media all and (max-width: 1800px) {
    header .header_top .header_right .right .callback .btn {
        width: auto;
        font-size: 16px;
        line-height: 18px;
        padding: 15px 20px;
    }
}

@media all and (max-width: 991px) {
    header .header_top .header_right .right .callback .btn {
        font-size: 0px;
        width: 30px;
        height: 32px;
        background: url(../img/callback.png) 50% no-repeat;
        border: none;
        padding: 0;
    }
}

header .header_top .header_right .right .login {
    /* margin-right: -38px; */
}

@media all and (max-width: 1310px) {
    header .header_top .header_right .right .login {
        margin-right: 0;
    }
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .login {
        width: 26px;
        height: 26px;
        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;
    }
}

@media all and (max-width: 480px) {
    header .header_top .header_right .right .login {
        /* display: none; */
    }
}

header .header_top .header_right .right .login a {
    position: relative;
    width: 170px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 19px 20px;
    border-radius: 40px;
}

@media all and (max-width: 1800px) {
    header .header_top .header_right .right .login a {
        width: auto;
        font-size: 16px;
        line-height: 18px;
        padding: 15px 20px;
    }
}

@media all and (max-width: 991px) {
    header .header_top .header_right .right .login a {
        width: auto;
        font-size: 14px;
        line-height: 16px;
        padding: 12px 15px;
    }
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .login a {
        padding: 0;
        width: 26px;
        height: 26px;
        color: transparent;
        background-color: transparent;
        border: none;
    }
}

header .header_top .header_right .right .login a img {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .login a img {
        display: block;
    }
}

header .header_top .header_right .right .header_burger {
    position: relative;
    display: none;
    margin-left: 13px;
}

@media all and (max-width: 767px) {
    header .header_top .header_right .right .header_burger {
        display: block;
    }
}

header .header_top .header_right .right .header_burger .burger_button {
    position: relative;
    top: 2px;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}

header .header_top .header_right .right .header_burger .burger_button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0445A3;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

@media all and (max-width: 575px) {
    header .header_top .header_right .right .header_burger .burger_button span {
        height: 1px;
        background: #1B40B8;
    }
}

header .header_top .header_right .right .header_burger .burger_button span:nth-child(1) {
    top: 7px;
}

header .header_top .header_right .right .header_burger .burger_button span:nth-child(2) {
    top: 14px;
}

header .header_top .header_right .right .header_burger .burger_button span:nth-child(3) {
    top: 21px;
}

header .header_top .header_right .right .header_burger .burger_button.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

header .header_top .header_right .right .header_burger .burger_button.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

header .header_top .header_right .right .header_burger .burger_button.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

header .header_top .header_right .right .header_burger .burger_button.open span:nth-child(4) {
    background: transparent;
}

header .header_top .header_right .right .header_burger .menu_toggle {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: 0;
    overflow: auto;
    text-align: center;
    z-index: 10;
    padding-top: 50px;
    top: -70px;
    padding-bottom: 70px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}

header .header_top .header_right .right .header_burger .menu_toggle ul li a {
    font-size: 20px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #000;
}

header .header_top .header_right .right .header_burger .menu_toggle ul li a:hover {
    color: #0445A3;
}

header .header_main {
    border-bottom: 1px solid #E9EDEF;
    position: relative;
    /* margin-top: 80px; */
}

@media all and (max-width: 767px) {
    header .header_main {
        margin-top: 0;
        border: none;
    }
}

header .header_main.page {
    min-height: 630px;
    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;
}

@media all and (max-width: 991px) {
    header .header_main.page {
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media all and (max-width: 575px) {
    header .header_main.page {
        padding-top: 50px;
        text-align: center;
    }
}

header .header_main .header_slider {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

header .header_main .header_slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

header .header_main .header_slider .slide {
    display: none;
}

header .header_main .header_slider .slide:first-child {
    display: block;
    visibility: hidden;
}

header .header_main .header_slider.slick-initialized .slide {
    display: block;
    visibility: visible !important;
}


/* header .header_main .header_slider {
    padding-top: 23px;
} */

@media all and (max-width: 1199px) {
    header .header_main .header_slider {
        /* padding-top: 20px; */
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider {
        /* padding-top: 50px; */
        /* padding-bottom: 70px; */
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider {
        padding-bottom: 0px;
        padding-top: 16px;
    }
}

header .header_main .header_slider .container.container_large {
    height: 100%;
    position: relative;
}

header .header_main .header_slider .slide_box {
    position: relative;
    /* height: 969px; */
}

@media all and (max-width: 1700px) {
    header .header_main .header_slider .slide_box {
        /* height: 700px; */
    }
}


/* header .header_main .header_slider .slide_box .slide_backgr {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
     display: none; 


}*/

header .header_main .header_slider .slide_box .slide_backgr {
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0; */
    /* display: none; */
    margin: 0 auto;
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_box .slide_desk {
        display: none;
    }
}

header .header_main .header_slider .slide_box .slide_mobile {
    display: none;
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_box .slide_mobile {
        display: block;
    }
}

header .header_main .header_slider .slide_box .slide_wrap {
    width: 1510px;
    position: absolute;
    /* height: 100%; */
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media all and (max-width: 1700px) {
    header .header_main .header_slider .slide_box .slide_wrap {
        width: 1190px;
        padding: 0 15px;
    }
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_box .slide_wrap {
        max-width: 100%;
        padding: 0 30px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_box .slide_wrap {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_box .slide_wrap {
        padding: 0 48px;
    }
}

@media all and (max-width: 420px) {
    header .header_main .header_slider .slide_box .slide_wrap {
        padding: 0 20px;
    }
}

header .header_main .header_slider .slide_box .slide_content {
    width: 82%;
    position: relative;
    z-index: 3;
}

@media all and (max-width: 1700px) {
    header .header_main .header_slider .slide_box .slide_content {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_box .slide_content {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_box .slide_content {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }
}

header .header_main .header_slider .slide .slide_inner .slider_content .content {
    max-width: 620px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide .slide_inner .slider_content .content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

header .header_main .header_slider .slide_content h2 {
    color: #000;
    font-size: 55px;
    line-height: 55px;
    font-weight: 400;
    margin-bottom: 50px;
}

@media all and (min-width: 1900px) {
    header .header_main .header_slider .slide_content h2 {
        font-size: 65px;
        line-height: 65px;
    }
}

@media all and (max-width: 1700px) {
    header .header_main .header_slider .slide_content h2 {
        font-size: 50px;
        line-height: 50px;
    }
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content h2 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_box_two .slide_content h2 br {
        display: none;
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide_content h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_content h2 {
        font-size: 29px;
        line-height: 32px;
        margin-top: 30px;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content h2.hidden {
        display: none;
    }
}

header .header_main .header_slider .slide_content h2.mobile {
    display: none;
    color: #000;
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content h2.mobile {
        display: block;
        font-weight: normal;
        font-size: 18px;
        line-height: 18px;
        color: #000000;
        margin-bottom: 34px;
    }
}

header .header_main .header_slider .slide_content h2.mobile p {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 13px;
}

header .header_main .header_slider .slide_content .slide_icons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 59px;
}

@media all and (max-width: 1700px) {
    header .header_main .header_slider .slide_content .slide_icons {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_content .slide_icons {
        justify-content: space-between;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content .slide_icons {
        order: 3;
        margin-top: 27px;
        margin-bottom: 0;
    }
}

header .header_main .header_slider .slide_content .slide_items {
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
    min-width: 406px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content .slide_items {
        min-width: 47%;
    }
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_box_two .slide_content .slide_items {
        min-width: 100%;
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide_content .slide_items {
        margin-bottom: 0;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_content .slide_items {
        min-width: 100%;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content .slide_items {
        justify-content: space-between;
    }
}

header .header_main .header_slider .slide_content .slide_items:first-child {
    margin-right: 57px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content .slide_items:first-child {
        margin-right: 30px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_content .slide_items:first-child {
        margin-right: 0px;
    }
}

header .header_main .header_slider .slide_content h2 span {
    font-weight: bold;
    color: #1B40B8;
}

header .header_main .header_slider .slide_content .btn {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    padding: 28px 73px 29px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content .btn {
        font-size: 20px;
        line-height: 20px;
        padding: 18px 48px 18px;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content .btn {
        font-size: 15px;
        line-height: 15px;
        font-weight: 400;
        order: 2
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide_content h2 p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide .slide_inner .slider_image {
        display: none;
        min-height: 528px;
    }
}

header .header_main .header_slider .slide_content .slide_items .slide_text {
    font-size: 22px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 26px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content .slide_items .slide_text {
        font-size: 19px;
        line-height: 19px;
        margin-top: 20px;
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide_content .slide_items .slide_text {
        font-size: 18px;
        line-height: 20px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_slider .slide_content .slide_items .slide_text {
        font-size: 16px;
        line-height: 16px;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content .slide_items .slide_text {
        font-size: 14px;
        line-height: 14px;
        width: 210px;
        margin-top: 16px;
    }
}

header .header_main .header_slider .slide_content .slide_items .icon {
    margin-right: 14px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slide_content .slide_items .icon img {
        width: 80px;
    }
}

@media all and (max-width: 991px) {
    header .header_main .header_slider .slide_content .slide_items .icon img {
        width: 60px;
        margin-right: 7px;
    }
}

@media all and (max-width: 480px) {
    header .header_main .header_slider .slide_content .slide_items .icon img {
        width: 58px;
    }
}

header .header_main .header_slider .slide .slide_inner .slider_image .image {
    text-align: right;
    /*min-height:528px;*/
    margin-top: 20px;
}

header .header_main .header_slider .slick-prev,
header .header_main .header_slider .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: -1px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}

header .header_main .header_slider .slick-prev {
    background-image: url("../img/sl-arrow.png");
    background-color: #FBFBFB;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 27px;
    left: 0px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .header_main .header_slider .slick-next {
    background-image: url("../img/sl-arrow.png");
    background-color: #FBFBFB;
    background-position: 12px 50%;
    background-repeat: no-repeat;
    background-size: 27px;
    left: 70px;
}

header .header_main .header_slider .slick-prev:hover,
header .header_main .header_slider .slick-next:hover {
    background-image: url("../img/sl-arrow-hov.png");
}


/* @media all and (max-width: 1326px) {
    header .header_main .header_slider .slick-next {
        right: -10px;
    }
}

@media all and (max-width: 1199px) {
    header .header_main .header_slider .slick-next {
        right: -20px;
    }
} */

header .header_main .header_slider .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center;
}

header .header_main .header_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

header .header_main .header_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: rgba(15, 94, 219, 0.12);
}

header .header_main .header_slider .slick-dots li.slick-active button {
    background: #0445A3;
}

header .header_main .header_title {
    max-width: 656px;
    width: 100%;
    position: relative;
    z-index: 2;
}

@media all and (max-width: 1199px) {
    header .header_main .header_title {
        max-width: 450px;
    }
}

header .header_main .header_title h1 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 36px;
}

@media all and (max-width: 1199px) {
    header .header_main .header_title h1 {
        font-size: 58px;
        line-height: 58px;
    }
}

@media all and (max-width: 767px) {
    header .header_main .header_title h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

header .header_main .header_title h1 span {
    color: #0445A3;
}

header .header_main .header_img {
    position: absolute;
    /*top: 0;*/
    bottom: 0;
    right: 0;
    margin: auto;
    width: 576px;
    /*height: 453px;*/
    height: 500px;
    mix-blend-mode: darken;
}

@media all and (max-width: 991px) {
    header .header_main .header_img {
        display: none;
    }
}

header .header_main .header_img img {
    -o-object-fit: cover;
    object-fit: contain;
    width: 100%;
    height: 100%;
}


/*************************  services_main  ***********************/

#services_main {
    border-bottom: 1px solid #E9EDEF;
}

@media all and (max-width: 767px) {
    #services_main {
        padding-top: 50px;
        border: none;
    }
}

@media all and (max-width: 1199px) {
    .container.container_large {
        /* max-width: 100%; */
    }
}

@media all and (max-width: 575px) {
    .container.container_large {
        padding: 0 40px;
    }
}

@media all and (max-width: 420px) {
    .container.container_large {
        padding: 0 20px;
    }
}

#services_main .box {
    padding-top: 175px;
    padding-bottom: 139px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
}

@media all and (max-width: 1199px) {
    #services_main .box {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media all and (max-width: 767px) {
    #services_main .box {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 50px;
        border: none;
    }
}

@media all and (max-width: 480px) {
    #services_main .box:last-child {
        margin-bottom: 14px;
    }
}

#services_main .box:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background-color: #E9EDEF;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

@media all and (max-width: 767px) {
    #services_main .box:not(:last-child):after {
        display: none;
    }
}

#services_main .box .box_inner {
    width: 100%;
    max-width: 391px;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 123px;
    margin-right: 126px;
}

@media (max-width: 1024px) {
    #services_main .box .box_inner {
        margin-left: unset;
        margin-right: unset;
    }
}

#services_main .box .box_inner .img {
    margin-bottom: 18px;
    margin: 0 auto;
}

@media all and (max-width: 480px) {
    #services_main .box .box_inner .img_order {
        width: 194px;
    }
}

@media all and (max-width: 480px) {
    #services_main .box .box_inner .img_shipping {
        width: 145px;
    }
}

#services_main .box .box_inner h3,
#services_main .box .box_inner .h3 {
    font-size: 56px;
    line-height: 56px;
    /* color: #0445A3; */
    color: #203FA5;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 10px;
}

@media all and (max-width: 1199px) {
    #services_main .box .box_inner h3,
    #services_main .box .box_inner .h3 {
        font-size: 48px;
        line-height: 64px;
        font-weight: 400;
    }
}

@media all and (max-width: 991px) {
    #services_main .box .box_inner h3,
    #services_main .box .box_inner .h3 {
        font-size: 40px;
        line-height: 48px;
        font-weight: 400;
    }
}

@media all and (max-width: 575px) {
    #services_main .box .box_inner h3,
    #services_main .box .box_inner .h3 {
        font-size: 25px;
        line-height: 28px;
        font-weight: 700;
    }
}

#services_main .box .box_inner p {
    font-size: 23px;
    line-height: 30px;
    line-height: 1.2;
    margin-bottom: 31px;
    color: #000;
}

@media (min-width: 1800px) {
    #services_main .box .box_inner p {
        font-size: 25px;
    }
}

@media all and (max-width: 1310px) {
    #services_main .box .box_inner p {
        font-size: 20px;
    }
}

@media all and (max-width: 1199px) {
    #services_main .box .box_inner p {
        font-size: 18px;
    }
}

@media all and (max-width: 480px) {
    #services_main .box .box_inner p {
        width: 265px;
        margin: 0 auto 21px;
        font-size: 16px;
        line-height: 16px;
    }
}

#services_main .btn.big {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    padding: 21px 44px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 1199px) {
    #services_main .btn.big {
        padding: 21px 28px;
    }
}

@media all and (max-width: 575px) {
    #services_main .btn.big {
        padding: 19px 20px 15px;
    }
}


/**************************  block_app  ***********************/

#block_app {
    /* background-color: #0445A3; */
    position: relative;
    padding-top: 80px;
    margin-bottom: 96px;
}

@media all and (max-width: 991px) {
    #block_app {
        margin-bottom: 60px;
    }
}

@media all and (max-width: 575px) {
    #block_app {
        margin-bottom: 50px;
        text-align: center;
        padding-top: 40px;
    }
}

@media all and (max-width: 480px) {
    #block_app {
        padding-top: 0px;
        margin-bottom: 0px;
    }
}


/* #block_app:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.08)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 3; } */


/* #block_app:before {
  position: absolute;
  content: '';
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/2.png");
  width: 380px;
  height: 602px;
  right: 7.2%;
  bottom: 0; } 

@media (min-width: 1920px) {
  #block_app:before {
    right: 17%; } }  

@media all and (max-width: 1199px) {
  #block_app:before {
    width: 335px;
    height: 550px;
    right: 0; } }

@media all and (max-width: 991px) {
  #block_app:before {
    width: 350px;
    height: 300px; } }

@media all and (max-width: 575px) {
  #block_app:before {
    width: 149px;
    height: 244px;
    right: auto;
    left: 0; } } */

#block_app .box {
    position: relative;
    z-index: 4;
    margin-top: 15px;
    margin-bottom: 64px;
}

@media all and (max-width: 1199px) {
    #block_app .box {
        margin-bottom: 0px;
    }
}

@media all and (max-width: 575px) {
    #block_app .box {
        margin-bottom: 35px;
    }
}

#block_app .box .box_inner {
    color: #fff;
}


/* #block_app .box .box_inner h2 , #block_app .box .box_inner .h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
  max-width: 455px;
  font-weight:bold;
  width: 100%; } */

#block_app .box .box_inner h2 {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
    max-width: 455px;
    font-weight: bold;
    width: 100%;
}

#block_app .box_inner .h2 {
    color: #000;
    font-size: 57px;
    line-height: 52px;
    margin-bottom: 30px;
    max-width: 622px;
    width: 100%;
    font-weight: 400;
}

@media all and (max-width: 1199px) {
    #block_app .box .box_inner h2,
    #block_app .box .box_inner .h2 {
        margin-top: 20px;
        font-size: 48px;
        line-height: 48px;
    }
}

@media all and (max-width: 1199px) {
    #block_app .box .box_inner h2,
    #block_app .box .box_inner .h2 {
        max-width: 100%;
        text-align: left;
    }
}

@media all and (max-width: 575px) {
    #block_app .box .box_inner h2,
    #block_app .box .box_inner .h2 {
        font-size: 25px;
        line-height: 21px;
    }
}

@media all and (max-width: 480px) {
    #block_app .box .box_inner h2,
    #block_app .box .box_inner .h2 {
        margin-top: 4px;
        margin-bottom: 18px;
        text-align: center;
    }
}

#block_app .box .box_inner span {
    font-weight: 600;
    color: #1B40B8;
}

@media all and (max-width: 575px) {
    #block_app .box .box_inner span {
        font-weight: 400;
    }
}

#block_app .box .box_inner p {
    color: #000;
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 90px;
}

@media all and (max-width: 1199px) {
    #block_app .box .box_inner p {
        margin-bottom: 75px;
    }
}

@media all and (max-width: 1199px) {
    #block_app .box .box_inner p {
        margin-top: 5px;
    }
}

@media all and (max-width: 575px) {
    #block_app .box .box_inner p {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }
}

@media all and (max-width: 480px) {
    #block_app .box .box_inner p {
        margin-bottom: 80px;
    }
}

@media all and (max-width: 420px) {
    #block_app .box .box_inner p {
        margin-bottom: 30px;
    }
}

#block_app .box .box_inner .box_btn .btn {
    width: 330px;
    padding: 28px 25px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    border-radius: 40px;
}

@media all and (max-width: 1199px) {
    #block_app .box .box_inner .box_btn .btn {
        font-size: 20px;
        line-height: 20px;
        width: 300px;
    }
}

@media all and (max-width: 575px) {
    #block_app .box .box_inner .box_btn .btn {
        font-size: 16px;
        line-height: 16px;
        width: 176px;
        padding: 13px 0px;
        font-weight: 400;
        margin-bottom: 14px;
    }
}

@media all and (max-width: 575px) {
    #block_app .box_btn {
        text-align: left;
    }
}

#block_app .box .box_inner .box_btn .white {
    margin-left: 10px;
    border: 1px solid #E9EDEF;
}

@media all and (max-width: 575px) {
    #block_app .box .box_inner .box_btn .white {
        margin-left: 0;
    }
}

@media all and (max-width: 480px) {
    #block_app .box .box_inner .box_btn .white {
        margin-bottom: 4px;
    }
}

#block_app .box .box_inner .box_btn .accent {
    border: 1px solid rgba(255, 255, 255, 0.32);
}

#block_app .box_pic {
    margin-left: 10px;
}

#block_app .pic_picmobile {
    display: none;
}

@media all and (max-width: 991px) {
    #block_app .pic_picmobile {
        display: block;
        width: 184px;
    }
}

@media all and (max-width: 480px) {
    #block_app .pic_picmobile {
        width: 149px;
        position: absolute;
    }
}

@media all and (max-width: 420px) {
    #block_app .pic_picmobile {
        width: 130px;
    }
}

@media all and (max-width: 991px) {
    #block_app .box_inform {
        display: flex;
        justify-content: space-between;
    }
}

@media all and (max-width: 480px) {
    #block_app .box_inform .content {
        position: relative;
        width: 205px;
        margin: 0 0 0 auto;
    }
    #block_app .box_inform .content br {
        display: none;
    }
}

@media all and (max-width: 420px) {
    #block_app .box_inform .content {
        width: 176px;
    }
}

@media all and (max-width: 991px) {
    #block_app .col-lg-4.picture {
        display: none;
    }
}


/****************************  block_video *********************/

.block_video {
    position: relative;
    overflow: hidden;
}

.block_video__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../img/truck-is-black1.jpg) 50%;
    background-size: cover;
    z-index: 3;
    transition: .3s;
}

.block_video__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
    z-index: 2;
}

#block_video .container_large {}

#block_video .center_block {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    /* left: 242px; */
    transform: translate(0, -50%);
    margin-left: 36px;
}

@media all and (max-width: 991px) {
    #block_video .center_block {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    #block_video .center_block {
        left: 35px;
    }
}

#block_video .info {
    margin-left: 70px;
    margin-bottom: 32px;
}

@media all and (max-width: 1199px) {
    #block_video .info {
        margin-bottom: 0px;
        margin-left: 40px;
    }
}

@media all and (max-width: 1199px) {
    #block_video .info {
        margin-left: 15px;
    }
}

@media all and (max-width: 1199px) {
    #block_video .play-btn {
        width: 135px;
    }
}

@media all and (max-width: 575px) {
    #block_video .play-btn {
        width: 60px;
    }
}

@media all and (max-width: 480px) {
    #block_video .play-btn {
        width: 50px;
    }
}

#block_video h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    text-align: left;
}

@media all and (max-width: 575px) {
    #block_video h2 {
        font-size: 16px;
    }
}

#block_video p {
    color: #fff;
    font-size: 27px;
    line-height: 100%;
    text-align: left;
}

@media all and (max-width: 575px) {
    #block_video p {
        font-size: 10px;
    }
}

#block_video .video {
    width: 100%;
    height: 522px;
    border-radius: 32px;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    #block_video .video {
        height: 400px;
    }
}

@media all and (max-width: 575px) {
    #block_video .video {
        height: 350px;
    }
}

#block_video .video iframe {
    width: 100%;
    height: 100%;
}


/***************************  advantages  **************************/

#advantages {
    margin-top: 142px;
    padding-bottom: 80px;
}

@media all and (max-width: 1199px) {
    #advantages {
        margin-top: 100px;
        padding-bottom: 40px;
    }
}

@media all and (max-width: 480px) {
    #advantages {
        margin-top: 0px;
        padding-bottom: 20px;
    }
}

#advantages .box_heading {
    margin-bottom: 40px;
}

@media all and (max-width: 575px) {
    #advantages .box_heading {
        margin-bottom: 30px;
    }
}

#advantages .box_heading h2,
#advantages .box_heading .h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
}

#advantages .box_text {
    margin-bottom: 96px;
}

@media all and (max-width: 1199px) {
    #advantages .box_text {
        margin-bottom: 60px;
    }
}

@media all and (max-width: 575px) {
    #advantages .box_text {
        margin-bottom: 40px;
    }
}

#advantages .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media all and (max-width: 575px) {
    #advantages .box {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box {
        margin-bottom: 7px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_two {}
}

@media all and (max-width: 480px) {
    #advantages .box_three {
        order: 4;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_four {
        order: 3;
    }
}

#advantages .box .box_inner {
    width: 100%;
    /* background: rgba(15, 94, 219, 0.08); */
    border-radius: 32px;
    /*padding: 48px;*/
}

@media all and (max-width: 575px) {
    #advantages .box .box_inner {
        padding: 25px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box .box_inner {
        padding: 15px;
    }
}

#advantages .box .box_inner_last {
    width: auto;
    margin: 0 0 0 auto;
}

@media all and (max-width: 991px) {
    #advantages .box .box_inner_last {
        width: 100%;
    }
}

#advantages .box .box_inner .text {
    max-width: 413px;
    width: 100%;
    text-align: center;
}

@media all and (max-width: 991px) {
    #advantages .box .box_inner .text {
        text-align: center;
    }
}

#advantages .box .box_inner .img {
    margin-bottom: 40px;
}

@media all and (max-width: 992px) {
    #advantages .box .box_inner .img {
        margin-bottom: 25px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box .box_inner .img {
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_one .img {
        width: 61px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_two .img {
        width: 78px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_three .img {
        width: 52px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box_four .img {
        width: 70px;
    }
}

#advantages .box .box_inner h5,
#advantages .box .box_inner .h5 {
    font-weight: 500;
    font-size: 54px;
    line-height: 54px;
    margin-top: 55px;
}

@media all and (max-width: 1199px) {
    #advantages .box .box_inner h5,
    #advantages .box .box_inner .h5 {
        font-size: 35px;
        line-height: 48px;
        margin-top: 30px;
    }
}

#advantages .box .box_inner p {
    font-size: 20px;
    line-height: 20px;
    color: #000;
}

@media all and (max-width: 480px) {
    #advantages .box .box_inner p {
        font-size: 12px;
        line-height: 12px;
    }
}

.box_text p {
    line-height: 26px;
}

@media all and (max-width: 575px) {
    #advantages .box .box_inner h5,
    #advantages .box .box_inner .h5 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media all and (max-width: 480px) {
    #advantages .box .box_inner h5,
    #advantages .box .box_inner .h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        margin-top: 18px;
        margin-bottom: 6px;
    }
}


/**************************  profit  ************************/

#profit {
    padding-bottom: 96px;
}

@media all and (max-width: 991px) {
    #profit {
        padding-bottom: 60px;
    }
}

#profit.page {
    padding-bottom: 0;
}

#profit.page .profit_main:after {
    display: none;
}

#profit .profit_main {
    position: relative;
    padding-bottom: 50px;
}

@media all and (max-width: 575px) {
    #profit .profit_main {
        padding-bottom: 25px;
    }
}

#profit .profit_main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 237, 239, 0)), color-stop(9.9%, #E9EDEF), color-stop(83.85%, #E9EDEF), to(rgba(233, 237, 239, 0)));
    background: -o-linear-gradient(left, rgba(233, 237, 239, 0) 0%, #E9EDEF 9.9%, #E9EDEF 83.85%, rgba(233, 237, 239, 0) 100%);
    background: linear-gradient(90deg, rgba(233, 237, 239, 0) 0%, #E9EDEF 9.9%, #E9EDEF 83.85%, rgba(233, 237, 239, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}

#profit .box_heading {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 66px auto;
}

#profit .box_heading h6,
#profit .box_heading .h6 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 400;
    margin-top: 12px;
}

@media all and (max-width: 575px) {
    #profit .box_heading h6,
    #profit .box_heading .h6 {
        font-size: 26px;
        line-height: 34px;
    }
}

#profit .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

#profit .box .box_inner {
    width: 100%;
}

#profit .box .box_inner span {
    display: block;
    font-weight: 500;
    font-size: 65px;
    line-height: 76px;
    letter-spacing: 0.1px;
    color: #0445A3;
    white-space: nowrap;
}

@media all and (max-width: 1199px) {
    #profit .box .box_inner span {
        font-size: 64px;
        line-height: 66px;
    }
}

#profit .box .box_inner p {
    font-size: 20px;
    line-height: 28px;
}


/***************************  testimonials  **********************/

#testimonials {
    padding-top: 220px;
    padding-bottom: 115px;
    background: #F1F1F1;
}

@media all and (max-width: 1700px) {
    #testimonials {
        padding-bottom: 120px;
        padding-top: 60px;
    }
}

@media all and (max-width: 991px) {
    #testimonials {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

@media all and (max-width: 480px) {
    #testimonials {
        padding-bottom: 34px;
        padding-top: 34px;
    }
}

#testimonials .testimonials_main {
    position: relative;
    padding-bottom: 70px;
}

@media all and (max-width: 1199px) {
    #testimonials .testimonials_main {
        padding-bottom: 40px;
    }
}

@media all and (max-width: 480px) {
    #testimonials .testimonials_main {
        padding-bottom: 0px;
    }
}

@media all and (max-width: 380px) {
    #testimonials .testimonials_main {
        width: 90%;
        margin: 0 auto;
    }
}

#testimonials .testimonials_main:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(233, 237, 239, 0)), color-stop(9.9%, #E9EDEF), color-stop(83.85%, #E9EDEF), to(rgba(233, 237, 239, 0)));
    background: -o-linear-gradient(left, rgba(233, 237, 239, 0) 0%, #E9EDEF 9.9%, #E9EDEF 83.85%, rgba(233, 237, 239, 0) 100%);
    background: linear-gradient(90deg, rgba(233, 237, 239, 0) 0%, #E9EDEF 9.9%, #E9EDEF 83.85%, rgba(233, 237, 239, 0) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}

#testimonials .heading {
    margin-bottom: 16px;
}

#testimonials .heading h2,
#testimonials .heading .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

#testimonials .testimonials_slider {
    padding-bottom: 20px;
}

@media all and (max-width: 1199px) {
    #testimonials .testimonials_slider {
        padding-bottom: 0px;
    }
}

#testimonials .testimonials_slider .slide {}

#testimonials .testimonials_slider .slide:nth-child(odd) {
    padding-right: 15px;
}

@media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slide:nth-child(odd) {
        padding-right: 0px;
    }
}

#testimonials .testimonials_slider .slide:nth-child(even) {
    padding-left: 15px;
}

@media all and (max-width: 1199px) {
    #testimonials .testimonials_slider .slide:nth-child(even) {
        padding-left: 0px;
    }
}

#testimonials .testimonials_slider .slide .slide_inner {
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

#testimonials .testimonials_slider .slide .slide_top {
    display: flex;
    padding: 39px 42px 35px;
    text-align: left;
    border-bottom: 1px solid #EBEBEB;
}

@media all and (max-width: 640px) {
    #testimonials .testimonials_slider .slide .slide_top {
        padding: 25px 25px 25px;
    }
}

@media all and (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide_top {
        padding: 15px 15px 15px;
        border: none;
    }
}

#testimonials .testimonials_slider .slide .slide_pic {
    flex: 5 0 111px;
    /* background: grey; */
    border-radius: 50%;
    height: 111px;
    margin-right: 30px;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slide .slide_pic {
        flex: 5 0 80px;
        height: 80px;
    }
}

@media all and (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide_pic {
        flex: 5 0 48px;
        height: 48px;
        margin-right: 14px;
    }
}

#testimonials .testimonials_slider .slide .slide_right {
    flex: 0 5 auto;
}

#testimonials .testimonials_slider .slide .slide_inner .text {
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 0px;
}

@media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slide .slide_inner .text {
        font-size: 18px;
        line-height: 26px;
    }
}

@media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slide .slide_inner .text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide_inner .text {
        font-size: 10px;
        line-height: 14px;
    }
}

#testimonials .testimonials_slider .slide .slide_inner .user .name {
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 23px;
    line-height: 24px;
    margin-bottom: 24px;
}

@media all and (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide_inner .user .name {
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        margin-bottom: 8px;
    }
}

#testimonials .testimonials_slider .slide .slide_inner .user .post {
    color: #000;
    font-size: 15px;
    line-height: 20px;
}

#testimonials .testimonials_slider .slide .slide__bottom {
    display: flex;
    padding: 10px 42px 31px;
    box-sizing: content-box;
    text-align: left;
    margin-left: 143px
}

@media all and (max-width: 767px) {
    #testimonials .testimonials_slider .slide .slide__bottom {
        margin-left: 111px
    }
}

@media all and (max-width: 640px) {
    #testimonials .testimonials_slider .slide .slide__bottom {
        padding: 10px 25px 31px;
    }
}

@media (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide__bottom {
        margin-left: 62px;
        padding: 0px 15px 15px;
        flex-wrap: wrap;
    }
}

#testimonials .testimonials_slider .slide .slide__bottom .ready {
    margin-right: 45px;
    line-height: 1;
}

@media (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide__bottom .ready {
        margin-right: 15px;
    }
}

#testimonials .testimonials_slider .slide .slide__bottom .transport {
    line-height: 1;
}

#testimonials .testimonials_slider .slide .slide__bottom .text {
    color: #2B2B2B;
    font-size: 14px;
    line-height: 25px;
}

@media (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide__bottom .text {
        font-size: 9px;
        line-height: 14px;
    }
}

#testimonials .testimonials_slider .slide .slide__bottom .sm-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 25px;
    color: rgba(77, 77, 77, 0.65);
}

@media (max-width: 480px) {
    #testimonials .testimonials_slider .slide .slide__bottom .sm-text {
        font-size: 11px;
        line-height: 11px;
    }
}

#testimonials .testimonials_slider .slick-prev,
#testimonials .testimonials_slider .slick-next {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    /* margin: auto; */
    /* bottom: 0; */
    cursor: pointer;
    width: 15px;
    height: 27px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    /* bottom: 100px; */
}

#testimonials .testimonials_slider .slick-prev:hover,
#testimonials .testimonials_slider .slick-next:hover {
    opacity: .8;
}

#testimonials .testimonials_slider .slick-prev {
    background-image: url("../img/testim-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* background-size: 40px; */
    left: -50px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media all and (max-width: 1310px) {
    #testimonials .testimonials_slider .slick-prev {
        left: -25px;
    }
}

@media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slick-prev {
        left: -25px;
    }
}

#testimonials .testimonials_slider .slick-next {
    background-image: url("../img/testim-arrow.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /* background-size: 40px; */
    right: -50px;
}

@media all and (max-width: 1310px) {
    #testimonials .testimonials_slider .slick-next {
        right: -25px;
    }
}

@media all and (max-width: 991px) {
    #testimonials .testimonials_slider .slick-next {
        right: -25px;
    }
}

#testimonials .testimonials_slider .slick-dots {
    position: absolute;
    margin: auto;
    bottom: 23px;
    left: 0;
    right: 0;
    text-align: center;
}

#testimonials .testimonials_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

#testimonials .testimonials_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: rgba(15, 94, 219, 0.12);
}

#testimonials .testimonials_slider .slick-dots li.slick-active button {
    background: #0445A3;
}


/***************************  clients  *************************/

#clients {
    padding-bottom: 80px;
}

@media all and (max-width: 991px) {
    #clients {
        padding-bottom: 60px;
    }
}

#clients .heading {
    margin-bottom: 30px;
}

#clients .heading h2,
#clients .heading .h2 {
    font-size: 20px;
    line-height: 28px;
    color: #627A86;
    font-weight: 400;
}

/* #clients .clients_main {
    opacity: 70%;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media all and (max-width: 991px) {
    #clients .clients_main {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#clients .clients_main .img {
    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;
    max-width: 110px;
    height: 60px;
    margin: 0 auto 15px auto;
    width: 100%;
}

#clients .clients_main .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
} */


/*************************  main_news  ***********************/

#main_news {
    padding-top: 96px;
    padding-bottom: 96px;
    border-top: 1px solid #E9EDEF;
    border-bottom: 1px solid #E9EDEF;
}

#main_news .heading {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

#main_news .heading h2,
#main_news .heading .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

@media all and (max-width: 575px) {
    #main_news .heading .btn {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 20px;
    }
}

#main_news .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

#main_news .box .box_inner {
    color: #232B2F;
    display: block;
    width: 100%;
    border: 2px solid rgba(15, 94, 219, 0.12);
    -webkit-box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    padding: 32px;
}

@media all and (max-width: 1199px) {
    #main_news .box .box_inner {
        padding: 25px;
    }
}

#main_news .box .box_inner:hover {
    border: 2px solid #0445A3;
}

#main_news .box .box_inner .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #627A86;
    margin-bottom: 10px;
}

#main_news .box .box_inner h5,
#main_news .box .box_inner .h5 {
    font-weight: 500;
    font-size: 24px;
    font-size: 16px;
    line-height: 32px;
    line-height: 24px;
    margin-bottom: 5px;
}

#main_news .box .box_inner p {
    font-size: 16px;
    line-height: 23px;
}


/*************************  main_articles  ***********************/

#main_articles {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: rgba(15, 94, 219, 0.04);
}

#main_articles .heading {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}

#main_articles .heading h2,
#main_articles .heading .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
}

@media all and (max-width: 575px) {
    #main_articles .heading .btn {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 20px;
    }
}

#main_articles .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

#main_articles .box .box_inner {
    color: #232B2F;
    display: block;
    width: 100%;
    border: 2px solid rgba(15, 94, 219, 0.12);
    -webkit-box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    overflow: hidden;
    background: rgba(15, 94, 219, 0.08);
}

#main_articles .box .box_inner:hover {
    border: 2px solid #0445A3;
}

#main_articles .box .box_inner .img {
    width: 100%;
    height: 224px;
}

@media all and (max-width: 575px) {
    #main_articles .box .box_inner .img {
        height: auto;
    }
}

#main_articles .box .box_inner .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 575px) {
    #main_articles .box .box_inner .img img {
        width: auto;
        -o-object-fit: fill;
        object-fit: fill;
        height: auto;
    }
}

#main_articles .box .box_inner .content {
    padding: 24px 32px;
}

#main_articles .box .box_inner h5,
#main_articles .box .box_inner .h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}

#main_articles .box .box_inner p {
    font-size: 16px;
    line-height: 23px;
}


/***************************  footer  **********************/

#footer {
    background-color: #1B40B8;
    padding-top: 73px;
}

@media all and (max-width: 991px) {
    #footer {
        padding-top: 50px;
    }
}

@media all and (max-width: 767px) {
    #footer {
        text-align: center;
    }
}

#footer .footer_top {
    padding-bottom: 73px;
}

@media all and (max-width: 991px) {
    #footer .footer_top {
        padding-bottom: 40px;
    }
}

#footer .footer_top h2,
#footer .footer_top .h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 8px auto;
}

@media all and (max-width: 767px) {
    #footer .footer_top h2,
    #footer .footer_top .h2 {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 42px;
    }
}

#footer .footer_top .box_btn {
    text-align: center;
}

#footer .footer_top .box_btn .btn {
    margin: 15px 10px;
    border: 1px solid #fff;
}

@media all and (max-width: 575px) {
    #footer .footer_top .box_btn .btn {
        font-size: 18px;
        line-height: 24px;
        padding: 13px 28px;
        width: 100%;
        margin: 0 auto 15px auto;
    }
}

#footer .footer_mleft {
    display: flex;
}

@media all and (max-width: 1199px) {
    #footer .footer_mleft {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 575px) {
    #footer .footer_mleft {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 480px) {
    #footer .footer_mleft {
        margin-bottom: 0px;
    }
}

#footer .footer_logobox {
    /* margin-right: 140px; */
    margin-right: 50px;
}

@media all and (max-width: 1199px) {
    #footer .footer_logobox {
        /* margin-right: 70px; */
    }
}

@media all and (max-width: 575px) {
    #footer .footer_logobox {
        margin-right: 0px;
        margin-bottom: 40px;
    }
}

#footer .footer_menu {
    /* border-top: 1px solid rgba(255, 255, 255, 0.16); */
    padding-top: 18px;
    padding-bottom: 30px;
}

@media all and (max-width: 767px) {
    #footer .footer_menu .box:not(:last-child) {
        margin-bottom: 20px;
    }
}

#footer .footer_menu .footer_contacts {
    text-align: right;
}

@media all and (max-width: 991px) {
    #footer .footer_menu .footer_contacts {
        text-align: left;
    }
}

#footer .footer_menu .box .box_inner h6,
#footer .footer_menu .box .box_inner .h6 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    #footer .footer_menu .box .box_inner h6,
    #footer .footer_menu .box .box_inner .h6 {
        text-align: center;
    }
}

#footer .footer_menu .box .box_inner ul {
    display: flex;
    flex-wrap: wrap;
}

#footer .footer_menu .box .box_inner ul li {
    width: 33.3333%;
    margin-bottom: 26px;
}

@media all and (max-width: 767px) {
    #footer .footer_menu .box .box_inner ul li,
    #footer .footer_menu .box .box_inner ul li:last-child {
        width: 50%;
        margin-bottom: 18px;
    }
}

@media all and (max-width: 480px) {
    #footer .footer_menu .box .box_inner ul li a {
        margin-bottom: 10px;
    }
}

#footer .footer_menu .box .box_inner ul li:last-child {
    width: 60%;
}

#footer .footer_menu .box .box_inner ul li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

@media all and (max-width: 480px) {
    #footer .footer_menu .box .box_inner ul li a {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }
}

#footer .footer_menu .box .box_inner ul li a:hover {
    text-decoration: underline;
}

#footer .footer_middle {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-top: 30px;
    padding-bottom: 30px;
}

@media all and (max-width: 991px) {
    #footer .footer_middle {
        padding-bottom: 16px;
    }
}

#footer .footer_contacts:first-child {
    margin-bottom: 30px;
}

@media all and (max-width: 991px) {
    #footer .footer_contacts {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 991px) {
    #footer .footer_middle .footer_contacts.contacts_two {
        text-align: right;
    }
}

@media all and (max-width: 767px) {
    #footer .footer_middle .footer_contacts.contacts_two {
        text-align: center;
    }
}

#footer .footer_contacts .contacts a {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

@media all and (max-width: 480px) {
    #footer .footer_contacts .contacts a {
        font-size: 22px;
        line-height: 22px;
    }
}

#footer .footer_contacts .contacts p {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    margin-top: 3px;
}

@media all and (max-width: 480px) {
    #footer .footer_contacts .contacts p {
        font-size: 12px;
        line-height: 12px;
    }
}

.footer_social .social {
    /* text-align: right; */
}

@media all and (max-width: 767px) {
    .footer_social .social {
        text-align: left;
    }
}

.footer_social .social a {
    margin-right: 48px;
}

@media all and (max-width: 767px) {
    #footer .footer_middle .footer_social .social a {
        margin: 0 8px;
    }
}

#footer .footer_middle .footer_social .social a:hover {
    opacity: 0.8;
}

#footer .footer_middle .footer_social .social a img {
    /* width: 48px;
    height: 48px; */
}

#footer .footer_bottom {
    padding-top: 30px;
    padding-bottom: 70px;
}

@media all and (max-width: 991px) {
    #footer .footer_bottom {
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    #footer .footer_bottom {
        text-align: center;
        padding-bottom: 40px;
    }
}

#footer .policy {
    margin-bottom: 0px;
    text-align: right;
}

@media all and (max-width: 991px) {
    #footer .policy {
        text-align: left;
        margin-top: 20px;
    }
}

#footer .policy a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    position: relative;
}

@media all and (max-width: 991px) {
    #footer .policy a {
        display: block;
        text-decoration: underline;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 575px) {
    #footer .policy a {
        font-size: 14px;
        line-height: 14px;
    }
}

#footer .policy a:hover {
    text-decoration: underline;
}

#footer .policy a:last-child {
    margin-left: 33px;
}

@media all and (max-width: 991px) {
    #footer .policy a:last-child {
        margin-left: 0;
    }
}

@media all and (max-width: 767px) {
    #footer .policy a:not(:last-child) {
        margin-right: auto;
    }
}


/* #footer .policy a:not(:last-child):after {
    position: absolute;
    content: '●';
    color: rgba(255, 255, 255, 0.48);
    top: 0;
    bottom: 0;
    right: -16px;
    margin: auto;
    font-size: 9px;
    line-height: 13px;
}

@media all and (max-width: 767px) {
    #footer .policy a:not(:last-child):after {
        display: none;
    }
} */

#footer .footer_bottom .address {
    text-align: right;
    margin-bottom: 14px;
}

@media all and (max-width: 991px) {
    #footer .footer_bottom .address {
        text-align: center;
    }
}

#footer .footer_bottom .address p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

@media all and (max-width: 480px) {
    #footer .footer_bottom .address {
        font-size: 14px;
    }
}


/***************************  step  ************************/

#step {
    /*padding-top: 80px;*/
    padding-bottom: 96px;
}

@media all and (max-width: 991px) {
    #step {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

#step h2,
#step .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 48px;
}

#step .step_main {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}

#step .step_main ul {
    position: relative;
}

#step .step_main ul li {
    position: relative;
    text-align: right;
}

#step .step_main ul li:nth-child(2n) {
    text-align: left;
}

#step .step_main ul li:nth-child(2n) .text {
    margin-left: auto;
    margin-right: 0;
}

#step .step_main ul li:not(:last-child) {
    margin-bottom: 130px;
}

@media all and (max-width: 767px) {
    #step .step_main ul li:not(:last-child) {
        margin-bottom: 60px;
    }
}

#step .step_main ul li:not(:last-child) span:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 165px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ECF2FC;
    z-index: -1;
}

@media all and (max-width: 991px) {
    #step .step_main ul li:not(:last-child) span:after {
        height: 180px;
    }
}

@media all and (max-width: 767px) {
    #step .step_main ul li:not(:last-child) span:after {
        display: none;
    }
}

#step .step_main ul li span {
    width: 64px;
    height: 64px;
    background-color: #ECF2FC;
    border-radius: 72px;
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    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;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #0445A3;
}

@media all and (max-width: 767px) {
    #step .step_main ul li span {
        position: relative;
        margin-bottom: 15px;
    }
}

#step .step_main ul li .text {
    max-width: 360px;
    width: 100%;
    padding-top: 10px;
}

@media all and (max-width: 991px) {
    #step .step_main ul li .text {
        max-width: 300px;
    }
}

@media all and (max-width: 767px) {
    #step .step_main ul li .text {
        max-width: 400px;
        margin: 0 auto !important;
        text-align: center !important;
    }
}

#step .step_main ul li h6,
#step .step_main ul li .h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0px;
}

#step .step_main ul li p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 8px;
}


/***************************  links  *************************/

.links {
    padding-bottom: 76px;
}

@media all and (max-width: 991px) {
    .links {
        padding-bottom: 60px;
    }
}

.links h2,
.links .h2 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 45px;
}

.links .box {
    margin-bottom: 16px;
}

@media all and (max-width: 575px) {
    .links .box {
        text-align: center;
        margin-bottom: 12px;
    }
}

.links .box a {
    display: block;
    color: #232B2F;
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #E9EDEF;
    border-radius: 8px;
}

.links .box a:hover {
    border: 1px solid #0445A3;
    border: 2px solid #0445A3;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
}


/*************************  tariffs  ***********************/

#tariffs {
    padding-top: 96px;
    padding-bottom: 66px;
    background-color: rgba(15, 94, 219, 0.04);
    border-top: 1px solid #E9EDEF;
}

@media all and (max-width: 575px) {
    #tariffs {
        padding-bottom: 40px;
    }
}

#tariffs .heading {
    max-width: 496px;
    width: 100%;
    margin: 0 auto;
}

#tariffs .heading h2,
#tariffs .heading .h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 56px;
}

#tariffs .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 296px;
    margin-bottom: 30px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 550px) and (max-width: 1199px) {
    #tariffs .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 296px;
        margin-bottom: 30px;
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 575px) {
    #tariffs .box {
        min-height: 200px;
    }
}

#tariffs .box .box_inner {
    width: 100%;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    border: 2px solid transparent;
    color: #232B2F;
    padding: 32px;
    background: rgba(15, 94, 219, 0.08);
}

#tariffs .box .box_inner:hover {
    border: 2px solid #0445A3;
}

#tariffs .box .box_inner h5,
#tariffs .box .box_inner .h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
}

#tariffs .box .box_inner .price {
    margin-top: 40px;
    display: block;
    color: #0445A3;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}


/*****************************  page_main  ***************************/

#breadcrumbs {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#breadcrumbs .breadcrumbs {
    color: #0445A3;
    font-size: 14px;
}

#breadcrumbs .breadcrumbs span {
    color: #232B2F;
    display: inline-block;
}

#breadcrumbs .breadcrumbs span a {
    color: #0445A3;
    display: inline-block;
}

#breadcrumbs .breadcrumbs span a span {
    color: #0445A3;
}

#page_main {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6FAFD));
    background: -o-linear-gradient(top, #FFFFFF 0%, #F6FAFD 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F6FAFD 100%);
    padding-bottom: 90px;
    /*margin-top: 65px;*/
    /*padding-top: 5px; */
}

@media all and (max-width: 767px) {
    #page_main {
        margin-top: 0;
    }
}

@media all and (max-width: 991px) {
    #page_main {
        padding-bottom: 60px;
    }
}

@media all and (max-width: 575px) {
    #page_main {
        background: #fff;
        padding-bottom: 40px;
    }
}

#page_main .page_heading {
    /*padding-top: 65px;*/
    padding-bottom: 20px;
}

@media all and (max-width: 767px) {
    #page_main .page_heading {
        padding-top: 40px;
    }
}

#page_main .page_heading h1 {
    font-size: 64px;
    line-height: 72px;
    margin-top: 6px;
    margin-bottom: 36px;
}

@media all and (max-width: 1199px) {
    #page_main .page_heading h1 {
        font-size: 58px;
        line-height: 58px;
    }
}

@media all and (max-width: 767px) {
    #page_main .page_heading h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

#page_main .page_aside {
    padding-right: 0;
}

@media all and (max-width: 991px) {
    #page_main .page_aside {
        padding-right: 15px;
    }
}

#page_main .page_aside .aside .aside_item {
    margin-bottom: 40px;
    border-top: 2px solid #E9EDEF;
    border-bottom: 2px solid #E9EDEF;
    border-left: 2px solid #E9EDEF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 16px 0px 0px 16px;
    overflow: hidden;
    background-color: #fff;
}

@media all and (max-width: 991px) {
    #page_main .page_aside .aside .aside_item {
        border-right: 2px solid #E9EDEF;
        border-radius: 16px;
    }
}

#page_main .page_aside .aside .aside_item .aside_menu ul li:not(:last-child) a {
    border-bottom: 1px solid #E9EDEF;
}

#page_main .page_aside .aside .aside_item .aside_menu ul li.current-menu-item a {
    background: rgba(15, 94, 219, 0.08);
    color: #0445A3;
}

#page_main .page_aside .aside .aside_item .aside_menu ul li a {
    color: #627A86;
    padding: 12px 16px;
    display: inline-block;
    width: 100%;
}

#page_main .page_aside .aside .aside_item .aside_menu ul li a:hover {
    background: rgba(15, 94, 219, 0.08);
    color: #0445A3;
}

#page_main .page_content {
    border: 2px solid #E9EDEF;
    padding-left: 0;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 0px 24px 24px 24px;
    background-color: #fff;
}

@media all and (max-width: 991px) {
    #page_main .page_content {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 40px;
        padding-left: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        border: none;
    }
}

@media all and (max-width: 575px) {
    #page_main .page_content {
        border-radius: 0;
    }
}

#page_main .page_content.fullwidth {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}

#page_main .page_content .content {
    padding: 40px 40px 0 40px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content {
        border: 2px solid #E9EDEF;
        border-radius: 20px;
        background-color: #fff;
        padding: 30px 20px 0 30px;
        -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
        box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    }
}

@media all and (max-width: 575px) {
    #page_main .page_content .content {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#page_main .page_content .content article {
    padding-bottom: 35px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content article {
        padding-bottom: 30px;
    }
}

#page_main .page_content .content article img {
    width: auto;
    height: auto;
}

#page_main .page_content .content article img.centered,
#page_main .page_content .content article .aligncenter,
#page_main .page_content .content article div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#page_main .page_content .content article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

#page_main .page_content .content article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

#page_main .page_content .content article .alignright {
    float: right;
}

#page_main .page_content .content article .alignleft {
    float: left;
}

#page_main .page_content .content article h2,
#page_main .page_content .content article .h2,
#page_main .page_content .content article h3,
#page_main .page_content .content article .h3,
#page_main .page_content .content article h4,
#page_main .page_content .content article .h4,
#page_main .page_content .content article h5,
#page_main .page_content .content article .h5,
#page_main .page_content .content article h6,
#page_main .page_content .content article .h6 {
    font-weight: 700;
    margin-bottom: 0.625em;
}

#page_main .page_content .content article h2,
#page_main .page_content .content article .h2 {
    font-size: 32px;
    line-height: 38px;
}

#page_main .page_content .content article h3,
#page_main .page_content .content article .h3 {
    font-size: 26px;
    line-height: 34px;
}

#page_main .page_content .content article h4,
#page_main .page_content .content article .h4 {
    font-size: 22px;
}

#page_main .page_content .content article h5,
#page_main .page_content .content article .h5 {
    font-size: 20px;
}

#page_main .page_content .content article h6,
#page_main .page_content .content article .h6 {
    font-size: 18px;
}

#page_main .page_content .content article p {
    margin-bottom: 0.625em;
}

#page_main .page_content .content article ul {
    margin-bottom: 0.625em;
    list-style-type: disc;
    padding-left: 15px;
}

#page_main .page_content .content article ol {
    margin-bottom: 0.625em;
    padding-left: 15px;
}

#page_main .page_content .content article .b16 {
    border-radius: 16px;
    margin-bottom: 22px;
}

#page_main .page_content .content article .box {
    margin-bottom: 36px;
}

#page_main .page_content .content article .box:nth-last-child(1) {
    margin-bottom: 0;
}

#page_main .page_content .content article .box:nth-last-child(2) {
    margin-bottom: 0;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content article .box:nth-last-child(2) {
        margin-bottom: 36px;
    }
}

#page_main .page_content .content article .box:nth-last-child(3) {
    margin-bottom: 0;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content article .box:nth-last-child(3) {
        margin-bottom: 36px;
    }
}

#page_main .page_content .content article .box h5,
#page_main .page_content .content article .box .h5 {
    margin-bottom: 2px;
}

#page_main .page_content .content article .box p {
    font-size: 14px;
    line-height: 18px;
    color: #627A86;
}

#page_main .page_content .content .vacancies {
    padding-bottom: 40px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content .vacancies {
        padding-bottom: 30px;
    }
}

#page_main .page_content .content .vacancies .tabs .tabs__caption {
    margin-bottom: 6px;
}

#page_main .page_content .content .vacancies .tabs .tabs__caption li {
    display: inline-block;
    cursor: pointer;
    padding: 7px 23px;
    color: #0445A3;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #E9EDEF;
    border-radius: 44px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    margin-bottom: 8px;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .vacancies .tabs .tabs__caption li {
        width: 100%;
        display: block;
    }
}

#page_main .page_content .content .vacancies .tabs .tabs__caption li:not(:last-child) {
    margin-right: 14px;
}

#page_main .page_content .content .vacancies .tabs .tabs__caption li.active {
    border: 1px solid #0445A3;
}

#page_main .page_content .content .vacancies .tabs .tabs__content {
    display: none;
}

#page_main .page_content .content .vacancies .tabs .tabs__content.active {
    display: block;
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs {
    border-bottom: 1px solid #E9EDEF;
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_title {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_title {
        font-size: 20px;
        line-height: 28px;
    }
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_title:after {
    position: absolute;
    content: url(/local/templates/cargis/img/svg/icon-plus.svg);
    top: 16px;
    font-size: 40px;
    right: 0;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_title:after {
        top: 18px;
        font-size: 30px;
    }
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_title.active:after {
    content: url(/local/templates/cargis/img/svg/icon-minus.svg);
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_content {
    display: none;
    padding-bottom: 16px;
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_content p {
    margin-bottom: 0.625em;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_content p {
        font-size: 16px;
    }
}

#page_main .page_content .content .vacancies .tabs .tabs__content .dropdown_tabs .dropdown_content a {
    margin-top: 10px;
}

#page_main .page_content .content .testimonials {
    padding-bottom: 40px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content .testimonials {
        padding-bottom: 30px;
    }
}

#page_main .page_content .content .testimonials .block:not(:last-child) {
    border-bottom: 1px solid #E9EDEF;
    padding-bottom: 38px;
}

#page_main .page_content .content .testimonials .block:not(:first-child) {
    padding-top: 38px;
}

#page_main .page_content .content .testimonials .block p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0.625em;
}

@media all and (max-width: 767px) {
    #page_main .page_content .content .testimonials .block p {
        font-size: 20px;
        line-height: 28px;
    }
}

#page_main .page_content .content .testimonials .block .name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-top: 26px;
}

#page_main .page_content .content .testimonials .block .post {
    font-size: 16px;
    line-height: 24px;
}

#page_main .page_content .content .news .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content .news .box {
        margin-bottom: 30px;
    }
}

#page_main .page_content .content .news .box .box_inner {
    color: #232B2F;
    display: block;
    width: 100%;
    border: 2px solid rgba(15, 94, 219, 0.12);
    -webkit-box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    padding: 32px;
}

@media all and (max-width: 1199px) {
    #page_main .page_content .content .news .box .box_inner {
        padding: 25px;
    }
}

#page_main .page_content .content .news .box .box_inner:hover {
    border: 2px solid #0445A3;
}

#page_main .page_content .content .news .box .box_inner .date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #627A86;
    margin-bottom: 10px;
}

#page_main .page_content .content .news .box .box_inner h5,
#page_main .page_content .content .news .box .box_inner .h5 {
    font-weight: 500;
    font-size: 24px;
    font-size: 16px;
    line-height: 32px;
    line-height: 24px;
    margin-bottom: 5px;
    word-wrap: break-word;
}

#page_main .page_content .content .news .box .box_inner p {
    font-size: 16px;
    line-height: 23px;
}

#page_main .page_content .content .faq {
    padding-bottom: 40px;
}

@media all and (max-width: 991px) {
    #page_main .page_content .content .faq {
        padding-bottom: 30px;
    }
}

#page_main .page_content .content .faq .dropdown_tabs {
    border-bottom: 1px solid #E9EDEF;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .faq .dropdown_tabs:nth-child(1) {
        border-top: 1px solid #E9EDEF;
    }
}

#page_main .page_content .content .faq .dropdown_tabs .dropdown_title {
    position: relative;
    cursor: pointer;
    font-size: 24px;
    line-height: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 30px;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .faq .dropdown_tabs .dropdown_title {
        font-size: 20px;
        line-height: 28px;
    }
}


/*#page_main .page_content .content .faq .dropdown_tabs .dropdown_title:after {*/


/*  position: absolute;*/


/*  content: '+';*/


/*  top: 16px;*/


/*  font-size: 40px;*/


/*  right: 0; }*/

#page_main .page_content .content .faq .dropdown_tabs .dropdown_title:after {
    position: absolute;
    content: url("/local/templates/cargis/img/svg/icon-plus.svg");
    top: 16px;
    font-size: 40px;
    right: 0;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .faq .dropdown_tabs .dropdown_title:after {
        top: 18px;
        font-size: 30px;
    }
}

#page_main .page_content .content .faq .dropdown_tabs .dropdown_title.active:after {
    content: url("/local/templates/cargis/img/svg/icon-minus.svg");
}

#page_main .page_content .content .faq .dropdown_tabs .dropdown_content {
    display: none;
    padding-bottom: 16px;
}

#page_main .page_content .content .faq .dropdown_tabs .dropdown_content p {
    margin-bottom: 0.625em;
}

@media all and (max-width: 575px) {
    #page_main .page_content .content .faq .dropdown_tabs .dropdown_content p {
        font-size: 16px;
    }
}

#page_main .page_content .content .faq .dropdown_tabs .dropdown_content a {
    margin-top: 10px;
}

#page_main .page_contacts .box_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .box_contacts {
        margin-bottom: 30px;
    }
}

#page_main .page_contacts .box_contacts .box_inner {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #E9EDEF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    padding: 35px 20px 40px 30px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .box_contacts .box_inner {
        padding: 25px 20px 30px 20px;
    }
}

#page_main .page_contacts .box_contacts .box_inner h5,
#page_main .page_contacts .box_contacts .box_inner .h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
}

#page_main .page_contacts .box_contacts .box_inner a {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #232B2F;
}

#page_main .page_contacts .box_contacts .box_inner .small {
    font-size: 14px;
    line-height: 18px;
    color: #627A86;
    font-weight: 400;
}

#page_main .page_contacts .box_contacts .box_inner .big {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
}

#page_main .page_contacts .box_contacts .box_inner ul li {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 4px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .box_contacts .box_inner ul li {
        font-size: 18px;
        line-height: 26px;
    }
}

#page_main .page_contacts .box_contacts .social {
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #E9EDEF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    padding: 35px 20px 40px 30px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .box_contacts .social {
        padding: 25px 20px 30px 20px;
    }
}

#page_main .page_contacts .box_contacts .social h5,
#page_main .page_contacts .box_contacts .social .h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
}

#page_main .page_contacts .box_contacts .social a {
    position: relative;
    color: #232B2F;
    padding-left: 32px;
    display: block;
    margin-bottom: 14px;
}

#page_main .page_contacts .box_contacts .social a:hover:after {
    opacity: 0.8;
}

#page_main .page_contacts .box_contacts .social a:after {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    position: absolute;
    content: '';
    background-size: 24px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
}

#page_main .page_contacts .box_contacts .social a.telegram:after {
    background-image: url("../img/icon_10.svg");
}

#page_main .page_contacts .box_contacts .social a.whatsapp:after {
    background-image: url("../img/icon_11.svg");
}

#page_main .page_contacts .box_contacts .social a.facebook:after {
    background-image: url("../img/icon_12.svg");
}

#page_main .page_contacts .box_contacts .social a.instagram:after {
    background-image: url("../img/icon_13.svg");
}

#page_main .page_contacts .box_contacts .social a.vk:after {
    background-image: url("../img/icon_14.svg");
}

#page_main .page_contacts .contacts_form {
    margin-bottom: 40px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .contacts_form {
        margin-bottom: 30px;
    }
}

#page_main .page_contacts .contacts_form .form {
    background: #FFFFFF;
    border: 2px solid #E9EDEF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    padding: 35px 20px 40px 30px;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .contacts_form .form {
        padding: 25px 20px 30px 20px;
    }
}

#page_main .page_contacts .contacts_form .form h5,
#page_main .page_contacts .contacts_form .form .h5 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
}

#page_main .page_contacts .contacts_form .form form .form_item {
    margin-bottom: 30px;
}

#page_main .page_contacts .contacts_form .form form .form_item.form_text {
    margin-bottom: 16px;
}

#page_main .page_contacts .contacts_form .form form .form_item .item .item_title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input {
    width: 100%;
    height: 40px;
    border: 1px solid #E9EDEF;
    border-radius: 4px;
    padding-left: 16px;
    color: #BAC5CB;
    font-size: 14px;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input:focus {
    border: 1px solid #0445A3;
    color: #232B2F;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-webkit-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-moz-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-ms-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-webkit-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-moz-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input:-ms-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::-ms-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item input::placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea {
    width: 100%;
    height: 104px;
    border: 1px solid #E9EDEF;
    border-radius: 4px;
    padding-top: 6px;
    padding-left: 16px;
    color: #BAC5CB;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea:focus {
    border: 1px solid #0445A3;
    color: #232B2F;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-webkit-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-moz-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-ms-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-webkit-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-moz-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea:-ms-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::-ms-input-placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_item .item textarea::placeholder {
    color: #BAC5CB;
    opacity: 1;
}

#page_main .page_contacts .contacts_form .form form .form_submit .submit {
    text-align: right;
}

#page_main .page_contacts .contacts_form .form form .form_submit .submit .btn {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    cursor: pointer;
}

@media all and (max-width: 575px) {
    #page_main .page_contacts .contacts_form .form form .form_submit .submit .btn {
        width: 100%;
        display: block;
    }
}

#page_main .page_contacts .contacts_map .map {
    border: 2px solid #E9EDEF;
    -webkit-box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    box-shadow: 0px 100px 80px rgba(2, 27, 62, 0.04), 0px 12.5216px 10.0172px rgba(2, 27, 62, 0.02);
    border-radius: 24px;
    overflow: hidden;
}


/***************************  popup  *************************/

.t-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0 20px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9999999;
    display: none;
}

.t-popup.t-popup_show {
    opacity: 1;
}

.t-popup__close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    -webkit-transition: opacity ease-in-out .3s;
    -moz-transition: opacity ease-in-out .3s;
    -o-transition: opacity ease-in-out .3s;
    transition: opacity ease-in-out .3s;
    z-index: 9;
}

.t-popup_show .t-popup__container {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.t-popup__container-animated {
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}

.t-width_6 {
    max-width: 560px;
}

.t-popup__container {
    background: #fff;
    margin: 0 auto;
    width: auto!important;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}

.t702 .t-input {
    background-color: transparent;
    -webkit-appearance: none;
}

.t-input_bbonly {
    outline: 0;
    padding-left: 0!important;
    padding-right: 0!important;
    border-top: 0!important;
    border-right: 0!important;
    border-left: 0!important;
    background-color: transparent!important;
    border-radius: 0!important;
    border-bottom: 1px solid;
}

.t-input {
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0;
}

.t-input {
    font-family: 'Muller', Arial, sans-serif;
}

.t-width_8 {
    max-width: 760px;
}

.t-width {
    width: 100%;
}

.t390__wrapper {
    padding: 40px 45px;
    display: none;
}

.t-align_left {
    text-align: left;
}

.t-heading_lg {
    font-size: 32px;
    line-height: 1.17;
}

.t-heading {
    font-family: 'Muller', Arial, sans-serif;
    font-weight: 700;
    color: #232b2f;
}

.t-align_left {
    text-align: left;
}

.t390__descr {
    margin-top: 17px;
}

.t-descr_xs {
    font-size: 16px;
    line-height: 1.55;
}

.t-descr {
    font-family: 'Muller', Arial, sans-serif;
    font-weight: 400;
    color: #232b2f;
}

.t390__btn-wrapper,
.t390__social {
    margin-top: 16px;
}

#rec211958019 .t-btn:not(.t-animate_no-hover) {
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

#allrecords a {
    color: #0445a3;
    text-decoration: none;
}

.t390__btn.t390__btn_first {
    margin-right: 4px !important;
}

.t390__btn-wrapper a {
    font-size: 20px;
}

.t-records a {
    color: #0445a3;
    text-decoration: none;
}

.t390__btn {
    font-size: 14px;
    height: 52px;
    padding: 0 25px;
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
}

.t-btn {
    display: inline-block;
    font-family: 'Muller', Arial, sans-serif;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden-popup {
    display: none;
}

.t390__wrapper.t-align_left a:hover {
    border-color: #0445a3 !important;
}

.t-popup__close:hover {
    opacity: .7;
}

@media screen and (max-width: 600px) {
    .t390__wrapper {
        padding: unset;
        width: 95%;
    }
    #page_main .page_contacts .contacts_form .form form .form_submit .submit {
        text-align: left;
    }
}


/*Заказать звонок*/

.hidden-popup-callback {
    display: none;
}

.hidden-popup-vacancy {
    display: none;
}


/* T702 */

.uploadcare-dialog.uploadcare-active {
    z-index: 9999999;
}

.t702__body_popupshowed {
    -webkit-overflow-scrolling: touch !important;
}

.t702 .t702__wrapper {
    padding: 40px 45px;
}

.t702 .t702__title {
    margin-bottom: 11px;
}

.t702 .t702__text-wrapper {
    margin-bottom: 24px;
}

.t702 .t702__text {
    margin-top: 20px;
}

.t702 .t702__img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 640px) {
    .t702 .t702__title {
        margin-bottom: 6px;
    }
    .t702 .t702__text-wrapper {
        margin-bottom: 14px;
    }
    .t702 .t702__wrapper {
        padding: 20px;
    }
}


/* T702 form */

.t702 .t-form__errorbox-item {
    word-break: break-word;
}

.t702 .t-form__inputsbox {
    -webkit-transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: max-height 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 10000px;
}

.t702 .t702__inputsbox_hidden.t-form__inputsbox {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
}

.t702 .t-input-group {
    margin-bottom: 25px;
}

.t702 .t-input {
    background-color: transparent;
    -webkit-appearance: none;
}

.t702 .t-input-block textarea {
    padding-top: 17px;
    background-color: transparent;
}

.t702 .t-input-block textarea.t-input_pvis {
    padding-top: 26px;
}

.t702 .t-input-title {
    padding-bottom: 5px;
}

.t702 .t-input-subtitle {
    padding-bottom: 15px;
}

.t702 .t-input-group_rd .t-input-subtitle {
    padding-bottom: 5px;
}

.t702 .t-inputtime,
.t702 .t-datepicker__wrapper {
    max-width: 245px;
}

.t702 .t-form__submit {
    display: block;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    margin-top: 25px;
}

.t702 .t-submit {
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
}

.t702 .t-form_bbonly .t-input-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.t702 .t-form_bbonly .t-input-subtitle {
    padding-bottom: 0;
    padding-top: 5px;
}

.t702 .t-form__inputsbox .t-input-group_st .t-input-block {
    display: none;
    margin-bottom: 0;
}

.t702 .t702__form-bottom-text {
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .t702 .t-input-group {
        margin-bottom: 20px;
    }
    .t702 .t-input-block textarea {
        padding-top: 12px;
    }
    .t702 .t-submit,
    .t702 .t-input {
        height: 50px;
        font-size: 16px;
    }
    .t702 .t-input {
        padding: 0 14px;
    }
    .t702 .t-input__vis-ph {
        top: 17px;
    }
    .t702 .t-input_pvis {
        padding: 22px 20px 10px 20px;
    }
    .t702 .t-input-block textarea.t-input_pvis {
        padding-top: 22px;
    }
}

@media screen and (max-width: 480px) {
    .t702 .t-inputtime,
    .t702 .t-datepicker__wrapper {
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .t702 .t-popup_show .t-popup__container {
        max-width: 100%;
        right: 0;
        left: 0;
        top: 0px;
        bottom: 0px;
        padding-top: 50px;
        margin: 0px;
        box-sizing: border-box;
        min-height: 100vh;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: relative;
    }
    .t702 .t-popup {
        padding: 0px;
    }
    .t702 .t-popup__close {
        width: 100%;
        height: 50px;
        background: #000;
        position: fixed;
        display: table;
        z-index: 2;
        left: 0;
        right: 0;
        top: 0;
    }
    .t702 .t-popup__close-wrapper {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: 100%;
        padding-right: 20px;
        font-size: 0;
    }
    .t702 .t-popup__close-icon {
        width: 16px;
    }
}

#main_blog .box .box_inner {
    color: #232B2F;
    display: block;
    width: 100%;
    border: 2px solid rgba(15, 94, 219, 0.12);
    -webkit-box-shadow: 0px 12.5216px 10.0172px rgb(2 27 62 / 2%);
    box-shadow: 0px 12.5216px 10.0172px rgb(2 27 62 / 2%);
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
    padding: unset!important;
}

#main_blog .box .box_inner {
    color: #232B2F;
    display: block;
    width: 100%;
    border: 2px solid rgba(15, 94, 219, 0.12);
    -webkit-box-shadow: 0px 12.5216px 10.0172px rgb(2 27 62 / 2%);
    box-shadow: 0px 12.5216px 10.0172px rgb(2 27 62 / 2%);
    border-radius: 24px;
    overflow: hidden;
    background-color: #fff;
}

#main_blog .box .box_inner .img {
    width: 100%;
    height: 224px;
}

#main_blog .box .box_inner .img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#main_blog .content {
    padding: 40px 40px 40px 40px!important;
}

.price-new {
    margin-top: 80px;
    display: block;
    color: gray;
    font-weight: 100;
    font-size: 20px;
    line-height: 32px;
    text-decoration: line-through;
}

.price-free {
    margin-top: unset;
    display: block;
    color: #0445A3;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
}

.top-new {
    height: 100px;
}

.icon-size {
    width: 64px;
    height: 62px;
}

.slider_image img {
    max-width: 100%;
}

.pt-96 {
    padding-top: 96px!important;
}


/*@media (min-width: 1100px) {*/


/*  .container.center.reviews-new {*/


/*    !* height: 500px; *!*/


/*    line-height: 400px;*/


/*    text-align: center;*/


/*    !* border: 2px dashed #f69c55; *!*/


/*  }*/


/*}*/


/*#testimonials .testimonials_slider .slide .slide_inner {*/


/*  max-width: 1048px;*/


/*  width: 100%;*/


/*  margin: 0 auto;*/


/*  display: inline-block;*/


/*  vertical-align: middle;*/


/*  line-height: normal;*/


/*}*/

#two-tariffs .box_heading {
    margin-bottom: 40px;
}

#two-tariffs .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

#two-tariffs .box .box_inner {
    width: 100%;
    background: rgba(15, 94, 219, 0.08);
    border-radius: 32px;
    padding: 48px;
}

#two-tariffs .box .box_inner .text {
    /*max-width: 413px;*/
    width: 100%;
    min-height: 160px;
    text-align: center;
}

#two-tariffs .box .box_inner .img {
    margin-bottom: 40px;
}

#two-tariffs .box .box_inner h5,
#two-tariffs .box .box_inner .h5 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
    font-weight: 400;
}

#two-tariffs .box .box_inner p {
    line-height: 26px;
}

#two-tariffs .btn.big {
    font-size: 20px;
    line-height: 24px;
    padding: 15px 32px;
    border-radius: 18px;
    margin: auto;
}

#two-tariffs .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

#two-tariffs .box_inner div:nth-child(2) {
    padding-top: 60px;
    font-weight: bold;
    text-align: center;
}

#advantages .box_heading_new {
    margin-bottom: 40px;
}

#advantages .box_heading_new h2,
#advantages .box_heading_new .h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    /* max-width: 300px; */
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    #two-tariffs .parent {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 0px;
        max-width: 99%;
        margin: auto;
    }
}

.heading-two {
    max-width: 496px;
    width: 100%;
    margin: 0 auto;
}

.pt-56 {
    padding-top: 56px!important;
}