

/* Start:/bitrix/templates/tm/assets/fonts/font.css?16831287212030*/
@font-face {
    font-family: 'Gerbera';
    src: url('/bitrix/templates/tm/assets/fonts/Gerbera.eot');
    src: local('Gerbera'), local('Gerbera'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera.woff2') format('woff2'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera.woff') format('woff'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('/bitrix/templates/tm/assets/fonts/Gerbera-Light.eot');
    src: local('Gerbera Light'), local('Gerbera-Light'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Light.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Light.woff2') format('woff2'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Light.woff') format('woff'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('/bitrix/templates/tm/assets/fonts/Gerbera-Black.eot');
    src: local('Gerbera Black'), local('Gerbera-Black'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Black.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Black.woff2') format('woff2'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Black.woff') format('woff'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('/bitrix/templates/tm/assets/fonts/Gerbera-Bold.eot');
    src: local('Gerbera Bold'), local('Gerbera-Bold'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Bold.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Bold.woff2') format('woff2'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Bold.woff') format('woff'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gerbera';
    src: url('/bitrix/templates/tm/assets/fonts/Gerbera-Medium.eot');
    src: local('Gerbera Medium'), local('Gerbera-Medium'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Medium.eot?#iefix') format('embedded-opentype'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Medium.woff2') format('woff2'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Medium.woff') format('woff'),
        url('/bitrix/templates/tm/assets/fonts/Gerbera-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



body {
    font-family: 'Gerbera';
}
/* End */


/* Start:/bitrix/templates/tm/assets/css/style.css?170801396837918*/
*,
::after,
::before {
    box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul {
    margin: 0
}

img {
    max-width: 100%;
    display: block
}

body {
    min-height: 100vh
}

button {
    border: none;
    outline: 0
}


button:hover {
    cursor: pointer;
}

button,
input,
textarea {
    font: inherit
}

body,
html {
    scroll-behavior: smooth
}


body {
    color: #191919;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    background: #fff;
    min-width: 375px;
    overflow-x: hidden;
    position: relative
}

h2 {
    font-size: 40px;
    font-weight: 300;
}

h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

p {
    font-size: 14px;
}

.main-wrapper1 {
    overflow: visible;
    min-height: 100%;
    position: relative
}

.container1 {
    max-width: 1150px;
    width: 100%;
    padding: 0 20px;
    margin: auto
}


/* lizing */

.lizing__banner {

    margin-bottom: 47px;
}

.section-title1 {
    color: #191919;
    margin-bottom: 50px;
}

h2.section-title1 {
    font-size: 40px;
}

.delivery h2.section-title1 {margin-bottom: 0px; line-height: normal;}

.lizing__banner-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.lizing__banner-wrapper::after {
    position: absolute;
    content: '';
    width: 38px;
    height: 30px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_a.png) no-repeat;
    top: calc(100% - 23px);
    left: -47px;
    z-index: -10;
}

.lizing__banner-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lizing__banner-text {
    line-height: 18px;
    margin-right: 35px;
}

.lizing__banner-text span {
    color: #00aac9;
}

.lizing__banner-img {
    width: 253px;
    height: 253px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.lizing__banner-img img {
    width: 100%;
    height: 100%;
}

.lizing__banner-controls {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    font-weight: bold;
    border: 0px;
    text-decoration: none;
}

.lizing__banner-controls a {
    color: #fff !important;
    font-weight: bold;
    border: 0px !important;
    text-decoration: none;
}

.lizing__banner-controls a:hover {
    color: #00bbdd!important;
}
.button {
    display: inline-flex;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    background: #00bbdd;
    padding: 0 48px;
    line-height: 44px;
    border-radius: 25px;
    transition: all .1s linear;
}

.button:hover {
    color: #00bbdd;
    background: #fff;
    transition: all .1s linear;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 187, 221, 1) inset;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 187, 221, 1) inset;
    box-shadow: 0px 0px 0px 1px rgba(0, 187, 221, 1) inset;
}


/* benefits */ 


.benefits {
    margin-bottom: 68px;
}

.benefits__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.benefits__wrapper::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 900px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_b.png) repeat-y;
    left: -47px;
    bottom: calc(0% - 123px);
    z-index: -10;
}

.benefits__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.benefits__list-item {
    flex: 0 1 33.333%;
    margin-bottom: 30px;
}

.benefits__list-item.item-xl {
    flex: 0 1 50%;
}

.benefit-name {
    font-size: 18px;
    line-height: 1;
    color: #00aac9;
    margin-bottom: 6px;
}

.benefits__banner {
    border-radius: 35px;
    overflow: hidden;
    max-height: 253px;
    max-width: 100%;
}

.benefits__banner img {
    width: 100%;
    height: 100%;
}


/* calculator */ 

.calculator {
    margin-bottom: 34px;
}

.calculator h2 {line-height: 44px;}

.calculator__wrapper {
    position: relative;
}

.calculator__wrapper::before {
    position: absolute;
    content: '';
    width: 38px;
    height: 30px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_c.png) no-repeat;
    top: calc(0% - 100px);
    left: -47px;
    z-index: -10;
}

.calculator__wrapper::after {
    position: absolute;
    content: '';
    /* left: calc(34% + 5px); */
    left: 41%;
    transform: translate(-41%, 0);
    width: 174px;
    height: 105px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_2a.png) no-repeat;
    top: calc(100% + 8px);
    z-index: -10;
}

.calculator__wrapper iframe {
    width: 100%;
    max-height: auto;
}

.wg__form {
    display: none !important;
    width: 10px;
}
.calculator-form {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 0 -15px;
}

.calculator__side {
    width: calc(100%/2 - 30px);
    margin: 0 15px 0 15px;
}

.calculator_box {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 18px 25px;
}

.calculator_box:not(:last-child) {
    margin-bottom: 25px;
}

.calculator_box-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
    align-items: center;
}

.calculator-text {
    font-size: 18px;
}

.calculator-input {
    border: none;
    outline: none;
    background: #f3f3f3;
    font-size: 18px;
    text-align: center;
    padding: 6px 0;
    max-width: 172px;
    border-radius: 7px;
    display: inline-flex;
}


input.input-percent {
    max-width: 57px;
}

.irs--round .irs-min, .irs--round .irs-max {
    font-family: 'Gerbera';
}

.calcutator-note {
    font-size: 12px;
    line-height: 14px;
    color: #b2b2b2;
    max-width: 480px;
    margin: auto;
}

.calculator__side.rightside .calculator_box {
    padding: 35px 30px 74px 30px;
}

.calculator_box-top {
    padding: 0px 0 50px 0;
    border-bottom: 1px solid #eeeeee;
}
.calculator_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator_row:not(:last-child) {
    margin-bottom: 30px;
}

.calculator-counts {
    font-size: 18px;
    color: #191919;
    line-height: 1;
}

.calculator-counts.summ {
    font-size: 24px;
    font-weight: 500;
}
.calculator_box-total {
    padding: 50px 0 0 0;
}

.calculator_side-title {
    font-size: 30px;
    color: #191919;
    margin-bottom: 62px;
}

.calculator-controls {
    display: flex;
    justify-content: center;
}

button.calculate {
   padding: 0 85px;
}

.calculator-controls a.calculate {
    color: white;
    font-weight: 600;
    padding: 0 85px;
    border: none;
}
.calculator-controls a.calculate:hover {
    color: #00bbdd;
}
/* examples */ 

.examples {
    margin-bottom: 30px;
}

.examples .section-title .decor {
    position: relative;
}

/* .examples .section-title .decor::after {
    position: absolute;
    content: '';
    left: 18px;
    bottom: 20px;
    width: 174px;
    height: 105px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_2a.png) no-repeat;
} */

.swiper.examples__slider {
    padding: 10px;
    margin: -10px;
}

.swiper-slide.example__slide {
    max-width: 540px;
    width: 100%;
    display: flex;
    padding: 22px 22px 25px 50px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.example__slide-image {
    flex-shrink: 0;
    margin-right: 45px;
}

.example__slide-content {
    width: 100%;
}

.example-name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.example-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 28px;
}

.feature {
    font-size: 16px;
    color: #191919;
}

.feature-inf {
    font-size: 18px;
    color: #191919;
}

.slider-dots {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.slider-dots .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 6px;
    background: #00bbdd;
    opacity: 1;
    transition: all .2s linear;
}

.slider-dots .swiper-pagination-bullet-active {
    width: 26px;
    height: 6px;
    background: #00bbdd;
    transition: all .2s linear;
}

/* callback */

.callback {
    margin-bottom: 50px;
}

.callback__wrapper {
    padding-bottom: 30px;
}

.callback__form {
    background: #fff;
    border-radius: 25px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.callback__form button {
    padding: 0 90px;
}

.callback__form-fields input {
    margin-bottom: 16px;
}

.callback__form-fields textarea {
    border: 0px;
}

input[type="text"], 
input[type="tel"],
input[type="email"],
textarea {
    border: none;
    outline: 0;
    background: #fff;
    border-radius: 7px;
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 30px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

input.calculator-input.input-percent {
    padding: 14px 0px;
}

textarea {
    resize: none;
}

.callback__form-main {
    position: relative;
    padding: 42px 30px 50px 65px;
    display: flex;
    flex-direction: column;
}

.callback__form-top {
    margin-bottom: 25px;
}

.callback__form-title {
    font-size: 30px;
    line-height: 44px;
}

.callback__form-desc {
    font-size: 16px;
    line-height: 24px;
}

.callback__form-fields {
    display: flex;
    flex-direction: column;
}

.callback__form-controls {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.callback__form-img {
    max-width: 510px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 0 25px 25px 0;
    overflow: hidden;
}

input::-moz-placeholder { 
    color: #191919; 
    opacity: 1;
    transition: all .2s linear;
}
input::-webkit-input-placeholder { 
    color: #191919; 
    opacity: 1;
    transition: all .2s linear;
}
textarea::-moz-placeholder { 
    color: #191919; 
    opacity: 1;
    transition: all .2s linear;
}
textarea::-webkit-input-placeholder { 
    color: #191919; 
    opacity: 1;
    transition: all .2s linear;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: all .2s linear;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder  {
    opacity: 0;
    transition: all .2s linear;
}


/* documents */ 

.documents {
    margin-bottom: 55px;
}

.documents__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.document-file {
    display: flex;
    align-items: center;
    text-decoration: none;
}

a.document-file {
    text-decoration: none;
    border: 0px !important;
}
a.document-file :hover {
    color: #ff3300;
}

.document-icon {
    margin-right: 20px;
    width: 43px;
    height: 45px;
}

.documet-name {
    color: #191919;
    line-height: 24px;
    font-size: 18px;
}

/* choose */ 

.choose {
    margin-bottom: 30px;
}

.choose__wrapper {
    display: flex;
    justify-content: space-between;
}

.choose__content {
    display: flex;
    flex-direction: column;
    /* max-width: 700px; */
    padding-right: 60px;
}

.choose__content h2.section-title1 {
    margin-bottom: 33px;
}


.choose__content article {padding-top: 0px;}

.section-article article {
    font-size: 20px;
    line-height: 24px;
}

.section-article article ul {
    /* list-style: none; */
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 18px;
}

::marker {
    font-size: 17px;
    color: #00bbdd;
}

.section-article article ul li {
    position: relative;
}

.section-article article ul li:not(:last-child) {
    margin-bottom: 15px;
}


.choose__brands {
    display: flex;
    padding: 85px 0 40px 0;
}

.art-brand {
    display: flex;
    align-items: center;
}

.art-brand:not(:last-child) {
    margin-right: 36px;
}

.art-brand_info {
    display: flex;
    flex-direction: column;
    margin-left: 5px;
}

.brand-name {
    font-size: 18px;
    color: #00aac9;
}

.brand-desc {
    display: flex;
    font-size: 14px;
}

.brand-desc a {
    text-decoration: none;
    color: #191919;
}

.choose__banner {
    position: relative;
    max-width: 250px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 175px;
}

.choose__banner::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    transform: translate(-10px, 0px);
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_3.png) no-repeat;
    width: 27px;
    height: 460px;
}

.choose__banner img {
    width: 100%;
    height: 100%;
    border-radius: 175px;
    overflow: hidden;
}

/* footbanner */ 

.footbanner {
    padding: 66px 0 80px 0;
    background: #00bbdd;
    /* overflow: hidden; */
}

.footbanner__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.footbanner_img {
    position: absolute;
    left: 0;
   bottom: 0;
   transform: translate(0, 80px);
}

.footbanner_img::after {
    position: absolute;
    content: '';
    left: 10px;
    bottom: 0;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/spot.png) no-repeat;
    width: 587px;
    height: 425px;
    z-index: -10;
}

.footbanner_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 622px;
    position: relative;
    left: 60px;
}

.footbanner-title {
    font-size: 38px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
}

.footbanner-desc {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 50px;
}

.button-white {
    display: flex;
    text-decoration: none;
    color: #202020;
    font-size: 24px;
    line-height: 36px;
    padding: 12px 35px;
    background: #e6f8ff;
    border-radius: 5px;
}


/* oplata page */
/* pays */ 

.pays {
    padding: 0 0 76px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 45px;
}

.pays__wrapper {
}

.pay__banner {
    border-radius: 73.5px;
    overflow: hidden;
    padding: 22px 28px 22px 28px;
    display: flex
}

.pay__banner:not(:last-child) {
    margin-bottom: 24px;
}

.pay__banner.type-1 {
    background: url(/bitrix/templates/tm/assets/css/../img/op_img-1.jpg) no-repeat;
    background-size: cover;
    justify-content: flex-end;
}

.pay__banner.type-2 {
    background: url(/bitrix/templates/tm/assets/css/../img/op_img-2.jpg) no-repeat;
    background-size: cover;
    justify-content: flex-start;
}

.pay__banner.type-3 {
    background: url(/bitrix/templates/tm/assets/css/../img/op_img-3.jpg) no-repeat;
    background-size: cover;
    justify-content: flex-start;
}

.pay__banner.type-2 .pay__banner-desc ul {
    padding: 0;
}

.pay__banner.type-3 .pay__banner-content  {
    width: 100%;
}

.pay__banner.type-3 .pay__banner-content span {
    color: #00accb;
}

.pay__banner-content {
    border-radius: 50.5px;
    background: rgba(255, 255, 255, 0.85);
    padding: 12px 60px;
}

.pay__banner.type-1 .pay__banner-content {
    max-width: 805px;
    width: 100%;
}

.pay__banner.type-1 .pay__banner-desc {
    position: relative;
}

.pay__banner.type-1 .pay__banner-desc::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 35px;
    left: -14px;
    top: 7px;
    border-radius: 5px;
    background: #00bbdd;
}

.pay__banner-title {
    font-size: 22px;
    line-height: 24px;
    color: #01aac9;
    margin-bottom: 5px;
}


.pay__banner-desc {
    font-size: 16px;
    line-height: 24px;
    color: #414141;
}

/* terms */ 

.terms {
    margin-bottom: 85px;
    padding: 0px;
}

.terms__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
}

.terms__card {
    width: calc(100% / 4 - 30px);
    margin: 0 15px 0 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px 30px 25px;
}

.terms__card-top {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 25px;
}

.terms__card-content ul {
    padding: 0 18px;
    font-size: 14px !important;
    line-height: 16px;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
}

.terms__card-content li {
    font-size: 16px !important;
}

.terms__card-content ul li:not(:last-child) {
    margin-bottom: 13px;
}

.terms__card-icon {
    font-size: 44px;
    margin-right: 20px;
}

.terms__card:first-child .terms__card-icon {
    color: #f34b6b;
}

.terms__card:nth-child(2) .terms__card-icon {
    color: #1fe5a6;
}

.terms__card:nth-child(3) .terms__card-icon {
    color: #00bbdd;
}

.terms__card:nth-child(4) .terms__card-icon {
    color: #ae4bf3;
}

.terms__card-title {
    font-size: 18px;
    line-height: 24px;
}

/* delivery */ 

.delivery {
    margin-bottom: 115px;
    padding: 0px;
}

.delivery .section-title {
    margin-bottom: 0;
}

.delivery .section-subtitle {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 30px;
}

.section-desc {
    display: block;
    color: #00aac9;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.delivery__note {
    display: flex;
    align-items: center;
    max-width: 640px;
    margin-bottom: 45px;
}

.delivery__note .gerb {
    margin-right: 18px;
    flex-shrink: 0;
}

.delivery__benefits {
    display: flex;
    flex-wrap: wrap;
    max-width: 830px;
}

.delivery__banner {
    border-radius: 35px;
    overflow: hidden;
}

/* transport */ 

.transport__banner {
    margin-bottom: 115px;
    marker-top: 0px;
    padding-top: 0px;
}

.transport__banner .section-title {
    margin-bottom: 30px;
}

.transport__banner-images {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    height: 252px;
    width: 100%;
    z-index: 2;
}

.banner-image_text {
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    position: absolute;
    bottom: 26px;
    z-index: 10;
    max-width: 170px;
}

.transport__banner-image.img-1 .banner-image_text {
    left: 50px;
}

.transport__banner-image.img-2 .banner-image_text {
    left: 150px;
}

.transport__banner-image.img-3 .banner-image_text {
    left: 150px;
}

.transport__banner-image.img-4 .banner-image_text {
    left: 142px;
    max-width: 220px;
}


.transport__banner-image {
    position: absolute;
    height: 252px;
}

.transport__banner-image img {
    height: 252px;
    width: 100%;
}

.transport__banner-image::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
}

.transport__banner-image.img-1 {
    left: 0;
    clip-path: none;
    z-index: -1;
}

.transport__banner-image.img-2 {
    left: 150px;
    clip-path: polygon(40% 0, 100% 0%, 100% 100%, 20% 100%);
}

.transport__banner-image.img-3 {
    left: 450px;
    clip-path: polygon(34% 0, 97% 0%, 78% 100%, 20% 100%);
}

.transport__banner-image.img-4 {
    right: 0;
    z-index: -1;
    clip-path: none;
}


/* advantage */ 

section.advantage {margin-bottom: 50px;
}

.advantage .section-title {
    margin-bottom: 80px;
}

.advantage__wrapper {
    position: relative;
    padding: 0 0 100px 0;
}

.advantage_banner {
}
.advantage_banner-title {
    font-size: 56px;
    line-height: 60px;
    font-weight: bold;
    max-width: 720px;
    margin-bottom: 14px;
    padding-top: 15px;
    font-family: 'Gerbera';
}

.advantage_banner-note {
    border-radius: 50.5px;
    background: rgba(255, 255, 255, 0.85);
    padding: 22px 40px 22px 5px;
    max-width: 805px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 18px;
}

.advantage_banner-note ul {
    padding: 0 0 0 22px;
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.advantage_banner-note ul li {
}

.advantage_banner-note ul li:last-child {
    margin-bottom: 0px;
}



.advantage_banner-image {
    position: absolute;
    right: 0;
    top: 65px;
    z-index: -1;
}

.advantage_banner-image img {
    border-radius: 182px; 
    overflow: hidden;
}

.advantage_banner-image::after {
    position: absolute;
    content: '';
    left: -25px;
    bottom: 10px;
    width: 859px;
    height: 151px;
    background: url(/bitrix/templates/tm/assets/css/../img/decor/dec_4.png) no-repeat;
    transform: translate(0, 10px);
}

.advantage_banner-works {
    display: flex;
    margin: 0 -15px;
}
.advantage_work {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
}

.advantage_work:not(:last-child)::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 18px;
    background: #00bbdd;
}

.advantage_work span {
    color: #00aac9;
}

/* teampro */ 

section.teampro {margin-top: 0px; padding-top: 0px;}

.teampro h2.section-title1 {margin-bottom: 0px; line-height: normal;}

.teampro {
    margin-bottom: 40px;
    padding: 40px 0;
}

.teampro__top {
    display: flex;
    justify-content: space-between;
}

.teampro .section-title {
    margin-bottom: 0;
}
.teampro .section-desc {
    margin-bottom: 50px;
}

.teampro__top-logo {
    opacity: .1;
}

.teampro__top-title {
    padding-top: 10px;
}

.teampro__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
}

.teampro__item {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 25px 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 14px 20px 14px 26px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 40px;
}

.teampro__item_ser {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 25px 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 23px 20px 23px 26px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding-left: 40px;
    font-size: 14px;
    line-height: 1.2;
}

.teampro__item-icon {
    font-size: 45px;
    margin-right: 10px;
    line-height: 1;
}
.teampro__item-icon li {
    padding-right: 5px;
}
.teampro__item-name {
    font-size: 18px;
    line-height: 150%;
}
.teampro__item-name_ser {
    font-size: 14px;
    line-height: 1.2;
}


.teampro__item:first-child .teampro__item-icon {
    color: #f34b6b;
}

.teampro__item:nth-child(2) .teampro__item-icon {
    color: #4fd0e8;
}

.teampro__item:nth-child(3) .teampro__item-icon {
    color: #ae4bf3;
}

.teampro__item:nth-child(4) .teampro__item-icon {
    color: #f3b64b;
}

.teampro__item:nth-child(5) .teampro__item-icon {
    color: #f34b6b;
}

.teampro__item:nth-child(6) .teampro__item-icon {
    color: #14c0e0;
}

.teampro__item:nth-child(7) .teampro__item-icon {
    color: #ae4bf3;
}

.teampro__item:nth-child(8) .teampro__item-icon {
    color: #1fe5a6;
}

.teampro__item:nth-child(9) .teampro__item-icon {
    color: #ae4bf3;
}

/* contracts */ 

.contracts {
    margin-bottom: 60px;
}


.contracts__banner {
    background: url(/bitrix/templates/tm/assets/css/../img/banner_3.jpg) no-repeat;
    border-radius: 0 126px 126px 0;
    overflow: hidden;
    padding: 62px 0 60px 0;
    background-size: cover;
}

.contracts__banner-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    margin-left: 0px;

}

.contracts__banner ul.contracts__banner-list {
    margin-left: 0px; 
    margin-top: 0px; 
    margin-bottom: 10px;  
}


.contracts__banner-list li {
    max-width: 200px;
    font-size: 17px;
    line-height: 16px;
    color: #00aac9;
}

.contracts__banner-list li {
    list-style: none !important;
}

.contracts__banner-list li:not(:last-child) {
    margin-right: 45px;
}

.contracts__banner-text {
    max-width: 540px;
    font-size: 18px;
    line-height: 24px;
}

.contracts__banner-text span {
    color: #00aac9;
}


/* finance */ 

.finance {
    padding-bottom: 35px;
    border-bottom: 0px;
    margin-bottom: 50px;
}

.finance__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 0 -15px;
}

section.servicecenter div.teampro__item{
    padding-left: 40px;
}

.finance__list .teampro__item {
    width: calc(100%/4 - 30px);
    margin: 0 15px 15px 15px;
}



/* servicecenter */ 

.servicecenter {
    margin-bottom: 198px;
}

.servicecenter .section-title {
    margin-bottom: 30px;
}

.servicecenter_works {
    display: flex;
    align-items: center;
    margin: 0 -35px 26px -35px;
}

.servicecenter-item {
    position: relative;
    padding: 0 35px;
    font-size: 14px;
    line-height: 16px;
}

.servicecenter-item span {
    color: #00aac9;
}

.servicecenter-item:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #00aac9;
}

.servicecenter__banner {
    display: flex;
    align-items: flex-start;
    background: url(/bitrix/templates/tm/assets/css/../img/banner_4.jpg) no-repeat;
    background-size: cover;
    padding: 66px 65px 66px 65px;
    border-radius: 0 126.5px 126.5px 126.5px;
}


.servicecenter__banner-gerb {
    max-width: 60px;
    max-height: 66px;
    flex-shrink: 0;
    margin-right: 36px;
    padding-top: 10px;
}

.servicecenter__banner-gerb img {
    width: 100%;
    height: 100%;
}

.servicecenter__banner-text {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    max-width: 395px;
    font-weight: bold;
}

.servicecenter__banner-text span {
    font-size: 36px;
}


/* about */ 

.owlimgab {
    margin-top: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.about {
    padding-bottom: 70px;
    margin-bottom: 95px;
}

section.about {
    margin: 0px;
    padding: 0px;
    padding: 30px 0 !important;
    margin-bottom: 90px;
}

.owlabout .owl-item img {margin: 0 auto; margin-top: 20px;}


.about .section-title {
    margin-bottom: 60px;
}

.about__banner {
    position: relative;
}

.about__banner-title {
    font-size: 56px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 36px;
    max-width: 935px;
    font-family: 'Gerbera';
}

.about__banner-stat {
    display: flex;
    flex-direction: column;
}

.about__stat-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 22px;
    font-family: 'Gerbera';
}

.about__stat-list {
    display: flex;
    align-items: center;
    margin: 0 -20px 0 -20px;
}
.stat__list-item {
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
}

.stat__list-item.accent {
    color: #00aac9;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.stat__list-item:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: #00aac9;
}

.about__banner-img {
    position: absolute;
    right: 0;
    top: -24px;
    z-index: -10;
    border-radius: 173.5px;
    overflow: hidden;
}


/* brands */ 

.dover .container1 h2.section-title1 {
    margin-bottom: 0px;
}

.brands {
    background: #f5f5f5;
    padding-bottom: 26px;
    margin-bottom: 80px;
    padding-top: 0px;
}

section.brands {height: 125px;}
section.back {margin-bottom: 80px;}

.block-shadows-line img {margin: 0 auto;}
.block-shadows-line p {font-size: 13px;}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.back-inner {padding-top: 10px; padding-bottom: 10px; color: white;}

img.img-ser {display: inline-block;}
div.phoneser {margin-top: 13px;}
div.phoneser a {color: white; font-size: 22px; border: none; }
.call-button {margin-top: 10px;}
.title-white {margin-bottom: 10px;}
/* services */ 


.services {
    padding-bottom: 20px;
    border-bottom: none;
    margin-bottom: 68px;
}

.services__wrapper {
    padding: 35px 0 25px 0px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.services__cards-list {
    display: flex;
    margin: 0 -15px;
}

.service__card {
    position: relative;
    display: flex;
    width: calc(100%/5 - 30px);
    margin: 0 15px 0 15px;
    flex-direction: column;
    align-items: center;
}
.service__card-icon {
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
}

.service__card-text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.service__card:not(:last-child):after {
    position: absolute;
    content: '';
    width: 1px;
    height: 64px;
    background: #eaeaea;
    right: -15px;
    top: 0;
}

/* structure */

.structure .section-title span {
    display: block;
    color: #00bbdd;
    line-height: 1.8em;  
}

.section-title1 span {
    display: block;
    color: #00bbdd;
    line-height: 2em; 
}

.structure {
    margin-bottom: 170px;
}

section.structure {
    padding-bottom: 0px;
    margin-bottom: 50px;
}



/* statisctic */ 

.statisctic {
    margin-bottom: 70px;
}

.statisctic .section-title {
    line-height: 44px;
}

.statisctic__wrapper {
    display: flex;
    flex-direction: column;
}

.statisctic__top {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 0 40px 0;
    margin-bottom: 30px;
}

.statisctic__top-item {
    width: calc(100%/4 - 10px);
    margin: 0 5px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.stat-count {
    font-size: 40px;
    line-height: 30px;
    color: #191919;
    margin-bottom: 16px;
}

.stat-count span {
    color: #00aac9;
}

.stat-desc {
    font-size: 14px;
    color: #636363;
}



.statisctic__chart {
    position: relative;
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 0 30px 0;
}


.statisctic__chart-name {
    position: absolute;
    font-size: 24px;
    left: 90px;
    top: 66px;
}


.statisctic__chart-list {
    display: flex;
}

.statisctic__chart-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.statisctic__chart-item:not(:last-child) {
    margin-right: 90px;
}

.chart-item_top {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.chart-price {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #191919;
    line-height: 24px;
    font-family: 'Gerbera'
}

.chart-year {
    display: block;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Gerbera'
}

.chart-col {
    width: 160px;
    background: linear-gradient(180deg, rgba(50,250,247,1) 0%, rgba(0,187,221,1) 100%);
    border-radius: 10px;
    max-height: 420px;
    max-width: 160px;
    overflow: hidden;
}

/* map */ 

.map {
    margin-bottom: 100px;
}

.map .section-title {
    margin-bottom: 35px;
}

.map__wrapper {
    position: relative;
}

.map .section-subtitle {
    position: absolute;
    left: 0;
    top: 90px;
    color: #191919;
}

h5.section-subtitle {
    position: absolute;
    left: 0;
    color: #191919 !important;
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
}
h5.section-subtitle1 {
    color: #191919 !important;
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
    margin-bottom: 24px;
}

#map_box {
    position: relative;
}

.map__elements {
    position: absolute;
    width: 100%;
    height: 100%;
}
.map__marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

#marker-1 {
    left: 44px;
    top: 152px;
}

#marker-2 {
    left: 160px;
    top: 268px;  
}

#marker-2 .map__marker-inform {
    background: linear-gradient(90deg, rgba(0,187,221,1) 0%, rgba(0,207,219,1) 100%);
    color: #fff;
}

#marker-2 .map__marker-inform .map__marker-inform-title,
#marker-2 .map__marker-inform .map__marker-inform-desc {
    color: #fff;
}

#marker-2 .map__marker-inform::after  {
    border-top: 7px solid rgb(1 197 233)
}


#marker-3 {
    left: 347px;
    top: 343px;
}

#marker-4 {
    left: 880px;
    top: 485px;
}
#marker-5 {
    left: -16px;
    top: 414px;
}

.map__marker-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #fff;
}

.map__marker-mark i {
    font-size: 19px;
    color: #00bcdd;
}

.map__marker-inform {
    position: relative;
    min-width: 186px;
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.map__marker-inform::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 7px solid rgb(255, 255, 255);
}

.map__marker-inform-title {
    font-size: 18px;
    line-height: 18px;
    color: #191919;
    margin-bottom: 12px;
}

.map__marker-inform-desc {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 16px;
    color: #636363;
}


.map__marker-inform-icon {
    position: absolute;
    width: 45px;
    height: 45px;
    right: calc(-15px / 1);
    top: 51%;
    transform: translate(0, -50%);
}


/* sertificates */ 

.sertificates {
    margin-bottom: 80px;
    margin-top: 120px;
}

.sertificates__list {
    display: flex;
    margin: 0 -15px;
    margin-left: 0px;
}
.sertificate-item {
    position: relative;
    display: flex;
    width: calc(100% / 6 - 30px);
    margin: 0 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sertificate-item::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url(/bitrix/templates/tm/assets/css/../img/icons/svg/full.svg) no-repeat, 
            rgba(0, 0, 0, 0.25);
    background-size: 20%;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all .1s linear;
}

.sertificate-item:hover::after {
    opacity: 1;
    visibility: visible;
    transition: all .1s linear;
}
.certimg {margin-right: 20px; margin-bottom: 20px;}
.certimg img {display: inline; margin-bottom: 20px;}
.certimgwrap {margin-right: 8px;}

/* activity */ 

.activity {
    margin-bottom: 100px;
}

.activity .section-title {
    margin-bottom: 35px;
}

.activity_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.activityimg {
    width: 275px;
    height: auto;
    display: inline;
}
/* End */


/* Start:/bitrix/templates/tm/assets/css/media.css?170291175923775*/
@media screen and (max-width: 1230px) {
    
    .lizing__banner-wrapper::after,
    .benefits__wrapper::before,
    .benefits__wrapper::after,
    .calculator__wrapper::before,
    .calculator__wrapper::after,
    .choose__banner::after {
        display: none;
    }


    .transport__banner-images {
        display: flex;
    }

    .transport__banner-image {
        position: relative;
        flex: 0 1 25%;
    }

    .transport__banner-image img {
        object-fit: cover;
    }

    .transport__banner-image.img-2 {
        left: 0;
        clip-path: none;
    }

    .transport__banner-image.img-2 .banner-image_text {
        left: 50px;
    }

    .transport__banner-image.img-3 {
        left: 0;
        clip-path: none;
    }

    
    .transport__banner-image.img-3 .banner-image_text {
        left: 50px;
    }

    .transport__banner-image.img-4 {
        clip-path: none;
    }

    .transport__banner-image.img-4 .banner-image_text {
        left: 50px;
    }

    .footbanner {
        padding: 20px 0 80px 0;
    }

    .footbanner_img {
        width: 350px;
    }

    .footbanner_content {
        max-width: 690px;
        left: 0;
    }

    .footbanner-title {
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .footbanner-desc {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .button-white {
        font-size: 18px;
        padding: 6px 20px;
    }

    .footbanner_img::after {
        left: -60px;
        bottom: -80px;
    }
    .transport__banner-images img {width: auto; height: 100% !important;}
}

@media screen and (max-width: 1130px) {
    .map__back {
        display: none;
    }

    .map__marker-mark {
        display: none;
    }

    .map__marker-inform::after {
        display: none;
    }

    .map__marker-inform {
        width: 100%;
    }

    .map__elements {
        position: static;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .map__marker {
        position: static;
        flex-direction: row;
        align-items: flex-start;
        padding-right: calc(45px /2);
        width: calc(100% / 4 - 20px);
        margin: 0 10px;
    }

    .map .section-subtitle {
        position: static;
        margin-bottom: 15px;
    }

    .map {
        margin-bottom: 40px;
    }
    h5.section-subtitle {
        position: static;
        margin-bottom: 15px;
    }
    .certimgwrap {margin-bottom: 20px;}
}

@media screen and (max-width: 1035px) {
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
        line-height: 26px;
    }

    .section-title {
        margin-bottom: 28px;
    }

    /* lizing page */

    .lizing__banner-text {
        margin-bottom: 20px;
    }

    .benefits__list {
        justify-content: space-between;
    }

    .benefits__list-item {
        flex: 0 1 48%;
      
    }

    .benefits__list-item.item-xl {
        flex: 0 1 48%;
    }

    .calculator-form {
        margin: 0;
        flex-direction: column;
    }

    .calculator__side {
        width: 100%;
        margin: 0;
    }

    .calcutator-note {
        font-size: 14px;
        margin: 0 auto 20px auto;
        max-width: 100%;
    }

    input[type="text"], input[type="tel"], input[type="email"], textarea {
        padding: 8px 10px;
    }

    .calculator-input {
        max-width: 120px;
    }

    input.calculator-input.input-percent {
        padding: 8px 0px;
    }

    .calculator_side-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .calculator_row:not(:last-child) {
        margin-bottom: 16px;
    }

    .calculator_box-top {
        padding: 0px 0 34px 0;
    }

    .calculator_box-total {
        padding: 34px 0 0 0;
    }

    .calculator__side.rightside .calculator_box {
        padding: 25px 30px 25px 30px;
    }

    .callback__form {
        flex-direction: column-reverse;
    }

    .callback__form-main {
        padding: 30px 30px 50px 30px;
    }

    .callback__form-img {
        max-width: 100%;
        border-radius: 25px 25px 0 0;
    }

    .callback__form-img img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: 0 -110px;
    }

    .callback {
        margin-bottom: 40px;
    }

    .document-file {
        flex: 0 1 48%;
        margin-bottom: 20px;
    }

    .documents {
        margin-bottom: 30px;
    }

    .choose__banner {
        max-width: 100%;
        border-radius: 75px;
    }

    .choose__banner img {
        border-radius: 75px;
    }

    .choose__wrapper {
        flex-direction: column;
    }

    .choose__banner img {
        border-radius: 75px;
        height: 300px;
        object-fit: cover;
    }

    .choose__brands {
        padding: 40px 0 40px 0;
    }

    .section-article {
        margin-bottom: 40px;
    }

    .choose {
        margin-bottom: 168px;
    }

    /* about page */ 

    .structure {
        margin-bottom: 44px;
    }

    .sertificates {
        margin-bottom: 50px;
    }

    .activity {
        margin-bottom: 80px;
    }

    .chart-price {
        font-size: 20px;
        line-height: 22px;
    }

    .chart-year {
        font-size: 16px;
    }

    .chart-col {
        max-width: 110px;
    }


    .statisctic__chart-item:not(:last-child) {
        margin-right: 45px;
    }

    .sertificates__list {
        flex-wrap: wrap;
    }

    .sertificate-item {
        width: calc(100% / 3 - 30px);
        margin: 0 15px 30px 15px;
    }

    .map__marker {
        width: calc(100% / 2 - 20px);
        margin: 0 10px;
    }

    /* pay page */

    .pay__banner-title {
        font-size: 20px;
        line-height: 22px;
    }

    .pay__banner-desc {
        font-size: 14px;
        line-height: 16px;
    }

    .pay__banner.type-1 .pay__banner-desc::before {
        top: 0px;
    }

    .pays {
        padding: 0 0 30px 0;
        margin-bottom: 24px;
    }

    .terms__card {
        width: calc(100% / 2 - 30px);
        margin: 0 15px 30px 15px;
    }

    .terms__card-content ul {
        padding: 0 0 0 20px;
    }

    .terms {
        margin-bottom: 20px;
    }

    .section-desc {
        margin-bottom: 15px;
    }

    .benefits__list-item {
        flex: 0 1 33.333%;
    }

    .delivery {
        margin-bottom: 60px;
    }

    /* advantage page */

    .advantage_banner {
        margin-bottom: 20px;
        padding: 10px 0;
    }


    .advantage_banner-title {
        font-size: 44px;
        line-height: 46px;
        margin-bottom: 30px;
        padding-top: 25px;
    }

    .advantage .section-title {
        margin-bottom: 40px;
    }

    .advantage__wrapper {
        position: relative;
        padding: 0;
    }

    .advantage_banner-note {
        padding: 12px 40px 12px 40px;
        max-width: 894px;
    }

    .advantage {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    section.advantage {margin-bottom: 20px;}

    .advantage_banner-works {
       flex-wrap: wrap;
    }

    .advantage_work {
        margin-bottom: 20px;
    }

    .advantage_banner-image {
        top: 0;
     
        height: 100%;
        margin: 0 -20px;
        left: 0;
        right: auto;
        opacity: .5;
    }

    .advantage_banner-image img {
        border-radius: 0;
        overflow: hidden;
       
        height: 100%;
        object-fit: cover;
    }

    .advantage_banner-image::after {
        display: none;
    }

    .teampro {
        margin-bottom: 20px;
    }

    .contracts {
        margin-bottom: 45px;
    }

    section.contracts {margin-top: 0px; padding-top: 10px; margin-bottom: 20px;}

    .advantage_banner-works {
        margin: 0 -10px;
    }

    .advantage_work {
        width: calc(100% / 3 - 20px);
        padding: 0;
        margin: 0 10px 20px 10px;
    }

    .advantage_work:not(:last-child)::after {
        display: none;
    }

    /* footer banner */

    .footbanner_content {
        max-width: 375px;
        left: 0;
    }

    .about__banner-title {
        font-size: 42px;
        line-height: 42px;
    }

   
}


@media screen and (max-width: 900px) {
.advantage_banner-title {margin-bottom: 0px; padding-top: 10px;}
}

@media screen and (max-width: 780px) {

    /* lizing page */

    .lizing__banner-wrapper {
        flex-direction: column-reverse;
    }

    .lizing__banner-img {
        width: 100%;
        border-radius: 42px;
        margin-bottom: 20px;
    }

    .lizing__banner {
        margin-bottom: 60px;
    }

    /* about page */

    .about__banner-title {
        font-size: 32px;
        line-height: 34px;
    }

    h2.section-title1 {
        font-size: 30px;
    }

    .about {
        margin-bottom: 25px;
    }
    section.about {
        margin-bottom: 20px;
        background-image: url(/bitrix/templates/tm/assets/img/bannermob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
    }
    section.services {
        margin-bottom: 10px;
    }
    section.structure{
        margin-bottom: 10px;
    }
    section.statisctic {
        margin-bottom: 10px;
    }
    section.structure {
        margin-bottom: 20px;
    }
    section.sertificates{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    section.activity {
        margin-bottom: 10px;
    }

    .about__banner-img {
        display: none;
        border-radius: 0;
        margin: 0 -20px;
        opacity: .5;
        height: 400px;
    }

    .about__banner-img img {
        height: 100% !important;
        object-fit: cover;
    }

    section.brands {
        margin-bottom: 40px;
    }

    .brand-logo {
        width: auto;
        margin: 0 15px;
    }

    .brands-list {
        justify-content: normal;
        margin: 0 -15px;
    }

    .services__cards-list {
        margin: 0 -15px;
        flex-wrap: wrap;
    }

    .service__card {
        width: calc(100%/3 - 30px);
        margin: 0 15px 30px 15px;
    }

    .teampro__item {
        width: calc(100% / 2 - 30px);
    }
    .teampro__item_ser {
        width: calc(100% / 1 - 30px);
    }

    .statisctic__top-item {
        width: calc(100%/2 - 10px);
        margin: 0 5px 30px 5px;
    }

    .statisctic__top {
        padding: 30px 0 5px 0;
    }

    .statisctic__chart-name {
        font-size: 22px;
        left: 25px;
    }

    .chart-price {
        font-size: 18px;
        line-height: 20px;
    }

    .chart-year {
        font-size: 14px;
    }

    .map .section-title {
        margin-bottom: 65px;
    }

    .map .section-subtitle {
        top: 50px;
    }

    .owl-dots {display: none;}
    .owlabout .owl-item img {
        display: block;
        margin-top: 25px;
        height: auto;
    }

    /* pay page */ 

    .benefits__list-item {
        flex: 0 1 50%;
    }

    .transport__banner {
        margin-bottom: 95px;
    }

    .transport__banner-images {
        display: flex;
        flex-wrap: wrap;
        height: auto;
    }

    .transport__banner-image {
        position: relative;
        flex: 0 1 50%;
    }

    .transport__banner-images img {width: 100%; height: 100% !important;}

    .owlabout img {width: auto;}

    /* advantage page */

.advantage_banner-title {margin-bottom: 0px; padding-top: 10px; font-size: 32px;}


    .finance {
        padding-bottom: 18px;
        margin-bottom: 32px;
    }

    .finance__list .teampro__item {
        width: calc(100%/1 - 30px);
        margin: 0 15px 15px 15px;
    }

    .servicecenter_works {
        flex-wrap: wrap;
    }

    .servicecenter-item {
        margin-bottom: 20px;
        margin-bottom: 20px;
        flex: 0 1 48%;
    }

    .servicecenter {
        margin-bottom: 75px;
    }
    
    .servicecenter-item::after {
        display: none;
    }
    

    /* foot banner */

    .footbanner {
        padding: 20px 0 40px 0;
    }

    .footbanner_img {
        display: none;
    }

    .footbanner_content {
        align-items: center;
        text-align: center;
    }

    .footbanner_content {
        max-width: 100%;
    }
}

@media screen and (max-width: 735px) {
    .statisctic__chart {
        justify-content: flex-start;
        padding: 50px 30px;
    }

    .chart-item_top {
        margin-bottom: 10px;
    }

    .statisctic__chart-name {
        top: 10px;
    }

    .statisctic__chart-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .statisctic__chart-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .chart-col {
        max-width: 735px;
    }
    .owlabout .owl-item img {margin-top: 30px;};
    
}

@media screen and (max-width: 625px){
    .chart-col {
        max-width: 540px;
    }

    .owlabout .owl-item img {margin-top: 34px;}

    /* advantage page */ 

    .advantage_banner-title {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 60px;
        padding-top: 50px;
    }

    .advantage_banner-note {
        font-size: 14px;
        line-height: 18px;
    }



    .teampro__top-logo {
        display: none;
    }

    .teampro .section-desc {
        margin-bottom: 15px;
    }

    .contracts__banner {
        padding: 20px 0 20px 0;
        background-size: cover;
        background-position: center;
    }

    .contracts__banner-list {
        flex-wrap: wrap;
        display: block;
    }

    .contracts__banner-list li {
        flex: 0 1 50%;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .contracts__banner-text {
        max-width: 422px;
        font-size: 16px;
        line-height: 18px;
    }

    .servicecenter__banner {
        padding: 30px;
    }

    .servicecenter__banner-text {
        font-size: 22px;
        line-height: 26px;
    }

    .servicecenter__banner-text span {
        font-size: 30px;
    }
    .delivery__banner {display: none;}
}

@media screen and (max-width: 540px) {

    h2 {
        font-size: 30px;
    }

    .section-title {
        margin-bottom: 15px;
    }
    h2.section-title1 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    div.container h2.section-title1 {
        font-size: 30px;
        margin-bottom: 25px;
    }
    h3.section-subtitle {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 25px;
    }

    /* lizing page */ 

    .lizing__banner{
        margin-bottom: 0px;
    }
    .lizing__banner-img img {
        object-fit: cover;
    }

    .benefits__list-item {
        flex: 0 1 100%;
    }

    .benefits__list-item.item-xl {
        flex: 0 1 100%;
    }

    .benefits {
        margin-bottom: 0px;
    }
    section.benefits {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .benefits__banner {
        height: 253px;
        display: none;
    }

    .benefits__banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    section.calculator {margin-top: 0px; padding-top: 20px;}
    section.examples {margin-top: 0px; padding-top: 0px;}
    .callback__form-img {display: none;}
    section.callback {margin-top: 0px; padding-top: 0px;}
    .lizing_calc {padding-top: 0px;}

    .swiper-slide.example__slide {
        padding: 15px 15px 15px 15px;
    }

    .feature {
        font-size: 14px;
    }

    .feature-inf {
        font-size: 16px;
    }

    .example-name {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .example__slide-image {
        margin-right: 25px;
    }

    .callback__form-title {
        font-size: 26px;
        line-height: 34px;
    }

    .callback__form-desc {
        line-height: 20px;
    }

    .documet-name {
        line-height: 16px;
        font-size: 14px;
    }

    .document-icon {
        margin-right: 12px;
    }

    .section-article article {
        font-size: 16px;
        line-height: 18px;
    }

    .section-article article ul {
        font-size: 14px;
    }
    section.choose {margin-top: 0px; padding-top: 0px;}
    .choose__brands {
        padding: 30px 0 30px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .art-brand_info {
        margin-left: 25px;
    }

    .choose__content {
        padding-right: 0;
    }

    .choose__banner img {
        border-radius: 55px;
        height: 170px;
        display: none;
    }

    .choose {
        margin-bottom: 70px;
    }

    /* about page */ 

    .about__banner-title {
        font-size: 28px;
        line-height: 30px;
    }

    .about__stat-list {
        flex-wrap: wrap;
    }

    .stat__list-item {
        flex: 0 1 50%;
        margin-bottom: 20px;
        font-size: 17px;
    }

    .stat__list-item::after {
        display: none;
    }

    .about {
        padding-bottom: 30px;
    }

    .service__card {
        width: calc(100%/2 - 30px);
    }

    .services__wrapper {
        padding: 25px 10px;
    }

    .service__card:not(:last-child):after {
        display: none;
    }

    /* pay page */

    .pay__banner {
        border-radius: 40px;
    }

    .pay__banner-content {
        border-radius: 29.5px;
    }

    .terms__card {
        width: calc(100% / 1 - 30px);
    }

    .terms__wrapper {
        margin-bottom: 25px;
    }

    .delivery__benefits {
        flex: 0 1 50%;
        margin-top: 40px;
    }
    .benefits__list-item {
        flex: 0 1 50%;
        margin-bottom: 20px; 
    }
    .benefits__list-itemend {
        flex: 0 1 50%;
        margin-bottom: 40px; 
    }
    section.delivery {
        margin-bottom: 0px;
    }
    .pay__banner-desc {font-size: 14px;}
    .pay__banner-desc li {font-size: 14px;}

    .advantage_banner-title {margin-bottom: 50px; padding-top: 30px;}

} 

@media screen and (max-width: 499px){
    .owlabout .owl-item img {margin-top: 13px;}
}

@media screen and (max-width: 485px){


    .calculator_box-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .calculator_box-fields {
        margin-top: 10px;
    }

    .calculator_row {
        flex-direction: column;
    }

    .calculator_side-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .swiper-slide.example__slide {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .callback__form-main {
        padding: 15px 15px 30px 15px;
    }

    .documents__wrapper {
        flex-direction: column;
    }

    /* about */
    
    .brand-logo {
        width: auto;
    }

    .teampro__item {
        width: calc(100% / 1 - 30px);
        justify-content: normal;
    }

    .teampro__item-icon {
        margin-right: 20px;
    }
    .teampro__item_ser-icon {
        margin-right: 10px; margin-left: 10px;
    }

    .teampro__top-title {
        width: 85%;
    }

    .sertificate-item {
        width: calc(100% / 2 - 30px);
    }

    .chart-col {
        max-width: 475px;
    }

    .map__marker {
        width: calc(100% / 1 - 20px);
        margin: 0 10px;
    }

    .stat__list-item {
        font-size: 17px;
    }

    .owlabout .owl-item img {margin-top: 13px;}

    /* pay page */

    .transport__banner-images {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .transport__banner-image {
        position: relative;
        height: auto;
        width: 100%;
    }

    .transport__banner-image img {
        height: auto;
        width: 100%;
    }

    .transport__banner-image.img-1 .banner-image_text {
        left: 50px;
    }

    .transport__banner-image.img-2 .banner-image_text {
        left: 50px;
    }

    .transport__banner-image.img-3 .banner-image_text {
        left: 50px;
    }

    .transport__banner-image.img-4 .banner-image_text {
        left: 50px;
        max-width: 220px;
    }
    

    .transport__banner-image.img-2 {
        left: 0;
        clip-path: none;
    }

    .transport__banner-image.img-3 {
        left: 0;
        clip-path: none;
    }

    .transport__banner-image.img-4 {
        right: 0;
        z-index: -1;
        clip-path: none;
        left: 0;
    }

    /* advantage page */ 

    .advantage_banner-title {
        line-height: 34px;
        margin-bottom: 50px;
        font-size: 28px;
    }

    .contracts__banner-list li:not(:last-child) {
        margin-right: 0;
    }

    .contracts__banner-list li {
        flex: 0 1 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .contracts__banner-text {
        max-width: 336px;
    }

        section.about {
        margin-bottom: 40px;
        background-image: url(/bitrix/templates/tm/assets/img/bannermob.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: 60%;
    }


}


@media screen and (max-width: 425px){
    .about .section-title {
        margin-bottom: 35px;
    }

    .about__banner-title {
        font-size: 26px;
        line-height: 26px;
    }

    .service__card {
        width: calc(100%/1 - 30px);
        flex-direction: row;
        align-items: center;
    }

    .service__card-icon {
        margin-right: 30px;
        margin-bottom: 0;
    }

    .service__card-text {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }

    .teampro__top-logo {
        display: none;
    }

    .statisctic__top-item {
        width: calc(100%/1 - 10px);
    }

    .map .section-title {
        margin-bottom: 12px;
    }

    .map .section-subtitle {
        position: static;
    }

    .chart-col {
        max-width: 365px;
    }

    /* pay page*/ 

    .delivery__benefits .benefits__list-item {
        flex: 0 1 100%;
    }

    /* advantage page */

    .advantage_work {
        margin-bottom: 20px;
        flex: 0 1 100%;
    }

    .advantage_work::after {
        display: none;
    }

    .finance__list .teampro__item {
        width: calc(100%/1 - 30px);
    }


    .servicecenter__banner {
        padding: 30px;
        border-radius: 50px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .servicecenter__banner-gerb {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .servicecenter__banner-text {
        font-size: 20px;
        line-height: 24px;
    }

    .servicecenter__banner-text span {
        font-size: 24px;
    }

}

@media screen and (max-width: 395px){
.advantage_banner-title {font-size: 22px;}
}

/* End */


/* Start:/bitrix/templates/tm/assets/fonts/icons.css?17836935041772*/
@font-face {
  font-family: 'icons';
  src:  url('/bitrix/templates/tm/assets/fonts/icons.eot?4hkcvl');
  src:  url('/bitrix/templates/tm/assets/fonts/icons.eot?4hkcvl#iefix') format('embedded-opentype'),
    url('/bitrix/templates/tm/assets/fonts/icons.ttf?4hkcvl') format('truetype'),
    url('/bitrix/templates/tm/assets/fonts/icons.woff?4hkcvl') format('woff'),
    url('/bitrix/templates/tm/assets/fonts/icons.svg?4hkcvl#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ic-13:before {
  content: "\e90c";
}
.icon-mark:before {
  content: "\e90d";
}
.icon-ic-1:before {
  content: "\e900";
}
.icon-ic-2:before {
  content: "\e901";
}
.icon-ic-3:before {
  content: "\e902";
}
.icon-ic-4:before {
  content: "\e903";
}
.icon-ic-5:before {
  content: "\e904";
}
.icon-ic-6:before {
  content: "\e905";
}
.icon-ic-7:before {
  content: "\e906";
}
.icon-ic-8:before {
  content: "\e907";
}
.icon-ic-9:before {
  content: "\e908";
}
.icon-ic-10:before {
  content: "\e909";
}
.icon-ic-11:before {
  content: "\e90a";
}
.icon-ic-12:before {
  content: "\e90b";
}
.icon-full:before {
  content: "\e917";
}
.icon-ic-13:before {
  content: "\e90e";
}
.icon-ic-14:before {
  content: "\e90f";
/*  color: #1fe5a6; */
}
.icon-ic-15:before {
  content: "\e910";
}
.icon-ic-16:before {
  content: "\e911";
}
.icon-ic-17:before {
  content: "\e915";
}
.icon-ic-mont:before {
  content: "\e912";
}
.icon-ic-rem:before {
  content: "\e913";
}
.icon-ic-sklad:before {
  content: "\e914";
}.icon-ic-rem1:before {
  content: "\e915";
}
/* End */
/* /bitrix/templates/tm/assets/fonts/font.css?16831287212030 */
/* /bitrix/templates/tm/assets/css/style.css?170801396837918 */
/* /bitrix/templates/tm/assets/css/media.css?170291175923775 */
/* /bitrix/templates/tm/assets/fonts/icons.css?17836935041772 */
