@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "SegoeUI-Black";
  src: url("../fonts/segoeUI-Black.ttf");
}
@font-face {
  font-family: "Museo Sans Cyrl 100";
  src: url("../fonts/MuseoSansCyrl-100.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 300";
  src: url("../fonts/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 500";
  src: url("../fonts/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 700";
  src: url("../fonts/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url("../fonts/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@-webkit-keyframes scale-jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1) translateY(-20px);
            transform: scale(1.1) translateY(-20px);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1) translateY(-20px);
            transform: scale(1.1) translateY(-20px);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto-Regular";
}

a {
  text-decoration: none;
}

.container {
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

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

@media screen and (max-width: 980px) {
  .title form, #Modal1 form, #ModalCalc form {
    z-index: 11;
  }
}
@media screen and (max-width: 767px) {
  .title form, #Modal1 form, #ModalCalc form {
    margin: 0 auto;
  }
}
.title form .form-header-1, #Modal1 form .form-header-1, #ModalCalc form .form-header-1 {
  padding: 3px 0 6px;
}
.title form .form-header-1 .text, #Modal1 form .form-header-1 .text, #ModalCalc form .form-header-1 .text {
  font-size: 25px;
  display: block;
  line-height: 30px;
}
@media screen and (max-width: 410px) {
  .title form .form-header-1 .text, #Modal1 form .form-header-1 .text, #ModalCalc form .form-header-1 .text {
    font-size: 20px;
    line-height: 26px;
  }
}
.title form .form-header-1 .form-sale, #Modal1 form .form-header-1 .form-sale, #ModalCalc form .form-header-1 .form-sale {
  font-size: 16px;
  color: #CB1216;
}
@media screen and (max-width: 560px) {
  .title form .form-header-1 .form-sale, #Modal1 form .form-header-1 .form-sale, #ModalCalc form .form-header-1 .form-sale {
    font-size: 15px;
  }
}
@media screen and (max-width: 410px) {
  .title form .form-header-1 .form-sale, #Modal1 form .form-header-1 .form-sale, #ModalCalc form .form-header-1 .form-sale {
    font-size: 14px;
  }
}
.title form .form-header-1 .sticker, #Modal1 form .form-header-1 .sticker, #ModalCalc form .form-header-1 .sticker {
  position: absolute;
  right: -70px;
  top: -15px;
}
@media screen and (max-width: 767px) {
  .title form .form-header-1 .sticker, #Modal1 form .form-header-1 .sticker, #ModalCalc form .form-header-1 .sticker {
    right: -63px;
  }
}
@media screen and (max-width: 560px) {
  .title form .form-header-1 .sticker, #Modal1 form .form-header-1 .sticker, #ModalCalc form .form-header-1 .sticker {
    right: -20px;
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .title form .form-header-1 .sticker, #Modal1 form .form-header-1 .sticker, #ModalCalc form .form-header-1 .sticker {
    right: -10px;
    width: 110px;
    top: -5px;
  }
}
@media screen and (max-width: 410px) {
  .title form .form-header-1 .sticker, #Modal1 form .form-header-1 .sticker, #ModalCalc form .form-header-1 .sticker {
    right: -10px;
    width: 90px;
    top: 70px;
    z-index: 15;
  }
}
.title form .form-header-2, #Modal1 form .form-header-2, #ModalCalc form .form-header-2 {
  padding: 10px 0;
}
.title form .form-header-2 .text, #Modal1 form .form-header-2 .text, #ModalCalc form .form-header-2 .text {
  font-size: 30px;
  display: block;
  line-height: 36px;
}
@media screen and (max-width: 410px) {
  .title form .form-header-2 .text, #Modal1 form .form-header-2 .text, #ModalCalc form .form-header-2 .text {
    font-size: 25px;
    line-height: 30px;
  }
}
.title form .type-closet, #Modal1 form .type-closet, #ModalCalc form .type-closet {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .title form .type-closet, #Modal1 form .type-closet, #ModalCalc form .type-closet {
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  .title form .type-closet img, #Modal1 form .type-closet img, #ModalCalc form .type-closet img {
    width: 100px;
  }
}
@media screen and (max-width: 410px) {
  .title form .type-closet img, #Modal1 form .type-closet img, #ModalCalc form .type-closet img {
    width: 72px;
  }
}
.title form .type-closet label span, #Modal1 form .type-closet label span, #ModalCalc form .type-closet label span {
  margin-top: 3px;
  font-size: 15px;
}
@media screen and (max-width: 410px) {
  .title form .type-closet label span, #Modal1 form .type-closet label span, #ModalCalc form .type-closet label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .title form .type-closet div, #Modal1 form .type-closet div, #ModalCalc form .type-closet div {
    margin: 5px;
  }
}
.title form .size-closet, #Modal1 form .size-closet, #ModalCalc form .size-closet {
  margin-top: 15px;
}
@media screen and (max-width: 410px) {
  .title form .size-closet, #Modal1 form .size-closet, #ModalCalc form .size-closet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.title form .size-closet input[type=text], #Modal1 form .size-closet input[type=text], #ModalCalc form .size-closet input[type=text] {
  width: 115px;
}
@media screen and (max-width: 410px) {
  .title form .size-closet input[type=text], #Modal1 form .size-closet input[type=text], #ModalCalc form .size-closet input[type=text] {
    margin: 0 5px 10px;
  }
}
.title form .design-closet, #Modal1 form .design-closet, #ModalCalc form .design-closet {
  margin-top: 10px;
}
.title form .btn-container, #Modal1 form .btn-container, #ModalCalc form .btn-container {
}
.title form .radio, #Modal1 form .radio, #ModalCalc form .radio {
  margin-top: 0px;
}
.title form .radio label, #Modal1 form .radio label, #ModalCalc form .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0;
  margin: 5px;
  width: 115px;
  height: 50px;
  padding: 1px 6px;
  border: 3px solid #cdc2b3;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .title form .radio label, #Modal1 form .radio label, #ModalCalc form .radio label {
    width: 105px;
  }
}
.title form .radio input ~ label span, #Modal1 form .radio input ~ label span, #ModalCalc form .radio input ~ label span {
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .title form .radio input ~ label span, #Modal1 form .radio input ~ label span, #ModalCalc form .radio input ~ label span {
    font-size: 14px;
  }
}
.title form .radio input:checked ~ label, #Modal1 form .radio input:checked ~ label, #ModalCalc form .radio input:checked ~ label {
  background-color: #408e54;
  border-color: #408e54;
}
.title form .radio input:checked ~ label span, #Modal1 form .radio input:checked ~ label span, #ModalCalc form .radio input:checked ~ label span {
  color: #fff;
  margin: 0;
}
.title form .radio input:checked ~ label span, #Modal1 form .radio input:checked ~ label span, #ModalCalc form .radio input:checked ~ label span {
  text-decoration: underline;
}
.title form .feedback label, #Modal1 form .feedback label, #ModalCalc form .feedback label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
  padding: 1px 15px 1px 5px;
}
.title form .feedback img, #Modal1 form .feedback img, #ModalCalc form .feedback img {
  border: none;
  margin: 0 5px 0 0;
  padding: 0;
}
.title form .feedback .feedback-img-hover, #Modal1 form .feedback .feedback-img-hover, #ModalCalc form .feedback .feedback-img-hover {
  display: none;
}
.title form .feedback input:checked ~ label .feedback-img-hover, #Modal1 form .feedback input:checked ~ label .feedback-img-hover, #ModalCalc form .feedback input:checked ~ label .feedback-img-hover {
  display: inline;
}
.title form .feedback input:checked ~ label .feedback-img, #Modal1 form .feedback input:checked ~ label .feedback-img, #ModalCalc form .feedback input:checked ~ label .feedback-img {
  display: none;
}
.title form .tel-number, #Modal1 form .tel-number, #ModalCalc form .tel-number {
  margin-top: 10px;
}
.title form .level .paragraph:nth-of-type(2), #Modal1 form .level .paragraph:nth-of-type(2), #ModalCalc form .level .paragraph:nth-of-type(2) {
  margin-top: 10px;
}

.btn {
  border-radius: 25px;
}

@media screen and (max-width: 560px) {
  .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    margin-right: 7px;
  }
}
.logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo a span {
  font-family: "Roboto-Black";
  font-size: 30px;
  color: #fff;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .logo a span {
    font-size: 28px;
  }
}
.logo a img {
  margin-right: 5px;
}
.logo span {
  font-size: 14px;
}
.logo a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.address {
  max-width: 170px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .address {
    max-width: 155px;
  }
}
@media screen and (max-width: 560px) {
  .address {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 5px auto 0;
    max-width: 290px;
  }
}
@media screen and (max-width: 374px) {
  .address {
    margin-left: 0;
  }
}
.address span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .address span {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .address span {
    font-size: 10px;
  }
}

.phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.phone a {
  color: #fff;
  font-family: "Roboto-Black";
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .phone a {
    font-size: 14px;
  }
}
.phone img {
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .phone img {
    margin-right: 5px;
  }
}

header {
  background-color: #fff;
  padding: 6px 0;
  color: #212529;
}
@media screen and (max-width: 560px) {
  header {
    padding-bottom: 9px;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .logo a span {
  color: #408E54;
}
@media screen and (max-width: 980px) {
  header .address {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  header .phone {
    display: none;
  }
}
header .phone a {
  color: #212529;
}
header .phone-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-right: 10px;
}
header .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  header .contact {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  header .contact {
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  header .contact {
    margin-left: 7px;
  }
}
header .contact .header-btn {
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  header .contact .header-btn {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 374px) {
  header .contact .header-btn {
    display: none;
  }
}
header .contact .header-btn img {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  header .contact .header-btn img {
    margin-right: 5px;
  }
}
header .contact .header-btn span {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 767px) {
  header .contact .header-btn span {
    font-size: 12px;
  }
}
header .contact .header-btn:hover {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

footer {
  background-color: #408e54;
  padding: 5px 0;
  color: #fff;
}
@media screen and (max-width: 560px) {
  footer {
    padding-bottom: 9px;
  }
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 560px) {
  footer .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 560px) {
  footer .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 560px) {
  footer .contact {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  footer .contact {
    margin-left: 7px;
  }
}
footer .contact .header-btn {
  padding: 5px 15px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  footer .contact .header-btn {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 374px) {
  footer .contact .header-btn {
    display: none;
  }
}
footer .contact .header-btn img {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  footer .contact .header-btn img {
    margin-right: 5px;
  }
}
footer .contact .header-btn span {
  text-decoration: underline;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.1px;
}
@media screen and (max-width: 767px) {
  footer .contact .header-btn span {
    font-size: 12px;
  }
}
footer .contact .header-btn:hover {
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.4), inset 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
}

.title {
  padding: 80px 0 100px;
  background: url("../img/title-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .title {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 560px) {
  .title {
    padding: 30px 0 80px;
  }
}
.title-img-position {
  position: absolute;
  bottom: -190px;
  right: 35px;
  width: 415px;
}
@media screen and (max-width: 980px) {
  .title-img-position {
    right: 0px;
    width: calc( 100vw - 490px );
    max-width: 415px;
  }
}
@media screen and (max-width: 767px) {
  .title-img-position {
    display: none;
  }
}
.title .form-layer {
  max-width: 960px;
  margin: 100px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title .form-layer {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .title .form-layer {
    margin-top: 40px;
  }
}
.title form {
  background: #fff;
  border-radius: 10px;
  max-width: 490px;
}
@media screen and (max-width: 980px) {
  .title form {
    max-width: 440px;
  }
}
@media screen and (max-width: 767px) {
  .title form {
    max-width: 490px;
  }
}
.title form .form-header {
  background: transparent;
}
.title form .levels {
  background: transparent;
}
.title form .form-header-1, .title form .form-header-2 {
  padding: 15px 0 15px;
}
@media screen and (max-width: 410px) {
  .title form .form-header-1, .title form .form-header-2 {
    padding: 10px 0;
  }
}
.title form .form-header-1 .color, .title form .form-header-2 .color {
  color: #ED3623;
}
.title form .form-header-1 .text, .title form .form-header-2 .text {
  font-size: 28px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .title form .form-header-1 .text, .title form .form-header-2 .text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 480px) {
  .title form .form-header-1 .text, .title form .form-header-2 .text {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 410px) {
  .title form .form-header-1 .text, .title form .form-header-2 .text {
    font-size: 18px;
    line-height: 22px;
  }
}
.title form .form-header-1 .sticker, .title form .form-header-2 .sticker {
  right: -130px;
  top: -70px;
}
@media screen and (max-width: 980px) {
  .title form .form-header-1 .sticker, .title form .form-header-2 .sticker {
    right: -145px;
  }
}
@media screen and (max-width: 767px) {
  .title form .form-header-1 .sticker, .title form .form-header-2 .sticker {
    width: 180px;
    right: -45px;
    top: -45px;
  }
}
@media screen and (max-width: 480px) {
  .title form .form-header-1 .sticker, .title form .form-header-2 .sticker {
    width: 140px;
    right: -30px;
    top: -35px;
  }
}
@media screen and (max-width: 374px) {
  .title form .form-header-1 .sticker, .title form .form-header-2 .sticker {
    right: -40px;
    top: -45px;
  }
}
.title form .size-closet input[type=text] {
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .title form .size-closet input[type=text] {
    margin: 0;
  }
}
@media screen and (max-width: 410px) {
  .title form .size-closet input[type=text] {
    margin: 0 5px 10px;
  }
}
.title .line {
  width: 90%;
  height: 3px;
  background: #408e54;
}
.title-header-white {
  padding: 16px 10px 18px;
  background-color: #fff;
  border-radius: 20px;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .title-header-white {
    padding: 16px 10px;
    max-width: 490px;
  }
}
@media screen and (max-width: 480px) {
  .title-header-white {
    padding: 10px 0;
  }
}
.title-header-white h1 {
  margin-bottom: 0;
  font-family: "Roboto-Black";
  font-size: 42px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-header-white h1 {
    font-size: 34px;
    max-width: 490px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .title-header-white h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 410px) {
  .title-header-white h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 374px) {
  .title-header-white h1 {
    font-size: 23px;
    max-width: 300px;
  }
}
.title-header-white h1 .color {
  color: #408e54;
}
.title-header-content {
  max-width: 610px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  .title-header-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.title-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
@media screen and (max-width: 560px) {
  .title-header-block {
    margin: 10px 15px;
    width: 240pxs;
  }
}
@media screen and (max-width: 480px) {
  .title-header-block {
    margin: 5px 5px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    width: 250px;
  }
}
.title-header-block .strong {
  font-family: "Roboto-Black";
}
.title-header-block span {
  display: block;
  font-size: 18px;
  line-height: 19px;
}
@media screen and (max-width: 560px) {
  .title-header-block span {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .title-header-block span {
    display: inline-block;
  }
}
.title-header-block img {
  margin-right: 10px;
}
@media screen and (max-width: 560px) {
  .title-header-block img {
    width: 25px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 480px) {
  .title-header-block img {
    width: 18px;
    margin-right: 7px;
  }
}

#ModalCalc form {
  max-width: 430px;
  width: 100%;
}
#ModalCalc form .form-header {
  color: #ffffff;
  background-color: #408e54;
}
#ModalCalc form .form-header-1 {
  padding: 2px 0 6px;
}
#ModalCalc form .form-header-1 .text {
  font-size: 25px;
  display: block;
  line-height: 30px;
}
@media screen and (max-width: 410px) {
  #ModalCalc form .form-header-1 .text {
    font-size: 20px;
  }
}
#ModalCalc form .form-header-1 .form-sale {
  font-size: 16px;
  color: #fad944;
}
#ModalCalc form .form-header-1 .sticker {
  position: absolute;
  right: -70px;
  top: -15px;
}
@media screen and (max-width: 560px) {
  #ModalCalc form .form-header-1 .sticker {
    right: -25px;
    top: -15px;
  }
}
@media screen and (max-width: 480px) {
  #ModalCalc form .form-header-1 .sticker {
    right: -7px;
    top: -20px;
    width: 90px;
  }
}
#ModalCalc form .form-header-2 {
  padding: 10px 0;
}
#ModalCalc form .form-header-2 .text {
  font-size: 30px;
  display: block;
  line-height: 36px;
}
@media screen and (max-width: 410px) {
  #ModalCalc form .form-header-2 .text {
    font-size: 24px;
  }
}

#Modal1 form {
  max-width: 430px;
  width: 100%;
}

.br {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.btn-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#FAC901), to(#FA843A));
  background: linear-gradient(90deg, #FAC901, #FA843A);
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 410px) {
  .btn-gradient {
    font-size: 14px;
  }
}

.btn-gradient:hover {
  cursor: pointer;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(143, 56, 2, 0.3);
          box-shadow: 2px 2px 5px 2px rgba(143, 56, 2, 0.3);
}

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

.level, .level-1, .level-2 {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
  position: relative;
}

.active {
  display: block;
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.active-header {
  display: block;
  visibility: visible;
  opacity: 1;
}

.button {
  border-radius: 25px;
  font-family: "Roboto-Black";
  -webkit-appearance: none;
}

form .btn-container {
  position: relative;
}
form .btn-container div {
  position: relative;
}
form .next-level, form .next-level-1, form .next-level-2 {
  padding: 10px 70px;
  position: relative;
  display: inline-block;
  font-size: 18px;
}
@media screen and (max-width: 410px) {
  form .next-level, form .next-level-1, form .next-level-2 {
    padding: 10px 60px;
    font-size: 14px;
  }
}
form .back-level, form .bacl-level-1, form .back-level-2 {
}
form input[type=text], form input[type=tel], form input[type=date], form input[type=time] {
  border-radius: 25px;
  border: 1px solid #000;
  outline: none;
  padding: 10px 25px;
  font-size: 15px;
  color: #000;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form input[type=text]:focus, form input[type=tel]:focus, form input[type=date]:focus, form input[type=time]:focus {
  border-color: #408e54;
}
form input[type=text]:hover, form input[type=tel]:hover, form input[type=date]:hover, form input[type=time]:hover {
  border-color: #408e54;
  opacity: 0.7;
}
form .btn-post {
  padding: 10px 25px;
  font-size: 18px;
  border: none;
  outline: none;
}
@media screen and (max-width: 410px) {
  form .btn-post {
    padding: 10px 15px;
    font-size: 14px;
  }
}
form .form-annotation {
  width: 460px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 24px;
}
@media screen and (max-width: 560px) {
  form .form-annotation {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  form .form-annotation {
    width: 365px;
  }
}
@media screen and (max-width: 410px) {
  form .form-annotation {
    width: 100%;
    max-width: 380px;
    font-size: 16px;
  }
}
form .description {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

form input[type=radio], form input[type=checkbox] {
  display: none;
}

.back-level:hover, .back-level-1:hover, .back-level-2:hover {
  cursor: pointer;
}

form .radio input ~ label:hover, form .design-closet input ~ label:hover {
  border: 3px solid #408e54;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

#Modal1 form .radio label:hover, #ModalCalc form .radio label:hover {
  border: 3px solid #408e54;
  cursor: pointer;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

form .model-door input ~ label:hover img, form .type-closet input ~ label:hover img {
  border: 3px solid #408e54;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

form .feedback input ~ label:hover img {
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

form {
  max-width: 430px;
}
form .level-content {
  margin-top: 35px;
}
@media screen and (max-width: 410px) {
  form .level-content {
    margin-top: 0px;
  }
}
@media screen and (max-width: 384px) {
  form .level-content {
    margin-top: 25px;
  }
}
@media screen and (max-width: 384px) {
  form .level-content-2 {
    margin-top: 25px;
  }
}
form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form input ~ label img {
  margin: 0 10px;
  padding: 1px 6px;
  border: 3px solid #cdc2b3;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  form input ~ label img {
    margin: 0 5px;
  }
}
form input:checked ~ label img {
  border-color: #61a171;
}
form input:checked ~ label span {
  text-decoration: underline;
}
form .levels {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 17px 10px 22px;
}
@media screen and (max-width: 980px) {
  form .levels {
    z-index: 10;
  }
}
@media screen and (max-width: 480px) {
  form .levels {
    height: 270px;
  }
}
@media screen and (max-width: 410px) {
  form .levels {
    height: 250px;
  }
}
@media screen and (max-width: 384px) {
  form .levels {
    height: 295px;
  }
}
form .form-header {
  position: relative;
  border-radius: 10px;
  background-color: #cdc2b3;
  width: 100%;
  text-align: center;
  font-family: "Roboto-Black";
}
form .paragraph {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 410px) {
  form .paragraph {
    font-size: 14px;
  }
}
form .subtitle-ny {
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
form .subtitle-ny span {
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 80%;
  position: relative;
  display: block;
  margin: 4px 0;
  text-align: center;
}

.strong {
  font-family: "Roboto-Black";
}

h2 {
  font-family: "Roboto-Black";
  font-size: 34px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 560px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 410px) {
  h2 {
    font-size: 22px;
  }
}

.line-green {
  width: 100%;
  background-color: #408e54;
  height: 15px;
}

.advantages {
  padding: 60px 0;
}
@media screen and (max-width: 560px) {
  .advantages {
    padding: 40px 0;
  }
}
.advantages h2 {
  max-width: 745px;
}
.advantages-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .advantages-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.advantages-line {
  display: block;
  width: 200px;
  height: 2px;
  background-color: #cdc2b3;
  margin-top: 10px;
}
.advantages-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}
.advantages-block p {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.advantages .strong {
  font-size: 19px;
  margin-top: 10px;
  text-align: center;
}

form input[type=date], form input[type=time], form input[type=tel], form input[type=text] {
  border-color: #cdc2b3;
}

.calc {
  padding: 60px 0;
  background: url(../img/schet1.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
  .calc {
    padding: 40px 0;
  }
}
.calc h2 {
  text-transform: uppercase;
}
.calc .img-position {
  position: absolute;
  top: -18px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .calc .img-position {
    top: 40px;
    right: -13px;
    width: 125px;
  }
}
@media screen and (max-width: 560px) {
  .calc .img-position {
    top: 57px;
    right: -13px;
    width: 110px;
  }
}
@media screen and (max-width: 410px) {
  .calc .img-position {
    top: 57px;
    right: -10px;
    width: 90px;
  }
}
.calc .type-closet div {
  margin: 5px;
}
.calc .type-closet img {
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .calc .type-closet img {
    width: 100px;
  }
}
@media screen and (max-width: 410px) {
  .calc .type-closet img {
    width: 72px;
  }
}
@media screen and (max-width: 410px) {
  .calc .type-closet span {
    font-size: 14px;
  }
}
.calc form {
  border-radius: 10px;
  border: 3px solid #cdc2b3;
  max-width: 830px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 32px auto 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 410px) {
  .calc form {
    padding: 10px 5px;
  }
}
.calc form .radio {
  margin-top: 3px;
}
.calc form .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 0;
  margin: 5px;
  width: 115px;
  height: 50px;
  padding: 1px 6px;
  border: 3px solid #cdc2b3;
  border-radius: 10px;
}
@media screen and (max-width: 480px) {
  .calc form .radio label {
    width: 99px;
  }
}
@media screen and (max-width: 410px) {
  .calc form .radio label {
    height: 45px;
  }
}
.calc form .radio input ~ label span {
  font-size: 15px;
  text-align: center;
}
.calc form .radio input:checked ~ label {
  background-color: #408e54;
  border-color: #408e54;
}
.calc form .radio input:checked ~ label span {
  color: #fff;
  margin: 0;
}
.calc form .radio input:checked ~ label span {
  text-decoration: underline;
}
.calc form .paragraph-wrap {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 410px) {
  .calc form .paragraph-wrap {
    margin-top: 10px;
  }
}
.calc form .paragraph-step {
  color: #408e54;
  font-family: "Roboto-Black";
  text-transform: uppercase;
}
.calc form .model-door {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3px;
}
.calc form .model-door label {
  margin: 5px 7px;
}
.calc form .model-door label img {
  padding: 0px;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .calc form .model-door label img {
    height: 84px;
  }
}
@media screen and (max-width: 480px) {
  .calc form .model-door label img {
    height: 80px;
  }
}
@media screen and (max-width: 410px) {
  .calc form .model-door label img {
    height: 65px;
  }
}
.calc form input[type=text], .calc form input[type=tel] {
  margin-top: 10px;
}
.calc form .btn-container {
  margin-top: 20px;
}
.calc form .btn-container .btn-post {
  padding: 13px 35px;
}

.catalog-gallery {
  padding: 60px 0;
  background-image: url("../img/catalog/bg-catalog.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 560px) {
  .catalog-gallery {
    padding: 40px 0;
  }
}
.catalog-gallery .selector {
  margin: 35px auto 0;
}
.catalog-gallery .selector-slide-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 60px;
}
.catalog-gallery .selector-slide-img .selector-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin: 5px 15px;
  width: 260px;
  height: 53px;
  padding: 1px 6px;
  border: 2px solid #408e54;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog-gallery .selector-slide-img .selector-tab:hover {
  border-color: #408e54;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.catalog-gallery .selector-slide-img .active {
  background-color: #408e54;
  border-color: #408e54;
  color: #fff;
}
.catalog-gallery .btn-orange,
.catalog-gallery .btn-green {
  max-width: 303px;
  width: 100%;
  height: 59px;
  margin-top: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  padding: 10px;
  display: block;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  position: relative;
  margin: -25px auto 40px;
}
@media screen and (max-width: 980px) {
  .catalog-gallery .btn-orange,
.catalog-gallery .btn-green {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-gallery .btn-orange,
.catalog-gallery .btn-green {
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .btn-orange,
.catalog-gallery .btn-green {
    max-width: 250px;
    font-size: 14px;
    margin-bottom: 20px;
    height: 45px;
  }
}
.catalog-gallery .btn-orange.btn-green {
  background: -webkit-gradient(linear, left bottom, left top, from(#408E54), to(#408E54)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(0deg, #408E54, #408E54), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
}
.catalog-gallery .btn-orange.btn-green img {
  margin-left: 5px;
}
.catalog-gallery .btn-orange:hover {
  -webkit-box-shadow: 0 0 4px 2px rgba(143, 56, 1, 0.3);
          box-shadow: 0 0 4px 2px rgba(143, 56, 1, 0.3);
  text-decoration: none;
  cursor: pointer;
}
.catalog-gallery .slick-slider .slick-next, .catalog-gallery .slick-slider .slick-next:hover, .catalog-gallery .slick-slider .slick-next:focus {
  right: -45px;
  background-image: url(../img/next.png);
}
@media screen and (max-width: 980px) {
  .catalog-gallery .slick-slider .slick-next, .catalog-gallery .slick-slider .slick-next:hover, .catalog-gallery .slick-slider .slick-next:focus {
    right: -10px;
  }
}
.catalog-gallery .slick-slider .slick-prev, .catalog-gallery .slick-slider .slick-prev:hover, .catalog-gallery .slick-slider .slick-prev:focus {
  left: -45px;
  background-image: url(../img/prev.png);
}
@media screen and (max-width: 980px) {
  .catalog-gallery .slick-slider .slick-prev, .catalog-gallery .slick-slider .slick-prev:hover, .catalog-gallery .slick-slider .slick-prev:focus {
    left: -10px;
  }
}
.catalog-gallery .slick-slider .slick-prev:hover, .catalog-gallery .slick-slider .slick-prev:focus, .catalog-gallery .slick-slider .slick-next:hover, .catalog-gallery .slick-slider .slick-next:focus {
  opacity: 0.7;
}
.catalog-gallery .slick-slider .slick-next, .catalog-gallery .slick-slider .slick-next:hover, .catalog-gallery .slick-slider .slick-next:focus,
.catalog-gallery .slick-slider .slick-prev, .catalog-gallery .slick-slider .slick-prev:hover, .catalog-gallery .slick-slider .slick-prev:focus {
  width: 40px;
  height: 50px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .catalog-gallery .slick-slider .slick-next, .catalog-gallery .slick-slider .slick-next:hover, .catalog-gallery .slick-slider .slick-next:focus,
.catalog-gallery .slick-slider .slick-prev, .catalog-gallery .slick-slider .slick-prev:hover, .catalog-gallery .slick-slider .slick-prev:focus {
    width: 25px;
  }
}
.catalog-gallery .slick-prev:before, .catalog-gallery .slick-next:before {
  font-size: 0px;
}
.catalog-gallery .img-fluid {
  width: 100%;
}
.catalog-gallery .catalog-tab-content {
  display: none;
}
.catalog-gallery .catalog-tab-content.active {
  display: block;
  height: auto;
}
.catalog-gallery .catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-gallery .catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
  margin-right: 66px;
  color: #FFFFFF;
}
@media screen and (max-width: 1180px) {
  .catalog-gallery .catalog__item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-gallery .catalog__item {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 10px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .catalog__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.catalog-gallery .catalog__item:nth-child(3n) {
  margin-right: 0;
}
.catalog-gallery .catalog__item-img {
  width: 100%;
  height: 410px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  color: #000000;
}
@media screen and (max-width: 980px) {
  .catalog-gallery .catalog__item-img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-gallery .catalog__item-img {
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .catalog__item-img {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .catalog-gallery .catalog__item-img {
    height: 160px;
  }
}
.catalog-gallery .catalog__item-img img {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-gallery .catalog__item-img--last {
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 960px) {
  .catalog-gallery .catalog__item-img--last {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-gallery .catalog__item-img--last {
    height: 90px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .catalog__item-img--last {
    height: 60px;
  }
}
@media screen and (max-width: 480px) {
  .catalog-gallery .catalog__item-img--last {
    height: 40px;
  }
}
.catalog-gallery .catalog__item-img--last img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.catalog-gallery .catalog__item-text {
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  .catalog-gallery .catalog__item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .catalog__item-text {
    padding-top: 15px;
    margin-bottom: 0;
  }
}
.catalog-gallery .catalog__item-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .catalog-gallery .catalog__item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .catalog-gallery .catalog__item-title {
    margin-bottom: 5px;
  }
}

.modal-dialog {
  margin-top: 60px;
}

.modal-dialog.prime {
  max-width: 100%;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

#ModalCatalog form {
  width: 100%;
}
#ModalCatalog .form-header-3 {
  padding: 10px;
}
#ModalCatalog .form-header-3 span {
  font-size: 24px;
  width: 300px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
#ModalCatalog .form-catalog-content {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#ModalCatalog .form-annotation {
  max-width: 295px;
}
#ModalCatalog .tel-number {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#ModalCatalog .btn-container {
  margin-top: 15px;
}
#ModalCatalog .button {
  padding: 10px 30px;
  outline: none;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #ModalCatalog .button {
    font-size: 14px;
  }
}

#ModalConsultation form {
  width: 100%;
  border-radius: 10px;
  border: 10px solid #cdc2b3;
  background-color: #ffffff;
  max-width: 500px;
  width: 100%;
  padding: 10px;
}
#ModalConsultation .form-header-4 {
  font-family: "Roboto-Black";
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}
#ModalConsultation .form-header-4 span {
  font-size: 24px;
  width: 300px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
#ModalConsultation .form-catalog-content {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
#ModalConsultation .form-annotation {
  width: 460px;
  margin: 15px auto 0px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.7px;
  line-height: 19px;
}
@media screen and (max-width: 560px) {
  #ModalConsultation .form-annotation {
    max-width: 460px;
    width: 100%;
  }
}
#ModalConsultation .tel-number {
  margin-top: 20px;
}
#ModalConsultation .btn-container {
  margin-top: 15px;
}
#ModalConsultation .button {
  padding: 10px 30px;
  outline: none;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 410px) {
  #ModalConsultation .button {
    font-size: 16px;
  }
}
#ModalConsultation input[type=tel] {
  width: 213px;
}

.catalog {
  background: url("../img/catalog-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 80px;
}
@media screen and (max-width: 560px) {
  .catalog {
    padding: 40px 0 60px;
  }
}
.catalog .container {
  position: relative;
}
.catalog .img-position {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 980px) {
  .catalog .img-position {
    width: calc(100% - 430px);
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog .img-position {
    display: none;
  }
}
.catalog h2 {
  font-size: 34px;
  color: #fff;
}
@media screen and (max-width: 410px) {
  .catalog h2 {
    font-size: 26px;
  }
}
.catalog form {
  margin-top: 50px;
  -webkit-box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.4);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .catalog form {
    margin: 50px auto 0;
  }
}
.catalog .form-header-3 {
  padding: 10px;
}
.catalog .form-header-3 span {
  font-size: 24px;
  width: 300px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
@media screen and (max-width: 410px) {
  .catalog .form-header-3 span {
    font-size: 20px;
    max-width: 380px;
    width: 100%;
  }
}
.catalog .form-catalog-content {
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 980px) {
  .catalog .form-catalog-content {
    z-index: 3;
  }
}
.catalog .form-annotation {
  max-width: 295px;
}
.catalog .tel-number {
  margin-top: 20px;
}
.catalog .btn-container {
  margin-top: 15px;
}
.catalog .button {
  padding: 10px 30px;
  outline: none;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 410px) {
  .catalog .button {
    font-size: 14px;
  }
}

.guarantees {
  padding: 60px 0;
}
@media screen and (max-width: 560px) {
  .guarantees {
    padding: 40px 0;
  }
}
.guarantees .guarantees-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
@media screen and (max-width: 560px) {
  .guarantees .guarantees-content {
    margin-top: 15px;
  }
}
.guarantees-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 260px;
  margin: 22px 15px;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .guarantees-block {
    max-width: 280px;
    margin: 22px 5px;
  }
}
.guarantees-block img {
  margin-right: 10px;
}
.guarantees-block span {
  font-size: 15px;
}
.guarantees .guarantees-block:nth-of-type(2), .guarantees .guarantees-block:nth-of-type(5) {
  max-width: 300px;
}
@media screen and (max-width: 980px) {
  .guarantees .guarantees-block:nth-of-type(2), .guarantees .guarantees-block:nth-of-type(5) {
    max-width: 280px;
  }
}

.work {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .work {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 560px) {
  .work {
    padding: 40px 0;
  }
}
@media screen and (max-width: 980px) {
  .work .container {
    max-width: 760px;
  }
}
.work-content {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .work-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .work-content {
    margin: 20px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 560px) {
  .work-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.work-block {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .work-block {
    margin: 0 15px;
    -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;
    text-align: center;
    max-width: 188px;
  }
}
@media screen and (max-width: 767px) {
  .work-block {
    margin: 10px;
  }
}
@media screen and (max-width: 560px) {
  .work-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    max-width: 320px;
  }
}
@media screen and (max-width: 410px) {
  .work-block {
    margin: 10px 0;
    max-width: 295px;
  }
}
.work-block span {
  line-height: 20px;
}
.work-block img {
  margin-right: 10px;
}
@media screen and (max-width: 410px) {
  .work-block img {
    margin-right: 10px;
    width: 100px;
  }
}
.work .button {
  outline: none;
  padding: 5px 25px;
  border: none;
  background-color: #cdc2b3;
  border-radius: 10px;
}

.free-measurement {
  padding: 60px 0;
  background-color: #fafafa;
}
@media screen and (max-width: 560px) {
  .free-measurement {
    padding: 40px 0;
  }
}
.free-measurement .container {
  position: relative;
}
.free-measurement .img-position {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 510px;
}
@media screen and (max-width: 980px) {
  .free-measurement .img-position {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 767px) {
  .free-measurement .img-position {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 560px) {
  .free-measurement .img-position {
    display: none;
  }
}
.free-measurement .text {
  display: block;
  font-size: 20px;
  font-family: "Roboto-Black";
  text-align: center;
  max-width: 520px;
  margin: 10px auto 0;
  line-height: 24px;
}
@media screen and (max-width: 560px) {
  .free-measurement .text {
    font-size: 18px;
  }
}
.free-measurement form {
  margin: 50px 120px 0 auto;
  border: 5px solid #cdc2b3;
  border-radius: 20px;
  padding: 15px 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 1080px) {
  .free-measurement form {
    margin: 50px 0 0 auto;
  }
}
@media screen and (max-width: 560px) {
  .free-measurement form {
    margin: 25px auto 0;
  }
}
.free-measurement form div {
  margin-top: 5px;
}
.free-measurement form .paragraph {
  font-size: 18px;
  margin-top: 10px;
}
.free-measurement .form-annotation {
  width: 340px;
  font-size: 20px;
}
@media screen and (max-width: 410px) {
  .free-measurement .form-annotation {
    max-width: 380px;
    font-size: 18px;
    width: 100%;
  }
}
.free-measurement .form-catalog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin-top: 20px;
}
.free-measurement .btn-container {
  margin-top: 20px;
}
.free-measurement .btn-gradient {
  padding: 10px 25px;
  outline: none;
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 410px) {
  .free-measurement .btn-gradient {
    font-size: 14px;
  }
}
.free-measurement input[type=date], .free-measurement input[type=time], .free-measurement input[type=tel] {
  border-color: #cdc2b3;
  width: 230px;
}
.free-measurement input[type=date], .free-measurement input[type=time] {
  border-radius: 25px;
  height: 44px;
  text-transform: uppercase;
  padding: 10px 5px 10px 25px;
}

.sale {
  background: url(../img/shk2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 560px) {
  .sale {
    padding: 40px 0;
  }
}
.sale-text {
  padding: 5px 20px 10px;
  width: 100%;
  background-color: #408e54;
  color: #fff;
  border-radius: 10px;
  position: relative;
  font-family: "Roboto-Black";
  font-size: 20px;
}
@media screen and (max-width: 410px) {
  .sale-text {
    font-size: 16px;
  }
}
.sale .img-position {
  position: absolute;
  right: -15px;
  top: -18px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .sale .img-position {
    right: -10px;
    top: -15px;
    width: 165px;
  }
}
@media screen and (max-width: 410px) {
  .sale .img-position {
    right: -10px;
    top: -8px;
    width: 115px;
  }
}
.sale form {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sale form {
    margin: 0 auto;
  }
}
.sale .form-catalog-content {
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 3px solid #cdc2b3;
  padding: 15px 10px 30px;
  width: 100%;
}
.sale .form-annotation {
  width: 340px;
  margin-top: 20px;
}
@media screen and (max-width: 410px) {
  .sale .form-annotation {
    max-width: 380px;
    width: 100%;
  }
}
.sale .tel-number {
  margin-top: 10px;
}
.sale .btn-container {
  margin-top: 20px;
}
.sale .sale-form-header {
  font-family: "Roboto-Black";
  font-size: 32px;
  text-align: center;
  line-height: 40px;
}
.sale .sale-form-header span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 28px;
}
.sale .sale-form-header .color {
  text-transform: uppercase;
  color: #408e54;
}
.sale .description {
  max-width: 300px;
  text-align: center;
}
.sale .btn-gradient {
  padding: 10px 25px;
  outline: none;
  border: none;
  position: relative;
}

.contact-section {
  padding: 50px 0 0;
}
@media screen and (max-width: 560px) {
  .contact-section {
    padding: 40px 0 0;
  }
}
.contact-section .map {
  margin-top: 20px;
}

button.btn-close {
  position: absolute;
  top: -35px;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  outline: none;
}

button.btn-close:hover {
  cursor: pointer;
}

.fly-button.hidden {
  display: none;
  visibility: hidden;
}

.fly-button {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .fly-button {
    display: none;
  }
}
.fly-button .yellow-btn {
  padding: 8px 15px 8px 50px;
  background-color: #fdbb2c;
  /* background-image: linear-gradient(45deg, #c4398a, #fed59b52); */
  background-size: 100% 100%;
  width: 210px;
  background-position: 50%;
  border-radius: 25px;
  -webkit-box-shadow: inset 0px -42px 0px 5px #fcb212;
          box-shadow: inset 0px -42px 0px 5px #fcb212;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  text-align: center;
  position: relative;
  -webkit-animation: scale-jump 2s infinite;
          animation: scale-jump 2s infinite;
}
.fly-button .img-position {
  position: absolute;
  left: 10px;
  top: -15px;
}
.fly-button:hover {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.button:after, .btn-orange:after {
  content: "";
  width: 100%;
  height: 20%;
  position: absolute;
  background: url("../img/btn.png") no-repeat;
  background-size: cover;
  top: -2px;
  left: 0;
}

.nav {
  padding: 5px 0;
  background: #408E54;
  top: 65px;
  left: 0;
  width: 100%;
}
@media (max-width: 980px) {
  .nav {
    display: none;
  }
}
.nav .container {
  max-width: 940px;
}
.nav .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav .container ul li {
  margin: 0 15px;
}
.nav .container a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.nav.scroll-nav {
  position: fixed;
  top: 0;
  z-index: 999;
}

.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;
  color: #212529;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0.96;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  overflow-y: scroll;
  min-height: 100%;
}
.nav-mobile nav {
  display: block;
  padding: 40px 10px 10px 20px;
}
@media (max-width: 480px) {
  .nav-mobile nav {
    padding-top: 30px;
  }
}
.nav-mobile nav ul li {
  margin: 20px 0px;
}
@media (max-width: 480px) {
  .nav-mobile nav ul li {
    margin: 10px 0;
  }
}
.nav-mobile nav ul li:first-of-type {
  margin-top: 0;
}
.nav-mobile nav ul li a {
  color: #212529;
  font-size: 24px;
  line-height: 28px;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
}
@media (max-width: 560px) {
  .nav-mobile nav ul li a {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .nav-mobile nav ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
.nav-mobile .contact-nav {
  margin: 40px 0 40px 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 {
  color: #212529;
}
.nav-mobile .contact-nav a {
  font-family: "Roboto-Regular";
  font-size: 22px;
  line-height: 24px;
  color: #212529;
}
@media (max-width: 480px) {
  .nav-mobile .contact-nav a {
    font-size: 16px;
    line-height: 19px;
  }
}
.nav-mobile .contact-nav .info {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .nav-mobile .contact-nav .info {
    margin-top: 5px;
  }
}
.nav-mobile .contact-nav .info span, .nav-mobile .contact-nav .info a {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .nav-mobile .contact-nav .info span, .nav-mobile .contact-nav .info a {
    font-size: 14px;
    line-height: 16px;
  }
}
.nav-mobile .contact-nav .contact-phone {
  text-transform: uppercase;
}
.nav-mobile .phone {
  margin: 5px;
}

.nav-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  background: #408e54;
}
.nav-mobile-header .logo span {
  color: #fff;
}
.nav-mobile-header .logo a span {
  color: #fff;
}

.close-menu {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.close-menu span::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-menu span::before, .close-menu span::after {
  content: "";
  display: block;
  -webkit-transition: 0.2s;
  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 {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
  -webkit-transform: rotate(-45deg);
          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: #408e54;
}
.menu-btn span::before {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.menu-btn span::before, .menu-btn span::after {
  content: "";
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.menu-btn span::after {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}

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

#ModalSale .modal-dialog, #ModalSale .modal-content {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #ModalSale .modal-dialog, #ModalSale .modal-content {
    max-width: 98%;
    margin: 60px auto;
  }
}
#ModalSale .btn-hidden-modul {
  border: 1px solid black;
  padding: 5px;
  background: rgba(255, 255, 255, 0.3);
}
#ModalSale .img-1 {
  position: absolute;
  bottom: 28px;
  left: 7px;
}
@media screen and (max-width: 768px) {
  #ModalSale .img-1 {
    display: none;
  }
}
#ModalSale .img-2 {
  position: absolute;
  bottom: 28px;
  right: 7px;
}
@media screen and (max-width: 768px) {
  #ModalSale .img-2 {
    display: none;
  }
}
#ModalSale form {
  background: url("../img/modal-sale-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px 15px 50px;
  width: 100%;
  max-width: 700px;
  border-radius: 15px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 480px) {
  #ModalSale form {
    padding: 20px 0px 35px;
  }
}
#ModalSale form .form-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  max-width: 560px;
}
@media screen and (max-width: 640px) {
  #ModalSale form .form-title {
    font-size: 24px;
    line-height: 28px;
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  #ModalSale form .form-title {
    font-size: 18px;
    line-height: 22px;
    max-width: 360px;
  }
}
#ModalSale form .form-title .color {
  color: #FAC603;
}
#ModalSale form .form-annotation {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  max-width: 500px;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  #ModalSale form .form-annotation {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #ModalSale form .form-annotation {
    font-size: 12px;
  }
}
#ModalSale form input {
  width: 300px;
}
@media screen and (max-width: 480px) {
  #ModalSale form input {
    width: 220px;
  }
}
#ModalSale form .tel-number {
  text-align: center;
  margin-top: 12px;
}
#ModalSale form .button {
  font-family: "Roboto-Regular";
  font-weight: 700;
  font-size: 28px;
  padding: 12px 50px;
  border-radius: 50%;
  border-radius: 50px;
  position: relative;
  display: block;
  border: none;
  overflow: hidden;
  margin: 25px auto 0;
}
@media screen and (max-width: 640px) {
  #ModalSale form .button {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  #ModalSale form .button {
    font-size: 18px;
    padding: 12px 45px;
    margin: 16px auto 0;
  }
}

.hero {
  background-image: url("../img/bg-hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 121px;
  padding-bottom: 275px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 560px) {
  .hero {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  .hero {
    padding-bottom: 60px;
  }
}
.hero .title-header {
  font-family: "Museo Sans Cyrl 700";
  font-weight: 700;
  font-size: 53px;
  line-height: 64px;
  margin-bottom: 10px;
}
@media screen and (max-width: 680px) {
  .hero .title-header {
    font-size: 43px;
    line-height: 54px;
  }
}
@media screen and (max-width: 560px) {
  .hero .title-header {
    font-size: 33px;
    line-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .hero .title-header {
    font-size: 25px;
    line-height: 35px;
  }
}
.hero .subtitle-header {
  font-family: "Museo Sans Cyrl 500";
  font-weight: 400;
  font-size: 53px;
  line-height: 64px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .hero .subtitle-header {
    font-size: 43px;
    line-height: 54px;
  }
}
@media screen and (max-width: 560px) {
  .hero .subtitle-header {
    font-size: 33px;
    line-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  .hero .subtitle-header {
    font-size: 25px;
    line-height: 35px;
  }
}
.hero .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 560px) {
  .hero .header-list {
    margin-bottom: 20px;
  }
}
.hero .header-list-item {
  font-family: "Museo Sans Cyrl 500";
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  padding-left: 50px;
}
@media screen and (max-width: 680px) {
  .hero .header-list-item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .hero .header-list-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 15px;
    padding-left: 40px;
  }
}
.hero .header-list-item span {
  display: block;
  font-family: "Museo Sans Cyrl 700";
}
@media screen and (max-width: 480px) {
  .hero .header-list-item span {
    display: inline;
  }
}
.hero .header-list-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 40px;
  height: 31px;
  background-image: url("../img/ico-vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .hero .header-list-item:after {
    width: 30px;
    height: 21px;
  }
}
.hero .hero-btn {
  background-color: transparent;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 271px;
  width: 100%;
  height: 57px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  border-radius: 50px;
  border: 2px solid #FAC505;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 680px) {
  .hero .hero-btn {
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .hero .hero-btn {
    height: 45px;
  }
}
.hero .hero-btn span {
  font-family: "Museo Sans Cyrl 700";
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}
@media screen and (max-width: 680px) {
  .hero .hero-btn span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 560px) {
  .hero .hero-btn span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .hero .hero-btn span {
    font-size: 16px;
    line-height: 20px;
  }
}
.hero .hero-btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-color: transparent;
  cursor: pointer;
}
.hero .hero-btn:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.hero .hero-btn-active {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.prime {
  padding-top: 60px;
  padding-bottom: 60px;
}
.prime form .levels {
  height: auto;
  padding: 0;
  border-radius: 22px;
}
.prime .level.active {
  height: auto;
}
.prime .prime-title {
  font-family: "Museo Sans Cyrl 900";
}
.prime .prime-title span {
  color: #408E54;
}
.prime .prime-subtitle {
  font-family: "Museo Sans Cyrl 700";
  font-weight: 600;
  font-size: 29px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .prime .prime-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 560px) {
  .prime .prime-subtitle {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 480px) {
  .prime .prime-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.prime .prime__form {
  max-width: 1170px;
  width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 22px;
  border: 4px solid #433F3B;
  margin: 0 auto;
}
.prime .level {
  display: none;
  width: 100%;
}
.prime .level.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .prime .level.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.prime .status {
  margin-bottom: 25px;
}
.prime .status-container {
  position: relative;
  max-width: 664px;
  width: 100%;
  height: 29px;
  margin: 0 auto;
}
.prime .status-line {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prime .status-line-text {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
}
.prime .level-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 798px;
          flex: 1 1 798px;
  padding: 20px 30px 20px 30px;
}
@media screen and (max-width: 1180px) {
  .prime .level-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .prime .level-left {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.prime .level-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 365px;
          flex: 0 1 365px;
  margin: -1px -1px -1px 0;
  padding: 15px;
  color: #FFFFFF;
  background-color: #433F3B;
  text-align: center;
  border-radius: 22px;
}
@media screen and (max-width: 640px) {
  .prime .level-right {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media (max-width: 560px) {
  .prime .level-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.prime #level5 .level-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prime .level__title {
  font-family: "Museo Sans Cyrl 700";
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
@media screen and (max-width: 680px) {
  .prime .level__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 560px) {
  .prime .level__title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 480px) {
  .prime .level__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.prime .level-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
.prime .level-list.level-list--size {
  -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;
}
.prime .level-item--room,
.prime .level-item--door {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding: 10px;
}
.prime .level-item--room p,
.prime .level-item--door p {
  font-family: "Museo Sans Cyrl 500";
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 980px) {
  .prime .level-item--room,
.prime .level-item--door {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 360px) {
  .prime .level-item--room,
.prime .level-item--door {
    font-size: 13px;
    line-height: 17px;
  }
}
.prime .level-item--room label,
.prime .level-item--door label {
  position: relative;
  cursor: pointer;
}
.prime .level-item--room label input,
.prime .level-item--door label input {
  display: none;
}
.prime .level-item--room .level__img,
.prime .level-item--door .level__img {
  position: relative;
  max-width: 203px;
  width: 100%;
  height: 168px;
}
@media screen and (max-width: 1180px) {
  .prime .level-item--room .level__img,
.prime .level-item--door .level__img {
    width: 170px;
    height: 135px;
  }
}
@media screen and (max-width: 980px) {
  .prime .level-item--room .level__img,
.prime .level-item--door .level__img {
    width: 140px;
    height: 105px;
  }
}
@media screen and (max-width: 540px) {
  .prime .level-item--room .level__img,
.prime .level-item--door .level__img {
    width: 100px;
    height: 85px;
  }
}
.prime .level-item--room .level__img-square,
.prime .level-item--door .level__img-square {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 120px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
}
@media (max-width: 1180px) {
  .prime .level-item--room .level__img-square,
.prime .level-item--door .level__img-square {
    top: 80px;
  }
}
@media (max-width: 980px) {
  .prime .level-item--room .level__img-square,
.prime .level-item--door .level__img-square {
    top: 60px;
  }
}
@media (max-width: 540px) {
  .prime .level-item--room .level__img-square,
.prime .level-item--door .level__img-square {
    width: 20px;
    height: 20px;
  }
}
.prime .level-item--room .level__img-square:after,
.prime .level-item--door .level__img-square:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/quiz/ico-check-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prime .level-item--room label input[type=radio]:checked ~ .level__img .level__img-square,
.prime .level-item--door label input[type=radio]:checked ~ .level__img .level__img-square {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), to(#FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 100%);
}
.prime .level-item--room label input[type=radio]:checked ~ .level__img .level__img-square:after,
.prime .level-item--door label input[type=radio]:checked ~ .level__img .level__img-square:after {
  background-image: url("../img/quiz/ico-check-white.svg");
}
.prime .level-item--room .level__img img,
.prime .level-item--door .level__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.prime .level-tel {
  display: none;
}
.prime .level-tel ~ div {
  width: 161px;
  height: 49px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  overflow: hidden;
}
.prime .level-tel:checked ~ div {
  border-color: #FAC109;
}
.prime .level-list--tel {
  margin-bottom: 44px;
}
.prime .level-item--tel {
  margin-right: 10px;
  margin-bottom: 20px;
}
.prime .level-tel--viber {
  position: relative;
  padding-left: 10px;
}
.prime .level-tel--viber:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url("../img/quiz/ico-viber.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.prime .level-tel--telegram {
  position: relative;
  padding-left: 10px;
}
.prime .level-tel--telegram:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../img/quiz/ico-telegram.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.prime .level__text {
  max-width: 430px;
  width: 100%;
  color: #5C5C5C;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 44px;
  text-align: center;
}
.prime .level__text span {
  color: #DB1D37;
}
.prime .level-phone {
  display: block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  margin: 0 auto 38px;
  background: #FFFFFF;
  border: 1px solid #6E9BC5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
}
@media (max-width: 560px) {
  .prime .level__photo-block {
    margin-right: 15px;
  }
}
.prime .level-item--cupboard {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  padding: 10px;
}
.prime .level-item--cupboard p {
  margin-bottom: 0;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.prime .level-item--cupboard label {
  position: relative;
  cursor: pointer;
}
.prime .level-item--cupboard .level__img {
  position: relative;
  max-width: 203px;
  width: 100%;
  height: 382px;
}
@media screen and (max-width: 1180px) {
  .prime .level-item--cupboard .level__img {
    width: 170px;
    height: 330px;
  }
}
@media screen and (max-width: 980px) {
  .prime .level-item--cupboard .level__img {
    width: 140px;
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  .prime .level-item--cupboard .level__img {
    width: 100px;
    height: 200px;
  }
}
.prime .level-item--cupboard .level__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.prime .level-item--cupboard .level__img-square {
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 3px;
}
@media (max-width: 540px) {
  .prime .level-item--cupboard .level__img-square {
    width: 20px;
    height: 20px;
  }
}
.prime .level-item--cupboard .level__img-square:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/quiz/ico-check-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.prime .level-item--cupboard label input[type=radio]:checked ~ .level__img .level__img-square {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), to(#FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 100%);
}
.prime .level-item--cupboard label input[type=radio]:checked ~ .level__img .level__img-square:after {
  background-image: url("../img/quiz/ico-check-white.svg");
}
.prime .level-item--cupboard .level__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.prime .level-item--size {
  margin-bottom: 20px;
}
.prime .level__photo {
  position: relative;
  max-width: 290px;
  width: 100%;
  height: 287px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 1180px) {
  .prime .level__photo {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 980px) {
  .prime .level__photo {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .prime .level__photo {
    width: 100px;
    height: 100px;
  }
}
.prime .level__photo img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.prime .level__photo:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 129px;
  bottom: -1px;
  left: 0;
  background-image: url("../img/quiz/effect-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .prime .level__photo:after {
    display: none;
  }
}
.prime .level__photo-name {
  font-family: "Museo Sans Cyrl 700";
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
}
@media (max-width: 480px) {
  .prime .level__photo-name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 360px) {
  .prime .level__photo-name {
    font-size: 18px;
    line-height: 24px;
  }
}
.prime .level__photo-specialist {
  font-family: "Museo Sans Cyrl 700";
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 480px) {
  .prime .level__photo-specialist {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 360px) {
  .prime .level__photo-specialist {
    font-size: 14px;
    line-height: 18px;
  }
}
.prime .level__photo-text {
  font-family: "Museo Sans Cyrl 300";
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 640px) {
  .prime .level__photo-text {
    margin-bottom: 10px;
  }
}
.prime .level__discount-title {
  font-family: "Museo Sans Cyrl 700";
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
}
@media (max-width: 1180px) {
  .prime .level__discount-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 860px) {
  .prime .level__discount-title {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 640px) {
  .prime .level__discount-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .prime .level__discount-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 360px) {
  .prime .level__discount-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.prime .level__discount {
  margin-bottom: 20px;
  color: #FABF0A;
  font-weight: 600;
  font-size: 122px;
  line-height: 128px;
}
@media screen and (max-width: 1180px) {
  .prime .level__discount {
    font-size: 100px;
    line-height: 110px;
  }
}
@media screen and (max-width: 980px) {
  .prime .level__discount {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 640px) {
  .prime .level__discount {
    font-size: 65px;
    line-height: 75px;
  }
}
@media (max-width: 480px) {
  .prime .level__discount {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 360px) {
  .prime .level__discount {
    font-size: 40px;
    line-height: 50px;
  }
}
.prime .level__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 84px;
}
@media (max-width: 560px) {
  .prime .level__buttons {
    margin-right: 0;
  }
}
.prime #level1 .level__buttons {
  margin-right: 0;
}
.prime .btn-next {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  max-width: 271px;
  width: 100%;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF !important;
}
@media screen and (max-width: 680px) {
  .prime .btn-next {
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  .prime .btn-next {
    height: 45px;
  }
}
.prime #level5 .btn-next {
  max-width: 330px;
}
.prime .btn-next:hover {
  background: -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935)), -webkit-gradient(linear, left top, right top, from(#FAC505), color-stop(95.02%, #FA8935));
  background: linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%), linear-gradient(90deg, #FAC505 0%, #FA8935 95.02%);
  cursor: pointer;
}
.prime .btn-next:active,
.prime .btn-back:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
.prime .btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #686868 !important;
}
.prime .btn-back:hover {
  color: #cccccc;
  cursor: pointer;
}
.prime .level__title-img {
  display: block;
  max-width: 403px;
  width: 100%;
  height: 176px;
  margin: 0 auto 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
