@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;
  }
}
.portfolio-page {
  padding-top: 190px;
  padding-bottom: 100px;
}
.portfolio-page.bg-gray {
  background: #f7f7f7;
}
.portfolio-page.bg-white {
  background: #fff;
}
.portfolio-page.bg-white .ceo-block .text {
  background: #f7f7f7;
}
.portfolio-page.bg-white .ceo-block .text:before {
  background: url("../img/icon/project/hint-arrow-gray.svg");
}
.portfolio-page .title-content {
  width: 45%;
  margin-right: auto;
}
.portfolio-page .title-content.big-title {
  width: 100%;
  max-width: 900px;
}
.portfolio-page .title-content.big-title p {
  font-size: 19px;
  color: #181919;
  margin-top: 30px;
}
.portfolio-page .title-content .title {
  font-size: 52px;
  color: #181919;
  margin-bottom: 0;
}
.portfolio-page .title-content .portfolio-nav {
  margin-top: 40px;
}
.portfolio-page .title-content .portfolio-nav a {
  display: inline-block;
  background: #ebebee;
  padding: 16px 25px;
  margin-right: 10px;
  margin-bottom: 15px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2630;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portfolio-page .title-content .portfolio-nav a.active {
  background: #fb660e !important;
  color: #fff !important;
}
.portfolio-page .title-content .portfolio-nav a:hover {
  background: #e1e1e3;
}
.portfolio-page .ceo-block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
}
.portfolio-page .ceo-block .text {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.portfolio-page .ceo-block .text blockquote {
  font-size: 15px;
  color: #454960;
  line-height: 140%;
  margin-bottom: 15px;
}
.portfolio-page .ceo-block .text .name {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #454960;
}
.portfolio-page .ceo-block .text .position {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #aaaab4;
}
.portfolio-page .ceo-block .text:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 11px;
  width: 44px;
  height: 28px;
  background: url("../img/icon/blog/hint_blockquote.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-page .ceo-block .img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-left: 15px;
}
.portfolio-page .ceo-block .img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fb660e;
}
.portfolio-page .portfolio-big-nav {
  width: 100%;
  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;
  margin-top: 40px;
}
.portfolio-page .portfolio-big-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 30%;
  border-radius: 20px;
  padding: 100px 55px 60px 55px;
}
.portfolio-page .portfolio-big-nav a:nth-child(1) {
  background: #1f2630;
}
.portfolio-page .portfolio-big-nav a:nth-child(2) {
  background: #fb660e;
}
.portfolio-page .portfolio-big-nav a:nth-child(3) {
  background: #f7f7f7;
}
.portfolio-page .portfolio-big-nav a:nth-child(3) span {
  color: #181919;
}
.portfolio-page .portfolio-big-nav a img {
  width: 100%;
}
.portfolio-page .portfolio-big-nav a span {
  width: 100%;
  margin-top: 75px;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
}

.project-portfolio {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-y: hidden;
  /* project name */
  /* /project name */
}
.project-portfolio .project-row {
  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;
}
.project-portfolio.bg-gray {
  background: #f7f7f7;
}
.project-portfolio.bg-gray .title-content .title {
  color: #181919;
}
.project-portfolio .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-portfolio .project-content {
  margin-left: 0;
  margin-right: auto;
  top: 0;
}
.project-portfolio .title-ceo {
  width: 100%;
  max-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-bottom: 55px;
}
.project-portfolio .title-ceo .title {
  max-width: calc(100% - 540px - 120px);
}
.project-portfolio .title-ceo .title .count {
  font-size: 19px;
  color: #fff;
  background: #fb660e;
  padding: 4px 10px;
  border-radius: 12px;
  position: relative;
  top: -20px;
  left: -10px;
}
.project-portfolio .ceo-block {
  width: 50%;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: center;
      align-self: center;
}
.project-portfolio .ceo-block .text {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.project-portfolio .ceo-block .text blockquote {
  font-size: 15px;
  color: #454960;
  line-height: 140%;
  margin-bottom: 15px;
}
.project-portfolio .ceo-block .text .name {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #454960;
}
.project-portfolio .ceo-block .text .position {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #aaaab4;
}
.project-portfolio .ceo-block .text:before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 11px;
  width: 44px;
  height: 28px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url("../img/icon/blog/hint_blockquote.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.project-portfolio .ceo-block .img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-right: 15px;
}
.project-portfolio .ceo-block .img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fb660e;
}
.project-portfolio .form-content {
  width: 100%;
  max-width: 380px;
}
.project-portfolio .form-content .bg-content {
  width: 100%;
  background: #fff3ed;
  padding: 45px 50px;
  text-align: center;
  border-radius: 20px;
}
.project-portfolio .form-content .title {
  font-size: 26px;
  color: #fb660e;
  margin-bottom: 10px;
  font-weight: 600;
}
.project-portfolio .form-content p {
  font-size: 14px;
  font-weight: 500;
  color: #65676c;
}
.project-portfolio .form-content form {
  margin-top: 45px;
  /* 	max-width: 278px;
  margin-left: auto;
  margin-right: auto; */
}
.project-portfolio .form-content form .input-group {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
}
.project-portfolio .form-content form label {
  font-size: 15px;
  font-weight: 500;
  color: #1f2630;
  width: 100%;
  text-align: left;
  position: absolute;
  top: -3px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .form-content form label.focus-input {
  color: #1f2630;
}
.project-portfolio .form-content form label.active-input {
  top: -18px;
  font-size: 12px;
}
.project-portfolio .form-content form input,
.project-portfolio .form-content form textarea {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #1f2630;
  color: #1f2630;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.project-portfolio .form-content form button {
  width: 100%;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
.project-portfolio .project-web {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 75px;
  /* big */
  /* medium */
  /* small */
}
.project-portfolio .project-web .img-link {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 30px;
  margin-bottom: 25px;
  overflow: hidden;
}
.project-portfolio .project-web .video-link {
  display: block;
  height: 565px;
  background: #ebeaef;
  border-radius: 30px;
  padding: 50px;
  margin-bottom: 25px;
}
.project-portfolio .project-web .video-link video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.project-portfolio .project-web .project-category {
  display: block;
  font-size: 15px;
  color: #454960;
  margin-bottom: 5px;
}
.project-portfolio .project-web .title-link {
  display: inline-block;
  color: #333037;
  margin-bottom: 10px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .project-web .title-link h4 {
  font-size: 24px;
  font-weight: 500;
}
.project-portfolio .project-web .title-link:hover {
  color: #fb660e;
}
.project-portfolio .project-web .project-description {
  font-size: 17px;
  color: #454960;
  margin-bottom: 10px;
  max-width: 600px;
}
.project-portfolio .project-web .category-nav .category-link {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #e4e4e4;
  font-size: 15px;
  color: #454960;
  padding: 5px 10px;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .project-web .category-nav .category-link:hover {
  background: #fb660e;
  color: #fff;
}
.project-portfolio .project-web:nth-child(3n+1) {
  width: 100%;
}
.project-portfolio .project-web:nth-child(3n+1) .img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
}
.project-portfolio .project-web:nth-child(3n+1) .img-link picture + picture {
  margin-left: 30px;
}
.project-portfolio .project-web:nth-child(3n+1) .img-link img {
  border-radius: 20px 20px 0 0;
}
.project-portfolio .project-web:nth-child(3n+2) {
  width: 55%;
}
.project-portfolio .project-web:nth-child(3n+2) .img-link {
  width: 100%;
  height: auto;
}
.project-portfolio .project-web:nth-child(3n+3) {
  width: 40%;
}
.project-portfolio .project-web:nth-child(3n+3) .img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
}
.project-portfolio .project-web:nth-child(3n+3) .img-link img {
  border-radius: 20px 20px 0 0;
}
.project-portfolio .project-web.project-woodgallery .img-link {
  background: #393939;
}
.project-portfolio .project-web.project-woodgallery .img-small {
  padding-top: 0;
}
.project-portfolio .project-web.project-agentgo .img-link {
  background: -o-radial-gradient(100.16% 121.19%, 51.03% 101.62%, rgba(255, 255, 255, 0.47) 0%, rgba(81, 105, 237, 0) 100%), -o-radial-gradient(-5.76% -27.99%, 42.4% 133.37%, rgba(255, 255, 255, 0.46) 0%, #4760ee 100%), #4760ee;
  background: radial-gradient(51.03% 101.62% at 100.16% 121.19%, rgba(255, 255, 255, 0.47) 0%, rgba(81, 105, 237, 0) 100%), radial-gradient(42.4% 133.37% at -5.76% -27.99%, rgba(255, 255, 255, 0.46) 0%, #4760ee 100%), #4760ee;
}
.project-portfolio .project-web.project-shavarska .img-link {
  background: #ebeaef;
}
.project-portfolio .project-web.project-bazadrov .img-link {
  background: #1a1b1c;
}
.project-portfolio .project-web.project-bazadrov .img-medium img {
  padding: 50px;
  border-radius: 73px;
}
.project-portfolio .project-web.project-krolestwo .img-link {
  background: #fb660e;
}
.project-portfolio .btn-more-block {
  display: block;
  width: 100%;
  text-align: center;
}
.project-portfolio .new-project-web {
  width: 30%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.project-portfolio .new-project-web .btn-new-project {
  background: #eeeef1;
  width: 100%;
  padding: 55px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .new-project-web .btn-new-project:hover {
  background: #fb660e;
}
.project-portfolio .new-project-web .btn-new-project:hover p {
  color: #fff;
}
.project-portfolio .new-project-web .btn-new-project:hover span {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.project-portfolio .new-project-web .btn-new-project p {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .new-project-web .btn-new-project span {
  min-width: 140px;
  width: 140px;
  min-height: 140px;
  height: 140px;
  background: #fff;
  border-radius: 150px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.project-portfolio .new-project-web .btn-new-project span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333037;
  width: 0.3rem;
  height: 60px;
}
.project-portfolio .new-project-web .btn-new-project span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  background: #333037;
  width: 0.3rem;
  height: 60px;
}
.project-portfolio .new-project-web .text-hint {
  font-size: 16px;
  color: #454960;
  margin-top: 55px;
  display: inline-block;
  position: relative;
}
.project-portfolio .new-project-web .text-hint:before {
  content: "";
  position: absolute;
  right: -45px;
  top: -30px;
  width: 47px;
  height: 43px;
  background: url("../img/icon/project/arrow-new-project.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.project-portfolio .hint-more-block {
  width: 100%;
  max-width: 370px;
  position: relative;
  top: -50px;
  margin-left: 50px;
}
.project-portfolio .hint-more-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #d4dae3;
  border-radius: 100%;
  -webkit-transform: rotate(3.23deg);
      -ms-transform: rotate(3.23deg);
          transform: rotate(3.23deg);
  z-index: -1;
}
.project-portfolio .hint-more-block:after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -20px;
  width: 45px;
  height: 50px;
  background-image: url(../img/icon/services/hint-arrow.svg);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background-repeat: no-repeat;
  background-position: center;
}
.project-portfolio .hint-more-block p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  padding: 30px 20px 30px 40px;
}
.project-portfolio .quote-more-block {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  padding-top: 50px;
  margin-top: 30px;
  position: relative;
}
.project-portfolio .quote-more-block:before {
  content: "";
  width: 215px;
  height: 198px;
  position: absolute;
  top: 0;
  left: -150px;
  background: url(../img/icon/quote_big_w.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.project-portfolio .quote-more-block p {
  color: #454960;
  font-size: 17px;
  line-height: 160%;
  text-transform: uppercase;
}
.project-portfolio .quote-more-block p + p {
  margin-top: 10px;
}
.project-portfolio .btn-more-quote {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-top: 15px;
}
.project-portfolio .btn-more-quote a {
  font-size: 17px;
  color: #fd7e17;
  line-height: 160%;
  font-weight: 500;
  text-transform: uppercase;
}
.project-portfolio .btn-more-quote a span {
  position: relative;
  display: inline-block;
}
.project-portfolio .btn-more-quote a span:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0.01rem;
  background: #fd7e17;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .btn-more-quote a i {
  position: relative;
  left: 2px;
  display: inline-block;
  background: url("../img/project/arrow-orange.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(43deg) translateX(4px);
      -ms-transform: rotate(43deg) translateX(4px);
          transform: rotate(43deg) translateX(4px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .btn-more-quote a:hover span:before {
  width: 100%;
  left: 0;
}
.project-portfolio .btn-more-quote a:hover i {
  -webkit-transform: rotate(0deg) translateX(0px) translateY(2px);
      -ms-transform: rotate(0deg) translateX(0px) translateY(2px);
          transform: rotate(0deg) translateX(0px) translateY(2px);
}
.project-portfolio .project-estetico {
  width: 100%;
}
.project-portfolio .project-estetico .img-link {
  height: 565px;
  background: #ebeaef;
  border-radius: 30px;
}
.project-portfolio .project-estetico .img-link:hover .scroll-img img {
  -webkit-animation: 20s scrollImg linear infinite;
          animation: 20s scrollImg linear infinite;
}
.project-portfolio .project-estetico .img-link:hover .blick-img:nth-child(1) img {
  -webkit-animation: 5s blickImg linear infinite;
          animation: 5s blickImg linear infinite;
}
.project-portfolio .project-estetico .img-link:hover .blick-img:nth-child(2) img {
  -webkit-animation: 5s blickImg linear infinite;
          animation: 5s blickImg linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.project-portfolio .project-estetico .img-link:hover .blick-img:nth-child(3) img {
  -webkit-animation: 5s blickImg linear infinite;
          animation: 5s blickImg linear infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.project-portfolio .project-estetico .scroll-img img {
  position: relative;
  z-index: 1;
  max-width: 540px;
  left: 40%;
  top: 40px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
}
.project-portfolio .project-estetico .blick-img img {
  position: absolute;
  z-index: 0;
}
.project-portfolio .project-estetico .blick-img:nth-child(1) img {
  left: 10%;
  top: 30%;
}
.project-portfolio .project-estetico .blick-img:nth-child(2) img {
  right: 10%;
  top: 20px;
}
.project-portfolio .project-estetico .blick-img:nth-child(3) img {
  right: 15%;
  top: 70px;
}
.project-portfolio .project-estetico .panda-img img {
  position: absolute;
  bottom: -30px;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-portfolio .project-avg {
  width: 55%;
}
.project-portfolio .project-avg .img-link {
  height: 500px;
  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: 30px;
  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;
}
.project-portfolio .project-avg .img-link:hover .zoom-img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.project-portfolio .project-avg .img-link .zoom-img img {
  max-width: 600px;
  border-radius: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project-portfolio .project-oscar {
  width: 40%;
}
.project-portfolio .project-oscar .img-link {
  height: 650px;
  background: #fff;
  border-radius: 30px;
  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-keyframes scrollImg {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% + 520px));
            transform: translateX(-50%) translateY(calc(-100% + 520px));
  }
}
@keyframes scrollImg {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% + 520px));
            transform: translateX(-50%) translateY(calc(-100% + 520px));
  }
}
@-webkit-keyframes blickImg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blickImg {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .project-portfolio .form-content {
    max-width: 100%;
  }
  .project-portfolio .form-content form {
    max-width: 600px;
    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-left: auto;
    margin-right: auto;
  }
  .project-portfolio .form-content form .input-group {
    width: 48%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-page .title-content {
    width: 100%;
    max-width: 100%;
  }
  .portfolio-page .title-content .title {
    max-width: 650px;
  }
  .portfolio-page .title-content.big-title p {
    font-size: 15px;
    max-width: 650px;
    margin-top: 15px;
  }
  .portfolio-page .portfolio-big-nav {
    margin-top: 0;
  }
  .portfolio-page .portfolio-big-nav a {
    width: 48%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .portfolio-page .portfolio-big-nav a:nth-child(1) {
    width: 100%;
    margin-bottom: 50px;
  }
  .portfolio-page .ceo-block {
    width: 100%;
    margin-top: 30px;
  }
  .project-portfolio .project-estetico .panda-img {
    display: none;
  }
  .project-portfolio .project-estetico .scroll-img img {
    left: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-page {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .portfolio-page .title-content.big-title p {
    font-size: 13px;
  }
  .portfolio-page .title-content .title {
    font-size: 26px;
  }
  .portfolio-page .title-content .portfolio-nav {
    margin-top: 20px;
  }
  .portfolio-page .title-content .portfolio-nav a {
    margin-bottom: 10px;
    padding: 12px 15px;
  }
  .portfolio-page .portfolio-big-nav {
    margin-top: 0;
  }
  .portfolio-page .portfolio-big-nav a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px !important;
  }
  .portfolio-page .ceo-block {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .portfolio-page .ceo-block .text {
    padding: 15px 20px;
  }
  .portfolio-page .ceo-block .text:before {
    right: 50px;
    bottom: -7px;
    -webkit-transform: rotate(28deg);
        -ms-transform: rotate(28deg);
            transform: rotate(28deg);
    z-index: -1;
  }
  .portfolio-page .ceo-block .text blockquote {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .portfolio-page .ceo-block .img {
    margin-left: auto;
    margin-top: 15px;
  }
  .project-portfolio {
    padding-bottom: 70px;
  }
  .project-portfolio .ceo-block {
    width: 100%;
  }
  .project-portfolio .ceo-block .text {
    padding: 20px;
  }
  .project-portfolio .ceo-block .text .position {
    margin-bottom: 0;
    position: relative;
  }
  .project-portfolio .ceo-block .text blockquote {
    font-size: 14px;
  }
  .project-portfolio .title-ceo .title {
    width: 100%;
    max-width: 100%;
  }
  .project-portfolio .title-ceo .title .count {
    font-size: 12px;
    padding: 5px 10px;
    top: -10px;
    left: -2px;
  }
  .project-portfolio .form-content .bg-content {
    padding: 30px;
  }
  .project-portfolio .form-content .title {
    font-size: 24px;
  }
  .project-portfolio .form-content p {
    font-size: 13px;
  }
  .project-portfolio .form-content form .input-group {
    width: 100%;
  }
  .project-portfolio .form-content form button {
    top: -20px;
    margin-bottom: -20px;
  }
  .project-portfolio .hint-more-block p {
    font-size: 13px;
  }
  .project-portfolio .hint-more-block:after {
    -webkit-transform: scale(1, 1) rotate(342deg);
        -ms-transform: scale(1, 1) rotate(342deg);
            transform: scale(1, 1) rotate(342deg);
    bottom: -40px;
    right: -5px;
  }
  .project-portfolio .project-web {
    width: 100% !important;
  }
  .project-portfolio .project-web .project-category {
    font-size: 13px;
  }
  .project-portfolio .project-web .project-description {
    font-size: 13px;
  }
  .project-portfolio .project-web .category-nav .category-link {
    font-size: 13px;
  }
  .project-portfolio .project-web .img-link {
    border-radius: 20px;
  }
  .project-portfolio .project-web:nth-child(3n+1) .img-link {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-portfolio .project-web:nth-child(3n+1) .img-link picture + picture {
    display: none;
  }
  .project-portfolio .project-web:nth-child(3n+3) .img-link {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-portfolio .project-web.project-woodgallery .img-medium img {
    padding: 20px;
    border-radius: 35px;
  }
  .project-portfolio .project-web.project-bazadrov .img-medium img {
    padding: 20px;
    border-radius: 35px;
  }
  .project-portfolio .new-project-web {
    width: 100%;
  }
  .project-portfolio .project-estetico .scroll-img img {
    max-width: 300px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .portfolio-page .portfolio-big-nav a {
    width: 48%;
  }
  .portfolio-page .portfolio-big-nav a:nth-child(1) {
    width: 100%;
  }
  .project-portfolio .form-content form .input-group {
    width: 48%;
  }
}
.project-section {
  background: #fff;
  padding-top: 120px;
  padding-bottom: 130px;
}
.project-section .title-content {
  width: 100%;
  max-width: 440px;
}
.project-section .title-content .title {
  color: #181919;
  margin-bottom: 20px;
}
.project-section .title-content p {
  color: #454960;
  margin-bottom: 25px;
}
.project-section .title-content p span {
  color: #fb660e;
}
.project-section .title-content .btn-group {
  position: relative;
  display: inline-block;
}
.project-section .title-content .btn-group:before {
  content: "";
  position: absolute;
  top: -20px;
  right: -180px;
  width: 45px;
  height: 50px;
  background-image: url(../img/icon/project/hint-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.project-section .project-content {
  width: 100%;
  max-width: calc(100% - 440px - 55px);
  margin-left: auto;
  position: relative;
  top: -20px;
}
.project-section .project-block {
  padding: 30px;
  border: 1px solid #dddde3;
  border-radius: 20px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-section .project-block .project-info {
  width: 300px;
}
.project-section .project-block .project-chart {
  width: calc(100% - 300px);
}
.project-section .project-block .project-title {
  font-size: 21px;
  font-weight: 600;
  color: #181919;
  line-height: 135%;
}
.project-section .project-block .project-list {
  margin-top: 28px;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 250px;
}
.project-section .project-block .project-list .project-item {
  font-size: 13px;
  font-weight: 500;
  color: #5a6085;
}
.project-section .project-block .project-list .project-item .number {
  font-size: 24px;
  color: #fb660e;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.project-section .project-block .project-list .project-item .number span {
  font-size: 21px;
}
.project-section .apexcharts-tooltip {
  border: none !important;
}
.project-section .apexcharts-tooltip .apexcharts-tooltip-title {
  color: #fff !important;
  background: #181919 !important;
}

@media only screen and (max-width: 1200px) {
  .project-section .title-content .btn-group:before {
    top: -40px;
    right: -130px;
    -webkit-transform: scale(1, -1) rotate(-75deg);
        -ms-transform: scale(1, -1) rotate(-75deg);
            transform: scale(1, -1) rotate(-75deg);
  }
  .project-section .project-content {
    max-width: 100%;
    top: 0;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .project-section {
    padding: 100px 0 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-section {
    padding: 70px 0 90px 0;
  }
  .project-section .project-content {
    margin-top: 10px;
  }
  .project-section .btn-group {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .project-section .btn-group .btn {
    width: 100%;
  }
  .project-section .project-block {
    padding: 30px 20px;
    margin-bottom: 20px;
    display: block;
  }
  .project-section .project-block .project-info {
    width: 100%;
  }
  .project-section .project-block .project-info .btn {
    width: 100%;
    text-align: center;
    font-size: 17px;
    border: none;
    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%);
  }
  .project-section .project-block .project-list {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .project-section .project-block .project-chart {
    width: 100%;
    /*  position: relative;
        left: -15px; */
  }
  .project-section .project-block .project-title {
    display: block;
    font-size: 19px;
    margin-bottom: 15px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .project-section .btn-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .project-section .btn-group .btn {
    width: 250px;
  }
  .project-section .project-block .project-title {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-section .project-block .project-list {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .project-section .project-block .project-info {
    text-align: center;
  }
  .project-section .project-block .project-info .btn {
    max-width: 300px;
  }
}
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%;
  }
}