/* oswald-500 - latin_cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url("./files/fonts/oswald-v36-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/oswald-v36-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("./files/fonts/oswald-v36-latin_cyrillic-500.woff2") format("woff2"), url("./files/fonts/oswald-v36-latin_cyrillic-500.woff") format("woff"), url("./files/fonts/oswald-v36-latin_cyrillic-500.ttf") format("truetype"), url("./files/fonts/oswald-v36-latin_cyrillic-500.svg#Oswald") format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("./files/fonts/roboto-v20-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("./files/fonts/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"), url("./files/fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff"), url("./files/fonts/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"), url("./files/fonts/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../files/fonts/roboto-v20-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/roboto-v20-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("./files/fonts/roboto-v20-latin_cyrillic-700.woff2") format("woff2"), url("./files/fonts/roboto-v20-latin_cyrillic-700.woff") format("woff"), url("./files/fonts/roboto-v20-latin_cyrillic-700.ttf") format("truetype"), url("./files/fonts/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/* roboto-italic - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("../files/fonts/roboto-v20-latin_cyrillic-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("./files/fonts/roboto-v20-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("./files/fonts/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"), url("./files/fonts/roboto-v20-latin_cyrillic-italic.woff") format("woff"), url("./files/fonts/roboto-v20-latin_cyrillic-italic.ttf") format("truetype"), url("./files/fonts/roboto-v20-latin_cyrillic-italic.svg#Roboto") format("svg");
  /* Legacy iOS */ }

/*-------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3A3A3A;
  margin: 0;
  padding: 0;
  outline: none; }

body {
  font-family: 'Roboto';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden; }

html, body {
  min-height: 100vh !important;
  height: 100% !important;
  margin: 0; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

footer, header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

*::before, *::after {
  max-width: 100%; }

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

li {
  margin: 0;
  padding: 0; }

img, svg {
  display: block;
  max-height: 100%;
  max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1.15rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #3A3A3A;
  text-decoration: none;
  font-family: 'Roboto'; }

p, span, a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  color: #3A3A3A;
  font-family: 'Roboto';
  text-decoration: none;
  outline: none; }
  p:hover, span:hover, a:hover {
    text-decoration: none; }

input {
  max-width: 100%; }

.header {
  z-index: 50;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #FFFFFF; }
  .header__top-line {
    padding-top: 12px;
    padding-bottom: 18px;
    background: #FFFFFF; }
  .header__logo-title {
    display: none; }
  .header__burger {
    padding-top: 4px; }
  .header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 34px;
    padding-top: 38px;
    display: none; }
  .header__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
    .header__info-item svg {
      max-width: 20px;
      max-height: 20px;
      margin-right: 11px; }
    .header__info-item span {
      font-family: Roboto;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
  .header__info-item:last-child {
    margin-bottom: 0; }
  .header__popup-btn {
    display: none; }
    .header__popup-btn .popup-btn {
      font-weight: normal;
      font-size: 16px;
      line-height: 45px;
      border-style: none;
      background: #ffffff;
      color: #E94E1B;
      display: block;
      width: 160px;
      height: 45px;
      border: 1px solid #E94E1B;
      margin: 0 auto;
      outline: none; }
  .header__bottom-line {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #E94E1B;
    display: none; }
  .header__nav-menu ul li {
    text-align: center;
    margin-bottom: 30px; }
  .header__nav-menu ul li a {
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF; }

#burger {
  width: 45px;
  max-width: 45px;
  z-index: 100;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  height: 35px;
  margin-left: auto;
  margin-right: 0; }
  #burger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background-color: #E94E1B;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #burger span:nth-child(1) {
    top: 0px; }
  #burger span:nth-child(2),
  #burger span:nth-child(3) {
    top: 15px; }
  #burger span:nth-child(4) {
    top: 30px; }

#burger.change span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%; }

#burger.change span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#burger.change span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#burger.change span:nth-child(4) {
  top: 15px;
  width: 0%;
  left: 50%; }

.open .header__top-line {
  padding-bottom: 43px; }

.open .header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.open .header__bottom-line, .open .header__popup-btn {
  display: block; }

header.open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll; }

.hidden {
  overflow: hidden; }

.scroll .header__bottom-line {
  background: #FFFFFF; }

.scroll .header__nav-menu ul li a {
  color: #3A3A3A; }

.footer {
  background: #2C2D30;
  padding-top: 28px;
  padding-bottom: 30px; }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 58px; }
  .footer__logo-img svg {
    width: 160px;
    min-width: 160px;
    height: 50px; }
  .footer__logo-title {
    font-size: 13.0465px;
    line-height: 15px;
    color: #FFFFFF;
    padding-left: 35px;
    width: 145px; }
  .footer__btn svg {
    display: none; }
  .footer__call-btn {
    width: 160px;
    height: 45px;
    background: #E94E1B;
    color: #FFFFFF;
    font-size: 17.5342px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #E94E1B;
    display: block;
    margin: 0 auto 22px auto; }
  .footer__politics {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-bottom: 6px;
    display: block; }
  .footer__text {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 1000;
  left: 0;
  top: 0;
  display: none; }
  .overlay .container {
    position: relative; }

.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1001;
  cursor: pointer; }

.modal {
  padding-top: 73px; }
  .modal__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 35px; }
  .modal .find-cost__form-input textarea {
    border: 1px solid #3F3F3F;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 50px; }
  .modal .find-cost__form-btn {
    width: 100%;
    margin-bottom: 11px; }
  .modal__politics {
    font-size: 14px;
    line-height: 18px; }
  .modal__politics a {
    font-size: 14px;
    line-height: 18px; }
  .modal__politics a:hover {
    text-decoration: underline;
    cursor: pointer; }

.over {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  z-index: 999;
  left: 0;
  top: 0;
  display: none; }

.popup-stock {
  padding-top: 56px;
  position: relative; }
  .popup-stock__close {
    position: absolute;
    top: 71px;
    right: 25px;
    z-index: 500;
    cursor: pointer; }
  .popup-stock__img {
    height: 200px;
    padding: 0; }
    .popup-stock__img img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .popup-stock__info {
    background: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 90px; }
  .popup-stock__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    padding-bottom: 15px; }
  .popup-stock__text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 30px; }
  .popup-stock__btn {
    font-size: 16px;
    line-height: 45px;
    width: 146px;
    height: 45px;
    color: #FFFFFF;
    background: #E94E1B;
    border: 1px solid #E94E1B; }

#modal-6 .popup-stock__close svg rect {
  fill: grey; }

#modal-6 {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .overlay div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh; }
  .modal {
    padding-top: 0; }
  .over .container > div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh; }
  .popup-stock {
    padding-top: 0; }
    .popup-stock__close {
      top: 10px;
      right: 10px; }
      .popup-stock__close svg rect {
        fill: #FFFFFF; }
    .popup-stock__img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      height: auto; }
    .popup-stock__info {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      padding-top: 48px;
      padding-bottom: 65px; }
    .popup-stock__title {
      font-size: 40px;
      line-height: 50px; } }

@media (min-width: 1200px) {
  .popup-stock__info {
    padding-left: 95px;
    padding-right: 30px; }
  .popup-stock__title {
    font-size: 40px;
    line-height: 50px; } }

main {
  padding-top: 73px; }

.main__slide-img {
  display: none; }

.main__slider .slick-prev, .main__slider .slick-next {
  top: calc(100% - 45px);
  width: 65px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 20; }

.main__slider .slick-prev::before, .main__slider .slick-next::before {
  content: ''; }

.main__slider .slick-prev {
  background-image: url("./files/imgs/prevO.svg");
  left: 15px; }

.main__slider .slick-next {
  background-image: url("./files/imgs/nextO.svg");
  right: 15px; }

.main-info {
  height: 430px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 110px; }
  .main-info__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 110%;
    color: #3A3A3A;
    margin-bottom: 20px; }
  .main-info__descr {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px; }
  .main-info__btn {
    font-size: 16px;
    line-height: 45px;
    color: #FFFFFF;
    background: #E94E1B;
    width: 176px;
    height: 45px;
    border: 1px solid #E94E1B;
    margin-top: auto; }

.find-cost {
  background: #E94E1B; }
  .find-cost__info {
    padding-top: 13px;
    padding-bottom: 43px; }
  .find-cost__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .find-cost__text {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF; }
  .find-cost__form form {
    padding-top: 23px;
    padding-bottom: 50px;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); }
  .find-cost__form form {
    background: #FFFFFF; }
  .find-cost__form-input {
    margin-bottom: 15px; }
  .find-cost__form-input:nth-child(5) {
    margin-bottom: 30px; }
  .find-cost__form-input label {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 4px;
    display: block; }
  .find-cost__form-input input {
    height: 45px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #3F3F3F;
    padding: 0 10px; }
  .find-cost__form-btn {
    width: 302px;
    height: 45px;
    background: #E94E1B;
    border: 1px solid #E94E1B;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 45px;
    margin: 0 auto; }

.availability {
  padding-top: 50px;
  padding-bottom: 45px;
  padding-bottom: 45px; }
  .availability__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px; }
  .availability__item {
    background: #2C2D30;
    margin-bottom: 10px;
    padding: 23px 15px 34px; }
  .availability__item-img {
    padding-bottom: 20px; }
  .availability__item-img img {
    margin: 0 auto; }
  .availability__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px; }
  .availability__item-text {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF; }

.checkout__img {
  display: none; }

.checkout__info {
  padding: 23px 15px 44px;
  background: #2C2D30; }

.checkout__info-title {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 40px; }

.checkout__info-btn {
  width: 301px;
  height: 45px;
  background: #E94E1B;
  border: 1px solid #E94E1B;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF; }

.info-item {
  margin-bottom: 30px; }
  .info-item__num {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #E94E1B;
    margin-bottom: 19px; }
  .info-item__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 5px; }
  .info-item__text {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF; }

.collaboration {
  padding-top: 50px;
  padding-bottom: 50px; }
  .collaboration__title {
    font-family: Oswald;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 30px; }
  .collaboration__text {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 40px; }
  .collaboration__btn {
    width: 301px;
    height: 45px;
    background: #E94E1B;
    border: 1px solid #E94E1B;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    margin: 0 auto; }

.stocks {
  background: #E94E1B;
  padding-top: 30px;
  padding-bottom: 90px; }
  .stocks__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 30px; }
  .stocks__wrap .slick-prev, .stocks__wrap .slick-next {
    top: calc(100% + 32px);
    width: 76px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .stocks__wrap .slick-prev::before, .stocks__wrap .slick-next::before {
    content: ''; }
  .stocks__wrap .slick-prev {
    background-image: url("./files/imgs/prev.svg");
    left: 50%;
    -webkit-transform: translateX(-110px);
    transform: translateX(-110px); }
  .stocks__wrap .slick-next {
    background-image: url("./files/imgs/next.svg");
    right: 50%;
    -webkit-transform: translateX(110px);
    transform: translateX(110px); }

.stock {
  width: 100%; }
  .stock__img {
    height: 205px; }
    .stock__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .stock__info {
    padding: 20px 30px 33px 18px;
    background: #FFFFFF;
    min-height: 285px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .stock__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 19px; }
  .stock__description {
    font-size: 18px;
    line-height: 21px; }
  .stock__text {
    display: none; }
  .stock__btn {
    width: 103px;
    height: 39px;
    line-height: 39px;
    background: #E94E1B;
    color: #FFFFFF;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: auto; }

.profitably {
  padding-top: 50px;
  padding-bottom: 15px; }
  .profitably__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 50px; }
  .profitably__item {
    margin-bottom: 50px; }
    .profitably__item svg {
      margin: 0 auto 20px auto; }
  .profitably__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 10px; }
  .profitably__item-text {
    font-size: 16px;
    line-height: 19px;
    text-align: center; }

.trust {
  background: #2C2D30;
  padding-top: 13px; }
  .trust__video {
    height: 342px; }
    .trust__video iframe {
      height: 100%;
      width: 100%; }
    .trust__video img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .trust__info {
    padding-top: 40px;
    padding-bottom: 55px; }
  .trust__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 25px; }
  .trust__text {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 20px; }
  .trust__more {
    color: #FFFFFF; }
  .trust__more:hover {
    color: #E94E1B;
    cursor: pointer; }

.reviews {
  padding-top: 50px;
  padding-bottom: 60px; }
  .reviews__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 30px; }
  .reviews__subtitle {
    font-size: 18px;
    line-height: 21px; }
  .reviews__slider .slick-prev, .reviews__slider .slick-next {
    top: 100%;
    width: 65px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .reviews__slider .slick-prev::before, .reviews__slider .slick-next::before {
    content: ''; }
  .reviews__slider .slick-prev {
    background-image: url("./files/imgs/prevO.svg");
    left: 50%;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px); }
  .reviews__slider .slick-next {
    background-image: url("./files/imgs/nextO.svg");
    right: 50%;
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  .reviews__slider .col-12 {
    padding-top: 30px;
    padding-bottom: 30px; }

.review {
  padding: 24px 6px 20px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.06);
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 440px; }
  .review__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #E94E1B;
    padding-left: 10px; }
  .review__text {
    font-size: 18px;
    line-height: 21px; }
  .review__info {
    margin-top: auto;
    padding-right: 10px; }
  .review__name {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block; }

.question {
  background: #E94E1B;
  padding-top: 43px;
  padding-bottom: 64px; }
  .question__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 30px; }
  .question__text {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 36px; }
  .question__form-input {
    margin-bottom: 15px; }
    .question__form-input label {
      margin-bottom: 4px;
      font-size: 16px;
      line-height: 140%;
      color: #FFFFFF; }
    .question__form-input input {
      display: block;
      height: 45px;
      background: #FFFFFF;
      padding: 0 10px;
      border: 1px solid #FFFFFF;
      width: 100%; }
  .question__form-input:nth-child(3) {
    margin-bottom: 30px; }
  .question__btn {
    display: block;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #FFFFFF;
    width: 100%;
    background: #E94E1B;
    color: #FFFFFF; }

.contacts {
  background: #FFFFFF; }
  .contacts__info {
    padding-top: 58px;
    padding-bottom: 85px; }
  .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .contacts__item p {
      -ms-flex-item-align: center;
      align-self: center;
      padding-left: 15px; }
    .contacts__item .small-text {
      font-size: 18px;
      line-height: 21px; }
    .contacts__item .bold-text {
      font-weight: bold;
      font-size: 20px;
      line-height: 23px; }
    .contacts__item span:first-child {
      margin-bottom: 5px; }
  .contacts__item:nth-child(3) {
    margin-bottom: 44px; }

.thanks {
  padding-top: 85px;
  padding-bottom: 52px; }
  .thanks svg {
    margin: 0 auto; }
  .thanks__title {
    font-family: Oswald;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 40px; }
  .thanks__btn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    background: #E94E1B;
    border: 1px solid #E94E1B; }

@media (min-width: 768px) {
  main {
    padding-top: 81px; }
  .header__top-line {
    padding-bottom: 26px; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header__logo-title {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
    width: 180px; }
  .header__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 27px; }
  .header__info-item {
    margin-bottom: 10px;
    margin-right: 30px; }
  .header__popup-btn {
    padding-top: 25px; }
    .header__popup-btn .popup-btn {
      margin-right: 0; }
  .header__bottom-line {
    padding-top: 85px;
    padding-bottom: 120px; }
  .header__nav-menu ul li {
    margin-bottom: 40px; }
  .header__nav-menu ul li a {
    font-size: 40px;
    line-height: 47px; }
  .main {
    height: 616px; }
    .main__slider .slick-list {
      overflow: visible; }
    .main__slider .slick-prev, .main__slider .slick-next {
      top: 510px;
      width: 65px;
      height: 30px; }
    .main__slider .slick-next {
      left: 280px; }
    .main__slide {
      padding-left: 95px; }
    .main__slide-img {
      display: block;
      height: 616px;
      width: 1200px;
      position: relative; }
      .main__slide-img img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .main-info {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 43px;
    height: 500px;
    width: 394px;
    padding-top: 30px; }
    .main-info__title {
      font-size: 55px; }
  .find-cost__info {
    padding-top: 60px;
    padding-bottom: 70px;
    padding-right: 13px; }
  .find-cost__title {
    font-size: 40px;
    line-height: 50px; }
  .find-cost__text {
    font-size: 18px;
    line-height: 21px; }
  .find-cost__form {
    position: relative; }
  .find-cost__form form {
    padding: 23px 5px 34px;
    width: 340px;
    position: absolute;
    left: 20px;
    top: -50px; }
  .availability {
    padding-top: 130px;
    padding-bottom: 60px; }
    .availability__title {
      font-size: 40px;
      line-height: 50px; }
    .availability__item {
      margin-bottom: 32px;
      max-width: 100%;
      padding-top: 23px;
      padding-bottom: 34px; }
  .checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 62px;
    padding-bottom: 90px;
    position: relative; }
    .checkout__img {
      display: block;
      width: 50%; }
    .checkout__img img {
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      height: 100%; }
    .checkout__info {
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0;
      right: 0;
      width: 50%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      padding: 23px 30px 44px; }
    .checkout__info-title {
      font-size: 40px;
      line-height: 50px; }
    .checkout__info-wrap {
      max-width: 330px; }
    .checkout__info-btn {
      width: 255px; }
  .collaboration {
    padding-top: 60px;
    padding-bottom: 60px; }
    .collaboration__title {
      font-size: 40px;
      line-height: 50px; }
    .collaboration__btn {
      width: 350px; }
  .stocks {
    padding-top: 40px;
    padding-bottom: 130px; }
    .stocks__title {
      font-size: 40px;
      margin-bottom: 50px; }
    .stocks__wrap {
      margin: 0 -10px; }
    .stocks__wrap .col-md-6 {
      padding: 0 10px; }
  .stock {
    margin-bottom: 20px; }
    .stock__info {
      padding: 20px 37px 33px; }
  .profitably {
    padding-top: 60px; }
    .profitably__title {
      font-size: 40px;
      margin-bottom: 50px; }
  .trust {
    padding-top: 0;
    position: relative; }
    .trust__video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 50%;
      padding: 0; }
    .trust__info {
      padding-top: 48px;
      padding-bottom: 0;
      padding-right: 0;
      height: 342px; }
    .trust__title {
      font-size: 40px; }
  .reviews {
    padding-top: 60px;
    padding-bottom: 80px; }
    .reviews__title {
      font-size: 40px;
      line-height: 50px; }
    .reviews__slider .col-12 {
      padding-top: 40px;
      padding-bottom: 30px; }
  .review {
    padding: 24px 15px 20px; }
  .question {
    padding-top: 27px;
    padding-bottom: 47px; }
    .question__text {
      margin-bottom: 0; }
    .question__btn:hover {
      background: #FFFFFF;
      color: #E94E1B;
      cursor: pointer; }
  .contacts {
    position: relative;
    height: 500px; }
    .contacts iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 500px; }
    .contacts__info {
      padding-bottom: 0;
      background: #FFFFFF;
      height: 500px; }
    .contacts__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contacts__item p {
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 15px; }
      .contacts__item p.bb {
        padding-left: 34px; }
      .contacts__item .small-text {
        font-size: 18px;
        line-height: 21px; }
      .contacts__item .bold-text {
        font-weight: bold;
        font-size: 20px;
        line-height: 23px; }
      .contacts__item span:first-child {
        margin-bottom: 5px; }
    .contacts__item:nth-child(3) {
      margin-bottom: 44px; }
  .footer {
    padding-top: 29px;
    padding-bottom: 27px; }
    .footer .col-md-4 {
      padding-left: 0; }
    .footer__logo {
      margin-bottom: 0;
      padding-top: 20px; }
    .footer__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-bottom: 20px; }
      .footer__btn svg {
        display: block;
        margin-right: 22px; }
    .footer__call-btn {
      margin: 0; }
    .footer__politics {
      text-align: right; }
    .footer__text {
      text-align: right; }
  .thanks {
    padding-top: 223px; }
    .thanks__title {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 230px;
      margin-top: 60px; }
  .white-btn:hover {
    background: #E94E1B;
    color: #FFFFFF;
    cursor: pointer; }
  .orange-btn:hover {
    background: transparent;
    cursor: pointer;
    color: #E94E1B; } }

@media (min-width: 1200px) {
  main {
    padding-top: 100px; }
  .header__top-line {
    padding-top: 7px;
    padding-bottom: 11px; }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%; }
  .header__logo-title {
    width: 166px;
    padding-left: 8px; }
  .header__burger {
    display: none; }
  .header__info {
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
    max-width: 52%; }
  .header__info-item {
    margin-bottom: 0;
    margin-right: 26px; }
    .header__info-item svg {
      max-width: 20px;
      max-height: 20px;
      margin-right: 11px; }
    .header__info-item span {
      font-family: Roboto;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px; }
  .header__info-item:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .header__info-item:last-child {
    margin-right: 0; }
  .header__popup-btn {
    padding-top: 0;
    display: block; }
  .header__bottom-line {
    padding-top: 6px;
    padding-bottom: 10px;
    display: block; }
  .header__nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__nav-menu ul li {
    text-align: center;
    margin-bottom: 0; }
  .header__nav-menu ul li a {
    font-size: 18px;
    line-height: 21px; }
  .main {
    height: 855px; }
    .main__slider .slick-prev, .main__slider .slick-next {
      top: 715px; }
    .main__slider .slick-next {
      left: 330px; }
    .main__slide-img {
      height: 855px;
      width: 1500px; }
  .main-info {
    top: 63px;
    height: 690px;
    padding-top: 50px;
    padding-bottom: 140px; }
    .main-info__title {
      font-size: 56px; }
  .find-cost__info {
    padding-top: 45px; }
  .find-cost__form form {
    width: 413px;
    left: 20px;
    top: -50px; }
  .find-cost__form-input:nth-child(5) {
    margin-bottom: 40px; }
  .find-cost__form-input input {
    height: 38px;
    line-height: 38px; }
  .availability {
    padding-top: 40px;
    margin-top: 120px;
    padding-bottom: 80px; }
    .availability__title {
      margin-bottom: 47px; }
  .checkout {
    padding-top: 36px;
    padding-bottom: 46px; }
    .checkout__info {
      padding-bottom: 65px; }
    .checkout__info-wrap {
      max-width: 540px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .info-item {
    width: 255px; }
  .info-item:first-child {
    margin-right: 30px; }
  .info-item:last-child {
    margin-bottom: 48px; }
  .collaboration {
    padding-top: 102px;
    padding-bottom: 113px; }
    .collaboration__text {
      max-width: 635px;
      margin: 0 auto 40px;
      font-size: 18px;
      line-height: 21px; }
  .stocks__wrap {
    margin: 0 -15px; }
  .stocks__wrap .col-md-6 {
    padding: 0 15px; }
  .stock {
    margin-bottom: 30px; }
    .stock__img {
      height: 160px; }
    .stock__info {
      padding: 20px;
      min-height: 255px; }
  .profitably {
        margin-top: 100px;
    padding-bottom: 30px; }
  .trust__video {
    position: relative;
    padding: 0 15px; }
  .trust__info {
    padding-right: 15px; }
  .review {
    padding: 24px 15px 20px; }
  .question {
    padding-top: 17px;
    padding-bottom: 32px; }
    .question__form-input input {
      height: 38px; }
  .contacts__info {
    padding-left: 45px;
    max-width: 445px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .contacts__item p.bb {
    padding-left: 25px; }
  .thanks {
    padding-top: 260px; } }
#modal-7 .container {
    overflow-y: auto;
}
#modal-7 {
    z-index: 1001;
}
#modal-7 .politic-close svg rect {
    fill: #E94E1B;
}

