@charset "UTF-8";
/* шрифти */
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;1,300&display=swap'); */
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("../fonts/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("../fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("../fonts/Gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("../fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("../fonts/Gilroy/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* /шрифти */
/* setting */
/* /setting */
/* reset css */
html,
body {
  overflow-x: hidden;
}
html.stop-scroll,
body.stop-scroll {
  overflow: hidden;
}
html.menu-open .additional-menu-section,
body.menu-open .additional-menu-section {
  z-index: 0;
}

body {
  padding-right: 0px !important;
  font-weight: 400;
  background: #1f2630;
}

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

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0;
  outline-offset: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
}
input:active, input:focus,
button:active,
button:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: 0;
  outline-offset: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  border: none;
  background: none;
}
button:active, button:focus {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* /reset css */
/* browser element */
::-moz-selection {
  background: #181919;
  color: #fff;
}
::selection {
  background: #181919;
  color: #fff;
}

::-moz-selection {
  background: #181919;
  color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fb660e;
  height: 80px;
  border-radius: 0;
}

::-webkit-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

:-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

:-ms-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
}

/* /browser element */
section {
  position: relative;
  z-index: 0;
}

.content {
  max-width: 1404px;
  padding: 0 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-group .btn + .btn {
  margin-left: 20px;
}
.btn-group .btn + .link {
  margin-left: 35px;
}

.btn {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 15px;
  cursor: pointer;
}
.btn.size-big {
  font-size: 17px;
  font-weight: 600;
}
.btn.size-medium {
  font-size: 15px;
  font-weight: 500;
}
.btn.btn-orange {
  color: #fff;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
}
.btn.btn-black {
  color: #fff;
  background: #272f3a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-black:hover {
  background: #374250;
}
.btn.btn-border {
  border: 1px solid #dddde3;
  color: #181919;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 20px;
}
.btn.btn-border:hover {
  border-color: #fff;
  color: #fff;
}
.btn.btn-border:hover:before {
  opacity: 1;
}
.btn.btn-white {
  color: #fb660e;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-white:hover {
  color: #fff;
  background: #1f2630;
}
.btn.btn-gray {
  color: #454960;
  background: #f4f3f5;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-gray:hover {
  color: #fff;
  background: #374250;
}
.btn.btn-arrow:after {
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: -17px;
  background-image: url("../img/icon/services/mini-arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn.btn-arrow:hover:after {
  opacity: 1;
  left: 5px;
  margin-right: 0;
}

.link {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}
.link.link-arrow:after {
  content: "";
  position: relative;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-image: url("../img/icon/services/mini-arrow-btn.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.link.link-arrow:hover:after {
  left: 5px;
}

[data-action=modal] {
  cursor: pointer;
}

.s-message {
  display: none;
}

.title-content .subtitle {
  font-size: 21px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.title-content .title {
  font-size: 42px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}
.title-content p {
  font-size: 15px;
  color: #bfbfcd;
  margin-bottom: 35px;
  line-height: 150%;
}
.title-content p a {
  color: #fb660e;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.title-content p a:hover {
  color: #fff;
}

.tooltip {
  position: relative;
  display: inline;
}
.tooltip.tooltip-text {
  top: -3px;
  left: -2px;
  margin-right: -3px;
}
.tooltip.tooltip-text .tooltip-info {
  width: 350px;
  padding: 6px 10px 8px 10px;
  left: -168px;
  top: 30px;
}
.tooltip.tooltip-text:hover .tooltip-info {
  top: 25px;
}
.tooltip .tooltip-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* path {
      @include transition-default;
    } */
}
.tooltip .tooltip-icon.black:before {
  background: url("../img/icon/tooltip-black.svg");
}
.tooltip .tooltip-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/icon/tooltip.svg");
}
.tooltip .tooltip-info {
  position: absolute;
  top: 26px;
  left: -20px;
  width: 270px;
  padding: 6px 10px 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: #000;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tooltip .tooltip-info:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.tooltip:hover .tooltip-icon {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  /*  path {
       fill: #fff;
     } */
}
.tooltip:hover .tooltip-info {
  top: 50px;
  opacity: 1;
  visibility: visible;
}

.radio-block,
.checkbox-block {
  position: relative;
  margin-bottom: 15px;
}
.radio-block.w-50,
.checkbox-block.w-50 {
  width: 48%;
}
.radio-block.w-30,
.checkbox-block.w-30 {
  width: 30%;
  margin-right: 3%;
}
.radio-block.w-100,
.checkbox-block.w-100 {
  width: 100%;
}
.radio-block input,
.checkbox-block input {
  display: none;
}
.radio-block label,
.checkbox-block label {
  display: block;
  width: 100%;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.radio-block label .circle,
.checkbox-block label .circle {
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border-radius: 100px;
  background: #1f2630;
  border: 1px solid #1f2630;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.radio-block label .circle:before,
.checkbox-block label .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -300%);
      -ms-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  width: 8px;
  height: 8px;
  background: url("../img/icon/check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.radio-block label:hover .circle,
.checkbox-block label:hover .circle {
  border-color: #344051;
}
.radio-block input:checked ~ label,
.checkbox-block input:checked ~ label {
  border-color: #fb660e;
}
.radio-block input:checked ~ label .circle,
.checkbox-block input:checked ~ label .circle {
  background: #fb660e;
}
.radio-block input:checked ~ label .circle:before,
.checkbox-block input:checked ~ label .circle:before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.radio-block input:checked ~ .parent-checkbox,
.checkbox-block input:checked ~ .parent-checkbox {
  pointer-events: all;
  opacity: 1;
}

.checkbox-block label .circle {
  border-radius: 7px !important;
}

.range-group .title-input {
  color: #aeb5be;
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}
.range-group .range-value {
  font-size: 13px;
  color: #aeb5be;
  position: relative;
  display: inline;
}
.range-group .range-value .tick-slider-value {
  color: #aeb5be;
  display: inline;
}
.range-group .range-value .tick-slider-value div {
  display: inline;
}
.range-group .range-slider {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  /*

  						REMOVE SLIDER STYLE DEFAULTS

  					*/
  /*

  	HANDLE

  */
  /* input[type="range"]:hover::-webkit-slider-thumb,
  		input[type="range"]:focus::-webkit-slider-thumb {
  		   // transform: scale(1.2);
  		} */
  /*

  	TRACK

  */
}
.range-group .range-slider.placing-range {
  z-index: 1;
  margin: 0 !important;
  width: 45%;
}
.range-group .range-slider .tick-slider {
  position: relative;
  width: 100%;
}
.range-group .range-slider .tick-slider-value-container {
  position: relative;
  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;
  margin-top: 10px;
  font-size: 13px;
  color: #aeb5be;
}
.range-group .range-slider .tick-slider-value {
  position: absolute;
  top: -47px;
  color: #aeb5be;
}
.range-group .range-slider .tick-slider-value > div {
  -webkit-animation: bulge 0.3s ease-out;
          animation: bulge 0.3s ease-out;
}
.range-group .range-slider .tick-slider-background,
.range-group .range-slider .tick-slider-progress,
.range-group .range-slider .tick-slider-tick-container {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 6px;
  pointer-events: none;
  border-radius: 4px;
  z-index: -1;
}
.range-group .range-slider .tick-slider-background {
  width: 100%;
  background-color: #5e6979;
}
.range-group .range-slider .tick-slider-progress {
  background: #fb660e;
}
.range-group .range-slider .tick-slider-tick-container {
  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;
  padding: 7px;
  display: none;
}
.range-group .range-slider .tick-slider-tick {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}
.range-group .range-slider .tick-slider-label {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.range-group .range-slider .tick-slider-label.hidden {
  opacity: 1;
}
@-webkit-keyframes bulge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bulge {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.range-group .range-slider input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  margin: 5px 0;
}
.range-group .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
}
.range-group .range-slider input[type=range]:focus {
  outline: none;
}
.range-group .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.range-group .range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  background: #f0f1f6;
  border: 3px solid #fb660e;
  border-radius: 50px;
  cursor: pointer;
  margin-top: -9px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.range-group .range-slider input[type=range]:hover::-webkit-slider-thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.range-group .range-slider input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  background: #12e500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  -moz-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.range-group .range-slider input[type=range]:hover::-moz-range-thumb,
.range-group .range-slider input[type=range]:focus::-moz-range-thumb {
  transform: scale(1.2);
}
.range-group .range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: none;
  border-radius: 4px;
}
.range-group .range-slider input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: none;
  border-radius: 4px;
}
.range-group .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: none;
}
.range-group .range-slider input[type=range]:active::-webkit-slider-runnable-track {
  background: none;
}

.range-group + .step-title {
  margin-top: 50px;
}

form .error-input {
  font-size: 12px;
  color: #c62218;
  position: absolute;
  bottom: -18px;
  left: 0;
  font-weight: 500;
}
form div.error label {
  color: #c62218 !important;
}
form div.error [data-required=true] {
  border-bottom: 1px solid #c62218 !important;
  -webkit-animation: moveInput 0.5s linear both;
          animation: moveInput 0.5s linear both;
}

.pagination-page {
  margin-top: 20px;
  width: 100%;
}
.pagination-page .pagination {
  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;
}
.pagination-page .pagination li {
  margin: 0 5px;
}
.pagination-page .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  color: #454960;
  font-size: 18px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-page .pagination a:hover {
  color: #fb660e;
}
.pagination-page .pagination a.active {
  border-radius: 100px;
  background: #f7f7f7;
  color: #454960 !important;
}
.pagination-page .pagination a.page-prev {
  width: auto;
  margin-right: 25px;
  color: #454960 !important;
  position: relative;
}
.pagination-page .pagination a.page-prev:before {
  content: "";
  position: absolute;
  top: 51%;
  left: -25px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%) scale(-1, -1);
      -ms-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
  background: url("../img/reviews/arrow.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-page .pagination a.page-prev:hover:before {
  opacity: 1;
  visibility: visible;
  left: -45px;
}
.pagination-page .pagination a.page-next {
  width: auto;
  margin-left: 25px;
  color: #454960 !important;
  position: relative;
}
.pagination-page .pagination a.page-next:before {
  content: "";
  position: absolute;
  top: 51%;
  right: -25px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/reviews/arrow.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination-page .pagination a.page-next:hover:before {
  opacity: 1;
  visibility: visible;
  right: -45px;
}
.pagination-page .pagination a.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.pagination-page .pagination a.disabled:before {
  content: none;
}

.modal .form .error-input {
  font-size: 12px;
  color: #ff5b5b;
  position: absolute;
  bottom: -18px;
  left: 0;
  font-weight: 500;
}
.modal .form div.error label {
  color: #ff5b5b;
}
.modal .form div.error [data-required=true] {
  border-bottom: 1px solid #ff5b5b;
  -webkit-animation: moveInput 0.5s linear both;
          animation: moveInput 0.5s linear both;
}

@-webkit-keyframes moveInput {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  20% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveInput {
  0% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  20% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  40% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (max-width: 991px) {
  .btn-group .btn + .link {
    margin-left: 25px;
  }
  .btn.size-big {
    font-size: 15px;
  }
  .link {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 0 18px;
  }
  .tooltip .tooltip-info {
    width: 100%;
    left: 0;
  }
  .title-content .subtitle {
    font-size: 18px;
  }
  .title-content p {
    font-size: 14px;
    line-height: 140%;
  }
  .title-content .title {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .title-content .description {
    font-size: 14px;
    line-height: 140%;
  }
  .btn-group .btn + .link {
    margin-left: 20px;
  }
  .btn.size-big {
    font-size: 14px;
  }
  .link {
    font-size: 14px;
  }
  .pagination-page {
    margin-top: 0;
  }
  .pagination-page .pagination a {
    font-size: 15px;
  }
  .pagination-page .pagination a.page-prev {
    margin-right: 5px;
  }
  .pagination-page .pagination a.page-prev:before {
    opacity: 1;
    visibility: visible;
    width: 13px;
    left: -20px;
    height: 13px;
    background-size: 13px !important;
  }
  .pagination-page .pagination a.page-prev:hover {
    left: -20px;
  }
  .pagination-page .pagination a.page-next {
    margin-left: 5px;
  }
  .pagination-page .pagination a.page-next:before {
    opacity: 1;
    visibility: visible;
    width: 13px;
    right: -20px;
    height: 13px;
    background-size: 13px !important;
  }
  .pagination-page .pagination a.page-next:hover {
    right: -20px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0 25px 0;
  z-index: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  /* .mail-block {
     a {
       color: $black;
       font-size: 14px;
       font-weight: 500;
     }
     display: none;
   } */
}
header .btn-menu {
  display: none;
}
header.start-scroll {
  position: fixed;
  background: #1f2630;
}
header.start-scroll.bg-gray {
  background: #f7f7f7;
}
header.start-scroll.bg-white {
  background: #fff;
}
header.main-fixed-active {
  z-index: 3;
}
header .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .logo-block {
  width: 175px;
}
header .logo-block .logo-link {
  width: 100%;
}
header .logo-block .logo-link svg {
  width: 100%;
  height: auto;
}
header .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 175px);
}
header .menu-block {
  width: calc(100% - 175px);
  padding: 0 20px;
}
header .menu-block .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
header .menu-block .menu-nav .menu-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fff;
  margin: 0 15px;
}
header .menu-block .menu-nav .menu-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .menu-block .menu-nav .menu-link:hover, header .menu-block .menu-nav .menu-link.active {
  color: #fff;
}
header .menu-block .menu-nav .menu-link:hover:before, header .menu-block .menu-nav .menu-link.active:before {
  left: 0;
  width: 100%;
}
header .menu-block .menu-nav .menu-link .count {
  position: relative;
  top: -7px;
  font-weight: 500;
  font-size: 12px;
}
header .phone-block {
  width: 175px;
  text-align: right;
}
header .phone-block a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .phone-block a:hover {
  color: #bfbfcd;
}
header .phone-block a + a {
  display: none;
}
header .phone-block .hint-text {
  display: none;
  color: #929395;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}
header.color-black .logo-block #text path {
  fill: #1f2630;
}
header.color-black .menu-block .menu-nav .menu-link {
  color: #1f2630;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header.color-black .menu-block .menu-nav .menu-link:hover {
  color: #fb660e;
}
header.color-black .phone-block a {
  color: #1f2630;
}
header.color-black .phone-block a:hover {
  color: #fb660e;
}
header .check-hours {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.breadcrumb-nav {
  position: absolute;
  top: 120px;
  margin-bottom: 50px;
  width: 100%;
}
.breadcrumb-nav.breadcrumb-white li + li:before {
  color: #767a7e;
}
.breadcrumb-nav.breadcrumb-white a {
  color: #767a7e;
}
.breadcrumb-nav.breadcrumb-white a:hover {
  color: #181919;
}
.breadcrumb-nav ul {
  padding: 0;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.breadcrumb-nav li {
  font-size: 13px;
  color: #fb660e;
  font-weight: 500;
  position: relative;
}
.breadcrumb-nav li + li {
  margin-left: 7px;
}
.breadcrumb-nav li + li:before {
  content: "•";
  position: relative;
  display: inline-block;
  padding-right: 7px;
  font-size: 14px;
  color: #aeb5be;
  font-weight: 500;
}
.breadcrumb-nav a {
  font-size: 13px;
  font-weight: 500;
  color: #aeb5be;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.breadcrumb-nav a:hover {
  color: #fff;
}

@media only screen and (max-width: 1220px) {
  header .logo-block {
    width: 130px;
  }
  header .menu-content {
    width: calc(100% - 130px);
  }
  header .menu-block {
    width: calc(100% - 130px);
  }
  header .phone-block {
    width: 130px;
  }
  header .phone-block a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1150px) {
  header .menu-content {
    width: calc(100% - 130px);
  }
  header .menu-block {
    width: calc(100% - 130px);
    padding: 0 10px;
  }
  header .menu-block .menu-nav .menu-link {
    font-size: 14px;
    margin: 0 7px;
  }
}
@media only screen and (max-width: 991px) {
  header {
    /* .mail-block {
        width: 150px;
        text-align: left;
        display: block;
        padding-left: 13px;
        margin-right: auto;
      } */
  }
  header .logo-block {
    z-index: 2;
  }
  header.menu-active .menu-content {
    pointer-events: all;
  }
  header.menu-active .phone-block {
    pointer-events: all;
  }
  header .menu-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    padding-left: 22px;
    padding-right: 22px;
    pointer-events: none;
  }
  header .bg-menu {
    position: absolute;
    /*top: 0;
       left: 0;
        transform: translateX(-100px);
       width: 0%;
       height: 100%;
       background: $black; */
    top: 25px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    background: #fff;
    z-index: -1;
  }
  header .menu-block {
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
  header .menu-block .menu-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .menu-block .menu-nav .menu-link {
    font-size: 24px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  header .menu-block .menu-nav .menu-link .count {
    top: -15px;
  }
  header .phone-block {
    /* position: absolute;
       top: 39px;
       left: 20px; */
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    pointer-events: none;
    /* 	a {
    	color: $black !important;
    } */
  }
  header .phone-block a + a {
    display: inline-block;
    margin-left: 20px;
  }
  header .phone-block .hint-text {
    width: 100%;
    display: block;
  }
  header .check-hours {
    margin-right: 3px;
  }
  header .btn-menu {
    width: 46px;
    height: 46px;
    position: relative;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header .btn-menu span {
    display: block;
    width: 20px;
    height: 0.1rem;
    background: #181919;
  }
  header .btn-menu span:nth-child(2) {
    margin: 3px 0;
  }
  header.color-black {
    /* &.menu-active {
    	.logo-block {
    		#text {
    			path {
    				fill: $white;
    			}
    		}
    	}
    	.menu-block {
    		.menu-nav {
    			.menu-link {
    				color: $white !important;
    			}
    		}
    	}
    } */
  }
  header.color-black .bg-menu {
    background: #181919;
  }
  header.color-black .btn-menu {
    background: #181919;
  }
  header.color-black .btn-menu span {
    background: #fff;
  }
}
@media only screen and (max-width: 767px) {
  header.main-fixed-active {
    padding: 10px 0;
  }
  header.main-fixed-active .bg-menu {
    top: 10px;
  }
  header .menu-block {
    margin-bottom: 15px;
  }
  header .bg-menu {
    right: 18px;
  }
  header .phone-block .check-hours {
    margin-right: 0;
    left: -10px;
    margin-right: -5px;
  }
  header .phone-block a {
    position: relative;
  }
  header .phone-block a + a {
    width: 100%;
    margin-left: 5px;
    margin-top: 8px;
  }
  .breadcrumb-nav {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .breadcrumb-nav li {
    display: none;
    margin: 0 !important;
  }
  .breadcrumb-nav li.show {
    display: block;
  }
  .breadcrumb-nav li.show:before {
    content: "🠔" !important;
    padding-right: 7px !important;
  }
  .breadcrumb-nav li:before {
    color: #aeb5be !important;
  }
  .breadcrumb-nav.breadcrumb-white li:before {
    color: #aeb5be !important;
  }
}
.quize-section {
  padding-top: 150px;
  padding-bottom: 180px;
}
.quize-section .title-content {
  width: 100%;
  max-width: calc(100% - 450px - 60px);
}
.quize-section .title-content.title-inner {
  max-width: calc(100% - 315px - 70px);
}
.quize-section .title-content.title-inner p {
  max-width: 100%;
}
.quize-section .title-content .title {
  margin-bottom: 20px;
}
.quize-section .title-content p {
  max-width: 662px;
}
.quize-section .quize-subtitle {
  width: 450px;
  height: 145px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.quize-section .quize-subtitle.subtitle-inner {
  width: 315px;
  height: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quize-section .quize-subtitle.subtitle-inner p {
  padding: 30px 18px 10px 40px;
}
.quize-section .quize-subtitle:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #283242;
  border-radius: 100%;
  -webkit-transform: rotate(3.23deg);
      -ms-transform: rotate(3.23deg);
          transform: rotate(3.23deg);
  z-index: -1;
}
.quize-section .quize-subtitle p {
  padding: 42px 42px 47px 64px;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
}
.quize-section .quize-subtitle a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fb660e;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-subtitle a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.quize-section .quize-subtitle a:hover, .quize-section .quize-subtitle a.active {
  color: #fff;
}
.quize-section .quize-subtitle a:hover:before, .quize-section .quize-subtitle a.active:before {
  left: 0;
  width: 100%;
}
.quize-section .quize-form {
  margin-top: 50px;
  background: #141920;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  min-height: 530px;
  color: #fff;
}
.quize-section .quize-form .quize-left {
  width: calc(100% - 345px);
  padding: 50px 52px 50px 68px;
  border: 1px solid #344051;
  border-right: none;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.quize-section .quize-form .quize-title {
  display: block;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.quize-section .quize-form .quize-description {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #b4b6c7;
  margin-bottom: 30px;
}
.quize-section .quize-form .quiz-form {
  width: 100%;
  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;
}
.quize-section .quize-form .quize-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* &.active-value {

     } */
}
.quize-section .quize-form .quize-content.quize-hidden {
  display: none;
}
.quize-section .quize-form .quize-content.quize-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quize-section .quize-form form {
  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;
}
.quize-section .quize-form .radio-block,
.quize-section .quize-form .checkbox-block {
  margin-bottom: 24px;
}
.quize-section .quize-form .radio-block.w-50,
.quize-section .quize-form .checkbox-block.w-50 {
  width: 48%;
}
.quize-section .quize-form .radio-block.w-100,
.quize-section .quize-form .checkbox-block.w-100 {
  width: 100%;
}
.quize-section .quize-form .radio-block input,
.quize-section .quize-form .checkbox-block input {
  display: none;
}
.quize-section .quize-form .radio-block label,
.quize-section .quize-form .checkbox-block label {
  display: block;
  width: 100%;
  border: 1px solid #364151;
  border-radius: 7px;
  font-size: 17px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .radio-block label .circle,
.quize-section .quize-form .checkbox-block label .circle {
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background: #1f2630;
  border: 1px solid #1f2630;
  margin-right: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.quize-section .quize-form .radio-block label .circle:before,
.quize-section .quize-form .checkbox-block label .circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -300%);
      -ms-transform: translate(-50%, -300%);
          transform: translate(-50%, -300%);
  width: 8px;
  height: 8px;
  background: url("../img/icon/check-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
.quize-section .quize-form .radio-block label:hover,
.quize-section .quize-form .checkbox-block label:hover {
  background: #1f2630;
}
.quize-section .quize-form .radio-block label:hover .circle,
.quize-section .quize-form .checkbox-block label:hover .circle {
  border-color: #364151;
}
.quize-section .quize-form .radio-block input:checked ~ label,
.quize-section .quize-form .checkbox-block input:checked ~ label {
  border-color: #fb660e;
}
.quize-section .quize-form .radio-block input:checked ~ label .circle,
.quize-section .quize-form .checkbox-block input:checked ~ label .circle {
  background: #fb660e;
}
.quize-section .quize-form .radio-block input:checked ~ label .circle:before,
.quize-section .quize-form .checkbox-block input:checked ~ label .circle:before {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
.quize-section .quize-form .radio-block input:checked ~ .parent-checkbox,
.quize-section .quize-form .checkbox-block input:checked ~ .parent-checkbox {
  pointer-events: all;
  opacity: 1;
}
.quize-section .quize-form .checkbox-block label .circle {
  border-radius: 7px !important;
}
.quize-section .quize-form .input-group {
  position: relative;
  margin-bottom: 24px;
}
.quize-section .quize-form .input-group.parent-checkbox {
  margin-bottom: 0;
  margin-top: 24px;
  pointer-events: none;
  opacity: 0.4;
}
.quize-section .quize-form .input-group.parent-checkbox label {
  border: none;
}
.quize-section .quize-form .input-group.parent-checkbox input {
  display: block;
}
.quize-section .quize-form .input-group.input-privacy {
  -ms-flex-item-align: center;
      align-self: center;
}
.quize-section .quize-form .input-group.w-100 {
  width: 100%;
}
.quize-section .quize-form .input-group.w-50 {
  width: 48%;
}
.quize-section .quize-form .input-group label {
  font-size: 17px;
  color: #fff;
  width: auto;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 10px;
  border-radius: 7px;
  padding: 5px 15px;
  z-index: 2;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none;
}
.quize-section .quize-form .input-group label.focus-input {
  color: #b4b6c7;
}
.quize-section .quize-form .input-group label.active-input {
  background: #1f2630;
  top: -12px;
  left: 15px;
  font-size: 12px;
}
.quize-section .quize-form .input-group input,
.quize-section .quize-form .input-group textarea {
  width: 100%;
  border: 1px solid #364151;
  border-radius: 7px;
  background: none;
  color: #fff;
  font-size: 17px;
  resize: none;
  position: relative;
  z-index: 1;
  padding: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .input-group input:hover,
.quize-section .quize-form .input-group textarea:hover {
  background: #1f2630;
}
.quize-section .quize-form .input-group p {
  color: #aaaab4;
  font-size: 13px;
  line-height: 150%;
}
.quize-section .quize-form .input-group p a {
  display: inline-block;
  position: relative;
  color: #aaaab4;
}
.quize-section .quize-form .input-group p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #aaaab4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.quize-section .quize-form .input-group p a:hover:before, .quize-section .quize-form .input-group p a.active:before {
  right: 0;
  width: 0;
}
.quize-section .quize-form .input-group .btn {
  width: 100%;
}
.quize-section .quize-form .quize-progress {
  margin-top: auto;
  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;
}
.quize-section .quize-form .quize-progress .progress-block {
  font-size: 13px;
  color: #fff;
  width: 100%;
  max-width: 60%;
  position: relative;
  top: -3px;
}
.quize-section .quize-form .quize-progress .progress-percent {
  position: relative;
  top: 1px;
  font-size: 15px;
  font-weight: 500;
  color: #fb660e;
  margin-left: 3px;
}
.quize-section .quize-form .progress {
  margin-top: 16px;
  display: block;
  height: 7px;
  width: 100%;
  background: #374151;
  border-radius: 13px;
  position: relative;
}
.quize-section .quize-form .progress .progress-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  border-radius: 13px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.quize-section .quize-form .progress-btn.first-quize .quize-prev {
  display: none;
}
.quize-section .quize-form .progress-btn.last-quize .quize-next {
  display: none;
}
.quize-section .quize-form .progress-btn.last-quize .quize-prev {
  width: 228px;
  border-radius: 15px;
}
.quize-section .quize-form .progress-btn.last-quize .quize-prev span {
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
  width: auto;
}
.quize-section .quize-form .progress-btn.last-quize .quize-prev path {
  fill: #fff;
}
.quize-section .quize-form .progress-btn .quize-prev {
  width: 57px;
  height: 57px;
  border: 1px solid #747f8e;
  border-radius: 100px;
  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;
  cursor: pointer;
  margin-right: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .progress-btn .quize-prev span {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .progress-btn .quize-prev path {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .progress-btn .quize-prev:hover {
  border-color: #364151;
  background: #1f2630;
}
.quize-section .quize-form .progress-btn .quize-prev:hover path {
  fill: #fff;
}
.quize-section .quize-form .progress-btn .btn {
  width: 210px;
  opacity: 0.5;
  pointer-events: none;
}
.quize-section .quize-form .progress-btn .btn.active-btn {
  opacity: 1;
  pointer-events: auto;
}
.quize-section .quize-form .quize-right {
  width: 345px;
  padding: 35px 25px;
  border: 1px solid #344051;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #191f27;
}
.quize-section .quize-form .quize-right-subtitle {
  font-size: 15px;
  color: #fff;
  margin-bottom: 35px;
}
.quize-section .quize-form .quize-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  width: 100%;
  font-size: 13px;
  background: #1f2630;
  border: 1px solid #1f2630;
  margin-bottom: 15px;
  border-radius: 15px;
  cursor: pointer;
  padding: 15px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .quize-nav .quiz-selected-text {
  margin-left: 3px;
}
.quize-section .quize-form .quize-nav.active-nav {
  border-color: #fb660e !important;
  background: #272f3b;
}
.quize-section .quize-form .quize-nav.lock {
  color: #a2aebd;
  pointer-events: none;
}
.quize-section .quize-form .quize-nav.lock .icon:before {
  background: url("../img/quize/lock.svg");
  background-repeat: no-repeat;
}
.quize-section .quize-form .quize-nav.edit {
  color: #fff;
}
.quize-section .quize-form .quize-nav.edit span {
  font-style: italic;
}
.quize-section .quize-form .quize-nav.edit .icon {
  background: none;
  border-color: #272f3b;
}
.quize-section .quize-form .quize-nav.edit .icon:before {
  background: url("../img/quize/edit.svg");
  background-repeat: no-repeat;
}
.quize-section .quize-form .quize-nav.edit:hover {
  background: #272f3b;
}
.quize-section .quize-form .quize-nav .icon {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #262f3a;
  border: 1px solid #374250;
  margin-left: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .quize-nav .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.quize-section .quize-form .quize-nav:hover {
  border-color: #344051;
}
.quize-section .quize-form .cto-block {
  margin-top: auto;
}
.quize-section .quize-form .cto-block .cto-title {
  font-size: 13px;
  color: #b4b6c7;
  display: block;
  margin-bottom: 10px;
}
.quize-section .quize-form .cto-block .cto-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.quize-section .quize-form .cto-block .cto-member:before {
  content: "";
  position: absolute;
  right: 45px;
  top: -20px;
  width: 30px;
  height: 43px;
  background: url("../img/quize/arrow-hint.svg");
  background-repeat: no-repeat;
}
.quize-section .quize-form .cto-block .cto-member img {
  border-radius: 100px;
}
.quize-section .quize-form .cto-block .cto-member .member-info {
  margin-left: 12px;
}
.quize-section .quize-form .cto-block .cto-member .member-info a {
  display: block;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.quize-section .quize-form .cto-block .cto-member .member-info a:hover {
  color: #fb660e;
}
.quize-section .quize-form .cto-block .cto-member .member-info span {
  font-size: 13px;
  color: #b4b6c7;
}

@media only screen and (max-width: 991px) {
  .quize-section {
    padding-bottom: 100px;
  }
  .quize-section .title-content {
    max-width: 100%;
  }
  .quize-section .title-content.title-inner {
    max-width: 100%;
  }
  .quize-section .quize-subtitle {
    margin-right: auto;
  }
  .quize-section .quize-subtitle.subtitle-inner {
    margin-left: 0;
  }
  .quize-section .quize-form .radio-block.w-50 {
    width: 100%;
  }
  .quize-section .quize-form .checkbox-block.w-50 {
    width: 100%;
  }
  .quize-section .quize-form .input-group.w-50 {
    width: 100%;
  }
  .quize-section .quize-form .quize-progress {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .quize-section .quize-form .quize-progress .progress-block {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .quize-section .quize-form .quize-progress .btn-group {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .quize-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .quize-section .title-content .title {
    margin-bottom: 12px;
  }
  .quize-section .title-content p {
    margin-bottom: 25px;
  }
  .quize-section .quize-subtitle {
    display: none;
    width: 100%;
    height: 125px;
  }
  .quize-section .quize-subtitle p {
    font-size: 12px;
    line-height: 140%;
    padding: 40px 25px 20px 40px;
  }
  .quize-section .quize-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .quize-section .quize-form .quize-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .quize-section .quize-form .quize-description {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .quize-section .quize-form .radio-block {
    margin-bottom: 15px;
  }
  .quize-section .quize-form .radio-block label {
    font-size: 14px;
    padding: 10px;
  }
  .quize-section .quize-form .radio-block label .circle {
    margin-right: 10px;
  }
  .quize-section .quize-form .checkbox-block {
    margin-bottom: 15px;
  }
  .quize-section .quize-form .checkbox-block label {
    font-size: 14px;
    padding: 10px;
  }
  .quize-section .quize-form .checkbox-block label .circle {
    margin-right: 10px;
  }
  .quize-section .quize-form .input-group label {
    font-size: 14px;
  }
  .quize-section .quize-form .input-group textarea {
    font-size: 14px;
  }
  .quize-section .quize-form .input-group input {
    font-size: 14px;
  }
  .quize-section .quize-form .progress-btn {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .quize-section .quize-form .progress-btn .quize-next {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .quize-section .quize-form .progress-btn.first-quize {
    width: 100%;
  }
  .quize-section .quize-form .progress-btn.first-quize .quize-next {
    width: 100%;
  }
  .quize-section .quize-form .progress-btn.last-quize {
    margin-right: auto;
    margin-left: 0;
  }
  .quize-section .quize-form .progress-btn.last-quize .quize-prev {
    margin-right: auto;
    margin-left: 0;
    width: 150px;
  }
  .quize-section .quize-form .progress-btn .btn-arrow:after {
    opacity: 1;
    left: 5px;
    margin-right: 0;
  }
  .quize-section .quize-form .quize-left {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
  }
  .quize-section .quize-form .quize-right {
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 20px 20px;
  }
  .quize-section .quize-form .cto-block {
    max-width: 300px;
    margin-top: 25px;
  }
  .quize-section .quize-form .quize-right-subtitle {
    margin-bottom: 20px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .quize-section .quize-subtitle {
    max-width: 350px;
    margin-left: 0;
  }
  .quize-section .quize-form .radio-block.w-50 {
    width: 49%;
  }
  .quize-section .quize-form .checkbox-block.w-50 {
    width: 49%;
  }
  .quize-section .quize-form .input-group.w-50 {
    width: 49%;
  }
  .quize-section .quize-form .progress-btn.first-quize .quize-next {
    width: 280px;
    margin-left: auto;
  }
}
.calc-section {
  padding-top: 130px;
  padding-bottom: 80px;
}
.calc-section.calc-page {
  padding-top: 200px;
}
.calc-section .title-content {
  max-width: 770px;
}
.calc-section .title-content.w-7 {
  max-width: 70%;
}
.calc-section .title-content.w-7 p {
  max-width: 100%;
}
.calc-section .title-content .title {
  margin-bottom: 25px;
}
.calc-section .title-content p {
  max-width: 580px;
}
.calc-section .calc-subtitle {
  width: calc(100% - 770px);
  max-width: 380px;
  margin-left: auto;
  height: auto;
  position: relative;
}
.calc-section .calc-subtitle:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #283242;
  border-radius: 100%;
  -webkit-transform: rotate(3.23deg);
      -ms-transform: rotate(3.23deg);
          transform: rotate(3.23deg);
  z-index: -1;
}
.calc-section .calc-subtitle p {
  padding: 23px 40px 30px 45px;
  max-width: 415px;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
}
.calc-section .calc-subtitle a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fd7e17;
}
.calc-section .calc-subtitle a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #aaaab4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.calc-section .calc-subtitle a:hover, .calc-section .calc-subtitle a.active {
  color: #aaaab4;
}
.calc-section .calc-subtitle a:hover:before, .calc-section .calc-subtitle a.active:before {
  left: 0;
  width: 100%;
}
.calc-section .calc-content {
  width: 100%;
  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: 30px;
}
.calc-section .calc-left {
  background: #141920;
  width: calc(100% - 430px);
  padding: 50px 70px 40px 50px;
  border: 1px solid #344051;
  border-right: none;
  border-radius: 20px 0 0 20px;
  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;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.calc-section .calc-left .calc-step {
  width: 45%;
  margin-bottom: 50px;
}
.calc-section .calc-left .calc-step.step-100 {
  width: 100%;
}
.calc-section .calc-left .calc-step.mt-50 {
  margin-top: 50px;
}
.calc-section .calc-left .calc-step.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calc-section .calc-left .calc-step.d-flex .step-title {
  width: 100%;
}
.calc-section .calc-left .calc-step[data-calc-title=additiolalFunc] .checkbox-block {
  display: block;
}
.calc-section .calc-left .calc-step[data-calc-title=additiolalFunc] .checkbox-block.show {
  display: block;
}
.calc-section .calc-left .calc-step[data-calc-title=additiolalFunc] .checkbox-block.hide {
  display: none;
}
.calc-section .calc-left .step-title {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.calc-section .calc-left .title-input {
  color: #e2e3e4;
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
.calc-section .calc-left .title-input .tick-slider-value {
  color: #fd7e17;
}
.calc-section .calc-right {
  background: #191f27;
  width: 430px;
  padding: 50px;
  border: 1px solid #344051;
  border-radius: 0 20px 20px 0;
  /* .scroll-fixed{
  	position: relative;
  	margin-bottom: -50px;
  } */
}
.calc-section .calc-right .calc-title {
  color: #aeb5be;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}
.calc-section .calc-right .calc-price {
  font-size: 19px;
  color: #fd7e17;
  font-weight: 500;
  /* span {
  } */
}
.calc-section .calc-right .calc-price.calc-border {
  padding: 15px 0;
  border-top: 1px solid #344051;
  border-bottom: 1px solid #344051;
}
.calc-section .calc-right .calc-term {
  font-size: 13px;
  color: #c9c9c9;
  margin-top: 10px;
}
.calc-section .calc-right .calc-price + .btn {
  margin-top: 30px;
}
.calc-section .calc-right .calc-team-price {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 0;
  border-top: 1px solid #344051;
  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;
}
.calc-section .calc-right .calc-team-price p {
  color: #e2e3e4;
  max-width: 145px;
  font-size: 13px;
}
.calc-section .calc-right .calc-team-price p span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.calc-section .calc-right .calc-team-price p + p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.calc-section .calc-right .calc-other-price {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #344051;
  border-bottom: 1px solid #344051;
  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;
}
.calc-section .calc-right .calc-other-price p {
  color: #e2e3e4;
  max-width: 145px;
  font-size: 13px;
}
.calc-section .calc-right .calc-other-price p span {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.calc-section .calc-right .calc-other-price p + p {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.calc-section .calc-right .coupon-info {
  margin-top: 15px;
  font-size: 13px;
  color: #c9c9c9;
  line-height: 135%;
}
.calc-section .calc-right .coupon-info a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #fff;
}
.calc-section .calc-right .coupon-info a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #aaaab4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.calc-section .calc-right .coupon-info a:hover, .calc-section .calc-right .coupon-info a.active {
  color: #aaaab4;
}
.calc-section .calc-right .coupon-info a:hover:before, .calc-section .calc-right .coupon-info a.active:before {
  left: 0;
  width: 100%;
}
.calc-section .calc-right .coupon-block {
  margin-top: 25px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.calc-section .calc-right .coupon-block.active-promo {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.calc-section .calc-right .coupon-block .info {
  padding: 14px;
  border: 1px solid #713c1e;
  border-radius: 12px;
  color: #fff;
  line-height: 150%;
  font-size: 14px;
  margin-bottom: 25px;
  /* span {
  } */
}
.calc-section .calc-right .coupon-block .coupon-column {
  margin-bottom: 25px;
}
.calc-section .calc-right .coupon-block .coupon-column + .btn {
  color: #d2d2d6;
}
.calc-section .calc-right .coupon-block .coupon-column + .btn:hover {
  color: #fff;
}
.calc-section .calc-right .coupon-block .coupon {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #344051;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.calc-section .calc-right .coupon-block .coupon.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-section .calc-right .coupon-block .coupon:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.calc-section .calc-right .coupon-block .coupon .coupon-percent {
  font-size: 13px;
  max-width: 250px;
  color: #e2e3e4;
}
.calc-section .calc-right .coupon-block .coupon .coupon-percent a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: #e2e3e4;
}
.calc-section .calc-right .coupon-block .coupon .coupon-percent a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.05em;
  background: #e2e3e4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.calc-section .calc-right .coupon-block .coupon .coupon-percent a:hover:before, .calc-section .calc-right .coupon-block .coupon .coupon-percent a.active:before {
  left: 0;
  width: 0%;
}
.calc-section .calc-right .coupon-block .coupon .coupon-code {
  font-size: 13px;
  color: #ff971e;
  padding: 6px;
  border-radius: 10px;
  background: #302624;
}
.calc-section .calc-right .btn {
  width: 100%;
}
.calc-section .radio-block a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin-left: 45px;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.calc-section .radio-block a:hover {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .calc-section .calc-left {
    width: calc(100% - 340px);
    padding: 35px;
  }
  .calc-section .calc-left .step-title {
    font-size: 15px;
  }
  .calc-section .calc-right {
    width: 340px;
    padding: 35px 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .calc-section .title-content {
    max-width: 560px;
  }
  .calc-section .calc-subtitle {
    width: calc(100% - 560px);
  }
}
@media only screen and (max-width: 991px) {
  .calc-section .calc-left {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .calc-section .calc-right {
    width: 100%;
    border-radius: 0 0 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .media-inner + .calc-section {
    padding-top: 50px;
  }
  .calc-section {
    padding: 70px 0 0 0;
  }
  .calc-section.calc-page {
    padding-top: 110px;
  }
  .calc-section .title-content.w-7 {
    max-width: 100%;
  }
  .calc-section .calc-content {
    margin-top: 0;
  }
  .calc-section .calc-subtitle {
    display: none;
  }
  .calc-section .calc-left {
    padding-bottom: 0;
  }
  .calc-section .calc-left .calc-step {
    margin-bottom: 25px;
    width: 100%;
  }
  .calc-section .calc-left .step-title {
    font-size: 14px;
  }
  .calc-section .calc-right .calc-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .calc-section .radio-block.w-30,
.calc-section .checkbox-block.w-30 {
    width: 100%;
  }
  .calc-section .radio-block label,
.calc-section .checkbox-block label {
    font-size: 13px;
  }
  .calc-section .radio-block label .circle,
.calc-section .checkbox-block label .circle {
    margin-right: 15px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .calc-section .calc-left .calc-step {
    width: 45%;
  }
  .calc-section .calc-left .radio-block.w-30,
.calc-section .calc-left .checkbox-block.w-30 {
    width: 45%;
  }
}
footer {
  padding: 160px 0 0 0;
}
footer .footer-action {
  width: 100%;
  max-width: 335px;
}
footer .footer-subtitle {
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
footer .phone-link {
  display: inline-block;
  font-size: 35px;
  color: #fff;
  position: relative;
  line-height: 150%;
}
footer .phone-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .phone-link:hover, footer .phone-link.active {
  color: #fff;
}
footer .phone-link:hover:before, footer .phone-link.active:before {
  left: 0;
  width: 100%;
}
footer a + .footer-subtitle {
  margin-top: 30px;
}
footer .mail-link {
  display: inline-block;
  font-size: 35px;
  color: #fff;
  position: relative;
  line-height: 150%;
}
footer .mail-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #fff;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .mail-link:hover:before, footer .mail-link.active:before {
  right: 0;
  width: 0;
}
footer .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
footer .social-list .social-item {
  margin-right: 20px;
}
footer .social-list .social-item .social-link {
  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;
  width: 65px;
  height: 65px;
  border: 1px solid #3b4758;
  border-radius: 50px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .social-list .social-item .social-link img {
  position: relative;
  width: 23px;
  height: auto;
}
footer .social-list .social-item .social-link:hover {
  border-color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
footer .footer-nav {
  width: 100%;
  max-width: calc(100% - 300px - 350px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-nav ul {
  list-style: none;
}
footer .nav-block {
  max-width: 130px;
}
footer .nav-block:nth-child(2) {
  max-width: 98px;
}
footer .nav-block:nth-child(3) {
  max-width: 265px;
}
footer .footer-title {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}
footer .nav-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #fb660e;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
footer .nav-link:hover, footer .nav-link.active {
  color: #fb660e;
}
footer .nav-link:hover:before, footer .nav-link.active:before {
  left: 0;
  width: 100%;
}
footer .copy {
  margin-top: 145px;
  border-top: 1px solid #3b4758;
  padding: 65px 0 63px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
footer .copy p {
  font-size: 16px;
  color: #fff;
}
footer .copy p + p {
  position: relative;
  padding-right: 25px;
}
footer .copy p + p:before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  width: 26px;
  height: 18px;
  background-image: url("../img/icon/footer_heart.svg");
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 1250px) {
  footer .footer-nav {
    max-width: calc(100% - 300px - 200px);
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer-nav {
    max-width: calc(100% - 300px - 100px);
  }
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 80px;
  }
  footer .footer-action {
    max-width: 100%;
  }
  footer .footer-nav {
    max-width: 700px;
    margin-top: 50px;
    margin-left: 0;
  }
  footer .copy {
    margin-top: 85px;
    padding: 35px 0 33px 0;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 75px;
  }
  footer a + .footer-subtitle {
    margin-top: 25px;
  }
  footer .footer-subtitle {
    font-size: 14px;
  }
  footer .mail-link {
    font-size: 30px;
  }
  footer .social-list {
    margin-top: 35px;
  }
  footer .social-list .social-item {
    margin-right: 15px;
  }
  footer .social-list .social-item .social-link {
    width: 52px;
    height: 52px;
  }
  footer .footer-nav {
    margin-top: 0;
  }
  footer .nav-block {
    margin-top: 45px;
    width: 50%;
  }
  footer .nav-block:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .nav-block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .nav-block:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  footer .footer-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer .nav-link {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }
  footer .copy {
    margin-top: 75px;
    padding: 30px 0 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  footer .copy p {
    font-size: 12px;
  }
  footer .copy p + p {
    margin-bottom: 10px;
    display: inline-block;
    width: 90px;
  }
  footer .copy p + p:before {
    top: -1px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  footer .footer-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .footer-subtitle {
    width: 100%;
  }
  footer .social-list {
    margin-left: auto;
    margin-top: 0;
  }
  footer .copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.modal.open-modal {
  opacity: 1;
  visibility: visible;
}
.modal.success-modal {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.modal.success-modal .modal-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.modal.success-modal .modal-description {
  font-size: 15px;
  line-height: 150%;
  position: relative;
}
.modal.success-modal .modal-description:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 36px;
  height: 28px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background-image: url("../img/icon/heart.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.modal.success-modal .modal-heart {
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal.success-modal .modal-content {
  width: 100%;
  max-width: 660px;
  padding: 80px 60px 90px 60px;
  text-align: center;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  border: 1px solid #aaaab4;
  border-radius: 50px;
  cursor: pointer;
  padding: 0;
}
.modal .modal-close span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 2px;
  background: #aaaab4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal .modal-close span + span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-close:hover span {
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-close:hover span + span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal-title {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.modal .modal-description {
  font-size: 13px;
  color: #aaaab4;
}
.modal .modal-scroll {
  background: #141920;
  border: 1px solid #344051;
  border-radius: 20px;
}
.modal .modal-content {
  position: relative;
  padding: 48px 60px;
  width: 100%;
  max-width: 440px;
}
.modal .modal-content.modal-content-big {
  padding: 70px 65px;
  max-width: 770px;
}
.modal .modal-content.modal-content-big .modal-title {
  margin-bottom: 19px;
}
.modal .modal-content.p-40 {
  padding: 40px 30px 30px 30px;
}
.modal form {
  margin-top: 30px;
  margin-bottom: 24px;
}
.modal form.form-row {
  margin-top: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal form.form-row .input-group {
  width: 43%;
  margin-bottom: 55px;
}
.modal form.form-row .social-form {
  width: 43%;
}
.modal form.form-row .form-group {
  width: 43%;
}
.modal form.form-row .w-50 {
  width: 43%;
}
.modal form.form-row .w-100 {
  width: 100%;
}
.modal form .radio-group {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -20px;
}
.modal form .radio-group .radio-subtitle {
  font-size: 15px;
  color: #aaaab4;
  margin-bottom: 5px;
  width: 100%;
  margin-bottom: 15px;
}
.modal form .radio-group .radio-block {
  width: auto;
  margin-bottom: 10px;
}
.modal form .radio-group label {
  position: relative;
  top: 0;
}
.modal form .file-block {
  display: block;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  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;
  height: 100px;
  border: 1px dashed #454960;
  top: -20px;
  margin-bottom: 20px;
}
.modal form .file-block .file-title {
  position: relative;
  top: 0;
  font-size: 14px;
  text-align: center;
  padding: 20px;
}
.modal form .file-block .file-input {
  display: none;
}
.modal form .file-block .file-block_thumb {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background: #454960;
  text-align: center;
  position: relative;
}
.modal form .file-block .file-block_thumb:after {
  content: attr(data-label);
  color: #ffffff;
  font-size: 14px;
}
.modal form .input-group {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.modal form label {
  font-size: 15px;
  font-weight: 500;
  color: #aaaab4;
  width: 100%;
  position: absolute;
  top: -3px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.modal form label.focus-input {
  color: #fff;
}
.modal form label.active-input {
  top: -18px;
  font-size: 12px;
  color: #fb660e;
}
.modal form input,
.modal form textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #aaaab4;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.modal form button {
  width: 100%;
}
.modal form .privacy-info {
  margin-top: 15px;
  font-size: 13px;
  color: #aaaab4;
}
.modal form .privacy-info .privacy-link {
  display: inline-block;
  color: #aaaab4;
  position: relative;
  line-height: 150%;
}
.modal form .privacy-info .privacy-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #aaaab4;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal form .privacy-info .privacy-link:hover, .modal form .privacy-info .privacy-link.active {
  color: #aaaab4;
}
.modal form .privacy-info .privacy-link:hover:before, .modal form .privacy-info .privacy-link.active:before {
  left: 0;
  width: 100%;
}
.modal .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.modal .social-list .social-item {
  margin-right: 10px;
}
.modal .social-list .social-item .social-link {
  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;
  width: 38px;
  height: 38px;
  border: 1px solid #344051;
  border-radius: 50px;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal .social-list .social-item .social-link img {
  position: relative;
}
.modal .social-list .social-item .social-link:hover {
  border-color: #fff;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.modal .table-modal {
  margin-top: 10px;
  padding: 20px;
  border: 1px solid #344051;
  background: #141920;
  border-radius: 15px;
}
.modal .table-modal.table-scroll {
  height: 550px;
  overflow-y: scroll;
}
.modal .table-modal.table-scroll thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #1b212b;
  width: auto !important;
  max-width: auto !important;
}
.modal .table-modal.table-scroll thead th.active {
  color: #fb660e;
}
.modal .table-modal.table-scroll tbody td {
  width: auto !important;
  max-width: auto !important;
}
.modal .table-modal.table-scroll tbody td.active {
  color: #fb660e;
}
.modal .table-modal a {
  position: relative;
  color: #fb660e;
}
.modal .table-modal a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.05em;
  background: #fb660e;
  -webkit-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal .table-modal a:hover, .modal .table-modal a.active {
  color: #fb660e;
}
.modal .table-modal a:hover:before, .modal .table-modal a.active:before {
  left: 0;
  width: 100%;
}
.modal table {
  border-collapse: collapse;
  width: 100%;
}
.modal table thead:nth-child(1) tr {
  background: #1b212b;
}
.modal table thead:nth-child(1) th {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #8693a4;
  padding: 15px 20px;
  width: calc(100% - 75px - 35px);
  max-width: calc(100% - 75px - 35px);
  text-align: left;
  width: 50%;
  max-width: 50%;
}
.modal table thead:nth-child(1) th:first-child {
  border-radius: 10px 0 0 10px;
}
.modal table thead:nth-child(1) th:last-child {
  border-radius: 0 10px 10px 0;
}
.modal table tbody tr {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #1d242e;
}
.modal table tbody tr:hover {
  background: #1b212a;
}
.modal table tbody td {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px;
  font-weight: 400;
  width: 50%;
  max-width: 50%;
}

#promoSend .radio-group {
  top: -5px;
  margin-bottom: 5px;
}

#offlineMeet .modal-content-big {
  padding: 70px 65px 40px 65px;
}

#promoInfo .modal-title {
  font-size: 24px;
}
#promoInfo .modal-content-big {
  width: 100%;
  max-width: 820px;
}

@media only screen and (max-width: 767px) {
  .modal ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  .modal ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .modal ::-webkit-scrollbar-thumb {
    background-color: #4b4b4b;
    height: 20px;
    border-radius: 20px;
  }
  .modal .modal-content {
    padding: 30px 25px 20px 25px;
    max-width: 340px;
  }
  .modal .modal-content .modal-title {
    font-size: 14px;
    line-height: 130%;
    max-width: 85%;
  }
  .modal .modal-content .social-form {
    margin-top: 20px;
  }
  .modal .modal-content.modal-content-big {
    padding: 30px 15px 20px 15px;
    max-width: 340px;
    height: 95%;
  }
  .modal form {
    margin-bottom: 0;
  }
  .modal form.form-row {
    margin-top: 38px;
  }
  .modal form.form-row .input-group {
    width: 100%;
    margin-bottom: 35px;
  }
  .modal form.form-row .social-form {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    top: -15px;
  }
  .modal form.form-row .form-group {
    width: 100%;
  }
  .modal .table-modal {
    margin-top: 30px;
    padding: 0;
    border: none;
    /* &.table-scroll {
    	tbody {
    		td {
    			&:nth-child(1) {
    				position: absolute;
    				left: 0;
    				top: auto;
    			}
    		}
    	}
    } */
  }
  .modal .table thead th {
    padding: 10px;
    font-size: 12px;
  }
  #offlineMeet .modal-title {
    margin-bottom: 12px;
  }
  #offlineMeet .modal-description {
    max-width: 250px;
  }
  #offlineMeet .modal-content-big {
    padding: 20px 15px;
    max-width: 340px;
  }
  #offlineMeet .social-form {
    display: none;
  }
  #offlineMeet .radio-group {
    margin-bottom: 0px;
  }
  #offlineMeet .radio-group label {
    font-size: 14px;
  }
  #promoInfo .modal-title {
    font-size: 20px;
  }
  #promoInfo .modal-content-big {
    width: 100%;
    max-width: 90%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .modal .modal-scroll {
    height: 97%;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .modal .modal-scroll .modal-content {
    overflow-y: auto;
    height: 97%;
    padding-top: 15px;
  }
  .modal .modal-content {
    padding-bottom: 0;
  }
  .modal .modal-content.modal-content-big {
    max-width: 540px;
    overflow-y: auto;
    height: 90%;
    width: 90%;
  }
  .modal form.form-row .input-group {
    width: 48%;
  }
  .modal form.form-row .w-100 {
    width: 100%;
  }
  .modal form.form-row .social-form {
    width: 48%;
    top: 0;
  }
  .modal form.form-row .form-group {
    width: 48%;
  }
  #offlineMeet .modal-content-big {
    max-width: 610px;
    width: 100%;
  }
  #offlineMeet form .radio-group {
    top: 0;
    width: 48%;
  }
}