@font-face {
  font-family: 'Rambla';
  src: url("../fonts/Rambla.ttf");
}

@font-face {
  font-family: 'Rambla-Bold';
  src: url("../fonts/Rambla-Bold.ttf");
}

body {
  font-family: "Rambla", sans-serif;
  color: #2B2A29;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin: 0;
}

.h2,
h2,
li,
h1,
h3 {
  margin: 0;
}

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

a {
  color: #2B2A29;
  text-decoration: none;
  font-family: "Rambla", sans-serif;
}

.text-bold {
  font-weight: 700;
}

.marquee {
  max-width: 900px;
  overflow: hidden;
}

.button {
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border-radius: 7px;
  padding: 15px;
  font-family: 700;
  transition: 0.3s;
}

.btn-red:hover span {
  color: #fff;
  text-decoration: none;
}

a.btn-red {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.button:focus {
  outline: none;
}

.btn-red {
  background: linear-gradient(180deg, #D10838 0%, #A50034 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
  position: relative;
}

.btn-red>span {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
}

.btn-red:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.35);
  background: linear-gradient(180deg, #b6032c 0%, #81012a 100%);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 0;
  color: #fff;
  border-radius: 7px;
}

.btn-red:hover:after {
  opacity: 1;
  color: #fff;
}

.btn-red:focus {
  background: linear-gradient(180deg, #aa032a 0%, #6b0123 100%);
}

.btn-yellow {
  color: #000;
  background: linear-gradient(180deg, #FFC700 0%, #FFA800 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 700;
  padding: 14px;
  display: block;
  text-align: center;
}

.btn-yellow:hover {
  color: #000;
}

.container {
  max-width: 980px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.h2,
h2 {
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 43px;
  font-weight: 700;
}

.slide-top {
  position: relative;
  display: flex;
  padding: 0 48px;
  margin-bottom: -40px;
}

.slide-top .slide-top__icon {
  position: absolute;
  top: 0;
  right: 35px;
  width: 100px;
  height: 100px;
  background-image: url('/img/banner/logo-product.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.slide-top .slide-top__img {}

.slide-top .slide-top__img img {
  width: 100%;
  height: 100%;
  position: relative;
  top: -50px;
}

.slide-top .slide-right {
  padding-top: 38px;
}

.slide-top .slide-right .slide-right__title {
  font-weight: 700;
  font-size: 45.7886px;
  line-height: 45px;
  text-align: left;


  color: #FFFFFF;

}

.slide-price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-price .slide-price__new {
  font-weight: 700;
  font-size: 80px;
  line-height: 98px;
  text-align: center;

  color: #FFC500;
  margin-right: 15px;
}

.slide-price .slide-price__old {
  position: relative;
  font-weight: 700;
  font-size: 45.7886px;
  line-height: 56px;
  text-align: center;

  color: #FFFFFF;
}

.slide-price .slide-price__old:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFC500;

  transform: translateY(-50%) rotate(4deg);
}


.title-slide__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287.22px;
  height: 52.03px;

  font-weight: 700;
  font-size: 18.7317px;
  line-height: 23px;

  color: #000000;

  background: linear-gradient(180deg, #FFC700 0%, #FFA800 100%);
  box-shadow: 0px 4.1626px 4.1626px rgba(0, 0, 0, 0.25);
  border-radius: 7.28455px;
  padding: 15px 18px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.title-slide__link:hover {
  color: #000;
  text-decoration: none;
}

.title-slide__text {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;

  color: #FFFFFF;
}

.title-slide__inner {
  position: relative;
  overflow: hidden;
}

.title-slide__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 215px;
  height: 121px;
}

.title-slide__info img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.slide-top {
  margin-top: -40px;
  margin-bottom: -50px;
}

.slide-top .slide-top__img {
  width: 50%;
  height: 250px;
}

.slide-top .slide-top__img img {
  top: 0;
  object-fit: cover;
}

.slide-top .slide-right {
  display: flex;
  align-items: center;
  width: 50%;
  padding-top: 0;
}

.modal-discount {
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #00000033;

}

.modal-discount_active {
  display: flex;
}

.body-discount {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 500px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  border: 5px solid #2681F3;
  border-radius: 15px;
  padding: 15px 10px 20px;
}

.body-discount__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2681F3;
  cursor: pointer;
}

.body-discount__title {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}

.discount-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

.discount-field input[type=tel] {
  padding-left: 8px;
  background: linear-gradient(#fff 0%, #fff 100%), url(../img/form-phone-icon.png) no-repeat 8px center;
}

.discount-field .discount-field__label {
  margin-bottom: 4px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.discount-field .discount-field__input {
  outline: none;
  text-align: center;
  box-sizing: border-box;
  text-align-last: center;
  font-size: 17px;
  line-height: 21px;
  color: #ABABAB;
  width: 189px;
  height: 37px;
  background: #FFFFFF;
  background-blend-mode: multiply;
  mix-blend-mode: normal;
  border: 0.5px solid #787878;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgb(0 0 0 / 15%);
  border-radius: 7px;
  color: #616060;
}

.body-discount__btn {
  max-width: 386px;
  width: 100%;
  padding: 18px 15px;
  font-size: 22px;
  line-height: 27px;
  margin-top: 18px;
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  border-radius: 7px;
  padding: 15px;
  font-family: 700;
  transition: 0.3s;
}

.body-discount__text {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 1400px) {
  .slide-top .slide-right .slide-right__title {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {

  .h2,
  h2 {
    font-size: 30px;
    line-height: 37px;
  }

  .slide-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 30px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .slide-top .slide-top__img {
    display: flex;
    justify-content: center;
    width: 70%;
    height: 150px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .slide-top .slide-top__img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    object-fit: cover;
  }

  .slide-top .slide-right {

    justify-content: center;
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .slide-top .slide-right .slide-right__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;


    color: #FFFFFF;

  }

  .slide-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .slide-price .slide-price__new {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;

    color: #FFC500;
    margin-right: 15px;
  }

  .slide-price .slide-price__old {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;

    color: #FFFFFF;
  }

  .slide-price .slide-price__old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFC500;

    transform: translateY(-50%) rotate(4deg);
  }


  .title-slide__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 44.03px;
    margin-bottom: 15px;
  }

  .title-slide__link:hover {
    color: #000;
    text-decoration: none;
  }

  .title-slide__text {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;

  }

  .title-slide__inner {
    position: relative;
    overflow: hidden;
  }

  .title-slide__info {
    width: 130px;
    height: 121px;
  }

  .title-slide__info img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
  }



}

@media (max-width: 576px) {
  .slide-top .slide-top__icon {
    position: absolute;
    top: -40px;
    right: 10px;
    width: 70px;
    height: 70px;
    background-image: url('/img/banner/logo-product.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .slide-top {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    margin-bottom: 0;
    padding-top: 25px;
  }

  .slide-top .slide-top__img {
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .slide-top .slide-top__img img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    object-fit: cover;
  }

  .slide-top .slide-right {
    width: 100%;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .slide-top .slide-right .slide-right__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;


    color: #FFFFFF;

  }

  .slide-price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .slide-price .slide-price__new {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;

    color: #FFC500;
    margin-right: 15px;
  }

  .slide-price .slide-price__old {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;

    color: #FFFFFF;
  }

  .slide-price .slide-price__old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFC500;

    transform: translateY(-50%) rotate(4deg);
  }


  .title-slide__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 44.03px;
    margin-bottom: 15px;
  }

  .title-slide__link:hover {
    color: #000;
    text-decoration: none;
  }

  .title-slide__text {
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;

  }

  .title-slide__inner {
    position: relative;
    overflow: hidden;
  }

  .title-slide__info {
    width: 130px;
    height: 121px;
  }

  .title-slide__info img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: bottom;
  }



}

@media (max-width: 560px) {

  .h2,
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 359px) {

  .h2,
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(90deg, #0A429F 0%, #1359BE 26.56%, #1F71DD 59.9%, #0B4AA9 100%);
  z-index: 99;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .logo-wrap {
  font-family: "Rambla", sans-serif;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 480px) {
  header .logo-wrap {
    font-size: 10px;
  }
}

header .logo {
  display: block;
}

@media (max-width: 410px) {
  header .logo img {
    width: 180px;
  }
}

@media (max-width: 374px) {
  header .logo img {
    width: 165px;
  }
}

@media (max-width: 980px) {
  header nav {
    display: none;
  }
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul li {
  padding: 5px 10px;
  position: relative;
  display: block;
  transition: 0.3s;
}

header nav ul li:not(:last-of-type)::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 34px;
  background-color: #fff;
}

header nav ul li a {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  line-height: 20px;
}

header nav ul li:hover {
  background-color: #35B3F8;
}

header nav ul li:hover a {
  color: #2B2A29;
}

header .header-contact {
  position: relative;
}

@media (max-width: 980px) {
  header .header-contact {
    display: none;
  }
}

header .header-contact .phone {
  display: flex;
  align-items: center;
}

header .header-contact .phone img {
  margin-right: 3px;
}

header .header-contact .phone a {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
}

header .header-contact .info {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  text-decoration: underline;
  color: #35B3F8;
  padding-top: 5px;
}

header .header-contact .info-hover {
  position: absolute;
  bottom: -75px;
  left: -25px;
  width: 230px;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  box-sizing: border-box;
  border: 1px solid #35B3F8;
  opacity: 0;
  z-index: -1;
}

header .header-contact .info-hover span {
  display: block;
  margin: 2px 0;
  font-size: 14px;
}

header .header-contact .info-hover::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: -30px;
  right: 55px;
  border: 15px solid transparent;
  border-bottom: 15px solid #35B3F8;
}

header .header-contact .info:hover {
  cursor: pointer;
}

header .header-contact .info:hover+.info-hover {
  opacity: 1;
  z-index: 100;
}

form {
  border-radius: 8px;
  box-sizing: border-box;
  text-align: center;
}

form .form-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 14px;
}

form .form-field:first-of-type {
  margin-top: 0;
}

form .form-field .label {
  margin-bottom: 4px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

form .form-field input[type='tel'] {
  padding-left: 8px;
  background: linear-gradient(#fff 0%, #fff 100%), url("../img/form-phone-icon.png") no-repeat 8px center;
}

@media (max-width: 374px) {
  form .form-field input[type='tel'] {
    background-size: 16px;
  }
}

form .form-field select:focus {
  outline: none;
  border: none;
}

form .form-field input::placeholder {
  color: #616060;
}

form .form-field select {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  text-align: center;
  box-sizing: border-box;
  text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  width: 189px;
  height: 37px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 10px;
  background: url("../img/select-arrow.png") no-repeat 95% center, linear-gradient(180deg, #E9E9E9 0%, rgba(248, 248, 248, 0.932292) 21.35%, rgba(219, 219, 219, 0.989238) 76.04%, #EFEFEF 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  color: #2B2A29;
}

form input[type='text'],
form input[type='tel'] {
  outline: none;
  text-align: center;
  box-sizing: border-box;
  text-align-last: center;
  font-size: 17px;
  line-height: 21px;
  color: #ABABAB;
  width: 189px;
  height: 37px;
  background: #FFFFFF;
  background-blend-mode: multiply;
  mix-blend-mode: normal;
  border: 0.5px solid #787878;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  color: #616060;
}

form input[type='text']:focus,
form input[type='tel']:focus {
  border: 0.5px solid #2681F3;
}

form .field-radio input[type='radio'] {
  display: none;
}

form .field-radio label {
  position: relative;
  margin: 0 5px;
}

@media (max-width: 374px) {
  form .field-radio label {
    margin: 2px 10px;
  }
}

form .field-radio label span {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

form .field-radio label span::before {
  content: '';
  width: 51px;
  height: 25px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: url("../img/toogle.png") no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-right: 5px;
}

form .field-radio label input:checked+span:before {
  background: url("../img/toogle-active.png") no-repeat;
  background-background-size: contain;
}

form .field-radio label:hover {
  cursor: pointer;
}

form .field-radio label:hover span {
  text-decoration: underline;
}

form .field-function {
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

form .field-feedback {
  max-width: 360px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 374px) {
  form .field-feedback {
    flex-wrap: wrap;
    justify-content: center;
  }
}

form .description {
  font-size: 12px;
  line-height: 15px;
}

@media (max-width: 410px) {
  form .description {
    font-size: 10px;
    line-height: 12px;
  }
}

@media (max-width: 359px) {
  form .description {
    font-size: 8px;
    line-height: 10px;
  }
}

.main-section {
  padding: 200px 0 100px;
  min-height: 100vh;
}

@media (max-width: 980px) {
  .main-section {
    padding: 140px 0 100px;
  }
}

@media (max-width: 767px) {
  .main-section {
    padding: 100px 0 100px;
  }
}

@media (max-width: 480px) {
  .main-section {
    min-height: 70vh;
    padding: 120px 0 280px;
  }
}

.main-section .title-header {
  width: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  border-radius: 7px;
  padding: 8px;
  text-align: center;
}

@media (max-width: 980px) {
  .main-section .title-header {
    max-width: 748px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .main-section .title-header {
    max-width: 360px;
    padding: 0px;
    background: transparent;
  }
}

.main-section .title-header h1 {
  font-size: 44px;
  line-height: 54px;
  color: #1258BC;
}

@media (max-width: 980px) {
  .main-section .title-header h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .main-section .title-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 560px) {
  .main-section .title-header h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .main-section .title-header h1 {
    max-width: 360px;
    margin: 0 auto;
    font-size: 28px;
    line-height: 34px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 7px;
    padding: 8px;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .main-section .title-header h1 {
    max-width: 300px;
    margin: 0 auto;
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 359px) {
  .main-section .title-header h1 {
    max-width: 300px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 27px;
  }
}

.main-section .title-header h2 {
  display: block;
  font-size: 30px;
  line-height: 37px;
  color: #000;
}

@media (max-width: 980px) {
  .main-section .title-header h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .main-section .title-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 560px) {
  .main-section .title-header h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .main-section .title-header h2 {
    font-size: 20px;
    line-height: 23px;
    margin-top: 6px;
  }
}

@media (max-width: 410px) {
  .main-section .title-header h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.main-section .btn-yellow {
  max-width: 450px;
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  position: relative;
  margin: 37px auto 0;
}

@media (max-width: 767px) {
  .main-section .btn-yellow {
    max-width: 415px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 480px) {
  .main-section .btn-yellow {
    max-width: 260px;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 10px;
  }
}

@media (max-width: 359px) {
  .main-section .btn-yellow {
    max-width: 240px;
    margin: 22px auto 0;
  }
}

.main-section .btn-yellow img {
  position: absolute;
  bottom: -42px;
  right: -37px;
}

@media (max-width: 767px) {
  .main-section .btn-yellow img {
    bottom: -35px;
    right: -30px;
    width: 50px;
  }
}

@media (max-width: 480px) {
  .main-section .btn-yellow img {
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
}

@media (max-width: 480px) {
  .main-section .btn-1 {
    display: none;
  }
}

.main-section .btn-2 {
  display: none;
}

@media (max-width: 480px) {
  .main-section .btn-2 {
    display: block;
  }
}

.title {
  background: url("../img/main-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .title {
    padding: 40px 0 40px;
  }
}

.title .title-slider {
  margin-top: 30px;
  width: 100%;
}

@media (max-width: 480px) {
  .title .title-slider {
    margin-top: 24px;
  }
}

.title .title-slider .title-slide-wrap {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

.title .title-slider .title-slide {
  min-height: 492px;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide {
    min-height: 330px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide {
    min-height: 250px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide {
    min-height: 240px;
  }
}

.title .title-slider .title-slide .btn-yellow {
  max-width: 256px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide .btn-yellow {
    max-width: 240px;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide .btn-yellow {
    max-width: 190px;
    padding: 11px;
    font-size: 12px;
    line-height: 14px;
  }
}

.title .title-slider .title-slide .slide-title {
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide .slide-title {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide .slide-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide .slide-title {
    font-size: 21px;
    line-height: 25px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide .slide-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.title .title-slider .title-slide-1 {
  background: url("../img/slide-1-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-1 {
    padding: 50px 0 0 0px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-1 {
    padding: 36px 0 0 0px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-1 {
    padding: 50px 0 0 0px;
  }
}

.title .title-slider .title-slide-1 .slide-title {
  color: #fff;
}

.title .title-slider .title-slide-1 .slide-title span {
  font-size: 30px;
  line-height: 36px;
  display: block;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-1 .slide-title span {
    font-size: 20px;
    line-height: 24px;
    margin-top: 4px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-1 .slide-title span {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-1 .slide-title span {
    font-size: 12px;
    line-height: 16px;
  }
}

.title .title-slider .title-slide-1 .title-slide-content-wrap {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-1 .title-slide-content-wrap {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-1 .title-slide-content-wrap {
    max-width: 500px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-1 .title-slide-content-wrap {
    width: 320px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-1 .title-slide-content-wrap {
    width: 275px;
  }
}

.title .title-slider .title-slide-1 .title-slide-content {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-1 .title-slide-content img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-1 .title-slide-content img {
    width: 120px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-1 .title-slide-content img {
    width: 70px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-1 .title-slide-content img {
    width: 50px;
  }
}

.title .title-slider .title-slide-1 .button {
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-1 .button {
    margin-top: 32px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-1 .button {
    margin-top: 20px;
  }
}

.title .title-slider .title-slide-2 {
  background: url("../img/slide-2-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 56px 0 0 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-2 {
    padding: 50px 0 0 0px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-2 {
    background-position-x: 40%;
    padding: 24px 0 0 0px;
  }
}

@media (max-width: 374px) {
  .title .title-slider .title-slide-2 {
    padding: 18px 0 0 0px;
  }
}

.title .title-slider .title-slide-2 .title-slide-content-wrap {
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap {
    margin: 0 auto;
    max-width: 430px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap {
    max-width: 320px;
  }
}

@media (max-width: 374px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap {
    max-width: 290px;
  }
}

.title .title-slider .title-slide-2 .title-slide-content-wrap img {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap img {
    width: 320px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap img {
    width: 220px;
    margin-top: 12px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-2 .title-slide-content-wrap img {
    width: 190px;
  }
}

.title .title-slider .title-slide-2 .slide-title {
  color: #fff;
}

.title .title-slider .title-slide-2 .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-2 .text {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-2 .text {
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  .title .title-slider .title-slide-2 .text {
    font-size: 10px;
  }
}

.title .title-slider .title-slide-2 .button {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-2 .button {
    margin-top: 32px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-2 .button {
    margin-top: 20px;
  }
}

@media (max-width: 374px) {
  .title .title-slider .title-slide-2 .button {
    margin-top: 16px;
  }
}

.title .title-slider .title-slide-3 {
  background: url("../img/slide-3-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-3 {
    padding: 50px 0 0 0px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 {
    padding: 20px 0 0 0px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 {
    padding: 16px 0 0 0px;
  }
}

.title .title-slider .title-slide-3 .title-slide-content-wrap {
  display: flex;
  align-items: flex-start;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap {
    max-width: 700px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap {
    max-width: 340px;
  }
}

.title .title-slider .title-slide-3 .title-slide-content-wrap img {
  margin-top: 20px;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap img {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap img {
    width: 240px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap img {
    width: 140px;
  }
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-3 .title-slide-content-wrap img {
    display: none;
  }
}

.title .title-slider .title-slide-3 .slide-title {
  color: #000;
  margin-bottom: 24px;
}

@media (max-width: 980px) {
  .title .title-slider .title-slide-3 .slide-title {
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 .slide-title {
    margin-bottom: 0px;
  }
}

.title .title-slider .title-slide-3 .slide-title span {
  color: #D10838;
}

.title .title-slider .title-slide-3 form {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 360px) {
  .title .title-slider .title-slide-3 form {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 form .form-field {
    margin-top: 10px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 form .form-field {
    margin-top: 8px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 form .form-field .label {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 14px;
  }
}

.title .title-slider .title-slide-3 form .form-field input[type=text],
.title .title-slider .title-slide-3 form .form-field input[type=tel] {
  font-size: 12px;
  line-height: 14px;
  width: 170px;
  height: 32px;
}

.title .title-slider .title-slide-3 .button {
  font-size: 22px;
  line-height: 27px;
  max-width: 330px;
  width: 100%;
  margin-top: 30px;
  padding: 14px 10px;
}

@media (max-width: 767px) {
  .title .title-slider .title-slide-3 .button {
    max-width: 240px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
    margin-top: 20px;
  }
}

@media (max-width: 560px) {
  .title .title-slider .title-slide-3 .button {
    max-width: 190px;
    padding: 11px;
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
  }
}

.title .title-slider .title-slide-4 {
  background: url("../img/slide-3-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px 0 10px;
  position: relative;
  overflow: hidden;
}

.title .title-slider .title-slide-4 img {
  width: 100%;
}

.title .slick-slider .slick-slide:focus {
  outline: none;
}

.title .slick-slider .slick-next,
.title .slick-slider .slick-next:hover,
.title .slick-slider .slick-next:focus {
  background: url(../img/arrow-red-next.png), #fff;
  border-radius: 0px 0px 7px 0px;
  right: 10px;
}

@media (max-width: 640px) {

  .title .slick-slider .slick-next,
  .title .slick-slider .slick-next:hover,
  .title .slick-slider .slick-next:focus {
    background-size: 40%;
  }
}

.title .slick-slider .slick-next:hover,
.title .slick-slider .slick-next:focus {
  opacity: 0.7;
}

.title .slick-slider .slick-prev,
.title .slick-slider .slick-prev:hover,
.title .slick-slider .slick-prev:focus {
  background: url(../img/arrow-red-prev.png), #DCDCDC;
  left: calc(100% - 168px - 10px);
}

@media (max-width: 980px) {

  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    left: calc(100% - 140px - 10px);
  }
}

@media (max-width: 767px) {

  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    left: calc(100% - 128px - 10px);
  }
}

@media (max-width: 640px) {

  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    left: calc(100% - 88px - 10px);
    background-size: 40%;
  }
}

@media (max-width: 560px) {

  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    left: calc(100% - 72px - 10px);
    background-size: 40%;
  }
}

.title .slick-slider .slick-prev:hover,
.title .slick-slider .slick-prev:focus {
  opacity: 0.7;
}

.title .slick-slider .slick-next,
.title .slick-slider .slick-next:hover,
.title .slick-slider .slick-next:focus,
.title .slick-slider .slick-prev,
.title .slick-slider .slick-prev:hover,
.title .slick-slider .slick-prev:focus {
  width: 84px;
  height: 84px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: calc(100% - 42px - 10px);
}

@media (max-width: 980px) {

  .title .slick-slider .slick-next,
  .title .slick-slider .slick-next:hover,
  .title .slick-slider .slick-next:focus,
  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    width: 70px;
    height: 70px;
    top: calc(100% - 35px - 10px);
  }
}

@media (max-width: 767px) {

  .title .slick-slider .slick-next,
  .title .slick-slider .slick-next:hover,
  .title .slick-slider .slick-next:focus,
  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    width: 64px;
    height: 64px;
    top: calc(100% - 32px - 10px);
  }
}

@media (max-width: 640px) {

  .title .slick-slider .slick-next,
  .title .slick-slider .slick-next:hover,
  .title .slick-slider .slick-next:focus,
  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    width: 44px;
    height: 44px;
    top: calc(100% - 22px - 10px);
  }
}

@media (max-width: 560px) {

  .title .slick-slider .slick-next,
  .title .slick-slider .slick-next:hover,
  .title .slick-slider .slick-next:focus,
  .title .slick-slider .slick-prev,
  .title .slick-slider .slick-prev:hover,
  .title .slick-slider .slick-prev:focus {
    width: 36px;
    height: 36px;
    top: calc(100% - 18px - 10px);
  }
}

.title .slick-slider .slick-prev:before,
.title .slick-slider .slick-next:before {
  font-size: 0px;
  content: '';
}

.about-us {
  padding: 40px 0;
  overflow: hidden;
}

.about-us-block-1 {
  max-width: 765px;
  width: 100%;
  background: #EDF2F9;
  border-radius: 7px;
  padding: 19px;
  margin: 28px auto 0;
  font-size: 17px;
  line-height: 21px;
  position: relative;
}

@media (max-width: 767px) {
  .about-us-block-1 {
    padding: 19px 0;
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  .about-us-block-1 {
    padding: 19px 12px;
  }
}

@media (max-width: 480px) {
  .about-us-block-1 {
    margin-top: 16px;
  }
}

@media (max-width: 359px) {
  .about-us-block-1 {
    padding: 16px 10px;
    margin-top: 12px;
    font-size: 16px;
    line-height: 18px;
  }
}

.about-us-block-1::after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 53px;
  bottom: -12px;
  right: 17px;
  background: url("../img/icon.png") no-repeat right bottom;
  background-size: contain;
}

@media (max-width: 640px) {
  .about-us-block-1::after {
    width: 34px;
    height: 30px;
    bottom: -5px;
    right: 8px;
  }
}

@media (max-width: 480px) {
  .about-us-block-1::after {
    width: 40px;
    height: 35px;
    bottom: -8px;
    right: 8px;
  }
}

.about-us-block-1 p {
  text-align: center;
}

@media (max-width: 640px) {
  .about-us-block-1 p br {
    display: none;
  }
}

.about-us h3 {
  display: block;
  margin-top: 21px;
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  line-height: 21px;
}

@media (max-width: 359px) {
  .about-us h3 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
  }
}

.about-us-block-2 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 765px;
  width: 100%;
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .about-us-block-2 {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .about-us-block-2 {
    margin-top: 16px;
  }
}

@media (max-width: 374px) {
  .about-us-block-2 img {
    width: 74px;
  }
}

.about-us-block-2 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 185px;
  width: 100%;
  text-align: center;
  margin: 15px;
}

@media (max-width: 480px) {
  .about-us-block-2 div {
    max-width: 185px;
    margin: 8px 2px;
  }
}

@media (max-width: 410px) {
  .about-us-block-2 div {
    max-width: 160px;
    margin: 6px 2px;
  }
}

@media (max-width: 374px) {
  .about-us-block-2 div {
    max-width: 135px;
  }
}

.about-us-block-2 div span {
  display: block;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 410px) {
  .about-us-block-2 div span {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 374px) {
  .about-us-block-2 div span {
    font-size: 12px;
    line-height: 14px;
  }
}

.advantages {
  padding: 50px 0 70px;
  background: url("../img/advantages-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 480px) {
  .advantages {
    padding: 40px 0;
  }
}

.advantages-content {
  display: flex;
  margin: 40px auto 0;
  max-width: 920px;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .advantages-content {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto 0;
  }
}

@media (max-width: 767px) {
  .advantages-content {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .advantages-content {
    margin-top: 16px;
  }
}

.advantages-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}

@media (max-width: 980px) {
  .advantages-content div {
    margin: 10px;
  }
}

@media (max-width: 480px) {
  .advantages-content div {
    margin: 12px 22px 12px 12px;
  }
}

.advantages-content div p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 15px 0 0 10px;
}

@media (max-width: 480px) {
  .advantages-content div p {
    margin-top: 8px;
  }
}

.brand {
  padding: 50px 0;
  overflow: hidden;
}

@media (max-width: 480px) {
  .brand {
    padding: 40px 0;
  }
}

.brand-content {
  margin: 30px auto 0;
}

.select-model {
  padding: 45px 0 55px;
  background: url("../img/model-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 980px) {
  .select-model {
    overflow: hidden;
  }
}

.select-model .container {
  position: relative;
}

.select-model .container::after {
  content: '';
  width: 550px;
  height: 580px;
  position: absolute;
  display: block;
  bottom: -55px;
  right: -10px;
  background: url("../img/model-img.png") no-repeat;
  background-size: contain;
}

@media (max-width: 980px) {
  .select-model .container::after {
    width: calc(100% - 410px);
    right: -40px;
    background-position-y: bottom;
  }
}

@media (max-width: 767px) {
  .select-model .container::after {
    display: none;
  }
}

.select-model .h2 {
  color: #fff;
}

.select-model .h2+div {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 27px;
  margin-top: 8px;
}

@media (max-width: 560px) {
  .select-model .h2+div {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
  }
}

@media (max-width: 480px) {
  .select-model .h2+div {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 359px) {
  .select-model .h2+div {
    font-size: 12px;
    line-height: 16px;
  }
}

.select-model .h2+div span {
  color: #FBBF33;
}

.select-model form {
  max-width: 490px;
  width: 100%;
  margin-top: 37px;
  background-color: #fff;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding: 15px 10px 20px;
  position: relative;
}

@media (max-width: 767px) {
  .select-model form {
    margin: 28px auto 0;
  }
}

@media (max-width: 480px) {
  .select-model form {
    margin-top: 20px;
  }
}

.select-model form #img {
  display: none;
  position: absolute;
  left: -20px;
  top: 140px;
}

@media (max-width: 480px) {
  .select-model form #img {
    left: -12px;
    top: 169px;
    width: 90px;
  }
}

@media (max-width: 375px) {
  .select-model form #img {
    left: -34px;
  }
}

.select-model form .button {
  max-width: 386px;
  width: 100%;
  padding: 18px 15px;
  font-size: 22px;
  line-height: 27px;
  margin-top: 14px;
}

@media (max-width: 560px) {
  .select-model form .button {
    max-width: 360px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .select-model form .button {
    max-width: 306px;
    padding: 16px 15px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 410px) {
  .select-model form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  .select-model form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

.reviews {
  padding: 50px 0 80px;
  background: url("../img/reviews-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 480px) {
  .reviews {
    padding: 40px 0 40px;
  }
}

.reviews .h2 span {
  color: #2681F3;
}

.reviews-content {
  display: flex;
  max-width: 960px;
  width: 100%;
  justify-content: space-around;
  margin: 45px auto 0;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .reviews-content {
    margin: 30px auto 0;
  }
}

@media (max-width: 560px) {
  .reviews-content {
    margin: 20px auto 0;
  }
}

@media (max-width: 480px) {
  .reviews-content {
    margin-top: 6px;
  }
}

.reviews .review-block-1 {
  display: flex;
  max-width: 680px;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

@media (max-width: 560px) {
  .reviews .review-block-1 {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0px;
  }
}

.reviews .review-block-1 .review-info {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  width: 100%;
}

@media (max-width: 980px) {
  .reviews .review-block-1 .review-info {
    max-width: 220px;
  }
}

@media (max-width: 560px) {
  .reviews .review-block-1 .review-info {
    margin: 15px 0;
  }
}

.reviews .review-block-1 .review-info:nth-of-type(1) .text-position {
  top: 0px;
  right: 70px;
}

.reviews .review-block-1 .review-info:nth-of-type(2) .text-position {
  top: 0px;
  right: 50px;
}

.reviews .review-block-1 .review-info:nth-of-type(3) .text-position {
  top: 1px;
  right: -40px;
}

@media (max-width: 980px) {
  .reviews .review-block-1 .review-info:nth-of-type(3) .text-position {
    right: -35px;
  }
}

@media (max-width: 767px) {
  .reviews .review-block-1 .review-info:nth-of-type(3) .text-position {
    right: -12px;
  }
}

.reviews .review-block-1 .review-info div:first-of-type {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #2681F3;
  z-index: 2;
}

@media (max-width: 767px) {
  .reviews .review-block-1 .review-info div:first-of-type {
    font-size: 20px;
    line-height: 20px;
  }
}

.reviews .review-block-1 .review-info .number {
  font-weight: 700;
  font-size: 80px;
  line-height: 70px;
  color: #2681F3;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .reviews .review-block-1 .review-info .number {
    font-size: 70px;
    line-height: 66px;
  }
}

.reviews .review-block-1 .review-info .number span {
  position: absolute;
  right: -40px;
  top: 0;
}

@media (max-width: 767px) {
  .reviews .review-block-1 .review-info .number span {
    right: -32px;
  }
}

.reviews .review-block-1 .review-info div:nth-of-type(3) {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}

.reviews .review-block-1 .review-info .text-position {
  position: absolute;
  font-weight: bold;
  z-index: 1;
  font-size: 100px;
  line-height: 100px;
  color: rgba(209, 223, 243, 0.8);
}

@media (max-width: 767px) {
  .reviews .review-block-1 .review-info .text-position {
    font-size: 80px;
    line-height: 90px;
  }
}

.reviews .review-block-2 {
  max-width: 960px;
  width: 100%;
  margin: 35px 0 0px;
}

.reviews .reviews-slider-2 {
  width: 100%;
  padding: 0 50px;
}

@media (max-width: 410px) {
  .reviews .reviews-slider-2 {
    padding: 0 44px;
  }
}

@media (max-width: 374px) {
  .reviews .reviews-slider-2 {
    padding: 0 36px;
  }
}

.reviews .reviews-slider-2 a {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 480px) {
  .reviews .reviews-slider-2 a {
    max-width: 400px;
  }
}

.reviews .reviews-slider-2 a img {
  width: 100%;
}

.reviews .slick-slider .slick-next,
.reviews .slick-slider .slick-next:hover,
.reviews .slick-slider .slick-next:focus {
  background: url(../img/next.png), #1F71DD;
  right: 0px;
  border-radius: 0px;
  background-size: 40%;
}

.reviews .slick-slider .slick-next:hover,
.reviews .slick-slider .slick-next:focus {
  opacity: 0.7;
}

.reviews .slick-slider .slick-prev,
.reviews .slick-slider .slick-prev:hover,
.reviews .slick-slider .slick-prev:focus {
  background: url(../img/prev.png), #1F71DD;
  left: 0px;
  background-size: 40%;
}

.reviews .slick-slider .slick-prev:hover,
.reviews .slick-slider .slick-prev:focus {
  opacity: 0.7;
}

.reviews .slick-slider .slick-next,
.reviews .slick-slider .slick-next:hover,
.reviews .slick-slider .slick-next:focus,
.reviews .slick-slider .slick-prev,
.reviews .slick-slider .slick-prev:hover,
.reviews .slick-slider .slick-prev:focus {
  width: 44px;
  height: 44px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
}

@media (max-width: 374px) {

  .reviews .slick-slider .slick-next,
  .reviews .slick-slider .slick-next:hover,
  .reviews .slick-slider .slick-next:focus,
  .reviews .slick-slider .slick-prev,
  .reviews .slick-slider .slick-prev:hover,
  .reviews .slick-slider .slick-prev:focus {
    width: 36px;
    height: 36px;
  }
}

.reviews .slick-slider .slick-slide:focus,
.reviews .slick-slider div:focus,
.reviews .slick-slider a:focus,
.reviews .slick-slider img:focus {
  outline: none;
}

.section-sale {
  padding: 37px 0 28px;
  background: url("../img/sale-bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 480px) {
  .section-sale {
    padding: 80px 0 50;
  }
}

.section-sale .container {
  position: relative;
}

.section-sale .form-date {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section-sale .form-date {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 560px) {
  .section-sale .form-date {
    font-size: 14px;
    line-height: 18px;
  }
}

.section-sale .form-date img {
  margin-right: 5px;
}

.section-sale form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media (max-width: 980px) {
  .section-sale form {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  .section-sale form {
    max-width: 700px;
  }
}

@media (max-width: 640px) {
  .section-sale form {
    margin: 0 auto;
  }
}

.section-sale form .img-position {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 0;
}

@media (max-width: 767px) {
  .section-sale form .img-position {
    left: -35px;
    width: 180px;
  }
}

@media (max-width: 560px) {
  .section-sale form .img-position {
    left: -35px;
    width: 160px;
  }
}

@media (max-width: 480px) {
  .section-sale form .img-position {
    left: -35px;
    width: 125px;
  }
}

@media (max-width: 360px) {
  .section-sale form .img-position {
    display: none;
  }
}

.section-sale form .form-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .section-sale form .form-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.section-sale form .form-content input {
  z-index: 1;
}

@media (max-width: 767px) {
  .section-sale form .form-content input {
    margin: 0 8px;
  }
}

@media (max-width: 480px) {
  .section-sale form .form-content input {
    margin: 0 8px 10px;
  }
}

.section-sale form .form-header {
  font-size: 35px;
  line-height: 43px;
  max-width: 470px;
  text-align: center;
  margin: 7px auto 0;
  color: #fff;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  .section-sale form .form-header {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 560px) {
  .section-sale form .form-header {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 410px) {
  .section-sale form .form-header {
    font-size: 21px;
    line-height: 25px;
  }
}

.section-sale form .form-header span {
  color: #FBBF33;
}

.section-sale form .button {
  max-width: 386px;
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  padding: 18px 15px;
}

@media (max-width: 980px) {
  .section-sale form .button {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  .section-sale form .button {
    margin: 20px 8px 0;
    max-width: 310px;
    font-size: 20px;
    line-height: 26px;
    padding: 16px 15px;
  }
}

@media (max-width: 560px) {
  .section-sale form .button {
    max-width: 280px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 24px;
    margin: 12px 8px 0;
  }
}

@media (max-width: 480px) {
  .section-sale form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  .section-sale form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

.section-sale form .description {
  margin-top: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

@media (max-width: 767px) {
  .section-sale form .description {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

.contact {
  padding: 25px 0 40px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .contact {
    padding: 25px 0 15px;
  }
}

@media (max-width: 1279px) {
  .contact .container {
    padding: 0;
  }
}

@media (max-width: 1023px) {
  .contact .container {
    padding: 0 10px;
  }
}

@media (max-width: 980px) {
  .contact .container {
    padding: 0 10px 0 0;
  }
}

@media (max-width: 767px) {
  .contact .container {
    padding: 0 0px 0 0;
  }
}

@media (max-width: 480px) {
  .contact .container {
    padding: 0;
  }
}

.contact .h2 {
  text-align: center;
}

.contact .contact-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 980px) {
  .contact .contact-content {
    align-items: center;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .contact .contact-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 480px) {
  .contact .contact-content {
    margin-top: 12px;
  }
}

@media (max-width: 374px) {
  .contact .contact-content {
    margin-top: 4px;
  }
}

.contact-info-wrap {
  max-width: 420px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-left: 20px;
  flex-direction: column;
}

@media (max-width: 980px) {
  .contact-info-wrap {
    height: 280px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .contact-info-wrap {
    flex-direction: row;
    max-width: 100vw;
    margin: 0;
    height: auto;
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .contact-info-wrap {
    flex-direction: column;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.contact-info-block {
  display: flex;
  align-items: center;
  max-width: 245px;
  width: 100%;
}

@media (max-width: 980px) {
  .contact-info-block {
    flex-direction: row;
    max-width: 345px;
  }
}

@media (max-width: 767px) {
  .contact-info-block {
    text-align: center;
    flex-direction: column;
    max-width: 33vw;
  }
}

@media (max-width: 480px) {
  .contact-info-block {
    flex-direction: row;
    max-width: 250px;
    margin: 10px auto;
    text-align: left;
  }
}

.contact-info-block div {
  font-size: 18px;
  line-height: 21px;
}

@media (max-width: 767px) {
  .contact-info-block div {
    margin-top: 4px;
  }
}

@media (max-width: 640px) {
  .contact-info-block div {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 640px) {
  .contact-info-block div {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 480px) {
  .contact-info-block div {
    margin-top: 0px;
    font-size: 18px;
    line-height: 21px;
  }
}

@media (max-width: 374px) {
  .contact-info-block div {
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
  }
}

.contact-info-block img {
  margin-right: 7px;
}

.contact-info-block a {
  text-decoration: none;
  display: block;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .contact-info-block a {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .contact-info-block a {
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .contact-info-block a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .contact-info-block a {
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .contact-info-block a {
    font-size: 18px;
  }
}

@media (max-width: 980px) {
  .contact-info-block img {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .contact-info-block img {
    margin-right: 0px;
  }
}

@media (max-width: 480px) {
  .contact-info-block img {
    margin-right: 10px;
  }
}

@media (max-width: 374px) {
  .contact-info-block img {
    width: 30px;
    margin-right: 6px;
  }
}

.contact .map {
  max-width: 540px;
  width: 100%;
}

@media (max-width: 980px) {
  .contact .map {
    max-width: 560px;
  }
}

@media (max-width: 767px) {
  .contact .map {
    max-width: 100vw;
    margin-top: 15px;
  }
}

footer {
  background: linear-gradient(90deg, #0A429F 0%, #1359BE 26.56%, #1F71DD 59.9%, #0B4AA9 100%);
  padding: 15px 0;
}

@media (max-width: 480px) {
  footer {
    padding: 20px 0;
  }
}

footer .up {
  max-width: 61px;
  display: block;
  margin: 0 auto;
}

footer .up img {
  display: block;
}

footer .container {
  position: relative;
  text-align: center;
}

footer .up {
  text-align: center;
  transition: 0.3s;
}

@media (max-width: 767px) {
  footer .up img {
    width: 50px;
  }
}

@media (max-width: 480px) {
  footer .up img {
    width: 40px;
  }
}

footer .up:hover {
  cursor: pointer;
  opacity: 0.7;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  content: "";
}

.slick-slider .slick-slide:focus,
.slick-slider div:focus {
  outline: none;
}

.slick-slider .slick-dots {
  bottom: -45px;
}

.slick-slider .slick-dots li {
  margin: 0 10px;
  position: relative;
}

@media (max-width: 640px) {
  .slick-slider .slick-dots li {
    margin: 0 7px;
  }
}

@media (max-width: 410px) {
  .slick-slider .slick-dots li {
    margin: 0 2px;
  }
}

.slick-slider .slick-dots li button {
  height: 30px;
  width: 30px;
  opacity: 1;
  font-size: 12px;
}

@media (max-width: 640px) {
  .slick-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}

.slick-slider .slick-dots li button:before {
  content: '';
  border: none;
  height: 30px;
  width: 30px;
  opacity: 1;
  border-radius: 2px;
  background: #fff;
  border: 0.5px solid #2681F3;
}

@media (max-width: 640px) {
  .slick-slider .slick-dots li button:before {
    width: 20px;
    height: 20px;
  }
}

.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #2681F3;
  border: 0.5px solid #2681F3;
}

.menu-btn-wr {
  display: none;
}

@media (max-width: 980px) {
  .menu-btn-wr {
    display: block;
  }
}

.nav-mobile {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 150;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0.96;
  transition: left 0.3s;
}

.nav-mobile .logo-wrap {
  font-family: "Rambla", sans-serif;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 480px) {
  .nav-mobile .logo-wrap {
    font-size: 10px;
  }
}

.nav-mobile .logo {
  display: block;
}

@media (max-width: 410px) {
  .nav-mobile .logo img {
    width: 180px;
  }
}

@media (max-width: 374px) {
  .nav-mobile .logo img {
    width: 165px;
  }
}

.nav-mobile nav {
  padding: 40px 10px 10px 20px;
}

.nav-mobile nav ul {
  height: 100%;
}

.nav-mobile nav ul li {
  margin: 20px 0px;
}

@media (max-width: 480px) {
  .nav-mobile nav ul li {
    margin: 14px 0;
  }
}

.nav-mobile nav ul li:first-of-type {
  margin-top: 0;
}

.nav-mobile nav ul li a {
  color: #444444;
  font-size: 32px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .nav-mobile nav ul li a {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .nav-mobile nav ul li a {
    font-size: 22px;
  }
}

@media (max-width: 410px) {
  .nav-mobile nav ul li a {
    font-size: 21px;
  }
}

.nav-mobile .contact-nav {
  margin: 40px 0 0 20px;
}

@media (max-width: 768px) {
  .nav-mobile .contact-nav {
    margin: 30px 0 0 20px;
  }
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav {
    margin-top: 20px;
  }
}

.nav-mobile .contact-nav span {
  font-family: "Rambla", sans-serif;
  font-size: 18px;
  color: #2B2A29;
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav span {
    font-size: 14px;
  }
}

.nav-mobile .contact-nav a {
  font-weight: 700;
  font-size: 20px;
  color: #2B2A29;
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav a {
    font-size: 16px;
  }
}

.nav-mobile .contact-nav img {
  width: 28px;
  margin-right: 4px;
}

@media (max-width: 480px) {
  .nav-mobile .contact-nav img {
    width: 24px;
  }
}

.nav-mobile .contact-nav .contact-address {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.nav-mobile .contact-nav .contact-phone {
  text-transform: uppercase;
}

.nav-mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: linear-gradient(90deg, #0A429F 0%, #1359BE 26.56%, #1F71DD 59.9%, #0B4AA9 100%);
}

.close-menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  transition: all ease-in-out 0.3s;
}

.close-menu span::before {
  transform: translateY(-7px);
  transform: rotate(45deg);
}

.close-menu span::before,
.close-menu span::after {
  content: "";
  display: block;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.close-menu span::after {
  transform: translateY(7px);
  transform: rotate(-45deg);
}

.menu-btn {
  width: 32px;
  height: 32px;
  position: relative;
  display: block;
}

.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.menu-btn span::before {
  transform: translateY(-7px);
}

.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}

.menu-btn span::after {
  transform: translateY(7px);
}

.nav-mobile.active {
  left: 0;
  transition: left 0.3s;
  z-index: 150;
}

#ModalCalc {
  padding-right: 0;
}

#ModalCalc .modal-dialog {
  margin: 55px auto;
  max-width: 580px;
}

@media (max-width: 560px) {
  #ModalCalc .modal-dialog {
    width: 98%;
  }
}

#ModalCalc .modal-content {
  border: 5px solid #2681F3;
  border-radius: 15px;
  padding: 15px 10px 20px;
}

#ModalCalc .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2681F3;
}

#ModalCalc form .form-header {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 480px) {
  #ModalCalc form .form-header {
    font-size: 24px;
    line-height: 28px;
    max-width: 370px;
  }
}

@media (max-width: 374px) {
  #ModalCalc form .form-header {
    font-size: 21px;
    line-height: 24px;
  }
}

#ModalCalc form .button {
  max-width: 386px;
  width: 100%;
  padding: 18px 15px;
  font-size: 22px;
  line-height: 27px;
  margin-top: 14px;
}

@media (max-width: 560px) {
  #ModalCalc form .button {
    max-width: 360px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  #ModalCalc form .button {
    max-width: 306px;
    padding: 16px 15px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 410px) {
  #ModalCalc form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  #ModalCalc form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

#ModalBooking {
  padding-right: 0;
}

#ModalBooking .modal-dialog {
  margin: 55px auto;
  max-width: 500px;
}

@media (max-width: 560px) {
  #ModalBooking .modal-dialog {
    width: 98%;
  }
}

#ModalBooking .modal-content {
  border: 5px solid #2681F3;
  border-radius: 15px;
  padding: 15px 10px 20px;
}

#ModalBooking .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2681F3;
}

#ModalBooking form .form-header {
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 480px) {
  #ModalBooking form .form-header {
    font-size: 21px;
    line-height: 24px;
  }
}

@media (max-width: 374px) {
  #ModalBooking form .form-header {
    font-size: 20px;
    line-height: 24px;
  }
}

#ModalBooking form .form-content {
  margin-top: 16px;
}

@media (max-width: 480px) {
  #ModalBooking form .form-content {
    margin-top: 14px;
  }
}

#ModalBooking form .button {
  max-width: 386px;
  width: 100%;
  padding: 18px 15px;
  font-size: 22px;
  line-height: 27px;
  margin-top: 18px;
}

@media (max-width: 560px) {
  #ModalBooking form .button {
    max-width: 360px;
    padding: 18px 15px;
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  #ModalBooking form .button {
    max-width: 306px;
    padding: 16px 15px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 410px) {
  #ModalBooking form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  #ModalBooking form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

#ModalPresent {
  padding-right: 0;
}

#ModalPresent .modal-dialog {
  margin: 55px auto;
  max-width: 820px;
}

@media (max-width: 560px) {
  #ModalPresent .modal-dialog {
    width: 98%;
  }
}

#ModalPresent .modal-content {
  border: 5px solid #2681F3;
  border-radius: 15px;
  padding: 15px 10px 20px;
}

#ModalPresent .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2681F3;
}

#ModalPresent form {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media (max-width: 980px) {
  #ModalPresent form {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  #ModalPresent form {
    max-width: 700px;
  }
}

@media (max-width: 640px) {
  #ModalPresent form {
    margin: 0 auto;
  }
}

#ModalPresent form .form-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  #ModalPresent form .form-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#ModalPresent form .form-content input {
  z-index: 1;
}

@media (max-width: 767px) {
  #ModalPresent form .form-content input {
    margin: 0 8px;
  }
}

@media (max-width: 480px) {
  #ModalPresent form .form-content input {
    margin: 0 8px 10px;
  }
}

#ModalPresent form .form-header {
  font-size: 35px;
  line-height: 43px;
  max-width: 470px;
  text-align: center;
  margin: 7px auto 0;
  color: #000;
  z-index: 2;
  position: relative;
}

@media (max-width: 767px) {
  #ModalPresent form .form-header {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 560px) {
  #ModalPresent form .form-header {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 410px) {
  #ModalPresent form .form-header {
    font-size: 21px;
    line-height: 25px;
  }
}

#ModalPresent form .button {
  max-width: 386px;
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  padding: 18px 15px;
}

@media (max-width: 980px) {
  #ModalPresent form .button {
    max-width: 360px;
  }
}

@media (max-width: 767px) {
  #ModalPresent form .button {
    margin: 20px 8px 0;
    max-width: 310px;
    font-size: 20px;
    line-height: 26px;
    padding: 16px 15px;
  }
}

@media (max-width: 560px) {
  #ModalPresent form .button {
    max-width: 280px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 24px;
    margin: 12px 8px 0;
  }
}

@media (max-width: 480px) {
  #ModalPresent form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  #ModalPresent form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

#ModalPresent form .description {
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

@media (max-width: 767px) {
  #ModalPresent form .description {
    margin-top: 16px;
    font-size: 12px;
    line-height: 16px;
  }
}

#ModalCond {
  padding-right: 0;
}

#ModalCond .modal-dialog {
  margin: 55px auto;
  max-width: 700px;
}

@media (max-width: 767px) {
  #ModalCond .modal-dialog {
    width: 98%;
  }
}

@media (max-width: 480px) {
  #ModalCond .modal-dialog {
    max-width: 410px;
  }
}

#ModalCond .modal-content {
  border: 5px solid #ffffff;
  background: url("../img/cond-bg.png");
  padding: 15px 10px 20px;
}

@media (max-width: 480px) {
  #ModalCond .modal-content {
    padding: 15px 0px 20px;
  }
}

#ModalCond .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #2681F3;
}

#ModalCond .modal-title {
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  #ModalCond .modal-title {
    font-size: 24px;
    line-height: 30px;
  }
}

#ModalCond .modal-title span {
  color: #A8020D;
}

#ModalCond .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

#ModalCond .img-wrap img {
  margin: 0 10px;
}

#ModalCond .img-wrap img:first-of-type {
  width: 120px;
}

#ModalCond .img-wrap img:last-of-type {
  width: 105px;
}

#ModalCond form {
  min-width: 590px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin: 18px auto 0;
  z-index: 2;
  position: relative;
  padding: 20px 5px;
}

@media (max-width: 980px) {
  #ModalCond form {
    max-width: 760px;
  }
}

@media (max-width: 767px) {
  #ModalCond form {
    max-width: 700px;
  }
}

@media (max-width: 640px) {
  #ModalCond form {
    width: 96%;
    min-width: auto;
  }
}

#ModalCond form .form-content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 400px;
  margin: 18px auto 0;
}

@media (max-width: 480px) {
  #ModalCond form .form-content {
    justify-content: center;
  }
}

#ModalCond form .form-content input {
  z-index: 1;
}

@media (max-width: 480px) {
  #ModalCond form .form-content input {
    margin: 0 8px 10px;
  }
}

#ModalCond form .form-header {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  #ModalCond form .form-header {
    font-size: 18px;
    line-height: 24px;
  }
}

#ModalCond form .form-header span {
  color: #A8020D;
}

#ModalCond form .button {
  width: 100%;
  font-size: 22px;
  line-height: 27px;
  padding: 14px 15px;
  position: relative;
  margin-top: 12px;
}

@media (max-width: 767px) {
  #ModalCond form .button {
    font-size: 20px;
    line-height: 26px;
    padding: 16px 15px;
  }
}

@media (max-width: 560px) {
  #ModalCond form .button {
    padding: 14px 15px;
    font-size: 18px;
    line-height: 24px;
    margin: 12px 8px 0;
  }
}

@media (max-width: 480px) {
  #ModalCond form .button {
    max-width: 286px;
  }
}

@media (max-width: 359px) {
  #ModalCond form .button {
    max-width: 270px;
    padding: 15px 15px;
    font-size: 17px;
    line-height: 22px;
  }
}

#ModalCond form .button img {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.block-shop .slick-slider .slick-next,
.block-shop .slick-slider .slick-next:hover,
.block-shop .slick-slider .slick-next:focus {
  background: url(../img/next.png), #1F71DD;
  right: -20px;
  border-radius: 0px;
  background-size: 40%;
}

@media (max-width: 767px) {

  .block-shop .slick-slider .slick-next,
  .block-shop .slick-slider .slick-next:hover,
  .block-shop .slick-slider .slick-next:focus {
    right: calc((100% - 310px) / 2 - 80px);
  }
}

@media (max-width: 480px) {

  .block-shop .slick-slider .slick-next,
  .block-shop .slick-slider .slick-next:hover,
  .block-shop .slick-slider .slick-next:focus {
    right: calc((100% - 310px) / 2 - 50px);
  }
}

@media (max-width: 410px) {

  .block-shop .slick-slider .slick-next,
  .block-shop .slick-slider .slick-next:hover,
  .block-shop .slick-slider .slick-next:focus {
    right: 0;
  }
}

.block-shop .slick-slider .slick-next:hover,
.block-shop .slick-slider .slick-next:focus {
  opacity: 0.7;
}

.block-shop .slick-slider .slick-prev,
.block-shop .slick-slider .slick-prev:hover,
.block-shop .slick-slider .slick-prev:focus {
  background: url(../img/prev.png), #1F71DD;
  left: -20px;
  background-size: 40%;
}

@media (max-width: 767px) {

  .block-shop .slick-slider .slick-prev,
  .block-shop .slick-slider .slick-prev:hover,
  .block-shop .slick-slider .slick-prev:focus {
    left: calc((100% - 310px) / 2 - 80px);
  }
}

@media (max-width: 480px) {

  .block-shop .slick-slider .slick-prev,
  .block-shop .slick-slider .slick-prev:hover,
  .block-shop .slick-slider .slick-prev:focus {
    left: calc((100% - 310px) / 2 - 50px);
  }
}

@media (max-width: 410px) {

  .block-shop .slick-slider .slick-prev,
  .block-shop .slick-slider .slick-prev:hover,
  .block-shop .slick-slider .slick-prev:focus {
    left: 0;
  }
}

.block-shop .slick-slider .slick-prev:hover,
.block-shop .slick-slider .slick-prev:focus {
  opacity: 0.7;
}

.block-shop .slick-slider .slick-next,
.block-shop .slick-slider .slick-next:hover,
.block-shop .slick-slider .slick-next:focus,
.block-shop .slick-slider .slick-prev,
.block-shop .slick-slider .slick-prev:hover,
.block-shop .slick-slider .slick-prev:focus {
  width: 44px;
  height: 44px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
}

@media (max-width: 374px) {

  .block-shop .slick-slider .slick-next,
  .block-shop .slick-slider .slick-next:hover,
  .block-shop .slick-slider .slick-next:focus,
  .block-shop .slick-slider .slick-prev,
  .block-shop .slick-slider .slick-prev:hover,
  .block-shop .slick-slider .slick-prev:focus {
    width: 36px;
    height: 36px;
  }
}

.installment-credit {
  background: url("../img/installment-credit-bg.jpg") no-repeat;
  background-size: cover;
  padding: 50px 0 60px;
}

.installment-credit .h2 {
  color: #fff;
}

.installment-credit .wrap {
  text-align: left;
  margin: 45px auto 0;
  max-width: 820px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .installment-credit .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .installment-credit .wrap {
    margin-top: 25px;
  }
}

.installment-credit .wrap .arr {
  position: absolute;
  top: 0;
  left: -150px;
}

@media (max-width: 767px) {
  .installment-credit .wrap .arr {
    display: none;
  }
}

@media (max-width: 767px) {
  .installment-credit .wrap .content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.installment-credit .wrap .content {
  color: #fff;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .installment-credit .wrap .content {
    margin: 0 10px 45px;
  }
}

@media (max-width: 480px) {
  .installment-credit .wrap .content {
    margin: 0 10px 25px;
  }
}

.installment-credit .wrap .content .block-1 {
  text-align: center;
  padding-bottom: 12px;
}

.installment-credit .wrap .content .block-1 div:first-of-type {
  color: #FBBF33;
  font-size: 80px;
  font-weight: bold;
  line-height: 72px;
}

@media (max-width: 480px) {
  .installment-credit .wrap .content .block-1 div:first-of-type {
    font-size: 60px;
    line-height: 60px;
  }
}

.installment-credit .wrap .content .block-1 div:last-of-type {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 480px) {
  .installment-credit .wrap .content .block-1 div:last-of-type {
    font-size: 16px;
    line-height: 20px;
  }
}

.installment-credit .wrap .content .block-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 246px;
  text-align: center;
}

.installment-credit .wrap .content .block-2 div {
  border-top: 1px solid #fff;
  padding: 5px 0;
  font-size: 16px;
  line-height: 20px;
}

.installment-credit .wrap .content .block-2 div:nth-of-type(1),
.installment-credit .wrap .content .block-2 div:nth-of-type(3) {
  border-right: 1px solid #fff;
}

.installment-credit .wrap .content .block-2 div:nth-of-type(3),
.installment-credit .wrap .content .block-2 div:nth-of-type(4) {
  font-weight: bold;
}

.installment-credit .wrap .title-form-wrap {
  position: relative;
}

.installment-credit .wrap .title-form-wrap>input[type="radio"] {
  display: none;
}

.installment-credit .wrap .title-form-wrap>div {
  display: none;
}

.installment-credit .wrap .title-form-wrap>label {
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(180deg, #E9E9E9 0%, #D7D7D7 100%);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  cursor: pointer;
  position: relative;
  width: 140px;
  height: 36px;
  position: relative;
  border-radius: 7px;
  margin-bottom: -5px;
  text-align: center;
  padding-top: 5px;
}

.installment-credit .wrap .title-form-wrap>label:last-of-type {
  margin-left: -3px;
}

.installment-credit .wrap .title-form-wrap>input[type="radio"]:checked+label {
  background: linear-gradient(180deg, #FFC700 0%, #FFA800 100%);
}

.installment-credit .wrap .title-form-wrap form {
  width: 480px;
  padding: 15px 0;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 3px solid #FFC300;
  box-sizing: border-box;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
}

@media (max-width: 560px) {
  .installment-credit .wrap .title-form-wrap form {
    max-width: 480px;
    width: 100%;
  }
}

.installment-credit .wrap .title-form-wrap form button {
  max-width: 328px;
  height: 58px;
  width: 100%;
  font-size: 20px;
  padding: 0 8px;
  margin-top: 14px;
}

@media (max-width: 374px) {
  .installment-credit .wrap .title-form-wrap form button {
    max-width: 285px;
    height: 55px;
    width: 100%;
    font-size: 17px;
  }
}

.installment-credit .wrap .title-form-wrap form button span {
  font-size: 16px;
  padding: 9px 0 0 0px;
}

.installment-credit #title-form-1,
.installment-credit #title-form-2 {
  display: none;
  z-index: 2;
  position: relative;
}

.installment-credit #title-btn-1:checked~#title-form-1,
.installment-credit #title-btn-2:checked~#title-form-2 {
  display: block;
  z-index: 1;
}

.installment-credit #title-btn-1:checked~#title-form-1 form,
.installment-credit #title-btn-2:checked~#title-form-2 form {
  z-index: 4;
}