@charset "UTF-8";
@font-face {
  font-family: "Circle Regular";
  src: url("/fonts/circle/Circe-Regular.eot");
  src: local("Circe"), local("Circe-Regular"), url("/fonts/circle/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/circle/Circe-Regular.woff") format("woff"), url("/fonts/circle/Circe-Regular.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "FontAwesome Brands";
  src: url("/fonts/fa/fa-brands-400.eot");
  src: local("Font Awesome 5 Free Brands"), local("Font Awesome 5"), url("/fonts/fa/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa/fa-brands-400.woff") format("woff"), url("/fonts/fa/fa-brands-400.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
  font-display: block;
}
:root {
  --font-family: "Mulish", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Roboto", sans-serif;
  --blue: #0073dd;
  --white: #fff;
  --gray: #3f3f3f;
  --gray-opac-50: rgba(63, 63, 63, 0.5);
}

body {
  margin: 0px;
  font-size: 16px;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  color: #000;
  background-color: #f9f9f9 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.input-require {
  position: relative;
}
.input-require::after {
  position: absolute;
  display: inline-block;
  content: "*";
  color: #fe0000;
  font-size: 29px;
  line-height: 30px;
  height: 30px;
  left: 0;
  top: calc(50% - 19px);
  pointer-events: none;
  opacity: 0;
}
.input-require--show::after {
  opacity: 1;
}
.input-require--name::after {
  left: 164px;
}
.input-require--phone::after {
  left: 201px;
}

.mobile {
  display: none;
}

div:after {
  content: "";
  height: auto;
  clear: both;
  display: block;
}

button, input, textarea {
  outline: none;
}

.btn-default {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  height: 60px;
  width: 260px;
  background-color: #51a667;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3019607843);
  cursor: pointer;
  margin-top: 50px;
  transition: all 0.4s;
  border: none;
  cursor: pointer;
}

a.btn-default {
  display: inline-block;
  line-height: 60px;
  text-align: center;
  color: #fff;
}

.btn-white {
  background-color: #ffffff;
  color: #000;
}

.btn-yellow {
  background-color: #fece02;
  color: #000;
}

.btn-default:hover {
  box-shadow: 4px 4px 20px transparent;
  transform: translateY(2px);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 30;
  transition: all 0.4s;
  background-color: transparent;
}
header.shadow {
  /*background-color: #fff;
  -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.18);
  box-shadow: 0 4px 20px rgba(0,0,0,.18);*/
}
header .logo {
  margin: auto;
}
header .logo img {
  width: 100px;
}
header .work, header .phones {
  float: left;
}
header .button {
  float: right;
}
header .work {
  text-align: right;
  color: #6d6d6d;
  font-weight: bold;
  line-height: 25px;
  position: relative;
  padding-top: 5px;
}
header .button {
  margin-left: 10px;
}
header .button .btn {
  font-size: 16px;
  font-weight: bold;
  border: solid 3px #000;
  padding: 18px 10px;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
  transition: all 0.4s;
}
header .button .btn:hover {
  background-color: #000;
  color: #fff;
}
header .whatsapp {
  float: left;
  margin-top: 14px;
  margin-left: 25px;
  line-height: 0;
}
header .btn-whatsapp {
  width: 125px;
  height: 36px;
  display: inline-block;
  background: url(/images/icon-whatsapp.png) no-repeat center center/cover;
  transition: all 0.4s;
}
header .btn-whatsapp:hover {
  opacity: 0.7;
}

header .city-change-block .city-list, .mobile-panel .city-change-block .city-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
header .city-change-block .city-list a, .mobile-panel .city-change-block .city-list a {
  padding: 0 10px;
  border-left: solid 2px #999;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #999;
}
header .city-change-block .city-list li:first-of-type a, .mobile-panel .city-change-block .city-list li:first-of-type a {
  border-left: none;
}
header .city-change-block .city-list li.active a, .mobile-panel .city-change-block .city-list li.active a {
  padding-left: 25px;
  position: relative;
  color: #000;
}
header .city-change-block .city-list li.active a:before, .mobile-panel .city-change-block .city-list li.active a:before {
  font-family: "Circle Regular";
  content: "→";
  font-size: 22px;
  position: absolute;
  left: 7px;
  top: -7px;
}
header .city-change-block .city-list a:hover, .mobile-panel .city-change-block .city-list a:hover {
  color: #00824d;
}
header .phones, .mobile-panel .phones {
  margin-left: 25px;
  font-size: 16px;
  padding-top: 20px;
  line-height: 25px;
}
header .phones .phone, .mobile-panel .phones .phone {
  padding-left: 26px;
  position: relative;
}
header .phones .phone:before, .mobile-panel .phones .phone:before {
  width: 16px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
  background-image: url(/images/phone-icons-sprite.png);
  background-repeat: no-repeat;
}
header .phones .phone.phone-home:before, .mobile-panel .phones .phone.phone-home:before {
  background-position: 0 0;
}
header .phones .phone.phone-mobile:before, .mobile-panel .phones .phone.phone-mobile:before {
  background-position: 0 -36px;
}

.left-content {
  float: left;
}

.right-content {
  float: right;
}

footer {
  background-color: #3b3b3b;
  line-height: 30px;
  font-size: 15px;
  padding: 25px 0;
  color: #afaeae;
  text-align: center;
}
footer a {
  color: #AFAEAE;
  text-decoration: underline;
}
footer a:hover {
  color: #fff;
}

#gotop-btn1 {
  width: 50px;
  height: 50px;
  border-radius: 128px;
  background-color: #51a667;
  box-sizing: border-box;
  position: fixed;
  left: 5%;
  bottom: 50px;
  cursor: pointer;
  z-index: 99;
  box-shadow: 6px 5px 20px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.4s;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  padding-top: 40px;
  transform: translateY(195px) scale(0.2);
  opacity: 0;
}
#gotop-btn1:before {
  content: "↑";
  font-size: 30px;
  font-family: "Circle Regular";
  color: #fff;
  line-height: 20px;
  position: absolute;
  left: calc(50% - 25px);
  top: 14px;
  text-align: center;
  width: 50px;
  font-weight: 600;
}
#gotop-btn1:after {
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 150px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  border: 1px dashed #c7c7c7;
  box-sizing: border-box;
}
#gotop-btn1.show {
  transform: translateY(0px) scale(1);
  opacity: 1;
}
#gotop-btn1:hover {
  background-color: dimgray;
  transform: translateY(-5px);
}
#gotop-btn1 span {
  display: none;
}

#feedback-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
#feedback-popup .window {
  margin: 0 auto;
  max-width: 458px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
  background-color: #fff;
  padding: 23px 30px 30px;
  position: relative;
  margin-top: 25px;
  position: relative;
  box-sizing: border-box;
  transition: all 0.4s;
  transform: scale(0.3);
}
#feedback-popup .window .close-popup {
  width: 44px;
  height: 44px;
  line-height: 44px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  color: #2bc06e;
  position: absolute;
  right: 0;
  top: 0;
}
#feedback-popup .window .close-popup:after, #feedback-popup .window .close-popup:before {
  width: 24px;
  height: 2px;
  background-color: #000;
  position: absolute;
  content: "";
  display: block;
  top: 19px;
  right: 10px;
  cursor: pointer;
}
#feedback-popup .window .close-popup:after {
  transform: rotate(45deg);
}
#feedback-popup .window .close-popup:before {
  transform: rotate(-45deg);
}
#feedback-popup .window .title {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#feedback-popup .window .text {
  text-align: center;
}
#feedback-popup.show {
  opacity: 1;
  pointer-events: auto;
}
#feedback-popup.show .window {
  transform: scale(1);
}

.city-change-block {
  position: relative;
  min-width: 100px;
  display: flex;
}

.block-city-changer {
  position: relative;
}
.block-city-changer-current {
  margin: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: color 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  font-family: var(--font-family);
}
.block-city-changer-current:hover {
  color: --blue;
}
.block-city-changer-list {
  position: absolute;
  padding: 20px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--blue-o50);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
}
.block-city-changer-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-city-changer-list li {
  margin-bottom: 10px;
  font-size: 18px;
}
.block-city-changer-list li:last-of-type {
  margin-bottom: 0;
}
.block-city-changer-list li a.active {
  font-weight: bold;
}
.block-city-changer-list li a {
  color: var(--white);
  text-decoration: none;
}
.block-city-changer-list.show {
  opacity: 1;
  top: 66px;
  pointer-events: auto;
}

.block-lang-changer-mob {
  position: relative;
}
.block-lang-changer-mob-current {
  margin: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: color 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  font-family: var(--font-family);
  color: white;
  font-size: 16px;
}
.block-lang-changer-mob-current:hover {
  color: --blue;
}
.block-lang-changer-mob-list {
  position: absolute;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  bottom: 0;
  right: 0;
  width: 100%;
  background: var(--blue-o50);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  border-top: solid 1px white;
}
.block-lang-changer-mob-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.block-lang-changer-mob-list li {
  margin-bottom: 10px;
  font-size: 18px;
}
.block-lang-changer-mob-list li:last-of-type {
  margin-bottom: 0;
}
.block-lang-changer-mob-list li a.active {
  font-weight: bold;
}
.block-lang-changer-mob-list li a {
  color: var(--white);
  padding: 0 !important;
  font-size: 16px;
  text-decoration: none;
}
.block-lang-changer-mob-list.show {
  opacity: 1;
  bottom: 66px;
  pointer-events: auto;
  text-align: center;
}

#feedback-popup-full {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #cdcdcd;
  top: 0;
  left: 0;
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: opacity 0.4s;
}
#feedback-popup-full.show {
  opacity: 1;
  pointer-events: auto;
}
#feedback-popup-full .pop-up-win {
  width: 750px;
  margin: auto;
  padding: 50px 60px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: #FFF;
  position: relative;
  box-shadow: 0 0 0 #000;
  background-image: url(/images/pop-up-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 5px;
  margin-top: 30px;
}
#feedback-popup-full .pop-up-win .close-pop-up {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/close-pop-up-bg.png);
  transition: color 0.4s;
}
#feedback-popup-full .pop-up-win .close-pop-up:hover {
  color: #51A667;
}
#feedback-popup-full .pop-up-win input, #feedback-popup-full .pop-up-win textarea {
  width: 320px;
  height: 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #EDF1F9;
  border-radius: 5px;
  border: rgba(0, 0, 0, 0) solid 1px;
  padding-left: 60px;
  font-size: 17px;
  padding-right: 10px;
  background-image: url(/images/pop-up-sprite.png);
  background-repeat: no-repeat;
  box-shadow: inset 3px 5px 20px rgba(0, 0, 0, 0.2509803922);
}
#feedback-popup-full .pop-up-win input.error, #feedback-popup-full .pop-up-win textarea.error {
  border: rgb(255, 0, 0) solid 1px;
}
#feedback-popup-full .pop-up-win input[name=name] {
  background-position: 18px 18px;
}
#feedback-popup-full .pop-up-win input[name=phone] {
  background-position: 18px -46px;
}
#feedback-popup-full .pop-up-win input[name=email] {
  background-position: 18px -112px;
}
#feedback-popup-full .pop-up-win textarea {
  resize: none;
  height: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url(/images/pop-up-textarea-bg.png);
  background-repeat: no-repeat;
  background-position: 17px 17px;
}
#feedback-popup-full .pop-up-win .title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#feedback-popup-full .pop-up-win .undertitle {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}
#feedback-popup-full .pop-up-win .select-city-block {
  width: 320px;
  margin-bottom: 40px;
}
#feedback-popup-full .pop-up-win .select-city-block .nt {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
#feedback-popup-full .pop-up-win .select-city-block .items .item {
  float: left;
  margin-right: 15px;
  width: 100%;
}
#feedback-popup-full .pop-up-win .select-city-block .items .item input {
  display: none;
}
#feedback-popup-full .pop-up-win .select-city-block .items .item label {
  font-size: 14px;
  padding-left: 30px;
  line-height: 22px;
  position: relative;
  background-image: url(/images/radio-btn-bg.png);
  background-repeat: no-repeat;
  background-position: 1px center;
  display: table;
  cursor: pointer;
}
#feedback-popup-full .pop-up-win .select-city-block .items .item input:checked + label {
  background-image: url(/images/radio-btn-bg-active.png);
}
#feedback-popup-full .pop-up-win .select-city-block .items .item + .item {
  margin-top: 6px;
}
#feedback-popup-full .pop-up-win button {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 5px;
  height: 50px;
  width: 320px;
  background-color: #51A667;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.30196);
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.4s;
  border: none;
}
#feedback-popup-full .pop-up-win button:hover {
  transform: translateY(5px);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0);
}
#feedback-popup-full .thanks {
  display: none;
}

.error-page {
  padding: 150px 0 70px;
}
.error-page h1 {
  margin-top: 0;
}

.review-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999999;
  transition: opacity 0.4s;
  overflow: auto;
  background: #cdcdcd;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}
.review-modal.show {
  opacity: 1;
  pointer-events: auto;
}
.review-modal__wrapper {
  width: 750px;
  margin: auto;
  padding: 50px 60px;
  margin-bottom: 50px;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 0 #000;
  background-image: url(/images/pop-up-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  border-radius: 5px;
  margin-top: 30px;
}
.review-modal__title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.review-modal__close-btn {
  position: absolute;
  font-weight: bold;
  cursor: pointer;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/close-pop-up-bg.png);
  transition: color 0.4s;
}
.review-modal__input {
  width: 320px;
  height: 60px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background-color: #EDF1F9;
  border-radius: 5px;
  padding-left: 20px;
  border: rgba(0, 0, 0, 0) solid 1px;
  font-size: 17px;
  background-repeat: no-repeat;
  box-shadow: inset 3px 5px 20px rgba(0, 0, 0, 0.2509803922);
}
.review-modal__input.error {
  border: rgb(255, 0, 0) solid 1px;
}
.review-modal textarea {
  padding-top: 15px;
  height: 100px;
  resize: none;
  font-family: Arial, sans-serif;
}
.review-modal__button {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  height: 50px;
  width: 320px;
  background-color: #51a667;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.30196);
  cursor: pointer;
  margin-top: 0;
  transition: all 0.4s;
  border: none;
}
.review-modal__button:hover {
  transform: translateY(5px);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0);
}
.review-modal__button[disabled=disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.review-modal-file {
  margin-bottom: 20px;
}
.review-modal-file__label {
  font-size: 16px;
  margin-bottom: 10px;
}
.review-modal-file__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  border: none;
  padding: 0;
  opacity: 0;
}
.review-modal-file__button {
  padding: 5px 10px 7px;
  background-color: #51a667;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.4s;
}
.review-modal-file__button:hover {
  background-color: #478e4f;
}
.review-modal__result {
  display: none;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 140px;
}/*# sourceMappingURL=style.css.map */