

/* 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 */


/* Start:/bitrix/templates/tm/assets/css/ion.rangeSlider.css?168312874013277*/
/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 7px;
  height: 6px;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.irs--round .irs-bar {
  top: 7px;
  height: 6px;
  background-color: #04d5fb;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #04d5fb;
  background-color: #00bbdd;
  border-radius: 24px;
  box-shadow: none;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
  cursor: pointer;
}
.irs--round .irs-min, .irs--round .irs-max {
  color: #191919;
  font-size: 14px;
  line-height: 1;
  top: 28px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/* End */


/* Start:/bitrix/templates/tm/assets/css/swiper-bundle.min.css?168312874016469*/
/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* 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 */
/* /bitrix/templates/tm/assets/css/ion.rangeSlider.css?168312874013277 */
/* /bitrix/templates/tm/assets/css/swiper-bundle.min.css?168312874016469 */
