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

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

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

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

*::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 {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin: 0;
}

p {
  margin: 0;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  background: none;
}

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

input {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
}

textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  resize: none;
}

.site-wrap {
  overflow: hidden;
}

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

.title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 70px;
}
.title-footer {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
}
.title--center {
  text-align: center;
}

.btn1 {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 300px;
  padding: 19px 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
}

.btn1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 300px;
  background: linear-gradient(73deg, #FFCC49 0%, #FFB43A 40.89%, #FF5700 99.38%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn2 {
  display: block;
  width: 100%;
  max-width: 231px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 300px;
  padding: 19px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #ccc;
  pointer-events: none;
}

.btn2::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 300px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 300px;
  background: linear-gradient(73deg, #FFCC49 0%, #FFB43A 40.89%, #FF5700 99.38%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input-checkbox1:checked ~ .form .btn-submit {
  pointer-events: initial;
}

.input-checkbox1:checked ~ .form .btn-submit:before {
  opacity: 1;
}

.btn3 {
  display: inline-block;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  padding: 3px;
  border-radius: 300px;
}

.btn3__text {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 16px 84px;
  border-radius: 300px;
  background-color: #F3EEE7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.no-touch .btn1:hover:after {
  opacity: 1;
}

.no-touch .input-checkbox1:checked ~ .form .btn-submit:hover:after {
  opacity: 1;
}

.no-touch .btn3:hover .btn3__text {
  background-color: transparent;
  color: #fff;
}

.input-checkbox1 {
  display: none;
}

.input-checkbox1:checked ~ .form .label-checkbox__icon {
  opacity: 1;
}

.input1-wrap {
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  padding: 1.5px;
  border-radius: 300px;
  margin-bottom: 17px;
}

.input1 {
  border: none;
  border-radius: 300px;
  padding: 13px 10px;
  padding-left: 26px;
}

.input1::-webkit-input-placeholder {
  color: #8C8C8C;
}

.input1::-moz-placeholder {
  color: #8C8C8C;
}

.input1:-ms-input-placeholder {
  color: #8C8C8C;
}

.input1::-ms-input-placeholder {
  color: #8C8C8C;
}

.input1::placeholder {
  color: #8C8C8C;
}

.textarea1-wrap {
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  padding: 1.5px;
  border-radius: 50px;
  margin-bottom: 22px;
}

.textarea1 {
  border: none;
  border-radius: 50px;
  padding: 14px 10px;
  padding-left: 41px;
  height: 287px;
}

.textarea1::-webkit-input-placeholder {
  color: #8C8C8C;
}

.textarea1::-moz-placeholder {
  color: #8C8C8C;
}

.textarea1:-ms-input-placeholder {
  color: #8C8C8C;
}

.textarea1::-ms-input-placeholder {
  color: #8C8C8C;
}

.textarea1::placeholder {
  color: #8C8C8C;
}

.label-checkbox-wrap {
  line-height: 1.2;
  margin-bottom: 26px;
}

.label-checkbox {
  display: inline-block;
  cursor: pointer;
  padding-left: 34px;
  position: relative;
}

.label-checkbox__icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 3px;
}

.label-checkbox__icon-wrap::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 3px;
}

.label-checkbox__icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 21px;
  height: 20px;
  background: url(../img/check2.svg) center/contain no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-checkbox__text {
  display: block;
  letter-spacing: -0.7px;
  line-height: 1.1;
  color: #8c8e94;
}

.label-checkbox__text a {
  color: #FFB43A;
}

.label-radio1-container {
  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: 0px -35px;
  margin-top: -30px;
}

.label-radio1-wrap {
  width: 25%;
  padding: 0px 35px;
  margin-top: 30px;
}

.label-radio1 {
  display: block;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 20px;
  padding: 1px;
  cursor: pointer;
}

.label-radio1 input {
  display: none;
}

.label-radio1 input:checked ~ .label-radio1__text .label-radio1__icon::after {
  opacity: 1;
}

.label-radio1__wrap1 {
  display: block;
  background-color: #fff;
  border-radius: 20px;
}

.label-radio1__img-wrap {
  display: block;
}

.label-radio1__img {
  display: block;
  padding-top: 103%;
  position: relative;
}

.label-radio1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.label-radio1__text {
  font-size: 18px;
  line-height: 1.2;
  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;
  min-height: 67px;
  padding: 5px 10px 5px 65px;
  position: relative;
}

.label-radio1__icon-wrap {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  padding: 3px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 50%;
}

.label-radio1__icon {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: 50%;
}

.label-radio1__icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-radio2-wrap {
  margin-bottom: 40px;
}

.label-radio2 {
  display: inline-block;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}

.label-radio2 input {
  display: none;
}

.label-radio2 input:checked ~ .label-radio2__icon-wrap .label-radio2__icon::after {
  opacity: 1;
}

.label-radio2__icon-wrap {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 37px;
  height: 37px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 50%;
}

.label-radio2__icon {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background-color: #F3EEE7;
  border-radius: 50%;
}

.label-radio2__icon::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-radio2__text {
  display: block;
}

.select-wrap1 {
  margin-bottom: 22px;
  cursor: pointer;
}

.select-wrap1 .jq-selectbox {
  display: block;
}

.select-wrap1 .jq-selectbox__select {
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  padding: 1.5px;
  border-radius: 300px;
}

.select-wrap1 .jq-selectbox__select-text {
  color: #8C8C8C;
  border-radius: 300px;
  background-color: #fff;
  position: relative;
  padding: 14.5px 41px;
  padding-right: 80px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.select-wrap1 .jq-selectbox__trigger {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  width: 30px;
  height: 30px;
  background: url(../img/arrow1.svg) center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.select-wrap1 .jq-selectbox__dropdown {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 0;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.select-wrap1 .jq-selectbox__dropdown ul li {
  padding: 5px 10px;
  padding-left: 41px;
}

.select-wrap1 .jq-selectbox__dropdown ul li.disabled {
  display: none;
}

.select-wrap1 .changed .jq-selectbox__select-text {
  color: #000;
}

.select-wrap1 .opened .jq-selectbox__trigger {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.header {
  padding: 24px 0;
}

.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;
}

.header__adress {
  position: relative;
  color: #393939;
  padding-left: 32px;
  letter-spacing: -0.5px;
}

.header__adress::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 22px;
  height: 26px;
  background: url(../img/adress.svg) center/contain no-repeat;
}

.header__adress b,
.header__adress a {
  font-weight: 400;
  color: #FF9D58;
  text-decoration: none;
}

.header__tel {
  color: #393939;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 37px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__tel::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 27px;
  background: url(../img/tel.svg) center/contain no-repeat;
}

.logo {
  max-width: 267px;
  width: 100%;
}

.no-touch .header__tel:hover {
  color: #FFCC49;
}

.mainscreen {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../img/mainscreen-bg.webp) center/cover no-repeat;
}

.mainscreen__title {
  text-align: center;
  color: #393939;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.mainscreen__list1-wrap {
  max-width: 810px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 71px;
}

.mainscreen__list1 {
  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: 0px -10px;
  margin-top: -30px;
}

.mainscreen__col1 {
  padding: 0px 10px;
  margin-top: 30px;
}

.mainscreen__container1 {
  max-width: 1174px;
  width: 100%;
  margin-left: 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;
}

.mainscreen__wrap1 {
  width: 42%;
}

.mainscreen__list2 {
  max-width: 375px;
  width: 100%;
}

.mainscreen__col2 {
  margin-bottom: 47px;
}

.mainscreen__col2:last-child {
  margin-bottom: 0;
}

.mainscreen__wrap2 {
  width: 54%;
}

.mainscreen-item1 {
  padding-left: 41px;
  position: relative;
}

.mainscreen-item1__icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainscreen-item1__icon svg {
  fill: #FFB43A;
  width: 27px;
  height: 27px;
}

.mainscreen-item1__text {
  color: #FFB43A;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.mainscreen-item2__title {
  font-size: 24px;
  letter-spacing: -0.8px;
  line-height: 1.22;
  margin-bottom: 7px;
}

.mainscreen-item2__title b {
  font-weight: 600;
}

.mainscreen-item2__img {
  max-width: 347px;
  width: 100%;
}

.mainscreen__col2:nth-child(2) .mainscreen-item2__img {
  max-width: 147px;
}

.mainscreen__col2:nth-child(3) .mainscreen-item2__img {
  max-width: 161px;
}

.callback {
  padding-bottom: 50px;
}

.callback__container1 {
  border-radius: 20px;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  padding: 1px;
  overflow: hidden;
}

.callback__container2 {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 49px 60px 38px 60px;
  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;
}

.callback__img {
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-53%);
  -ms-transform: translateX(-53%);
  transform: translateX(-53%);
  width: 384px;
  pointer-events: none;
}

.callback__wrap1 {
  position: relative;
  z-index: 1;
  max-width: 589px;
  width: 100%;
  margin-top: 25px;
}

.callback__title {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
}

.callback__title i {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.5px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
}

.callback__title b {
  font-weight: 700;
}

.callback__wrap2 {
  position: relative;
  z-index: 1;
  max-width: 306px;
  width: 100%;
}

.callback__form-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 21px;
}

.why {
  padding-top: 20px;
  padding-bottom: 25px;
  position: relative;
}

.why__bg {
  position: absolute;
  z-index: -1;
  top: -850px;
  left: 0;
  width: 1189px;
}

.why__list {
  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: 0px -10px;
  margin-top: -50px;
}

.why__col {
  width: 25%;
  padding: 0px 10px;
  margin-top: 50px;
}

.why-item {
  text-align: center;
  position: relative;
  padding-top: 127px;
}

.why-item__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 120px;
}

.why-item__title {
  letter-spacing: -1px;
}

.price {
  padding-top: 20px;
  padding-bottom: 25px;
}

.price__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px -10px;
  margin-top: -20px;
}

.price__col1 {
  width: 33.333%;
  padding: 0px 10px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__col1:nth-child(5) .price-item2:last-child {
  border-bottom: 2px solid #D9D9D9;
}

.price__col1:nth-child(5) .tooltip__text {
  left: auto;
  right: 100%;
  border-radius: 30px 30px 0 30px;
}

.price__col1:nth-child(3n) .tooltip__text {
  left: auto;
  right: 100%;
  border-radius: 30px 30px 0 30px;
}

.price__list2 {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
}

.price-item1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.49);
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
}

.price-item1__wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 20px;
}

.price-item1__wrap .btn1 {
  display: block;
  width: 100%;
  max-width: 228px;
  margin-top: auto;
  padding: 19px 10px;
  text-align: center;
}

.price-item1__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}

.price-item1__country-img {
  max-width: 108px;
  width: 100%;
  margin: 0px 10px;
}

.price-item1__country-text-wrap {
  margin: 0px 10px;
}

.price-item1__country-title {
  font-size: 36px;
  line-height: 1.2;
}

.price-item1__country-name {
  font-size: 24px;
  color: #8C8C8C;
  line-height: 1.2;
  letter-spacing: -1px;
}

.price-item1__text1 {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #FEB74D;
  padding: 11px 10px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.price-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #D9D9D9;
  padding: 15px 0;
  padding-right: 10px;
}

.price-item2:last-child {
  border: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.price-item2:last-child .price-item2__text-wrap2 {
  margin-left: auto;
  margin-top: 25px;
}

.price-item2__text-wrap1 span {
  display: block;
  color: #8C8C8C;
  font-size: 20px;
}

.price-item2__text-wrap1 b {
  display: block;
  font-size: 20px;
  color: #8C8C8C;
  font-weight: 700;
  margin-bottom: 10px;
}

.price-item2__text-wrap1 ul li {
  color: #8C8C8C;
  letter-spacing: -0.8px;
  padding-left: 35px;
  position: relative;
}

.price-item2__text-wrap1 ul li::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 11px;
  width: 5px;
  height: 5px;
  background-color: #8C8C8C;
  border-radius: 50%;
}

.price-item2__price1 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
}

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

.price-item2__icon1 svg {
  width: 30px;
  height: 30px;
  fill: #2F9E9D;
}

.price-item2__text1 {
  color: #2F9E9D;
  font-size: 20px;
  font-weight: 700;
}

.price-item2__price2 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  padding-right: 16px;
}

.tooltip {
  position: absolute;
  bottom: 100%;
  right: -6px;
}

.tooltip__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.tooltip__btn svg {
  width: 24px;
  height: 24px;
  fill: #F00;
}

.tooltip__text {
  position: absolute;
  z-index: 15;
  width: 300px;
  bottom: 100%;
  left: 100%;
  font-size: 18px;
  color: #F00;
  border-radius: 30px 30px 30px 0;
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.3);
  display: none;
}

.steps {
  padding-top: 25px;
  padding-bottom: 25px;
}

.steps__title {
  margin-bottom: 106px;
}

.steps__list {
  max-width: 1120px;
  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;
  counter-reset: myCounter;
  margin-top: -40px;
}

.steps-item {
  position: relative;
  width: 33.3333%;
  padding: 0px 10px;
  margin-top: 40px;
  text-align: center;
}

.steps-item:nth-child(3n)::after {
  display: none;
}

.steps-item::after {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: -10px;
  width: 251px;
  height: 51px;
  background: url(../img/arrow2.svg) center/contain no-repeat;
}

.steps-item__number {
  margin-left: auto;
  margin-right: auto;
  width: 183px;
  height: 183px;
  background-color: #FF5700;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.steps-item__number::after {
  counter-increment: myCounter;
  content: counter(myCounter);
  text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.49);
  font-size: 128px;
  line-height: 1;
  font-weight: 900;
  color: #FFBE41;
}

.steps-item__text {
  font-size: 24px;
  letter-spacing: -0.6px;
}

.feedback {
  padding-top: 39px;
  padding-bottom: 36px;
  position: relative;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
}

.feedback .container {
  position: static;
}

.feedback__img {
  position: absolute;
  bottom: -140px;
  left: 0;
  width: 301px;
}

.feedback__img1 {
  position: absolute;
  bottom: -153px;
  left: 0;
  width: 196px;
}

.feedback__container {
  max-width: 1720px;
  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;
}

.feedback__wrap1 {
  width: calc(100% - 540px);
  color: #fff;
  margin-top: 35px;
  padding-bottom: 40px;
}

.feedback__title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 40px;
}

.feedback__title1 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 92px;
}

.feedback__list {
  margin-bottom: 26px;
}

.feedback__list li {
  font-size: 40px;
  padding-left: 57px;
  letter-spacing: -1.5px;
  position: relative;
}

.feedback__list li::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 23px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.feedback__price {
  position: relative;
  z-index: 1;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}

.feedback__price b {
  font-size: 60px;
  font-weight: 700;
  margin-right: 10px;
}

.feedback__wrap2 {
  max-width: 524px;
  width: 100%;
}

.feedback__form {
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  padding: 35px 50px 28px 50px;
}

.feedback__form-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 17px;
}

.swiper-button-next-style1,
.swiper-button-prev-style1 {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../img/arrow1.svg) center/contain no-repeat;
}

.swiper-button-next-style1::after,
.swiper-button-prev-style1::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/arrow3.svg) center/contain no-repeat;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.swiper-button-next-style1 {
  right: 0;
}

.swiper-button-prev-style1 {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.swiper-pagination-style1 {
  bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-style1 .swiper-pagination-bullet {
  opacity: 1;
  margin: 0px 14px !important;
  width: 14px;
  height: 14px;
  background-color: #EDEDED;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-style1 .swiper-pagination-bullet-active {
  background-color: #393939;
}

.no-touch .swiper-button-next-style1:hover:after,
.no-touch .swiper-button-prev-style1:hover:after {
  opacity: 1;
}

.no-touch .swiper-pagination-style1 .swiper-pagination-bullet:hover {
  background-color: #393939;
}

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

.reviews__title {
  max-width: 1120px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.reviews__slider {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 53px;
  position: relative;
}

.reviews__slider .swiper {
  margin: -10px;
  padding: 10px;
}

.reviews__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-item {
  width: 100%;
  border-radius: 20px;
  background-color: #FFF7E5;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  padding: 30px;
}

.reviews-item__name-wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.reviews-item__img-wrap {
  margin-right: 20px;
}

.reviews-item__img {
  width: 128px;
  height: 128px;
}

.reviews-item__img img {
  border-radius: 50%;
}

.reviews-item__name {
  font-size: 32px;
  line-height: 1.1;
  max-width: 220px;
  width: 100%;
  color: #393939;
  font-weight: 700;
}

.reviews-item__text {
  color: #393939;
  letter-spacing: -0.6px;
}

.rate {
  padding-top: 25px;
  padding-bottom: 25px;
}

.rate__title {
  margin-bottom: 33px;
}

.rate__subtitle {
  font-size: 24px;
  max-width: 1385px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: -0.7px;
  margin-bottom: 20px;
}

.rate__container {
  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;
}

.rate__wrap1 {
  max-width: 376px;
  width: 100%;
}

.rate__wrap2 {
  width: calc(100% - 386px);
}

.rate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px -30px;
  margin-top: -96px;
}

.rate__col {
  width: 33.333%;
  padding: 0px 30px;
  margin-top: 96px;
}

.rate__col:nth-child(4),
.rate__col:nth-child(5) {
  width: 40%;
}

.rate-item {
  text-align: center;
  line-height: 0;
}

.rate-item__img {
  max-width: 179px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.rate__col:nth-child(3) .rate-item__img {
  max-width: 125px;
}

.rate__col:nth-child(4) .rate-item__img {
  max-width: 316px;
}

.rate__col:nth-child(5) .rate-item__img {
  max-width: 262px;
}

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

.star-item {
  width: 41px;
  margin-right: 12px;
}

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

.info1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.info1__title1 {
  margin-bottom: 40px;
}

.info1__container {
  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;
}

.info1__wrap1 {
  width: 48%;
}

.info1__text {
  letter-spacing: -0.7px;
}

.info1__text p {
  margin-bottom: 31px;
}

.info1__text p:last-child {
  margin-bottom: 0;
}

.info1__wrap2 {
  width: 49%;
}

.features {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.features__bg {
  position: absolute;
  top: -800px;
  left: 0;
  width: 1189px;
  pointer-events: none;
}

.features__title {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.features__list {
  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: 0 -7px;
  margin-top: -14px;
}

.features__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 7px;
  margin-top: 14px;
}

.features-item {
  width: 100%;
  min-height: 150px;
  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;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  padding: 10px 15px 10px 137px;
  position: relative;
}

.features-item__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 28px;
  width: 91px;
}

.features-item__text {
  line-height: 1.16;
}

.doctors {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.doctors__bg1 {
  position: absolute;
  z-index: -1;
  bottom: -1000px;
  left: 0;
  width: 1189px;
}

.doctors__bg2 {
  position: absolute;
  z-index: -1;
  top: -850px;
  right: 0;
  width: 1189px;
}

.doctors__title {
  margin-bottom: 20px;
}

.doctors__slider-wrap {
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  position: relative;
}

.doctors__slider {
  position: relative;
  padding: 0px 53px;
}

.doctors__slider .swiper {
  margin: -15px;
  padding: 15px;
}

.doctors-item {
  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;
}

.doctors-item__img-wrap {
  max-width: 326px;
  width: 100%;
}

.doctors-item__img {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.doctors-item__text-container1 {
  width: calc(100% - 326px);
  padding-left: 121px;
}

.doctors-item__text-container5 {
  margin-bottom: 51px;
}

.doctors-item__name {
  color: #393939;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 27px;
}

.doctors-item__pos {
  font-size: 32px;
  color: #8C8C8C;
  line-height: 1.2;
  font-weight: 700;
}

.doctors-item__text-container2 {
  max-width: 740px;
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  padding: 1px;
}

.doctors-item__text-container3 {
  border-radius: 20px;
  background-color: #fff;
  padding: 22px;
}

.doctors-item__text-container4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
}

.doctors-item__btn1 {
  margin-top: 20px;
}

.doctors-item__sale-text {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #FFB43A;
  margin-top: 20px;
}

.video {
  padding-top: 50px;
  padding-bottom: 50px;
}

.video__list {
  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: 0px -10px;
  margin-top: -30px;
}

.video__col {
  width: 50%;
  padding: 0px 10px;
  margin-top: 30px;
}

.video-item .video-adaptive video {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
}

.video-adaptive {
  padding-top: 66.5%;
  position: relative;
}

.video-adaptive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.quiz {
  padding-top: 25px;
  padding-bottom: 25px;
}

.quiz__title {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.quiz__container {
  border-radius: 20px;
  background-color: #F3EEE7;
  padding: 80px 110px;
}

.quiz__line {
  height: 48px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 55px;
}

.quiz__line-bg {
  width: 0;
  height: 100%;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  border-radius: 20px;
}

.quiz__line-val {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 700;
}

.quiz__btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz__btns .btn3 {
  margin-right: 32px;
}

.quiz__btns .btn1 {
  padding: 19px 67px;
}

.quiz__list2 {
  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: 0px -14px;
  margin-top: -28px;
}

.quiz__col2 {
  width: 50%;
  padding: 0px 14px;
  margin-top: 28px;
}

.quiz-item__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.quiz-item__container {
  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;
}

.quiz-item__wrap1 {
  max-width: 280px;
  width: 100%;
}

.quiz-item__wrap2 {
  width: calc(100% - 300px);
}

.quiz-item2__img {
  padding-top: 73%;
  position: relative;
}

.quiz-item2__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.quiz-final {
  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;
}

.quiz-final__wrap1 {
  width: 63%;
  padding-right: 20px;
}

.quiz-final__wrap3 {
  max-width: 600px;
  width: 100%;
}

.quiz-final__wrap3 .input1-wrap {
  max-width: 518px;
}

.quiz-final__wrap3 .btn1 {
  margin-top: 20px;
}

.quiz-final__title {
  font-size: 32px;
  margin-bottom: 30px;
}

.quiz-final__title b {
  display: block;
  font-weight: 700;
}

.quiz-final__wrap2 {
  width: 37%;
}

.quiz-final__img img {
  border-radius: 20px;
}

.certificates {
  padding-top: 50px;
  padding-bottom: 25px;
}

.certificates__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;
}

.certificates-item {
  width: 38.2%;
}

.certificates-item:nth-child(2) {
  width: 18.6%;
}

.certificates-item:nth-child(3) {
  width: 38.8%;
}

.certificates-item__img {
  border-radius: 5px;
  border: 5px solid #FFCC49;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
}

.maps {
  padding-top: 50px;
  padding-bottom: 25px;
}

.maps__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: -25px;
}

.maps-item {
  width: 48%;
  margin-top: 25px;
}

.maps-item__map {
  height: 446px;
}

.baloon-el {
  background: #f2a55a;
  padding: 25px 10px;
  width: 240px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  border-radius: 20px;
  position: relative;
  top: -115px;
  left: -120px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.baloon-el:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #f2a55a;
  bottom: -40px;
  left: 50%;
  margin-left: -20px;
}

.callback1 {
  position: relative;
  padding-top: 25px;
}

.callback1 .container {
  position: static;
}

.callback1__title-container {
  max-width: 1024px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #FFF7E5;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.49);
  padding: 36px 30px;
  margin-bottom: 144px;
}

.callback1__title-wrap1 {
  margin-right: 10px;
}

.callback1__title-text1 {
  color: #393939;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.callback1__title-text2 {
  color: #393939;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

.callback1__tel {
  display: inline-block;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.callback1__container {
  position: relative;
  padding-bottom: 127px;
}

.callback1__wrap1 {
  max-width: 457px;
  width: 100%;
  margin-left: 100px;
}

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

.callback1__form-wrap .btn2 {
  max-width: 174px;
  margin-right: 10px;
}

.callback1__form-wrap .label-checkbox-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.callback1__img {
  position: absolute;
  bottom: 0;
  right: 85px;
  width: 482px;
  pointer-events: none;
}

.hidden {
  display: none;
}

.popup {
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.popup__img {
  position: absolute;
  bottom: 0;
  right: 26px;
  width: 420px;
  pointer-events: none;
}

.popup__wrap {
  max-width: 400px;
  width: 100%;
}

.popup__title {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
}

.popup__form {
  max-width: 743px;
  width: 100%;
}

.popup__form .btn2 {
  margin-left: 0;
  font-size: 14px;
  max-width: 125px;
  padding: 10px 10px;
}

.popup__form .select-wrap1,
.popup__form .input1-wrap {
  margin-bottom: 10px;
}

.popup__form .textarea1-wrap {
  margin-bottom: 20px;
  border-radius: 20px;
}

.popup__form .label-checkbox-wrap {
  margin-top: 0;
  margin-bottom: 30px;
}

.popup__form .label-checkbox__text {
  font-size: 14px;
}

.popup__form .label-checkbox__icon-wrap {
  top: -3px;
}

.popup__form .input1 {
  font-size: 16px;
  padding: 10px 10px;
  padding-left: 20px;
}

.popup__form .select-wrap1 .jq-selectbox__select-text {
  font-size: 14px;
  padding: 10px 10px;
  padding-left: 20px;
  padding-right: 50px;
}

.popup__form .select-wrap1 .jq-selectbox__trigger {
  width: 15px;
  height: 15px;
  right: 20px;
}

.popup__form .textarea1 {
  height: 96px;
  font-size: 16px;
  padding: 10px 10px;
  padding-left: 20px;
  border-radius: 20px;
}

.fancybox__content > .carousel__button.is-close {
  top: 25px;
  right: 25px;
  width: 32px;
  height: 32px;
  background: url(../img/close1.svg) center/contain no-repeat;
}

.fancybox__content > .carousel__button.is-close svg {
  display: none;
}

.footer {
  padding: 30px 0;
  background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
  color: #fff;
  text-align: center;
}

.footer__title {
  text-transform: none;
  margin-bottom: 20px;
}

.footer__text1 {
  font-size: 24px;
  max-width: 1145px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.5px;
  margin-bottom: 49px;
}

.footer__text2 {
  font-size: 30px;
  letter-spacing: -1.4px;
  text-transform: uppercase;
}

@media (max-width: 1300px) {
  .header__adress {
    display: none;
  }

  .why__col {
    width: 50%;
  }

  .price__col1 {
    width: 50%;
  }

  .price__col1:nth-child(even) .tooltip__text {
    left: auto;
    right: 100%;
    border-radius: 30px 30px 0 30px;
  }

  .price__col1:nth-child(odd) .tooltip__text {
    left: 100%;
    right: auto;
    border-radius: 30px 30px 30px 0;
  }

  .steps__list {
    max-width: 700px;
  }

  .steps-item__number {
    width: 128px;
    height: 128px;
  }

  .steps-item__number::after {
    font-size: 96px;
  }

  .steps-item__text {
    font-size: 16px;
  }

  .steps-item::after {
    width: 123px;
    height: 25px;
  }

  .steps {
    padding-top: 35px;
    padding-bottom: 73px;
  }

  .rate__col {
    width: 50%;
    margin-top: 33px;
  }

  .rate__list {
    margin-top: -33px;
  }

  .rate__wrap1 {
    max-width: 270px;
    margin-left: -35px;
  }

  .rate__wrap2 {
    width: calc(100% - 235px);
  }

  .label-radio1-wrap {
    width: 50%;
  }

  .quiz__container {
    padding: 20px 15px;
  }

  .quiz {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .feedback__title1 {
    margin-bottom: 36px;
  }

  .maps {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .callback1 {
    padding-top: 35px;
  }
}

@media (max-width: 1250px) {
  .doctors-item__img-wrap {
    max-width: none;
    text-align: center;
  }

  .doctors__slider {
    padding: 0px 15px;
    margin: 0px -15px;
  }

  .doctors .swiper-pagination-style1,
  .doctors .swiper-button-next-style1,
  .doctors .swiper-button-prev-style1 {
    display: none;
  }

  .doctors-item__img {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .doctors-item {
    display: block;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 0 25px 40px 25px;
  }

  .doctors-item__img-wrap {
    margin: 0px -25px;
    width: auto;
  }

  .doctors-item__text-container1 {
    width: 100%;
    padding-left: 0;
  }

  .doctors-item__text-container5 {
    margin-bottom: 17px;
    background: linear-gradient(73deg, #FF5700 0%, #FFB43A 40.89%, #FFCC49 99.38%);
    padding: 1px;
    border-radius: 20px;
    margin-top: -30px;
    position: relative;
  }

  .doctors-item__text-container6 {
    border-radius: 20px;
    background-color: #fff;
    padding: 15px 10px;
    text-align: center;
  }

  .doctors-item__text-container2 {
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: none;
  }

  .doctors-item__text-container4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .doctors-item__text-container3 {
    padding: 0;
  }

  .doctors__slider-wrap {
    padding-bottom: 0;
  }

  .certificates {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1200px) {
  .feedback__price {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0px 15px;
    text-align: center;
  }

  .feedback {
    padding-bottom: 150px;
  }

  .feedback__wrap1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 33px;
  }

  .feedback__wrap2 {
    max-width: none;
    position: relative;
  }

  .feedback__img {
    left: auto;
    bottom: auto;
    top: -60px;
    right: -40px;
    width: 104px;
  }

  .feedback__img1 {
    left: auto;
    bottom: auto;
    top: -60px;
    right: -40px;
    width: 104px;
  }

  .feedback__list {
    margin-bottom: 60px;
  }

  .reviews {
    padding-top: 100px;
  }

  .callback1__title-container {
    max-width: none;
  }

  .callback1__title-wrap1 {
    margin-right: 0;
    width: 100%;
  }

  .callback1__title-wrap2 {
    width: 100%;
  }

  .callback1__title-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .callback1__wrap1 {
    margin-left: 0;
  }

  .callback1__img {
    width: 418px;
    right: -105px;
  }

  .video {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1100px) {
  .feedback__form-title {
    display: none;
  }

  .callback__form-title {
    display: none;
  }

  .callback__wrap1 {
    text-align: center;
    max-width: none;
    margin-bottom: 26px;
  }

  .callback__img {
    display: none;
  }

  .callback__wrap2 {
    max-width: none;
  }

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

  .mainscreen__wrap2 {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .mainscreen__list2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .mainscreen-item2__img {
    margin-left: auto;
    margin-right: auto;
  }

  .callback__form-title {
    display: none;
  }

  .callback__wrap1 {
    text-align: center;
    max-width: none;
    margin-bottom: 26px;
  }

  .callback__img {
    display: none;
  }

  .callback__wrap2 {
    max-width: none;
  }

  .quiz__btns {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .quiz__btns .btn3 {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .quiz__btns .btn3__text {
    padding: 16px 10px;
  }

  .quiz__btns .btn1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 19px 10px;
  }

  .rate__subtitle {
    margin-bottom: 50px;
  }
}

@media (max-width: 1000px) {
  .btn1 span {
    display: none;
  }

  .logo {
    max-width: 180px;
  }

  .header__tel {
    font-size: 0;
    padding: 0;
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: 20px;
  }

  .header__tel::after {
    width: 35px;
    height: 35px;
  }

  .reviews__slider {
    padding: 0;
  }

  .reviews__slider .swiper {
    overflow: initial;
  }

  .reviews__slider .swiper-button-next-style1,
  .reviews__slider .swiper-button-prev-style1 {
    display: none;
  }

  .rate-item__img {
    max-width: 87px;
    margin-bottom: 10px;
  }

  .rate__col:nth-child(3) .rate-item__img {
    max-width: 59px;
  }

  .rate__col:nth-child(4) .rate-item__img {
    max-width: 120px;
  }

  .rate__col:nth-child(5) .rate-item__img {
    max-width: 100px;
  }

  .star-item {
    width: 17px;
    margin-right: 5px;
  }

  .rate__subtitle {
    font-size: 24px;
    letter-spacing: 0;
  }

  .features__col {
    width: 100%;
  }

  .video__col {
    width: 100%;
  }

  .certificates-item:nth-child(n) {
    width: 100%;
  }

  .certificates-item {
    margin-bottom: 40px;
  }

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

  .certificates__list {
    max-width: 441px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .mainscreen__list1-wrap {
    max-width: 500px;
  }

  .mainscreen__title {
    font-size: 30px;
  }

  .mainscreen-item1__text {
    font-size: 22px;
  }

  .mainscreen-item1__icon svg {
    width: 22px;
    height: 22px;
  }

  .mainscreen-item1 {
    padding-left: 32px;
  }

  .mainscreen-item1__text {
    font-size: 19px;
  }

  .price__col1 {
    width: 100%;
  }

  .price__col1:nth-child(n) .tooltip__text {
    left: auto;
    right: 10px;
    border-radius: 10px 10px 0 10px;
    width: 260px;
    font-size: 15px;
    padding: 10px;
  }

  .info1__text p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .quiz-item__wrap2 {
    width: 100%;
  }

  .quiz-final__wrap1 {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

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

  .quiz-final__wrap3 {
    margin-left: auto;
    margin-right: auto;
  }

  .quiz-final__wrap3 .input1-wrap {
    max-width: none;
  }

  .quiz-final__wrap3 .btn1 {
    display: block;
    width: 100%;
    text-align: center;
    padding: 19px 10px;
    font-size: 20px;
  }

  .quiz-final__wrap3 .input1 {
    font-size: 20px;
    padding: 14.5px 10px;
    padding-left: 26px;
  }

  .quiz-final__title {
    text-align: center;
  }

  .popup {
    padding: 50px 15px;
  }

  .popup__img {
    width: 300px;
  }
}

@media (max-width: 850px) {
  .callback1__container {
    padding-bottom: 200px;
  }

  .callback1__form-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .callback1__form-wrap .btn2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 17px;
  }

  .callback1__wrap1 {
    max-width: 330px;
  }
}

@media (max-width: 800px) {
  .steps__list {
    max-width: 243px;
    width: 100%;
  }

  .steps-item {
    width: 100%;
    text-align: center;
  }

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

  .steps-item__number {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .steps-item::after {
    height: 176px;
    width: 51px;
    background-image: url(../img/arrow4.svg);
    left: auto;
    right: -35px;
    top: 94px;
  }

  .steps-item:nth-child(2)::after {
    right: auto;
    left: -35px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .info1__wrap1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .info1__wrap2 {
    max-width: 500px;
    width: 100%;
    margin-bottom: 10px;
  }

  .maps-item {
    width: 100%;
  }

  .maps-item__map {
    height: 230px;
  }
}

@media (max-width: 700px) {
  .why__col {
    width: 100%;
  }

  .rate__wrap1 {
    max-width: 200px;
  }

  .rate__wrap2 {
    width: calc(100% - 176px);
  }

  .popup {
    padding: 30px 15px 400px 15px;
  }

  .popup__img {
    width: 250px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .popup__wrap {
    max-width: none;
  }

  .popup__title {
    font-size: 26px;
    padding-right: 50px;
  }

  .fancybox__content > .carousel__button.is-close {
    top: 30px;
  }

  .popup__form .label-checkbox-wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .callback1__img {
    width: 250px;
    right: -75px;
  }
}

@media (max-width: 600px) {
  body {
    font-size: 16px;
  }

  .reviews-item__name {
    font-size: 16px;
  }

  .title {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .title br {
    display: none;
  }

  .btn1 {
    font-size: 14px;
    padding: 9.5px 20px;
  }

  .btn1 span {
    display: none;
  }

  .btn2 {
    font-size: 16px;
    max-width: none;
    padding: 8px 10px;
  }

  .input1,
  .textarea1 {
    padding: 9px 10px;
    padding-left: 20px;
  }

  .select-wrap1 .jq-selectbox__select-text {
    padding: 9px 20px;
    padding-right: 50px;
  }

  .input1-wrap {
    margin-bottom: 10px;
  }

  .label-checkbox-wrap {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .label-checkbox__text {
    font-size: 16px;
    letter-spacing: 0;
  }

  .textarea1 {
    height: 200px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    max-width: 136px;
  }

  .header__tel::after {
    width: 24px;
    height: 24px;
  }

  .header__tel {
    width: 24px;
    height: 24px;
  }

  .header__tel::after {
    width: 24px;
    height: 24px;
  }

  .mainscreen {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .mainscreen__title {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .mainscreen-item1__text {
    font-size: 12px;
  }

  .mainscreen-item1__icon svg {
    width: 10px;
    height: 10px;
  }

  .mainscreen-item1 {
    padding-left: 13px;
  }

  .mainscreen__list1-wrap {
    max-width: 300px;
    margin-bottom: 13px;
  }

  .mainscreen__list1 {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: -10px;
  }

  .mainscreen__col1 {
    padding: 0px 3px;
    margin-top: 10px;
  }

  .mainscreen-item2__title {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .mainscreen__col2 {
    margin-bottom: 30px;
  }

  .mainscreen__col2:last-child {
    margin-bottom: 0;
  }

  .mainscreen-item2__img {
    max-width: 224px;
  }

  .mainscreen__col2:nth-child(2) .mainscreen-item2__img {
    max-width: 95px;
  }

  .mainscreen__col2:nth-child(3) .mainscreen-item2__img {
    max-width: 104px;
  }

  .mainscreen__wrap1 {
    /*margin-bottom: 0;*/
  }

  .mainscreen__wrap2 {
    /*display: none;*/
  }

  .callback {
    padding-top: 34px;
    padding-bottom: 35px;
  }

  .callback__title {
    font-size: 24px;
  }

  .callback__title i {
    font-size: 20px;
    letter-spacing: 0;
  }

  .callback__container2 {
    padding: 20px 10px;
  }

  .why {
    padding-top: 35px;
  }

  .why__bg {
    width: 800px;
    top: -670px;
  }

  .price {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .price-item1__country-img {
    max-width: 90px;
  }

  .price-item1__country-title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .price-item1__country-name {
    font-size: 16px;
  }

  .price-item1__country {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
  }

  .price-item1__text1 {
    font-size: 15px;
    padding: 12px 10px;
  }

  .price-item2__text-wrap1 span {
    font-size: 14px;
  }

  .price-item2__price1 {
    font-size: 24px;
  }

  .price-item2__text1 {
    font-size: 16px;
  }

  .price-item2 {
    padding-right: 5px;
  }

  .price-item2__text-wrap1 b {
    font-size: 20px;
  }

  .price-item2__text-wrap1 ul li {
    font-size: 16px;
    padding-left: 25px;
  }

  .price-item2__price2 {
    font-size: 20px;
  }

  .price-item2__text-wrap1 ul li::after {
    left: 9px;
  }

  .price-item1__wrap .btn1 {
    font-size: 20px;
    max-width: 182px;
  }

  .price__list2 {
    margin-bottom: 35px;
  }

  .feedback {
    padding-top: 24px;
    padding-bottom: 127px;
  }

  .feedback__title {
    font-size: 32px;
    margin-bottom: 18px;
  }

  .feedback__list li {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 26px;
  }

  .feedback__list li::after {
    left: 10px;
    top: 11px;
    width: 3px;
    height: 3px;
  }

  .feedback__list {
    margin-bottom: 33px;
  }

  .feedback__price {
    font-size: 14px;
  }

  .feedback__price b {
    font-size: 30px;
    margin-right: 5px;
  }

  .feedback__wrap1 {
    padding-bottom: 0;
  }

  .feedback__img {
    top: -84px;
  }

  .feedback__form {
    padding: 20px 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .feedback__title1 {
    font-size: 24px;
  }

  .feedback__title1 b {
    display: block;
    font-size: 32px;
  }

  .reviews {
    padding-top: 110px;
    padding-bottom: 35px;
  }

  .reviews-item__img {
    width: 39px;
    height: 39px;
  }

  .reviews-item__name-wrap {
    margin-bottom: 15px;
  }

  .rate__wrap1 {
    max-width: 160px;
  }

  .rate__col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .rate__list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .rate-item__img {
    max-width: 57px;
  }

  .rate__col:nth-child(3) .rate-item__img {
    max-width: 39px;
  }

  .rate__col:nth-child(4) .rate-item__img {
    max-width: 99px;
  }

  .rate__col:nth-child(5) .rate-item__img {
    max-width: 82px;
  }

  .star-item {
    width: 12px;
    margin-right: 2px;
  }

  .rate__wrap2 {
    width: calc(100% - 130px);
  }

  .rate__subtitle {
    font-size: 14px;
  }

  .rate__title {
    margin-bottom: 20px;
  }

  .info1 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .features-item {
    min-height: 106px;
    padding-left: 71px;
  }

  .features-item__icon {
    width: 47px;
    left: 15px;
  }

  .features-item__text {
    font-size: 14px;
    line-height: 1.16;
  }

  .features {
    padding-top: 35px;
    padding-bottom: 70px;
  }

  .features__bg {
    width: 800px;
    top: -450px;
  }

  .doctors-item__name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .doctors-item__pos {
    font-size: 16px;
  }

  .doctors-item__sale-text {
    margin-top: 10px;
  }

  .quiz__line-val {
    font-size: 20px;
  }

  .quiz__line {
    margin-bottom: 15px;
  }

  .quiz-item__title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 31px;
  }

  .label-radio1__text {
    font-size: 14px;
    padding-left: 40px;
    min-height: 43px;
  }

  .label-radio1__icon-wrap {
    width: 22px;
    height: 22px;
    left: 10px;
  }

  .label-radio1__icon::after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }

  .label-radio1-wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
  }

  .label-radio1-container {
    margin: 0px -10px;
    margin-top: -20px;
  }

  .quiz__btns {
    margin-top: 25px;
  }

  .quiz__btns .btn1 {
    font-size: 20px;
  }

  .label-radio2__text {
    font-size: 14px;
  }

  .quiz__col2 {
    padding: 0px 4px;
    margin-top: 8px;
  }

  .quiz__list2 {
    margin: 0px -4px;
    margin-top: -8px;
  }

  .label-radio2__icon-wrap {
    width: 22px;
    height: 22px;
  }

  .label-radio2__icon::after {
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
  }

  .label-radio2 {
    padding-left: 29px;
  }

  .label-radio2-wrap {
    margin-bottom: 24px;
  }

  .quiz-final__title {
    font-size: 16px;
  }

  .callback1__form-wrap .label-checkbox__text {
    font-size: 14px;
  }

  .callback1__title-container {
    margin-bottom: 50px;
    padding: 20px 5px;
  }

  .callback1__title-text1 {
    font-size: 14px;
  }

  .callback1__title-text2 {
    font-size: 20px;
  }

  .callback1__tel {
    font-size: 32px;
  }

  .footer__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .footer__text1 {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
    margin-bottom: 30px;
  }

  .footer__text2 {
    letter-spacing: 0;
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .info1__wrap2 {
    max-width: none;
    width: auto;
    margin: 0px -15px;
  }
}

@media (max-width: 359px) {
  .label-radio1__text {
    font-size: 12px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo {
    max-width: 120px;
  }

  .btn1 {
    padding: 9.5px 15px;
  }

  .header__tel {
    margin-right: 10px;
  }

  .price-item2__text-wrap1 span {
    font-size: 12px;
  }

  .price-item2__price1 {
    font-size: 27px;
  }

  .feedback__price {
    font-size: 15px;
  }

  .feedback__price b {
    font-size: 40px;
  }

  .feedback__img {
    top: -60px;
  }

  .feedback__form {
    padding: 60px 10px 20px 10px;
  }

  .rate__wrap1 {
    max-width: 130px;
  }

  .rate__wrap2 {
    width: calc(100% - 100px);
  }

  .doctors-item__sale-text {
    font-size: 28px;
  }

  .callback1__tel {
    font-size: 29px;
  }

  .callback1__img {
    width: 220px;
  }

  .footer__text2 {
    font-size: 20px;
  }

  .footer__title {
    font-size: 22px;
  }
}


/* Кнопка Чат в телеграм */
.chat-telegram {
    position: fixed;
    bottom: 16px;
    right: 125px;
    z-index: 999;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4px;

    font-size: 14px;

    padding: 4px;
    background: #FFFFFF;
    border: 2px solid #2298D5;
    color: #2298D5;
    border-radius: 10px;

    transition: all 0.3s;
}
.chat-telegram:hover {
    box-shadow: 0 0 10px 0 #30A8DE;
}

.chat-telegram__icon {
    display: block;
}
.chat-telegram__text {
    text-align: center;
    color: #2298D5;
    padding: 0 12px;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .chat-telegram {
        flex-direction: column-reverse;
        right: 2px;
        top: 50%;
        transform: translate(0px, -50%);
        bottom: inherit;
    }
    .chat-telegram__text {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        display: block;
        text-orientation: mixed;
        padding: 12px 0;
    }

}