@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  widows: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

@font-face {
  font-family: "ConvRegular";
  src: url("../fonts/GTWalsheimPro-Regular.eot");
  src: local("☺"), url("../fonts/GTWalsheimPro-Regular.woff") format("woff"), url("../fonts/GTWalsheimPro-Regular.ttf") format("truetype"), url("../fonts/GTWalsheimPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ConvBold";
  src: url("../fonts/GTWalsheimPro-Bold.eot");
  src: local("☺"), url("../fonts/GTWalsheimPro-Bold.woff") format("woff"), url("../fonts/GTWalsheimPro-Bold.ttf") format("truetype"), url("../fonts/GTWalsheimPro-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 992.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0px 10px;
  }
}
.lock {
  overflow: hidden;
}

header {
  padding: 10px 0px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#e3eeef), to(#fff));
  background: linear-gradient(to right, #e3eeef, #fff);
}

.header-menu {
  border-bottom: 1px solid #ced8d9;
  padding: 0px 0px 10px 0px;
}

.header-menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header-menu-body {
    max-width: 750px;
    padding: 0px 70px 0px 10px;
  }
}
@media (max-width: 767.98px) {
  .header-menu-body {
    max-width: none;
  }
}

.header-menu__column {
  position: relative;
}
@media (max-width: 1200px) {
  .header-menu__column .burger {
    width: 30px;
    height: 4px;
    background-color: #000;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .header-menu__column .burger:after {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: -6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header-menu__column .burger:before {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #000;
    position: absolute;
    right: 0px;
    top: 9px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.menu-burger {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffcc50;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-burger.active {
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.menu-burger .menu-burger__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60px;
  right: 45px;
}
.menu-burger .menu-burger__close:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-burger .menu-burger__close:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-menu__logo {
  width: 120px;
  height: 110px;
  position: relative;
}
.header-menu__logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu__list li {
  margin: 0px 45px 0px 0px;
}
.header-menu__list li:last-child {
  margin: 0px 0px 0px 0px;
}
.header-menu__list li a {
  color: #5b5b5b;
  font-family: "ConvRegular";
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .header-menu__list li {
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 1200px) {
  .header-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.header-menu__phone {
  font-family: "ConvBold";
  font-size: 18px;
  margin: 0px 0px 5px 0px;
  color: #000000;
}

.header-menu__phone_btn {
  font-family: "ConvRegular";
  font-size: 18px;
  color: #000000;
  background-color: #ffcc50;
  padding: 10px 20px;
  border-radius: 30px;
}

.header-body {
  padding: 70px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .header-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0px 0px 0px;
  }
}

.header-body__bg {
    position: absolute;
    width: 430px;
    height: 490px;
    left: 80%;
    bottom: 0;
    -webkit-transform: translateX(-67%);
    transform: translateX(-67%);
}
.header-body__bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .header-body__bg {
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media (max-width: 767.98px) {
  .header-body__bg {
    left: 150%;
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}


.header-body__column {
    position: relative;
    padding-bottom: 40px;
}

@media (max-width: 1200px) {
  .header-body__text {
    text-align: center;
  }
  .header-body__bg {
    display: none;
  }







}

.header-body__title {
font-family: "ConvBold";
font-size: 50px;
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
}
.header-body__title span {
color: #038195;
display: inline-block;
white-space:pre-wrap;
max-width: none;
}
@media (max-width: 767.98px) {
.header-body__title {
    font-size: 32px;
    line-height: 40px;
}
}
@media (max-width: 400.98px) {
.header-body__title {
font-size: 28px;
line-height: 45px;
}
}

.header-body__Ptitle {
    margin: 10px 0px 0px 0px;
    font-family: "ConvBold";
    font-size: 24px;
    color: #038195;
}
@media (max-width: 1200px) {
  .header-body__Ptitle {
    margin: 30px 0px 0px 0px;
  }
}
@media (max-width: 767.98px) {
  .header-body__Ptitle {
    font-size: 20px;
    margin: 15px 0px 0px 0px;
  }
}

.header-body__p {
  margin: 20px 0px 0px 0px;
  font-family: "ConvRegular";
  font-size: 18px;
  width: 400px;
}
@media (max-width: 1200px) {
  .header-body__p {
    margin: 50px auto 0px auto;
    width: 540px;
  }
}
@media (max-width: 767.98px) {
  .header-body__p {
    width: 100%;
    font-size: 20px;
    margin: 20px auto 0px auto;
  }
}

.header-body__buttons {
  margin: 10px 0px 0px 0px;
}
@media (max-width: 1200px) {
  .header-body__buttons {
    margin: 40px 0px 40px 0px;
  }
}
@media (min-width: 800px) {
  .header-body__buttons {
    display: flex;
    gap: 15px;
  }
}

.header-body__btn {
    text-align: left;
}
@media (max-width: 1200px) {
  .header-body__btn {
    text-align: center;
  }
}
.header-body__btn a {
    font-family: "ConvRegular";
    font-size: 18px;
    color: #000000;
    background-color: #ffcc50;
    padding: 15px 30px;
    border-radius: 30px;
    display: inline-block;
}


.meser {
  margin: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media(min-width: 800px) {
  .meser {
    margin-top: 0;
    justify-content: flex-start;
  }
}
.meser__text {
  font-size: 14px;
  font-family: "ConvRegular";
}
.meser__group {
  display: flex;
  gap: 10px;
  align-items: center;
}
.meser a {
  width: 44px;
  height: 44px;
  background: rgba(231, 245, 247, 0.5);
  border: 1px solid rgba(1, 48, 66, 0.06);
  backdrop-filter: blur(2px);
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;
  @media(min-width: 480px) {
    width: 48px;
    height: 48px;
  }
}

.case_btn {
  text-align: center;
  padding: 0px 0px 30px 0px;
}

.fitback_btn {
  text-align: center;
  padding: 0px 0px 30px 0px;
}
@media (max-width: 1200px){
  .fitback_btn{
    margin:-20px 0px 0px 0px;
  }
}
.fitback_btn a {
  background-color: #037f91;
  color: #fff;
}

.circle {
  border: 33px solid #0ab3cb;
  border-radius: 50%;
  padding: 22px 22px;
  background-color: #ffcc50;
  position: relative;
  z-index: 2;
  top: 50%;
  margin: 0px auto;
}
@media (max-width: 1200px) {
  .circle {
    width: 205px;
    height: 210px;
    position: absolute;
    bottom: 0;
    right: 100px;
  }
}
@media (max-width: 620px) {
  .circle {
    display: none;
  }
}

@media (max-width: 1200px) {
  .circle:before {
    width: 140%;
    height: 140%;
  }
}

.circle__item.text {
  text-align: center;
  font-size: 16px;
  font-family: "ConvRegular";
}
.circle__item.text span:first-child {
  font-family: "ConvBold";
  font-size: 16px;
}
.circle__item.text span {
  font-family: "ConvBold";
  font-size: 43px;
}

.left_circle {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  left: -15%;
}

.right-circle {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  right: -15%;
}

.circle__letter {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 50%;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  padding-bottom: 55%;
  font-size: 13px;
  font-family: "ConvBold";
  color: #fff;
  opacity: 0.5;
}

.circle__letter-bottom {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 50%;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  padding-bottom: 55%;
  font-size: 13px;
  font-family: "ConvBold";
  color: #fff;
  opacity: 0.5;
}

.circle__letter:nth-child(1) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.circle__letter:nth-child(2) {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}

.circle__letter:nth-child(3) {
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.circle__letter:nth-child(4) {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.circle__letter:nth-child(5) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

.circle__letter:nth-child(6) {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}

.circle__letter:nth-child(7) {
  -webkit-transform: rotate(14deg);
          transform: rotate(14deg);
}

.circle__letter:nth-child(8) {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.circle__letter:nth-child(9) {
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
}

.circle__letter-bottom:nth-child(1) {
  -webkit-transform: rotate(-210deg);
          transform: rotate(-210deg);
}

.circle__letter-bottom:nth-child(2) {
  -webkit-transform: rotate(-204deg);
          transform: rotate(-204deg);
}

.circle__letter-bottom:nth-child(3) {
  -webkit-transform: rotate(-195deg);
          transform: rotate(-195deg);
}

.circle__letter-bottom:nth-child(4) {
  -webkit-transform: rotate(-190deg);
          transform: rotate(-190deg);
}

.circle__letter-bottom:nth-child(5) {
  -webkit-transform: rotate(-183deg);
          transform: rotate(-183deg);
}

.circle__letter-bottom:nth-child(6) {
  -webkit-transform: rotate(-176deg);
          transform: rotate(-176deg);
}

.circle__letter-bottom:nth-child(7) {
  -webkit-transform: rotate(-166deg);
          transform: rotate(-166deg);
}

.circle__letter-bottom:nth-child(8) {
  -webkit-transform: rotate(-160deg);
          transform: rotate(-160deg);
}
.circle__letter-bottom:nth-child(9) {
  -webkit-transform: rotate(-154deg);
          transform: rotate(-154deg);
}










































.special {
    display: none;
}
.questions {
    margin-top: 60px;
}
.case-slider__column {
    text-align: left;
}

.modal-form-info.active .service-details-popup::-webkit-scrollbar-button {
 background-image:url('');
 background-repeat:no-repeat;
 width:5px;
 height:0px
}
.modal-form-info.active .service-details-popup::-webkit-scrollbar-track {
 background: #037f91;
}
.modal-form-info.active .service-details-popup::-webkit-scrollbar-thumb {
 -webkit-border-radius: 3px;
 border-radius: 3px;
 background-color:#6dc0c8;
 background: #fff;
}
.modal-form-info.active .service-details-popup::-webkit-scrollbar-thumb:hover{
}
.modal-form-info.active .service-details-popup::-webkit-resizer{
 background-image:url('');
 background-repeat:no-repeat;
 width:4px;
 height:0px
}
.modal-form-info.active .service-details-popup::-webkit-scrollbar{
 width: 4px;

}
.service-section {
    font-family: "ConvRegular";
}
.header-body__column.list_column {
    padding: 0;
}
.how-work__column.block, .box_table.none, .header-body__list li br {
    display: none;
}
table.sama_tabl {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
table.sama_tabl tr th {
    text-align: left;
    font-family: "ConvBold";
    font-size: 25px;
}
table.sama_tabl thead tr th, table.sama_tabl tbody tr td {
    padding: 20px;
}
table.sama_tabl tbody tr td {
    padding: 20px 10px;
}
table.sama_tabl tbody tr td {
    border-top: 2px solid #efefef;
    font-size: 18px;
    font-family: "ConvRegular";
}
table.sama_tabl thead tr th {
    background: #ddebed;
}
table.sama_tabl tbody tr:last-child td {
    border-bottom: 2px solid #efefef;
}
table.sama_tabl tbody tr td a.pricce-body__btn {
    background-color: #038195;
    font-family: "ConvRegular";
    color: #fff;
    padding: 7px 10px;
    border-radius: 30px;
}
table.sama_tabl tbody tr td:last-child, table.sama_tabl thead tr th:nth-child(2) {
    text-align: center;
    width: 173px;
}
table.sama_tabl tbody tr td:nth-child(2) {
    text-align: center;
}











@media (max-width: 1200px) {
table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse; 
}
.table th {
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  border: 1px solid #dddddd;
}
.table td {
  border: 1px solid #dddddd;
  padding: 5px;
}
table.sama_tabl tr th {
    font-size: 18px;
}
table.sama_tabl tbody tr td {
    font-size: 16px;
}





}








@media (max-width: 770px) {
.header-body__list li {
    text-align: left;
    display: inline-block;
    width: 376px;
    padding-left: 40px;
}
.header-body__list {
    padding: 0px 0px 20px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.header-body__list li:before {
    left: 0!important;
}
.header-body__list {
    padding: 0px 0px 20px 0px!important;
}
table.sama_tabl td {
    width: 100%;
}
.step-body__number {
    position: initial!important;
}
.step-body__text {
    width: 100%!important;
}
.step-body__column {
    padding: 0px 0px 0px 0px!important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%!important;
    text-align: center;
}
.step-body {
    padding: 0px!important;
}













}






















@media (max-width: 600px) {
.box_table.none {
    display: block;
}
.box_table.block {
    display: none;
}
table.sama_tabl tbody tr td a.pricce-body__btn {
    display: inline-block;
    margin-top: 20px;
}



}






















































@media (max-width: 1200px) {
  .circle_column {
    text-align: center;
  }
}

.header-body__list {
    padding: 0px 0px 15px 50px;
}
@media (max-width: 1200px) {
  .header-body__list {
    padding: 0px 0px 20px 100px;
  }
}
@media (max-width: 767.98px) {
  .header-body__list {
    padding: 50px 0px 20px 100px;
  }
}
@media (max-width: 620px) {
  .header-body__list {
    text-align: center;
    padding: 0px;
  }
}
.header-body__list li {
    font-family: "ConvRegular";
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    color: #1e1e1e;
    line-height: 35px;
    position: relative;
}
.header-body__list li:before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ffcc50;
    position: absolute;
    top: 15px;
    left: -50px;
    -webkit-transform: translaY(-25%);
    transform: translaY(-25%);
}
@media (max-width: 1200px) {
  .header-body__list li:before {
    left: -5%;
    -webkit-transform: translaY(-5%);
            transform: translaY(-5%);
  }
}
@media (max-width: 767.98px) {
  .header-body__list li:before {
    top: 10px;
  }
}
@media (max-width: 620px) {
  .header-body__list li:before {
    left: 5%;
  }
}
@media (max-width: 767.98px) {
  .header-body__list li {
    font-size: 18px;
    line-height: 25px;
  }
}

.how-work {
  margin: 40px 0px 0px 0px;
}

.how-work-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .how-work-body {
    -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;
  }
}

.how-work__column {
  width: 260px;
  margin: 0px 40px 0px 0px;
}
.how-work__column:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .how-work__column {
    text-align: center;
    margin: 0px 40px 20px 0px;
  }
  .how-work__column:last-child {
    margin: 0px 40px 20px 0px;
  }
}
@media (max-width: 600px) {
  .how-work__column {
    width: 150px;
    margin: 0px 0px 20px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .how-work__column:last-child {
    margin: 0px 0px 20px 0px;
  }
.how-work__column.none {
    display: none;
}
.how-work__column.block {
    display: block;
}







}

.how-work__img {
  margin: 0px 0px 25px 0px;
  width: 90px;
  height: 90px;
  position: relative;
}
@media (max-width: 1200px) {
  .how-work__img {
    margin: 0px auto 25px auto;
  }
}
.how-work__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-work__title {
  font-family: "ConvBold";
  font-size: 25px;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 600px) {
  .how-work__title {
    font-size: 22px;
  }
.step-body__column {
    margin: 0px 20px 60px 20px!important;
}





}

.how-work__p {
  font-family: "ConvRegular";
  font-size: 18px;
}
@media (max-width: 600px) {
  .how-work__p {
    font-size: 16px;
  }
}

.section-title {
    font-family: "ConvRegular";
    font-size: 53px;
    text-align: center;
    margin: 70px 0px 50px 0px;
}
@media (max-width: 767.98px) {
  .section-title {
    font-size: 32px;
  }
}

.price {
  border-bottom: 1px solid #ced8d9;
  padding: 0px 0px 30px 0px;
}

.price-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .price-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.price-body__column {
  width: 260px;
  margin: 0px 40px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 5px;
}
@media (min-width: 1200px) {
  .price-body__column {
    width: 290px;
  }
}
.price-body__column:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .price-body__column {
    margin: 20px 20px 0px 0px;
  }
  .price-body__column:last-child {
    margin: 20px 20px 0px 0px;
  }
}
@media (max-width: 600px) {
  .price-body__column {
    width: 150px;
    margin: 0px 0px 20px 0px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .price-body__column:last-child {
    margin: 0px 0px 20px 0px;
  }
}

.price-body__iner {
  border: 2px solid #efefef;
  border-radius: 20px;
  padding: 10px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .price-body__iner {
    width: 260px;
  }
}
.price-body__iner:hover {
  border: 2px solid #fecc50;
}

.price-body__img {
  margin: 0px 0px 25px 0px;
  width: 90px;
  height: 90px;
  position: relative;
}
.price-body__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.price-body__title {
  font-family: "ConvBold";
  font-size: 25px;
  margin: 0px 0px 25px 0px;
}
@media (max-width: 600px) {
  .price-body__title {
    font-size: 22px;
  }
}

.price-body__p {
  font-family: "ConvRegular";
  font-size: 18px;
  margin: 0px 0px 50px 0px;
}
@media (max-width: 600px) {
  .price-body__p {
    font-size: 16px;
    margin: 0px 0px 20px 0px;
  }
}

.price-body__price {
  color: #038195;
  font-family: "ConvBold";
  font-size: 18px;
  margin: auto 0px 40px 0px;
}

.price-body__btn {
  margin: auto 0px 20px 0px;
}
.price-body__btn a {
  background-color: #038195;
  font-family: "ConvRegular";
  font-size: 18px;
  color: #fff;
  padding: 15px 10px;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .price-body__btn a {
    padding: 15px 10px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .price-body__btn a {
    padding: 15px 7px;
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .price-body__btn a {
    padding: 15px 7px;
    display: block;
    text-align: center;
    font-size: 12px;
  }
}

.special {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(#f6fafa), color-stop(#f6fafa), to(#fff));
  background: linear-gradient(to top, #fff, #f6fafa, #f6fafa, #fff);
  padding: 0px 0px 50px 0px;
}

.special-body {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 50px 0px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 440px) {
  .special-body {
    padding: 30px;
  }
}

.special-body__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  position: relative;
}
@media (max-width: 480px) {
  .special-body__column:last-child {
    display: none;
  }
}
.special-body__column img:first-child {
  position: absolute;
  width: 120%;
  right: -40%;
  bottom: -80%;
}
@media (max-width: 1200px) {
  .special-body__column img:first-child {
    bottom: -60%;
  }
}
@media (max-width: 767.98px) {
  .special-body__column img:first-child {
    bottom: -50%;
  }
}
.special-body__column img:last-child {
  position: absolute;
  width: 100%;
  right: 0%;
  bottom: -16%;
}
@media (max-width: 1200px) {
  .special-body__column img:last-child {
    bottom: -20%;
  }
}
@media (max-width: 767.98px) {
  .special-body__column img:last-child {
    bottom: -20%;
  }
}

.special-body__title {
  color: #038195;
  font-family: "ConvBold";
  font-size: 36px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1200px) {
  .special-body__title {
    font-size: 28px;
    margin: 0px 0px 20px 0px;
  }
}

.special-body__p {
  color: #444444;
  font-family: "ConvBold";
  font-size: 24px;
  max-width: 400px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1200px) {
  .special-body__p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .special-body__p {
    font-size: 16px;
    max-width: 340px;
  }
}
@media (max-width: 440px) {
  .special-body__p {
    max-width: 280px;
  }
}

.specia-body__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.specia-body__form input {
  border-bottom: 1px solid #bdd5d9;
  width: 400px;
  margin: 0px 0px 20px 0px;
  color: #000;
  padding: 0px 0px 10px 0px;
  font-family: "ConvRegular";
  font-size: 18px;
}

.specia-body__form input::-webkit-input-placeholder {
  color: #c2d8dc;
  font-family: "ConvRegular";
  font-size: 18px;
}
.specia-body__form input::-moz-placeholder {
  color: #c2d8dc;
  font-family: "ConvRegular";
  font-size: 18px;
}
.specia-body__form input:-ms-input-placeholder {
  color: #c2d8dc;
  font-family: "ConvRegular";
  font-size: 18px;
}
.specia-body__form input::-ms-input-placeholder {
  color: #c2d8dc;
  font-family: "ConvRegular";
  font-size: 18px;
}
.specia-body__form input::placeholder {
  color: #c2d8dc;
  font-family: "ConvRegular";
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .specia-body__form input {
    width: 340px;
  }
  .submit-special{
  width: 340px;
  font-size: 16px;
  }
}
.submit-footer{
  padding:10px 0px;
}
.status,.status-footer,.status-special{
  color:#fff;
  font-size: 20px;
  padding:0px 2px;
  text-align: center;
  font-family: "ConvRegular";
}
.status-black{
  color:#000;
}
@media (max-width: 440px) {
  .specia-body__form input {
    width: 280px;
  }
  .submit-special{
  width: 280px;
  font-size: 16px;
  }
}
.specia-body__form .submit {
  font-family: "ConvRegular";
  font-size: 18px;
  background-color: #038195;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  border-radius: 30px;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 440px) {
  .specia-body__form .submit {
    font-size: 14px;
    display: block;
    padding: 10px 7px;
  }
}

.special-body__number {
  position: absolute;
  top: 0;
  right: 0;
}

.special-inner {
  position: relative;
}

.special-inner__number {
  position: absolute;
  z-index: 3;
  right: 0;
  top: -20px;
  border: 1px solid #ffcc50;
  border-radius: 50%;
  padding: 15px 10px;
  color: #282828;
  font-family: "ConvBold";
  font-size: 23px;
}

.gear {
  margin: -20px 0px 0px 0px;
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid #ced8d9;
}
@media (max-width: 767.98px) {
  .gear {
    margin: 0px 0px 0px 0px;
  }
}

.gear-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .gear-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gear-body__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
@media (max-width: 1200px) {
  .gear-body__column {
    margin: 0px 0px 50px 0px;
  }
}
@media (max-width: 767.98px) {
  .gear-body__column {
    margin: 0px 0px 30px 0px;
  }
}

.gear-body__title {
  font-family: "ConvBold";
  font-size: 53px;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  .gear-body__title {
    max-width: none;
    font-size: 23px;
    text-align: center;
  }
}
.gear-body__title span {
  display: block;
  color: #037f91;
}
@media (max-width: 1200px) {
  .gear-body__title span {
    display: inline;
  }
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.gear-body-slider {
  margin: 60px 0px 0px 0px;
  position: relative;
  width: 440px;
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 1200px) {
  .gear-body-slider {
    width: 320px;
    margin: 60px auto 0px auto;
  }
}
@media (max-width: 767.98px) {
 
}
.gear-body-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .gear-body-slider .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gear-body-slider .slick-dots li {
  margin: 0px 15px 0px 0px;
}
.gear-body-slider .slick-dots li.slick-active button {
  background-color: #fec741;
  position: relative;
}
.gear-body-slider .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: -50%;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
  left: -50%;
  width: 17px;
  height: 17px;
  border: 2px solid #fec741;
  border-radius: 50%;
}
.gear-body-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #b1b1b1;
}

.geadr-body-slider__item {
  position: relative;
}
.geadr-body-slider__item img {
  width: 100%;
  height: 100%;
}

.gear-body-text {
  color: #444444;
  font-size: 18px;
  font-family: "ConvRegular";
}
.gear-body-text p {
  margin: 0px 0px 30px 0px;
}

.gear-body-list {
  margin: 70px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-betwen;
      -ms-flex-pack: space-betwen;
          justify-content: space-betwen;
  padding: 0px 0px 0px 40px;
}
.gear-body-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  margin: 0px 0px 70px 0px;
  position: relative;
}
@media (max-width: 1200px) {
  .gear-body-list li {
    margin: 0px 0px 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .gear-body-list li {
    margin: 0px 0px 40px 0px;
  }
}
@media (max-width: 767.98px) {
  .gear-body-list li {
    padding-left: 30px;
  }
}
.gear-body-list li .gear-body-list__number {
  position: absolute;
  left: -40px;
  top: -10px;
  border: 3px solid #98bd00;
  border-radius: 50%;
  padding: 5px 10px;
  font-family: "ConvBold";
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .gear-body-list li .gear-body-list__number {
    left: -10px;
  }
}

.gear-body-list__title {
  width: 170px;
  font-family: "ConvBold";
  font-size: 20px;
  position: relative;
  margin: 0px 0px 20px 0px;
}
@media (max-width: 500px) {
  .gear-body-list__title {
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    width: 140px;
  }
}
@media (max-width: 410px) {
  .gear-body-list__title {
    font-size: 14px;
    width: 100px;
  }
}

.gear-body-list__p {
  font-size: 18px;
  font-family: "ConvRegular";
}
@media (max-width: 500px) {
  .gear-body-list__p {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .gear-body-list__p {
    font-size: 12px;
  }
}

@media (max-width: 550px){
  .step{
    padding:0px 0px 5px 0px;
  }
}
.step-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .step-body {
    padding: 0px 0px 0px 20px;
  }
}
@media (max-width: 700px) {
  .step-body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.step-body__column {
  position: relative;
  margin: 0px 0px 60px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.step-body__column:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0px 0px 0px 100px;
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(1) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(1) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(1):after {
    right: -70px;
    top: 52%;
    width: 300px;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(1):after {
    display: none;
  }
}
.step-body__column:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0px 0px 0px 100px;
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(2) {
    padding: 0px 0px 0px 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(2) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.step-body__column:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  padding: 0px 0px 0px 100px;
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(3) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(3):after {
    display: none;
  }
}
.step-body__column:nth-child(4) {
  padding: 0px 0px 0px 100px;
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(4) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(5) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(5) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}
.step-body__column:nth-child(6) {
  padding: 0px 0px 0px 50px;
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(6) {
    padding: 0px 0px 0px 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(6) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (max-width: 1200px) {
  .step-body__column:nth-child(7) {
    padding: 0px 0px 0px 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 700px) {
  .step-body__column:nth-child(7) {
    padding: 0px 0px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }
}

.step-body__text {
  position: relative;
  margin: 20px 0px 0px 0px;
  width: 250px;
  color: #707070;
  font-family: "ConvRegular";
  font-size: 18px;
  line-height: 25px;
}
.step-body__text span {
  color: #000;
}
@media (max-width: 1200px) {
  .step-body__text {
    width: 165px;
  }
}

.step-body__number {
  font-family: "ConvBold";
  position: absolute;
  top: 0px;
  left: -20px;
  color: #059cb4;
  font-size: 18px;
}

.cleaning-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .cleaning-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cleaning__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.cleaning__column img {
  width: 100%;
  height: 600px;
}
@media (max-width: 1200px) {
  .cleaning__column img {
    height: 500px;
    width: 500px;
    margin: 0px 0px 20px 0px;
  }
}
@media (max-width: 767.98px) {
  .cleaning__column img {
    height: 300px;
    width: 300px;
  }
}

.cleaning__text {
  width: 500px;
  padding: 0px 0px 0px 100px;
}
@media (max-width: 1200px) {
  .cleaning__text {
    padding: 0px;
  }
}
@media (max-width: 767.98px) {
  .cleaning__text {
    width: 320px;
  }
}
.cleaning__text p {
  margin: 0px 0px 30px 0px;
  color: #444444;
  font-size: 16px;
  font-family: "ConvRegular";
}
.cleaning__text p:first-child {
  color: #444444;
  font-size: 20px;
  font-family: "ConvRegular";
}

.case {
  background-color: #037f91;
  padding: 0px 0px 50px 0px;
  margin: 20px 0px 0px 0px;
}

.case-slider {
  position: relative;
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
}
.case-slider .slick-arrow.slick-prev {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/case/prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 15px;
  border: 3px solid #b9cbcf;
  border-radius: 10px;
  padding: 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
@media (max-width: 1200px) {
  .case-slider .slick-arrow.slick-prev {
    left: 46%;
    -webkit-transform: translateX(-46%);
            transform: translateX(-46%);
  }
}
@media (max-width: 640px) {
  .case-slider .slick-arrow.slick-prev {
    left: 44%;
  }
}
.case-slider .slick-arrow.slick-next {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/case/prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 15px;
  border: 3px solid #b9cbcf;
  border-radius: 10px;
  padding: 15px 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 45px;
  z-index: 5;
}
@media (max-width: 1200px) {
  .case-slider .slick-arrow.slick-next {
    left: 53%;
    -webkit-transform: translateX(-53%) rotate(180deg);
            transform: translateX(-53%) rotate(180deg);
  }
}
@media (max-width: 640px) {
  .case-slider .slick-arrow.slick-next {
    left: 57%;
    -webkit-transform: translateX(-57%) rotate(180deg);
            transform: translateX(-57%) rotate(180deg);
  }
}
.case-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .case-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.case-slider__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}
.case-slider__column img {
  height: 380px;
  width: 600px;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .case-slider__column img {
    width: 550px;
  }
}
@media (max-width: 640px) {
  .case-slider__column img {
    width: 340px;
    height: 200px;
  }
}
@media (max-width: 1200px) {
  .case-slider__column {
    margin: 0px 0px 50px 0px;
  }
}

.case-slider__title {
  color: #ffcc50;
  font-size: 42px;
  font-family: "ConvBold";
  margin: 0px 0px 20px 0px;
}
@media (max-width: 767.98px){

.case-slider__title{
  font-size: 28px;
}
}
.case-slider-list li {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 40px;
    position: relative;
    color: #fff;
    font-size: 22px;
    font-family: "ConvRegular";
}
.case-slider-list li span {
  color: #ffcc50;
  font-size: 22px;
  font-family: "ConvBold";
}
@media (max-width: 440px) {
  .case-slider-list li span {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  .case-slider-list li {
    font-size: 18px;
  }
}
.case-slider-list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #ffcc50;
  border-radius: 50%;
  left: 0px;
}
.case-slider-list li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #ffcc50;
  border-radius: 50%;
  left: 0.9%;
  top: 25%;
}
@media (max-width: 1200px) {
  .case-slider-list li:after {
    left: 1.2%;
    top: 24%;
  }
}
@media (max-width: 440px) {
  .case-slider-list li:after {
    left: 1.5%;
    top: 25%;
  }
}

.white {
  color: #fff;
}

.fitback {
  border-bottom: 1px solid #ced8d9;
  padding: 0px 0px 60px 0px;
}

.fitback-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  .fitback-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fitback-body__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
}
@media (max-width: 1200px) {
  .fitback-body__column {
    margin: 0px 0px 80px 0px;
  }
}

.fitback-body__title {
  font-family: "ConvBold";
  font-size: 43px;
  line-height: 55px;
}
@media (max-width: 767.98px){
  .fitback-body__title{
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 10px;
  }
}
.fitback-body__title span {
  color: #037f91;
}

.top-specialists__item {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1.25rem;
}

.top-specialists__item > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 1.25rem;
  box-shadow: 0 3px 4px rgb(0 0 0 / 17%);
}

.top-specialists__item > h4 {
  width: 100%;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
}

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


.top-specialists-body .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: center;
  /*right: calc(50% - 72px);*/
  padding: 5px 10px;
  margin: 30px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .top-specialists-body .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


.service-section__accordion {
  margin-bottom: -1px
}

.service-section__select {
  margin-bottom: 25px
}

@media (min-width: 768px) {
  .service-section__filter {
      margin-left:auto;
      margin-right: auto;
      margin-bottom: 35px
  }
}

@media (min-width: 1280px) {
  .service-section__filter {
      width:100%;
      width: 100%;
      display: flex;
      justify-content: center;
  }
}

.filter-menu {
  z-index: 10;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #cbc9c9;
  margin: 0 -20px 20px;
  padding: 0 20px;
}

.filter-menu__option {
  font-size: 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 4px solid transparent;
  line-height: 20px;
  cursor: pointer;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.filter-menu__option--active {
  border-bottom-color: #038195;
  color: #383129;
}

.service-section__button {
  background-color: #038195;
    font-family: "ConvRegular";
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
}

.row-column {
  display: flex;
    justify-content: space-between;
}

.texti {
  font-size: 18px;
  color: #383129;
  line-height: 27px;
  max-width: 430px;
}

.filter-menu__option+.filter-menu__option {
  margin-left: 20px;
}

.service-section__banner {
  margin-bottom: 20px
}

@media (min-width: 768px) {
  .service-section__banner {
      border-bottom:0;
      margin-bottom: 30px;
      padding-bottom: 0
  }
}

.service-section__button-wrap {
  text-align: center;
  margin-top: 20px
}

@media (min-width: 768px) {
  .service-section__button-wrap {
      text-align:right;
      margin-top: 0
  }
}

.service-section__button-wrap--center {
  text-align: center
}

@media (min-width: 768px) {
  .service-section__button-wrap--center {
      text-align:center
  }
}

.service-section__button {
  width: 100%
}

@media (min-width: 768px) {
  .service-section__button {
      width:auto
  }
}

@media (min-width: 768px) {
  .service-section__img {
      display:block;
      margin: 0 auto;
      width: 100%;
  }
}

@media (max-width: 768px) {
  .row-column {
    flex-direction: column;
  }
  .texti {
    max-width: 100%;
  }
  .service-section__img {
    width: 100%;
}
.modal-form-info-body {
  top: 1020px;
}
}

.top-specialists-body .slick-dots li {
  margin: 0px 15px 0px 0px;
}
.top-specialists-body .slick-dots li.slick-active button {
  background-color: #fec741;
  position: relative;
}
.top-specialists-body .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: -50%;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
  left: -50%;
  width: 17px;
  height: 17px;
  border: 2px solid #fec741;
  border-radius: 50%;
}
.top-specialists-body .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.top-specialists__item__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-specialists__item__rating > span {
  font-size: 16px;
  line-height: 21px;
}
.top-specialists__item > a {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #038195;
    font-family: "ConvRegular";
    color: #fff;
    padding: 15px 20px;
    border-radius: 30px;
    width: 100%;
    max-width: 150px;
    margin: 10px auto 0;
}
.top-specialists__item > a > svg {
  margin-left: 10px;
}

.fitback-slider {
  width: 1200px;
  position: relative;
  padding-bottom: 60px;
  /* Активная точка */
  /* Элемент точки */
}
@media (max-width: 1200px) {
  .fitback-slider {
    width: 730px;
  }
}
@media (max-width: 730px) {
  .fitback-slider {
    width: 340px;
  }
}
.fitback-body .slick-dots {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    justify-content: center;
    width: 100%;
    bottom: 0;
    /* right: calc(50% - 72px); */
    padding: 5px 10px;
    margin: 30px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .fitback-body .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.slick-slide {
  margin-right: 20px;
  text-align: center;
}

.fitback-body .slick-dots li {
  margin: 0px 15px 0px 0px;
}
.fitback-body .slick-dots li.slick-active button {
  background-color: #fec741;
  position: relative;
}
.fitback-body .slick-dots li.slick-active button:before {
  content: "";
  position: absolute;
  top: -50%;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
  left: -50%;
  width: 17px;
  height: 17px;
  border: 2px solid #fec741;
  border-radius: 50%;
}
.fitback-body .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.fitback-slider__arrows .slick-arrow.slick-prev {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/fitback/prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 12px;
  border: 3px solid #037f91;
  border-radius: 10px;
  padding: 15px 15px;
  position: absolute;
  bottom: -30%;
  left: 0;
  z-index: 5;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fitback-slider__arrows .slick-arrow.slick-next {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: url("../img/fitback/prev.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 12px;
  border: 3px solid #037f91;
  border-radius: 10px;
  padding: 15px 15px;
  position: absolute;
  bottom: -30%;
  left: 40px;
  z-index: 5;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.fitback-slider__img {
  width: 180px;
  height: 180px;
}
.fitback-slider__img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 590px) {
  .fitback-slider__img {
    width: 160px;
  }
}

.fitaback-slider__title {
  font-family: "ConvBold";
  font-size: 23px;
  margin: 30px 0px 30px 0px;
}

.fitback-slider__p {
  margin: 0px 10px 0px 0px;
  color: #595959;
  font-family: "ConvRegular";
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 590px) {
  .fitback-slider__p {
    font-size: 14px;
  }
}

.trust {
  padding: 0px 0px 90px 0px;
}


.trust-slider{
  margin:0 auto;
}
.trust-slider__column{
  text-align: center;
}

.questions {
  background-color: #037f91;
  padding: 0px 0px 30px 0px;
}

.questions-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .questions-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.questions-body__column {
  margin: 0px 50px 0px 0px;
}
@media (max-width: 767.98px){
  .questions-body__column {
  margin: 0px 0px 0px 0px;
}
}
.questions-body__column {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  column-gap: 1.25rem;
  /* align-items: baseline; */ /* закоментировал т.к. при открытии получается норм, но если вопрос короче то как-то кривовато выглядит */
}
@media (max-width: 1200px) {
  .questions-body__column {
    grid-template-columns: 1fr;
  }
}

.quetions-body__accordion {
  cursor: pointer;
  background-color: #ffffff;
  padding: 30px 60px 30px 30px;
  border-radius: 20px;
  margin: 0px 0px 20px 0px;
  position: relative;
}
.quetions-body__accordion.active .questions-body__title {
  color: #037f91;
}
.quetions-body__accordion.active:before {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #037f91;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.quetions-body__accordion.active:after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #037f91;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.quetions-body__accordion:before {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.quetions-body__accordion:after {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  content: "";
  width: 22px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

.questions-body__title {
  color: #222222;
  font-family: "ConvBold";
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .questions-body__title {
    font-size: 18px;
  }
}

.questions-body__p {
  font-family: "ConvRegular";
  margin: 30px 0px 0px 0px;
  font-size: 18px;
  line-height: 25px;
}
.questions-body__p span {
  color: #ffcc50;
  font-family: "ConvBold";
}

.question-body__img {
  width: 100%;
  height: 100%;
}
.question-body__img img {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 250px;
}
@media (max-width: 767.98px){
  .question-body__img{
    display: none;
  }
}
.questions-body__name {
  color: #fff;
  font-family: "ConvRegular";
  font-size: 22px;
  margin: 20px 0px 0px 60px;
}
.questions-body__name span {
  color: #eec754;
}
@media (max-width: 1200px) {
  .questions-body__name {
    margin: 30px 0px 0px 0px;
    text-align: center;
  }
}

.about-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0px 0px 0px;
}
@media (max-width: 767.98px) {
  .about-body {
    margin: 20px 0px 0px 0px;
  }
}

.about__column:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-family: "ConvBold";
  font-size: 43px;
}
@media (max-width: 1200px) {
  .about__column:nth-child(1) {
    display: none;
  }
}
.about__column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .about__column:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about__title {
  color: #1e1e1e;
  width: 0px;
}

.about__row {
  margin: 0px 0px 40px 0px;
}
.about__row:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(1) {
    padding: 0px 0px 0px 80px;
  }
}
@media (max-width: 460px) {
  .about__row:nth-child(1) {
    padding: 0px 0px 0px 15px;
  }
}
.about__row:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(2) {
    padding: 0px 0px 0px 50px;
  }
}
.about__row:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(3) {
    padding: 0px 0px 0px 80px;
  }
}
@media (max-width: 460px) {
  .about__row:nth-child(3) {
    padding: 0px 0px 0px 15px;
  }
}
.about__row:nth-child(4) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(4) {
    padding: 0px 0px 0px 50px;
  }
}
.about__row:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(5) {
    padding: 0px 0px 0px 80px;
  }
}
@media (max-width: 460px) {
  .about__row:nth-child(5) {
    padding: 0px 0px 0px 15px;
  }
}
.about__row:nth-child(6) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media (max-width: 1200px) {
  .about__row:nth-child(6) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0px 0px 0px 100px;
  }
}
@media (max-width: 590px) {
  .about__row:nth-child(6) {
    padding: 0px 0px 0px 50px;
  }
}
.about__row.title {
  display: none;
}
@media (max-width: 1200px) {
  .about__row.title {
    display: block;
    font-size: 43px;
    font-family: "ConvBold";
  }
}

.about__number {
  color: #037f91;
  font-family: "ConvBold";
  font-size: 38px;
}

.about__p {
  color: #595959;
  font-family: "ConvRegular";
  font-size: 18px;
  width: 230px;
}
@media (max-width: 767.98px) {
  .about__p {
    width: 180px;
  }
}
@media (max-width: 540.98px) {
  .about__p {
    font-size: 14px;
    width: 140px;
  }
}
@media (max-width: 390px) {
  .about__p {
    width: 120px;
  }
}

footer {
  background-color: #037f91;
  border-top: 4px solid #ffcc50;
  margin: 80px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
}
.clear_div{
  height: 50px;
  width: 100%;
  display: none;
}
@media (max-width: 767.98px){
  .clear_div{
    display: block;
  }
}
.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__column {
  margin: 40px 0px 0px 0px;
}
.footer__column:nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__column:nth-child(1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__column:nth-child(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .footer__column:nth-child(2) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767.98px) {
  .footer-logo {
    height: 80px;
    width: 80px;
  }
  .footer-logo img {
    width: 100%;
    height: 100%;
  }
}

.footer-questions {
  text-align: center;
}
@media (max-width: 1200px) {
  .footer-questions {
    text-align: left;
  }
}

.footer-questions__title {
  color: #fff;
  font-family: "ConvBold";
  font-size: 38px;
}
@media (max-width: 1200px) {
  .footer-questions__title {
    font-size: 28px;
  }
}

.footer-questions__p {
  color: #fff;
  font-family: "ConvRegular";
  font-size: 18px;
  margin: 15px 0px 0px 0px;
}
@media (max-width: 1200px) {
  .footer-questions__p {
    font-size: 16px;
    margin: 5px 0px 0px 0px;
  }
}

@media (max-width: 1200px) {
  .footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .footer-form {
    margin: 15px 0px 0px 0px;
  }
}
.footer-form input {
  width: 290px;
  height: 40px;
  border-radius: 30px;
  padding: 0px 20px;
}
.footer-form input::-webkit-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.footer-form input::-moz-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.footer-form input:-ms-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.footer-form input::-ms-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.footer-form input::placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
@media (max-width: 1200px) {
  .footer-form input {
    width: 180px;
  }
}
@media (max-width: 400px) {
  .footer-form input {
    width: 150px;
  }
}
.footer-form .submit {
  width: 160px;
  background: none;
  color: #fff;
  border: 3px solid #ffcb4f;
  border-radius: 30px;
  font-family: "ConvRegular";
  font-size: 14px;
  cursor: pointer;
  margin: 0px 0px 0px 20px;
}
@media (max-width: 400px) {
  .footer-form .submit {
    margin: 0px 0px 0px 1px;
  }
}

.footer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-family: "ConvRegular";
  font-size: 18px;
}
@media (max-width: 1200px) {
  .footer-text > p:first-child {
    display: none;
  }
}
.footer-text p {
  margin: 0px 45px 0px 0px;
}
.footer-text p span {
  color: #ffcc50;
}
@media (max-width: 1200px) {
  .footer-text p {
    margin: 0px 10px 0px 0px;
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  .footer-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-text p {
    font-size: 14px;
    width: 300px;
    margin: 0px auto 10px auto;
  }
}

.footer-phone {
  margin: 0px 0px 0px -60px;
}
@media (max-width: 1200px) {
  .footer-phone {
    margin: 0;
  }
}
.footer-phone a {
  color: #fff;
  font-family: "ConvBold";
  font-size: 18px;
}
.footer-phone a span {
  color: #ffcb4f;
}
@media (max-width: 767.98px) {
  .footer-phone a {
    font-size: 14px;
  }
}

.footer-icons img {
  margin: 0px 20px 0px 0px;
}

@media (max-width: 1200px) {
  .footer-3 {
    width: 460px;
    margin: 20px auto;
  }
}
@media (max-width: 440px) {
  .footer-3 {
    width: 210px;
  }
}

@media (max-width: 1200px) {
  .footer-2, .footer-1 {
    border-bottom: 1px solid #1b8b9b;
    padding: 0px 0px 15px 0px;
  }
}

.footer-contact-fot{
  background-color: #696969;
  padding:25px 0px 25px 0px;
  justify-content: center;
  display: none;
}
@media (max-width: 767.98px){
  .footer-contact-fot{
    display: flex;
    position: fixed;
    bottom:0;
    opacity: 0.9;
    width: 100%;
    padding:20px 0px 20px 0px;
  }
}
.footer-contact-fot__column>a{
  font-family: "ConvRegular";
  font-size: 14px;
  color:#fff;
  padding:0px 40px;
  position: relative;
}

.footer-contact-fot__column:nth-child(2)>a:before{
  content:'';
  width: 20px;
  height: 20px;
  background: url('../img/right.png');
  background-size: cover;
  position: absolute;
  top:-2px;
  left:10px;
}
.footer-contact-fot__column:nth-child(1)>a:before{
  content:'';
  width: 20px;
  height: 20px;
  background: url('../img/left.png');
  background-size: cover;
  position: absolute;
  top:-2px;
  left:10px;
}


.modal-form {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.modal-form.active {
  display: block;
}

.modal-form-body {
  position: relative;
  width: 450px;
  height: 300px;
  top: 50%;
  left: 50%;
  background-color: #037f91;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .modal-form-body {
    width: 450px;
    height: 300px;
  }
}
@media (max-width: 992.98px) {
  .modal-form-body {
    width: 450px;
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .modal-form-body {
    width: 350px;
    height: 300px;
  }
}
.modal-form-body .modal-form__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}
.modal-form-body .modal-form__close:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-form-body .modal-form__close:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.form {
  text-align: center;
  height: 55%;
  position: relative;
  top: 15%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.form p {
  font-family: "ConvBold";
  font-size: 22px;
  color: #fff;
  margin: 0px 0px 20px 0px;
}
.form input  {
  display: block;
  margin: 0px auto 20px auto;
  width: 290px;
  height: 40px;
  border-radius: 30px;
  padding: 0px 20px;
}

.form input::-webkit-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.form input::-moz-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.form input:-ms-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.form input::-ms-input-placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
.form input::placeholder {
  color: #d6d6d6;
  font-family: "ConvRegular";
  font-size: 16px;
}
@media (max-width: 1200px) {
  .form input {
    width: 180px;
  }
}
@media (max-width: 400px) {
  .form input {
    width: 150px;
  }
}
.form .submit {
  width: 160px;
  background: none;
  color: #000;
  background-color: #ffcc50;
  border-radius: 30px;
  font-family: "ConvRegular";
  font-size: 14px;
  cursor: pointer;
  margin: 0px auto 0px auto;

  display: block;

  text-align: center;
  border-radius: 30px;
  padding: 15px 10px;
  font-family: "ConvRegular";
  font-size: 18px;
}
}
@media (max-width: 400px) {
  .form .submit {
    margin: 0px auto 0px auto;
  }
}

.modal-form-info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  overflow:auto;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
.modal-form-info.active {
  display: block;
}

.modal-form-info-body {
  position: relative;
  padding: 80px 20px 20px 20px;
  color: #ffffff;
  width: 550px;
  height: auto;
  top: 840px;
  left: 50%;
  background-color: #037f91;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 30px;
  margin-bottom: 50px;
}

.title-20 {
  font-weight: 600;
  font-size: 20px;
}
.custom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-list__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.4em;
}
.custom-list__item:before {
  content: "";
  position: absolute;
  top: calc(.7em - 3px);
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.mb-2 {
  margin-bottom: 20px;
}
.custom-list--red-cross .custom-list__item:before {
  top: calc(.7em - 7px);
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNCAxMi42TDEyLjYgMS40TTEyLjYgMTIuNkwxLjQgMS40IiBzdHJva2U9IiNFRDI4MjgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+) no-repeat 50%;
  background-size: 14px 14px;
}
@media (max-width: 1200px) {
.modal-form-info-body {
    width: 450px;
    top: 440px;
    max-height: 140vw;
    overflow: hidden;
}
.service-details-popup {
    max-height: 110vw;
    overflow: auto;
    padding-right: 10px;
}




}
@media (max-width: 992.98px) {
  .modal-form-info-body {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .modal-form-info-body {
    width: 350px;
  }
}
.modal-form-info-body .modal-form-info__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}
.modal-form-info-body .modal-form-info__close:before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-form-info-body .modal-form-info__close:after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.phone-icon-fix{
  width: 120px;
  height: 120px;
  position:fixed;
  bottom:10px;
  right: 10px;
  cursor:pointer;
}
@media (max-width: 1200px){
  
}
@media (max-width: 767.98px){
  .phone-icon-fix{
    display: none;
  }
}
.pulse {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #98bd00;
  border-radius: 50%;
  position: relative;
}
.pulse-phone {
  position:absolute;
  
  text-align: center;
  width: 80px;
  height: 80px;
  top:20px;
  left:0px;

  animation:phone .9s ease-in-out infinite;

}
.pulse-phone>img{

    width: 40px;
    height: 40px;
  
}
.pulse:before,.pulse:after{
  content:'';
  position:absolute;
  border:6px solid #98bd00;
  left:-20px;
  right: -20px;
  top:-20px;
  bottom:-20px;
  border-radius: 50%;
  animation:pulse 3s linear infinite;
}
.pulse:after{
  animation-delay: 2.5s;
}


@keyframes phone{
  0%,40%,80%,100%{
    transform: rotate(-10deg);
  }
  20%,60%,90%{
    transform: rotate(11deg);
  }


}
@keyframes pulse{
  0%{
    transform: scale(0.5);
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
