@charset "UTF-8";
/*
sass --no-source-map web/landing/assets/sass/style_landing.scss web/landing/assets/css/style_landing.css
*/
.page-terms {
  margin-left: auto;
  margin-right: auto;
  padding: 140px 15px 30px;
  position: relative;
}
.theme-Carlink .page-terms {
  max-width: 1158px;
}
.theme-Playcar .page-terms {
  max-width: 1310px;
}
.theme-VTB .page-terms {
  max-width: 1310px;
}
.theme-LeasePlan .page-terms {
  max-width: 1158px;
}
.theme-SilverEagle .page-terms {
  max-width: 1158px;
}
@media (max-width: 991px) {
  .page-terms {
    padding: 100px 30px 53px;
  }
}
@media (max-width: 767px) {
  .page-terms {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-terms .margin-top-mdl {
    margin-top: 15px;
  }
}
.page-terms .card {
  height: auto;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  padding: 34px 42px;
  color: #000;
  margin: 0;
}
@media (max-width: 991px) {
  .page-terms .card {
    background: #fff;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .page-terms .card {
    padding: 20px 15px;
  }
}
.page-terms .card .pre-line:not(.line-height-normal) {
  line-height: 1.64;
}
@media (max-width: 767px) {
  .page-terms .card .pre-line:not(.line-height-normal) {
    line-height: 1.4;
  }
}
.page-terms .title--terms {
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 37px;
}
@media (max-width: 767px) {
  .page-terms .title--terms {
    font-size: 23px;
    margin: 0px 0 20px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .page-terms .title--terms {
    font-size: 22px;
  }
}
.page-terms .card-img--terms img {
  width: 271px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-terms .card-img--terms {
    margin-top: 20px;
  }
}
.page-terms ul ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-terms ul ul li {
  margin-bottom: 5px !important;
}
.page-terms ul:not(.list-unstyled) {
  padding-left: 25px;
}
.page-terms ul:not(.list-unstyled) li {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .page-terms ul:not(.list-unstyled) {
    padding-left: 17px;
  }
  .page-terms ul:not(.list-unstyled) li {
    padding-left: 5px;
  }
}
.page-terms ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-terms ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.page-terms .subtitle--terms {
  line-height: 1.43;
}
@media (max-width: 767px) {
  .page-terms .subtitle--terms {
    line-height: 1.3;
    font-size: 19px !important;
  }
}
.page-terms .pay-systems-img--terms {
  margin-top: 26px;
  margin-bottom: 23px;
}
.page-terms .pay-systems-img--terms img {
  width: 560px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-terms .pay-systems-img--terms {
    text-align: center;
  }
}

.contacts-label--terms {
  color: rgba(0, 0, 0, 0.4);
  width: 140px;
  margin-right: 38px;
  vertical-align: top;
  display: inline-block;
}

.contacts-value--terms {
  color: #000000;
  vertical-align: top;
  display: inline-block;
  max-width: calc(100% - 180px);
}
@media (max-width: 767px) {
  .contacts-value--terms {
    max-width: 100%;
    display: block;
    margin-top: 3px;
  }
}

.background--terms {
  background: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.background--terms-img {
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  height: 600px;
  max-height: 100%;
  transform: rotate(-5deg);
  margin: 0 -150px;
  transform-origin: left center;
  min-width: 100%;
  width: auto;
  left: 0;
  bottom: 0;
  right: 0;
}
.webp .theme-Carlink .background--terms-img {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Carlink .background--terms-img {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-Playcar .background--terms-img {
  background-image: linear-gradient(to right, #e76d47, #f46363);
}
@supports (mix-blend-mode: multiply) {
  .theme-Playcar .background--terms-img:before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
  }
  .webp .theme-Playcar .background--terms-img:before {
    background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main.webp");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .webp .theme-Playcar .background--terms-img:before {
      background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main@2x.webp");
    }
  }
  .no-webp .theme-Playcar .background--terms-img:before {
    background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main.jpg");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .no-webp .theme-Playcar .background--terms-img:before {
      background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main@2x.jpg");
    }
  }
}
.theme-LeasePlan .background--terms-img {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@supports (mix-blend-mode: multiply) {
  .theme-LeasePlan .background--terms-img:before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
  }
  .webp .theme-LeasePlan .background--terms-img:before {
    background-image: url("/landing/assets/images/back-lp.webp");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .webp .theme-LeasePlan .background--terms-img:before {
      background-image: url("/landing/assets/images/back-lp@2x.webp");
    }
  }
  .no-webp .theme-LeasePlan .background--terms-img:before {
    background-image: url("/landing/assets/images/back-lp.jpg");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .no-webp .theme-LeasePlan .background--terms-img:before {
      background-image: url("/landing/assets/images/back-lp@2x.jpg");
    }
  }
}
.webp .theme-SilverEagle .background--terms-img {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-SilverEagle .background--terms-img {
  background-image: url("/landing/assets/images/back.jpg");
}

.btn.btn-outline {
  padding: 13px 10px 14px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 12px 10px 13px;
  border: solid 1px #ee6855;
  background: transparent;
  margin-right: 10px;
  box-shadow: none;
  width: 120px;
}
.btn.btn-outline:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-outline, .btn.btn-outline:hover, .btn.btn-outline:focus {
  color: #ee6855;
}
.btn.btn-outline:hover {
  background: #ffffff;
}
.btn.btn-linear-yellow-full {
  padding: 13px 10px 14px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  color: #ffffff;
  width: 200px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffb71f;
  background-image: linear-gradient(to right, #ffb71f, #ff8952);
}
.btn.btn-linear-yellow-full:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.btn.btn-linear-yellow-full:hover, .btn.btn-linear-yellow-full:focus {
  color: #ffffff;
}

.close-sidebar {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: auto;
  background: transparent;
  content: "";
  z-index: 4;
  overflow-x: hidden;
}

.navbar {
  border-radius: 0;
}
.navbar.pc-lm--navbar {
  padding: 12px 0 13px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  top: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar.pc-lm--navbar {
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar {
    padding: 11px 0 12px;
  }
}
.navbar.pc-lm--navbar .container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.theme-Carlink .navbar.pc-lm--navbar .container {
  max-width: 1158px;
}
.theme-Playcar .navbar.pc-lm--navbar .container {
  max-width: 1310px;
}
.theme-VTB .navbar.pc-lm--navbar .container {
  max-width: 1310px;
}
.theme-LeasePlan .navbar.pc-lm--navbar .container {
  max-width: 1158px;
}
.theme-SilverEagle .navbar.pc-lm--navbar .container {
  max-width: 1158px;
}
.navbar.pc-lm--navbar .container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.navbar.pc-lm--navbar .container .pc-lm--navbar_left {
  display: flex;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .navbar.pc-lm--navbar .container .pc-lm--navbar_left .lm--navbar_top-nav {
    white-space: nowrap;
  }
}
.navbar.pc-lm--navbar .container .navbar-brand {
  margin-left: 0;
}
@media (max-width: 1050px) and (min-width: 768px) {
  .navbar.pc-lm--navbar .container > div {
    align-items: flex-end;
  }
  .navbar.pc-lm--navbar .container .pc-lm--navbar_left {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .navbar.pc-lm--navbar .container .pc-lm--navbar_left .navbar-brand {
    margin-top: 10px;
  }
  .navbar.pc-lm--navbar .container .pc-lm--navbar_right {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar .container {
    position: absolute;
    width: 240px;
    display: block;
    height: 100dvh;
    top: 0;
    left: -240px;
    background: #ffffff;
    border-right: 1px solid #ededf3;
    z-index: 2;
  }
  .navbar.pc-lm--navbar .container > div {
    display: block;
  }
  .navbar.pc-lm--navbar .container .pc-lm--navbar_left {
    display: block;
  }
  .navbar.pc-lm--navbar .container .pc-lm--navbar_left li {
    width: 100%;
  }
}
.navbar.pc-lm--navbar .navbar-brand {
  margin: 0;
  height: auto;
  padding: 0;
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar .container {
    float: none;
    padding: 30px 20px;
  }
  .navbar.pc-lm--navbar .container .navbar-brand {
    text-align: center;
  }
  .navbar.pc-lm--navbar .container .navbar-brand img {
    margin: 0 0 35px;
    width: 151px;
    height: 30px;
  }
  .navbar.pc-lm--navbar .container .btn {
    width: 100%;
  }
  .navbar.pc-lm--navbar .container .btn.btn-outline {
    margin: 30px 0 15px;
  }
}
.navbar.pc-lm--navbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar.pc-lm--navbar ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 43px;
}
@media (max-width: 1100px) {
  .navbar.pc-lm--navbar ul li {
    margin-left: 35px;
  }
}
@media (max-width: 1050px) {
  .navbar.pc-lm--navbar ul li {
    margin-left: 25px;
  }
  .navbar.pc-lm--navbar ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar ul li {
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.navbar.pc-lm--navbar ul li a {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ee6855;
}
.navbar.pc-lm--navbar ul li a .ripple-container {
  display: none;
}
.navbar.pc-lm--navbar .pc-lm--navbar-mob {
  display: none;
  position: relative;
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar .pc-lm--navbar-mob {
    display: block;
  }
  .navbar.pc-lm--navbar .pc-lm--navbar-mob .navbar-brand {
    float: none;
    text-align: center;
    display: block;
    width: 151px;
    margin: 0 auto;
    padding: 0;
  }
  .navbar.pc-lm--navbar .pc-lm--navbar-mob .navbar-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 6px;
    margin: 0;
  }
  .navbar.pc-lm--navbar .pc-lm--navbar-mob .navbar-toggle .icon-bar {
    width: 18px;
    border-color: #ee6855;
  }
}
.navbar.pc-lm--navbar .mc-bank--logo {
  margin-right: 40px;
}
.navbar.pc-lm--navbar .mc-bank--logo img {
  width: 120px;
  height: 30px;
}
@media (max-width: 1100px) {
  .navbar.pc-lm--navbar .mc-bank--logo img {
    width: 107px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  .navbar.pc-lm--navbar .mc-bank--logo img {
    margin-top: 12px;
  }
}
@media (max-width: 1130px) {
  .navbar.pc-lm--navbar .mc-bank--logo {
    margin-right: 25px;
  }
}
.theme-Carlink .login-container .navbar .login-menu-item-text {
  color: #ffffff;
}
.theme-LeasePlan .login-container .navbar .login-menu-item-text {
  color: #ffffff;
}
.theme-SilverEagle .login-container .navbar .login-menu-item-text {
  color: #ffffff;
}
.login-container .navbar .navbar-nav {
  padding-top: 12px;
}
.login-container .navbar .navbar-nav .nav-item .nav-link {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1100px) {
  .login-container .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.login-container .navbar .nav-item-button-login {
  padding-left: 25px;
  float: right;
}
.login-container .navbar .nav-item-button-login .btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 10px 35px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.login-container .navbar .nav-item-button-login .btn-outline-white:hover, .login-container .navbar .nav-item-button-login .btn-outline-white:focus, .login-container .navbar .nav-item-button-login .btn-outline-white:focus:active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.login-container .navbar .nav-item-button-login .btn-fill-blue {
  -webkit-box-shadow: 0 2px 2px 0 rgba(46, 175, 185, 0.14), 0 3px 1px -2px rgba(46, 175, 185, 0.2), 0 1px 5px 0 rgba(46, 175, 185, 0.12);
  box-shadow: 0 2px 2px 0 rgba(46, 175, 185, 0.14), 0 3px 1px -2px rgba(46, 175, 185, 0.2), 0 1px 5px 0 rgba(46, 175, 185, 0.12);
}
.login-container .navbar .nav-item-button-login .btn-fill-blue, .login-container .navbar .nav-item-button-login .btn-fill-blue:active, .login-container .navbar .nav-item-button-login .btn-fill-blue:hover {
  background-color: #2eafb9;
  color: #ffffff;
}
@media (max-width: 991px) {
  .login-container .navbar .navbar-brand {
    margin-left: 0;
    display: inline-block;
    float: none;
    padding: 3px 0 0;
    max-width: 70%;
  }
  .login-container .navbar .navbar-brand img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .login-container .navbar .navbar-header {
    text-align: center;
  }
  .login-container .navbar .navbar-header .navbar-toggle {
    position: absolute;
    top: 20px;
    left: 15px;
    margin: 0;
    padding: 8px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .landing-container .navbar .container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
    padding: 0 65px;
  }
}
.landing-container .navbar .btn.btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
}
.landing-container .navbar .btn.btn-outline-white:hover, .landing-container .navbar .btn.btn-outline-white:focus, .landing-container .navbar .btn.btn-outline-white:active, .landing-container .navbar .btn.btn-outline-white:active:focus {
  background: rgba(255, 255, 255, 0.2);
}
.landing-container .navbar .navbar-brand {
  position: relative;
}
.landing-container .navbar .navbar-nav {
  padding-top: 12px;
}
.landing-container .navbar .navbar-nav .nav-item .nav-link {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1100px) {
  .landing-container .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 11px;
    padding-right: 11px;
  }
}
.landing-container .navbar .nav-item-button-login {
  padding-left: 25px;
  float: right;
}
.landing-container .navbar .nav-item-button-login .btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  padding: 10px 35px;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}
.landing-container .navbar .nav-item-button-login .btn-outline-white:hover, .landing-container .navbar .nav-item-button-login .btn-outline-white:focus, .landing-container .navbar .nav-item-button-login .btn-outline-white:focus:active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.landing-container .navbar .nav-item-button-login .btn-fill-blue {
  -webkit-box-shadow: 0 2px 2px 0 rgba(46, 175, 185, 0.14), 0 3px 1px -2px rgba(46, 175, 185, 0.2), 0 1px 5px 0 rgba(46, 175, 185, 0.12);
  box-shadow: 0 2px 2px 0 rgba(46, 175, 185, 0.14), 0 3px 1px -2px rgba(46, 175, 185, 0.2), 0 1px 5px 0 rgba(46, 175, 185, 0.12);
}
.landing-container .navbar .nav-item-button-login .btn-fill-blue, .landing-container .navbar .nav-item-button-login .btn-fill-blue:active, .landing-container .navbar .nav-item-button-login .btn-fill-blue:hover {
  background-color: #2eafb9;
  color: #ffffff;
}
@media (max-width: 991px) {
  .landing-container .navbar .navbar-brand {
    margin-left: 0;
    display: inline-block;
    float: none;
    padding: 3px 0 0;
    max-width: 70%;
  }
  .landing-container .navbar .navbar-brand img {
    margin-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .landing-container .navbar .navbar-header {
    text-align: center;
  }
  .landing-container .navbar .navbar-header .navbar-toggle {
    position: absolute;
    top: 20px;
    left: 15px;
    margin: 0;
    padding: 8px;
    height: 36px;
  }
}

.vtb-lm--navbar {
  z-index: 5;
  position: relative;
  background: #ffffff;
}
.vtb-lm--navbar .navbar-inner {
  min-height: 60px;
  max-width: 1270px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .vtb-lm--navbar .navbar-inner {
    min-height: 80px;
  }
}
.vtb-lm--navbar .cl-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: rgba(117, 117, 117, 0.6);
}
.vtb-lm--navbar .cl-text span {
  font-weight: 500;
}
.vtb-lm--navbar .cl-logo {
  width: 68px;
  height: 20px;
  vertical-align: baseline;
  display: inline-block;
}
.vtb-lm--navbar .vtb-lm--logo {
  width: 123px;
  height: 26px;
}
@media (min-width: 340px) {
  .vtb-lm--navbar .vtb-lm--logo {
    width: 139px;
    height: 30px;
  }
}
@media (min-width: 768px) {
  .vtb-lm--navbar .vtb-lm--logo {
    width: 158px;
    height: 34px;
  }
}
.vtb-lm--footer {
  padding: 13px 15px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.21;
  text-align: center;
  color: #757575;
}
@media (min-width: 768px) {
  .vtb-lm--footer {
    font-size: 14px;
  }
}
.vtb-lm--footer a {
  color: #757575 !important;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular-webfont.eot");
  src: url("../fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular-webfont.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular-webfont.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url("../fonts/Roboto-Light-webfont.eot");
  src: url("../fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.otf") format("opentype");
}
@font-face {
  font-family: "OpenSans";
  src: url("/landing/assets/fonts/OpenSansRegular.eot");
  src: url("/landing/assets/fonts/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("/landing/assets/fonts/OpenSansRegular.ttf") format("truetype");
}
/* Стили body и других основных элементов */
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-weight: normal;
}

html, body {
  position: relative;
}

/* Стили элементов */
/* Кнопки */
.btn.btn-outline-white {
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 12px 35px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.landing-menu-item-icon-container {
  padding-right: 15px;
  display: none;
}

.section-1 .text-container {
  position: relative;
  z-index: 2;
}

.section-3 .text-container {
  position: relative;
  z-index: 2;
}

.login-menu-item-icon-container {
  padding-right: 15px;
  display: none;
}

.login-menu-item-text {
  display: inline-block;
  vertical-align: middle;
  text-transform: none;
  font-family: Roboto;
  font-size: 14px;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
}

.content-landing-container {
  min-height: calc(100dvh - 84px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 77px 15px 15px;
}

.landing-pages-container--content {
  position: relative;
}

.landing-pages-container--content .background-part-with-image {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
  height: 600px;
  max-height: 100%;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  margin: 0 -150px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  min-width: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.theme-Carlink .landing-pages-container--content .background-part-with-image {
  background-color: #02a2a2;
}
.webp .theme-Carlink .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Carlink .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-Playcar .landing-pages-container--content .background-part-with-image {
  background-color: #e76d47;
}
.webp .theme-Playcar .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Playcar .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-VTB .landing-pages-container--content .background-part-with-image {
  background-color: #f4f4f4;
}
.webp .theme-VTB .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-VTB .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-LeasePlan .landing-pages-container--content .background-part-with-image {
  background-color: #ffffff;
}
.webp .theme-LeasePlan .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-LeasePlan .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-SilverEagle .landing-pages-container--content .background-part-with-image {
  background-color: #02a2a2;
}
.webp .theme-SilverEagle .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-SilverEagle .landing-pages-container--content .background-part-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}

.notif-top-container--landing .top-notification {
  position: relative;
}
@media (max-width: 767px) {
  .notif-top-container--landing .top-notification .info-notification {
    width: 100%;
  }
}
.notif-top-container--landing .top-notification-inner {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100% !important;
}
.notif-top-container--landing .btn-top-notif {
  margin-right: 0;
  border-radius: 8px;
  padding: 6px 17px;
  color: #ffffff;
}

.landing-brokers-info h1 {
  color: #333333;
}
.landing-brokers-info .landing-news-view--text {
  border: none;
  padding: 0;
}

.landing-news-view--text h2 .material-icons {
  display: inline-block;
  vertical-align: top;
  color: #44beb7;
  margin-right: 10px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .landing-news-view--text h2 .material-icons {
    margin-top: 1px;
  }
}

/* -------------- background ---------- */
body {
  background: #f8f8f8;
}

.full-page-landing {
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
}

.section {
  position: relative;
  height: 100dvh;
}

.section.section-1 {
  margin-top: -150px;
}

.section .section-content {
  margin: 0 -150px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  /*-webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);*/
}

.section .section-inner {
  color: #333;
  /*padding-top: 70px;*/
  padding: 0 50px;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.section-inner:after {
  content: "";
  display: block;
  clear: both;
}

.section-with-partners .section-content:first-child,
.section-with-partners .section-inner > div:first-child {
  height: 60%;
}

.section-with-partners .section-inner > div:first-child {
  padding: 100px 50px 0;
}

.section-with-partners .section-content.section-content-with-image,
.section-with-partners .section-inner > div:last-child {
  height: 40%;
}

.section:nth-child(odd) .section-content {
  background: #f8f8f8;
}

.section:nth-child(even) .section-content {
  background-color: #ffffff;
}

.section .section-content.first-section-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  transform: rotate(-5deg);
}
.theme-Carlink .section .section-content.first-section-content {
  background-color: #02a2a2;
}
.webp .theme-Carlink .section .section-content.first-section-content {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Carlink .section .section-content.first-section-content {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-Playcar .section .section-content.first-section-content {
  background-image: linear-gradient(to right, #e76d47, #f46363);
  background-color: #e76d47;
}
@supports (mix-blend-mode: multiply) {
  .theme-Playcar .section .section-content.first-section-content:before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
  }
  .webp .theme-Playcar .section .section-content.first-section-content:before {
    background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main.webp");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .webp .theme-Playcar .section .section-content.first-section-content:before {
      background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main@2x.webp");
    }
  }
  .no-webp .theme-Playcar .section .section-content.first-section-content:before {
    background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main.jpg");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .no-webp .theme-Playcar .section .section-content.first-section-content:before {
      background-image: url("/landing/assets/images/landing/main-pc/back_main/back_main@2x.jpg");
    }
  }
}
.theme-VTB .section .section-content.first-section-content {
  background-color: #f4f4f4;
}
.theme-LeasePlan .section .section-content.first-section-content {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background-color: #ffffff;
}
@supports (mix-blend-mode: multiply) {
  .theme-LeasePlan .section .section-content.first-section-content:before {
    content: "";
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
  }
  .webp .theme-LeasePlan .section .section-content.first-section-content:before {
    background-image: url("/landing/assets/images/back-lp.webp");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .webp .theme-LeasePlan .section .section-content.first-section-content:before {
      background-image: url("/landing/assets/images/back-lp@2x.webp");
    }
  }
  .no-webp .theme-LeasePlan .section .section-content.first-section-content:before {
    background-image: url("/landing/assets/images/back-lp.jpg");
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .no-webp .theme-LeasePlan .section .section-content.first-section-content:before {
      background-image: url("/landing/assets/images/back-lp@2x.jpg");
    }
  }
}
.theme-SilverEagle .section .section-content.first-section-content {
  background-color: #02a2a2;
}
.webp .theme-SilverEagle .section .section-content.first-section-content {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-SilverEagle .section .section-content.first-section-content {
  background-image: url("/landing/assets/images/back.jpg");
}

.section#section1 .section-inner {
  color: #fff;
}

.no-rotate {
  -webkit-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.section .section-content.next-no-rotate {
  min-height: 100%;
  bottom: -400px;
  height: auto;
}

.last-section .section-content {
  height: 60%;
}

.last-section .section-content-with-image {
  top: 60%;
  height: 40%;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.theme-Carlink .last-section .section-content-with-image {
  background-color: #02a2a2;
}
.webp .theme-Carlink .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Carlink .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-Playcar .last-section .section-content-with-image {
  background-color: #e76d47;
}
.webp .theme-Playcar .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-Playcar .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-VTB .last-section .section-content-with-image {
  background-color: #f4f4f4;
}
.webp .theme-VTB .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-VTB .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-LeasePlan .last-section .section-content-with-image {
  background-color: #ffffff;
}
.webp .theme-LeasePlan .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-LeasePlan .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}
.theme-SilverEagle .last-section .section-content-with-image {
  background-color: #02a2a2;
}
.webp .theme-SilverEagle .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.webp");
}
.no-webp .theme-SilverEagle .last-section .section-content-with-image {
  background-image: url("/landing/assets/images/back.jpg");
}

.auction-back {
  position: absolute;
  right: 170px;
  bottom: -15%;
  width: 50%;
  transform: rotate(5deg);
  max-width: 1100px;
}

.auction-back-image {
  width: 100%;
}

.card-expertise {
  overflow: hidden;
  /*background: url('../images/landing/expertise@3x.png') no-repeat right 43px;*/
  /*background-size: 30%;*/
}

.card-logistics {
  overflow: hidden;
  margin-bottom: 60px;
  /*background: url('../images/landing/logistics@3x.png') no-repeat right 43px;*/
  /*background-size: 30%;*/
}

.expertise-animation {
  position: absolute;
  right: 5%;
  top: 40px;
  width: 30%;
}

.logistics-animation {
  position: absolute;
  right: 5%;
  top: 40px;
  width: 30%;
}

.platform-animation {
  position: absolute;
  right: 5%;
  top: 40px;
  width: 30%;
}

.card-landing--img {
  position: absolute;
  right: 5%;
  top: 40px;
  width: 30%;
}

.card-landing--img.card-landing--img_storage {
  width: 295px;
  height: 252px;
}

.card-landing--img.card-landing--img_expertise {
  width: 304px;
  height: 253px;
}

.card-landing--img.card-landing--img_logistics {
  width: 318px;
  height: 286px;
}

/* -------------- content -------------- */
.title-of-page {
  font-size: 29px;
  white-space: pre-line;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: 300;
}
@media (max-width: 1245px) {
  .title-of-page {
    font-size: 28px;
  }
}

.description-list {
  padding-top: 25px;
  padding-left: 28px;
}

.description-list li {
  font-family: Roboto;
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 15px;
}

.description-list.description-list-black li {
  color: #333;
}

.btn.btn-red, .btn.btn-red:hover, .btn.btn-red:focus, .btn.btn-red:active, .btn.btn-red:active:focus {
  background-color: #db5959;
  color: #ffffff;
}

.description-section {
  font-family: Roboto;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
  padding-top: 25px;
}

.main-landing .description-section {
  white-space: pre-line;
}

.main-landing .description-section-auction .description-list {
  white-space: normal;
  padding-top: 12px;
  padding-left: 16px;
}

.main-landing .description-section-auction .description-list li {
  padding-bottom: 0;
}

.main-landing .section-auction-inner .title-of-page {
  margin-top: 0;
}

.main-landing .section-auction-inner .button-more-container {
  padding-top: 0;
}

.btn.btn-outline-blue {
  border: solid 1px #2eafb9;
  font-family: Roboto;
  font-size: 14px;
  text-align: center;
  color: #2eafb9;
  background: none;
  box-shadow: none;
}

.btn.btn-outline-blue:hover,
.btn.btn-outline-blue:active,
.btn.btn-outline-blue:focus,
.btn.btn-outline-blue:active:focus {
  color: #fff;
  background: #2eafb9;
}

.button-more-container {
  padding-top: 45px;
}

.card {
  height: 440px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
}

.card .card-title {
  font-weight: 300;
  font-size: 30px;
  color: #333333;
  line-height: normal;
}

.landing-container .section .card .card-title {
  /* Фикс для сафари */
  margin-bottom: 20px;
}

.card .card-header {
  padding: 43px 48px 0;
}

.card .card-content {
  padding: 25px 48px 49px;
}

.card.card-logistics .card-content,
.card-expertise.card .card-content {
  /*padding: 25px 48px 49px;*/
  padding: 0 48px 49px;
}

.card-storage.card .card-content {
  padding: 0 48px 39px;
}

.card.card-expertise {
  margin-bottom: 10px;
}

.card.card-storage {
  margin: 15px 0;
}

.card.card-logistics {
  margin: 15px 0 30px;
}

.main-landing .card {
  height: auto;
}

.main-landing .card .button-more-container {
  padding-top: 0;
}

.button-more-container .btn.btn-outline-blue {
  width: 180px;
  margin: 0;
}

.main-landing .card .description-list {
  padding: 5px 0 0 15px;
}

.main-landing .card .description-list.description-list-black li {
  padding-bottom: 0;
}

.card .card-content p,
.card .card-content .inner-text {
  font-family: Roboto;
  font-size: 14px;
  color: #333333;
  height: 170px;
  max-width: 80%;
}

.card .card-content .inner-text {
  max-width: 56%;
}

.card .card-content .inner-text {
  height: auto;
  padding-bottom: 20px;
}

.card .button-more-container {
  padding-top: 30px;
}

.list-detail-info {
  width: 100%;
}

.detail-collapse-list-item {
  font-family: Roboto;
  font-size: 14px;
  color: #2eafb9;
  width: 100%;
  border-bottom: solid 1px #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  text-transform: uppercase;
}

.detail-collapse-list-item:hover,
.detail-collapse-list-item:active,
.detail-collapse-list-item:focus,
.detail-collapse-list-item:active:focus {
  color: #2eafb9;
}

.detail-collapse-list-item.collapsed {
  color: #333333;
}

.detail-collapse-list-item.collapsed:hover,
.detail-collapse-list-item.collapsed:active,
.detail-collapse-list-item.collapsed:focus,
.detail-collapse-list-item.collapsed:active:focus {
  color: #333333;
}

.detail-collapse-list-item.collapsed i {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.detail-collapse-list-item i {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.detail-collapse-text {
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  padding: 15px 0;
}

.display-table {
  display: table;
  height: 100%;
  width: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table-half {
  display: table;
  height: 50%;
  width: 100%;
}

.section-inner .half-section {
  /*height: 100%;*/
  width: calc(100% - 30px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section-inner .half-section .container {
  width: 100% !important;
}

.last-section .section-inner {
  height: 100%;
}

.half-section > div {
  max-height: 150px !important;
}

.half-section > div.partners-inner {
  max-height: 250px !important;
}

.half-section-title {
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  color: #333333;
  padding-bottom: 65px;
  margin-bottom: 0;
  margin-top: 0;
}

.half-section-partners-title {
  padding-bottom: 30px;
}

.display-table-half:first-child > div {
  /*height: calc(100% - 120px)!important;*/
}

.half-section-second-title {
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.tablet-main--container {
  text-align: right;
  margin-right: -76px;
  width: calc(57% + 76px);
  float: left;
  margin-top: 20px;
  position: relative;
}

.section-1 .landing-lots {
  padding: 85px 90px 50px;
  background-position: top left;
  background-size: cover;
  width: 726px;
  max-width: 726px;
  height: 500px;
  text-align: left;
}
.no-webp .section-1 .landing-lots {
  background-image: url(/landing/assets/images/landing/tablet/tablet.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min-resolution: 192dpi) and (min-width: 992px) {
  .no-webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/tablet/tablet@2x.png);
  }
}
.webp .section-1 .landing-lots {
  background-image: url(/landing/assets/images/landing/tablet/tablet.webp);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min-resolution: 192dpi) and (min-width: 992px) {
  .webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/tablet/tablet@2x.webp);
  }
}
@media only screen and (max-width: 991px) {
  .no-webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/mob/mob.png);
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi) {
  .no-webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/mob/mob@2x.png);
  }
}
@media only screen and (max-width: 991px) {
  .webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/mob/mob.webp);
  }
}
@media only screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 991px) and (min-resolution: 192dpi) {
  .webp .section-1 .landing-lots {
    background-image: url(/landing/assets/images/landing/mob/mob@2x.webp);
  }
}

.landing-lots .landing-lot--container {
  width: 172px;
  margin: 0 10px 0 0;
}

.landing-lots .slick-slide > div {
  margin: 0 0 15px 0;
}

.landing-lots .slick-slide > div > div {
  vertical-align: top;
}

.landing-lot--container {
  display: block;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
  height: 175px;
  outline: none !important;
}

.landing-lot--img-cont {
  width: 100%;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-lot--title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  white-space: nowrap;
}

.landing-lot--desc {
  padding: 6px 0;
  font-size: 12px;
  line-height: 12px;
  color: #888888;
}

.landing-lot--price {
  padding-top: 2px;
  font-size: 12px;
  line-height: 12px;
  color: #888888;
}

.landing-lot--cost {
  font-size: 13px;
  line-height: 12px;
  color: #333333;
}

.landing-lot--cost_null {
  font-size: 14px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
}

.landing-lot--desc_ml {
  float: right;
}

.landing-lot--desc_ml span {
  margin-left: 1px;
}

.section-1 .landing-lots {
  display: none;
}

.section-1 .section-inner {
  /*padding-top: 80px;*/
  z-index: 50;
  position: relative;
}

.img-view--container {
  text-align: right;
  height: 100%;
  width: 50%;
}

.img-view--container {
  text-align: center;
  margin-bottom: -30px;
  z-index: 5;
}

.phone-view--image {
  height: 581px;
  width: 303px;
}

.auction-men-container {
  width: 44%;
  position: absolute;
  top: 27%;
  right: 3%;
}

.auction-men {
  width: 100%;
  max-width: 520px;
}

.details-container {
  text-align: right;
  padding-top: 45px;
  max-width: 630px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  padding-right: 65px;
}

.details-image {
  width: 60%;
  margin-left: auto;
}

.details-animation {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: transparent;
}

.section-5 .section-inner {
  /*position: relative;*/
  max-width: 630px;
  margin-left: auto;
  padding-right: 0;
  margin-right: 0;
  padding-left: 65px;
}

.section-5 .display-table-cell {
  position: relative;
  width: 50%;
}

.partner-container {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  height: 80px;
  margin-bottom: 10px;
}

.partner-container img {
  display: inline-block;
}

.bx-wrapper {
  box-shadow: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #2eafb9;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: none;
  background: #e3e3e3;
}

.partner-image {
  width: 60% !important;
  height: auto !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
}

.xs-logo-image {
  width: 30% !important;
}

.slick-prev:before, .slick-next:before {
  color: #bababa;
}

.slides .container {
  width: 100% !important;
  height: 100%;
}

.btn-auth-last-section {
  width: 240px;
  height: 45px;
  font-family: OpenSans;
  font-size: 14px;
  margin: 0 10px;
}

.buttons-auth-last-section {
  text-align: center;
  padding-top: 60px;
}

.btn-auth-first-section {
  width: 240px;
  height: 45px;
  font-family: Roboto;
  font-size: 14px;
  margin: 0 10px;
}
.btn-auth-first-section.btn {
  padding: 12px 30px;
}

.section-1 .title-of-page {
  line-height: normal;
}

.section-5 .title-of-page {
  margin-bottom: 57px;
}

.bx-controls.bx-has-controls-direction.bx-has-pager {
  opacity: 0;
  transition: opacity ease 0.3s;
}

.bx-controls.bx-has-controls-direction.bx-has-pager:hover,
.bx-viewport:hover + .bx-controls.bx-has-controls-direction.bx-has-pager {
  opacity: 1;
}

.bx-wrapper .bx-next {
  right: -10px;
}

.bx-wrapper .bx-prev {
  left: -10px;
}

/* Стили footer */
.footer {
  background-color: #3f3f3f;
  width: 100%;
}
.footer .footer-inner {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 50px;
}
@media (max-width: 991px) {
  .footer .footer-inner {
    padding: 0 30px 120px;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer .footer-inner a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-inner a:hover, .footer .footer-inner a:active, .footer .footer-inner a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-inner .link-footer {
  display: block;
  font-size: 14px;
  padding: 5px 0;
  color: #ffffff;
  white-space: nowrap;
}
.footer .footer-inner .link-footer:hover, .footer .footer-inner .link-footer:focus, .footer .footer-inner .link-footer:active, .footer .footer-inner .link-footer:active:focus {
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer .footer-inner .link-footer {
    display: inline-block;
    width: 32%;
  }
}
@media (max-width: 375px) {
  .footer .footer-inner > div {
    padding: 0;
  }
  .footer .footer-inner .second-line-footer-links .link-footer,
.footer .footer-inner .first-line-footer-links .link-footer {
    width: 30%;
  }
}
.footer .copyright-footer {
  padding-top: 21px;
}
.footer .payment-cont {
  margin-top: 17px;
}
.footer .payment-cont a img {
  width: 364px;
  height: auto;
  max-width: 100%;
}
.footer .title-section-footer {
  font-weight: 300;
  font-size: 23px;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 34px;
}
.footer .content-footer-section {
  font-size: 14px;
  line-height: 1.43;
  color: #ffffff;
}

.full-page-landing {
  background: #fff;
}

.section-2-landing-main {
  background: #f8f8f8;
}

.phone-animation {
  width: 253px;
  display: inline-block;
  position: absolute;
  top: 85px;
  right: calc(50% - 127px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bodymovin {
    height: 100%;
  }
}
.section-landing-main .section-content,
.section-landing-main .section-content {
  margin: 0 -150px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-width: 100%;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.bodymovin {
  pointer-events: none;
}

.section-landing-main.section-4 {
  max-height: none;
  height: auto;
}

.active-link .login-menu-item-text {
  text-decoration: underline;
}

.list-unstyled {
  list-style: none;
}

.list-padd li {
  padding-left: 15px;
}

.landing-lots--state {
  position: absolute;
  background: #fff;
  padding: 3px 15px;
  top: 42px;
  left: 78px;
  width: 558px;
  z-index: 1;
  text-align: left;
}

.landing-lots--ind {
  width: 8px;
  height: 8px;
  background-color: #44beb7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.landing-lots--state .btn {
  margin: 0;
  padding: 0;
}

.landing-lots--state .btn .material-icons {
  font-size: 24px;
}

.video-phone--container {
  min-height: 20px;
}

.video-phone {
  width: 568px;
  height: 275px;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 10px;
  right: 40px;
}
.webp .video-phone {
  background-image: url("/landing/assets/images/landing/phone_video.webp");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .webp .video-phone {
    background-image: url("/landing/assets/images/landing/phone_video@2x.webp");
  }
}
.no-webp .video-phone {
  background-image: url("/landing/assets/images/landing/phone_video.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .no-webp .video-phone {
    background-image: url("/landing/assets/images/landing/phone_video@2x.png");
  }
}

.video-phone .fb-video {
  position: absolute;
  top: 23px;
  right: 75px;
}

.swal--cl-select {
  width: 858px !important;
  max-width: 100%;
  padding: 0 !important;
}

.swal--cl-select .swal2-content {
  padding: 0;
  margin: 0;
}

.cl-select--part {
  padding: 68px 15px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: left;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.cl-select--part:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.15);
}

.cl-select--part:hover {
  background-color: #f7f7f7;
}

.cl-select--part .cl-select--part_logo {
  width: 116px;
  height: 34px;
  margin-top: 7px;
}

.cl-select--part .pc-select--part_logo {
  width: 151px;
  height: 30px;
  margin-left: 0px;
  margin-top: 12px;
}

.cl-select--part .cl-select--part_text {
  width: 296px;
  max-width: 100%;
  margin: 26px auto 25px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.24;
}

.cl24-select--part .cl-select--part_text {
  width: 260px;
}

.cl-select--part .btn.btn-outline-orange {
  width: 280px;
  height: 45px;
  border-radius: 25px;
  border: solid 1px #eab347;
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #eab347;
  margin: 0;
  padding-top: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.cl-select--part:hover .btn.btn-outline-orange {
  background-color: #eab347;
  color: #ffffff;
}

/* --------- landing news ---------- */
.full-page-landing.landing-pages-container--content {
  padding-top: 130px;
}

.landing-container--inner {
  position: relative;
  max-width: 1258px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 65px 60px;
}

.landing-container--inner .landing-news--content {
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 34px 48px 10px;
}

.landing-container--inner .title-of-page {
  margin-top: 0;
  margin-bottom: 15px;
}

.landing-container--inner .landing-news--item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 19px 0 0;
}

.landing-container--inner .page-length {
  padding: 0;
  text-align: right;
}

.landing-pages-container--content .footer {
  position: relative;
}

.landing-container--inner .landing-news--loading {
  overflow: hidden;
  padding: 30px 15px 40px;
}

.landing-container--inner .landing-news--not_found {
  padding: 40px 15px 60px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: 300;
}

.landing-container--inner .landing-news--not_found img {
  width: 48px;
  height: 59px;
  margin-bottom: 15px;
}

.landing-news--item .landing-news--item_img {
  width: 240px;
  height: 150px;
  overflow: hidden;
  border-radius: 6px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 39px;
}

.landing-news--item .landing-news--item_content {
  width: calc(100% - 279px);
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  min-height: 170px;
  padding-bottom: 19px;
}

.landing-news--item:last-child .landing-news--item_content {
  border-bottom: none;
}

.landing-news--item_content .landing-news--item_title {
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
  color: #44beb7;
  margin: 0 0 10px;
}

.landing-news--item_content .landing-news--item_text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
  color: #333333;
  white-space: pre-line;
}

.landing-container--inner .landing-articles--content {
  padding-bottom: 10px;
}

.landing-articles--content .title-of-page {
  margin-bottom: 36px;
}

.landing-articles--col {
  padding-bottom: 40px;
}

.landing-articles--col:nth-child(2n) {
  padding-left: 25px;
}

.landing-articles--col:nth-child(2n+1) {
  clear: left;
  padding-right: 25px;
}

.landing-articles--item {
  display: block;
}

.landing-articles--item .landing-articles--item_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 6px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 26px;
}

.landing-articles--item_content .landing-articles--item_title {
  font-size: 23px;
  font-weight: normal;
  line-height: normal;
  color: #44beb7;
  margin: 0 0 10px;
}

.landing-articles--item_content .landing-articles--item_text {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: #333333;
}

/* ---------- landing news view -------- */
.landing-container--inner .landing-news-view--content {
  border-radius: 4px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 34px 48px 42px;
}

.landing-news-view--not_found {
  text-align: center;
  padding: 25px 0 20px;
}

.landing-news-view--not_found div {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  margin-top: 20px;
}

.landing-news-view--text {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
}

.landing-news-view--text h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  /*color: #333333;*/
  color: #44beb7;
}

.landing-news-view--text h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
  margin: 0 0 18px;
}

.landing-news-view--text h3 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
  margin: 0 0 14px;
}

.landing-news-view--text p {
  white-space: pre-line;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.47;
  color: #333333;
  margin-bottom: 28px;
}

.landing-news-view--text ul,
.landing-news-view--text ol,
.landing-news-view--text p:not(.ln-description) {
  font-family: OpenSans;
}

.landing-news-view--text .ln-description {
  font-size: 23px;
  font-weight: normal;
  line-height: 1.3;
  color: #333333;
}

.video-news {
  max-width: 100%;
  margin: 0 auto 15px;
  height: 405px;
}
@media (max-width: 820px) {
  .video-news {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .video-news {
    height: 220px;
  }
}

.landing-news-view--text .ln-list {
  margin-bottom: 20px;
}

.landing-news-view--text img {
  max-width: 100%;
  margin: 0 auto 34px;
  display: block;
}
.landing-news-view--text img.with-description {
  margin: 0 auto 15px;
}

.landing-news-view--text .img-description {
  margin-bottom: 34px;
  text-align: center;
  font-family: OpenSans;
  font-size: 15px;
  font-weight: 300;
  color: #333333;
}

.landing-news-view--text .quote {
  border-left: 2px solid rgba(51, 51, 51, 0.45);
  font-family: inherit;
  margin: 10px 0 20px 18px;
  padding: 0 0 0.5rem 18px;
  font-size: 2.4rem;
  line-height: 2.7rem;
}
@media (max-width: 767px) {
  .landing-news-view--text .quote {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 10px 0 15px 0;
    padding: 0 0 0.1rem 12px;
  }
}

.landing-news-view--sharing {
  padding-top: 40px;
}

.landing-news-view--sharing .lnv--share-btn {
  display: inline-block;
  vertical-align: top;
}

.landing-news-view--sharing .lnv--share-btn:not(:last-child) {
  margin-right: 20px;
}

.lnv--share-btn img {
  width: 40px;
  height: 40px;
}

.landing-news-view--text ul,
.landing-news-view--text ol {
  padding-left: 15px;
  margin-bottom: 20px;
  white-space: pre-line;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.47;
  color: #333333;
}

.landing-news-view--text ul li,
.landing-news-view--text ol li {
  margin-bottom: 8px;
}

.landing-news-view--text .ln-date {
  color: rgba(51, 51, 51, 0.5);
  margin-bottom: 10px;
}

/* ---------- adaptive ------------- */
@media only screen and (min-width: 992px) {
  .card.card-storage .card-title {
    max-width: 62%;
  }

  .section {
    max-height: 650px;
    min-height: 650px;
  }

  .section-2 {
    max-height: 550px;
    min-height: 550px;
  }

  .section-1 {
    max-height: 670px;
    min-height: 670px;
  }

  .section.section-with-partners {
    max-height: 800px;
  }

  .section-company-inner,
.section-auction-inner {
    margin-top: -80px;
  }

  .section-2 .section-company-inner {
    margin-top: 50px;
  }

  .landing-container .section.section-with-partners {
    max-height: 800px;
    min-height: 750px;
  }

  .landing-container:not(.landing-container-24).section.section-1 {
    min-height: 650px;
    max-height: 700px;
  }

  .section-1 .text-container {
    width: 43%;
  }

  .section-1 .title-of-page {
    margin-top: 50px;
  }

  .tablet-main--container {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1201px) {
  .card.card-platform .card-content {
    padding: 0 48px 80px 48px;
  }
}
@media only screen and (min-width: 2000px) {
  .section-1 {
    max-height: 800px;
    min-height: 700px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .card .card-content .inner-text,
.card .card-content .inner-text li {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 1100px) {
  .video-phone {
    right: 20px;
  }
}
@media only screen and (max-width: 1010px) {
  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 992px) {
  .section-1 .landing-lots {
    width: 650px;
    max-width: 650px;
    height: 440px;
    padding: 70px 80px 30px;
  }

  .tablet-main--container {
    margin-right: 0;
    width: 57%;
  }

  .landing-lots--state {
    padding: 1px 15px;
    top: 37px;
    left: 70px;
    width: 499px;
  }

  .landing-lots .landing-lot--container {
    width: 155px;
    height: 160px;
  }

  .landing-lot--img-cont {
    height: 88px;
  }

  .landing-lot--price {
    padding: 0;
  }

  .landing-lot--cost,
.landing-lot--cost_null {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-lot--price {
    padding: 0;
  }

  .landing-lot--cost,
.landing-lot--cost_null {
    font-size: 12px;
  }

  /*html, body {*/
  /*position: relative!important;*/
  /*}*/
  .nav-open body {
    overflow: hidden !important;
  }

  .phone-animation {
    top: auto;
    bottom: 72px;
  }

  .expertise-animation,
.logistics-animation,
.platform-animation,
.card .card-landing--img {
    /*display: none;*/
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    height: auto;
  }

  .platform-animation {
    width: 50%;
  }

  .section-5 .display-table-cell {
    width: 100%;
  }

  .section-5 .section-inner {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 65px;
    padding-right: 65px;
  }

  .card .card-content p,
.card .card-content .inner-text {
    max-width: 100%;
  }

  .btn.btn-auth-first-section {
    margin: 10px 0;
  }

  .tablet-main--container .btn.btn-auth-first-section {
    background-image: -webkit-gradient(linear, left top, right top, from(#1cc1a5), to(#2eafb9));
    background-image: -webkit-linear-gradient(left, #1cc1a5, #2eafb9);
    background-image: -o-linear-gradient(left, #1cc1a5, #2eafb9);
    background-image: linear-gradient(to right, #1cc1a5, #2eafb9);
    color: #ffffff;
  }

  .landing-lots--state {
    background: none;
    width: 230px;
    top: 60px;
    left: calc(50% - 115px);
    padding: 0;
    height: 24px;
  }

  .landing-lots--state .inline-block,
.landing-lots--state .pull-right > span {
    display: none !important;
  }

  .landing-lots--state .pull-right {
    float: none !important;
  }

  .landing-lots--state .btn.btn-simple-green:first-child {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
  }

  .landing-lots--state .btn.btn-simple-green:last-child {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
  }

  .buttons-container {
    text-align: center;
  }

  .title-of-page {
    text-align: center;
  }

  .phone-container {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }

  .display-table-cell, .display-table {
    display: block;
  }

  .section.section-1 {
    padding-top: 100px;
  }

  .section.section-1 .title-of-page {
    padding-bottom: 10px;
  }

  .description-section {
    text-align: center;
    padding-top: 19px;
  }

  .main-landing .description-section {
    text-align: left;
    padding: 0 10px;
  }

  .section-company-inner .description-section {
    text-align: center;
    white-space: normal;
  }

  .button-more-container {
    text-align: center;
    padding-top: 33px;
  }

  .auction-men {
    right: 40%;
  }

  .card,
.main-landing .card {
    height: auto;
    box-shadow: none;
    background: none;
    text-align: center;
  }

  .main-landing .card ul {
    text-align: left;
  }

  .card .card-header {
    padding: 15px 15px 0;
  }

  .card.card-logistics .card-content, .card-expertise.card .card-content,
.card-storage.card .card-content {
    padding: 30px 15px 60px;
  }

  .card.card-logistics .card-content {
    padding-bottom: 30px;
  }

  .card .card-content p,
.card .card-content .inner-text {
    height: auto;
  }

  .card.card-logistics .card-content .inner-text, .card-expertise.card .card-content .inner-text {
    /*text-align: center;*/
    text-align: left;
  }

  .card .button-more-container {
    padding-top: 24px;
  }

  .card-storage:after,
.card-expertise:after {
    background: #dbdbdb;
    height: 2px;
    margin: 0 auto;
    content: "";
    width: 240px;
    display: block;
  }

  .section.section-4 {
    height: auto;
  }

  .section.section-5 {
    height: auto;
    padding: 30px 0 60px;
  }

  .display-table-half .display-table {
    display: table;
  }

  .display-table-half .display-table-cell {
    display: table-cell;
  }

  .section.last-section .display-table-cell {
    height: 100%;
  }

  .btn-auth-last-section {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-auth-last-section:first-child {
    margin-bottom: 20px;
  }

  .title-section-footer {
    text-align: center;
    padding-top: 70px;
  }

  .title-section-footer.descr-container {
    padding-top: 0;
  }

  .content-footer-section {
    text-align: center;
  }

  .copyright-footer {
    position: relative;
    text-align: center;
    width: 100%;
    font-family: Roboto;
    font-size: 14px;
    line-height: 1.43;
    color: #ffffff;
    padding-top: 62px;
    display: inline-block;
  }

  .descr-container .title-section-footer {
    padding-top: 58px;
  }

  .content-footer-section .second-line-footer-links {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .section.section-1 {
    height: auto;
    background-color: #fff;
  }

  .section .section-content.first-section-content {
    height: 70%;
  }

  .section.section-2 {
    height: auto;
    padding-bottom: 100px;
  }

  .auction-men-container {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    bottom: 80px;
  }

  .auction-men {
    width: 415px;
  }

  .section.section-3 {
    height: auto;
  }

  .section-3 .text-container {
    padding-bottom: 70px;
  }

  .auction-back {
    right: 25%;
  }

  .auction-back {
    bottom: -90px;
  }

  .landing-menu-item-icon-container {
    display: inline-block;
    width: 40px;
    text-align: center;
  }

  .landing-menu-item-icon-container.landing-menu-item-icon-container-cl {
    padding-right: 15px;
    padding-left: 2px;
  }

  .landing-menu-item-icon-container.landing-menu-item-icon-container-cl img {
    width: 14px;
    margin-top: -3px;
  }

  .off-canvas-sidebar .nav-mobile-menu {
    overflow-y: auto;
  }

  .nav-mobile-menu .nav-item.nav-item-button-login {
    text-align: center;
    padding-left: 0;
    padding-bottom: 40px;
    padding-top: 5px;
  }

  .nav-mobile-menu .nav-item.nav-item-button-login .btn-outline-white {
    width: 200px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    padding: 10px 35px;
    font-family: Roboto;
    font-size: 14px;
    text-transform: none;
    border-radius: 30px;
    display: inline-block;
  }

  .slide-five img {
    width: 35% !important;
  }

  .slide-five .partner-container-first-line {
    margin-bottom: 15px;
  }

  .slide-five .partner-container {
    min-height: 34px;
  }

  .section-with-partners .section-content:first-child,
.section-with-partners .section-inner > div:first-child,
.section-with-partners .section-content.section-content-with-image,
.section-with-partners .section-inner > div:last-child {
    height: 50%;
  }

  .last-section .section-content-with-image {
    top: 50%;
  }

  .tablet-main--container {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .tablet-main--container .btn-auth-first-section {
    position: absolute;
    bottom: 93px;
    width: 240px;
    margin: 0;
    left: calc(50% - 120px);
    display: none;
    height: 40px;
    padding: 11px;
    font-size: 14px;
  }

  .tablet-main--container {
    min-height: 705px;
  }

  .section-1 .landing-lots {
    padding: 90px 75px;
    max-width: 400px;
    width: 400px;
    height: 705px;
    margin: 0 auto;
  }

  .landing-lots .landing-lot--container {
    width: 249px;
    margin: 0 5px 5px 0;
  }

  .landing-lots .slick-slide > div {
    margin: 0;
  }

  .landing-lot--container {
    height: 70px;
  }

  .landing-lot--img-cont {
    width: 90px;
    height: 70px;
    display: inline-block;
    vertical-align: middle;
  }

  .landing-lot--title {
    display: -webkit-box;
    max-width: calc(100% - 95px);
    /*max-height: 60px;*/
    /*-webkit-line-clamp: 2;*/
    /*white-space: normal;*/
    padding: 6px 2px 0px 3px;
    display: inline-block;
    vertical-align: middle;
    /*vertical-align: top;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
  }

  .landing-lot--desc_ml {
    float: none;
    margin-left: 6px;
  }

  .section-2 .section-inner {
    margin-top: -30px;
  }

  .main-landing .card.card-storage .col-sm-12:first-child .description-list {
    margin: 0;
  }

  .main-landing .card.card-storage .col-sm-12:last-child .description-list {
    padding-top: 0;
  }

  .video-phone--container {
    margin: 0 -35px 10px;
    width: auto;
    display: block;
    position: relative;
    float: none;
  }

  .video-phone {
    position: relative;
    right: auto;
    top: auto;
    margin: 0 auto;
    text-align: center;
  }

  .landing-container--inner {
    padding: 0 30px 60px;
  }

  .full-page-landing.landing-pages-container--content {
    padding-top: 110px;
  }

  .landing-container--inner .landing-news--content {
    padding: 34px 25px 10px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .main-landing .description-section {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.card-logistics .card-content p br,
.card-expertise.card .card-content p br {
    display: none;
  }

  .card.card-logistics .card-content .inner-text,
.card-expertise.card .card-content .inner-text,
.card-storage.card .card-content .inner-text {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-landing .description-section-auction .description-list {
    text-align: left;
  }

  .landing-container .section.section-with-partners {
    max-height: 900px;
    min-height: 850px;
  }

  .landing-container--inner .custom-pagination {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .landing-lots--state {
    left: calc(50% - 110px);
    width: 220px;
  }

  .section-with-partners .section-inner > div:first-child {
    padding-top: 50px;
  }

  .list-padd li {
    padding-left: 0;
  }

  .landing-lot--desc {
    white-space: normal;
  }

  .main-landing .title-of-page {
    font-size: 25px;
  }

  .section .section-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-landing .section .section-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .landing-container .navbar .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.card-logistics .card-content, .card-expertise.card .card-content,
.card-storage.card .card-content {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 .section-inner > div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .auction-men-container {
    bottom: 75px;
  }

  .auction-back {
    max-width: 100%;
    width: 475px;
    bottom: -50px;
    right: calc(50% - 200px);
  }

  .partner-container:first-child {
    text-align: center;
  }

  .partner-container:last-child {
    text-align: center;
  }

  .partner-container {
    text-align: center;
  }

  .partner-container-first-line {
    margin-bottom: 20px;
  }

  .display-table-half {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-with-partners .display-table-half {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section.last-section {
    height: auto;
  }

  .half-section > div {
    max-height: 200px !important;
  }

  .display-table-half:first-child {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .bx-wrapper {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .half-section {
    width: 100%;
  }

  .swal--cl-select {
    width: 295px !important;
  }

  .cl-select--part {
    display: block;
    float: none;
    width: 100%;
    padding: 29px 15px 44px;
    position: relative;
  }

  .cl-select--part.cl24-select--part {
    padding: 38px 15px 39px;
  }

  .cl-select--part:first-child {
    border-right: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  }

  .cl-select--part:hover {
    background: #ffffff;
  }

  .cl-select--part .cl-select--part_logo {
    width: 95px;
    height: 28px;
    margin: 0;
  }

  .cl-select--part .cl24-select--part_logo {
    width: 126px;
    height: 34px;
  }

  .cl-select--part .cl-select--part_text {
    width: 248px;
    margin: 16px auto;
    line-height: 1.12;
  }

  .cl-select--part .btn.btn-outline-orange {
    font-size: 12px;
    width: 240px;
    height: 40px;
    background: #eab347;
    color: #fff;
    padding-top: 12px;
  }

  .cl-select--part .cl-select--part_or {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 30px);
    width: 60px;
    height: 25px;
    border-radius: 12px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    padding: 4px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.21;
    text-align: center;
    color: rgba(51, 51, 51, 0.4);
    z-index: 1;
  }

  .landing-container--inner {
    padding: 0 15px 60px;
  }

  .landing-container--inner .title-of-page {
    margin-bottom: 0;
  }

  .landing-container--inner .landing-news--content {
    padding: 25px 25px 10px;
  }

  .landing-container--inner .landing-news--item {
    flex-direction: column;
  }

  .landing-news--item .landing-news--item_img {
    margin: 0 auto 15px;
    max-width: 300px;
    width: 100%;
    background-position: center center;
  }

  .landing-news--item .landing-news--item_content {
    width: 100%;
  }

  .landing-news--item_content .landing-news--item_title {
    font-size: 20px;
  }

  .landing-news--item_content .landing-news--item_text {
    font-size: 14px;
  }

  .landing-container--inner .landing-articles--content .title-of-page {
    margin-bottom: 5px;
  }

  .landing-articles--content .landing-articles--item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }

  .landing-articles--item .landing-articles--item_img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 15px;
  }

  .landing-articles--col {
    padding: 20px 15px 0 !important;
  }

  .landing-container--inner .landing-news-view--content {
    padding: 25px 25px 42px;
  }

  .landing-news-view--text h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .landing-news-view--text h2 {
    font-size: 20px;
    margin: 0 0 13px;
  }

  .landing-news-view--text h3 {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .landing-news-view--text p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .landing-news-view--text .ln-description {
    font-size: 18px;
  }

  .landing-news-view--text img {
    margin: 0 auto 20px;
  }

  .landing-news-view--text .img-description {
    margin-bottom: 20px;
  }

  .landing-news-view--text li,
.landing-news-view--text ol {
    font-size: 14px;
  }

  .landing-news-view--sharing {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .auction-men {
    width: 315px;
  }

  .slide-five img {
    width: 80% !important;
  }

  .section-with-partners .section-inner > div:first-child {
    padding: 50px 20px 50px;
  }

  .section-2 .section-inner {
    margin-top: -50px;
  }

  .video-phone {
    background: none !important;
    height: auto;
    width: auto;
  }

  .video-phone .fb-video {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .col-phone-6 {
    width: 50%;
  }

  .partner-container {
    height: 60px;
    min-height: 0;
    margin-bottom: 5px;
  }

  .landing-container:not(.landing-container-24) .section-with-partners .partner-container {
    height: 90px;
  }

  .landing-container:not(.landing-container-24) .section-with-partners .display-table-half:first-child .section-inner .half-section {
    padding-bottom: 0;
  }

  .title-of-page {
    white-space: normal;
  }

  .section-with-partners .section-inner > div:first-child {
    padding: 30px 20px 50px;
  }

  .tablet-main--container {
    width: 100%;
    min-width: 360px;
    min-height: 705px;
  }

  .section-1 .landing-lots {
    padding: 90px 65px;
    background-position: center;
    max-width: 360px;
    width: 360px;
    height: 705px;
  }

  .landing-lots .landing-lot--container {
    width: 229px;
  }

  .tablet-main--container .btn-auth-first-section {
    bottom: 116px;
    width: 224px;
    left: calc(50% - 112px);
    height: 40px;
    padding: 11px;
    font-size: 14px;
  }

  .landing-articles--item .landing-articles--item_img {
    height: 190px;
  }
}
@media only screen and (max-width: 400px) {
  .auction-men-container {
    top: auto;
    bottom: auto;
    margin-bottom: 49px;
  }

  .auction-men {
    width: 250px;
  }

  .main-landing .title-of-page {
    font-size: 23px;
  }

  .main-landing .section .section-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-landing .description-section br {
    display: none;
  }

  .main-landing .description-section {
    padding: 0px 5px;
  }

  .main-landing .no-padding-min {
    padding: 0;
  }

  .card.card-logistics .card-content p br, .card-expertise.card .card-content p br {
    display: none;
  }

  .hidden-min {
    display: none;
  }

  .video-phone--container {
    margin: 0 -15px 10px;
  }
}
@media only screen and (max-width: 360px) {
  /* TODO: change point */
  .section-1 .landing-lots {
    margin-left: calc((100vw - 100%)/2 - 10px);
  }

  .tablet-main--container .btn-auth-first-section {
    left: calc(50vw - 122px);
  }

  .landing-lots--state {
    left: calc(50vw - 120px);
  }

  .landing-container--inner .landing-news-view--content {
    padding: 25px 20px 42px;
  }

  .landing-news-view--text h1 {
    font-size: 23px;
  }

  .landing-news-view--text .ln-description {
    font-size: 16px;
  }

  .landing-container--inner .landing-news--content {
    padding: 25px 20px 10px;
  }
}
@media only screen and (max-width: 320px) {
  .video-phone .fb-video {
    max-height: 175px;
  }
}
