@import url('../css/reset.css');

@import url('../css/fonts.css');

@import url('../css/animate.css');

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev {
  left: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/prev.png') no-repeat;
}

.slick-next {
  right: -25px;
  width: 50px;
  height: 50px;
  background: url('../img/next.png') no-repeat;
}

/* Dots */

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #2ED0D0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.slick-dots li.slick-active {
  background: #2ED0D0;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

*:hover,
*:focus {
  outline: 0;
}

html {
  font-size: 16px;
}

body {
  font-family: RalewayRegular;
  background: #090613;
  color: #fff;
}

.wrapper {
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.line-section {
  width: 100%;
  height: 136px;
  background: url('../img/line-bg.png') no-repeat;
}

section.top-line-section {
  height: 126px;
  background: url('../img/top-bg.png') no-repeat;
  padding-top: 13px;
}

.top-line-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.top-menu li {
  font: 18px RalewayBold;
  line-height: 21px;
}

ul.top-menu li a {
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 5px 25px;
}

ul.top-menu li a:hover {
  color: #2ED0D0;
}

.top-phone a {
  display: block;
  text-align: right;
  font: 24px OswaldBold;
  line-height: 36px;
  color: #fff;
  margin-bottom: 2px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.top-phone a:hover {
  color: #2ED0D0;
}

.top-phone p {
  font-size: 18px;
  line-height: 21px;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: none;
}

.burger .line {
  width: 64px;
  height: 4px;
  margin-bottom: 11px;
  background: #2ED0D0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.burger .line:nth-child(2) {
  width: 50px;
}

.burger .line:last-child {
  width: 34px;
  margin-bottom: 0;
}

header {
  padding-top: 95px;
  padding-bottom: 150px;
  overflow: hidden;
}

.header-wrap {
  position: relative;
}

.header-text h1 {
  text-transform: uppercase;
  font: 48px OswaldRegularItalic;
  line-height: 64px;
  margin-bottom: 30px;
}

.header-text ul li {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  padding-left: 37px;
  position: relative;
}

.header-text ul li::before {
  content: url('../img/header-ul-before.svg');
  position: absolute;
  top: -14px;
  left: -18px;
}

.header-button {
  margin-top: 35px;
}

.header-button a {
  width: 264px;
  height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: -o-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: linear-gradient(93.02deg, #B658FF 0%, #2ED0D0 100%);
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}

.header-button a:hover::after {
  opacity: 1;
}

.header-button a::after {
  content: 'Заказать подбор';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.header-button a::before {
  content: 'Заказать подбор';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.header-button a:active::after {
  opacity: 0;
}

.header-button a:active::before {
  opacity: 1;
}

.header-img {
  position: absolute;
  top: -8px;
  right: 0;
}

section.about-section {
  padding-top: 150px;
  padding-bottom: 130px;
  overflow: hidden;
}

section.about-section h2 {
  text-transform: uppercase;
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  margin-bottom: 50px;
}

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-img {
  width: 46%;
  position: relative;
}

.about-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 30px;
  right: -30px;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
  border: 1px solid rgba(182, 88, 255, 0.5);
}

.about-img img {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 3;
}

.about-text {
  width: 54%;
  padding-left: 105px;
}

.about-text h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.about-text p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 20px;
}

.about-text p:last-of-type {
  margin-bottom: 0;
}

section.prices-section {
  padding: 150px 0;
  overflow: hidden;
}

section.prices-section h2 {
  text-transform: uppercase;
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  margin-bottom: 50px;
}

.prices-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.prices-item {
  margin: 0 15px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #2ED0D0;
  padding: 22px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.prices-item:hover {
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.prices-item h3 {
  font: 26px OswaldRegularItalic;
  line-height: 36px;
  margin-bottom: 8px;
}

.prices-item ul {
  margin-bottom: 17px;
}

.prices-item ul li {
  font-size: 18px;
  line-height: 25px;
  padding-left: 17px;
  position: relative;
  margin-bottom: 7px;
}

.prices-item ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2ED0D0;
}

.prices-item .img {
  margin-bottom: 17px;
}

.prices-item .img img {
  width: 100%;
}

.prices-item .prices-item-bottom {
  width: 100%;
  margin: auto;
  margin-bottom: 0;
}

.prices-item .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 17px;
}

.prices-item .price span.old {
  text-decoration: line-through;
}

.prices-item .button {
  width: 100%;
}

.prices-item .button a {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: -o-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: linear-gradient(93.02deg, #B658FF 0%, #2ED0D0 100%);
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}

.prices-item .button a:hover::after {
  opacity: 1;
}

.prices-item .button a::after {
  content: 'Заказать подбор';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.prices-item .button a::before {
  content: 'Заказать подбор';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.prices-item .button a:active::after {
  opacity: 0;
}

.prices-item .button a:active::before {
  opacity: 1;
}

.prices-bottom {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prices-bottom-item {
  margin: 0 15px;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #2ED0D0;
  padding: 22px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.prices-bottom-item:hover {
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.prices-bottom-item h3 {
  font: 26px OswaldRegularItalic;
  line-height: 36px;
  margin-bottom: 7px;
}

.prices-bottom-item .price {
  font-size: 24px;
  line-height: 34px;
}

.prices-bottom-item p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
}

section.why-section {
  padding-top: 150px;
  padding-bottom: 100px;
  overflow: hidden;
}

section.why-section h2 {
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  margin-bottom: 50px;
}

.why-wrap {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.why-item {
  margin: 0 15px;
  width: -webkit-calc(33.33% - 30px);
  width: calc(33.33% - 30px);
  margin-bottom: 50px;
  text-align: center;
}

.why-item .img {
  margin-bottom: 16px;
  height: 100px;
  position: relative;
}

.why-item .img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.why-item .img img.hover {
  top: -20px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.why-item .img img:hover.hover {
  opacity: 1;
}

.why-item h3 {
  font: 26px OswaldRegularItalic;
  line-height: 36px;
  margin-bottom: 7px;
}

.why-item p {
  font-size: 18px;
  line-height: 25px;
}

section.reviews-section {
  padding: 150px 0;
  overflow: hidden;
}

section.reviews-section h2 {
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  margin-bottom: 50px;
}

.reviews-wrap-big-wrap {
  position: relative;
  padding: 0 130px;
}

.reviews-wrap-big-wrap .prev {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 74px;
  height: 57px;
}

.reviews-wrap-big-wrap .prev img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.reviews-wrap-big-wrap .prev img:hover.hover {
  opacity: 1;
}

.reviews-wrap-big-wrap .prev img.hover {
  -webkit-transform: translate(-50%, -44%);
  -ms-transform: translate(-50%, -44%);
  transform: translate(-50%, -44%);
  opacity: 0;
}

.reviews-wrap-big-wrap .next {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  width: 74px;
  height: 57px;
}

.reviews-wrap-big-wrap .next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.reviews-wrap-big-wrap .next img:hover.hover {
  opacity: 1;
}

.reviews-wrap-big-wrap .next img.hover {
  opacity: 0;
}

.reviews-item {
  padding: 0 15px;
}

.reviews-item img {
  width: 100%;
}

section.contacts-section {
  padding-top: 150px;
  padding-bottom: 0;
  overflow: hidden;
}

section.contacts-section h2 {
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  margin-bottom: 50px;
}

.contacts-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contacts-left {
  margin: 0 15px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.contacts-right {
  margin: 0 15px;
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.contacts-info p {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.contacts-info p.social {
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-info p.social a.inst {
  position: relative;
  width: 74px;
  height: 74px;
}

.contacts-info p.social a.inst:hover img.hover {
  opacity: 1;
}

.contacts-info p.social a.inst img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contacts-info p.social a.inst img.no-hover {
  top: 20px;
  left: 20px;
}

.contacts-info p.social a.inst img.hover {
  opacity: 0;
}

.contacts-info p.social a.vk {
  position: relative;
  width: 91px;
  height: 70px;
  -webkit-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}

.contacts-info p.social a.vk:hover img.hover {
  opacity: 1;
}

.contacts-info p.social a.vk img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.contacts-info p.social a.vk img.no-hover {
  top: 20px;
  left: 20px;
}

.contacts-info p.social a.vk img.hover {
  opacity: 0;
}

.contacts-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 60px;
  margin-bottom: 5px;
}

.contacts-info-item:first-child {
  margin-bottom: 0;
}

.contacts-info-item .img {
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translate(0, -62%);
  -ms-transform: translate(0, -62%);
  transform: translate(0, -62%);
  text-align: center;
  width: 70px;
}

.contacts-info-item p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0;
}

.contacts-info-item a {
  color: #fff;
  font: 36px OswaldBold;
  line-height: 53px;
}

.contacts-map img {
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #2ED0D0;
}

.contacts-logo {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.contacts-logo img {
  width: 100%;
}

form.contacts-form {
  width: 100%;
  border: 1px solid #2ED0D0;
  padding: 22px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

form.contacts-form h3 {
  font: 48px OswaldRegularItalic;
  line-height: 71px;
  text-align: center;
  margin-bottom: 11px;
}

form.contacts-form input {
  width: 100%;
  margin-bottom: 15px;
  height: 42px;
  background: transparent;
  border: 1px solid #2ED0D0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 12px;
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
  color: #fff;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

form.contacts-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form textarea {
  width: 100%;
  margin-bottom: 15px;
  height: 112px;
  background: transparent;
  border: 1px solid #2ED0D0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 12px;
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
  color: #fff;
  resize: none;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

form.contacts-form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 24px RalewayRegular;
  line-height: 28px;
}

form.contacts-form .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

form.contacts-form .button button {
  width: 240px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: -o-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: linear-gradient(93.02deg, #B658FF 0%, #2ED0D0 100%);
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  border: none;
  cursor: pointer;
}

form.contacts-form .button button:hover::after {
  opacity: 1;
}

form.contacts-form .button button::after {
  content: 'Оставить заявку';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

form.contacts-form .button button::before {
  content: 'Оставить заявку';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

form.contacts-form .button button:active::after {
  opacity: 0;
}

form.contacts-form .button button:active::before {
  opacity: 1;
}

form.contacts-form .button p {
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  padding-left: 17px;
  font-size: 14px;
  line-height: 20px;
}

form.contacts-form .button p a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

form.contacts-form .button p a:hover {
  border-bottom-color: #fff;
}

.contacts-image {
  position: relative;
  height: 314px;
}

.contacts-image img {
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translate(-335px, 0);
  -ms-transform: translate(-335px, 0);
  transform: translate(-335px, 0);
}

footer {
  height: 150px;
  background: url('../img/footer-bg.png') no-repeat;
  margin-top: -115px;
}

.footer-bottom {
  text-align: center;
  margin-top: 15px;
  color: #fff;
  padding-bottom: 25px;
}

.footer-bottom a {
  color: #B658FF;
  transition: .5s;
  font-weight: bold;
}

.footer-bottom a:hover {
  color: #2ED0D0;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}

.footer-social {
  margin-left: 90px;
}

.footer-social p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 34px;
}

.footer-social p a.inst {
  position: relative;
  width: 74px;
  height: 74px;
}

.footer-social p a.inst:hover img.hover {
  opacity: 1;
}

.footer-social p a.inst img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-social p a.inst img.no-hover {
  top: 20px;
  left: 20px;
}

.footer-social p a.inst img.hover {
  opacity: 0;
}

.footer-social p a.vk {
  position: relative;
  width: 91px;
  height: 70px;
  -webkit-transform: translate(-25px, 0);
  -ms-transform: translate(-25px, 0);
  transform: translate(-25px, 0);
}

.footer-social p a.vk:hover img.hover {
  opacity: 1;
}

.footer-social p a.vk img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.footer-social p a.vk img.no-hover {
  top: 20px;
  left: 20px;
}

.footer-social p a.vk img.hover {
  opacity: 0;
}

.footer-info {
  font-size: 16px;
  line-height: 21px;
}

.order-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}

.order-overlay img {
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.order-modal {
  width: 565px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(182, 88, 255, 0.5);
  padding: 30px;
  display: none;
}

.order-modal h3 {
  text-align: center;
  font: 36px OswaldRegularItalic;
  line-height: 53px;
  margin-bottom: 15px;
}

.order-modal p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.order-modal input {
  width: 100%;
  margin-bottom: 15px;
  height: 42px;
  background: transparent;
  border: 1px solid #2ED0D0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
  color: #fff;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.order-modal input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-modal input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-modal input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-modal input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-modal button {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: -o-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: linear-gradient(93.02deg, #B658FF 0%, #2ED0D0 100%);
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.order-modal button:hover::after {
  opacity: 1;
}

.order-modal button::after {
  content: 'Отправить';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.order-modal button::before {
  content: 'Отправить';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.order-modal button:active::after {
  opacity: 0;
}

.order-modal button:active::before {
  opacity: 1;
}

.order-modal .agree {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 20px;
}

.order-modal .agree a {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.order-modal .agree a:hover {
  border-bottom-color: transparent;
}

.thanks-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  display: none;
}

.thanks-overlay img {
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.thanks-modal {
  width: 565px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  color: #fff;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid rgba(182, 88, 255, 0.5);
  padding: 30px;
  display: none;
}

.thanks-modal h3 {
  text-align: center;
  font: 36px OswaldRegularItalic;
  line-height: 53px;
  margin-bottom: 15px;
}

.thanks-modal p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

section.mob-menu-section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100vh;
  background: -webkit-radial-gradient(67.17% 101.66% at 50% 0.1%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: -o-radial-gradient(67.17% 101.66% at 50% 0.1%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  background: radial-gradient(67.17% 101.66% at 50% 0.1%, rgba(182, 88, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), #090613;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
}

.mob-top-wrap {
  width: 730px;
  margin: 0 auto;
  padding-top: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mob-top-wrap .logo {
  width: 126px;
}

.mob-top-wrap .logo img {
  width: 100%;
}

.mob-top-wrap .phone {
  width: 205px;
  margin-right: 57px;
}

.mob-top-wrap .phone a {
  display: block;
  text-align: center;
  font: 22px OswaldBold;
  line-height: 33px;
  color: #fff;
  margin-bottom: 2px;
}

.mob-top-wrap .phone p {
  text-align: center;
  font-size: 17px;
  line-height: 20px;
}

.mob-top-wrap .close {
  width: 64px;
  text-align: right;
}

ul.mob-menu {
  margin-bottom: 20px;
}

ul.mob-menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 24px RalewayBold;
  line-height: 28px;
}

ul.mob-menu li a {
  color: #fff;
  -webkit-transition-timing-function: .5s;
  -o-transition-timing-function: .5s;
  transition-timing-function: .5s;
  display: block;
  padding: 10px 0;
}

ul.mob-menu li a:hover {
  color: #2ED0D0;
}

.mob-phone {
  width: 240px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
}

.mob-phone img {
  position: absolute;
  top: -15px;
  left: -56px;
}

.mob-phone a {
  display: block;
  text-align: center;
  font: 28px OswaldBold;
  line-height: 41px;
  color: #fff;
  margin-bottom: 5px;
}

.mob-phone p {
  font-size: 18px;
  line-height: 22px;
}

.mob-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}

.mob-social .vk {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.mob-social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mob-social-list a {
  margin: 0 10px;
}

.widget {
  position: fixed;
  bottom: 40px;
  right: 50%;
  -webkit-transform: translate(620px, 0);
  -ms-transform: translate(620px, 0);
  transform: translate(620px, 0);
  width: 60px;
  height: 60px;
}

.widget.active .icon {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget.active .icon.hov {
  opacity: 1;
}

.widget .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-box-shadow: 3px 3px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 3px 3px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.widget .icon.hov {
  opacity: 0;
  background: #38BAFF;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget .widget-social {
  position: absolute;
  bottom: 75px;
  left: 10px;
  display: none;
}

.widget .widget-social a {
  margin-top: 10px;
  display: block;
}

section.agreement-section {
  padding: 40px 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

section.agreement-section h1 {
  text-transform: uppercase;
  font: 40px OswaldRegularItalic;
  line-height: 46px;
  color: #fff;
  margin-bottom: 45px;
}

section.agreement-section h4 {
  font-family: RalewayBold;
  margin-bottom: 5px;
}




section.order-section {
  padding-top: 50px;
  padding-bottom: 200px;
}

section.order-section h1 {
  text-align: center;
  font: 48px OswaldRegularItalic;
  line-height: 53px;
  margin-bottom: 15px;
}

section.order-section p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 30px;
}

.order-page-form {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.order-page-form input {
  width: 100%;
  margin-bottom: 15px;
  height: 42px;
  background: transparent;
  border: 1px solid #2ED0D0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
  color: #fff;
  background: -webkit-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(50.17% 133.14% at 67.62% -15.42%, rgba(182, 88, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.order-page-form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-page-form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-page-form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-page-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.06em;
  font: 20px RalewayRegular;
  line-height: 23px;
}

.order-page-form button {
  width: 100%;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: -webkit-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: -o-linear-gradient(356.98deg, #B658FF 0%, #2ED0D0 100%);
  background: linear-gradient(93.02deg, #B658FF 0%, #2ED0D0 100%);
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  border: none;
  cursor: pointer;
  margin-bottom: 15px;
}

.order-page-form button:hover::after {
  opacity: 1;
}

.order-page-form button::after {
  content: 'Отправить';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  -webkit-box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  box-shadow: 5px 5px 0px rgba(182, 88, 255, 0.35);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.order-page-form button::before {
  content: 'Отправить';
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 14px RalewayBold;
  line-height: 16px;
  letter-spacing: 0.06em;
  background: #38BAFF;
  background: -webkit-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: -o-linear-gradient(357.91deg, #38BAFF -0.05%, #B658FF 99.95%);
  background: linear-gradient(92.09deg, #38BAFF -0.05%, #B658FF 99.95%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}

.order-page-form button:active::after {
  opacity: 0;
}

.order-page-form button:active::before {
  opacity: 1;
}

.order-page-form .agree {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 20px;
}

.order-page-form .agree a {
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.order-page-form .agree a:hover {
  border-bottom-color: transparent;
}










@media screen and (max-width: 1250px) {
  .widget {
    bottom: 20px;
    right: 20px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  section.top-line-section {
    height: 110px;
    background-position: center;
  }

  .top-line-wrap,
  .header-wrap {
    width: 970px;
    margin: 0 auto;
  }

  .top-line-wrap .logo {
    width: 126px;
  }

  .top-line-wrap .logo img {
    width: 100%;
  }

  ul.top-menu li a {
    padding: 5px 20px;
  }

  header {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .header-text {
    width: 430px;
  }

  .header-img {
    width: 544px;
    top: 80px;
  }

  .header-img img {
    width: 100%;
  }

  .line-section {
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-position: center;
  }

  section.about-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  section.about-section h2 {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .about-wrap {
    width: 970px;
    margin: 0 auto;
  }

  .about-img::after {
    top: 15px;
    right: -15px;
  }

  .about-text {
    padding-left: 45px;
  }

  .about-text h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .about-text p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
  }

  .about-text img {
    width: 617px;
  }

  section.prices-section {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  section.prices-section h2 {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .prices-wrap {
    width: 970px;
    margin: 0 auto;
  }

  .prices-item {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }

  .prices-item:last-child {
    margin-right: 0;
  }

  .prices-item ul {
    margin-bottom: 0;
  }

  .prices-item ul li {
    font-size: 17px;
    line-height: 24px;
    padding-left: 13px;
  }

  .prices-item ul li::before {
    width: 6px;
    height: 6px;
  }

  .prices-item .img {
    margin-bottom: 35px;
  }

  .prices-item .price {
    margin-bottom: 10px;
    position: relative;
  }

  .prices-item .price .old {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .prices-item .button a {
    height: 38px;
  }

  .prices-bottom {
    width: 970px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .prices-bottom-item {
    margin: 0;
    margin-right: 20px;
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    padding: 15px;
  }

  .prices-bottom-item:last-child {
    margin-right: 0;
  }

  section.why-section {
    padding-top: 105px;
    padding-bottom: 65px;
  }

  section.why-section h2 {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .why-wrap {
    width: 970px;
    margin: 0 auto;
  }

  .why-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-right: 20px;
    margin-bottom: 50px;
  }

  .why-item:nth-child(2n) {
    margin-right: 0;
  }

  .why-item p {
    padding: 0 15px;
  }

  section.reviews-section {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  section.reviews-section h2 {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .reviews-wrap-big-wrap {
    width: 970px;
    margin: 0 auto;
    padding: 0 70px;
  }

  .reviews-wrap-big-wrap .prev {
    left: -5px;
  }

  .reviews-wrap-big-wrap .next {
    right: -5px;
  }

  .reviews-item {
    padding: 0 10px;
  }

  section.contacts-section {
    padding-top: 105px;
  }

  section.contacts-section h2 {
    width: 970px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .contacts-wrap {
    width: 970px;
    margin: 0 auto;
  }

  .contacts-left {
    width: 470px;
    margin: 0;
    margin-right: 20px;
  }

  .contacts-right {
    width: 470px;
    margin: 0;
  }

  .contacts-info p {
    margin-bottom: 13px;
  }

  .contacts-info p .del {
    display: none;
  }

  .contacts-logo {
    margin-bottom: 44px;
    height: 170px;
  }

  form.contacts-form .button p {
    font-size: 12px;
    line-height: 17px;
  }

  .footer-wrap {
    width: 970px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  section.top-line-section {
    background-position: 25% 0;
  }

  .top-line-wrap,
  .header-wrap {
    width: 730px;
  }

  ul.top-menu {
    display: none;
  }

  .top-phone {
    text-align: center;
    width: 205px;
    margin-right: 57px;
  }

  .top-phone a {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }

  .top-phone p {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
  }

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

  header {
    padding-bottom: 60px;
  }

  .header-text {
    width: 395px;
  }

  .header-text h1 {
    font-size: 44px;
    line-height: 61px;
    margin-bottom: 25px;
  }

  .header-text ul li {
    font-size: 22px;
    line-height: 31px;
  }

  .header-img {
    width: 340px;
  }

  section.about-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  section.about-section h2 {
    width: 730px;
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 35px;
  }

  .about-wrap {
    width: 730px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-img {
    width: 344px;
    margin-bottom: 31px;
  }

  .about-img::after {
    top: 8px;
    right: -11px;
  }

  .about-text {
    padding-left: 0;
    width: 100%;
    position: relative;
  }

  .about-text h3 {
    line-height: 30px;
    margin-bottom: 18px;
  }

  .about-text p {
    font-size: 17px;
    line-height: 24px;
  }

  .about-text img {
    width: 783px;
    position: absolute;
    top: -255px;
    right: -355px;
  }

  section.prices-section {
    padding: 90px 0;
  }

  section.prices-section h2 {
    width: 730px;
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 35px;
  }

  .prices-wrap {
    width: 730px;
  }

  .prices-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-right: 20px;
    margin-bottom: 25px;
  }

  .prices-item h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .prices-item:last-child {
    margin-right: auto;
  }

  .prices-item:nth-child(2n) {
    margin-right: 0;
  }

  .prices-item .img {
    text-align: center;
  }

  .prices-item .img img {
    width: auto;
    max-width: 100%;
  }

  .prices-item .price {
    font-size: 22px;
    line-height: 31px;
  }

  .prices-item .button a {
    height: 38px;
  }

  .prices-bottom {
    width: 730px;
  }

  .prices-bottom-item {
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
  }

  .prices-bottom-item h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .prices-bottom-item p {
    font-size: 17px;
    line-height: 24px;
  }

  section.why-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  section.why-section h2 {
    width: 730px;
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 35px;
  }

  .why-wrap {
    width: 730px;
  }

  .why-item {
    margin-bottom: 35px;
  }

  .why-item .img img {
    opacity: 0;
  }

  .why-item .img img.hover {
    opacity: 1;
  }

  .why-item h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .why-item p {
    padding: 0 20px;
    font-size: 17px;
    line-height: 24px;
  }

  section.reviews-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  section.reviews-section h2 {
    width: 730px;
    font-size: 44px;
    line-height: 65px;
  }

  .reviews-wrap-big-wrap {
    width: 730px;
  }

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

  section.contacts-section h2 {
    width: 730px;
    font-size: 44px;
    line-height: 65px;
    margin-bottom: 35px;
  }

  .contacts-wrap {
    width: 730px;
    display: block;
  }

  .contacts-left {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts-map {
    width: 354px;
  }

  .contacts-info {
    width: -webkit-calc(100% - 354px);
    width: calc(100% - 354px);
    padding-right: 20px;
  }

  .contacts-info p {
    font-size: 22px;
    line-height: 26px;
  }

  .contacts-info p.social {
    margin-bottom: 0;
    margin-top: -20px;
  }

  .contacts-info-item a {
    font-size: 34px;
    line-height: 50px;
  }

  .contacts-right {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .contacts-logo {
    position: absolute;
    top: 15px;
    right: 20px;
    margin-bottom: 0;
    height: auto;
  }

  .contacts-logo img {
    width: 166px;
  }

  form.contacts-form h3 {
    text-align: left;
  }

  form.contacts-form input {
    height: 40px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 17px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form input::placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form textarea {
    height: 131px;
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 22px;
    line-height: 26px;
  }

  form.contacts-form .button button {
    width: 440px;
  }

  form.contacts-form .button p {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
  }

  .contacts-image {
    height: 240px;
  }

  .contacts-image img {
    width: 988px;
    -webkit-transform: translate(-275px, 0);
    -ms-transform: translate(-275px, 0);
    transform: translate(-275px, 0);
  }

  footer {
    height: 130px;
    background-position: 48% 0;
    margin-top: -110px;
  }

  .footer-bottom {
    margin-top: 32px;
    text-align: left;
    max-width: 290px;
    line-height: 1.4;
  }

  .footer-wrap {
    width: 730px;
    padding-top: 48px;
  }

  .footer-wrap .copyright {
    font-size: 16px;
    line-height: 21px;
  }

  .footer-social {
    margin-left: 0;
  }

  .footer-social p .del {
    display: none;
  }

  .footer-info {
    font-size: 14px;
    line-height: 20px;
  }

  .order-modal {
    padding: 25px;
    width: 530px;
  }

  .order-modal h3 {
    font-size: 32px;
    line-height: 47px;
  }

  .order-modal p {
    font-size: 16px;
    line-height: 23px;
  }

  .order-modal input {
    font-size: 18px;
    line-height: 21px;
  }

  .order-modal input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  .order-modal input::-moz-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  .order-modal input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  .order-modal input::placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  .thanks-modal {
    padding: 25px;
    width: 530px;
  }

  .thanks-modal h3 {
    font-size: 32px;
    line-height: 47px;
  }

  .thanks-modal p {
    font-size: 16px;
    line-height: 23px;
  }
}

@media screen and (max-width: 960px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.order-section {
    padding-bottom: 150px;
  }

  section.order-section h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 780px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 760px) {
  section.agreement-section {
    font-size: 14px;
    line-height: 20px;
  }

  section.agreement-section h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 30px;
  }

  section.top-line-section {
    height: 80px;
    background: url('../img/top-line-mob-bg.png') no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom left;
  }

  .top-line-wrap,
  .header-wrap {
    width: 450px;
  }

  .top-line-wrap .logo {
    width: 73px;
  }

  .top-phone {
    width: 190px;
  }

  .top-phone a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .top-phone p {
    font-size: 15px;
    line-height: 18px;
  }

  .burger .line {
    width: 42px;
    height: 2px;
    margin-bottom: 8px;
  }

  .burger .line:nth-child(2) {
    width: 33px;
  }

  .burger .line:last-child {
    width: 22px;
    margin-bottom: 0;
  }

  header {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .header-text {
    width: 100%;
  }

  .header-text h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .header-text ul {
    width: 290px;
  }

  .header-text ul li {
    font-size: 18px;
    line-height: 25px;
    padding-left: 29px;
    margin-bottom: 18px;
  }

  .header-text ul li::before {
    content: url('../img/header-ul-before-mob.svg');
  }

  .header-button {
    margin-top: 20px;
  }

  .header-button a {
    width: 100%;
  }

  .header-img {
    width: 197px;
    top: 55px;
  }

  .line-section {
    height: 60px;
  }

  section.about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.about-section h2 {
    width: 450px;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .about-wrap {
    width: 450px;
  }

  .about-img {
    width: 204px;
    margin-bottom: 27px;
  }

  .about-img::after {
    top: 5px;
    right: -10px;
  }

  .about-text h3 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .about-text p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .about-text img {
    width: 569px;
    top: -190px;
    right: -273px;
  }

  section.prices-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  section.prices-section h2 {
    width: 450px;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .prices-wrap {
    width: 450px;
  }

  .prices-item {
    margin-bottom: 20px;
  }

  .prices-item h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .prices-item ul {
    margin-bottom: 10px;
  }

  .prices-item ul li {
    font-size: 15px;
    line-height: 21px;
  }

  .prices-item .price {
    font-size: 18px;
    line-height: 25px;
  }

  .prices-item .price .old {
    font-size: 15px;
    line-height: 21px;
  }

  .prices-item .button a {
    height: 38px;
  }

  .prices-bottom {
    width: 450px;
  }

  .prices-bottom-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .prices-bottom-item h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .prices-bottom-item .price {
    font-size: 22px;
    line-height: 31px;
  }

  .prices-bottom-item p {
    font-size: 15px;
    line-height: 21px;
  }

  section.why-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.why-section h2 {
    width: 450px;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .why-wrap {
    width: 450px;
  }

  .why-item {
    width: 100%;
    margin-bottom: 0;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .why-item .img {
    width: 101px;
  }

  .why-item .img img {
    opacity: 0;
  }

  .why-item .img img.hover {
    opacity: 1;
  }

  .why-item .text {
    width: -webkit-calc(100% - 101px);
    width: calc(100% - 101px);
    padding-left: 20px;
  }

  .why-item h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .why-item p {
    padding: 0;
    font-size: 15px;
    line-height: 21px;
  }

  section.reviews-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.reviews-section h2 {
    width: 450px;
    font-size: 28px;
    line-height: 41px;
  }

  .reviews-wrap-big-wrap {
    width: 450px;
  }

  section.contacts-section {
    padding-top: 50px;
  }

  section.contacts-section h2 {
    width: 450px;
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 30px;
  }

  .contacts-wrap {
    width: 450px;
  }

  .contacts-left {
    width: 100%;
    display: block;
  }

  .contacts-map {
    width: 100%;
  }

  .contacts-info {
    width: 100%;
    padding-right: 0;
  }

  .contacts-info p {
    font-size: 18px;
    line-height: 21px;
  }

  .contacts-info p.social {
    margin-bottom: 0;
    margin-top: -15px;
  }

  .contacts-info-item {
    padding-left: 45px;
  }

  .contacts-info-item .img img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .contacts-logo {
    top: 15px;
    right: 10px;
  }

  form.contacts-form {
    padding: 15px 10px;
  }

  form.contacts-form h3 {
    font-size: 28px;
    line-height: 41px;
    margin-bottom: 37px;
  }

  form.contacts-form input {
    height: 35px;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form input::placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form textarea {
    font-size: 18px;
    line-height: 21px;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 18px;
    line-height: 21px;
  }

  form.contacts-form .button button {
    width: 200px;
  }

  form.contacts-form .button p {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    padding-left: 18px;
  }

  .contacts-image {
    height: 224px;
  }

  .contacts-image img {
    width: 928px;
    -webkit-transform: translate(-242px, 0);
    -ms-transform: translate(-242px, 0);
    transform: translate(-242px, 0);
  }

  footer {
    height: 130px;
    background-position: 48% 0;
    margin-top: -110px;
  }

  .footer-wrap {
    width: 450px;
    padding-top: 48px;
  }

  .footer-wrap .copyright {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-info {
    font-size: 12px;
    line-height: 16px;
  }

  .order-modal {
    padding: 25px 15px;
    width: 450px;
  }

  .order-modal h3 {
    font-size: 30px;
    line-height: 44px;
  }

  .order-modal p {
    font-size: 15px;
    line-height: 22px;
  }

  .order-modal .agree {
    font-size: 13px;
    line-height: 19px;
  }

  .thanks-modal {
    padding: 25px 15px;
    width: 450px;
  }

  .thanks-modal h3 {
    font-size: 30px;
    line-height: 44px;
  }

  .thanks-modal p {
    font-size: 15px;
    line-height: 22px;
  }

  .top-phone {
    margin-right: 32px;
  }

  .mob-top-wrap {
    width: 450px;
  }

  .mob-top-wrap .close {
    width: 42px;
  }

  .mob-top-wrap .close img {
    max-width: 100%;
  }

  .mob-top-wrap .logo {
    width: 73px;
  }

  .mob-top-wrap .phone {
    width: 190px;
    margin-right: 32px;
  }

  .mob-top-wrap .phone a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }

  .mob-top-wrap .phone p {
    font-size: 15px;
    line-height: 18px;
  }

  ul.mob-menu li {
    font-size: 22px;
    line-height: 26px;
  }
}

@media screen and (max-width: 560px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 480px) {
  section.top-line-section {
    height: 69px;
  }

  .top-line-wrap,
  .header-wrap {
    width: 100%;
  }

  .top-line-wrap .logo {
    width: 70px;
  }

  .top-phone a {
    font-size: 15px;
    line-height: 22px;
  }

  .top-phone p {
    font-size: 12px;
    line-height: 14px;
  }

  header {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .header-img {
    position: static;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .header-img img {
    width: 240px;
  }

  .header-text h1 {
    font-size: 24px;
    line-height: 36px;
  }

  .header-text ul {
    width: 100%;
  }

  .header-button {
    margin-top: 25px;
  }

  section.about-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  section.about-section h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .about-wrap {
    width: 100%;
  }

  .about-img {
    width: 126px;
    margin-bottom: 19px;
  }

  .about-img::after {
    top: 2px;
    right: -7px;
  }

  .about-text h3 {
    margin-bottom: 12px;
  }

  .about-text img {
    width: 318px;
    top: -110px;
    right: 50%;
    -webkit-transform: translate(285px, 0);
    -ms-transform: translate(285px, 0);
    transform: translate(285px, 0);
  }

  section.prices-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  section.prices-section h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .prices-wrap {
    width: 100%;
  }

  .prices-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .prices-bottom {
    width: 100%;
  }

  .prices-bottom-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .prices-bottom-item h3 {
    font-size: 22px;
    line-height: 31px;
  }

  .prices-bottom-item .price {
    font-size: 18px;
    line-height: 25px;
  }

  section.why-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  section.why-section h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .why-wrap {
    width: 100%;
  }

  .why-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .why-item .img {
    width: 80px;
  }

  .why-item .img img {
    width: 106px;
  }

  .why-item .img img.hover {
    top: 0;
  }

  .why-item .text {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }

  section.reviews-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.reviews-section h2 {
    width: 100%;
    font-size: 28px;
    line-height: 41px;
  }

  .reviews-wrap-big-wrap {
    width: 100%;
    padding: 0 40px;
  }

  .reviews-wrap-big-wrap .prev {
    left: -27px;
  }

  .reviews-wrap-big-wrap .prev img {
    opacity: 0;
  }

  .reviews-wrap-big-wrap .prev img.hover {
    opacity: 1;
    width: 60px;
  }

  .reviews-wrap-big-wrap .next {
    right: -27px;
  }

  .reviews-wrap-big-wrap .next img {
    opacity: 0;
  }

  .reviews-wrap-big-wrap .next img.hover {
    opacity: 1;
    width: 60px;
  }

  .reviews-item {
    padding: 0;
  }

  section.contacts-section {
    padding-top: 40px;
  }

  section.contacts-section h2 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .contacts-wrap {
    width: 100%;
  }

  .contacts-left {
    margin-bottom: 20px;
  }

  .contacts-info p.social {
    margin-top: -15px;
    font-size: 15px;
    line-height: 21px;
  }

  .contacts-info-item {
    padding-left: 45px;
  }

  .contacts-info-item p {
    font-size: 15px;
    line-height: 18px;
  }

  .contacts-info-item .img {
    -webkit-transform: translate(0, -53%);
    -ms-transform: translate(0, -53%);
    transform: translate(0, -53%);
  }

  .contacts-info-item .img img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .contacts-info-item a {
    font-size: 28px;
    line-height: 41px;
  }

  .contacts-info p.social a.inst {
    margin-left: 15px;
  }

  .contacts-info p.social a.vk {
    margin-left: 5px;
  }

  .contacts-logo {
    display: none;
  }

  form.contacts-form {
    padding: 10px;
    padding-top: 15px;
  }

  form.contacts-form h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  form.contacts-form input {
    height: 32px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 7px;
  }

  form.contacts-form input::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form input::-moz-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form input:-ms-input-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form input::placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form textarea {
    font-size: 15px;
    line-height: 18px;
    padding: 7px;
  }

  form.contacts-form textarea::-webkit-input-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form textarea::-moz-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form textarea:-ms-input-placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form textarea::placeholder {
    font-size: 15px;
    line-height: 18px;
  }

  form.contacts-form .button {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  form.contacts-form .button button {
    width: 100%;
  }

  form.contacts-form .button p {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  footer {
    height: 130px;
    background-position: 48% 0;
    margin-top: -110px;
  }

  .footer-wrap {
    width: 100%;
    padding-top: 48px;
  }

  .footer-info {
    display: none;
  }

  .order-modal {
    padding: 20px 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .order-modal h3 {
    font-size: 27px;
    line-height: 41px;
    margin-bottom: 10px;
  }

  .order-modal p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }

  .order-modal input {
    font-size: 17px;
    line-height: 20px;
  }

  .order-modal input::-webkit-input-placeholder {
    font-size: 17px;
    line-height: 20px;
  }

  .order-modal input::-moz-placeholder {
    font-size: 17px;
    line-height: 20px;
  }

  .order-modal input:-ms-input-placeholder {
    font-size: 17px;
    line-height: 20px;
  }

  .order-modal input::placeholder {
    font-size: 17px;
    line-height: 20px;
  }

  .order-modal .agree {
    font-size: 13px;
    line-height: 19px;
  }

  .order-overlay img {
    padding: 15px;
    width: 50px;
  }

  .thanks-modal {
    padding: 20px 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .thanks-modal h3 {
    font-size: 27px;
    line-height: 41px;
    margin-bottom: 10px;
  }

  .thanks-modal p {
    font-size: 14px;
    line-height: 21px;
  }

  .thanks-overlay img {
    padding: 15px;
    width: 50px;
  }

  .top-phone {
    margin-right: 0;
  }

  .mob-top-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mob-top-wrap .close {
    width: 42px;
  }

  .mob-top-wrap .close img {
    width: 25px;
  }

  .mob-top-wrap .logo {
    width: 70px;
  }

  .mob-top-wrap .phone {
    margin-right: 0;
  }

  .mob-top-wrap .phone a {
    font-size: 15px;
    line-height: 22px;
  }

  .mob-top-wrap .phone p {
    font-size: 12px;
    line-height: 14px;
  }

  ul.mob-menu li {
    font-size: 18px;
    line-height: 21px;
  }

  .mob-phone {
    margin-bottom: 9px;
  }

  .mob-phone a {
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 2px;
  }

  .mob-phone p {
    font-size: 15px;
    line-height: 18px;
  }

  .mob-phone img {
    width: 53px;
    top: -11px;
    left: -24px;
  }

  .mob-social {
    font-size: 15px;
    line-height: 21px;
  }

  .mob-social .vk {
    -webkit-transform: translate(-16px, 0);
    -ms-transform: translate(-16px, 0);
    transform: translate(-16px, 0);
  }
}

@media screen and (max-width: 440px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}