

/* Start:/local/templates/transopt/libs/slick.css?17580254491650*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  /*height: 100%;*/
  min-height: 1px;
  display: none;
  outline: none!important;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick.css.map */
/* End */


/* Start:/local/templates/transopt/libs/datepicker.css?17580254496025*/
/*!
 * Datepicker v0.6.3
 * https://github.com/fengyuanchen/datepicker
 * 
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 * 
 * Date: 2017-09-29T14:28:02.764Z
 */
.dateWrapper{
  position: absolute;
  display: none;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 10;
  width: 320px;
  padding: 16px 24px;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  .dateWrapper{
    width: 300px;
    padding: 16px 8px;
    box-sizing: border-box;
    left: -8px;
  }
}
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  color: #1D2F3C;;
  cursor: pointer;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.datepicker-panel > ul > li:hover {
  background: rgba(130, 200, 49, 0.1);
}

.datepicker-panel > ul.days > li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  margin-right: calc((100% - 238px) / 6);
}
.datepicker-panel > ul.days > li:nth-child(7n) {
  margin-right: 0;
}
.datepicker-panel > ul.week {
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 8px;
}
.datepicker-panel > ul.week > li {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-transform: uppercase;
  color: #7A858D;
  margin-right: calc((100% - 238px) / 6);
}
.datepicker-panel > ul.week > li:nth-child(7n) {
  margin-right: 0;
}
.datepicker-panel > ul.month_control > li{
  color: #7A858D;
}
.datepicker-panel > ul.month_control > li:first-child{
  width: calc(100% - 60px);
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1D2F3C;
}
.datepicker-panel > ul.month_control > li:first-child:hover{
  background: #fff;
}

.datepicker-panel > ul.year_control > li{
  color: #7A858D;
}
.datepicker-panel > ul.year_control > li:first-child{
  width: calc(100% - 60px);
  text-align: left;
  border-radius: 0;
  font-weight: 500;
  line-height: 16px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1D2F3C;
}
.datepicker-panel > ul.year_control > li:first-child:hover{
  background: #fff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #D7DBDE;
}

.datepicker-panel > ul > li.highlighted {
  background-color: none;
  color: #82C831;
}

.datepicker-panel > ul > li.highlighted:hover {
  background: rgba(130, 200, 49, 0.1);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  background-color: #82C831;
  color: #fff;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: rgb(229, 242, 255);
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

/* End */


/* Start:/local/templates/transopt/libs/NProgress.css?17580254491516*/
/* Make clicks pass-through */
#nprogress {
    pointer-events: none;
}

#nprogress .bar {
    background: #29d;

    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;

    width: 100%;
    height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #29d, 0 0 5px #29d;
    opacity: 1.0;

    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 15px;
    right: 15px;
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;

    border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;
    border-radius: 50%;

    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
    position: absolute;
}

@-webkit-keyframes nprogress-spinner {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* End */


/* Start:/local/templates/transopt/css/fonts.css?17580254494936*/
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-UltraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy SemiBold Italic'), local('Gilroy-SemiBoldItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold Italic'), local('Gilroy-ExtraBoldItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/local/templates/transopt/css/../fonts/Gilroy/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/transopt/css/js.css?175802544981*/
.js_submitParent {
    cursor: pointer;
}
.js_optionsError {
    display: none;
}
/* End */


/* Start:/local/templates/transopt/css/btn.css?17580254495685*/

/* ====================================== BTN ======================================*/
.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    min-width: 240px;
    height: 56px;
    padding: 0 24px;
    border: 0;
    border-radius: 32px;
    margin: 0;
    outline: none;

    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    font-style: normal;
    text-decoration: none;

    color: #FFFFFF;
    background: #28B571;

    cursor: pointer;
    transition: all 0.3s;
}
.btn svg {
    transition: 0.3s fill;
    fill: #FFFFFF;
}
.btn:hover,
.btn:active {
    text-decoration: none;
    color: #FFFFFF;
    background: #2ECF81;
}


.btn.small {
    height: 48px;
}

.btn.black {
    color: #FFFFFF;
    background: #222222;
}
.btn.black:hover,
.btn.black:active {
    text-decoration: none;
    color: #FFFFFF;
    background: #6E8A9E;
}


.btn.white {
    color: #222222;
    background: #FFFFFF;
}
.btn.white:hover,
.btn.white:active {
    text-decoration: none;
    color: #FFFFFF;
    background: #2ECF81;
}


.btn.empty {
    border: 2px solid #DAE2E8;
    color: #28B571;
    background: none;
}
.btn.empty:hover,
.btn.empty:active {
    border: 2px solid #2ECF81;
    text-decoration: none;
    color: #FFFFFF;
    background: #2ECF81;
}


.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active {
    border: none;
    text-decoration: none;
    color: #FFFFFF;
    background: #DAE2E8;
    cursor: default;
}

@media (max-width: 1279px) {
    .btn {
        min-width: auto;
        height: 48px;
        font-size: 14px;
        line-height: 17px;
    }
    .btn.adaptive {
        min-width: auto;
        height: 40px;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width: 767px) {
    .btn {
        height: 32px;
        padding: 0 16px;
    }
    .btn.adaptive {
        min-width: auto;
        height: 24px;
        font-weight: 600;
        font-size: 12px;
        line-height: 17px;
    }
}




.petalBtns {
    position: relative;
}
.btn.petal {
    min-width: auto;
    width: 64px;
    height: 64px;
    padding: 0;
    border-radius: 24px 0;
}
.btn.petal.noPointer {
    pointer-events: none;
}
.btn.petal.flexWidth {
    width: auto;
    min-width: 64px;
}
.btn.petal.petalInvert {
    border-radius: 0 24px;
}
.btn.petal.petalBtmLeft {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.btn.petal.petalBtmRight {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.btn.petal svg {
    width: 24px;
    height: 24px;
}
.petalBtns .btn.petal {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
}
.petalBtns .btn.petal:nth-child(2) {
    position: absolute;
    box-sizing: initial;
    padding-right: 64px;
    z-index: 8;
}
.petalBtns .btn.petal:nth-child(3) {
    position: absolute;
    box-sizing: initial;
    padding-right: 128px;
    z-index: 6;
}
.petalBtns .btn.petal:nth-child(4) {
    position: absolute;
    box-sizing: initial;
    padding-right: 192px;
    z-index: 4;
}
.petalBtns .btn.petal:last-child {
    position: relative!important;
}
@media (max-width: 1279px) {
    .btn.petal {
        width: 48px;
        height: 48px;
        border-radius: 16px 0;
    }
    .btn.petal.flexWidth {
        min-width: 48px;
    }
    .btn.petal.petalInvert {
        border-radius: 0 16px;
    }
    .btn.petal svg {
        width: 20px;
        height: 20px;
    }
    .petalBtns .btn.petal:nth-child(2) {
        padding-right: 48px;
    }
    .petalBtns .btn.petal:nth-child(3) {
        padding-right: 96px;
    }
    .petalBtns .btn.petal:nth-child(4) {
        padding-right: 144px;
    }
}
@media (max-width: 767px) {
    .btn.petal {
        width: 40px;
        height: 40px;
    }
    .btn.petal.flexWidth {
        min-width: 40px;
    }
    .btn.petal svg {
        width: 16px;
        height: 16px;
    }
    .petalBtns .btn.petal:nth-child(2) {
        padding-right: 40px;
    }
    .petalBtns .btn.petal:nth-child(3) {
        padding-right: 80px;
    }
    .petalBtns .btn.petal:nth-child(4) {
        padding-right: 120px;
    }
}



/*=== APP BUTTON ===*/
.appBtnsContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 480px;
    max-width: 100%;
}
.appBtn {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 224px;
    height: 80px;
    padding: 0 24px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(110, 138, 158, 0.08);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    margin-bottom: 8px;
}
.appBtn svg {
    width: 56px;
    height: 48px;
    margin-right: 16px;
}
.appBtn.apple svg {
    height: 48px;
    width: 40px;
}
.appBtn p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.appBtn:hover,
.appBtn:active {
    background: #F0F5F7;
    box-shadow: none;
}



/*=== SLIDER ARROW ===*/
.sliderArrow {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.sliderArrow svg {
    width: 16px;
    height: 40px;
    fill: #DAE2E8;
    transition: fill 0.3s;
}
.sliderArrow.right svg {
    transform: rotate(180deg);
}
.sliderArrow:hover svg,
.sliderArrow:active svg {
    fill: #6E8A9E;
}

.sliderArrow.white svg {
    fill: #ffffff;
}
.sliderArrow.white:hover svg,
.sliderArrow.white:active svg {
    fill: #2ECF81;
}

@media (max-width: 1279px) {
    .sliderArrow svg {
        height: 24px;
        width: 12px;
    }
}
/* End */


/* Start:/local/templates/transopt/css/scrollTop.css?1758025449852*/
.scrollTop {
    position: fixed;
    bottom: 16px;
    right: 24px;
    z-index: 8000;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.24);

    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
}
.scrollTop.active {
    opacity: 1;
    pointer-events: initial;
}
.scrollTop_icon {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    transition: fill 0.3s;
}
.scrollTop:hover .scrollTop_icon {
    fill: #28B571;
}

/*================== ADAPRIVE ====================*/
@media (max-width: 1279px) {
    .scrollTop {
        bottom: 80px;
        right: 8px;
    }
}
@media (max-width: 767px) {
    .scrollTop {
        bottom: 56px;
    }
}
/* End */


/* Start:/local/templates/transopt/css/petalStatus.css?1758025449739*/
.petalStatus {
    display: flex;
    align-items: center;
    justify-content: center;

    height: 32px;
    padding: 0 16px;
    border-radius: 16px 16px 16px 0;

    background: #6E8A9E;

    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.petalStatus.green {
    background: #28B571;
}
.petalStatus.red {
    background: #F85D82;
}
.petalStatus.paleRed {
    background: #F85D82bd;
}
@media (max-width: 1279px) {
    .petalStatus {
        height: 32px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
    } 
}
@media (max-width: 767px) {
    .petalStatus {
        height: 16px;
        font-weight: 600;
        font-size: 8px;
        line-height: 10px;
    }   
}
/* End */


/* Start:/local/templates/transopt/css/reveal.css?17580254492528*/
/*====================================== REVEAL ======================================*/
.reveal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9996;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.reveal.open {
    display: block;
}
.reveal.js_smallReveal {
    position: absolute;
}
.reveal.noScroll {
    overflow: initial;
}
.reveal.dark {
    background: rgba(26%, 31%, 35%, 0.8);
}
.reveal.blur {
    background: rgba(110, 138, 158, 0.4);
    backdrop-filter: blur(24px);
}
.reveal.black {
    background: #222222;
}
.reveal.underHeader {
    z-index: 8990;
}
.reveal_container {
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow-y: auto;
}
.reveal_container.center {
    justify-content: center;
    align-items: center;
}
.reveal_block {
    position: relative;
    padding: 40px 48px;
    border-radius: 40px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}
.reveal_block.noPadding {
    padding: 0;
}
.reveal_close {
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 20;
    width: 56px;
    height: 56px;
}
.reveal_close::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px rgba(120, 160, 190, 0.3);
}
.reveal_closeBg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.reveal_closeIcon {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    background: #ffffff;
    fill: #6E8A9E;
    cursor: pointer;
}

@media (max-width: 1279px) {
    .reveal_close {
        top: 8px;
        right: 8px;
    }
    .reveal_close::before {
        display: none;
    }
    .reveal_closeBg {
        display: none;
    }
    .reveal_closeIcon {
        background: none;
        width: 40px;
        height: 40px;
        fill: #222222;
    }
}

@media (max-width: 559px) {
    .reveal.toBottomOnSmallest .reveal_container {
        align-items: flex-end;
    }
    .reveal.toBottomOnSmallest .reveal_block {
        flex: 1;
        border-radius: 40px 40px 0 0;
        overflow: hidden;
    }

    .reveal.revealMobileBlock .reveal_container {
        align-items: flex-end;
    }
    .reveal.revealMobileBlock .reveal_block {
        border-radius: 40px 40px 0 0;
    }
}
/* End */


/* Start:/local/templates/transopt/css/burger.css?17580254491100*/
.burger {
    position: relative;
    z-index: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    width: 24px;
    height: 24px;

    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}


.burger span {
    position: relative;
    z-index: 1;

    display: block;

    width: 24px;
    height: 3px;
    border-radius: 4px;

    background: #222222;
    opacity: 1;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease,
                width 0.55s ease;
}

.burger span:first-child {
    transform-origin: 0 0;
}
.burger span:nth-child(2) {
    width: 16px;
}
.burger span:last-child {
    transform-origin: 0 100%;
}



.burger.open span {

}

.burger.open span:first-child {
    width: 29.5px;
    transform: rotate(45deg);
}
.burger.open span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
.burger.open span:last-child {
    width: 29.5px;
    transform: rotate(-45deg) translate(0, -1px);
}
/* End */


/* Start:/local/templates/transopt/css/userIcon.css?17580254491116*/
/* ====================================== USER ICON ====================================== */
.userIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 16px;
    background: #F0F5F7;
    overflow: hidden;
}
.userIcon .userIcon_emptyIcon {
    width: 54%;
    height: 54%;
    fill: #ffffff;
}
.userIcon.image .userIcon_emptyIcon {
    display: none;
}
.userIcon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.userIcon.svg img {
    display: none;
}

.userIcon.noColor .userIcon_emptyIcon {
    fill: #6E8A9E;
}



.userIcon.pink {
    background: #FD4B8B;
}
.userIcon.blue {
    background: #42BBFF;
}
.userIcon.orange {
    background: #FF7E35;
}
.userIcon.violet {
    background: #D465FE;
}
.userIcon.yellow {
    background: #FFC000;
}
.userIcon.grey {
    background: #6E8A9E;
}
.userIcon.aquamarine {
    background: #24CEB0;
}
.userIcon.black {
    background: #222222;
}
/* ====================================== USER ICON END ====================================== */
/* End */


/* Start:/local/templates/transopt/css/header_footer.css?17580254496336*/
/* ====================================== HEADER ======================================*/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    box-sizing: border-box;
    width: 100%;
    height: 96px;
    transition: height 0.3s;
}
header.fixed {
    height: 88px;
}
.header_container {
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-right: 16px;
    margin: 0 auto;

    box-shadow: none;
    transition: width 0.3s,
                padding 0.3s,
                border-radius 0.3s,
                background-color 0.3s,
                box-shadow 0.3s;
}
body:not(.withModal) header.fixed .header_container {
    width: calc(100% - 20px);
    padding-right: 6px;
    border-radius: 0 0 40px 40px;

    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(24px);
    box-shadow: 0 8px 24px rgba(110, 138, 158, 0.16);
}
.header_container:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 53px solid #222222;
    border-left: 10px solid transparent;
    top: 0;
    left: -10px;
}
.header_container:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 53px solid #ffffff;
    border-right: 10px solid transparent;
    top: 0;
    right: -10px;
    opacity: 0.6;
}

.header_part {
    display: flex;
    flex: 1 1 33%;
    align-items: center;
    box-sizing: border-box;
}
.header_part.left {
    overflow: hidden;
    transition: all, 0.3s;
}
body:not(.withModal) header.fixed .header_part.left {
    border-radius: 0 0 0 40px;
}
.header_logo {
    display: flex;
}
.header_burger {
    margin-left: 40px;
}

.header_part.center {
    justify-content: center;
    flex: 2 1 33%;
}
.btn.header_btn {
    margin-left: 24px;
}
.btn.header_btn:first-child {
    margin-left: 0;
}


.header_part.right {
    justify-content: flex-end;
    padding-right: 64px;
}

.header_back {
    display: none;
    margin-right: 16px;
}
.header_back svg {
    width: 24px;
    height: 24px;
    fill: #222222;
    transition: 0.3s fill;
}
.header_back:active svg {
    fill: #28B571;
}
@media (max-width: 1399px) {
    .header_part.left {
        width: 400px;
        flex-basis: 400px;
    }
    .header_part.right {
        padding-right: 0;
        flex-shrink: 2;
    }
    .header_part.center {
        display: none;
    }
}
@media (max-width: 1279px) {
    header {
        height: 88px;
    }
    .header_logo img {
        width: 292px;
    }
    .header_part.right {
        display: none;
    }
    .header_back {
        display: block;
    }
}
@media (max-width: 767px) {
    header {
        height: 56px;
    }
    .header_logo img {
        width: 190px;
    }
    header.fixed {
        height: 56px;
    }
    .header_container {
        margin: 0;
        width: 100%!important;
        border-radius: 0!important;
        padding-right: 0!important;
    }
    .header_container::before,
    .header_container::after {
        display: none;
    }
    .header_part.left {
        padding-right: 16px;
        border-radius: 0!important;
    }
    .header_burger {
        margin-left: 16px;
    }
    body.withModal .header_back {
        margin-right: 24px;
    }
}
/* ====================================== HEADER END ======================================*/

/* ====================================== MOBILE HEADER ======================================*/
.mobileHeader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    display: none;
    width: 100%;
    height: 88px;
}
.mobileHeader_revealContainer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}
.mobileHeader_main {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 0 0 24px 24px;
    background: #28B571;
    z-index: 10;
}
.mobileHeader_side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 100%;
}
.mobileHeader_side svg {
    fill: #FFFFFF;
    width: 24px;
    height: 100%;
    transition: fill 0.3s;
}
.mobileHeader_side:active svg {
    fill: #F0F5F7;
}
.mobileHeader_filter.active::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 27px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: #F85D82;
}
.mobileHeader_center {
    flex: 1;
    width: 100%;
}

@media (max-width: 1279px) {
    .mobileHeader {
        display: flex;
    }
}
@media (max-width: 767px) {
    .mobileHeader {
        height: 56px;
    }
    .mobileHeader_side {
        width: 48px;
    }
    .mobileHeader_side svg {
        width: 18px;
    }
    .mobileHeader_filter.active::after {
        right: 8px;
        top: 14px;
        width: 8px;
        height: 8px;
    }
}
/* ====================================== MOBILE HEADER END ======================================*/


/* ================================== PETAL HEADER (пример на странице объявления) ==================================*/
.petalHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    display: flex;
    width: 100%;
    height: 0px;
    justify-content: space-between;
}
.petalHeader .btn.petal {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}
/* ====================================== PETAL HEADER END ======================================*/


/* ====================================== FOOTER ======================================*/
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 188px;
    padding: 0 8%;
    background: #F0F5F7;
}
.footer_logo {
    margin-right: 16px;
}
p.footer_text,
p.footer_text a{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
@media (max-width: 1279px) {
    footer {
        display: none;
        padding: 0 32px;
    }
}
@media (max-width: 767px) {
    footer {
        flex-flow: row wrap;
        margin-bottom: 48px;
    }
}
/* ====================================== FOOTER END ======================================*/









/* End */


/* Start:/local/templates/transopt/css/breadcrumbs.css?1758025449749*/
/* ====================================== BREADCRUMBS ======================================*/
.breadcrumbs {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 32px 0 40px;
}
.breadcrumb_item,
.breadcrumb_exp {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #6E8A9E;
}
.breadcrumb_exp {
    margin: 0 4px;
}
.breadcrumb_exp:last-child {
    display: none;
}



.breadSpace {
    margin-bottom: 79px;
    width: 100%;
    height: 1px;
    vertical-align: top;
    display: none;
}
.underBreadcrumbs {
    margin-top: 0!important;
}

@media (max-width: 767px) {
    .bread_space{
        margin-bottom: 39px;
    }
    .breadcrumbs {
        margin: 24px 0 8px;
    }
}


/* End */


/* Start:/local/templates/transopt/css/form_select.css?175802544911241*/
input, button, select, textarea {
    font-family: Gilroy, Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
    caret-color: #222222;
}

input::-ms-clear {
    display: none;
}
input:focus,
textarea:focus {
    outline: none;
}


.input {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 56px;
    padding: 0 16px 0 24px;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    background: #F0F5F7;
}
.input::placeholder {
    color: #6E8A9E;
}
.input.white {
    background: #FFFFFF;
}
.input.white::placeholder {
    color: #DAE2E8;
}

/*====================================== MAIN FORM AND INPUTS STYLES ======================================*/
.form {
    position: relative;
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    align-content: flex-start;
    box-sizing: border-box;
    width: 100%;
}
.form.whiteContainer {
    padding: 40px 48px;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.3);
}
form.small,
.form.small {
    max-width: 584px;
}


.form_header {
    width: 100%;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    letter-spacing: 0.02em;
}
.form_btnCell {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
}


.form_cell {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 16px;
    width: 100%;
    vertical-align: top;
    transition: margin-bottom, 0.3s;
}
.form_cell.half {
    width: calc(50% - 8px);
}
.form_cell.leftIcon input {
    padding-left: 56px;
}
.form_cell.rightIcon input {
    padding-right: 56px;
}
.form_cellIcon {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    fill: #6E8A9E;
}
.form_cell.rightIcon .form_cellIcon {
    right: 24px;
    left: auto;
}

.form_placeholder {
    position: absolute;

    left: 24px;
    top: 19px;

    font-weight: 500;
    font-size: 18px;
    line-height: 1;

    color: #6E8A9E;
    pointer-events: none;
    transition: all 0.3s;
}
.form_cell.filled .form_placeholder {
    top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.form_cell.onFocus .form_placeholder {
    top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.form_cell.onError .form_placeholder {
    color: #F85D82;
}
.form_cell.phoneCell .form_placeholder {
    left: 48px;
}
.form_cell.phoneCell.filled .form_placeholder {
    left: 24px;
}

.form_input {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    padding: 8px 16px 0 24px;
    border: 1px solid #FFFFFF;
    border-radius: 32px;

    background: #F0F5F7;
    transition: all 0.3s;
}
textarea.form_input {
    padding-top: 24px;
    transition: 0.3s color, 0.3s border;
}
.form_input::placeholder {
    color: #6E8A9E;
}
.form_cell:hover .form_input {
    border: 1px solid #2ECF81;
}
.form_cell.onFocus .form_input {
    border: 1px solid #2ECF81;
}
.form_cell.onError .form_input {
    border: 1px solid #F85D82;
}


.form_cell.phoneCell:not(.filled):not(.onFocus) .form_input {
    padding-top: 0;
}


/* ====== Error ======  */
.form_errorContainer {
    position: absolute;
    top: calc(100% - 2px);
    left: 24px;
    z-index: 100;
    display: none;
    padding: 8px 16px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(110, 138, 158, 0.16);
}
.form_errorContainer::after {
    content: "";
    position: absolute;
    left: 16px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background: #FFFFFF;
    transform: rotate(45deg);
}
.form_inputError {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #F85D82;
}



.form_error {
    display: none;
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #F85D82;
}

/* ====== Cleaner ======  */
.svgCleaner {
    width: 18px;
    height: 18px;
    fill: #1D2F3C;
    opacity: 0.54;
    cursor: pointer;
}
.form_cell .svgCleaner {
    display: none;
    position: absolute;
    top: 0;
    right: 10px;
    width: 16px;
    height: 48px;
}



/* ====== ICONIC ======  */
.form_cell.iconic .form_input {
    padding-left: 64px;
}
.form_cell.iconic .form_placeholder {
    left: 64px;
}
.form_cell.phoneCell.iconic .form_placeholder {
    left: 88px;
}
.form_cell.phoneCell.iconic.filled .form_placeholder {
    left: 64px;
}
.form_cellLeftIcon {
    position: absolute;
    top: 0;
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;
    width: 48px;
    height: 56px;
    padding: 0 16px;
    border-right: 1px solid #FFFFFF;
    transition: all 0.3s;
}
.form_cellLeftIcon svg {
    fill: #222222;
    transition: all 0.3s;
}
.form_cell:hover .form_cellLeftIcon,
.form_cell.onFocus .form_cellLeftIcon {
    border-right: 1px solid #2ECF81;
}
.form_cell:hover .form_cellLeftIcon svg,
.form_cell.onFocus .form_cellLeftIcon svg {
    fill: #2ECF81;
}
.form_cell.onError .form_cellLeftIcon {
    border-right: 1px solid #F85D82;
}
.form_cell.onError .form_cellLeftIcon svg {
    fill: #F85D82;
}
.form_cell.iconic .form_errorContainer {
    left: 64px;
}


/* ====== CHECKBOX ======  */
.checkbox {
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
}
.checkbox label {
    display: block;
    margin-left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    cursor: pointer;
}
.checkbox label a {
    font-size: 14px;
    line-height: 20px;
}
.checkbox .checkbox_icon {
    display: none;
}
.checkbox input {
    display: none;
}
.checkbox .checkbox_icon {
    width: 24px;
    height: 24px;
}
.checkbox .checkbox_icon.iconUnchecked {
    display: block;
}
.checkbox.checked .checkbox_icon.iconChecked {
    display: block;
}
.checkbox.checked .checkbox_icon.iconUnchecked {
    display: none;
}
.checkbox.form_cell.onError label {
    color: #D81615;
}



/* ==== RADIO ====== */
.radioBtn {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}
.radioBtn input {
    display: none!important;
}
.radioBtn_header {
    width: 100%;
    margin-bottom: 8px;

    font-weight: bold;
    line-height: 12px;
    font-size: 12px;
    text-align: left;

    color: #6E8A9E;
}
.radioBtn_option {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;

    box-sizing: border-box;
    height: 48px;
    margin-right: 4px;
    border: 2px solid #DAE2E8;
    border-radius: 32px;

    line-height: 32px;
    font-size: 14px;
    letter-spacing: 0.02em;

    color: #28B571;

    cursor: pointer;
    transition: all 0.3s;
}
.radioBtn_option:last-child {
    margin-right: 0;
}
.radioBtn_option:hover {
    border: 2px solid #2ECF81;
    text-decoration: none;
    color: #FFFFFF;
    background: #2ECF81;
}
.radioBtn_option.chosen {
    color: #ffffff;
    background: #28B571;
    border-color: #28B571;
}


.radioBtn.switchStyle {
    position: relative;
    box-sizing: border-box;
    height: 48px;

    border: 2px;
    border-radius: 32px;
    background: #FFFFFF;
}
.radioBtn.switchStyle .radioBtn_option {
    z-index: 2;
    width: 50%;
    height: 100%;
    border: 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    background: none;
    color: #222222;
}
.radioBtn.switchStyle .radioBtn_option:hover {
    color: #2ECF81;
    background: #FFFFFF;
}
.radioBtn.switchStyle .radioBtn_option.chosen {
    color: #FFFFFF;
    background: #28B571;
}
.radioBtn.switchStyle .radioBtn_option.chosen:hover {
    background: #2ECF81;
}


.radioBtn.autoWidth {
    width: auto;
}
.radioBtn.autoWidth .radioBtn_option {
    padding: 0 16px;
}
.radioBtn.noTextWrap .radioBtn_option {
    white-space: nowrap;
}
.radioBtn.grey {
    background: #F0F5F7;
}



.radioBtn.petalStyle {
    width: auto;
    flex-flow: row nowrap;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    border: 2px solid #DAE2E8;
    border-radius: 16px 16px 16px 0;
}
.radioBtn.petalStyle .radioBtn_option {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 0 32px;
    border: none;
    border-radius: 16px 16px 16px 0;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #6E8A9E;
    text-decoration: none;
    transition: all 0.3s;
    background: none;
}
.radioBtn.petalStyle .radioBtn_option::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 16px 16px 16px 0;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(110, 138, 158, 0.08);
    opacity: 0;
    transition: opacity 0.3s;
}
.radioBtn.petalStyle .radioBtn_option:hover {
    color: #2ECF81;
    z-index: 5;
    background: none;
}
.radioBtn.petalStyle .radioBtn_option:hover::before {
    opacity: 1;
}
.radioBtn.petalStyle .radioBtn_option.chosen {
    color: #222222;
}
.radioBtn.petalStyle .radioBtn_option.chosen::before {
    opacity: 1;
}



/* ==== PLURAL ====== */
.js_pluralWrap {
    display: none;
}



.form_submitHidden {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 0;
    visibility: hidden;
}

/*====================================== MAIN FORM AND INPUTS STYLES ======================================*/





/*====================================== ADAPTIVE ALL ======================================*/
@media (max-width: 1279px) {
    input, button, select, textarea {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }

    .radioBtn.petalStyle {
        height: 40px;
    }
    .radioBtn.petalStyle .radioBtn_option {
        padding: 0 24px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 767px) {
    input, button, select, textarea {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
    }
    .input {
        height: 40px;
    }
    .form_cell.mobile {
        display: flex!important;
    }
    .form_input {
        height: 48px;
    }
    .form_cellLeftIcon {
        height: 48px;
    }
    .form_placeholder {
        top: 17px;
        font-size: 12px;
        line-height: 14px;
    }

    .form_cellIcon {
        width: 16px;
        height: 16px;
    }
    .form_cell.leftIcon input {
        padding-left: 40px;
    }
    .form_cell.rightIcon input {
        padding-right: 40px;
    }
    .form_cell.rightIcon .form_cellIcon {
        right: 16px;
    }


    .radioBtn.switchStyle .radioBtn_option {
        font-size: 14px;
        line-height: 17px;
    }
    .radioBtn.petalStyle .radioBtn_option {
        padding: 0 16px;
    }
}
@media (max-width: 550px){
    .form.whiteContainer {
        padding: 36px 16px;
    }
    .form_cell.half {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}





/* End */


/* Start:/local/templates/transopt/css/offerCard.css?17580254494612*/
.offerCard {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    padding-bottom: 64px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
    text-decoration: none;
}
.offerCard_img {
    width: 100%;
    height: 240px;
    border-radius: 24px;
    margin-bottom: 16px;
    overflow: hidden;
    background: #FFFFFF;
}
.offerCard.withStatus .offerCard_img {
    margin-bottom: 24px;
}
.offerCard_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.offerCard_status {
    position: absolute;
    left: 24px;
    top: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 16px;
    border-radius: 16px 16px 16px 0;

    background: #6E8A9E;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.offerCard_status.green {
    background: #28B571;
}
.offerCard_status.red {
    background: #F85D82;
}
.offerCard_info {
    display: flex;
    flex-flow: column nowrap;
    margin: 0 24px;
}
.offerCard_name {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    transition: color 0.3s;
    overflow: hidden;
    text-decoration: none;
    color: #222222;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.offerCard:hover .offerCard_name {
    color: #28B571;
}

.offerCard_date {
    margin-bottom: 8px;
    margin-right: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #6E8A9E;
}

.offerCard_infoRow {
    margin-bottom: 8px;
    margin-right: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
}

.offerCard_infoRow .red {
    color: #F85D82;
}

.offerCard_price {
    position: absolute;
    left: 24px;
    bottom: 16px;
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}
.offerCard_priceBeforeDiscount {
    position: absolute;
    top: -16px;
    display: flex;
    text-decoration: line-through;
    color: #6E8A9E;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
}


.offerCard_topPetal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.offerCard_btns {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 24px 0;
    overflow: hidden;
}
.offerCard:not(.unlinkedBtns):hover .offerCard_btn.main svg {
    fill: #28B571;
}
.offerCard_btn.main:hover svg {
    fill: #FFFFFF!important;
}
.offerCard_quantity {
    font-weight: 500;
    padding: 0 8px;
    white-space: nowrap;
}



@media (max-width: 1279px) {
    .offerCard {
        border-radius: 16px;
    }

    .offerCard_img {
        height: 224px;
        margin-bottom: 8px;
        border-radius: 16px;
    }
    .offerCard_info {
        margin: 0 16px;
    }
    .offerCard_name {
        font-size: 14px;
        line-height: 20px;
    }
    .offerCard_date {
        font-size: 12px;
        line-height: 16px;
    }
    .offerCard_price {
        left: 16px;
        font-size: 18px;
        line-height: 25px;
    }

    .offerCard_status {
        left: 16px;
        top: 208px;
        height: 32px;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
    }

    .offerCard_btns {
        border-radius: 16px 0;
    }
    .offerCard_btn.main {
        display: none;
    }
    .offerCard_btn.btn.petal {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .offerCard {
        padding-bottom: 32px;
    }
    .offerCard.withDiscount {
        padding-bottom: 48px;
    }
    .offerCard_img {
        height: 144px;
        margin-bottom: 8px;
    }
    .offerCard.withStatus .offerCard_img {
        margin-bottom: 16px;
    }
    .offerCard_info {
        margin: 0 8px;
    }
    .offerCard_name {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4px;
    }
    .offerCard_date {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .offerCard_price {
        bottom: 8px;
        left: 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .offerCard_priceBeforeDiscount {
        font-size: 12px;
    }

    .offerCard_status {
        left: 8px;
        top: 136px;
        height: 16px;
        font-weight: 600;
        font-size: 8px;
        line-height: 10px;
    }
    .offerCard_quantity {
        font-size: 12px;
        padding: 0 2px;
    }
}

/* End */


/* Start:/local/templates/transopt/css/range.css?17580254491077*/
.range {
    width: 100%;
}
.range_inputBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 8px;
    border-radius: 24px;
    background: #F0F5F7;
    overflow: hidden;
}
.range_input {
    width: calc(50% - 3px);
    height: 20px;

    border: none;
    outline: none;
    background: none;

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #222222;
}
.range_inputSeparator {
    width: 1px;
    height: 24px;
    border-radius: 2px;
    background: #DAE2E8;
}



.range_line {
    position: relative;
    width: calc(100% - 16px);
    height: 4px;
    border-radius: 4px;
    margin-top: -4px;
    background: #DAE2E8;
}
.range_line div {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #28B571;
}
.range_line span {
    position: absolute;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28B571;
    outline: none !important;
}
/* End */


/* Start:/local/templates/transopt/css/search.css?17580254491061*/
.search {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    border: 2px solid #222222;
    border-radius: 32px;
    background: #222222;
}
.search_section {
    height: 100%;
    width: 100%;
}
.search_input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 208px 0 24px;
    border-radius: 32px;
    border: none;
    margin-right: 2px;
    background: #FFFFFF;
    color: #222222;
}
.search_input::placeholder {
    color: #DAE2E8;
}
.search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 198px;
    height: 100%;
    min-width: auto;
}
.search_btn svg {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    fill: #ffffff;
}



@media (max-width: 1279px) {
    .search_btn {
        position: absolute;
        z-index: 0;
        visibility: hidden;
        width: 0;
        height: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .search_input {
        padding-left: 16px;
    }
}

/* End */


/* Start:/local/templates/transopt/css/fastSearch.css?17580254491619*/
/* ====== autocomplete ======  */
.ui-helper-hidden-accessible {
    display: none;
}

ul.ui-menu {
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
    border: none;
    border-top: 0;
    position: absolute;
    top: 49px;
    z-index: 10;
    border-radius: 0 0 16px 16px;
}
li.ui-menu-item {
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul li.ui-menu-item::before {
    display: none;
}
li.ui-menu-item:last-child {
    border-radius: 0 0 16px 16px;
}
.ui-menu-item a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: normal;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
    cursor: pointer;
    margin: 0;
    padding: 0 16px;
    list-style: none;
    text-decoration: none!important;
}
.ui-state-active,
.ui-menu-item a:hover {
    background: #F0F5F7;
    color: #2ECF81;
}


.fastSearch {
    border-radius: 8px;
    transition: border-radius 0.3s;
}
.fastSearch .form_placeholder {
    display: none!important;
}
.fastSearch.onFocus {
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.15);
}
.fastSearch.onError {
    box-shadow: none;
}
.fastSearch.onFocus input {
    border-color: #D7DBDE;
}

.fastSearch.opened input {
    border-radius: 10px 10px 0 0;
}

.fastSearch_value {
    font-weight: bold;
}
.svgCleaner.fastSearch_cleaner {
    right: 40px;
}
.fastSearch_icon {
    position: absolute;
    top: 0;
    right: 10px;
    width: 24px;
    height: 48px;
    fill: #82c831;
}

.fastSearch.greyStyle ul.ui-menu {
    background: #F0F5F7;
    box-shadow: none;
}
/* End */


/* Start:/local/templates/transopt/css/selects.css?17580254495133*/
/* ====================================== SELECTS ======================================*/
.select.custom {
    width: 190px;
}
.select {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.current_select {
    width: 100%;
    font-weight: 500;
    height: 48px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #28B571;
    padding: 0 40px 0 16px;
    box-sizing: border-box;
    display: block;
    border: 2px solid #DAE2E8;
    border-radius: 32px;
}
.current_value {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #28B571;
    margin: 0;
    line-height: 14px;
    display: inline-block;
    border-radius: 10px;
    background: none;
    height: 47px;
    box-shadow: none;
    text-align: left;
    max-width: 100%;
    border: 0;
    box-sizing: border-box;
    vertical-align: top;
}
.current_value:focus {
    outline: none;
}
.select.disabled .current_value {
    color: #6E8A9E;
}
.current_select svg {
    width: 24px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 16px;
    fill: #222222;
}
.options {
    width: 100%;
    position: absolute;
    top: 48px;
    left: 0;
    display: none;
    background: #fff;
    box-sizing: border-box;
    z-index: 150;
}
.options ul {
    margin: 0;
    width: 100%;
    padding: 0;
    max-height: 350px;
}
.options li {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1D2F3C;
    cursor: pointer;
    margin: 0;
    padding: 11px 16px;

}
.options li:hover {
    background: #F6F9FB;
}
.options li::before {
    display: none;
}
.options li:last-child {
    border-radius: 0 0 10px 10px;
}
.options li.current {
    display: none;
}
.select.open_select {
    z-index: 150;
}
.select.open_select:not(.disabled) .current_select {
    border: 1px solid #F0F0F0;
    border-bottom: 0;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.5);
    border-radius: 10px 10px 0 0;
    background: white;
}
.select.open_select:not(.disabled) .options {
    display: block;
    border: 1px solid #F0F0F0;
    box-shadow: 0 11px 11px rgba(120, 160, 190, 0.5);
    border-radius: 0 0 10px 10px;
}
.options ul {
    overflow-y: auto;
    max-height: 200px;
}
.options ul::-webkit-scrollbar-track {border-radius: 4px;}
.options ul::-webkit-scrollbar {width: 6px;}
.options ul::-webkit-scrollbar-thumb {border-radius: 4px;background: #7A858D;}
.options ul:hover::-webkit-scrollbar-thumb {background: #28B571;}

.select_search {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}
.input_cell .select_search {
    width: 100%;
}
.select_search .current_select {
    cursor: pointer;
}
.select_search .current_value {
    cursor: pointer;
}
.select_search input {
    display: none;
    transition: 0.5s all;
    box-sizing: border-box;
    border: 1px solid #F0F0F0;
    border-bottom: 0;
    box-shadow: 0 4px 15px rgba(120, 160, 190, 0.5);
    border-radius: 10px 10px 0 0;
    background: white;
    width: 218px;
    height: 48px;
    padding-left: 16px;
    padding-right: 34px!important;
}
.select_search input:focus {
    border: 1px solid #F0F0F0;
    padding-right: 34px!important;
}
.select_search .select_icon_search {
    width: 24px;
    height: 24px;
    fill: #28B571;
    display: none;
    position: absolute;
    top: 12px;
    right: 12px;
}
.input_cell .select_search .select_icon_search {
    width: 24px;
    height: 48px;
    top: 0;
    right: 8px;
}
.select_search.open_select:not(.disabled) .select_icon_search {
    display: block;
}
.select_search.open_select:not(.disabled) input {
    display: block;
}
.select_search.open_select:not(.disabled) .current_select {
    display: none;
}
.select_search.open_select:not(.disabled) .options {
    display: block;
    border: 1px solid #F0F0F0;
    box-shadow: 0 11px 11px rgba(120, 160, 190, 0.5);
    border-radius: 0 0 10px 10px;
}
.select_search .options li.default {
    display: none!important;
}

.current_select svg.filter_arrow {
    width: 24px;
    height: 48px;
    vertical-align: middle;
    fill: #222222;
}
.current_select svg.filter_cleaner {
    vertical-align: middle;
    fill: #7A858D;
    cursor: pointer;
    display: none;
    width: 16px;
    height: 48px;
}
.select_search svg.input_filter_cleaner {
    vertical-align: middle;
    fill: #7A858D;
    cursor: pointer;
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 12px;
}
.current_select.active_select svg.filter_arrow {
    display: none;
}
.current_select.active_select svg.filter_cleaner {
    display: block;
}
.select li.onFocus,
.select_search li.onFocus {
    background: #F6F9FB;
}
.select_search li.current {
    background: #F6F9FB;
    color: #1D2F3C;
    font-weight: 500;
}


.input_select .select {
    width: 100%;
}
/* ====================================== SELECTS END ======================================*/



/* End */


/* Start:/local/templates/transopt/css/options.css?1758025449839*/
.createOptions {
    max-width: calc(100% - 8px);
    width: 640px;
}
.options_container {
    overflow-y: auto;
    height: 45vh;
}
.options_container * {
    cursor: pointer;
    transition: 0.3s color;
    font-size: 18px;
    line-height: 25px;
}
.options_container *:hover {
    color: #28B571;
}
.options_option {
    padding-bottom: 8px;
    border-bottom: 1px solid #DAE2E8;
    margin-bottom: 8px;
}
.options_option:last-child {
    border-bottom: 0;
}
.options_optionInner {
    display: flex;
    gap: 8px;
}
.options_optionItem {
    flex: 1;
    transition: color 0.2s;
    white-space: nowrap;
    width: 0;
}
.options_option:hover .options_optionItem {
    color: #28B571;
}

@media (max-width: 767px) {
    .options_optionItem {
        white-space: initial;
    }
    .options_container {
        margin-top: 24px;
    }
}
/* End */


/* Start:/local/templates/transopt/css/fileInput.css?17580254491276*/
/* ====== FILE INPUT ======  */
.fileInput input {
    display: none;
}

.fileInput.form_cell {
    display: inline-flex;
}
.fileInput_info {
    display: flex;
    flex-flow: column nowrap;
}
.fileInput_actions {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 24px;
}
.fileInput_action {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #28B571;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}
.fileInput_action:last-child {
    margin-bottom: 0;
}
.fileInput_action svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #28B571;
}
.fileInput_action.grey {
    color: #6E8A9E;
}
.fileInput_action.grey svg {
    fill: #6E8A9E;
}

@media (max-width: 767px) {
    .fileInput_actions {
        flex-flow: row;
        margin-top: 16px;
    }

    .fileInput_action {
        width: 100%;
        flex: 1 0;
        flex-flow: column;
        font-weight: 500;
        font-size: 10px;
        line-height: 12px;
        text-align: center;
        margin-bottom: 0;
    }
    .fileInput_action svg {
        width: 16px;
        height: 16px;
        margin-right: 0;
        margin-bottom: 4px;
    }
}
/* End */


/* Start:/local/templates/transopt/css/zoomSlider.css?17580254491374*/
.zoomSlider_main {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 64px 0;
    /*background: #222222;*/
}
.zoomSlider_close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
    fill: #ffffff;
}
.zoomSlider_sliderContainer {
    width: 100%;
    height: 100%;
}
.zoomSlider_slide {
    height: 100%;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.zoomSlider .slick-list,
.zoomSlider .slick-track {
    height: 100%!important;
}
.zoomSlider_slideImage {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    /*border-radius: 16px;*/
    /*border: 4px solid #ffffff;*/
}

.zoomSlider_controls {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.zoomSlider_counter {
    color: #ced5db;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin: 0 40px;
}
.zoomSlider_counterCurrent {
    color: #ffffff;
}
.zoomSlider_arrow {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.zoomSlider_arrow:hover svg,
.zoomSlider_arrow:active svg {
    fill: #28B571;
}
.zoomSlider_arrow svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: fill 0.3s;
}

/* End */


/* Start:/local/templates/transopt/css/catalogElementStyle.css?175802544912280*/
.cElement_wrap {
    display: flex;
    flex-flow: row wrap;
}

.cElement_breadcrumbs {
    margin-left: 64px;
}

.cElement_header {
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 64px);
    margin-left: 64px;
}
.cElement_h1 {
    margin: 0 0 8px 0;
    font-size: 32px;
    line-height: 45px;
}
.cElement_headerInfo {
    display: flex;
    margin-bottom: 16px;
}
.cElement_headerInfo p {
    display: inline-flex;
    align-items: center;
    margin: 0 32px 0 0;
}
.cElement_headerInfo p svg {
    width: 24px;
    height: 16px;
    margin-right: 16px;
    fill: #6E8A9E;
}



.cElement_infoBlock {
    display: flex;
    box-sizing: border-box;
    width: 33.3%;
    max-height: 704px;
}
.cElement_infoWrap {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 64px);
    max-height: 100%;
    padding: 40px 0 72px 0;
    margin: 0 16px 0 64px;
}
.cElement_infoTopSeparator {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 24px);
    height: 1px;
    background: #DAE2E8;
}
.cElement_infoContainer {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    padding-right: 24px;
    overflow: auto;
}
.cElement_infoSection {
    display: flex;
    flex-flow: column;
    border-bottom: 1px solid #DAE2E8;
    margin-bottom: 32px;
}
.cElement_infoSection:last-child {
    border-bottom: 0;
}
.cElement_infoHeader {
    margin: 0 0 16px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}
.cElement_infoTable {
    display: flex;
    flex-flow: column;
    margin-bottom: 24px;
}

.cElement_infoTable:last-child {
    margin-bottom: 0;
}

.cElement_infoRow {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 16px;
    border-radius: 8px;
}
.cElement_infoRow:nth-child(2n + 1) {
    padding: 8px 16px;
    background: #F0F5F7;
}
.cElement_infoCharName {
    box-sizing: border-box;
    width: 40%;
    padding-right: 40px;
    margin: 0;

    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.cElement_infoCharValue {
    width: 60%;
    margin: 0;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
}



.cElement_photoBlock {
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    width: 66.7%;
    padding: 48px 64px 48px 40px;
    border-radius: 40px;
    background: #F0F5F7;
}

.cElement_slider {
    position: relative;
    width: 60%;
}
.cElement_sliderWrap {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px;
}

.cElement_sliderContainer {
    box-sizing: border-box;
    width: 100%;
    border: 4px solid #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
}
.cElement_sliderContainer .slick-track {
    display: flex!important;
}
.cElement_sliderContainer .slick-slide {
    height: inherit!important;
}
.cElement_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 632px;
    overflow: hidden;
    background: #F0F5F7;
}
.cElement_slider.empty .cElement_slide {
    background: #FFFFFF;
}
.cElement_slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.cElement_sliderArrow {
    position: absolute;
    top: calc(50% - 56px);
    left: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 112px;
}
.cElement_sliderArrowBg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.cElement_sliderArrowBtn.slick-hidden + .cElement_sliderArrowBg {
    display: none;
}
.cElement_sliderArrowBtn {
    z-index: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 80px;
    border-radius: 100% 0 0 100% / 50% 0 0 50%;

    cursor: pointer;
    overflow: hidden;
}
.cElement_sliderArrowBtn svg {
    width: 24px;
    height: 24px;
    fill: #6E8A9E;
    transition: fill 0.3s;
}
.cElement_sliderArrowBtn:hover svg {
    fill: #2ECF81;
}

.cElement_sliderArrow.right {
    left: auto;
    right: 0;
}
.cElement_sliderArrow.right .cElement_sliderArrowBtn {
    border-radius: 0 100% 100% 0 / 0 50% 50% 0;
}
.cElement_sliderArrow.right .cElement_sliderArrowBg {
    transform: rotate(180deg);
}
.cElement_slider .btn.petal.cElement_sliderZoomOpen {
    position: absolute;
    bottom: 4px;
    right: 44px;
    z-index: 5;
    border-radius: 20px 0;
}



.cElement_userBlock {
    display: flex;
    flex-flow: column-reverse nowrap;
    width: 37%;
    border-radius: 24px;
    margin: 0 0 16px 3%;
}
.cElement_userSection {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    padding: 24px 16px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 8px 24px rgba(110, 138, 158, 0.15);
}

.cElement_userSection.petal {
    z-index: 8;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    box-sizing: border-box;
    height: 88px;
    margin-top: -18px;
    border-radius: 0 0 24px 24px;
    padding: 18px 16px 24px 40px;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
}
.cElement_userSection.petal svg {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    fill: #222222;
    transition: fill 0.3s;
}
.cElement_userSection.petal p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: inherit;
}
.cElement_userSection.petal span {
    color: #28B571;
    transition: color 0.3s;
}
.cElement_userSection.petal:hover {
    /*color: #2ECF81;*/
    background: #F0F5F7;
}
.cElement_userSection.petal:hover svg,
.cElement_userSection.petal:hover span {
    color: #2ECF81;
    fill: #2ECF81;
}

.cElement_userSection.petal.green {
    background: #28B571;
    color: #ffffff;
}
.cElement_userSection.petal.green svg {
    fill: #ffffff;
}

.cElement_userSection.petal.green:hover {
    background: #2ECF81;
}
.cElement_userSection.petal.green:hover svg {
    fill: #ffffff;
}





.cElement_price {
    position: relative;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 24px;
}
.cElement_priceBeforeDiscount {
    position: absolute;
    top: -8px;
    display: flex;
    text-decoration: line-through;
    color: #6E8A9E;
    white-space: nowrap;
    font-size: 14px;
    line-height: 16px;
}


.cElement_userInfo {
    box-sizing: border-box;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #F0F5F7;
}
.cElement_userInfoMain {
    display: flex;
    align-items: center;
    text-decoration: none!important;
}
.userIcon.cElement_userIcon {
    width: 72px;
    height: 72px;
    margin-right: 16px;
}
.cElement_userName {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.cElement_userCity {
    display: flex;
    width: 100%;
    margin-top: 24px;
}
.cElement_userCity svg {
    width: 13px;
    height: 16px;
    margin-right: 16px;
    fill: #6E8A9E;
}
.cElement_userCityHeader {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #6E8A9E;
}
.cElement_userCityValue {
    margin: 8px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}


.cElement_zoomSlider {
    width: 100%;
    height: 100%;
}

.cElement_noQuantity {
    margin-bottom: 16px;
    margin-top: -16px;
    color: #F85D82;
}


@media (max-width: 1497px) {
    .cElement_photoBlock {
        padding: 32px 16px 32px 16px;
    }
    .cElement_breadcrumbs {
        margin-left: 32px;
    }
    .cElement_header {
        margin-left: 32px;
    }
    .cElement_infoWrap {
        margin-left: 32px;
    }

    .cElement_userSection.petal {
        padding: 18px 8px 24px 16px;
    }
}


@media (max-width: 1279px) {
    .cElement {
        margin-top: 16px;
    }
    .cElement .container {
        margin: 0 24px;
    }
    .cElement_breadcrumbs {
        margin-left: 8px;
    }
    .cElement_photoBlock {
        order: 2;
        width: 100%;
        padding: 32px 16px 32px 16px;
    }
    .cElement_header {
        order: 1;
        width: 100%;
        margin-left: 0;
    }
    .cElement_infoBlock {
        order: 3;
        width: 100%;
    }

    .cElement_userSection.petal {
        padding: 18px 16px 24px 40px;
    }


    .cElement_price {
        font-size: 32px;
        line-height: 45px;
    }

    .cElement_infoWrap {
        margin: 0;
        width: 100%;
    }
    .cElement_infoTopSeparator {
        display: none;
    }
    .cElement_infoContainer {
        max-height: none;
        padding-right: 0;
    }

}


@media (max-width: 1079px) {
    .cElement_photoBlock {
        justify-content: center;
    }
    .cElement_userBlock {
        width: 100%;
        margin: 32px 0 0 0;
    }


    .cElement_userInfo {
        display: flex;
        padding: 0 24px;
    }
    .cElement_userInfoMain {
        width: 60%;
        padding: 24px 0;
    }
    .cElement_userCity {
        box-sizing: border-box;
        width: 40%;
        padding: 24px 0 24px 24px;
        margin: 0;
        border-left: 2px solid #FFFFFF;
    }
    .cElement_userCity svg {
        fill: #222222;
    }

}


@media (max-width: 767px) {
    body[data-ajax-page="cElement"] header {
        display: none!important;
    }
    body[data-ajax-page="cElement"] main {
        padding-top: 0!important;
    }
    .cElement {
        margin-top: 0;
    }
    .cElement .container {
        margin: 0;
    }
    .cElement_photoBlock {
        order: 1;
        width: 100%;
        padding:0;
        border-radius: 0 0 40px 40px;
        background: #ffffff;
        box-shadow: 0 8px 24px rgba(110, 138, 158, 0.08);
    }
    .cElement_header {
        order: 2;
        box-sizing: border-box;
        padding: 0 16px;
    }
    .cElement_h1 {
        margin-top: 24px;
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
    }
    .cElement_headerInfo p {
        font-size: 12px;
        line-height: 14px;
        margin: 0 16px 0 0;
    }
    .cElement_headerInfo p:last-child {
        margin-right: 0;
    }
    .cElement_headerInfo p svg {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    .cElement_slider {
        width: 100%;
    }
    .cElement_sliderWrap {
        padding: 0;
    }
    .cElement_sliderContainer {
        border: 0;
        border-radius: 0 0 40px 40px;
        max-height: 320px;
    }
    .cElement_slide {
        max-height: 320px;
    }
    .cElement_slide img {
        object-fit: contain;
        font-family: "object-fit: cover;";
    }
    .cElement_sliderArrow {
        display: none;
    }
    .cElement_slider .btn.petal.cElement_sliderZoomOpen {
        bottom: 0;
        right: 0;
    }
    .cElement_userBlock {
        width: 100%;
        margin: 0;
    }

    .cElement_userCityHeader {
        font-size: 12px;
        line-height: 14px;
    }
    .cElement_userCityValue,
    .cElement_userSection.petal,
    .cElement_userSection.petal p {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .cElement_infoBlock {
        box-sizing: border-box;
        padding: 0 16px;
    }

    .cElement_infoWrap {
        border-top: 1px solid #DAE2E8;
        padding: 32px 0 48px 0;
    }
}


@media (max-width: 559px) {
    .cElement_userInfo {
        padding: 16px;
        flex-flow: column;
    }
    .cElement_userInfoMain {
        width: 100%;
        padding: 0;
    }
    .userIcon.cElement_userIcon {
        width: 48px;
        height: 48px;
        margin-right: 16px;
    }
    .cElement_userCity {
        align-items: center;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 16px 0 0;
        border-left: 0;
    }
    .cElement_userCityInfo {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .cElement_userCityHeader {
        margin-right: 8px;
    }
    .cElement_userCityValue {
        margin: 0;
    }
    .cElement_userCity svg {
        margin-right: 8px;
    }
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/main.user.link/header/style.css?17580254492051*/
.userLink {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.userLink_links {
    font-size: 14px;
    line-height: 20px;
    margin-right: 24px;
    margin-bottom: 0;
}
.userLink_links a {
    color: #222222;
    text-decoration: none;
}
.userIcon.userLink_icon {
    width: 56px;
    height: 56px;
}
.userIcon.userLink_icon svg {
    width: 32px;
    height: 32px;
}
.userLink_main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.userLink_info {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    margin-right: 24px;
    text-decoration: none;
}
.userLink_name,
.userLink_mail {
    margin-bottom: 0;
    font-weight: 500;
}
.userLink_mail {
    color: #6E8A9E;
}


.userLink_reveal {
    width: 280px;
    top: 100%;
    left: initial;
    right: -32px;
}
.userLink_revealInner {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 0 8px;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0 16px 32px rgba(110, 138, 158, 0.24);
}
.userLink_revealLink {
    display: flex;
    box-sizing: border-box;
    width: calc(100% - 48px);
    padding: 16px 24px;
    margin: 0 24px;
    border-radius: 24px;

    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #222222;

    transition: all 0.3s;
}
.userLink_exit {
    width: 100%;
    border-top: 1px solid #F0F5F7;
    margin-top: 8px;
}
.userLink_exit .userLink_revealLink {
    margin-top: 8px;
    color: #6E8A9E;
}

.userLink_revealLink:hover {
    color: #28B571;
    background: #F0F5F7;
}

.userLink_notifications {
    display: flex;
}
.userLink_notify {
    position: relative;
    display: flex;
    margin-right: 48px;
}
.userLink_notify svg {
    width: 32px;
    height: 32px;
    fill: #222222;
    transition: fill 0.3s;
}
.userLink_notify:hover svg {
    fill: #2ECF81;
}

/* End */


/* Start:/local/templates/transopt/components/bitrix/menu/btmNav/style.css?17580254495474*/
/* ====================================== btm nav ======================================*/
.btmNav {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 7000;
	width: 100%;
}
.btmNav_container {
	position: relative;
	width: 100%;
	background: #222222;
}
.btmNav_gradient {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 23.53%);
	pointer-events: none;
}
.btmNav_angle {
	position: absolute;
	z-index: 2;
	bottom: 100%;
	left: 0;
	/*width: calc(50% + 8px);*/ /*Для таблетки*/
	width: calc(50% + 16px);
	height: 48px;
	/*border-radius: 24px 0 60px 24px;*/
	border-radius: 24px 0 45px 24px;
	box-shadow: -20px 20px 0 0 #222222;
	pointer-events: none;
}
.btmNav_angle.right {
	left: initial;
	right: 0;
	/*border-radius: 0 24px 24px 60px;*/
	border-radius: 0 24px 24px 45px;
	box-shadow: 20px 20px 0 0 #222222;
}
.btmNav_circleBg {
	position: absolute;
	z-index: 2;
	top: -8px;
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #222222;
}
.btmNav_menu {
	position: relative;
	z-index: 5;
	display: flex;
	width: 100%;
	height: 48px;
	background: #222222;
	justify-content: space-between;
}
.btmNav_menuSection {
	display: flex;
	justify-content: space-evenly;
	width: calc(50% - 32px);
	height: 100%;
}
.btmNav_element {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	width: 64px;
	height: 100%;
	padding-top: 8px;
	text-decoration: none!important;
	text-align: center;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btmNav_element svg {
	fill: #ffffff;
	height: 16px;
	max-width: 100%;
	transition: fill 0.3s;
}
.btmNav_element.selected svg,
.btmNav_element:active svg {
	fill: #28B571;
}
.btmNav_text {
	margin-top: 8px;
	text-decoration: none!important;
	font-size: 10px;
	line-height: 8px;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	transition: color 0.3s;
}
.btmNav_element.selected .btmNav_text,
.btmNav_element:active .btmNav_text {
	color: #28b571;
}
.btmNav_menuCenter {
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	align-items: center;
	box-sizing: border-box;
	width: 64px;
	height: 100%;
	padding-bottom: 8px;
	text-decoration: none;
}
.btmNav_burgerCircle {
	position: absolute;
	left: calc(50% - 16px);
	top: -5px;
	z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 0 solid;
	background: #28B571;
	transition: all 0.3s;
}
.btmNav_burgerCircle svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
}
.burger.btmNav_burger {
	box-sizing: border-box;
	padding: 10px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	align-items: center;
}
.burger.btmNav_burger span {
	background: #ffffff;
	width: 12px;
	height: 2px;
}
.burger.btmNav_burger span:nth-child(2) {
	width: 6px;
	margin: 0 auto;
}

.btmNav_burgerCircle.open {
	background: #FFFFFF;
	border: 16px solid #222222;
	left: calc(50% - 32px);
	top: -21px;
}
.burger.btmNav_burger.open span:first-child {
	width: 15px;
	transform: rotate(45deg) translate(2.5px, -2.5px);
	background: #6E8A9E;
}
.burger.btmNav_burger.open span:last-child {
	width: 15px;
	transform: rotate(-45deg) translate(2.5px, 2.5px);
	background: #6E8A9E;
}
.btmNav_circleHelper {
	position: absolute;
	top: 10px;
	z-index: 20;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 0px solid;
	border-radius: 50%;
	background: #ffffff;
	transition: 0.3s;
}
.btmNav_menuCenter.open .btmNav_circleHelper {
	top: -25px;
	width: 72px;
	height: 72px;
	border: 1px solid #DAE2E8;
}

/* === Circled Menu === */
.btmNav_circleMenu {
	position: absolute;
	top: 10px;
	z-index: 10;
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 0px solid;
	border-radius: 50%;
	background: #ffffff;
	transition: 0.3s;
	overflow: hidden;
	visibility: hidden;
	box-shadow: 0px -8px 24px rgba(110, 138, 158, 0.24);
}
.btmNav_menuCenter.open .btmNav_circleMenu {
	top: -83px;
	width: 192px;
	height: 192px;
	visibility: visible;
}



.btmNav_circleMenuElem {
	position: absolute;
	height: 48px;
}

.btmNav_circleMenuElem svg,
.btmNav_circleMenuElem .btmNav_text {
	fill: #222222;
	color: #222222;
}
.btmNav_circleMenuElem.selected svg,
.btmNav_circleMenuElem.selected .btmNav_text {
	fill: #2ECF81;
	color: #2ECF81;
}

.btmNav_circleMenuElem:nth-child(4) {
	left: 0;
	top: 84px;
}
.btmNav_circleMenuElem:nth-child(2) {
	left: 6px;
	top: 32px;
}
.btmNav_circleMenuElem:nth-child(1) {
	left: 64px;
	top: 8px;
}
.btmNav_circleMenuElem:nth-child(3) {
	right: 6px;
	top: 32px;
}
.btmNav_circleMenuElem:nth-child(5) {
	right: 0;
	top: 84px;
}


.btmNav_element .notification {
	border-color: #222222;
}



@media (max-width: 1279px) {
	.btmNav {
		display: block;
	}
}

@media (min-width: 768px) {
	.btmNav_menu {
		height: 72px;
	}
	.btmNav_element {
		padding-top: 16px;
	}
	.btmNav_element svg {
		height: 24px;
	}
	.btmNav_text {
		font-size: 10px;
	}

	.btmNav_circleBg {
		top: -12px;
		left: calc(50% - 28px);
		width: 56px;
		height: 56px;
	}
	.btmNav_angle {
		width: calc(50% + 6px);
	}

	.btmNav_burgerCircle {
		width: 48px;
		height: 48px;
		top: -8px;
		left: calc(50% - 24px);
	}
	.btmNav_element.js_notified::after {
		top: 13px;
	}
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/menu/header/style.css?1758025449984*/
.headerMenu {
	display: flex;
	height: 100vh;
	background: #FFFFFF;
}
.headerMenu_list {
	box-sizing: border-box;
	width: 25vw;
	min-width: 400px;
	height: 100%;
	padding-top: 224px;
	border-right: 2px solid #F0F5F7;
	margin: 0;
    overflow: auto;
}
.headerMenu_item {
	width: 100%;
	height: 80px;
	margin-bottom: 0;
}
.headerMenu_item a {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 16%;

	font-size: 32px;
	line-height: 39px;
	font-weight: bold;
	text-decoration: none!important;
	color: #222222;

	transition: all 0.3s;
}
.headerMenu_item.selected a {
	color: #28B571;
	background: #F0F5F7;
}
.headerMenu_item:hover a {
	color: #28B571;
	background: #F0F5F7;
}

@media (max-width: 767px) {
	.headerMenu_list {
		min-width: auto;
		width: 100%;
		padding-top: 88px;
	}
	.headerMenu_item {
		height: 64px;
	}
	.headerMenu_item a {
		padding-left: 16px;
		padding-right: 8px;
		line-height: 28px;
		font-size: 21px;
	}
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/system.auth.authorize/.default/style.css?1758025449417*/
.authorization {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    max-width: 320px;
    padding: 0 16px;
}
.authorization.system {
    width: 100%;
    margin: 64px auto;
}
p.authorization_header {
    margin: 0 0 16px;
}
.authorization_form {
    margin-top: 24px;
}
.authorization_btn {
    width: 200px;
}
.authorization_regLink {
    margin-bottom: 8px;
}
/* End */


/* Start:/local/templates/transopt/components/bitrix/system.auth.registration/.default/style.css?1758025449487*/
.registration {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    max-width: 320px;
    padding: 0 16px;
}
.registration.system {
    width: 100%;
    margin: 64px auto;
}
p.registration_header {
    margin: 0 0 16px;
}
.registration_form {
    margin-top: 24px;
}
.registration_btn {
    width: 200px;
}



.registrationAnswer {
    text-align: center;
}
.registrationAnswer .h2 {
    margin-bottom: 24px;
    margin-top: 40px;
}
/* End */


/* Start:/local/templates/transopt/styles.css?175802544916335*/
/*
Font: Rubik;
Colors{
    dark-blue: #222222;
    grey: #7A858D;
    bright-grey: #D7DBDE;
    white-grey: #F0F0F0;
    white-silver: #F6F9FB;
    orange: #FEAA59;
    green: #28B571;
    red: #D81615;
    Shadows (blue): #78A0BE;
}
viewport{
    width-desk >= 1280px;
    width-laptop 768 - 1279px;
    width-mobile 320 - 767px;
}
container{
    padding-desk:  80px;
    padding-laptop 24px;
    padding-mobile 16px;
}
*/


/* ====================================== BITRIX ======================================*/
.bx-core-dialog-overlay {
    z-index: 9997!important;
}
.bx-core-adm-dialog {
    z-index: 9998!important;
}
/* ====================================== BITRIX END======================================*/



/* ====================================== GENERAL ======================================*/
body {
    margin: 0;

    font-family: Gilroy, Arial, sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;

    color: #222222;
    background: #FFFFFF;

    -webkit-tap-highlight-color: transparent;
}
body.withModal {
    overflow: hidden;
    padding-right: 16px;
}
body.scroll.withModal {
    padding-right: 4px;
}
main {
    display: block;
    box-sizing: border-box;
    min-height: calc(100vh - 80px - 188px);
    padding-top: 96px;
    margin-bottom: 80px;
}
div {
    display: block;
    color: #222222;
}
div.flex {
    display: flex;
    flex-flow: wrap row;
}
header, footer, main, .wrapper, section {
    width: 100%;
}
.headerEscape {
    margin-top: 96px;
}
.container {
    margin: 0 16px;
}
.container.headerEscape {
    margin: 96px 16px 0 16px;
}
.container.text {
    max-width: 1280px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.container.center {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
}
.container.biggerMargin {
    margin: 0 80px;
}
@media (max-width: 1279px) {
    main {
        margin-bottom: 96px;
    }
    .container.biggerMargin {
        margin: 0 32px;
    }
    .container.xTablet {
        margin: 0;
    }
}
@media (max-width: 767px) {
    main {
        margin-bottom: 72px;
    }

    .container {
        margin: 0 16px;
    }
    .container.biggerMargin {
        margin: 0 16px;
    }
    .container.xMobile h1,
    .container.xMobile h2,
    .container.xMobile h3,
    .container.xTablet h1,
    .container.xTablet h2,
    .container.xTablet h3 {
        margin-left: 16px;
    }
    .container.xMobile{
        margin: 0;
    }
}
.relative {
    position: relative;
}
/*Переделать на media min*/
.mobile,
.mobileFlex {
    display: none!important;
}
.tablet {
    display: none;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
.scroll::-webkit-scrollbar-track {
    background: none;
    opacity: 0;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #DAE2E8;
}

.video_frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.highlighted {
    font-weight: 500;
    color: #28B571;
}
.hover {
    transition: color 0.2s, fill 0.2s;
}
.hover:hover {
    color: #28B571;
    fill: #28B571;
}
.pointer {
    cursor: pointer;
}
.turned {
    transform: rotate(180deg);
}

.nowrap {
    white-space: nowrap;
}

h1,
.h1 {
    font-size: 64px;
    line-height: 77px;
    font-weight: 700;
    color: #222222;
    margin: 80px 0 48px 0;;
}
h2,
.h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #222222;
    margin: 64px 0 40px 0;
}
h3,
.h3 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 700;
    color: #222222;
    margin: 32px 0 24px 0;
}
p,
li {
    font-size: 18px;
    line-height: 25px;
    color: #222222;

}
p {
    margin: 0 0 16px 0;
}
p.small,
a.small,
li.small {
    font-size: 14px;
    line-height: 20px;
}
strong {
    font-weight: 500;
}
s, del {
    font-size: inherit;
    line-height: inherit;
    color: #7A858D;
}
p img {
    margin: 24px;
}

p.grey,
li.grey {
    color: #6E8A9E;
}
p.center,
a.center,
li.center {
    text-align: center;
}
a {
    font-size: inherit;
    line-height: inherit;
    color: #28B571;
    text-decoration: underline;
    cursor: pointer;
    transition: color 0.3s;
}
a:hover {
    color: #2ECF81;
    text-decoration: none;
}
a.external::after {
    content: url('/local/includes/icons/external.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: top;
    padding-left: 4px;
}

li {
    list-style-type: none;
    margin: 0 0 8px 0;
}
li:last-child {
    margin-bottom: 0;
}
ul{
    list-style-position: outside;
    padding: 0;
    margin: 0 0 16px 0;
}
ul li {
    padding-left: 24px;
    position: relative;
}
ul li::before{
    content: "";
    width: 16px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #28B571;
    position: absolute;
    left: 0;
    top: 11px;
}
ul ul li {
    padding-left: 21px;
    position: relative;
}
ul ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-right: 13px;
    border-radius: 50%;
    background-color: #28B571;
    top: 10px;
}
ul ul {
    counter-reset: list2;
    padding-top: 17px;
    padding-left: 25px;
}
ul.noMarker li {
    padding-left: 0;
}
ul.noMarker li::before {
    content: none;
}
ol {
    counter-reset: list1;
    padding: 0;
    margin: 0 0 16px 0;
} /* Инициируем счетчик */
ol li {
    padding-left: 36px;
    position: relative;
}
ol li::before {
    font-weight: 500;
    margin-right: 16px;
    color: #28B571;
    counter-increment: list1; /* Увеличиваем значение счетчика */
    content: counter(list1); /* Выводим число */
    position: absolute;
    left: 0;
}
ol ol {
    counter-reset: list2;
    padding-top: 17px;
    padding-left: 20px;
} /* Инициируем счетчик вложенного списка */
ol ol li::before {
    font-weight: 500;
    margin-right: 13px;
    color: #28B571;
    counter-increment: list2; /* Увеличиваем значение счетчика вложенного списка */
    content: counter(list1) "." counter(list2); /* Выводим число */
}

img, iframe {
    max-width: 100%;
    height: auto;
}


.flexSpace {
    flex: 1;
}

.roundedBlock {
    box-sizing: border-box;
    border-radius: 40px;
    background: #F0F5F7;
}
.flexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullScreen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100vw;
    height: 100vh;
}
.onFullScreen {
    display: none;
}
.fullScreen .noFullScreen {
    display: none;
}
.fullScreen .onFullScreen {
    display: flex;
}
.hidden {
    display: none;
}
.invisible {
    visibility: hidden;
    pointer-events: none;
}
.mw100 {
    max-width: 100%;
}
.mw960 {
    max-width: 960px;
}
.m0 {
    margin: 0;
}
.mt0 {
    margin-top: 0;
}
.mt8 {
    margin-top: 8px;
}
.mt16 {
    margin-top: 16px;
}
.mt24 {
    margin-top: 24px;
}
.mt32 {
    margin-top: 32px;
}
.mb0 {
    margin-bottom: 0;
}
.noLineHeight {
    line-height: 0!important;
}
.maxLines2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.maxLines3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.fake {
    position: absolute;
    z-index: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    left: 0;
}
/* ====================================== GENERAL END ======================================*/

/* SLIDER */
.slick-slider.sameHeight .slick-track {
    display: flex!important;
}
.slick-slider.sameHeight .slick-slide {
    height: inherit!important;
}



/* ====================================== SECTIONS ====================================== */
section {
    margin-bottom: 48px;
}
section > h2,
section .container:not(.text) > h2 {
    margin-top: 0;
    margin-bottom: 48px;
}
/* ====================================== SECTIONS END ====================================== */



/* ====================================== LOADER ======================================*/
.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
/* ====================================== LOADER END ======================================*/


.headerBlock {
    display: flex;
    justify-content: space-between;
}
.headerBlock_left {
    display: flex;
}
.headerBlock_right {
    display: flex;
    margin-left: 24px;
    align-items: center;
}


/* ====================================== NOTIFICATION ======================================*/
.notification {
    position: absolute;
    top: -4px;
    right: -16px;
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #2ECF81;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
.notification.blackBorder {
    border-color: #222222;
}
.notification.shown {
    display: block;
}
header.fixed .notification {
    border-color: #F0F5F7;
}

@media (max-width: 1279px) {
    .notification {
        top: 13px;
        right: 18px;
        width: 4px;
        height: 4px;
        border-width: 2px;
        font-size: 0;
    }
}

@media (max-width: 767px) {
    .notification {
        top: 5px;
        right: 20px;
    }
}


/* ====================================== notFound ======================================*/
.notFound {
    display: flex;
    flex-flow: nowrap column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 24px;
}
.notFound .notFound_header {
    margin: 32px 0 16px;
}
/* ====================================== notFound END ======================================*/


/* ====================================== BTNBLOCK ======================================*/
.btnBlock {
    width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.btnBlock_main {
    position: relative;
    width: 100%;
    border-radius: 40px;
    background: #FFFFFF;
}
.btnBlock_btns {
    display: flex;
    width: 100%;
    margin-top: -44px;
}
.btnBlock_btn {
    width: 50%;
    box-sizing: border-box;
    height: 124px;
    padding: 44px 16px 0;
    border-radius: 0;
}
@media (max-width: 559px) {
    .btnBlock {
        border-radius: 40px 40px 0 0;
    }
    .btnBlock_btn {
        height: 92px;
    }
}
/* ====================================== BTNBLOCK END ======================================*/

/* ====================================== BASKET ======================================*/
.basketAnswer_block.reveal_block {
    padding: 0;
    box-shadow: none;
}

.basketAnswer_text {
    display: flex;
    align-items: center;
    flex-flow: column;
    box-sizing: border-box;
    padding: 80px 96px;
}
.basketAnswer_text.error,
.basketAnswer.basketError .basketAnswer_text {
    display: none;
}
.basketAnswer.basketError .basketAnswer_text.error {
    display: flex;
}

.basketAnswer_image {
    width: 152px;
    height: 152px;
}
@media (max-width: 560px) {
    .basketAnswer_text {
        padding: 40px 16px 32px;
    }
    .basketAnswer_image {
        width: 96px;
        height: 96px;
    }
}


/* ====================================== AUTHREG ======================================*/
.authReg {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 960px;
    padding: 0 48px;
    margin: 40px 48px;
}
.authReg_section {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(50% - 60px);
}
.authReg_hider {
    position: absolute;
    top: -64px;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: calc(100% + 128px);
    width: 440px;
    padding: 0 24px;
    border-radius: 40px;
    overflow: hidden;
    background: center / cover no-repeat url("/local/templates/transopt/images/trans-bg.jpg");
    transition: all 0.3s;
}
.authReg_hider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.8;
}
.authReg.left .authReg_hider {
    right: calc(100% - 440px);
}
.authReg_hiderInner {
    z-index: 1;
    display: none;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 88px 0;
    background: #28B571;
    border-radius: 40px;
}
.authReg.left .authReg_hiderInner.left {
    display: flex;
}
.authReg .authReg_hiderInner.right {
    display: flex;
}
.authReg.left .authReg_hiderInner.right {
    display: none;
}
p.authReg_hiderHeader {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
    color: #ffffff;
}
p.authReg_hiderText {
    margin-bottom: 40px;
    text-align: center;
    color: #ffffff;
}
/* ====================================== AUTHREG END ======================================*/


/*====================================== ADAPTIVE ALL ======================================*/
@media (max-width: 1279px) {
    main {
        padding-top: 88px;
    }
    section {
        margin-bottom: 64px;
    }
    .tablet {
        display: block;
    }
    .tablet.flex {
        display: flex;
    }
    .noTablet {
        display: none;
    }


    h2,
    .h2 {
        font-size: 32px;
        line-height: 39px;
        margin-top: 48px;
        margin-bottom: 24px;
    }
    h3,
    .h3 {
        margin-top: 32px;
        margin-bottom: 24px;
    }


    /* AUTH REG */
    .authReg {
        flex-flow: column;
        width: 576px;
        max-width: 100vw;
        padding: 0;
        border-radius: 40px;
        margin: 0;
        background: #28B571;
    }
    .authReg_hider {
        position: initial;
        right: 0!important;
        top: 0;
        width: 100%;
        height: auto;
        padding: 0;
        background: none;
    }
    .authReg_hider::before {
        display: none;
    }
    .authReg_hiderInner {
        padding: 40px 0;
    }
    .authReg_section {
        width: 100%;
        padding: 80px 0 64px;
        border-radius: 40px;
        background: #FFFFFF;
        overflow-y: auto;
    }
    .authReg .authReg_section.right,
    .authReg.left .authReg_section.left {
        display: none;
    }
    .authReg.left .authReg_section.right,
    .authReg .authReg_section.left {
        display: flex;
    }
}



@media (max-width: 767px) {
    main {
        padding-top: 56px;
    }
    h1,
    .h1 {
        margin-top: 40px;
        margin-bottom: 16px;
        line-height: 28px;
        font-size: 24px;
    }
    h2,
    .h2 {
        line-height: 28px;
        font-size: 24px;
        margin-top: 32px;
        margin-bottom: 16px;
    }
    h3,
    .h3 {
        line-height: 28px;
        font-size: 21px;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    p,
    li {
        font-size: 14px;
        line-height: 20px;
    }


    .mobile{
        display: inline-block!important;
    }
    .mobileFlex {
        display: flex!important;
    }
    .noMobile{
        display: none!important;
    }


    section{
        margin-bottom: 56px;
    }
    section > h2 {
        margin-bottom: 16px;
    }
    .with_link > h2 {
        width: auto;
    }


    .textBlock_main {
        position: relative;
        display: inline-block;
        padding-right: 0;
        width: 100%;
    }
    .textBlock_main img{
        max-width: 100%;
        max-height: 300px;
    }
    .textBlock_side {
        display: none;
    }
    .textBlock_main .side_item {
        display: block;
    }
    #reveal_form input,
    #reveal_form textarea {
        font-size: 16px;
    }

    .authReg_section {
        padding: 40px 0 32px;
    }
    .authReg_hiderInner {
        padding: 32px 0;
    }
    p.authReg_hiderHeader {
        margin-bottom: 8px;
    }
    p.authReg_hiderText {
        margin-bottom: 24px;
    }
}



/* End */
/* /local/templates/transopt/libs/slick.css?17580254491650 */
/* /local/templates/transopt/libs/datepicker.css?17580254496025 */
/* /local/templates/transopt/libs/NProgress.css?17580254491516 */
/* /local/templates/transopt/css/fonts.css?17580254494936 */
/* /local/templates/transopt/css/js.css?175802544981 */
/* /local/templates/transopt/css/btn.css?17580254495685 */
/* /local/templates/transopt/css/scrollTop.css?1758025449852 */
/* /local/templates/transopt/css/petalStatus.css?1758025449739 */
/* /local/templates/transopt/css/reveal.css?17580254492528 */
/* /local/templates/transopt/css/burger.css?17580254491100 */
/* /local/templates/transopt/css/userIcon.css?17580254491116 */
/* /local/templates/transopt/css/header_footer.css?17580254496336 */
/* /local/templates/transopt/css/breadcrumbs.css?1758025449749 */
/* /local/templates/transopt/css/form_select.css?175802544911241 */
/* /local/templates/transopt/css/offerCard.css?17580254494612 */
/* /local/templates/transopt/css/range.css?17580254491077 */
/* /local/templates/transopt/css/search.css?17580254491061 */
/* /local/templates/transopt/css/fastSearch.css?17580254491619 */
/* /local/templates/transopt/css/selects.css?17580254495133 */
/* /local/templates/transopt/css/options.css?1758025449839 */
/* /local/templates/transopt/css/fileInput.css?17580254491276 */
/* /local/templates/transopt/css/zoomSlider.css?17580254491374 */
/* /local/templates/transopt/css/catalogElementStyle.css?175802544912280 */
/* /local/templates/transopt/components/bitrix/main.user.link/header/style.css?17580254492051 */
/* /local/templates/transopt/components/bitrix/menu/btmNav/style.css?17580254495474 */
/* /local/templates/transopt/components/bitrix/menu/header/style.css?1758025449984 */
/* /local/templates/transopt/components/bitrix/system.auth.authorize/.default/style.css?1758025449417 */
/* /local/templates/transopt/components/bitrix/system.auth.registration/.default/style.css?1758025449487 */
/* /local/templates/transopt/styles.css?175802544916335 */
