*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: 600;
  border-radius: 5px;
  background-color: #0778bf;
  background: linear-gradient(-66deg, #0778bf 0%, #264994 100%);
  -webkit-box-shadow: 0 0 12px 1px rgba(36, 76, 150, 0.76);
  box-shadow: 0 0 12px 1px rgba(36, 76, 150, 0.76);
  border-bottom: 4px solid #25427d;
  padding: 20.5px 56px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn1:after {
  content: " ";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
  z-index: 1;
}

.btn2 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-shadow: 1px 6px 18px 1px rgba(37, 75, 150, 0.18);
  box-shadow: 1px 6px 18px 1px rgba(37, 75, 150, 0.18);
  border-radius: 4px;
  background-color: #0069b4;
  padding: 14px 29.5px;
}

.btn2:after {
  content: " ";
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(229, 172, 142, 0)));
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.7) 50%, rgba(229, 172, 142, 0));
  -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation: sheens 3s infinite;
  animation: sheens 3s infinite;
  z-index: 1;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  width: 100%;
  max-width: 1200px;
}

.main-header {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.main-header-toggle {
  width: 35px;
  height: 35px;
  background: url("../img/menu.svg") center no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
}

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

.main-header-logo-wrap {
  max-width: 141px;
  width: 100%;
}

.main-header-logo {
  display: block;
  max-width: 141px;
  width: 100%;
}

.main-header-nav {
  max-width: 640px;
  width: 100%;
}

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

.main-header-menu a {
  display: inline-block;
  color: #2a2a2a;
  font-size: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.main-header-contact {
  max-width: 265px;
  width: 100%;
  padding-left: 50px;
  position: relative;
  text-align: right;
}

.main-header-contact i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 34px;
  height: 34px;
  background-color: #0877be;
  background: linear-gradient(-224deg, #0877be 0%, #264894 100%);
  border-radius: 50%;
}

.main-header-contact i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/tel-icon.svg") center no-repeat;
  background-size: cover;
}

.main-header-tel {
  display: inline-block;
  color: #2a2a2a;
  font-size: 23px;
  font-weight: 600;
}

.main-header-link {
  display: inline-block;
  color: #2a2a2a;
  font-size: 15px;
}

.banner .container {
  padding-top: 51px;
  padding-bottom: 50px;
}

.banner-img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -46px;
  width: 933px;
}

.banner-wrap {
  max-width: 590px;
  width: 100%;
}

.banner-wrap h1 {
  color: #231f20;
  font-size: 36px;
  font-weight: 600;
  line-height: 58px;
  margin-bottom: 47px;
}

.banner-wrap h1 b {
  font-weight: 600;
  color: #0061c3;
}

.banner-wrap h1.thanks-title {
  min-height: 500px;
}

.banner-list {
  margin-bottom: 51px;
}

.banner-list li {
  color: #231f20;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 60px;
  position: relative;
}

.banner-list li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 36px;
  height: 34px;
  background: url("../img/banner-item-1.svg") center no-repeat;
  background-size: contain;
}

.banner-list li:nth-child(2):after {
  background-image: url("../img/banner-item-2.svg");
  width: 35px;
  height: 35px;
}

.banner-list li:nth-child(3):after {
  background-image: url("../img/banner-item-3.svg");
  width: 34px;
  height: 40px;
}

.banner-list li:last-child {
  margin-bottom: 0;
}

.services {
  padding-top: 39px;
  padding-bottom: 39px;
}

.services h2 {
  text-align: center;
  color: #231f20;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 54px;
}

.services h2 b {
  font-weight: 600;
  color: #347ccc;
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -33px;
  max-width: 1108px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  width: 22.93%;
  margin-top: 33px;
  padding-bottom: 21px;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.76);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.76);
  border-radius: 20px;
}

.services-item-img {
  margin-bottom: 14px;
}

.services-item-img img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: auto;
}

.services-item-text {
  max-width: 217px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0px 5px;
}

.services-item-text h3 {
  color: #231f20;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.services-item-text b {
  display: block;
  color: #231f20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.services-item-text .btn2 {
  display: block;
  padding: 14px 5px;
}

.feedback {
  padding-top: 17px;
  padding-bottom: 77px;
}

.feedback h2 {
  text-align: center;
  color: #231f20;
  font-size: 36px;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 33px;
}

.feedback h2 span {
  display: block;
  color: #231f20;
  font-size: 30px;
  font-weight: 600;
  line-height: 58px;
  margin-top: 4px;
}

.feedback h2 span b {
  font-weight: 600;
  color: #0061c3;
  font-size: 40px;
}

.feedback-wrap {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
  max-width: 1103px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 30px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-wrap:before {
  content: '';
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 11px;
  right: 11px;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border: 1px solid #0a73bb;
}

.feedback-img {
  width: 47.8%;
  position: relative;
}

.feedback-text {
  width: 50.3%;
  position: relative;
  margin-top: 5px;
}

.feedback-text h3 {
  color: #231f20;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 8px;
}

.feedback-text ul {
  margin-bottom: 9px;
}

.feedback-text ul li {
  color: #231f20;
  font-size: 16px;
}

.feedback-text p {
  color: #231f20;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}

.feedback-text p b {
  font-weight: 600;
  color: #0061c3;
}

.feedback-text .btn1 {
  max-width: 377px;
  width: 100%;
  padding: 20.5px 5px;
  text-align: center;
}

.feedback-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.feedback-price b {
  color: #8f8f8f;
  font-size: 24px;
  font-weight: 600;
  text-decoration: line-through;
  margin-right: 23px;
}

.feedback-price i {
  color: #0061c3;
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
}

.advantages {
  padding-top: 40px;
  padding-bottom: 51px;
  background-color: #f4f8ff;
}

.advantages-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1350px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 73px;
  padding-bottom: 73px;
}

.advantages-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-width: 475px;
  width: 100%;
}

.advantages-bg img {
  border-radius: 50%;
}

.advantages-list {
  width: 32.2%;
  position: relative;
}

.advantages-list-1 {
  margin-top: 14px;
}

.advantages-list-1 .advantages-item {
  max-width: 375px;
  width: 100%;
  padding-right: 101px;
  position: relative;
  text-align: right;
  margin-left: auto;
  margin-bottom: 70px;
}

.advantages-list-1 .advantages-item:last-child {
  margin-bottom: 0;
}

.advantages-list-1 .advantages-item i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0877be;
  background-image: linear-gradient(-224deg, #0877be 0%, #264894 100%);
  right: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.advantages-list-1 .advantages-item i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 35px;
  height: 35px;
  background: url("../img/advantages-item-1.svg") center no-repeat;
  background-size: contain;
}

.advantages-list-1 .advantages-item:nth-child(1) {
  max-width: 355px;
}

.advantages-list-1 .advantages-item:nth-child(2) {
  margin-right: 29px;
}

.advantages-list-1 .advantages-item:nth-child(2) i:after {
  background-image: url("../img/advantages-item-2.svg");
  width: 35px;
  height: 35px;
}

.advantages-list-1 .advantages-item:nth-child(3) {
  max-width: 335px;
}

.advantages-list-1 .advantages-item:nth-child(3) i:after {
  background-image: url("../img/advantages-item-3.svg");
  width: 35px;
  height: 35px;
}

.advantages-list-2 .advantages-item {
  max-width: 390px;
  width: 100%;
  padding-left: 101px;
  position: relative;
  margin-bottom: 64px;
}

.advantages-list-2 .advantages-item:last-child {
  margin-bottom: 0;
}

.advantages-list-2 .advantages-item i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0877be;
  background-image: linear-gradient(-224deg, #0877be 0%, #264894 100%);
  left: 0;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}

.advantages-list-2 .advantages-item i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 35px;
  height: 35px;
  background: url("../img/advantages-item-4.svg") center no-repeat;
  background-size: contain;
}

.advantages-list-2 .advantages-item:nth-child(2) {
  margin-left: 35px;
  max-width: 350px;
}

.advantages-list-2 .advantages-item:nth-child(2) i:after {
  background-image: url("../img/advantages-item-5.svg");
  width: 38px;
  height: 38px;
}

.advantages-list-2 .advantages-item:nth-child(3) {
  max-width: 300px;
}

.advantages-list-2 .advantages-item:nth-child(3) i:after {
  background-image: url("../img/advantages-item-6.svg");
  width: 38px;
  height: 28px;
}

.advantages-item h3 {
  color: #231f20;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.price {
  padding-top: 65px;
  padding-bottom: 85px;
}

.price h2 {
  color: #231f20;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 57px;
}

.price h2 b {
  font-weight: 600;
  color: #4887cf;
}

.price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.price-info {
  width: 57%;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
}

.price-info-title {
  padding: 21px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px 20px 0 0;
  background-color: #0069b4;
}

.price-info-title span {
  color: white;
  font-size: 20px;
  font-weight: 600;
}

.price-info-list li {
  padding: 17px 5px;
  padding-left: 50px;
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-info-list li:nth-child(2n) {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  background-color: #f5f6fa;
}

.price-info-list h3 {
  max-width: 289px;
  width: 100%;
  color: #231f20;
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
}

.price-info-list b {
  color: #231f20;
  font-size: 19px;
  font-weight: 600;
}

.price-from {
  width: 40%;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
  padding: 32px 32px 32px 32px;
}

.price-from h3 {
  text-align: center;
  color: #231f20;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 25px;
}

.price-from h3 b {
  font-weight: 600;
  color: #4b89cf;
}

.price .price-from .btn1 {
  display: block;
  width: 100%;
  padding: 23px 5px;
  margin-bottom: 25px;
  background: #eee;
  color: #000;
  border-bottom: 4px solid #eee;
  -webkit-box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  cursor: default;
}

.price .price-from .btn1:hover {
  -webkit-transform: none;
  transform: none;
}

.price .price-from .btn1:after {
  display: none;
}

.goods {
  padding-top: 52px;
  padding-bottom: 71px;
  background-color: #f4f8ff;
}

.goods h2 {
  color: #231f20;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 23px;
  position: relative;
  text-align: center;
}

.goods h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 157px;
  height: 5px;
  background-color: #548dd1;
}

.goods p {
  color: #231f20;
  font-size: 27px;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 34px;
  text-align: center;
  max-width: 1055px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.goods p i {
  font-style: normal;
  text-transform: uppercase;
}

.goods p b {
  color: #548dd1;
  font-weight: 700;
}

.goods-info {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
  background-color: white;
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.goods-info-title {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px 20px 0 0;
  background-color: #0069b4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 50px;
  padding-right: 95px;
}

.goods-info-title span {
  color: white;
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  width: 41%;
  text-align: center;
}

.goods-info-title span:nth-child(2) {
  width: 19.66%;
}

.goods-info-title span:nth-child(3) {
  width: 19.66%;
}

.goods-info-title span:nth-child(4) {
  width: 19.66%;
}

.goods-info-row {
  padding: 17px 50px;
  padding-right: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goods-info-row:nth-child(2n) {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  background-color: #f5f6fa;
}

.goods-info-cell {
  width: 41%;
}

.goods-info-cell:nth-child(2) {
  width: 19.66%;
}

.goods-info-cell:nth-child(3) {
  width: 19.66%;
}

.goods-info-cell:nth-child(4) {
  width: 19.66%;
}

.goods-info-cell span {
  display: block;
  color: #231f20;
  font-size: 19px;
  font-weight: 600;
  padding-left: 44px;
}

.goods-info-cell b {
  color: #231f20;
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-align: center;
}

.goods-info-cell .plus {
  width: 26px;
  height: 19px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: url("../img/plus.svg") center no-repeat;
}

.goods-info-cell .minus {
  width: 20px;
  height: 5px;
  background-color: #000001;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.questions {
  padding-top: 59px;
  padding-bottom: 30px;
}

.questions-wrap {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.questions-wrap h2 {
  width: 100%;
  color: #231f20;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 30px;
}

.questions-wrap h2 b {
  font-weight: 600;
  color: #1c79bc;
}

.questions-info {
  width: 48.5%;
}

.questions-item {
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.68);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.68);
  border-radius: 15px;
  margin-bottom: 30px;
}

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

.questions-item .open_toggle {
  padding: 20px 65px 20px 40px;
  cursor: pointer;
  color: #231f20;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.questions-item .open_toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 30px;
  width: 23px;
  height: 23px;
  background: url("../img/arrow1.svg") center no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.questions-item .open_toggle.active:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.questions-item .block_toggle {
  padding: 0 40px 16px 40px;
  margin-top: -5px;
  color: #231f20;
  font-size: 16px;
  line-height: 27px;
}

.questions-form {
  width: 40%;
  padding: 22px 36px 22px 36px;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
  margin-top: -50px;
}

.questions-form h3 {
  text-align: center;
  color: #231f20;
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 8px;
}

.questions-form h4 {
  color: #231f20;
  font-size: 14px;
  line-height: 20px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 16px;
}

.questions-form-wrap1 {
  padding-bottom: 23px;
  margin-bottom: 18px;
  position: relative;
}

.questions-form-wrap1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -36px;
  right: -36px;
  height: 1px;
  background-color: #b4c8ec;
}

.questions-form-wrap2 p {
  color: #231f20;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.questions-form-wrap2 p a {
  color: #231f20;
}

.questions .questions-form .btn1 {
  display: block;
  width: 100%;
  padding: 23px 5px;
  margin-bottom: 25px;
  background: #eee;
  color: #000;
  border-bottom: 4px solid #eee;
  -webkit-box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  cursor: default;
}

.questions .questions-form .btn1:hover {
  -webkit-transform: none;
  transform: none;
}

.questions .questions-form .btn1:after {
  display: none;
}

.order {
  padding-top: 23px;
  padding-bottom: 23px;
}

.order h2 {
  text-align: center;
  color: #282425;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 42px;
}

.order-list {
  max-width: 1110px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item {
  max-width: 256px;
  width: 100%;
  position: relative;
  padding-top: 60px;
}

.order-item:nth-child(1) .order-item-img i {
  position: absolute;
  width: 215px;
  bottom: 0;
  right: 0;
}

.order-item:nth-child(2) .order-item-img i {
  position: absolute;
  width: 143px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.order-item:nth-child(3) .order-item-img i {
  position: absolute;
  width: 269px;
  top: 49px;
  left: 0;
}

.order-item:nth-child(4) .order-item-img i {
  position: absolute;
  width: 263px;
  top: 75px;
  left: 0;
}

.order-item b {
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-221deg, rgba(38, 73, 148, 0.77) 0%, rgba(7, 120, 191, 0.77) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Gilroy", sans-serif;
  font-size: 115px;
  font-weight: 500;
  line-height: 115px;
}

.order-item p {
  color: #494949;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.order-item p a {
  color: #494949;
  display: inline-block;
}

.order-item-img {
  position: relative;
  height: 256px;
  border-radius: 50%;
  background-color: rgba(38, 73, 148, 0.77);
  background-image: linear-gradient(-221deg, rgba(38, 73, 148, 0.77) 0%, rgba(7, 120, 191, 0.77) 100%);
  margin-bottom: 30px;
}

.contact {
  padding-top: 17px;
  padding-bottom: 91px;
}

.contact h2 {
  text-align: center;
  color: #282425;
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 46px;
  padding-bottom: 34px;
  position: relative;
}

.contact h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 157px;
  height: 5px;
  background-color: #548dd1;
}

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.68);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.68);
  border-radius: 20px;
}

.contact-map {
  width: 50%;
}

.contact-map img {
  border-radius: 20px 0 0 20px;
}

.contact-info {
  width: 46.8%;
  padding: 20px 0;
  padding-top: 61px;
  padding-right: 10px;
}

.contact-list li {
  margin-bottom: 30px;
  padding-left: 59px;
  position: relative;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 43px;
  height: 43px;
  border-radius: 4px;
  border: 1px solid #0a73bb;
  background: url("../img/contact-item-1.svg") center no-repeat;
  background-size: 27px;
}

.contact-list li:nth-child(2):after {
  background-image: url("../img/contact-item-2.svg");
  background-size: 22px;
}

.contact-list li:nth-child(3):after {
  background-image: url("../img/contact-item-3.svg");
  background-size: 22px;
}

.contact-list li:nth-child(4):after {
  background-image: url("../img/contact-item-4.svg");
  background-size: 22px;
}

.contact-list h3 {
  color: #282425;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1px;
}

.contact-list a {
  display: inline-block;
  color: #282425;
  font-size: 14px;
}

.contact-list span {
  display: block;
  color: #282425;
  font-size: 14px;
}

.main-footer {
  padding-top: 30px;
  padding-bottom: 27px;
  border-top: 1px solid #d1d1d1;
}

.main-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.main-footer-logo {
  max-width: 141px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-footer-text {
  max-width: 385px;
  width: 100%;
  text-align: center;
}

.main-footer-text span {
  display: block;
  color: #282425;
  font-size: 14px;
  line-height: 24px;
}

.main-footer-text a {
  color: #282425;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
}

.popup {
  max-width: 445px;
  width: 95%;
  -webkit-box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  box-shadow: 1px 6px 35px 3px rgba(229, 229, 229, 0.26);
  border-radius: 20px;
  background-color: white;
  padding: 28px 36px;
}

.popup-form-wrap1 {
  padding-bottom: 23px;
  margin-bottom: 19px;
  position: relative;
}

.popup-form-wrap1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -36px;
  right: -36px;
  height: 1px;
  background-color: #b4c8ec;
}

.popup-form-wrap1 h2 {
  color: #231f20;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}

.popup-form-wrap1 h3 {
  color: #231f20;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.popup-form-wrap2 p {
  color: #231f20;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.popup-form-wrap2 p a {
  color: #231f20;
}

.popup .popup-form .btn1 {
  display: block;
  width: 100%;
  padding: 23px 5px;
  margin-bottom: 25px;
  background: #eee;
  color: #000;
  border-bottom: 4px solid #eee;
  -webkit-box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  box-shadow: 0 0 0 0 rgba(36, 76, 150, 0.76);
  cursor: default;
}

.popup .popup-form .btn1:hover {
  -webkit-transform: none;
  transform: none;
}

.popup .popup-form .btn1:after {
  display: none;
}

.popup-politic {
  max-width: 600px;
  width: 95%;
  background-color: #fff;
}

.popup-politic h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.popup-politic p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.popup-politic h3 {
  font-weight: 500;
  font-size: 20px;
}

.fancybox-close-small {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 13px;
  height: 13px;
  background: url("../img/close.svg") center no-repeat;
  background-size: cover;
}

.label-checkbox-wrap {
  text-align: center;
}

.label-checkbox {
  color: #231f20;
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding-left: 39px;
  cursor: pointer;
}

.label-checkbox i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0 0 12px #e3e3e3;
  box-shadow: inset 0 0 12px #e3e3e3;
  border-radius: 5px;
  background-color: #f8f8f8;
}

.input-checkbox:checked ~ .label-checkbox-wrap i {
  background: #f8f8f8 url("../img/check.svg") center no-repeat;
  background-size: 12px;
}

.input-checkbox:checked ~ .btn1 {
  cursor: pointer;
  background-color: #0778bf;
  background: linear-gradient(-66deg, #0778bf 0%, #264994 100%);
  border-bottom: 4px solid #25427d;
  -webkit-box-shadow: 0 0 12px 1px rgba(36, 76, 150, 0.76);
  box-shadow: 0 0 12px 1px rgba(36, 76, 150, 0.76);
  color: white;
}

.input-checkbox:checked ~ .btn1:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.input-checkbox:checked ~ .btn1:after {
  display: block;
}

.input {
  display: block;
  width: 100%;
  color: black;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  padding: 24.5px 5px;
  padding-left: 31px;
  outline: none;
  -webkit-box-shadow: inset 0 0 12px #e3e3e3;
  box-shadow: inset 0 0 12px #e3e3e3;
  border-radius: 5px;
  background-color: #f8f8f8;
  border: none;
  margin-bottom: 24px;
}

.input::-webkit-input-placeholder {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.input:-ms-input-placeholder {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.input::-ms-input-placeholder {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

.input::placeholder {
  color: #231f20;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
}

@-webkit-keyframes sheens {
  0%, 79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

@keyframes sheens {
  0%, 79% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  80% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
  }

  95% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateZ(60deg) translate(1em, -11em);
    transform: rotateZ(60deg) translate(1em, -11em);
  }

  to {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: rotateZ(60deg) translate(1em, -9em);
    transform: rotateZ(60deg) translate(1em, -9em);
  }
}

.no-touch .main-header-menu a:hover {
  color: #0269ca;
}

.no-touch .btn1:hover {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.no-touch .main-footer-text a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  .advantages-list {
    width: 38%;
  }

  .advantages-bg {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1150px) {
  .main-header-nav {
    position: absolute;
    max-width: none;
    width: auto;
    z-index: 20;
    top: 100%;
    left: -15px;
    right: -15px;
    background-color: #fff;
    padding: 30px 20px;
    display: none;
  }

  .main-header-menu li {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }

  .main-header-menu li:last-child {
    margin-bottom: 0;
  }

  .main-header-toggle {
    display: block;
  }

  .main-header-menu a {
    font-size: 18px;
  }

  .banner-img {
    right: -240px;
  }

  .contact-info {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 1100px) {
  .advantages-list {
    width: 100%;
  }

  .advantages-bg {
    position: static;
    max-width: none;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 30px;
  }

  .advantages-list-1 .advantages-item:nth-child(1),
  .advantages-list-1 .advantages-item:nth-child(2),
  .advantages-list-1 .advantages-item:nth-child(3),
  .advantages-list-2 .advantages-item:nth-child(1),
  .advantages-list-2 .advantages-item:nth-child(2),
  .advantages-list-2 .advantages-item:nth-child(3) {
    max-width: none;
  }

  .advantages-list-1 .advantages-item:nth-child(2),
  .advantages-list-2 .advantages-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  .advantages-list {
    width: 48%;
    margin-top: 0;
  }

  .advantages-item h3 {
    min-height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .advantages-list-2 .advantages-item,
  .advantages-list-1 .advantages-item {
    margin-bottom: 30px;
  }

  .advantages-wrap {
    padding: 0 10px;
  }

  .order-list {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }

  .order-item {
    margin-top: 20px;
  }

  .questions-form-wrap1:after {
    left: -15px;
    right: -15px;
  }
}

@media only screen and (max-width: 1050px) {
  .feedback-img {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .feedback-text {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback-wrap {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
  }

  .feedback-wrap:before {
    display: none;
  }

  .questions-form {
    margin-top: 0;
  }

  .contact-map {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .contact-wrap {
    padding-top: 0;
    max-width: 585px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info {
    padding: 25px 15px;
    width: 100%;
  }

  .contact-map img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 1000px) {
  .services-item {
    width: 48%;
  }

  .services-list {
    max-width: 700px;
  }

  .goods-info-title {
    padding: 8px 10px;
  }

  .goods-info-cell span {
    padding-left: 0;
  }

  .goods-info-row {
    padding: 15px 10px;
  }

  .goods-info-title span,
  .goods-info-cell {
    width: 30%;
  }

  .goods-info-title span:nth-child(2),
  .goods-info-title span:nth-child(3),
  .goods-info-title span:nth-child(4),
  .goods-info-cell:nth-child(2),
  .goods-info-cell:nth-child(3),
  .goods-info-cell:nth-child(4) {
    width: 23.33%;
  }
}

@media only screen and (max-width: 950px) {
  .banner-wrap {
    max-width: 400px;
  }

  .banner-wrap h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  .banner-list li {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .btn1 {
    font-size: 18px;
  }

  .btn2 {
    font-size: 15px;
  }

  .price-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .price-from {
    width: 100%;
  }

  .price-wrap {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .questions-info,
  .questions-form {
    width: 100%;
  }

  .questions-info {
    margin-bottom: 30px;
  }

  .questions-wrap {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 900px) {
  .services h2,
  .feedback h2,
  .price h2,
  .goods h2,
  .order h2,
  .order h2,
  .contact h2 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .feedback h2 span {
    font-size: 22px;
    line-height: 1.4;
  }

  .feedback-text h3,
  .feedback-text p,
  .feedback-price b,
  .feedback-price i,
  .goods p {
    font-size: 20px;
    line-height: 1.4;
  }

  .advantages-item h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  .feedback h2 span b {
    font-size: 26px;
  }

  .container {
    padding: 0px 15px;
  }

  .services-item-text h3,
  .feedback-text ul li {
    font-size: 15px;
  }

  .feedback,
  .advantages,
  .price,
  .goods,
  .questions,
  .contact,
  .main-footer {
    padding: 25px 0;
  }

  .contact h2,
  .goods h2 {
    padding-bottom: 15px;
  }

  .main-footer-logo {
    position: static;
  }

  .main-footer-text {
    max-width: none;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 750px) {
  .advantages-list {
    width: 100%;
  }

  .advantages-list-1 .advantages-item i {
    left: 0;
    right: auto;
  }

  .advantages-list-1 .advantages-item {
    padding-right: 0;
    padding-left: 90px;
  }

  .advantages-list-2 .advantages-item {
    padding-left: 90px;
  }

  .advantages-list {
    margin-bottom: 50px;
  }

  .advantages-list:last-child {
    margin-bottom: 0;
  }

  .advantages-item h3 {
    min-height: inherit;
  }

  .advantages-list-2 .advantages-item,
  .advantages-list-1 .advantages-item {
    margin-bottom: 50px;
  }

  .advantages-list-1 .advantages-item {
    text-align: left;
  }

  .goods-info-title span,
  .goods-info-cell span,
  .goods-info-cell b {
    font-size: 15px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 700px) {
  .banner-img {
    top: auto;
    bottom: 0;
    width: 700px;
    right: -240px;
  }

  .questions-item .open_toggle {
    padding: 15px;
    padding-right: 65px;
    font-size: 18px;
  }

  .questions-item .block_toggle {
    padding: 15px;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.4;
  }

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

  .questions-form {
    padding: 20px 15px;
  }

  .banner-wrap h1.thanks-title {
    min-height: 350px;
  }
}

@media only screen and (max-width: 650px) {
  .goods-info {
    overflow: auto;
  }

  .goods-info-title {
    width: 600px;
  }

  .goods-info-row-wrap {
    width: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .main-header-logo-wrap {
    max-width: none;
    width: calc(100% - 40px);
    margin-bottom: 15px;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }

  .main-header-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .main-header-toggle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 25px;
    height: 25px;
  }

  .main-header-contact {
    margin-left: auto;
    margin-right: auto;
    max-width: 235px;
  }

  .main-header-tel {
    font-size: 19px;
  }

  .main-header-link {
    font-size: 13px;
  }

  .banner-img {
    opacity: 0.6;
  }

  .order-list {
    max-width: 256px;
  }
}

@media only screen and (max-width: 550px) {
  .price-info-title span,
  .price-info-list h3,
  .price-info-list b {
    font-size: 16px;
    line-height: 1.4;
  }

  .price-info-title,
  .price-info-list li {
    padding: 18px 10px;
  }

  .price-info-title,
  .goods-info-title {
    border-radius: 10px 10px 0 0;
  }

  .price-info,
  .price-from,
  .feedback-wrap,
  .goods-info {
    border-radius: 10px;
  }

  .input {
    padding: 18px 5px;
    padding-left: 15px;
  }

  .price-info-list h3 {
    max-width: 180px;
  }
}

@media only screen and (max-width: 500px) {
  .services-item {
    width: 100%;
  }

  .services-list {
    max-width: 300px;
  }

  .price-from {
    padding: 25px 10px;
  }

  .popup {
    padding: 35px 15px;
  }

  .popup-form-wrap1 h2 {
    font-size: 26px;
  }

  .popup-form-wrap1:after {
    right: -15px;
    left: -15px;
  }
}

@media only screen and (min-width: 1150px) {
  .main-header-nav {
    display: block !important;
  }
}