@charset "UTF-8";
@font-face {
  font-family: "Arimo-Regular";
  src: url("../fonts/Arimo-Regular.ttf");
}
@font-face {
  font-family: "Arimo-Bold";
  src: url("../fonts/Arimo-Bold.ttf");
}
@font-face {
  font-family: "Arimo-Italic";
  src: url("../fonts/Arimo-Italic.ttf");
}
@font-face {
  font-family: "Arimo-BoldItalic";
  src: url("../fonts/Arimo-BoldItalic.ttf");
}
@keyframes scale-jump {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1) translateY(-20px);
  }
  25% {
    transform: scale(1);
  }
}
* {
  font-family: "Arimo-Bold";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

dl,
ol,
ul,
label {
  margin-top: 0;
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
}

body {
  font-family: "Arimo-Bold";
  font-size: 16px;
  line-height: 1.2;
  color: #333;
}

.marquiz__container {
  max-width: 290px;
  z-index: 99;
}
@media (max-width: 480px) {
  .marquiz__container {
    bottom: 60px;
    right: 0px;
    z-index: 99;
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .marquiz__container a {
    font-size: 12px;
    padding: 13px 18px;
  }
}

.marquiz__container.hidden {
  display: none;
  visibility: hidden;
}

.marquiz__container {
  position: fixed;
  bottom: 70px;
  right: 100px;
  transition: 0.3s;
  border-radius: 25px;
  outline: none;
  animation: scale-jump 2s infinite;
}

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

ul {
  list-style-type: none;
}
ul a {
  text-decoration: none;
}

h2,
.h2 {
  font-size: 46px;
  text-align: center;
}
@media (max-width: 980px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 27px;
  }
}
@media (max-width: 374px) {
  h2,
  .h2 {
    font-size: 23px;
  }
}

h1 {
  font-size: 45px;
  text-align: left;
}
@media (max-width: 1279px) {
  h1 {
    text-align: center;
    font-size: 48px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 410.999px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 374px) {
  h1 {
    font-size: 26px;
  }
}
h1 span {
  color: #0064d2;
}

.container {
  max-width: 980px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
}

form {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 15px 25px;
  box-sizing: border-box;
  text-align: center;
}
form .form-header {
  color: #87001d;
}
form .form-content {
  margin-top: 15px;
}
form .form-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
form .form-field input[type="text"],
form .form-field input[type="tel"],
form .form-field select,
form .form-field input[type="date"] {
  border-radius: 25px;
  background-color: #ebecec;
  outline: none;
  border: 1px solid #333;
  height: 40px;
  text-align: center;
  box-sizing: border-box;
  color: #5a5957;
  text-align-last: center;
  font-weight: 400;
  font-family: "Arimo-Regular";
}
form .form-field .label {
  margin-bottom: 7px;
  display: block;
}
@media (max-width: 374px) {
  form .form-field .label {
    font-size: 14px;
  }
}
form .form-field input[type="tel"] {
  background: url("../img/input-phone-icon.png") no-repeat 12px center;
  background-color: #ebecec;
}
@media (max-width: 374px) {
  form .form-field input[type="tel"] {
    background-size: 16px;
  }
}
form .form-field select {
  width: 300px;
  background: url("../img/select-1.png") no-repeat 95% center;
  background-color: #ebecec;
}
form .field-feedback .feedback-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
form .field-feedback .feedback-container input[type="radio"] {
  display: none;
}
form .field-feedback .feedback-container label {
  border: 2px solid #fff;
  padding: 5px;
  width: 150px;
  background-color: #ebecec;
  border-radius: 20px;
  position: relative;
  margin: 0 5px;
  transition: 0.3s;
}
@media (max-width: 560px) {
  form .field-feedback .feedback-container label {
    margin: 5px;
  }
}
form .field-feedback .feedback-container label span:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
form .field-feedback .feedback-container label:first-of-type span:before {
  background: url("../img/phone.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container label:nth-of-type(2) span:before {
  background: url("../img/viber.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container label:last-of-type span:before {
  background: url("../img/telegram.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container input[type="radio"]:checked + label {
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}
form .field-feedback .feedback-container input[type="radio"]:checked + label:first-of-type span:before {
  background: url("../img/phone-active.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container input[type="radio"]:checked + label:nth-of-type(2) span:before {
  background: url("../img/viber-active.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container input[type="radio"]:checked + label:last-of-type span:before {
  background: url("../img/telegram-active.png") no-repeat;
  background-size: contain;
}
form .field-feedback .feedback-container input[type="radio"] + label:hover {
  border-color: #2395f4;
  cursor: pointer;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
form .form-field:first-of-type {
  margin-top: 0px;
}
form input::placeholder {
  color: #5a5957;
  font-weight: 400;
}
form input[type="text"]:focus,
form input[type="tel"]:focus {
  border: 1px solid #0064d2;
}
form select {
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  outline: none;
  text-align: center;
  last-text-align: center;
  text-align: -webkit-center;
}

.button {
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.button:focus {
  outline: none;
}

.button-yellow {
  outline: none;
  border: none;
  box-sizing: border-box;
  background-color: #fde235;
  border-bottom: 4px solid #f8ad17;
  -webkit-border-top: 4px solid #fef294;
  -webkit-bottom: 4px solid #f8ad17;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px auto 0;
  transition: 0.3s;
}
.button-yellow span {
  display: block;
  color: #fff;
  border-radius: 50%;
  background-color: #f8ad17;
  width: 42px;
  height: 42px;
  box-sizing: border-box;
  border-top: 2px solid #f18b17;
  padding: 6px 0 0 7px;
}
.button-yellow span img {
  width: 24px;
  height: 24px;
}

.button-yellow:hover {
  background-color: #fde235;
  border-bottom: 4px solid #f18b17;
  box-shadow: 0px 3px 5px 1px rgba(254, 242, 148, 0.4);
}
.button-yellow:hover span {
  background-color: #f8ad17;
  border-top: 2px solid #f18b17;
}

.button-yellow:focus {
  background-color: #fde235;
  border-bottom: 4px solid #d17307;
}

.button-red {
  outline: none;
  border: none;
  box-sizing: border-box;
  background-color: #b92e3c;
  border-bottom: 4px solid #922726;
  -webkit-bottom: 4px solid #922726;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
  transition: 0.3s;
  color: #fff;
}

.main {
  padding-left: 380px;
}
@media (max-width: 1599px) {
  .main {
    padding-left: 360px;
  }
}
@media (max-width: 1439px) {
  .main {
    padding-left: 340px;
  }
}
@media (max-width: 1023px) {
  .main {
    padding: 0;
  }
}

.slick-slider .slick-next {
  background-image: url(../img/next.png);
}
@media screen and (max-width: 980px) {
  .slick-slider .slick-next {
    right: -10px;
  }
}
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background-image: url(../img/next-hover.png);
}
.slick-slider .slick-next:focus {
  opacity: 0.7;
}
.slick-slider .slick-prev {
  background-image: url(../img/prev.png);
}
@media screen and (max-width: 980px) {
  .slick-slider .slick-prev {
    left: -10px;
  }
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus {
  background-image: url(../img/prev-hover.png);
}
.slick-slider .slick-prev:focus {
  opacity: 0.7;
}
.slick-slider .slick-next,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus,
.slick-slider .slick-prev,
.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus {
  width: 57px;
  height: 65px;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
  top: 50%;
  background-size: contain;
}
@media (max-width: 1279px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 50px;
  }
}
@media (max-width: 1023px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 57px;
  }
}
@media (max-width: 980px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 45px;
  }
}
@media (max-width: 560px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 35px;
  }
}
@media (max-width: 410px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 30px;
  }
}
@media (max-width: 374px) {
  .slick-slider .slick-next,
  .slick-slider .slick-next:hover,
  .slick-slider .slick-next:focus,
  .slick-slider .slick-prev,
  .slick-slider .slick-prev:hover,
  .slick-slider .slick-prev:focus {
    width: 25px;
  }
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 0px;
  content: "";
}

.title {
  min-height: 100vh;
  overflow: hidden;
  background: url("../img/title-bg.jpg") no-repeat;
  background-size: cover;
  background-position-x: center;
  padding: calc((100vh - 600px) / 3) 0 0;
}
@media (max-width: 1600px) {
  .title {
    padding: 80px 0 160px;
  }
}
@media (max-width: 1280px) {
  .title {
    padding: 60px 0 120px;
  }
}
@media (max-width: 1023px) {
  .title {
    padding: 100px 0 40px;
    height: auto;
  }
}
@media (max-width: 980px) {
  .title {
    padding: 100px 0 40px;
    height: auto;
  }
}
.title .container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .title .container {
    height: auto;
  }
}

.top-phones {
  display: none;
}
@media (max-width: 1023px) {
  .top-phones {
    display: block;
    margin-bottom: 20px;
  }

  .top-phones a {
    display: block;
    color: #000;
  }
}

.title-header {
  background-color: #fff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  text-align: left;
  position: relative;
  padding: 24px 0px 24px 36px;
}
@media (max-width: 1279px) {
  .title-header {
    max-width: 740px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .title-header {
    max-width: 640px;
    padding: 16px 0;
  }
}
@media (max-width: 410px) {
  .title-header {
    padding: 14px 0;
  }
}
.title-header img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
}
@media (max-width: 1279px) {
  .title-header img {
    top: 130%;
    width: 240px;
    right: 15px;
  }
}
@media (max-width: 1023px) {
  .title-header img {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .title-header img {
    top: 137%;
    width: 180px;
  }
}
@media (max-width: 410px) {
  .title-header img {
    width: 160px;
  }
}
.title-img-block {
  margin: 10px 60px 0 auto;
  max-width: 380px;
}
@media (max-width: 980px) {
  .title-img-block {
    margin: 10px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .title-img-block {
    margin: 10px auto 0;
  }
}
@media (max-width: 480px) {
  .title-img-block {
    max-width: 250px;
    margin-top: 15px;
  }
}
@media (max-width: 410px) {
  .title-img-block {
    max-width: 235px;
  }
}
@media (max-width: 1439px) {
  .title-img-block img {
    width: 110px;
  }
}
@media (max-width: 1023px) {
  .title-img-block img {
    width: 115px;
  }
}
@media (max-width: 480px) {
  .title-img-block img {
    width: 80px;
  }
}
@media (max-width: 410px) {
  .title-img-block img {
    width: 75px;
  }
}
.title form {
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 900px;
  margin: 80px auto 0;
  border-radius: 25px;
  display: flex;
  padding: 36px 10px;
}
@media (max-width: 1279px) {
  .title form {
    max-width: 740px;
    margin: 100px auto 0;
  }
}
@media (max-width: 1023px) {
  .title form {
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  .title form {
    max-width: 640px;
  }
}
@media (max-width: 560px) {
  .title form {
    padding: 20px 5px;
  }
}
.title form .form-header {
  font-size: 32px;
  color: #333;
  margin-bottom: 25px;
}
@media (max-width: 1279px) {
  .title form .form-header {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title form .form-header {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .title form .form-header {
    font-size: 21px;
    margin-bottom: 16px;
  }
}
.title .form-field {
  margin-top: 20px;
}
.title .form-field .label {
  margin-bottom: 10px;
}
@media (max-width: 374px) {
  .title .form-field .label {
    font-size: 16px;
  }
}
.title .label {
  margin-bottom: 10px;
}
@media (max-width: 374px) {
  .title .label {
    font-size: 16px;
  }
}
.title .field-size input {
  width: 160px;
}
@media (max-width: 374px) {
  .title .field-size span {
    display: none;
  }
}
@media (max-width: 374px) {
  .title .field-size input:last-of-type {
    margin-top: 10px;
  }
}
.title label {
  margin-bottom: 0;
}
@media (max-width: 410px) {
  .title form .form-field select {
    width: 260px;
  }
}
.title form .btn-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.title form .btn-container .next-level {
  display: block;
  outline: none;
  border: none;
  background-color: #fde235;
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border-radius: 30px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .title form .btn-container .next-level {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .title form .btn-container .next-level {
    width: 160px;
    font-size: 14px;
  }
}
.title form .btn-container .next-level:hover {
  cursor: pointer;
  background-color: #fcdf26;
}
.title form .btn-container .back-level {
  font-size: 16px;
  color: #969696;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90px;
}
@media (max-width: 767px) {
  .title form .btn-container .back-level {
    left: -60px;
  }
}
@media (max-width: 560px) {
  .title form .btn-container .back-level {
    position: relative;
    top: 0;
    transform: translateY(0);
    left: 0px;
    margin-right: 15px;
  }
}
@media (max-width: 410px) {
  .title form .btn-container .back-level {
    font-size: 11px;
    margin-right: 10px;
  }
}
.title form .btn-container .back-level:hover {
  opacity: 0.8;
  cursor: pointer;
}
.title form .btn-container .button-yellow {
  margin-top: 0;
}
.title .calc-left-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 760px;
  width: 100%;
}
@media (max-width: 480px) {
  .title .calc-left-column {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.title .calc-left-column input {
  display: none;
}
.title .calc-left-column label {
  box-sizing: border-box;
  position: relative;
  margin: 15px;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 3px solid #b2b3b3;
}
@media (max-width: 1279px) {
  .title .calc-left-column label {
    margin: 10px;
  }
}
@media (max-width: 1139px) {
  .title .calc-left-column label {
    padding: 7px;
  }
}
@media (max-width: 1023px) {
  .title .calc-left-column label {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .title .calc-left-column label {
    padding: 7px;
    border-radius: 12px;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  .title .calc-left-column label {
    padding: 5px;
    border: 2px solid #b2b3b3;
    width: 30%;
    max-width: 90px;
    margin: 10px 1.5%;
  }
}
.title .calc-left-column label img {
  width: 100%;
}
.title .calc-left-column input[type="radio"]:checked + label {
  border-color: #0064d2;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.title .calc-left-column input[type="radio"] + label:hover {
  border-color: #268efd;
  cursor: pointer;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.title .calc-right-column .block-1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .title .calc-right-column .block-1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .title .calc-right-column .block-1 .block-column-right {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .title .calc-right-column .block-1 .type-opening-wrap {
    width: 100%;
  }
}
.title .calc-right-column .block-1 input[type="text"],
.title .calc-right-column .block-1 select {
  width: 205px;
  text-align-last: center;
}
@media (max-width: 640px) {
  .title .calc-right-column .block-1 .field-size input {
    margin: 0 5px;
  }
}
@media (max-width: 560px) {
  .title .calc-right-column .block-1 .field-size input {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .title .calc-right-column .block-1 .field-size input:last-of-type {
    margin-top: 0;
  }
}
.title .calc-right-column .type-opening-wrap {
  width: 420px;
}
.title .calc-right-column .type-opening {
  display: flex;
  flex-direction: column;
}
.title .calc-right-column .type-opening input {
  display: none;
}
.title .calc-right-column .type-opening label {
  position: relative;
  text-align: left;
  padding: 7px 0 7px 17px;
  margin: 3px 0;
  z-index: 100;
}
.title .calc-right-column .type-opening label:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/form-icon.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  top: 8px;
  left: 4px;
}
.title .calc-right-column .type-opening input[type="radio"]:checked + label {
  background-color: #0064d2;
  color: #fff;
  z-index: 99;
}
.title .calc-right-column .type-opening input[type="radio"]:checked + label:before {
  background: url("../img/form-icon-active.png") no-repeat;
  background-size: cover;
}
.title .calc-right-column .type-opening label:hover,
.title .calc-right-column .type-opening input[type="radio"]:checked + label:hover {
  background-color: #268efd;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
.title input[type="tel"] {
  width: 300px;
  height: 50px;
}
@media (max-width: 410px) {
  .title input[type="tel"] {
    width: 270px;
    height: 44px;
  }
}
@media (max-width: 359px) {
  .title input[type="tel"] {
    width: 250px;
    height: 42px;
  }
}
.title .button-yellow {
  width: 450px;
  height: 68px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .title .button-yellow {
    width: 375px;
    height: 60px;
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .title .button-yellow {
    width: 310px;
    height: 56px;
    font-size: 17px;
  }
}
@media (max-width: 410px) {
  .title .button-yellow {
    width: 250px;
    height: 48px;
    font-size: 14px;
  }
}
.title .button-yellow span {
  padding: 4px 0 0 0;
}
@media (max-width: 410px) {
  .title .button-yellow span {
    padding: 4px 0 0 0;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 410px) {
  .title .button-yellow span img {
    width: 20px;
    height: 20px;
  }
}

.differences-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .differences-content {
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
.differences-content .difference-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  width: 30vw;
  max-width: 310px;
}
@media (max-width: 1375px) {
  .differences-content .difference-block {
    max-width: calc((100vw - 440px) / 3);
  }
}
@media (max-width: 1023px) {
  .differences-content .difference-block {
    max-width: 310px;
  }
}
@media (max-width: 640px) {
  .differences-content .difference-block {
    width: 80vw;
    max-width: 500px;
    margin: 10px auto;
  }
}
@media (max-width: 374px) {
  .differences-content .difference-block {
    max-width: 80vw;
  }
}
.differences-content .difference-block .block-header {
  color: #0064d2;
}
.differences-content .difference-block .line {
  display: block;
  width: 170px;
  height: 1px;
  background-color: #0064d2;
  margin-top: 5px;
}
.differences-content .difference-block p {
  margin-top: 5px;
  font-family: "Arimo-Regular";
}
@media (max-width: 374px) {
  .differences-content .difference-block img {
    width: 120px;
  }
}
.differences-content .block-5 ul {
  text-align: left;
  list-style-type: none;
}
.differences-content .block-5 ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-family: "Arimo-Regular";
}
.differences-content .block-5 ul li:before {
  content: "";
  background: url("../img/icon-7.png") no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.differences-window {
  padding: 40px 0;
}
@media (max-width: 640px) {
  .differences-window {
    padding: 40px 0 20px;
  }
}

.differences-approach {
  padding: 40px 0;
}
@media (max-width: 640px) {
  .differences-approach {
    padding: 20px 0 40px;
  }
}

.calc {
  padding: 40px 0;
  background: url("../img/calc-bg-1.jpg") no-repeat;
  background-size: cover;
}
.calc form {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 850px;
  margin: 30px auto 0;
  border-radius: 25px;
  display: flex;
  padding: 0;
}
@media (max-width: 1139px) {
  .calc form {
    flex-wrap: wrap;
  }
}
.calc .form-field {
  margin-top: 20px;
}
.calc .form-field .label {
  margin-bottom: 10px;
}
@media (max-width: 374px) {
  .calc .form-field .label {
    font-size: 16px;
  }
}
.calc .field-size input:last-of-type {
  margin-top: 10px;
}
.calc label {
  margin-bottom: 0;
}
.calc .calc-left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 170px;
  padding: 15px 15px 15px 0;
}
@media (max-width: 1139px) {
  .calc .calc-left-column {
    flex-direction: row;
    width: 100%;
    padding: 15px 10px;
  }
}
@media (max-width: 1023px) {
  .calc .calc-left-column {
    flex-direction: column;
    width: 170px;
    padding: 15px 15px 15px 0px;
  }
}
@media (max-width: 872px) {
  .calc .calc-left-column {
    flex-direction: row;
    width: 100%;
    padding: 15px 10px;
  }
}
.calc .calc-left-column input {
  display: none;
}
.calc .calc-left-column label {
  box-sizing: border-box;
  position: relative;
  margin: 5px;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 3px solid #b2b3b3;
}
@media (max-width: 1139px) {
  .calc .calc-left-column label {
    padding: 7px;
  }
}
@media (max-width: 1023px) {
  .calc .calc-left-column label {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .calc .calc-left-column label {
    padding: 7px;
    border-radius: 15px;
  }
}
@media (max-width: 480px) {
  .calc .calc-left-column label {
    padding: 5px;
    border-radius: 12px;
    border: 2px solid #b2b3b3;
  }
}
.calc .calc-left-column label img {
  width: 100%;
}
.calc .calc-left-column input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  right: -30px;
  top: 41px;
  border: 14px solid transparent;
  border-left: 14px solid #0064d2;
}
@media (max-width: 1139px) {
  .calc .calc-left-column input[type="radio"]:checked + label:after {
    right: 50%;
    top: 100%;
    border-left: none;
    border: 14px solid transparent;
    border-top: 14px solid #0064d2;
    transform: translateX(50%);
  }
}
@media (max-width: 1023px) {
  .calc .calc-left-column input[type="radio"]:checked + label:after {
    position: absolute;
    right: -17px;
    top: 40px;
    border: 14px solid transparent;
    border-left: 14px solid #0064d2;
  }
}
@media (max-width: 872px) {
  .calc .calc-left-column input[type="radio"]:checked + label:after {
    right: 50%;
    top: 100%;
    border-left: none;
    border: 14px solid transparent;
    border-top: 14px solid #0064d2;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .calc .calc-left-column input[type="radio"]:checked + label:after {
    right: 50%;
    top: 100%;
    border-left: none;
    border: 14px solid transparent;
    border-top: 14px solid #0064d2;
    transform: translateX(50%);
  }
}
.calc .calc-left-column input[type="radio"]:checked + label {
  border-color: #0064d2;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.calc .calc-left-column input[type="radio"] + label:hover {
  border-color: #268efd;
  cursor: pointer;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.calc .calc-right-column {
  background-color: #fff;
  border-radius: 25px;
  max-width: 680px;
  width: 100%;
  padding: 20px 12px;
  box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1139px) {
  .calc .calc-right-column {
    margin: 20px auto 0;
  }
}
@media (max-width: 1023px) {
  .calc .calc-right-column {
    margin: 0px;
  }
}
@media (max-width: 872px) {
  .calc .calc-right-column {
    margin: 20px auto 0;
  }
}
@media (max-width: 767px) {
  .calc .calc-right-column {
    margin: 20px auto 0;
    max-width: 670px;
  }
}
@media (max-width: 480px) {
  .calc .calc-right-column {
    padding: 10px;
    margin: 10px auto 0;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column {
    padding: 10px 5px;
  }
}
.calc .calc-right-column .block-1 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-1 .block-column-right {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-1 .type-opening-wrap {
    width: 100%;
  }
}
.calc .calc-right-column .block-1 input[type="text"],
.calc .calc-right-column .block-1 select {
  width: 205px;
  text-align-last: center;
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-1 .field-size input {
    margin: 0 5px;
  }
}
@media (max-width: 560px) {
  .calc .calc-right-column .block-1 .field-size input {
    width: 45%;
  }
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-1 .field-size input:last-of-type {
    margin-top: 0;
  }
}
.calc .calc-right-column .type-opening-wrap {
  width: 420px;
}
.calc .calc-right-column .type-opening {
  display: flex;
  flex-direction: column;
}
.calc .calc-right-column .type-opening input {
  display: none;
}
.calc .calc-right-column .type-opening label {
  position: relative;
  text-align: left;
  padding: 7px 0 7px 17px;
  margin: 3px 0;
  z-index: 100;
}
.calc .calc-right-column .type-opening label:before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/form-icon.png") no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
  top: 8px;
  left: 4px;
}
.calc .calc-right-column .type-opening input[type="radio"]:checked + label {
  background-color: #0064d2;
  color: #fff;
  z-index: 99;
}
.calc .calc-right-column .type-opening input[type="radio"]:checked + label:before {
  background: url("../img/form-icon-active.png") no-repeat;
  background-size: cover;
}
.calc .calc-right-column .type-opening label:hover,
.calc .calc-right-column .type-opening input[type="radio"]:checked + label:hover {
  background-color: #268efd;
  text-decoration: underline;
  cursor: pointer;
  color: #fff;
}
.calc .calc-right-column .block-2 {
  margin-top: 20px;
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-2 {
    margin-top: 20px;
  }
}
.calc .calc-right-column .block-2 .window-color {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .calc .calc-right-column .block-2 .window-color {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.calc .calc-right-column .block-2 .window-color input {
  display: none;
}
.calc .calc-right-column .block-2 .window-color label {
  position: relative;
  text-align: center;
  max-width: 95px;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 560px) {
  .calc .calc-right-column .block-2 .window-color label {
    margin: 3px 0;
  }
}
@media (max-width: 410px) {
  .calc .calc-right-column .block-2 .window-color label {
    max-width: 85px;
  }
}
.calc .calc-right-column .block-2 .window-color label span {
  display: block;
  margin-top: 5px;
  font-family: "Arimo-Regular";
  font-size: 14px;
}
@media (max-width: 410px) {
  .calc .calc-right-column .block-2 .window-color label span {
    font-size: 12px;
  }
}
.calc .calc-right-column .block-2 .window-color label img {
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  border: 2px solid #b2b3b3;
  border-radius: 10px;
  transition: 0.3s;
}
@media (max-width: 410px) {
  .calc .calc-right-column .block-2 .window-color label img {
    width: 60px;
    height: 60px;
  }
}
.calc .calc-right-column .block-2 .window-color input[type="radio"]:checked + label img {
  border-color: #0064d2;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}
.calc .calc-right-column .block-2 .window-color input[type="radio"]:checked + label span {
  text-decoration: underline;
}
.calc .calc-right-column .block-2 .window-color input[type="radio"] + label:hover img {
  border-color: #268efd;
  cursor: pointer;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
}
.calc .calc-right-column .block-2 input[type="tel"] {
  width: 300px;
  height: 50px;
}
@media (max-width: 410px) {
  .calc .calc-right-column .block-2 input[type="tel"] {
    width: 270px;
    height: 44px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .block-2 input[type="tel"] {
    width: 250px;
    height: 42px;
  }
}
.calc .calc-right-column .block-2 .button-yellow {
  width: 450px;
  height: 68px;
  font-size: 24px;
}
@media (max-width: 560px) {
  .calc .calc-right-column .block-2 .button-yellow {
    width: 410px;
    height: 68px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .calc .calc-right-column .block-2 .button-yellow {
    width: 369px;
    height: 64px;
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  .calc .calc-right-column .block-2 .button-yellow {
    width: 333px;
    height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .calc .calc-right-column .block-2 .button-yellow {
    width: 318px;
    height: 60px;
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .block-2 .button-yellow {
    width: 278px;
    height: 55px;
  }
}
.calc .calc-right-column .block-2 .button-yellow span {
  padding: 6px 0 0 0;
}
@media (max-width: 359px) {
  .calc .calc-right-column .block-2 .button-yellow span {
    padding: 4px 0 0 0;
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .block-2 .button-yellow span img {
    width: 20px;
    height: 20px;
  }
}

.profile-system {
  padding: 40px 0;
}
@media (max-width: 480px) {
  .profile-system .container {
    padding: 0;
  }
}
.profile-system .profile-system-slider {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 60px;
  margin-top: 30px;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider {
    padding: 0 40px;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider {
    padding: 0 60px;
  }
}
@media (max-width: 980px) {
  .profile-system .profile-system-slider {
    width: 98vw;
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider {
    padding: 0 45px;
    width: 100vw;
  }
}
@media (max-width: 410px) {
  .profile-system .profile-system-slider {
    padding: 0 38px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider {
    padding: 0 30px;
  }
}
.profile-system .profile-system-slider .slide {
  border-radius: 20px;
}
.profile-system .profile-system-slider .slide-1,
.profile-system .profile-system-slider .slide-2,
.profile-system .profile-system-slider .slide-3,
.profile-system .profile-system-slider .slide-4 {
  background: url("../img/rehau-bg.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  padding: 15px 15px;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    padding: 15px 5px;
    justify-content: space-around;
    background-position-x: 20%;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    padding: 15px 15px;
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    padding: 10px 10px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    background-position-x: 25%;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1,
  .profile-system .profile-system-slider .slide-2,
  .profile-system .profile-system-slider .slide-3,
  .profile-system .profile-system-slider .slide-4 {
    background-position-x: 28%;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-left,
.profile-system .profile-system-slider .slide-2 .slide-column-left,
.profile-system .profile-system-slider .slide-3 .slide-column-left,
.profile-system .profile-system-slider .slide-4 .slide-column-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left,
  .profile-system .profile-system-slider .slide-2 .slide-column-left,
  .profile-system .profile-system-slider .slide-3 .slide-column-left,
  .profile-system .profile-system-slider .slide-4 .slide-column-left {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left,
  .profile-system .profile-system-slider .slide-2 .slide-column-left,
  .profile-system .profile-system-slider .slide-3 .slide-column-left,
  .profile-system .profile-system-slider .slide-4 .slide-column-left {
    justify-content: space-between;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-left ul,
.profile-system .profile-system-slider .slide-2 .slide-column-left ul,
.profile-system .profile-system-slider .slide-3 .slide-column-left ul,
.profile-system .profile-system-slider .slide-4 .slide-column-left ul {
  margin-left: 10px;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-2 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-3 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-4 .slide-column-left ul {
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-2 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-3 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-4 .slide-column-left ul {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-2 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-3 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-4 .slide-column-left ul {
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-2 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-3 .slide-column-left ul,
  .profile-system .profile-system-slider .slide-4 .slide-column-left ul {
    margin-left: 0px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-left li,
.profile-system .profile-system-slider .slide-2 .slide-column-left li,
.profile-system .profile-system-slider .slide-3 .slide-column-left li,
.profile-system .profile-system-slider .slide-4 .slide-column-left li {
  border-radius: 25px;
  width: 235px;
  height: 51px;
  text-align: center;
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  color: #fff;
  border: 2px solid #abd7fa;
  font-size: 20px;
  padding: 10px;
  margin: 10px 10px;
  transition: 0.3s;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 190px;
    margin: 10px 5px;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 235px;
    margin: 10px 10px;
  }
}
@media (max-width: 980px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 220px;
    margin: 10px 7px;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 235px;
    margin: 10px;
  }
}
@media (max-width: 640px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 220px;
    margin: 10px 7px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 170px;
    height: 46px;
    padding: 10px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 145px;
    height: 43px;
    padding: 10px;
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 140px;
    height: 40px;
    padding: 9px;
    margin: 7px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left li,
  .profile-system .profile-system-slider .slide-2 .slide-column-left li,
  .profile-system .profile-system-slider .slide-3 .slide-column-left li,
  .profile-system .profile-system-slider .slide-4 .slide-column-left li {
    width: 120px;
    height: 34px;
    padding: 9px;
    margin: 5px 0;
    font-size: 12px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-left li.li-active,
.profile-system .profile-system-slider .slide-2 .slide-column-left li.li-active,
.profile-system .profile-system-slider .slide-3 .slide-column-left li.li-active,
.profile-system .profile-system-slider .slide-4 .slide-column-left li.li-active {
  border: 2px solid #fff;
  background: #ebecec;
  color: #333;
}
.profile-system .profile-system-slider .slide-1 .slide-column-left li:hover,
.profile-system .profile-system-slider .slide-2 .slide-column-left li:hover,
.profile-system .profile-system-slider .slide-3 .slide-column-left li:hover,
.profile-system .profile-system-slider .slide-4 .slide-column-left li:hover {
  background: #abd7fa;
  cursor: pointer;
  color: #333;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img {
    margin-top: 65px;
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img {
    margin-top: 60px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img {
    margin-top: 35px;
    padding-left: 30px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img {
    margin-top: 25px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img img,
.profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img img,
.profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img img,
.profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img img {
  width: 100px;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img img {
    width: 90px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img img {
    width: 75px;
  }
}
@media (max-width: 410px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img img {
    width: 70px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-2 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-3 .slide-column-left .profile-img img,
  .profile-system .profile-system-slider .slide-4 .slide-column-left .profile-img img {
    width: 55px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right-wrap,
.profile-system .profile-system-slider .slide-2 .slide-column-right-wrap,
.profile-system .profile-system-slider .slide-3 .slide-column-right-wrap,
.profile-system .profile-system-slider .slide-4 .slide-column-right-wrap {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-2 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-3 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-4 .slide-column-right-wrap {
    max-width: 360px;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-2 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-3 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-4 .slide-column-right-wrap {
    max-width: 400px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-2 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-3 .slide-column-right-wrap,
  .profile-system .profile-system-slider .slide-4 .slide-column-right-wrap {
    padding-top: 0px;
    margin-top: 20px;
    max-width: 590px;
    margin-left: 0px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right h3,
.profile-system .profile-system-slider .slide-2 .slide-column-right h3,
.profile-system .profile-system-slider .slide-3 .slide-column-right h3,
.profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
  color: #fff;
  font-family: "Arimo-Regular";
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-2 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-3 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-2 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-3 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-2 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-3 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 24px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-2 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-3 .slide-column-right h3,
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 18px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right h3:after,
.profile-system .profile-system-slider .slide-2 .slide-column-right h3:after,
.profile-system .profile-system-slider .slide-3 .slide-column-right h3:after,
.profile-system .profile-system-slider .slide-4 .slide-column-right h3:after {
  content: "";
  position: absolute;
  width: 170px;
  height: 2px;
  background-color: #fff;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right h3:after,
  .profile-system .profile-system-slider .slide-2 .slide-column-right h3:after,
  .profile-system .profile-system-slider .slide-3 .slide-column-right h3:after,
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3:after {
    width: 150px;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right ul,
.profile-system .profile-system-slider .slide-2 .slide-column-right ul,
.profile-system .profile-system-slider .slide-3 .slide-column-right ul,
.profile-system .profile-system-slider .slide-4 .slide-column-right ul {
  text-align: left;
  margin: 30px 10px 10px;
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right ul,
  .profile-system .profile-system-slider .slide-2 .slide-column-right ul,
  .profile-system .profile-system-slider .slide-3 .slide-column-right ul,
  .profile-system .profile-system-slider .slide-4 .slide-column-right ul {
    margin: 30px 0 0;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right li,
.profile-system .profile-system-slider .slide-2 .slide-column-right li,
.profile-system .profile-system-slider .slide-3 .slide-column-right li,
.profile-system .profile-system-slider .slide-4 .slide-column-right li {
  position: relative;
  padding-left: 20px;
  margin: 12px 0;
  font-family: "Arimo-Regular";
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right li,
  .profile-system .profile-system-slider .slide-2 .slide-column-right li,
  .profile-system .profile-system-slider .slide-3 .slide-column-right li,
  .profile-system .profile-system-slider .slide-4 .slide-column-right li {
    margin: 9px 0;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right li,
  .profile-system .profile-system-slider .slide-2 .slide-column-right li,
  .profile-system .profile-system-slider .slide-3 .slide-column-right li,
  .profile-system .profile-system-slider .slide-4 .slide-column-right li {
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right li,
  .profile-system .profile-system-slider .slide-2 .slide-column-right li,
  .profile-system .profile-system-slider .slide-3 .slide-column-right li,
  .profile-system .profile-system-slider .slide-4 .slide-column-right li {
    font-size: 12px;
    margin: 7px 0;
  }
}
.profile-system .profile-system-slider .slide-1 .slide-column-right li:before,
.profile-system .profile-system-slider .slide-2 .slide-column-right li:before,
.profile-system .profile-system-slider .slide-3 .slide-column-right li:before,
.profile-system .profile-system-slider .slide-4 .slide-column-right li:before {
  content: "";
  background: url("../img/icon-7.png") no-repeat;
  width: 15px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-2 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-3 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-4 .slide-column-right li:before {
    top: 0;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-2 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-3 .slide-column-right li:before,
  .profile-system .profile-system-slider .slide-4 .slide-column-right li:before {
    top: -2px;
  }
}
.profile-system .profile-system-slider .slide-1 .button-yellow,
.profile-system .profile-system-slider .slide-2 .button-yellow,
.profile-system .profile-system-slider .slide-3 .button-yellow,
.profile-system .profile-system-slider .slide-4 .button-yellow {
  width: 396px;
  height: 68px;
  font-size: 26px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    width: 360px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    width: 396px;
    height: 68px;
    font-size: 26px;
  }
}
@media (max-width: 980px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    max-width: 380px;
    width: 100%;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    bottom: -70px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    width: 320px;
    height: 63px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    width: 280px;
    height: 58px;
    font-size: 17px;
    bottom: -65px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow,
  .profile-system .profile-system-slider .slide-2 .button-yellow,
  .profile-system .profile-system-slider .slide-3 .button-yellow,
  .profile-system .profile-system-slider .slide-4 .button-yellow {
    width: 240px;
    height: 48px;
    font-size: 16px;
    bottom: -50px;
  }
}
@media (max-width: 374px) {
  .profile-system .profile-system-slider .slide-1 .button-yellow span,
  .profile-system .profile-system-slider .slide-2 .button-yellow span,
  .profile-system .profile-system-slider .slide-3 .button-yellow span,
  .profile-system .profile-system-slider .slide-4 .button-yellow span {
    padding: 3px 0 0 4px;
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 1279px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 26px;
  }
}
@media (max-width: 560px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .profile-system .profile-system-slider .slide-4 .slide-column-right h3 {
    font-size: 15px;
  }
}
.profile-system .slick-initialized .slick-slide {
  display: flex;
  height: 475px;
  outline: none;
}
@media (max-width: 1279px) {
  .profile-system .slick-initialized .slick-slide {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .profile-system .slick-initialized .slick-slide {
    height: 585px;
  }
}
@media (max-width: 640px) {
  .profile-system .slick-initialized .slick-slide {
    height: 590px;
  }
}
@media (max-width: 560px) {
  .profile-system .slick-initialized .slick-slide {
    height: 560px;
  }
}
@media (max-width: 480px) {
  .profile-system .slick-initialized .slick-slide {
    height: 520px;
  }
}
@media (max-width: 410px) {
  .profile-system .slick-initialized .slick-slide {
    height: 505px;
  }
}
@media (max-width: 374px) {
  .profile-system .slick-initialized .slick-slide {
    height: 435px;
  }
}
.profile-system .slick-prev {
  left: 0px;
}
@media (max-width: 1279px) {
  .profile-system .slick-prev {
    left: -10px;
  }
}
@media (max-width: 1023px) {
  .profile-system .slick-prev {
    left: 0px;
  }
}
@media (max-width: 480px) {
  .profile-system .slick-prev {
    left: 3px;
  }
}
.profile-system .slick-next {
  right: 0px;
}
@media (max-width: 1279px) {
  .profile-system .slick-next {
    right: -10px;
  }
}
@media (max-width: 1023px) {
  .profile-system .slick-next {
    right: 0px;
  }
}
@media (max-width: 480px) {
  .profile-system .slick-next {
    right: 3px;
  }
}

.complete {
  padding: 40px 0;
}
@media (max-width: 1023px) {
  .complete .container {
    padding: 0;
  }
}
.complete img {
  margin: 30px auto 0;
  display: block;
}
@media (max-width: 1279px) {
  .complete img {
    width: calc(100vw - 360px);
  }
}
@media (max-width: 1023px) {
  .complete img {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .complete img {
    width: 100vw;
  }
}

.sale {
  background-color: #eae1e2;
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 1439px) {
  .sale {
    overflow-x: hidden;
  }
}
.sale .h2 {
  display: block;
  font-size: 42px;
}
@media (max-width: 980px) {
  .sale .h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .sale .h2 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .sale .h2 {
    font-size: 27px;
  }
}
@media (max-width: 374px) {
  .sale .h2 {
    font-size: 23px;
  }
}
.sale .h2 span {
  color: #0064d2;
}
@media (max-width: 1375px) {
  .sale-img {
    max-width: calc(100vw - 375px - 350px);
  }
}
@media (max-width: 1023px) {
  .sale-img {
    max-width: calc(95vw - 375px);
  }
}
@media (max-width: 640px) {
  .sale-img {
    display: none;
  }
}
.sale .sale-date {
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  color: #0064d2;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sale .sale-date {
    margin-bottom: 5px;
  }
}
@media (max-width: 640px) {
  .sale .sale-date {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .sale .sale-date {
    font-size: 16px;
  }
}
.sale-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}
@media (max-width: 1375px) {
  .sale-content {
    align-items: center;
  }
}
@media (max-width: 640px) {
  .sale-content {
    margin-top: 5px;
    justify-content: center;
  }
}
@media (max-width: 410px) {
  .sale-content {
    margin-top: 0px;
  }
}
@media (max-width: 1439px) {
  .sale .sale-form-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 1375px) {
  .sale .sale-form-wrap {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .sale .sale-form-wrap {
    margin: 20px auto 0;
  }
}
.sale-info {
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  width: 235px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 5px 14px 7px;
  align-items: center;
  border-radius: 10px;
}
.sale-info span {
  display: block;
  max-width: 180px;
  font-size: 15px;
  color: #fff;
}
.sale-info img {
  width: 6px;
  height: 28px;
}
.sale form {
  max-width: 375px;
  position: relative;
  padding: 20px 15px 30px;
}
@media (max-width: 640px) {
  .sale form {
    max-width: 410px;
  }
}
@media (max-width: 374px) {
  .sale form {
    padding: 15px 10px 25px;
  }
}
.sale form .form-header {
  font-size: 24px;
}
@media (max-width: 374px) {
  .sale form .form-header {
    font-size: 20px;
  }
}
.sale form .form-content {
  margin-top: 15px;
}
.sale form .form-field input[type="text"],
.sale form .form-field input[type="tel"],
.sale form .form-field selectnt {
  height: 40px;
}
.sale form .form-field input[type="tel"] {
  width: 300px;
}
@media (max-width: 374px) {
  .sale form .form-field input[type="tel"] {
    width: 265px;
  }
}
.sale form .form-field select {
  width: 300px;
}
@media (max-width: 374px) {
  .sale form .form-field select {
    width: 265px;
  }
}
.sale form .field-size div {
  width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 374px) {
  .sale form .field-size div {
    width: 260px;
  }
}
.sale form .field-size input[type="text"] {
  width: 125px;
}
@media (max-width: 374px) {
  .sale form .field-size input[type="text"] {
    width: 110px;
  }
}
.sale form .button {
  border-radius: 30px;
}
.sale form .button-yellow {
  width: 325px;
  height: 57px;
  margin: 20px auto 0;
  font-size: 18px;
}
@media (max-width: 374px) {
  .sale form .button-yellow {
    width: 280px;
    height: 52px;
  }
}
.sale form .button-yellow span {
  font-size: 14px;
  padding: 11px 5px;
  width: 42px;
  height: 42px;
}
@media (max-width: 374px) {
  .sale form .button-yellow span {
    width: 36px;
    height: 36px;
    padding: 8px 0px 0 0px;
  }
}
.sale form .sale-size-wrap {
  position: absolute;
  top: -75px;
  right: -50px;
  background: url("../img/sale-img-bg.png") no-repeat;
  width: 119px;
  height: 104px;
}
@media (max-width: 1439px) {
  .sale form .sale-size-wrap {
    top: -80px;
    right: -35px;
  }
}
@media (max-width: 767px) {
  .sale form .sale-size-wrap {
    top: -53px;
    right: -20px;
    width: 90px;
    height: 80px;
    background-size: contain;
  }
}
@media (max-width: 410px) {
  .sale form .sale-size-wrap {
    right: -20px;
  }
}
@media (max-width: 374px) {
  .sale form .sale-size-wrap {
    top: -65px;
    right: -10px;
    width: 90px;
    height: 80px;
  }
}
.sale form .sale-size-wrap .sale-size {
  position: relative;
}
.sale form .sale-size-wrap .sale-size div {
  transform: rotate(33deg);
  position: absolute;
  top: 33px;
  right: 24px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sale form .sale-size-wrap .sale-size div {
    top: 27px;
    right: 17px;
    font-size: 14px;
  }
}
@media (max-width: 374px) {
  .sale form .sale-size-wrap .sale-size div {
    top: 27px;
    right: 19px;
    font-size: 14px;
  }
}
.sale form .sale-size-wrap .sale-size div span {
  display: block;
}

.certificate {
  background: url("../img/certificate-bg.jpg") no-repeat;
  background-size: cover;
  padding: 40px 0 60px;
}
@media (max-width: 980px) {
  .certificate-slider {
    padding: 0 40px;
  }
}
.certificate-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 480px) {
  .certificate-content {
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.certificate-content .slick-slide {
  max-width: 300px;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .certificate-content .slick-slide {
    max-width: 440px;
  }
}
.certificate-content a img {
  width: 100%;
}
.certificate .slick-slider .slick-list {
  max-width: 860px;
  padding: 0 !important;
  margin: 0 auto;
}
.certificate .slick-slider .slick-prev {
  left: 0;
}
@media (max-width: 1279px) {
  .certificate .slick-slider .slick-prev {
    left: -10px;
  }
}
@media (max-width: 980px) {
  .certificate .slick-slider .slick-prev {
    left: -45px;
  }
}
@media (max-width: 767px) {
  .certificate .slick-slider .slick-prev {
    left: -45px;
  }
}
@media (max-width: 560px) {
  .certificate .slick-slider .slick-prev {
    left: -40px;
  }
}
@media (max-width: 410px) {
  .certificate .slick-slider .slick-prev {
    left: -32px;
  }
}
@media (max-width: 374px) {
  .certificate .slick-slider .slick-prev {
    left: -28px;
  }
}
.certificate .slick-slider .slick-next {
  right: 0;
}
@media (max-width: 1279px) {
  .certificate .slick-slider .slick-next {
    right: -10px;
  }
}
@media (max-width: 980px) {
  .certificate .slick-slider .slick-next {
    right: -45px;
  }
}
@media (max-width: 767px) {
  .certificate .slick-slider .slick-next {
    right: -45px;
  }
}
@media (max-width: 560px) {
  .certificate .slick-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 410px) {
  .certificate .slick-slider .slick-next {
    right: -32px;
  }
}
@media (max-width: 374px) {
  .certificate .slick-slider .slick-next {
    right: -28px;
  }
}

.contact {
  padding: 40px 0 0;
}
@media (max-width: 1279px) {
  .contact .container {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .contact .container {
    padding: 0 10px;
  }
}
@media (max-width: 980px) {
  .contact .container {
    padding: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .contact .container {
    padding: 0 0px 0 0;
  }
}
@media (max-width: 480px) {
  .contact .container {
    padding: 0;
  }
}
.contact .contact-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1279px) {
  .contact .contact-content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .contact .contact-content {
    flex-direction: row;
  }
}
@media (max-width: 980px) {
  .contact .contact-content {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .contact .contact-content {
    flex-direction: column-reverse;
  }
}
.contact-info-wrap {
  max-width: 510px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1279px) {
  .contact-info-wrap {
    margin: 0 auto;
    max-width: 660px;
    padding-top: 0px;
  }
}
@media (max-width: 1023px) {
  .contact-info-wrap {
    max-width: 510px;
    padding-top: 50px;
  }
}
@media (max-width: 980px) {
  .contact-info-wrap {
    flex-direction: column;
    max-width: 345px;
    height: 240px;
    margin-left: 15px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .contact-info-wrap {
    flex-direction: row;
    max-width: 100vw;
    margin: 0;
    height: auto;
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .contact-info-wrap {
    flex-direction: column;
    padding: 0 10px;
  }
}
.contact-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 170px;
  width: 100%;
}
@media (max-width: 1279px) {
  .contact-info-block {
    max-width: 220px;
  }
}
@media (max-width: 1023px) {
  .contact-info-block {
    max-width: 170px;
  }
}
@media (max-width: 980px) {
  .contact-info-block {
    flex-direction: row;
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .contact-info-block {
    flex-direction: column;
    max-width: 33vw;
  }
}
@media (max-width: 480px) {
  .contact-info-block {
    max-width: 85vw;
    flex-direction: row;
    margin: 5px 0;
  }
}
@media (max-width: 480px) {
  .contact-info-block {
    max-width: 100vw;
  }
}
.contact-info-block .contact-header {
  margin-top: 7px;
  display: block;
}
@media (max-width: 1279px) {
  .contact-info-block .contact-header {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .contact-info-block .contact-header {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .contact-info-block .contact-header {
    margin-top: 0px;
    font-size: 19px;
  }
}
.contact-info-block div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 980px) {
  .contact-info-block div {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .contact-info-block div {
    align-items: center;
  }
}
@media (max-width: 480px) {
  .contact-info-block div {
    align-items: flex-start;
  }
}
.contact-info-block .information {
  text-align: center;
  font-family: "Arimo-Regular";
  font-size: 13px;
}
@media (max-width: 1279px) {
  .contact-info-block .information {
    margin-top: 2px;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .contact-info-block .information {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  .contact-info-block .information {
    font-size: 16px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .contact-info-block .information {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contact-info-block .information {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .contact-info-block .information {
    text-align: left;
  }
}
.contact-info-block a {
  text-decoration: none;
  display: block;
  color: #333;
  font-family: "Arimo-Regular";
  font-size: 13px;
}
@media (max-width: 1279px) {
  .contact-info-block a {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .contact-info-block a {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  .contact-info-block a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contact-info-block a {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .contact-info-block a {
    font-size: 16px;
  }
}
@media (max-width: 980px) {
  .contact-info-block img {
    margin-right: 10px;
    width: 60px;
  }
}
@media (max-width: 767px) {
  .contact-info-block img {
    margin-right: 0px;
  }
}
@media (max-width: 480px) {
  .contact-info-block img {
    margin-right: 10px;
    width: 50px;
  }
}
.contact .map {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 1279px) {
  .contact .map {
    margin-top: 15px;
    max-width: calc(100vw - 340px);
  }
}
@media (max-width: 1023px) {
  .contact .map {
    max-width: 440px;
    margin-top: 0px;
  }
}
@media (max-width: 980px) {
  .contact .map {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .contact .map {
    max-width: 100vw;
    margin-top: 15px;
  }
}

.menu {
  z-index: 1000;
  position: fixed;
  width: 380px;
  top: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1599px) {
  .menu {
    width: 360px;
  }
}
@media (max-width: 1439px) {
  .menu {
    width: 340px;
    padding: 25px 15px 10px;
  }
}
@media (max-width: 1023px) {
  .menu {
    display: none;
  }
}
.menu .logo-wrap .logo {
  text-align: center;
}
.menu .logo-wrap .logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1376px) {
  .menu .logo-wrap .logo img {
    width: 180px;
  }
}
.menu .logo-wrap .logo span {
  text-transform: uppercase;
  font-size: 48px;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 1439px) {
  .menu .logo-wrap .logo span {
    font-size: 36px;
  }
}
.menu .logo-wrap .logo-description {
  display: block;
  text-align: center;
  font-family: "Arimo-Regular";
  font-size: 15px;
}
@media (max-width: 1439px) {
  .menu .logo-wrap .logo-description {
    font-size: 12px;
  }
}
.menu span {
  color: #fff;
}
.menu .nav ul li {
  text-align: center;
  margin: 15px 0;
  position: relative;
  transition: 0;
  transition: 0.5s all ease-out;
}
.menu .nav ul li a {
  position: relative;
  color: #fff;
  font-family: "Arimo-Regular";
  font-size: 15px;
  transition: 0.5s all ease-out;
}
.menu .menu-information {
  max-width: 340px;
  width: 100%;
  position: relative;
}
.menu .button-img {
  width: 100%;
}
@media (max-width: 1600px) {
  .menu .button-img {
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 1280px) {
  .menu .button-img {
    max-width: 240px;
  }
}
.menu .button-img img {
  width: 100%;
}
.menu .menu-button {
  width: 300px;
  height: 58px;
  background-color: transparent;
  border: 2px solid #fff;
  outline: none;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  margin: 10px auto;
  transition: 0.3s;
  display: block;
}
@media (max-width: 1439px) {
  .menu .menu-button {
    margin: 8px auto;
    display: block;
    width: 290px;
  }
}
@media (max-width: 1376px) {
  .menu .menu-button {
    width: 270px;
    height: 56px;
    font-size: 19px;
  }
}
.menu .menu-button:hover {
  background-color: #fff;
  color: #137df1;
}
.menu .menu-icon {
  margin: 15px auto 0;
  position: relative;
  max-width: 310px;
}
@media (max-width: 1439px) {
  .menu .menu-icon {
    width: 255px;
    margin: 0 auto;
  }
}
.menu .menu-icon img {
  width: 100px;
}
@media (max-width: 1439px) {
  .menu .menu-icon img {
    width: 80px;
  }
}
@media (max-width: 1376px) {
  .menu .menu-icon img {
    width: 75px;
  }
}
.menu #top-menu li.active::before,
.menu #top-menu li.active:after {
  content: "";
  width: 280px;
  height: 2px;
  background: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.menu #top-menu li.active::before {
  top: -7px;
}
.menu #top-menu li.active:after {
  bottom: -7px;
}
.menu #top-menu li.active a:before,
.menu #top-menu li.active a:after {
  content: "";
  width: 6px;
  height: 6px;
  background: url("../img/a-icon.png") no-repeat;
  position: absolute;
  top: 35%;
}
.menu #top-menu li.active a:before {
  left: -15px;
}
.menu #top-menu li.active a:after {
  right: -15px;
}

.button-img {
  outline: none;
  border: none;
  background-color: transparent;
  animation: 2.5s ease-out scale-jump infinite;
}
.button-img:focus,
.button-img:hover {
  outline: none;
}
.button-img:hover {
  opacity: 0.85;
}
.button-img img {
  width: 100%;
}

.slick-slide {
  outline: none;
}

.work {
  padding: 40px 0;
}
.work-slider {
  margin: 30px auto 0;
  max-width: 800px;
}
.work .slick-slide {
  margin: 0px -30px;
  transition: all ease-in-out 0.3s;
  opacity: 0;
}
.work .slick-slide img {
  width: 100%;
}
.work .slick-list {
  padding: 12px 0 30px !important;
}
.work .slick-prev:before,
.work .slick-next:before {
  color: black;
}
.work .slick-active {
  transform: scale(0.8) translateZ(300px);
  z-index: 1;
  opacity: 0.8;
}
@media (max-width: 1279px) {
  .work .slick-active {
    transform: scale(0.8, 0.65) translateZ(300px);
  }
}
.work .slick-active img {
  z-index: 1;
  transform: translateZ(300px);
}
.work .slick-active.slick-center {
  transform: scale(1) translateZ(300px);
  z-index: 99;
  border: none;
}
@media (max-width: 1279px) {
  .work .slick-active.slick-center {
    transform: scale(1.2, 1) translateZ(300px);
  }
}
.work .slick-active.slick-center img {
  border: none;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.work .slick-current {
  opacity: 1;
}
.work .slick-dots li button:before,
.work .slick-dots li.slick-active button:before {
  opacity: 1;
  content: "";
  width: 20px;
  height: 18px;
}
.work .slick-dots li {
  transition: 0.3s;
  transform: scale(1);
}
.work .slick-dots li button:before {
  background: url("../img/dots-icon.png");
}
.work .slick-dots li.slick-active {
  opacity: 1;
  transform: scale(1);
}
.work .slick-dots li.slick-active button:before {
  background: url("../img/dots-icon-active.png");
}
.work .slick-dots li:hover {
  opacity: 0.5;
}
.work img {
  max-width: 380px;
  height: 420px;
  width: 100%;
}
@media (max-width: 1279px) {
  .work img {
    height: 420px;
  }
}
@media (max-width: 560px) {
  .work img {
    height: 340px;
  }
}
@media (max-width: 480px) {
  .work img {
    height: 320px;
  }
}
@media (max-width: 410px) {
  .work img {
    height: 300px;
  }
}
@media (max-width: 374px) {
  .work img {
    height: 280px;
  }
}
.work .slick-slide {
  position: relative;
  transition: transform 800ms;
}

.close-menu {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.close-menu span::before {
  transform: translateY(-7px);
  transform: rotate(45deg);
}
.close-menu span::after {
  transform: translateY(7px);
  transform: rotate(-45deg);
}
.close-menu span::before,
.close-menu span::after {
  content: "";
  display: block;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}

.menu-btn-wr {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.menu-btn {
  width: 46px;
  height: 46px;
  position: relative;
  display: inline-block;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 3px;
  background-color: #fff;
}
.menu-btn span::before {
  transform: translateY(-7px);
}
.menu-btn span::before,
.menu-btn span::after {
  content: "";
  display: block;
  transition: 0.2s;
}
.menu-btn span::after {
  transform: translateY(7px);
}

.nav-mobile.active {
  left: 0;
  transition: left 0.3s;
  z-index: 150;
}

.nav-mobile {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 150;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0.96;
  transition: left 0.3s;
  font-family: "Arimo-Regular";
  overflow: scroll;
}
.nav-mobile .container {
  text-align: left;
}
.nav-mobile .button-img {
  max-width: 240px;
}
.nav-mobile .contact-nav {
  margin-top: 30px;
}
.nav-mobile .contact-nav a,
.nav-mobile .contact-nav span {
  font-family: "Roboto";
  font-size: 16px;
  color: #000;
  margin: 5px 0;
}
@media (max-width: 480px) {
  .nav-mobile .contact-nav a,
  .nav-mobile .contact-nav span {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .nav-mobile .contact-nav a,
  .nav-mobile .contact-nav span {
    font-size: 12px;
  }
}
.nav-mobile .contact-nav .contact-phone a {
  margin: 5px 0;
  display: block;
}
.nav-mobile .contact-nav .contact-time {
  margin-top: 7px;
}
.nav-mobile .contact-nav .contact-time span {
  display: block;
}
.nav-mobile .contact-nav .contact-address {
  margin-top: 7px;
}
.nav-mobile nav {
  margin-top: 45px;
}
.nav-mobile nav ul {
  height: 100%;
}
.nav-mobile nav ul li {
  margin: 24px 0px;
}
@media (max-width: 410px) {
  .nav-mobile nav ul li {
    margin: 20px 0px;
  }
}
.nav-mobile nav ul a {
  color: #333;
  font-family: "Arimo-Regular";
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .nav-mobile nav ul a {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .nav-mobile nav ul a {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .nav-mobile nav ul a {
    font-size: 18px;
  }
}

.nav-mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 13px 0 20px 10px;
  padding: 10px 0px;
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
}
.nav-mobile-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: left;
}
.nav-mobile-header .container .logo {
  display: flex;
  align-items: center;
}
.nav-mobile-header .container .logo span {
  color: #fff;
  font-size: 42px;
}
.nav-mobile-header .container .logo img {
  margin-right: 7px;
  width: 110px;
}
.nav-mobile-header .container .logo-description {
  font-size: 15px;
}

header {
  position: fixed;
  left: 50%;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 99;
  display: none;
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  color: #fff;
  padding: 10px 0;
  transition: 0.75s ease-in-out;
}
@media (max-width: 1023px) {
  header {
    display: block;
  }
}
header .container {
  position: relative;
}
header .container .logo {
  display: flex;
  align-items: center;
}
header .container .logo span {
  font-size: 42px;
}
header .container .logo img {
  margin-right: 7px;
  width: 110px;
}
header .container .logo-description {
  font-size: 15px;
}

.modal .modal-dialog {
  max-width: 600px;
  width: 100%;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .modal .modal-dialog {
    margin: 60px auto;
    max-width: 96%;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 20px;
  padding: 20px 0 20px;
}
.modal .modal-dialog .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #137df1;
}
.modal .modal-dialog .m-header {
  width: 100%;
  text-align: center;
  background: #fff;
}
.modal .modal-dialog form {
  background-color: transparent;
}
.modal .modal-dialog form .label {
  color: #fff;
  font-size: 16px;
}

#ModalFeedback .modal-dialog {
  max-width: 500px;
}
#ModalFeedback .modal-dialog .modal-content {
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
}
#ModalFeedback .modal-dialog .m-header {
  padding: 10px;
}
#ModalFeedback .modal-dialog .m-header span {
  font-size: 28px;
}
@media (max-width: 560px) {
  #ModalFeedback .modal-dialog .m-header span {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  #ModalFeedback .modal-dialog .m-header span {
    font-size: 22px;
  }
}
@media (max-width: 374px) {
  #ModalFeedback .modal-dialog .m-header span {
    font-size: 20px;
  }
}
#ModalFeedback .modal-dialog form {
  margin-top: 10px;
}
#ModalFeedback .modal-dialog form .form-field {
  margin-top: 15px;
}
#ModalFeedback .modal-dialog form .form-field:first-of-type {
  margin-top: 0px;
}
#ModalFeedback .modal-dialog form input {
  width: 300px;
  height: 50px;
}
@media (max-width: 374px) {
  #ModalFeedback .modal-dialog form input {
    width: 240px;
    height: 40px;
  }
}
#ModalFeedback .modal-dialog form button {
  width: 400px;
  height: 68px;
  font-size: 26px;
  position: relative;
  padding-right: 20px;
}
@media (max-width: 480px) {
  #ModalFeedback .modal-dialog form button {
    font-size: 22px;
    height: 62px;
    width: 350px;
  }
}
@media (max-width: 410px) {
  #ModalFeedback .modal-dialog form button {
    font-size: 20px;
    width: 310px;
  }
}
@media (max-width: 374px) {
  #ModalFeedback .modal-dialog form button {
    font-size: 20px;
    padding-right: 30px;
    height: 58px;
    width: 280px;
  }
}
#ModalFeedback .modal-dialog form button span {
  position: absolute;
  right: 15px;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 374px) {
  #ModalFeedback .modal-dialog form button span {
    right: 14px;
    width: 36px;
    height: 36px;
  }
}

#ModalMeasuring .modal-dialog {
  max-width: 500px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog {
    max-width: 98%;
  }
}
#ModalMeasuring .modal-dialog .btn-close {
  border: 1px solid #742624;
  color: #742624;
}
#ModalMeasuring .modal-dialog .modal-content {
  background: url("../img/form-bg.png") no-repeat;
  background-size: cover;
  padding: 12px;
  border-radius: 2px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog .modal-content {
    padding: 10px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog .modal-content {
    padding: 7px;
  }
}
#ModalMeasuring .modal-dialog .dark {
  font-family: "Arimo-Bold";
  color: #000;
}
#ModalMeasuring .modal-dialog .gradient {
  background: linear-gradient(
    90deg,
    #742624 15%,
    #822624 25%,
    #9a2827 40%,
    #da2656 50%,
    #9a2827 60%,
    #822624 75%,
    #742624 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349;
  font-family: "Arimo-Bold";
}
#ModalMeasuring .modal-dialog .m-header {
  max-width: 100%;
  text-align: center;
  border-radius: 2px;
  padding: 5px;
}
#ModalMeasuring .modal-dialog .m-header span {
  display: block;
}
#ModalMeasuring .modal-dialog .m-header .gradient {
  font-size: 24px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog .m-header .gradient {
    font-size: 21px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog .m-header .gradient {
    font-size: 18px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog .m-header .gradient {
    font-size: 16px;
  }
}
#ModalMeasuring .modal-dialog .m-header .dark {
  font-size: 18px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog .m-header .dark {
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog .m-header .dark {
    font-size: 13px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog .m-header .dark {
    font-size: 12px;
  }
}
#ModalMeasuring .modal-dialog .form-header {
  text-align: center;
  font-size: 26px;
  display: inline-block;
  margin-top: 5px;
}
@media (max-width: 560px) {
  #ModalMeasuring .modal-dialog .form-header {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog .form-header {
    font-size: 20px;
  }
}
#ModalMeasuring .modal-dialog form {
  margin-top: 18px;
  background-color: #fff;
  width: 100%;
  border-radius: 2px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog form {
    padding: 16px 0px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form {
    margin-top: 14px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form {
    padding: 12px 0px;
  }
}
#ModalMeasuring .modal-dialog form .dark {
  font-size: 17px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog form .dark {
    font-size: 15px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form .dark {
    font-size: 13px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form .dark {
    font-size: 12px;
  }
}
#ModalMeasuring .modal-dialog form .gradient {
  font-size: 17px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog form .gradient {
    font-size: 15px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form .gradient {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form .gradient {
    font-size: 12px;
  }
}
#ModalMeasuring .modal-dialog form img {
  margin-top: 12px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog form img {
    width: 48px;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form img {
    width: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form img {
    width: 34px;
    margin-top: 8px;
  }
}
#ModalMeasuring .modal-dialog form .form-field {
  margin-top: 10px;
}
#ModalMeasuring .modal-dialog form .form-field span {
  color: #333;
  font-size: 16px;
  font-family: "Arimo-Regular";
  margin-bottom: 10px;
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form .form-field span {
    font-size: 15px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form .form-field span {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
#ModalMeasuring .modal-dialog form input[type="tel"] {
  width: 305px;
  height: 50px;
  background: url(../img/form-phone.png) no-repeat 12px center;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form input[type="tel"] {
    width: 260px;
    height: 40px;
  }
}
@media (max-width: 359px) {
  #ModalMeasuring .modal-dialog form input[type="tel"] {
    font-size: 14px;
    width: 240px;
    height: 38px;
  }
}
#ModalMeasuring .modal-dialog form button {
  width: 415px;
  height: 64px;
  font-size: 24px;
  margin-top: 16px;
}
@media (max-width: 480px) {
  #ModalMeasuring .modal-dialog form button {
    font-size: 20px;
    height: 60px;
    max-width: 360px;
    width: 100%;
  }
}
@media (max-width: 410px) {
  #ModalMeasuring .modal-dialog form button {
    font-size: 17px;
    height: 56px;
    max-width: 310px;
  }
}
@media (max-width: 374px) {
  #ModalMeasuring .modal-dialog form button {
    font-size: 16px;
    height: 50px;
    max-width: 280px;
  }
}

#ModalCalc .modal-dialog .modal-content,
#ModalPrice .modal-dialog .modal-content {
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
}
#ModalCalc .modal-dialog .modal-content .m-header,
#ModalPrice .modal-dialog .modal-content .m-header {
  padding: 7px 10px;
}
@media (max-width: 480px) {
  #ModalCalc .modal-dialog .modal-content .m-header,
  #ModalPrice .modal-dialog .modal-content .m-header {
    padding: 7px 0px;
  }
}
#ModalCalc .modal-dialog .modal-content .m-header span,
#ModalPrice .modal-dialog .modal-content .m-header span {
  font-size: 32px;
}
@media (max-width: 480px) {
  #ModalCalc .modal-dialog .modal-content .m-header span,
  #ModalPrice .modal-dialog .modal-content .m-header span {
    font-size: 29px;
  }
}
@media (max-width: 410px) {
  #ModalCalc .modal-dialog .modal-content .m-header span,
  #ModalPrice .modal-dialog .modal-content .m-header span {
    font-size: 26px;
  }
}
@media (max-width: 374px) {
  #ModalCalc .modal-dialog .modal-content .m-header span,
  #ModalPrice .modal-dialog .modal-content .m-header span {
    font-size: 22px;
  }
}
#ModalCalc .modal-dialog .modal-content form,
#ModalPrice .modal-dialog .modal-content form {
  max-width: 100%;
}
@media (max-width: 410px) {
  #ModalCalc .modal-dialog .modal-content form,
  #ModalPrice .modal-dialog .modal-content form {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  #ModalCalc .modal-dialog .modal-content form input[type="text"],
  #ModalPrice .modal-dialog .modal-content form input[type="text"] {
    max-width: 160px;
  }
}
@media (max-width: 410px) {
  #ModalCalc .modal-dialog .modal-content form input[type="text"],
  #ModalPrice .modal-dialog .modal-content form input[type="text"] {
    max-width: 150px;
  }
}
@media (max-width: 374px) {
  #ModalCalc .modal-dialog .modal-content form input[type="text"],
  #ModalPrice .modal-dialog .modal-content form input[type="text"] {
    max-width: 130px;
  }
}
@media (max-width: 374px) {
  #ModalCalc .modal-dialog .modal-content form select,
  #ModalPrice .modal-dialog .modal-content form select {
    width: 280px;
  }
}
#ModalCalc .modal-dialog .modal-content form input[type="tel"],
#ModalPrice .modal-dialog .modal-content form input[type="tel"] {
  width: 300px;
  height: 50px;
}
@media (max-width: 374px) {
  #ModalCalc .modal-dialog .modal-content form input[type="tel"],
  #ModalPrice .modal-dialog .modal-content form input[type="tel"] {
    width: 280px;
    height: 40px;
  }
}

#ModalCalc form .button-yellow {
  width: 440px;
  height: 68px;
  font-size: 24px;
}
@media (max-width: 480px) {
  #ModalCalc form .button-yellow {
    width: 360px;
    height: 62px;
    font-size: 20px;
  }
}
@media (max-width: 410px) {
  #ModalCalc form .button-yellow {
    width: 330px;
    height: 58px;
    font-size: 19px;
  }
}
@media (max-width: 374px) {
  #ModalCalc form .button-yellow {
    width: 285px;
    height: 55px;
    font-size: 16px;
  }
}
#ModalCalc form .button-yellow span {
  padding: 3px 0 0 0px;
}
@media (max-width: 374px) {
  #ModalCalc form .button-yellow span {
    right: 8px;
    width: 36px;
    height: 36px;
  }
}

#ModalPrice form .button-yellow {
  width: 380px;
  height: 68px;
  font-size: 24px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 480px) {
  #ModalPrice form .button-yellow {
    width: 360px;
    height: 62px;
  }
}
@media (max-width: 410px) {
  #ModalPrice form .button-yellow {
    width: 330px;
    height: 58px;
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  #ModalPrice form .button-yellow {
    width: 285px;
    height: 55px;
    font-size: 18px;
  }
}
#ModalPrice form .button-yellow span {
  position: absolute;
  right: 20px;
  padding: 3px 0 0 0px;
}
@media (max-width: 374px) {
  #ModalPrice form .button-yellow span {
    right: 8px;
    width: 36px;
    height: 36px;
  }
}

#img-container,
#img-container-1 {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.calc .calc-right-column .type-opening-wrap,
.title .calc-right-column .type-opening-wrap {
  position: relative;
}
.calc .calc-right-column .type-content,
.title .calc-right-column .type-content {
  position: absolute;
  top: 38px;
  display: flex;
}
.calc .calc-right-column .block-column-right,
.title .calc-right-column .block-column-right {
  max-width: 220px;
}
@media (max-width: 640px) {
  .calc .calc-right-column .block-column-right,
  .title .calc-right-column .block-column-right {
    max-width: 100%;
  }
}
.calc .calc-right-column .type-content,
.title .calc-right-column .type-content {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  left: 50%;
}
.calc .calc-right-column .type-content.active-0,
.title .calc-right-column .type-content.active-0 {
  width: 168px;
  height: 168px;
  top: 48px;
}
.calc .calc-right-column .type-content.active-0 .type-opening,
.title .calc-right-column .type-content.active-0 .type-opening {
  width: 100%;
  padding: 18px 0;
}
.calc .calc-right-column .type-content.active-0 .type-opening label,
.title .calc-right-column .type-content.active-0 .type-opening label {
  font-family: "Arimo-Regular";
  font-size: 14px;
}
.calc .calc-right-column .type-content.active-0 .type-img,
.title .calc-right-column .type-content.active-0 .type-img {
  width: 165px;
  height: 165px;
}
.calc .calc-right-column .type-content.active-0 input[value="Поворотная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-0 input[value="Поворотная створка"]:checked ~ .type-img {
  background: url("../img/1.png") no-repeat;
}
.calc .calc-right-column .type-content.active-0 input[value="Поворотно-откидная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-0 input[value="Поворотно-откидная створка"]:checked ~ .type-img {
  background: url("../img/2.png") no-repeat;
}
.calc .calc-right-column .type-content.active-0 input[value="Глухая створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-0 input[value="Глухая створка"]:checked ~ .type-img {
  background: rgba(255, 255, 255, 0);
}
.calc .calc-right-column .type-content.active-1,
.title .calc-right-column .type-content.active-1 {
  width: 195px;
  height: 173px;
}
.calc .calc-right-column .type-content.active-1 .type-opening,
.title .calc-right-column .type-content.active-1 .type-opening {
  width: 90px;
  padding: 18px 0;
  width: 90px;
}
.calc .calc-right-column .type-content.active-1 .type-opening label,
.title .calc-right-column .type-content.active-1 .type-opening label {
  width: 90px;
  font-family: "Arimo-Regular";
  font-size: 12px;
}
.calc .calc-right-column .type-content.active-1 .type-img,
.title .calc-right-column .type-content.active-1 .type-img {
  width: 90px;
  height: 173px;
}
.calc .calc-right-column .type-content.active-1 input[value="Поворотная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-1 input[value="Поворотная створка"]:checked ~ .type-img {
  background: url("../img/1_1.png") no-repeat;
}
.calc .calc-right-column .type-content.active-1 input[value="Поворотно-откидная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-1 input[value="Поворотно-откидная створка"]:checked ~ .type-img {
  background: url("../img/2_1.png") no-repeat;
}
.calc .calc-right-column .type-content.active-1 input[value="Глухая створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-1 input[value="Глухая створка"]:checked ~ .type-img {
  background: rgba(255, 255, 255, 0);
}
.calc .calc-right-column .type-content.active-2,
.title .calc-right-column .type-content.active-2 {
  width: 298px;
  height: 173px;
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-2,
  .title .calc-right-column .type-content.active-2 {
    width: 276px;
  }
}
.calc .calc-right-column .type-content.active-2 .type-opening,
.title .calc-right-column .type-content.active-2 .type-opening {
  padding: 17px 0;
  width: 90px;
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-2 .type-opening,
  .title .calc-right-column .type-content.active-2 .type-opening {
    width: 82px;
  }
}
.calc .calc-right-column .type-content.active-2 .type-opening label,
.title .calc-right-column .type-content.active-2 .type-opening label {
  width: 90px;
  font-family: "Arimo-Regular";
  font-size: 12px;
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-2 .type-opening label,
  .title .calc-right-column .type-content.active-2 .type-opening label {
    font-size: 11px;
    width: 82px;
  }
}
.calc .calc-right-column .type-content.active-2 .type-img,
.title .calc-right-column .type-content.active-2 .type-img {
  width: 90px;
  height: 173px;
}
.calc .calc-right-column .type-content.active-2 input[value="Поворотная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-2 input[value="Поворотная створка"]:checked ~ .type-img {
  background: url("../img/1_1.png") no-repeat;
}
.calc .calc-right-column .type-content.active-2 input[value="Поворотно-откидная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-2 input[value="Поворотно-откидная створка"]:checked ~ .type-img {
  background: url("../img/2_1.png") no-repeat;
}
.calc .calc-right-column .type-content.active-2 input[value="Глухая створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-2 input[value="Глухая створка"]:checked ~ .type-img {
  background: rgba(255, 255, 255, 0);
}
.calc .calc-right-column .type-content.active-3,
.title .calc-right-column .type-content.active-3 {
  width: 192px;
  height: 135px;
}
.calc .calc-right-column .type-content.active-3 .type-opening,
.title .calc-right-column .type-content.active-3 .type-opening {
  padding: 8px 0;
  width: 92px;
}
.calc .calc-right-column .type-content.active-3 .type-opening label,
.title .calc-right-column .type-content.active-3 .type-opening label {
  width: 92px;
  font-family: "Arimo-Regular";
  font-size: 12px;
}
.calc .calc-right-column .type-content.active-3 .type-img,
.title .calc-right-column .type-content.active-3 .type-img {
  width: 92px;
  height: 135px;
  left: 2px;
}
.calc .calc-right-column .type-content.active-3 input[value="Поворотная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-3 input[value="Поворотная створка"]:checked ~ .type-img {
  background: url("../img/1_3.png") no-repeat;
}
.calc .calc-right-column .type-content.active-3 input[value="Поворотно-откидная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-3 input[value="Поворотно-откидная створка"]:checked ~ .type-img {
  background: url("../img/2_3.png") no-repeat;
}
.calc .calc-right-column .type-content.active-3 input[value="Глухая створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-3 input[value="Глухая створка"]:checked ~ .type-img {
  background: rgba(255, 255, 255, 0);
}
.calc .calc-right-column .type-content.active-4,
.title .calc-right-column .type-content.active-4 {
  width: 395px;
  height: 135px;
}
@media (max-width: 480px) {
  .calc .calc-right-column .type-content.active-4,
  .title .calc-right-column .type-content.active-4 {
    width: 353px;
  }
}
@media (max-width: 410px) {
  .calc .calc-right-column .type-content.active-4,
  .title .calc-right-column .type-content.active-4 {
    width: 317px;
  }
}
@media (max-width: 374px) {
  .calc .calc-right-column .type-content.active-4,
  .title .calc-right-column .type-content.active-4 {
    width: 304px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-4,
  .title .calc-right-column .type-content.active-4 {
    width: 276px;
  }
}
.calc .calc-right-column .type-content.active-4 .type-opening,
.title .calc-right-column .type-content.active-4 .type-opening {
  padding: 8px 0;
}
@media (max-width: 480px) {
  .calc .calc-right-column .type-content.active-4 .type-opening,
  .title .calc-right-column .type-content.active-4 .type-opening {
    width: 81px;
  }
}
@media (max-width: 410px) {
  .calc .calc-right-column .type-content.active-4 .type-opening,
  .title .calc-right-column .type-content.active-4 .type-opening {
    padding: 5px 0;
    width: 72px;
  }
}
@media (max-width: 374px) {
  .calc .calc-right-column .type-content.active-4 .type-opening,
  .title .calc-right-column .type-content.active-4 .type-opening {
    width: 70px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-4 .type-opening,
  .title .calc-right-column .type-content.active-4 .type-opening {
    padding: 3px 0;
    width: 63px;
  }
}
.calc .calc-right-column .type-content.active-4 .type-opening label,
.title .calc-right-column .type-content.active-4 .type-opening label {
  width: 92px;
  font-family: "Arimo-Regular";
  font-size: 12px;
}
@media (max-width: 480px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label,
  .title .calc-right-column .type-content.active-4 .type-opening label {
    font-size: 10px;
    width: 81px;
  }
}
@media (max-width: 410px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label,
  .title .calc-right-column .type-content.active-4 .type-opening label {
    font-size: 9px;
    width: 72px;
  }
}
@media (max-width: 374px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label,
  .title .calc-right-column .type-content.active-4 .type-opening label {
    width: 70px;
    padding: 7px 0 7px 15px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label,
  .title .calc-right-column .type-content.active-4 .type-opening label {
    width: 63px;
    padding: 5px 0 5px 12px;
  }
}
@media (max-width: 374px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label:before,
  .title .calc-right-column .type-content.active-4 .type-opening label:before {
    top: 7px;
    left: 2px;
  }
}
@media (max-width: 359px) {
  .calc .calc-right-column .type-content.active-4 .type-opening label:before,
  .title .calc-right-column .type-content.active-4 .type-opening label:before {
    width: 8px;
    height: 8px;
  }
}
.calc .calc-right-column .type-content.active-4 .type-img,
.title .calc-right-column .type-content.active-4 .type-img {
  width: 92px;
  height: 135px;
  left: 2px;
}
.calc .calc-right-column .type-content.active-4 input[value="Поворотная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-4 input[value="Поворотная створка"]:checked ~ .type-img {
  background: url("../img/1_3.png") no-repeat;
}
.calc .calc-right-column .type-content.active-4 input[value="Поворотно-откидная створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-4 input[value="Поворотно-откидная створка"]:checked ~ .type-img {
  background: url("../img/2_3.png") no-repeat;
}
.calc .calc-right-column .type-content.active-4 input[value="Глухая створка"]:checked ~ .type-img,
.title .calc-right-column .type-content.active-4 input[value="Глухая створка"]:checked ~ .type-img {
  background: rgba(255, 255, 255, 0);
}
.calc .calc-right-column .type-opening,
.title .calc-right-column .type-opening {
  display: none;
  position: relative;
}
.calc .calc-right-column .type-opening.active,
.title .calc-right-column .type-opening.active {
  display: flex;
  flex-direction: column;
}
.calc .calc-right-column .type-img,
.title .calc-right-column .type-img {
  top: 0px;
  position: absolute;
  z-index: -1;
}

@media (max-width: 480px) {
  .img-container-4 img {
    width: 369px;
  }
}
@media (max-width: 410px) {
  .img-container-4 img {
    width: 333px;
  }
}
@media (max-width: 374px) {
  .img-container-4 img {
    width: 318px;
  }
}
@media (max-width: 359px) {
  .img-container-4 img {
    width: 288px;
  }
}

@media (max-width: 359px) {
  .img-container-2 img {
    width: 288px;
  }
}

.menu-icon {
  position: relative;
}

.hover-content-wrap {
  position: absolute;
  opacity: 0;
  transition: 0.15s ease-in;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
  z-index: -10;
}
.hover-content-wrap a,
.hover-content-wrap span {
  display: block;
  color: #333;
  font-family: "Arimo-Regular";
  font-size: 12px;
}

.hover-content-wrap:nth-of-type(1) {
  top: -50px;
  left: 20px;
}

.hover-content-wrap:nth-of-type(2) {
  top: -50px;
  left: 120px;
  width: 190px;
}
@media (max-width: 1439px) {
  .hover-content-wrap:nth-of-type(2) {
    left: 100px;
  }
}
@media (max-width: 1376px) {
  .hover-content-wrap:nth-of-type(2) {
    left: 90px;
  }
}

.hover-content-wrap:nth-of-type(3) {
  top: -30px;
  left: 220px;
  width: 130px;
}
@media (max-width: 1439px) {
  .hover-content-wrap:nth-of-type(3) {
    left: 180px;
  }
}
@media (max-width: 1376px) {
  .hover-content-wrap:nth-of-type(3) {
    left: 170px;
  }
}

.hover-content:before {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}

.hover-content-wrap:nth-of-type(1) .hover-content:before,
.hover-content-wrap:nth-of-type(2) .hover-content:before {
  left: 0;
  top: 30px;
}

.hover-content-wrap:nth-of-type(3) .hover-content:before {
  left: 0;
  top: 16px;
}

.hover-item:hover + .hover-content-wrap {
  opacity: 1;
  transition: 0.15s ease-in;
  z-index: 1;
  cursor: pointer;
}

.nav-mobile .btn-wrap {
  margin-top: 15px;
  max-width: 500px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .nav-mobile .btn-wrap {
    flex-wrap: wrap;
  }
}
.nav-mobile .menu-button {
  width: 240px;
  height: 50px;
  background: linear-gradient(to right, #2395f4 0%, #137df1 100%);
  border: 2px solid #fff;
  outline: none;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  margin: 7px 0;
  transition: 0.3s;
  box-shadow: 0 0 0 3px #137df1;
}
@media (max-width: 560px) {
  .nav-mobile .menu-button {
    width: 220px;
    height: 48px;
    font-size: 17px;
  }
}
.nav-mobile .menu-button:focus {
  background: #fff;
  color: #137df1;
}

.profile-system .slide-column-left {
  padding-top: 55px;
  position: relative;
}
@media (max-width: 1279px) {
  .profile-system .slide-column-left {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .profile-system .slide-column-left {
    padding-top: 0px;
  }
}
.profile-system .img {
  position: absolute;
}
.profile-system .rehau {
  top: 0px;
  left: 15px;
  width: 135px;
}
@media (max-width: 1279px) {
  .profile-system .rehau {
    width: 125px;
    left: 0px;
  }
}
@media (max-width: 980px) {
  .profile-system .rehau {
    left: 5px;
  }
}
@media (max-width: 767px) {
  .profile-system .rehau {
    width: 120px;
    left: 5px;
    top: 0px;
  }
}
@media (max-width: 640px) {
  .profile-system .rehau {
    left: -10px;
    top: 6px;
  }
}
@media (max-width: 560px) {
  .profile-system .rehau {
    width: 110px;
  }
}
@media (max-width: 480px) {
  .profile-system .rehau {
    width: 95px;
    left: -10px;
    top: -5px;
  }
}
@media (max-width: 410px) {
  .profile-system .rehau {
    width: 90px;
  }
}
@media (max-width: 374px) {
  .profile-system .rehau {
    width: 80px;
  }
}
.profile-system .kbe {
  width: 100px;
  top: 0px;
  left: 20px;
}
@media (max-width: 1279px) {
  .profile-system .kbe {
    width: 90px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .profile-system .kbe {
    width: 80px;
    top: 0px;
    left: 5px;
  }
}
@media (max-width: 560px) {
  .profile-system .kbe {
    width: 75px;
  }
}
@media (max-width: 480px) {
  .profile-system .kbe {
    width: 65px;
    top: -5px;
    left: -5px;
  }
}
@media (max-width: 410px) {
  .profile-system .kbe {
    width: 65px;
  }
}
@media (max-width: 374px) {
  .profile-system .kbe {
    width: 58px;
  }
}
.profile-system .brusbox {
  width: 115px;
  top: 0;
  left: 15px;
}
@media (max-width: 1279px) {
  .profile-system .brusbox {
    width: 105px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .profile-system .brusbox {
    width: 95px;
    top: 0px;
    left: 5px;
  }
}
@media (max-width: 560px) {
  .profile-system .brusbox {
    width: 85px;
  }
}
@media (max-width: 480px) {
  .profile-system .brusbox {
    width: 70px;
    top: -5px;
    left: -5px;
  }
}
@media (max-width: 410px) {
  .profile-system .brusbox {
    width: 75px;
  }
}
@media (max-width: 374px) {
  .profile-system .brusbox {
    width: 68px;
  }
}
.profile-system .salam {
  width: 150px;
  top: 0px;
  left: 10px;
}
@media (max-width: 1279px) {
  .profile-system .salam {
    width: 135px;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .profile-system .salam {
    width: 130px;
    top: 0px;
    left: 5px;
  }
}
@media (max-width: 640px) {
  .profile-system .salam {
    left: 0px;
  }
}
@media (max-width: 560px) {
  .profile-system .salam {
    width: 115px;
  }
}
@media (max-width: 480px) {
  .profile-system .salam {
    width: 100px;
    top: -5px;
    left: -5px;
  }
}
@media (max-width: 410px) {
  .profile-system .salam {
    width: 95px;
  }
}
@media (max-width: 374px) {
  .profile-system .salam {
    width: 85px;
  }
}

footer {
  padding: 30px 0;
  background-color: #d4d4d4;
  position: relative;
}
footer .container {
  position: relative;
}
footer .logo-coconut {
  width: 110px;
  text-align: center;
  font-family: "Arimo-Regular";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  footer .logo-coconut {
    width: 100px;
  }
}
footer .logo-coconut a span {
  color: #000;
  font-size: 10px;
}
@media (max-width: 767px) {
  footer .logo-coconut a span {
    font-size: 9px;
  }
}
footer .logo-coconut a img {
  width: 55px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  footer .logo-coconut a img {
    width: 55px;
    margin-bottom: -5px;
  }
}
footer .logo-coconut a:hover img {
  transform: scale(1.2);
}
footer .up {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  footer .up img {
    width: 30px;
  }
}

.message {
  position: fixed;
  background-color: #fff;
  padding: 5px 0;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  z-index: 1001;
  text-align: center;
  border-bottom: 1px solid #2395f4;
}
@media (max-width: 767px) {
  .message .container {
    padding: 0px;
  }
}
.message span {
  display: block;
  text-align: center;
}
.message span:first-of-type {
  font-weight: bold;
  font-size: 17px;
}
@media (max-width: 767px) {
  .message span:first-of-type {
    font-size: 13px;
  }
}
.message span:last-of-type {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .message span:last-of-type {
    font-size: 12px;
    line-height: 14px;
  }
}

#myModal .modal-dialog,
#ModalMessage .modal-dialog {
  max-width: 400px;
  margin: 60px auto;
}
@media (max-width: 767px) {
  #myModal .modal-dialog,
  #ModalMessage .modal-dialog {
    margin: 100px auto;
  }
}
#myModal .modal-dialog .modal-content,
#ModalMessage .modal-dialog .modal-content {
  background-color: #fff;
  padding: 20px 10px 24px;
  max-width: 400px;
  border-radius: 16px;
}

#myModal .btn-wrap {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
#myModal .btn-wrap button {
  width: 124px;
  height: 36px;
  outline: none;
  margin: 0 8px;
  transition: 0.3s;
  font-weight: bold;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 8px;
  font-size: 17px;
  border-radius: 40px;
  box-shadow: 0 5px 10px -8px #2b2a29;
  border-right: 2px;
  border-left: 2px;
}
#myModal .btn-wrap .no {
  background: linear-gradient(0deg, #f18b17 0%, #f19123 25%, #f0962f 75%, #db821b 100%);
  color: #fff;
}
#myModal .btn-wrap .no:hover {
  box-shadow: 0 7px 10px -8px #2b2a29;
}
#myModal .btn-wrap .no:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
#myModal .btn-wrap .yes {
  background: linear-gradient(0deg, #0186ff 0%, #138bfc 25%, #1f8aee 75%, #389dfc 100%);
  color: #fff;
}
#myModal .btn-wrap .yes:hover {
  box-shadow: 0 7px 10px -8px #2b2a29;
}
#myModal .btn-wrap .yes:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
#myModal span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
}

#ModalMessage .modal-content {
  border: 2px solid #e26a55;
}
#ModalMessage .modal-content .btn-close {
  position: absolute;
  top: -45px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
}
#ModalMessage span {
  display: block;
  text-align: center;
}
#ModalMessage span:first-of-type {
  max-width: 360px;
  font-weight: bold;
  font-size: 18px;
}
#ModalMessage span:last-of-type {
  font-size: 14px;
  font-weight: 500;
  margin-top: 8px;
}

.main.active {
  margin-top: 46px;
}

header.active {
  top: 44px;
}
@media (max-width: 767px) {
  header.active {
    top: 40px;
  }
}

#ModalLevels .text-position {
  right: 15px;
  bottom: 50px;
}
@media (max-width: 768px) {
  #ModalLevels .text-position {
    right: 0px;
    bottom: 130px;
  }
}
@media (max-width: 480px) {
  #ModalLevels .text-position {
    width: 75px;
    height: 75px;
    padding-top: 9px;
    right: -2px;
    line-height: 10px;
  }
}
@media (max-width: 410px) {
  #ModalLevels .text-position {
    bottom: 95px;
  }
}
@media (max-width: 375px) {
  #ModalLevels .text-position {
    bottom: -55px;
    z-index: 9;
  }
}
#ModalLevels .form-block {
  padding-bottom: 30px;
}
#ModalLevels .form-block .form-content {
  padding: 0;
  width: 100%;
  position: relative;
}
#ModalLevels .form-block .title-form {
  display: block;
}
#ModalLevels .form-block .plan {
  width: 350px;
}
#ModalLevels .form-block .button-block {
  margin-top: 25px;
  display: flex;
  align-items: center;
  position: relative;
}
#ModalLevels .form-block .grey-btn:not([href]):not([tabindex]) {
  display: block;
  margin: 0 10px;
  transition: 0.5s;
  cursor: pointer;
  position: absolute;
  left: -65px;
}
@media (max-width: 480px) {
  #ModalLevels .form-block .grey-btn:not([href]):not([tabindex]) {
    left: -60px;
  }
}
@media (max-width: 410px) {
  #ModalLevels .form-block .grey-btn:not([href]):not([tabindex]) {
    left: -53px;
  }
}
@media (max-width: 768px) {
  #ModalLevels .form-block .container-img img {
    height: 80px;
    width: 110px;
  }
}
@media (max-width: 410px) {
  #ModalLevels .form-block .container-img img {
    width: 90px;
    height: 60px;
  }
}
#ModalLevels .form-block:after {
  content: "";
  position: absolute;
  background-image: url(../img/catalog.png);
  width: 361px;
  height: 316px;
  top: calc(50% - 150px);
  left: -290px;
}
#ModalLevels .title-level-form {
  line-height: 22px;
}

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

.level {
  display: none;
  visibility: hidden;
  height: 0;
  opacity: 0;
  position: relative;
}

.level.active {
  display: block;
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.active-header {
  display: block;
  visibility: visible;
  opacity: 1;
}

.fixed-phone {
  display: none;
}

@media (max-width: 1023px) {
  .fixed-phone {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    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;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: red;
  }

  @-webkit-keyframes animate {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
      opacity: 0;
    }
  }

  @keyframes animate {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4);
              transform: scale(1.4);
      opacity: 0;
    }
  }

  .fixed-phone:before,
  .fixed-phone:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    border: 1px solid red;
    border-radius: 50%;
    -webkit-animation: animate 1.5s linear infinite;
            animation: animate 1.5s linear infinite;
  }

  .fixed-phone:after {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }

  .fixed-phone span {
    width: 48%;
    height: 48%;
    background: url(../img/phone-active.png) no-repeat center center / contain;
  }
}
