@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;
  }
}
.additional-menu-section {
  border-top: 1px solid #333942;
  border-bottom: 1px solid #333942;
  position: relative;
  height: 59.6px;
  z-index: 1;
}
.additional-menu-section .fix-menu {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: #1f2630;
}
.additional-menu-section .fix-menu.fixed-menu {
  position: fixed;
  z-index: 2;
  top: -60px;
  border-top: 1px solid #333942;
  border-bottom: 1px solid #333942;
}
.additional-menu-section .fix-menu.fixed-menu-leave {
  top: -60px;
}
.additional-menu-section .hint-additional-menu {
  display: none;
}
.additional-menu-section .scroll-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.additional-menu-section .scroll-menu .scroll-menu-link {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fff;
}
.additional-menu-section .scroll-menu .scroll-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);
}
.additional-menu-section .scroll-menu .scroll-menu-link:hover, .additional-menu-section .scroll-menu .scroll-menu-link.active {
  color: #fff;
}
.additional-menu-section .scroll-menu .scroll-menu-link:hover:before, .additional-menu-section .scroll-menu .scroll-menu-link.active:before {
  left: 0;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  body.additional-menu-open {
    position: relative;
  }
  body.additional-menu-open:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
  }
  .additional-menu-section {
    height: 70px;
    border: none;
  }
  .additional-menu-section .fix-menu {
    border: none !important;
    background: none !important;
    padding: 0;
    height: 70px;
  }
  .additional-menu-section .content {
    height: 100%;
  }
  .additional-menu-section .hint-additional-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 14px 20px;
    border-radius: 55px;
  }
  .additional-menu-section .hint-additional-menu .txt {
    color: #181919;
    font-size: 15px;
    font-weight: 500;
  }
  .additional-menu-section .hint-additional-menu .txt span {
    color: #6d6d70;
    margin-left: 5px;
  }
  .additional-menu-section .hint-additional-menu .icon {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    background: #fff;
    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;
  }
  .additional-menu-section .hint-additional-menu .icon span {
    display: block;
    width: 15px;
    height: 0.15rem;
    background: #181919;
  }
  .additional-menu-section .hint-additional-menu .icon span.line-2 {
    -webkit-transform: rotate(-90deg) translateX(2px);
        -ms-transform: rotate(-90deg) translateX(2px);
            transform: rotate(-90deg) translateX(2px);
  }
  .additional-menu-section .scroll-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background: #fff;
    padding: 20px 20px 10px 20px;
    border-radius: 20px;
    margin-top: 10px;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
  }
  .additional-menu-section .scroll-menu.additional-active {
    pointer-events: all;
  }
  .additional-menu-section .scroll-menu .scroll-menu-link {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    color: #181919;
    margin-bottom: 12px;
    width: 48%;
  }
  .additional-menu-section .scroll-menu .scroll-menu-link.active, .additional-menu-section .scroll-menu .scroll-menu-link:hover {
    color: #fb660e;
  }
}
.main-screen {
  padding-top: 111px;
  height: 100vh;
  position: relative;
}
.main-screen .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 111px);
}
.main-screen .main-screen-info {
  width: 660px;
}
.main-screen .main-screen-info .subtitle {
  color: #bfbfcd;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}
.main-screen .main-screen-info .title {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  line-height: 120%;
}
.main-screen .main-screen-info .btn-group {
  margin-top: 35px;
}
.main-screen .main-screen-info .awwward-main {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-screen .main-screen-info .awwward-main .awward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}
.main-screen .main-screen-info .awwward-main .awward .awwward-info {
  margin-left: 15px;
  max-width: 125px;
}
.main-screen .main-screen-info .awwward-main .awward .awwward-info .title {
  color: #aeb5be;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.main-screen .main-screen-info .awwward-main .awward .awwward-info .description {
  color: #aeb5be;
  font-size: 13px;
}
.main-screen .main-screen-info .awwward-main .awward:hover .awwward-info .title {
  color: #fff;
}
.main-screen .main-screen-video {
  width: calc(100% - 660px - 60px);
  margin-left: auto;
}
.main-screen .main-screen-video .video-link {
  width: 100%;
  max-width: 550px;
  height: 340px;
  position: relative;
  display: block;
  cursor: pointer;
}
.main-screen .main-screen-video .play {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  border-radius: 50%;
}
.main-screen .main-screen-video .play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 20px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/icon/play.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.main-screen .main-screen-video video {
  width: 100%;
  height: 100%;
}
.main-screen .main-screen-video img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1220px) {
  .main-screen .main-screen-info {
    width: 550px;
  }
  .main-screen .main-screen-info .subtitle {
    font-size: 15px;
  }
  .main-screen .main-screen-info .title {
    font-size: 36px;
  }
  .main-screen .main-screen-video {
    width: calc(100% - 550px - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .main-screen .main-screen-info {
    width: 450px;
  }
  .main-screen .main-screen-info .subtitle {
    font-size: 14px;
  }
  .main-screen .main-screen-info .title {
    font-size: 30px;
  }
  .main-screen .main-screen-video {
    width: calc(100% - 450px - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .main-screen {
    height: auto;
    margin-bottom: 70px;
  }
  .main-screen .main-screen-info {
    width: 100%;
  }
  .main-screen .main-screen-info .subtitle {
    font-size: 12px;
  }
  .main-screen .main-screen-info .title {
    font-size: 28px;
  }
  .main-screen .main-screen-info .awwward-main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 350px;
  }
  .main-screen .main-screen-info .awwward-main .awward {
    margin-right: 0;
  }
  .main-screen .main-screen-info .awwward-main .awward .awwward-info {
    margin-left: 12px;
  }
  .main-screen .main-screen-info .awwward-main .awward .awwward-info .title {
    font-size: 11px;
  }
  .main-screen .main-screen-info .awwward-main .awward .awwward-info .description {
    font-size: 11px;
    max-width: 100px;
  }
  .main-screen .main-screen-video {
    width: 100%;
    margin-top: 50px;
  }
  .main-screen .main-screen-video .video-link {
    margin: 0 auto;
    height: 260px;
    max-width: 100%;
  }
  .main-screen.inner-screen-services .main-screen-info .title {
    font-size: 26px;
  }
  .main-screen.inner-screen-services .main-screen-info .btn {
    font-size: 12px;
    max-width: 210px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .main-screen.inner-screen-services .main-screen-info .link {
    font-size: 13px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .main-screen .main-screen-video .video-link {
    height: 350px;
  }
}
.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;
  }
}
.reviews-section {
  background: #f5f5f5;
  padding-top: 170px;
  padding-bottom: 100px;
}
.reviews-section.reviews-inner {
  padding-bottom: 140px;
}
.reviews-section.reviews-inner .reviews-more-link {
  margin-top: 60px;
}
.reviews-section.reviews-page {
  background: #fff;
}
.reviews-section.reviews-page .title-content {
  max-width: 655px;
}
.reviews-section.reviews-page .title-content .title {
  font-size: 52px;
}
.reviews-section.reviews-page .reviews-content {
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.reviews-section.reviews-page .review-block {
  margin-right: 0;
  margin-bottom: 55px;
}
.reviews-section .title-content {
  width: 100%;
  max-width: 770px;
}
.reviews-section .title-content .title {
  color: #333037;
  margin-bottom: 30px;
}
.reviews-section .title-content .title .strikeout {
  text-decoration: line-through;
}
.reviews-section .title-content .title .count {
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 4px 9px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  color: #fff;
  border-radius: 12px;
  font-size: 19px;
}
.reviews-section .title-content p {
  color: #454960;
}
.reviews-section .title-content p a {
  color: #fb660e;
  position: relative;
  display: inline;
  -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);
}
.reviews-section .title-content p 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);
}
.reviews-section .title-content p a:hover, .reviews-section .title-content p a.active {
  color: #fb660e;
}
.reviews-section .title-content p a:hover:before, .reviews-section .title-content p a.active:before {
  left: 0;
  width: 100%;
}
.reviews-section .review-services {
  width: calc(100% - 770px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /* svg {
  	margin: 0 auto;
  } */
}
.reviews-section .review-services .review-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 30px 20px;
  border: 1px solid #d4d6dd;
  width: 140px;
  height: 183px;
  border-radius: 35px;
  -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);
}
.reviews-section .review-services .review-service:nth-child(2) {
  width: 183px;
  height: 183px;
  border-radius: 100px;
  margin-left: 20px;
  padding: 35px 20px;
}
.reviews-section .review-services .review-service:hover {
  -webkit-transform: scale(1.09);
      -ms-transform: scale(1.09);
          transform: scale(1.09);
}
.reviews-section .review-services .company-logo {
  margin-bottom: 15px;
}
.reviews-section .review-services .review-title {
  margin-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #333037;
}
.reviews-section .review-services .rating {
  position: relative;
  height: 12px;
}
.reviews-section .review-services .rating .fill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.reviews-section .review-services .rating .stroke {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.reviews-section .review-services .review-count {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #333037;
}
.reviews-section .reviews-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.reviews-section .review-block {
  width: 23.6%;
}
.reviews-section .review-block .video-link {
  width: 100%;
  max-width: 550px;
  height: 510px;
  position: relative;
  display: block;
  cursor: pointer;
}
.reviews-section .review-block .play {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: #fff;
  border-radius: 50%;
}
.reviews-section .review-block .play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 20px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../img/icon/play.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.reviews-section .review-block video {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
.reviews-section .review-block img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.reviews-section .review-block .person-info {
  margin-top: 20px;
}
.reviews-section .review-block .person-info .name {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #333037;
}
.reviews-section .review-block .person-info .position {
  margin-top: 5px;
  font-size: 15px;
  color: #333037;
}
.reviews-section .reviews-more-link {
  display: block;
  margin: 0 auto;
  margin-top: 85px;
}

.guarantee-inner + .reviews-inner {
  padding-top: 50px;
}

@media only screen and (max-width: 1100px) {
  .reviews-section .title-content {
    max-width: 575px;
  }
  .reviews-section .review-services {
    width: calc(100% - 575px);
  }
}
@media only screen and (max-width: 991px) {
  .reviews-section {
    padding-top: 100px;
  }
  .reviews-section .review-block {
    width: 330px;
    margin-right: 20px;
  }
  .reviews-section .scroll-review {
    overflow: auto;
    margin: 0 -30px;
    padding: 0 30px;
    padding-bottom: 40px;
    width: 100vw;
  }
  .reviews-section .reviews-content {
    width: 1400px;
  }
  .reviews-section .reviews-more-link {
    margin-top: 50px;
  }
  .reviews-section .title-content {
    max-width: 100%;
  }
  .reviews-section .review-services {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .reviews-section ::-webkit-scrollbar {
    width: 0;
    height: 3px;
  }
  .reviews-section ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .reviews-section ::-webkit-scrollbar-thumb {
    background-color: #dddde3;
    height: 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .reviews-section.reviews-inner {
    padding-bottom: 70px;
  }
  .reviews-section.reviews-page {
    padding-top: 110px;
  }
  .reviews-section.reviews-page .title-content .title {
    font-size: 25px;
  }
  .reviews-section.reviews-page .reviews-content {
    margin-top: 40px;
  }
  .reviews-section.reviews-page .review-block {
    width: 100%;
    margin-right: 0;
  }
  .reviews-section.reviews-page .review-block .video-link {
    max-width: 100%;
  }
  .reviews-section .review-services .review-count {
    font-size: 14px;
    margin-top: 2px;
  }
  .reviews-section .title-content .title {
    margin-bottom: 15px;
  }
  .reviews-section .title-content p {
    margin-bottom: 25px;
  }
  .reviews-section .reviews-content {
    width: 1100px;
  }
  .reviews-section .review-block .video-link {
    height: 400px;
    max-width: 280px;
  }
  .reviews-section .review-block img {
    -o-object-position: top;
       object-position: top;
  }
  .reviews-section .review-block .person-info {
    margin-top: 14px;
  }
  .reviews-section .review-block .person-info .name {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
  }
  .reviews-section .review-block .person-info .position {
    font-size: 14px;
    max-width: 90%;
  }
  .reviews-section .scroll-review {
    margin: 0 -18px;
    padding: 0 18px;
    padding-bottom: 20px;
  }
  .reviews-section .reviews-more-link {
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .reviews-section .reviews-more-link {
    width: 250px;
  }
  .reviews-section.reviews-page .title-content .title {
    font-size: 34px;
  }
  .reviews-section.reviews-page .review-block {
    width: 48%;
  }
}
.clients-section {
  background: #f5f5f5;
  padding-bottom: 124px;
}
.clients-section.clients-inner .title-content {
  margin-bottom: 0;
}
.clients-section.clients-black {
  background: #1f2630;
}
.clients-section.clients-black .title-content .subtitle {
  color: #fff;
}
.clients-section.clients-black .title-content p {
  color: #bfbfcd;
  max-width: 450px;
}
.clients-section.clients-black .client-block:before {
  border-color: #555e6c;
}
.clients-section .title-content {
  width: 100%;
  margin-bottom: 40px;
}
.clients-section .title-content .subtitle {
  color: #333037;
}
.clients-section .title-content .subtitle .strikeout {
  text-decoration: line-through;
}
.clients-section .title-content p {
  color: #333037;
  max-width: 660px;
}
.clients-section .client-scroll {
  width: 100%;
}
.clients-section .client-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.clients-section .client-block {
  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: 290px;
  height: 290px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.clients-section .client-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 293px;
  height: 100%;
  border: 1px solid #dddde3;
  border-radius: 100%;
}
.clients-section .client-block img {
  position: relative;
  left: 15px;
}
.clients-section .client-block:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.comparison-section + .clients-section {
  padding-top: 100px;
}

@media only screen and (max-width: 1290px) {
  .clients-section .client-block {
    width: 250px;
    min-width: 250px;
    height: 250px;
  }
  .clients-section .client-block img {
    position: relative;
    top: 10px;
  }
  .clients-section .client-block:before {
    width: 265px;
    height: 265px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-section {
    top: -2px;
    margin-bottom: -2px;
  }
  .clients-section .client-scroll {
    overflow: auto;
    margin: 0 -30px;
    padding: 0 30px;
    padding-bottom: 50px;
    width: 100vw;
  }
  .clients-section .client-row {
    width: 1250px;
  }
  .clients-section ::-webkit-scrollbar {
    width: 0;
    height: 3px;
  }
  .clients-section ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .clients-section ::-webkit-scrollbar-thumb {
    background-color: #dddde3;
    height: 10px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-section {
    padding-bottom: 90px;
    position: relative;
  }
  .clients-section .title-content {
    margin-bottom: 0;
  }
  .clients-section .client-row {
    width: 800px;
  }
  .clients-section .client-scroll {
    overflow: auto;
    margin: 0 -18px;
    padding: 0 18px;
    padding-bottom: 50px;
    width: 100vw;
  }
  .clients-section .client-block {
    width: 160px;
    min-width: 160px;
    height: 160px;
  }
  .clients-section .client-block img {
    max-width: 70px;
    left: 10px;
  }
  .clients-section .client-block:before {
    width: 175px;
    height: 175px;
  }
}
.media-section {
  padding-bottom: 120px;
}
.media-section.media-inner .title-content p {
  max-width: 600px;
}
.media-section.media-inner .content {
  border-top: none;
}
.media-section .content {
  padding-top: 90px;
  border-top: 1px solid #4a5666;
}
.media-section .title-content {
  width: 100%;
}
.media-section .title-content .subtitle {
  color: #fff;
  margin-bottom: 15px;
}
.media-section .title-content p {
  color: #fff;
  max-width: 500px;
}
.media-section .media-scroll {
  width: 100%;
}
.media-section .media-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.media-section .media-link img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.media-section .media-link:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media only screen and (max-width: 1250px) {
  .media-section .content {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .media-inner + .paymant-section.paymant-inner {
    padding-top: 20px;
  }
  .media-section {
    padding-bottom: 80px;
  }
  .media-section ::-webkit-scrollbar {
    width: 0;
    height: 3px;
  }
  .media-section ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .media-section ::-webkit-scrollbar-thumb {
    background-color: #4a5666;
    height: 10px;
    border-radius: 20px;
  }
  .media-section .content {
    padding-top: 60px;
  }
  .media-section .media-scroll {
    margin: 0 -18px;
    overflow: auto;
    padding-left: 18px;
    padding-right: 18px;
    width: 100vw;
    padding-bottom: 20px;
  }
  .media-section .media-content {
    width: 700px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-section .media-link {
    min-width: 50px;
    margin-right: 20px;
  }
  .media-section .media-link img {
    max-width: 115px;
  }
}
.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;
  }
}
.tools-section {
  background: #fff;
  padding-bottom: 140px;
}
.tools-section.tools-black {
  background: #1f2630;
}
.tools-section.tools-black .title-content .subtitle {
  color: #fff;
}
.tools-section.tools-black .title-content p {
  color: #bfbfcd;
}
.tools-section.tools-white {
  background: #f5f5f5;
}
.tools-section.pt-160 {
  padding-top: 160px;
}
.tools-section.tools-full .title-content {
  max-width: 100%;
}
.tools-section.tools-full .title-content p {
  max-width: 565px;
}
.tools-section.tools-full .tools-content {
  max-width: 100%;
  top: 0;
  margin-top: 50px;
}
.tools-section .title-content {
  width: 100%;
  max-width: 405px;
}
.tools-section .title-content .subtitle {
  color: #181919;
  margin-bottom: 15px;
}
.tools-section .title-content p {
  color: #454960;
  line-height: 140%;
}
.tools-section .tools-content {
  width: 100%;
  max-width: calc(100% - 405px - 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  position: relative;
  top: -20px;
}
.tools-section .col-5 .tool-block {
  width: 20%;
}
.tools-section .tool-block {
  width: 25%;
  margin: 0 0 70px 0;
  /* &:hover {
  	img {
  		filter: grayscale(0);
  		opacity: 1;
  	}
  } */
}
.tools-section .tool-block.opacity img {
  opacity: 0.4;
}
.tools-section .tool-block img {
  margin: 0 auto;
  /* filter: grayscale(100%);
  opacity: 0.5; */
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tools-section + .reviews-section {
  padding-top: 150px;
}

@media only screen and (max-width: 1100px) {
  .tools-section .tools-content {
    max-width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .tools-section {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tools-section.tools-black + .advantages-section {
    padding-top: 30px;
  }
  .tools-section {
    padding-bottom: 40px;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .tools-section.pt-160 {
    padding-top: 70px;
  }
  .tools-section .col-5 .tool-block {
    width: 50%;
  }
  .tools-section .tools-content {
    top: 0;
  }
  .tools-section .title-content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 140%;
  }
  .tools-section .tool-block {
    width: 50%;
    margin-bottom: 45px;
  }
  .tools-section + .reviews-section {
    padding-top: 70px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .tools-section .tools-content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .tools-section .col-5 .tool-block {
    width: 30%;
  }
  .tools-section .tool-block {
    width: 30%;
  }
}
.team-inner-section {
  padding-top: 100px;
  padding-bottom: 180px;
}
.team-inner-section .title-content {
  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;
  width: 100%;
}
.team-inner-section .title-content.title-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team-inner-section .title-content .title {
  max-width: 660px;
}
.team-inner-section .title-content .description {
  width: 100%;
  max-width: 660px;
}
.team-inner-section .title-content .team-subtitle {
  width: calc(100% - 660px);
  max-width: 460px;
  position: relative;
}
.team-inner-section .title-content .team-subtitle p {
  padding: 40px 20px 30px 40px;
  max-width: 415px;
}
.team-inner-section .title-content .team-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;
}
.team-inner-section .team-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 70px;
}
.team-inner-section .team-link {
  color: #fff;
  position: relative;
  width: 16.6666666667%;
  text-align: center;
}
.team-inner-section .team-link:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.team-inner-section .team-link .name {
  display: block;
  margin-bottom: 7px;
}
.team-inner-section .team-link img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 100px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.team-inner-section .team-link .position {
  color: #bfbfcd;
  font-weight: 500;
  font-size: 15px;
}
.team-inner-section .left-team {
  width: 50%;
}
.team-inner-section .left-team .team-link {
  width: 33.3333333333%;
  margin-bottom: 50px;
}
.team-inner-section .ceo-team {
  width: 40%;
  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;
  margin-left: auto;
}
.team-inner-section .ceo-team .ceo-info {
  display: block;
  margin-top: 8px;
}
.team-inner-section .ceo-team .text {
  text-align: right;
}
.team-inner-section .ceo-team blockquote {
  text-align: left;
  display: inline-block;
  background: #343841;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 150%;
  margin-bottom: 15px;
}
.team-inner-section .ceo-team blockquote .name {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.team-inner-section .ceo-team blockquote .position {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #c8c8d7;
}
.team-inner-section .ceo-team blockquote a {
  display: inline-block;
  position: relative;
  color: #fd7e17;
  font-size: 15px;
}
.team-inner-section .ceo-team blockquote a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  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);
}
.team-inner-section .ceo-team blockquote a:hover:before, .team-inner-section .ceo-team blockquote a.active:before {
  right: 0;
  width: 0;
}
.team-inner-section .ceo-team blockquote:before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 11px;
  width: 44px;
  height: 28px;
  background: url("../img/icon/blog/hint_blockquote_black.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.team-inner-section .ceo-team blockquote + blockquote {
  margin-top: 20px;
}
.team-inner-section .ceo-team .img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-left: 25px;
}
.team-inner-section .ceo-team .img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fb660e;
}

.reviews-section + .team-inner-section {
  padding-top: 155px;
}

@media only screen and (max-width: 991px) {
  .team-inner-section {
    padding-bottom: 150px;
  }
  .team-inner-section .title-content .title {
    max-width: 560px;
  }
  .team-inner-section .title-content .team-subtitle {
    width: calc(100% - 560px);
  }
  .team-inner-section .left-team .team-link {
    width: 50%;
  }
  .team-inner-section .team-link {
    width: 33.3333333333%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .reviews-section + .team-inner-section {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .dont-work-section + .team-inner-section {
    padding-top: 0;
  }
  .team-inner-section .ceo-team {
    margin-bottom: 50px;
  }
  .team-inner-section + .media-inner .content {
    padding-top: 0;
  }
  .team-inner-section + .media-inner {
    padding-bottom: 30px;
  }
  .team-inner-section {
    padding: 70px 0;
  }
  .team-inner-section .left-team {
    width: 100%;
  }
  .team-inner-section .ceo-team {
    width: 100%;
  }
  .team-inner-section .ceo-team blockquote {
    padding: 10px 20px;
    font-size: 14px;
  }
  .team-inner-section .ceo-team blockquote a {
    font-size: 14px;
  }
  .team-inner-section .title-content .team-subtitle {
    width: 100%;
  }
  .team-inner-section .title-content .team-subtitle p {
    padding: 0;
    margin-bottom: 0;
  }
  .team-inner-section .title-content .team-subtitle:before {
    content: none;
  }
  .team-inner-section .team-content {
    margin-top: 55px;
  }
  .team-inner-section .team-link {
    margin-bottom: 40px;
    width: 50%;
  }
  .team-inner-section .team-link img {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }
  .team-inner-section .team-link .name {
    margin-bottom: 4px;
    font-size: 14px;
  }
  .team-inner-section .team-link .position {
    font-size: 12px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .team-inner-section .team-link {
    width: 30%;
  }
  .team-inner-section .left-team .team-link {
    width: 30%;
  }
}
.steps-section {
  padding-top: 165px;
  padding-bottom: 158px;
}
.steps-section .title-content {
  width: 100%;
  max-width: 545px;
}
.steps-section .title-hint {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.steps-section .title-hint:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0px;
  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 center;
}
.steps-section .steps-content {
  width: 100%;
  max-width: calc(100% - 545px - 135px);
  margin-left: auto;
}
.steps-section .step-block {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.steps-section .step-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4a5666;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.steps-section .step-block:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.78%, rgba(255, 168, 38, 0)), color-stop(51.91%, #fa4101), color-stop(95.24%, rgba(250, 65, 1, 0)));
  background: -o-linear-gradient(right, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
  background: linear-gradient(270deg, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.steps-section .step-block:hover {
  border-bottom-width: 4px;
}
.steps-section .step-block:hover:before, .steps-section .step-block:hover:after {
  height: 4px;
}
.steps-section .step-block p {
  font-size: 15px;
  color: #bfbfcd;
  font-weight: 500;
  line-height: 150%;
}
.steps-section .step-block p span {
  color: #fb660e;
}
.steps-section .step-block p a {
  display: inline-block;
  color: #fb660e;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.steps-section .step-block p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  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);
}
.steps-section .step-block p a:hover {
  color: #fff;
}
.steps-section .step-block p a:hover:before {
  right: 0;
  width: 0;
}
.steps-section .step-block p + ul {
  margin-top: 15px;
}
.steps-section .step-block ul + p {
  margin-top: 15px;
}
.steps-section .step-block ul {
  list-style: none;
}
.steps-section .step-block ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  color: #bfbfcd;
  line-height: 140%;
  padding-left: 27px;
}
.steps-section .step-block ul li.package-prev:before {
  background: url(../img/icon/audit/arrow-prev.svg);
  background-repeat: no-repeat;
}
.steps-section .step-block ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 16px;
  background: url(../img/icon/audit/check-black.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
.steps-section .step-block ul a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fb660e;
}
.steps-section .step-block ul 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);
}
.steps-section .step-block ul a:hover, .steps-section .step-block ul a.active {
  color: #fb660e;
}
.steps-section .step-block ul a:hover:before, .steps-section .step-block ul a.active:before {
  left: 0;
  width: 100%;
}
.steps-section .step-block .step-modal {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fd7e17;
  margin: 0 15px;
  cursor: pointer;
  margin: 0;
}
.steps-section .step-block .step-modal: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);
}
.steps-section .step-block .step-modal:hover, .steps-section .step-block .step-modal.active {
  color: #fb660e;
}
.steps-section .step-block .step-modal:hover:before, .steps-section .step-block .step-modal.active:before {
  left: 0;
  width: 100%;
}
.steps-section .step-block .step-title {
  display: block;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.steps-section .step-block .step-subtitle {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
}
.steps-section .step-block .phone a,
.steps-section .step-block .mail a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.steps-section .step-block .phone a:before,
.steps-section .step-block .mail a: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);
}
.steps-section .step-block .phone a:hover:before,
.steps-section .step-block .mail a:hover:before {
  right: 0;
  width: 0;
}
.steps-section .step-block .social a {
  display: inline-block;
  margin-right: 15px;
}
.steps-section .step-block .social a img {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.steps-section .step-block .social a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.steps-section .step-block .step-action {
  margin-top: 15px;
  background: #252e3a;
  padding: 22px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 560px;
}
.steps-section .step-block .step-action.step-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  padding: 40px;
  /* 	.social {
  } */
}
.steps-section .step-block .step-action.step-3 .phone,
.steps-section .step-block .step-action.step-3 .mail {
  margin-bottom: 35px;
}
.steps-section .steps-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-top: 70px;
  width: 100%;
  padding: 95px 110px;
  border-radius: 20px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
}
.steps-section .steps-form .form-info {
  width: 100%;
  max-width: calc(100% - 660px - 130px);
  position: relative;
  top: -22px;
}
.steps-section .steps-form .form-info .form-title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.steps-section .steps-form .form-info .form-description {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.steps-section .steps-form form {
  width: 100%;
  max-width: 660px;
  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;
}
.steps-section .steps-form form .input-group {
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}
.steps-section .steps-form form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  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;
}
.steps-section .steps-form form label.focus-input {
  color: #fff;
}
.steps-section .steps-form form label.active-input {
  top: -18px;
  font-size: 12px;
}
.steps-section .steps-form form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.steps-section .steps-form form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.steps-section .steps-form form .form-group p {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
  max-width: 250px;
  font-weight: 500;
}
.steps-section .steps-form form .form-group p a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.steps-section .steps-form form .form-group p a: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);
}
.steps-section .steps-form form .form-group p a:hover:before {
  right: 0;
  width: 0;
}
.steps-section .steps-form form .form-group .btn {
  min-width: 318px;
}

@media only screen and (max-width: 1300px) {
  .steps-section .steps-form {
    padding: 80px 60px;
  }
  .steps-section .steps-form .form-info {
    top: 0;
    max-width: 37%;
  }
  .steps-section .steps-form form {
    max-width: 60%;
  }
  .steps-section .steps-form form .form-group p {
    width: 48%;
  }
  .steps-section .steps-form form .form-group .btn {
    max-width: 48%;
    min-width: 48%;
  }
}
@media only screen and (max-width: 1220px) {
  .steps-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .steps-section .title-hint:before {
    content: none;
  }
  .steps-section .title-content {
    max-width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  .steps-section .steps-content {
    max-width: 100%;
    margin-top: 85px;
    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;
  }
  .steps-section .step-block {
    width: 48%;
  }
}
@media only screen and (max-width: 991px) {
  .steps-section .title-content {
    text-align: left;
    margin-left: 0;
  }
  .steps-section .title-content .btn {
    display: none;
  }
  .steps-section .step-block {
    width: 100%;
  }
  .steps-section .steps-content {
    margin-top: 50px;
  }
  .steps-section .steps-form {
    padding: 50px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps-section .steps-form .form-info {
    top: 0;
    width: 100%;
    max-width: 100%;
  }
  .steps-section .steps-form form {
    margin-top: 55px;
    width: 100%;
    max-width: 100%;
  }
  .steps-section .steps-form form .input-group {
    margin-bottom: 30px;
  }
  .steps-section .steps-form form .form-group p {
    width: 48%;
  }
  .steps-section .steps-form form .form-group .btn {
    max-width: 48%;
    min-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section {
    padding: 70px 0;
  }
  .steps-section .title-content {
    max-width: 100%;
  }
  .steps-section .title-content .title {
    margin-bottom: 25px;
  }
  .steps-section .title-content .btn {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .steps-section .title-content .description {
    margin-bottom: 0;
  }
  .steps-section .steps-form {
    margin-top: 0;
    padding: 40px 25px;
  }
  .steps-section .steps-form .form-info {
    text-align: center;
  }
  .steps-section .steps-form .form-info .form-title {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .steps-section .steps-form .form-info .form-description {
    font-size: 14px;
  }
  .steps-section .steps-form form .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
  }
  .steps-section .steps-form form .form-group p {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
  }
  .steps-section .steps-form form .form-group .btn {
    min-width: 100%;
    max-width: 100%;
  }
  .steps-section .steps-form form .input-group {
    width: 100%;
    margin-bottom: 40px;
  }
  .steps-section .steps-form form label {
    top: -5px;
  }
  .steps-section .step-block {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .steps-section .step-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .steps-section .step-block:last-child:before, .steps-section .step-block:last-child:after {
    content: none;
  }
  .steps-section .step-block .step-subtitle {
    font-size: 14px;
  }
  .steps-section .step-block .step-action {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps-section .step-block .step-action.step-3 {
    padding: 30px;
  }
  .steps-section .step-block .step-action .phone,
.steps-section .step-block .step-action .mail {
    margin-bottom: 22px;
  }
  .steps-section .step-block .step-action .phone a,
.steps-section .step-block .step-action .mail a {
    font-size: 28px;
  }
  .steps-section .step-block .step-action .social a {
    margin-right: 12px;
  }
  .steps-section .step-block .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .steps-section .step-block p {
    font-size: 14px;
    line-height: 140%;
  }
  .steps-section .steps-content + .steps-form {
    margin-top: 55px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .steps-section .title-content {
    max-width: 450px;
  }
  .steps-section .title-content .btn {
    width: 300px;
  }
  .steps-section .step-block .step-action {
    max-width: 500px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .steps-section .steps-form form .input-group {
    width: 48%;
  }
  .steps-section .steps-form form .form-group .btn {
    min-width: 48%;
    max-width: 48%;
  }
  .steps-section .steps-form form .form-group p {
    width: 48%;
    text-align: left;
  }
}
.rules-section {
  padding: 130px 0;
  background: #f5f5f5;
  counter-reset: rules;
}
.rules-section.pb-0 {
  padding-bottom: 0;
}
.rules-section .title-content {
  width: 100%;
  max-width: calc(100% - 450px - 70px);
}
.rules-section .title-content .title {
  margin-bottom: 55px;
  color: #181919;
  max-width: 500px;
}
.rules-section .title-content p {
  max-width: 662px;
}
.rules-section .title-content.title-big {
  max-width: calc(100% - 550px - 70px);
}
.rules-section .title-content.title-big .title {
  max-width: 570px;
}
.rules-section .rules-subtitle {
  width: 450px;
  height: auto;
  position: relative;
  z-index: 1;
  margin-left: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.rules-section .rules-subtitle.subtitle-big {
  width: 550px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rules-section .rules-subtitle.subtitle-big p {
  padding: 0 42px 20px 64px;
}
.rules-section .rules-subtitle: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;
}
.rules-section .rules-subtitle p {
  padding: 42px 42px 47px 64px;
  color: #454960;
  font-size: 15px;
  line-height: 150%;
}
.rules-section .rules-content {
  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: 55px;
}
.rules-section .rules-content .btn {
  margin: 0 auto;
}
.rules-section .rules-block {
  max-width: 47%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  /* &:nth-child(7) {
  	margin-left: 100px;
  }
  &:nth-child(8) {
  	max-width: 39.5%;
  }
  &:nth-child(11) {
  	margin-left: 100px;
  }
  &:nth-child(12) {
  	max-width: 39.5%;
  }
  &:nth-child(15) {
  	margin-left: 100px;
  }
  &:nth-child(16) {
  	max-width: 39.5%;
  }
  &:nth-child(19) {
  	margin-left: 100px;
  }
  &:nth-child(20) {
  	max-width: 39.5%;
  } */
}
.rules-section .rules-block:nth-child(4n+3) {
  margin-left: 100px;
}
.rules-section .rules-block:nth-child(4n) {
  max-width: 39.5%;
}
.rules-section .rules-block .number {
  position: relative;
  top: -35px;
  margin-bottom: -35px;
  font-size: 200px;
  font-weight: 600;
  color: #dedede;
  -webkit-text-stroke: 2px #dedede;
  -webkit-text-fill-color: transparent;
  margin-right: 30px;
}
.rules-section .rules-block .rules-title {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #181919;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.rules-section .rules-block p {
  font-size: 15px;
  font-weight: 500;
  color: #454960;
  line-height: 150%;
}
.rules-section .rules-block p a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fb660e;
  font-weight: 500;
}
.rules-section .rules-block p 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);
}
.rules-section .rules-block p a:hover, .rules-section .rules-block p a.active {
  color: #fb660e;
}
.rules-section .rules-block p a:hover:before, .rules-section .rules-block p a.active:before {
  left: 0;
  width: 100%;
}
.rules-section .rules-block ul {
  list-style: none;
}
.rules-section .rules-block ul li {
  font-size: 15px;
  font-weight: 500;
  color: #454960;
  line-height: 150%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}
.rules-section .rules-block ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 12px;
  background: url(../img/icon/audit/check.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
.rules-section .rules-block p + ul {
  margin-top: 10px;
}
.rules-section .rules-block ul + p {
  margin-top: 10px;
}
.rules-section .rules-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 80px 110px 70px 110px;
  border-radius: 30px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
}
.rules-section .rules-form .form-info {
  width: 100%;
  max-width: 35%;
  position: relative;
}
.rules-section .rules-form .form-info .form-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}
.rules-section .rules-form .form-info .form-description {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.rules-section .rules-form .form-info .form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rules-section .rules-form .form-info .form-social li {
  margin-right: 15px;
}
.rules-section .rules-form .form-info .form-social li a {
  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;
  border-radius: 100px;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.rules-section .rules-form .form-info .form-social li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.rules-section .rules-form .form-info .form-social li a img {
  width: 24px;
  height: auto;
}
.rules-section .rules-form form {
  width: 100%;
  max-width: 620px;
  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;
}
.rules-section .rules-form form .form-subtitle {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.rules-section .rules-form form .input-group {
  width: 45%;
  margin-bottom: 40px;
  position: relative;
}
.rules-section .rules-form form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  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;
}
.rules-section .rules-form form label.focus-input {
  color: #fff;
}
.rules-section .rules-form form label.active-input {
  top: -18px;
  font-size: 12px;
}
.rules-section .rules-form form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.rules-section .rules-form form .form-group {
  width: 45%;
}
.rules-section .rules-form form .form-group p {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
  max-width: 250px;
  font-weight: 500;
  margin-top: 13px;
}
.rules-section .rules-form form .form-group p a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.rules-section .rules-form form .form-group p a: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);
}
.rules-section .rules-form form .form-group p a:hover:before {
  right: 0;
  width: 0;
}
.rules-section .rules-form form .form-group .btn {
  min-width: 318px;
}
.rules-section .rulles-block-modal {
  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;
  position: relative;
  width: 100%;
  padding: 70px 110px 75px 110px;
  border-radius: 30px;
  margin-top: 50px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
}
.rules-section .rulles-block-modal .text-content {
  width: 100%;
  max-width: 745px;
}
.rules-section .rulles-block-modal .title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 20px;
}
.rules-section .rulles-block-modal .description {
  font-size: 17px;
  color: #fff;
}
.rules-section .rulles-block-modal .btn-opacity {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 18px 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.rules-section .rulles-block-modal .btn-opacity:hover {
  background: #fff;
  color: #fb660e;
}
.rules-section .btn-block {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rules-section .hint-rules-block {
  width: 100%;
  max-width: 370px;
  position: relative;
  top: -30px;
  margin-left: 50px;
}
.rules-section .hint-rules-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;
}
.rules-section .hint-rules-block:after {
  content: "";
  position: absolute;
  bottom: -50px;
  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;
}
.rules-section .hint-rules-block p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  padding: 30px 20px 30px 40px;
}

@media only screen and (max-width: 1200px) {
  .rules-section .rules-form {
    padding: 60px 40px 60px 60px;
  }
  .rules-section .rules-form form .form-group .btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .rules-section {
    /* .rules-content {
    	margin-top: 55px;
    } */
  }
  .rules-section .title-content {
    max-width: calc(100% - 450px - 25px);
  }
  .rules-section .title-content.title-big {
    max-width: 100%;
  }
  .rules-section .rules-subtitle.subtitle-big {
    display: none;
  }
  .rules-section .rules-block {
    margin-left: 0 !important;
    width: 45% !important;
    max-width: 45% !important;
  }
  .rules-section .rules-block p {
    font-size: 14px;
    line-height: 140%;
  }
  .rules-section .rules-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rules-section .rules-form .form-info {
    max-width: 100%;
    margin-bottom: 0;
  }
  .rules-section .rules-form .form-info .form-title {
    margin-bottom: 15px;
  }
  .rules-section .rules-form .form-info .form-description {
    display: none;
  }
  .rules-section .rules-form .form-info .form-social {
    display: none;
  }
  .rules-section .rules-form form {
    max-width: 100%;
  }
  .rules-section .rules-form form .form-subtitle {
    font-size: 14px;
    max-width: 550px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .rules-section {
    padding: 70px 0 70px 0;
  }
  .rules-section .title-content {
    width: 100%;
    max-width: 100%;
  }
  .rules-section .title-content .title {
    margin-bottom: 15px;
  }
  .rules-section .hint-rules-block {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .rules-section .hint-rules-block p {
    font-size: 13px;
  }
  .rules-section .hint-rules-block:after {
    bottom: -10px;
    right: -10px;
    -webkit-transform: scale(1, 1) rotate(320deg);
        -ms-transform: scale(1, 1) rotate(320deg);
            transform: scale(1, 1) rotate(320deg);
  }
  .rules-section .rules-content .btn {
    width: 100%;
    position: relative;
    top: -20px;
    margin-bottom: -20px;
  }
  .rules-section .rules-block {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    margin-bottom: 50px;
  }
  .rules-section .rules-block .number {
    font-size: 130px;
    margin-right: 0;
    margin-bottom: -50px;
  }
  .rules-section .rules-block .rules-title {
    font-size: 16px;
  }
  .rules-section .rules-subtitle {
    height: auto;
  }
  .rules-section .rules-subtitle:before {
    content: none;
  }
  .rules-section .rules-subtitle p {
    padding: 0;
    font-size: 14px;
    line-height: 135%;
  }
  .rules-section .rules-form {
    padding: 30px 30px;
  }
  .rules-section .rules-form .form-info .form-title {
    font-size: 18px;
    text-align: center;
  }
  .rules-section .rules-form form .form-subtitle {
    font-size: 13px;
    text-align: center;
  }
  .rules-section .rules-form form .input-group {
    width: 100%;
  }
  .rules-section .rules-form form .form-group {
    width: 100%;
  }
  .rules-section .rules-form form .form-group p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .rules-section .rulles-block-modal {
    padding: 30px;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .rules-section .rulles-block-modal .title {
    font-size: 21px;
  }
  .rules-section .rulles-block-modal .description + .btn-opacity {
    margin-top: 20px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .rules-section .rules-subtitle {
    margin-left: 0;
  }
  .rules-section .rules-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rules-section .rules-block .number {
    margin-right: 20px;
    top: -25px;
  }
  .rules-section .rules-content .btn {
    width: 250px;
  }
  .rules-section .rules-form form .input-group {
    width: 48%;
  }
  .rules-section .rules-form form .form-group {
    width: 48%;
  }
}
.guarantee-section {
  background: #f5f5f5;
  padding-top: 135px;
  padding-bottom: 130px;
}
.guarantee-section.guarantee-inner {
  padding-top: 0;
}
.guarantee-section.guarantee-inner .title-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guarantee-section.guarantee-inner .title-content .title {
  text-align: left;
  max-width: 685px;
}
.guarantee-section.guarantee-inner .guarantee-subtitle {
  max-width: 200px;
  margin-right: 150px;
  position: relative;
}
.guarantee-section.guarantee-inner .guarantee-subtitle:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -45px;
  width: 45px;
  height: 55px;
  background-image: url("../img/icon/guarantee/hint-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.guarantee-section.guarantee-inner .guarantee-subtitle p {
  font-size: 15px;
  color: #454960;
}
.guarantee-section.guarantee-inner .guarantee-block-title {
  background: none;
  padding: 0;
}
.guarantee-section.guarantee-inner .guarantee-block-title .title {
  margin-bottom: 20px;
}
.guarantee-section.guarantee-inner .guarantee-block-title .title-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guarantee-section.guarantee-inner .guarantee-block-title .guarantee-subtitle {
  margin-right: 0;
  margin-left: 0;
  font-size: 17px;
  width: 100%;
  max-width: 390px;
  color: #454960;
}
.guarantee-section.guarantee-inner .guarantee-block-title .guarantee-subtitle:before {
  top: 50px;
  right: 0px;
  -webkit-transform: scale(-1, 1) rotate(55deg);
      -ms-transform: scale(-1, 1) rotate(55deg);
          transform: scale(-1, 1) rotate(55deg);
}
.steps-section + .guarantee-section.guarantee-inner {
  padding-top: 150px;
}
.guarantee-section .title-content {
  width: 100%;
}
.guarantee-section .title-content .title {
  display: block;
  color: #181919;
  text-align: center;
  margin-bottom: 60px;
}
.guarantee-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guarantee-section .guarantee-block {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  width: 49%;
  margin-bottom: 20px;
}
.guarantee-section .guarantee-block.guarantee-3 {
  width: 32%;
}
.guarantee-section .guarantee-block.guarantee-3 p {
  font-size: 15px;
}
.guarantee-section .guarantee-block.guarantee-form {
  border: 1px solid #fb660e;
}
.guarantee-section .guarantee-block.guarantee-form .guarantee-title {
  font-size: 19px;
  padding-left: 0;
  text-transform: none;
  width: 100%;
  margin-bottom: 43px;
}
.guarantee-section .guarantee-block.guarantee-form .guarantee-title:before {
  content: none;
}
.guarantee-section .guarantee-block.guarantee-form .guarantee-text {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #454960;
  font-weight: 500;
  margin-bottom: 20px;
}
.guarantee-section .guarantee-block.guarantee-border {
  background: none;
  border: 1px solid #fb660e;
  padding: 30px 30px 25px 30px;
}
.guarantee-section .guarantee-block .guarantee-title {
  font-size: 21px;
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  color: #181919;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.guarantee-section .guarantee-block .guarantee-title:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background: url("../img/icon/guarantee.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.guarantee-section .guarantee-block p {
  font-size: 17px;
  font-weight: 500;
  color: #454960;
  line-height: 150%;
}
.guarantee-section .guarantee-block p a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #fb660e;
  font-weight: 500;
}
.guarantee-section .guarantee-block p 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);
}
.guarantee-section .guarantee-block p a:hover, .guarantee-section .guarantee-block p a.active {
  color: #fb660e;
}
.guarantee-section .guarantee-block p a:hover:before, .guarantee-section .guarantee-block p a.active:before {
  left: 0;
  width: 100%;
}
.guarantee-section .guarantee-block-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 80px 110px 70px 110px;
  border-radius: 30px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  margin-top: 120px;
}
.guarantee-section .guarantee-block-form .form-info {
  width: 100%;
  max-width: 35%;
  position: relative;
}
.guarantee-section .guarantee-block-form .form-info .form-title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 45px;
}
.guarantee-section .guarantee-block-form .form-info .form-description {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.guarantee-section .guarantee-block-form .form-info .form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guarantee-section .guarantee-block-form .form-info .form-social li {
  margin-right: 15px;
}
.guarantee-section .guarantee-block-form .form-info .form-social li a {
  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;
  border-radius: 100px;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.guarantee-section .guarantee-block-form .form-info .form-social li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.guarantee-section .guarantee-block-form .form-info .form-social li a img {
  width: 24px;
  height: auto;
}
.guarantee-section .guarantee-block-form form {
  width: 100%;
  max-width: 620px;
  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;
}
.guarantee-section .guarantee-block-form form .form-subtitle {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.guarantee-section .guarantee-block-form form .input-group {
  width: 45%;
  margin-bottom: 40px;
  position: relative;
}
.guarantee-section .guarantee-block-form form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  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;
}
.guarantee-section .guarantee-block-form form label.focus-input {
  color: #fff;
}
.guarantee-section .guarantee-block-form form label.active-input {
  top: -18px;
  font-size: 12px;
}
.guarantee-section .guarantee-block-form form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.guarantee-section .guarantee-block-form form .form-group {
  width: 45%;
}
.guarantee-section .guarantee-block-form form .form-group p {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
  max-width: 250px;
  font-weight: 500;
  margin-top: 13px;
}
.guarantee-section .guarantee-block-form form .form-group p a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.guarantee-section .guarantee-block-form form .form-group p a: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);
}
.guarantee-section .guarantee-block-form form .form-group p a:hover:before {
  right: 0;
  width: 0;
}
.guarantee-section .guarantee-block-form form .form-group .btn {
  min-width: 318px;
}
.guarantee-section.guarantee-subtitle .title-content {
  max-width: 710px;
}
.guarantee-section.guarantee-subtitle .title-content .title {
  text-align: left;
}
.guarantee-section.guarantee-subtitle .guarantee-subtitle {
  max-width: calc(100% - 710px);
  position: relative;
}
.guarantee-section.guarantee-subtitle .guarantee-subtitle.subtitle-arrow:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -20px;
  width: 45px;
  height: 50px;
  background-image: url(../img/icon/services/hint-arrow.svg);
  -webkit-transform: scale(1, 1) rotate(-15deg);
      -ms-transform: scale(1, 1) rotate(-15deg);
          transform: scale(1, 1) rotate(-15deg);
  background-repeat: no-repeat;
  background-position: center;
}
.guarantee-section.guarantee-subtitle .guarantee-subtitle p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  max-width: 220px;
}
.guarantee-section .guarantee-block-modal {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  padding: 70px;
  border-radius: 30px;
}
.guarantee-section .guarantee-block-modal .title {
  max-width: 800px;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.guarantee-section .guarantee-block-modal .description {
  max-width: 800px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.guarantee-section .guarantee-block-modal .btn-opacity {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 18px 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.guarantee-section .guarantee-block-modal .btn-opacity:hover {
  background: #fff;
  color: #fb660e;
}

@media only screen and (max-width: 1200px) {
  .guarantee-section .guarantee-block-form {
    padding: 60px 40px 60px 60px;
  }
  .guarantee-section .guarantee-block-form form .form-group .btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .guarantee-section {
    padding: 100px 0 50px 0;
  }
  .guarantee-section.guarantee-inner .title-content .title {
    max-width: 650px;
  }
  .guarantee-section.guarantee-inner .guarantee-subtitle {
    display: none;
  }
  .guarantee-section.guarantee-inner .guarantee-block.guarantee-3 {
    width: 49%;
  }
  .guarantee-section .guarantee-block p {
    font-size: 14px;
    line-height: 140%;
  }
  .guarantee-section .guarantee-block p a {
    font-size: 14px;
  }
  .guarantee-section .guarantee-block-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guarantee-section .guarantee-block-form .form-info {
    max-width: 100%;
    margin-bottom: 0;
  }
  .guarantee-section .guarantee-block-form .form-info .form-title {
    margin-bottom: 15px;
  }
  .guarantee-section .guarantee-block-form .form-info .form-description {
    display: none;
  }
  .guarantee-section .guarantee-block-form .form-info .form-social {
    display: none;
  }
  .guarantee-section .guarantee-block-form form {
    max-width: 100%;
  }
  .guarantee-section .guarantee-block-form form .form-subtitle {
    font-size: 14px;
    max-width: 550px;
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section + .guarantee-section.guarantee-inner {
    padding-top: 70px;
  }
  .guarantee-section {
    padding-top: 70px;
    position: relative;
    top: -3px;
    margin-bottom: -4px;
  }
  .guarantee-section.guarantee-subtitle .title-content {
    max-width: 100%;
  }
  .guarantee-section.guarantee-subtitle .guarantee-subtitle {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .guarantee-section.guarantee-subtitle .guarantee-subtitle.subtitle-arrow:before {
    top: 60px;
    right: -15px;
  }
  .guarantee-section.guarantee-subtitle .guarantee-subtitle p {
    max-width: 100%;
  }
  .guarantee-section .title-content .title {
    text-align: left;
    margin-bottom: 30px;
  }
  .guarantee-section .guarantee-block {
    width: 100%;
    padding: 30px;
  }
  .guarantee-section .guarantee-block .guarantee-title {
    font-size: 16px;
    padding-left: 25px;
  }
  .guarantee-section .guarantee-block .guarantee-title:before {
    top: 1px;
    width: 16px;
    height: 17px;
    background-size: contain !important;
  }
  .guarantee-section .guarantee-block.guarantee-form .guarantee-text {
    font-size: 13px;
  }
  .guarantee-section .guarantee-block-form {
    padding: 30px 30px;
  }
  .guarantee-section .guarantee-block-form .form-info .form-title {
    font-size: 18px;
    text-align: center;
  }
  .guarantee-section .guarantee-block-form form .form-subtitle {
    font-size: 13px;
    text-align: center;
  }
  .guarantee-section .guarantee-block-form form .input-group {
    width: 100%;
  }
  .guarantee-section .guarantee-block-form form .form-group {
    width: 100%;
  }
  .guarantee-section .guarantee-block-form form .form-group p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .guarantee-section .guarantee-block-modal {
    padding: 30px 30px;
  }
  .guarantee-section .guarantee-block-modal .btn-opacity {
    font-size: 14px;
  }
  .guarantee-section .guarantee-block-modal .title {
    font-size: 17px;
  }
  .guarantee-section .guarantee-section + .rules-section {
    position: relative;
    top: -3px;
  }
  .guarantee-section .guarantee-border + .guarantee-block-form {
    margin-top: 40px;
  }
  .guarantee-section.guarantee-inner {
    padding-top: 30px;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .guarantee-section.guarantee-inner .guarantee-block.guarantee-3 {
    width: 100%;
  }
  .guarantee-section.guarantee-inner .guarantee-block.guarantee-3 p {
    font-size: 14px;
  }
  .guarantee-section.guarantee-inner .guarantee-form .guarantee-title {
    margin-bottom: 30px;
  }
  .guarantee-section.guarantee-inner .guarantee-form .btn {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .guarantee-section .title-content {
    width: 350px;
  }
  .guarantee-section .guarantee-block {
    width: 48%;
  }
  .guarantee-section.guarantee-inner .guarantee-block.guarantee-3 {
    width: 48%;
  }
  .guarantee-section .guarantee-block-form form .input-group {
    width: 48%;
  }
  .guarantee-section .guarantee-block-form form .form-group {
    width: 48%;
  }
}
.paymant-section {
  padding: 100px 0 170px 0;
  background: #f5f5f5;
}
.paymant-section.paymant-inner {
  background: none;
  padding-bottom: 160px;
  padding-top: 70px;
}
.paymant-section.paymant-inner .title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  text-align: left;
}
.paymant-section.paymant-inner .title-content .title {
  font-size: 35px;
  font-weight: 600;
  width: 370px;
  color: #fff;
}
.paymant-section.paymant-inner .title-content p {
  width: calc(100% - 370px - 45px);
}
.paymant-section.paymant-inner .title-content p a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  color: #fb660e;
}
.paymant-section.paymant-inner .title-content p 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);
}
.paymant-section.paymant-inner .title-content p a:hover, .paymant-section.paymant-inner .title-content p a.active {
  color: #fb660e;
}
.paymant-section.paymant-inner .title-content p a:hover:before, .paymant-section.paymant-inner .title-content p a.active:before {
  left: 0;
  width: 100%;
}
.paymant-section.paymant-gradient {
  padding-top: 120px;
}
.paymant-section.paymant-gradient .content {
  background: -o-radial-gradient(51.24% -60.41%, 171.16% 171.16%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  background: radial-gradient(171.16% 171.16% at 51.24% -60.41%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  padding: 60px 100px;
  border-radius: 20px;
}
.paymant-section.paymant-gradient .title-content {
  max-width: 60%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.paymant-section.paymant-gradient .title-content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 50px;
  background-image: url("../img/icon/services/hint-arrow.svg");
  -webkit-transform: scale(-1, 1) rotate(37deg) translateY(-50%);
      -ms-transform: scale(-1, 1) rotate(37deg) translateY(-50%);
          transform: scale(-1, 1) rotate(37deg) translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
}
.paymant-section.paymant-gradient .title-content .title {
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
  font-size: 28px;
}
.paymant-section.paymant-gradient .title-content p {
  width: 100%;
  max-width: 90%;
}
.paymant-section.paymant-gradient .btn-arrow {
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 210px;
}
.paymant-section.paymant-gradient .btn-arrow:after {
  opacity: 1;
}
.paymant-section .title-content {
  max-width: 595px;
  margin: 0 auto;
  text-align: center;
}
.paymant-section .title-content .title {
  color: #181919;
  margin-bottom: 0;
}
.paymant-section .paymant-block {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 940px;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.paymant-section .paymant-block p {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 35px;
  font-size: 21px;
  color: #454960;
}
.paymant-section .paymant-block svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .paymant-section {
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
    margin-top: -2px;
  }
  .paymant-section.paymant-inner {
    padding-bottom: 70px;
  }
  .paymant-section.paymant-inner .title-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .paymant-section.paymant-inner .title-content .title {
    font-size: 25px;
    width: 100%;
  }
  .paymant-section.paymant-inner .title-content p {
    width: 100%;
    margin-top: 15px;
  }
  .paymant-section.paymant-gradient .content {
    padding: 40px 30px 30px 30px;
    margin: 0 20px;
  }
  .paymant-section.paymant-gradient .title-content {
    max-width: 100%;
  }
  .paymant-section.paymant-gradient .title-content .title {
    font-size: 22px;
  }
  .paymant-section.paymant-gradient .title-content:before {
    content: none;
  }
  .paymant-section.paymant-gradient .title-content p {
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .paymant-section.paymant-gradient .btn-arrow {
    background: #fb660e;
  }
  .paymant-section .title-content {
    max-width: 80%;
  }
  .paymant-section .paymant-block {
    margin-top: 33px;
    padding: 20px 0 0 0;
  }
  .paymant-section .paymant-block p {
    font-size: 14px;
    margin-bottom: 45px;
  }
  .paymant-section .paymant-block p:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -10px;
    width: 95vw;
    height: 130px;
    border: 1px solid #bfbfcd;
    border-radius: 100%;
    z-index: -1;
  }
  .paymant-section svg {
    /* width: 360px;
       height: auto; */
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .paymant-section .paymant-block p {
    max-width: 400px;
    margin-bottom: 55px;
  }
  .paymant-section .paymant-block p:before {
    top: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 85vw;
    height: 120px;
  }
}
.what-section {
  background: #f5f5f5;
  padding: 150px 0;
}
.what-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-section .title-content {
  max-width: 625px;
}
.what-section .title-content .title {
  color: #181919;
  margin-bottom: 20px;
}
.what-section .title-content p {
  color: #454960;
}
.what-section .what-subtitle {
  width: calc(100% - 625px - 50px);
  position: relative;
  max-width: 460px;
  margin-left: auto;
  margin-bottom: 60px;
}
.what-section .what-subtitle: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;
}
.what-section .what-subtitle p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  padding: 30px 20px 30px 40px;
}
.what-section .what-block {
  padding: 35px 55px 35px 45px;
  background: #fff;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-section .what-block:before {
  content: "";
  position: relative;
  display: inline-block;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url("../img/icon/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.what-section .what-block p {
  color: #1f2630;
  font-size: 17px;
  font-weight: 500;
  width: calc(100% - 20px - 10px);
}
.what-section .ceo-block {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.what-section .ceo-block .img {
  width: 180px;
}
.what-section .ceo-block .img img {
  width: 115px;
  height: 115px;
  border-radius: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.what-section .ceo-block .img .name {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #181919;
  margin-bottom: 5px;
  margin-top: 15px;
}
.what-section .ceo-block .img .position {
  font-size: 12px;
  color: #414852;
}
.what-section .ceo-block .text {
  width: calc(100% - 180px - 50px);
  max-width: 800px;
  position: relative;
}
.what-section .ceo-block .text:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -70px;
  width: 41px;
  height: 35px;
  background: url("../img/icon/aboutblockqute-black.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.what-section .ceo-block .text blockquote {
  font-size: 21px;
  color: #181919;
  line-height: 155%;
}
.what-section .ceo-block .text blockquote + blockquote {
  margin-top: 21px;
}

.what-number-section {
  background: #f5f5f5;
  padding: 150px 0;
}
.what-number-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-number-section .title-content {
  width: 100%;
  max-width: calc(100% - 500px - 50px);
}
.what-number-section .title-content .title {
  color: #181919;
  margin-bottom: 25px;
}
.what-number-section .title-content p {
  color: #454960;
  max-width: 650px;
}
.what-number-section .ceo-block {
  width: 100%;
  max-width: 500px;
  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;
  margin-bottom: 100px;
}
.what-number-section .ceo-block .text {
  background: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  position: relative;
}
.what-number-section .ceo-block .text blockquote {
  font-size: 15px;
  color: #454960;
  line-height: 140%;
  margin-bottom: 15px;
}
.what-number-section .ceo-block .text .name {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #454960;
}
.what-number-section .ceo-block .text .position {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #aaaab4;
}
.what-number-section .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;
}
.what-number-section .ceo-block .img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  min-height: 70px;
  margin-left: 15px;
}
.what-number-section .ceo-block .img img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #fb660e;
}
.what-number-section .what-number-block {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.what-number-section .what-number-block:last-child:before {
  content: none;
}
.what-number-section .what-number-block:nth-child(odd):before {
  bottom: 20px;
}
.what-number-section .what-number-block:nth-child(even):before {
  top: 20px;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.what-number-section .what-number-block:before {
  content: "";
  position: absolute;
  right: -60px;
  width: 120px;
  height: 36px;
  background: url("../img/marketing/dotnav.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.what-number-section .what-number-block span {
  font-size: 200px;
  color: #f5f5f5;
  line-height: 90%;
  margin-right: 15px;
  font-weight: 600;
  -webkit-text-stroke: 1px #dedede;
}
.what-number-section .what-number-block p {
  font-size: 17px;
  color: #181919;
  font-weight: 600;
}

.what-number-section + .audience-section {
  padding-top: 0;
}

.audience-section + .guarantee-section {
  padding-top: 0;
}

.rules-section + .types-section {
  padding-top: 0;
}

.rules-section + .forwhom-section {
  padding-top: 0;
}

.our-numbers-section + .reviews-section {
  padding-top: 0;
}

.guarantee-section + .rules-section {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .what-section .what-block {
    width: 49%;
  }
  .what-section .what-subtitle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .what-section .what-subtitle:before {
    content: none;
  }
  .what-section .what-subtitle p {
    padding: 0;
  }
  .what-number-section .title-content {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .what-number-section .what-number-block {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
  }
  .what-number-section .what-number-block span {
    font-size: 120px;
  }
  .what-number-section .what-number-block:before {
    -webkit-transform: rotate(40deg) !important;
        -ms-transform: rotate(40deg) !important;
            transform: rotate(40deg) !important;
    top: auto !important;
    bottom: -45px !important;
  }
  .what-number-section .what-number-block:nth-child(4) {
    margin: 50px auto;
  }
  .what-number-section .what-number-block:nth-child(5) {
    margin-left: auto;
  }
  .what-number-section .ceo-block {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .what-section {
    padding: 70px 0;
  }
  .what-section .title-content p {
    margin-bottom: 15px;
  }
  .what-section .what-block {
    width: 100%;
    padding: 25px 20px;
  }
  .what-section .what-block p {
    font-size: 14px;
  }
  .what-section .ceo-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 20px;
  }
  .what-section .ceo-block .text {
    width: 100%;
    max-width: 100%;
  }
  .what-section .ceo-block .text:before {
    top: -20px;
    left: -10px;
    opacity: 0.1;
    z-index: -1;
  }
  .what-section .ceo-block .text blockquote {
    font-size: 14px;
  }
  .what-section .ceo-block .text blockquote + blockquote {
    margin-top: 10px;
  }
  .what-section .ceo-block .img {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .what-section .ceo-block .img img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  .what-section .ceo-block .img .ceo-info {
    width: calc(100% - 80px - 10px);
  }
  .what-number-section {
    padding: 70px 0;
  }
  .what-number-section .what-number-block {
    width: 100%;
  }
  .what-number-section .what-number-block:nth-child(4) {
    margin: 25px auto;
  }
  .what-number-section .what-number-block:before {
    content: none;
  }
  .what-number-section .what-number-block span {
    font-size: 75px;
    margin-right: 10px;
  }
  .what-number-section .what-number-block p {
    font-size: 13px;
  }
  .what-number-section .ceo-block .text {
    padding: 20px;
  }
  .what-number-section .ceo-block .text blockquote {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .what-section .what-block {
    width: 49%;
  }
  .what-section .ceo-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px;
  }
  .what-section .ceo-block .text {
    width: 75%;
  }
  .what-section .ceo-block .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
    margin-top: 0;
  }
  .what-section .ceo-block .img .ceo-info {
    width: 100%;
  }
  .what-number-section .what-number-block {
    width: 55%;
  }
}
.examples-section {
  padding: 150px 0;
  background: #f5f5f5;
}
.examples-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.examples-section .title-content {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.examples-section .title-content .title {
  color: #181919;
  margin-bottom: 25px;
}
.examples-section .title-content p {
  color: #454960;
  margin-bottom: 0;
}
.examples-section .example-block {
  width: 49%;
  margin-bottom: 45px;
}
.examples-section .example-block .img-block {
  background: #fff;
  padding: 25px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.examples-section .example-block img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.examples-section .example-block p {
  font-size: 17px;
  font-weight: 600;
  color: #3b3d42;
}
.examples-section .hint-more-block {
  width: auto;
  max-width: 370px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}
.examples-section .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;
}
.examples-section .hint-more-block a {
  color: #fd7e17;
  position: relative;
  font-weight: 500;
}
.examples-section .hint-more-block a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #fd7e17;
  -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);
}
.examples-section .hint-more-block a:hover:before, .examples-section .hint-more-block a.active:before {
  right: 0;
  width: 0;
}
.examples-section .hint-more-block p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  font-weight: 500;
  padding: 30px 20px 30px 40px;
}

@media only screen and (max-width: 991px) {
  .examples-section .example-block {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .examples-section {
    padding: 70px 0;
  }
  .examples-section .title-content {
    margin-bottom: 30px;
  }
  .examples-section .title-content .title {
    margin-bottom: 15px;
  }
  .examples-section .example-block {
    margin-bottom: 40px;
  }
  .examples-section .example-block .img-block {
    margin-bottom: 15px;
  }
  .examples-section .example-block img {
    height: 200px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .examples-section .example-block {
    width: 49%;
  }
  .examples-section .example-block img {
    height: 150px;
  }
}
.our-numbers-section {
  background: #f5f5f5;
  padding: 150px 0;
}
.our-numbers-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.our-numbers-section .title-content {
  width: 100%;
  margin-bottom: 40px;
}
.our-numbers-section .title-content .title {
  color: #1f2630;
  font-size: 38px;
  font-weight: 500;
  max-width: 865px;
  margin-bottom: 0;
}
.our-numbers-section .number-block {
  padding: 25px 40px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  width: 32%;
}
.our-numbers-section .number-block .count {
  font-size: 35px;
  color: #1f2630;
  margin-bottom: 10px;
}
.our-numbers-section .number-block .count span {
  font-size: 62px;
}
.our-numbers-section .number-block p {
  font-size: 15px;
  font-weight: 500;
  color: #1f2630;
}
.our-numbers-section .number-block p + p {
  margin-top: 10px;
}
.our-numbers-section .number-block p + ul {
  margin-top: 10px;
}
.our-numbers-section .number-block ul {
  margin-bottom: 10px;
  list-style: none;
}
.our-numbers-section .number-block ul li {
  position: relative;
  font-size: 15px;
  color: #454960;
  margin-bottom: 10px;
  padding-left: 25px;
}
.our-numbers-section .number-block ul li a {
  color: #fd7e17;
  position: relative;
}
.our-numbers-section .number-block ul li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #fd7e17;
  -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);
}
.our-numbers-section .number-block ul li a:hover:before, .our-numbers-section .number-block ul li a.active:before {
  right: 0;
  width: 0;
}
.our-numbers-section .number-block ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 12px;
  background: url(../img/icon/audit/check.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
.our-numbers-section .hint-number-block {
  width: 100%;
  max-width: 370px;
  position: relative;
  margin-top: 35px;
}
.our-numbers-section .hint-number-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;
}
.our-numbers-section .hint-number-block:after {
  content: "";
  position: absolute;
  bottom: -30px;
  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;
}
.our-numbers-section .hint-number-block p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  padding: 30px 20px 30px 40px;
}
.our-numbers-section .btn-block {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .our-numbers-section .number-block {
    width: 49%;
  }
  .our-numbers-section .hint-number-block:after {
    bottom: -50px;
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .our-numbers-section {
    padding: 70px 0;
  }
  .our-numbers-section .title-content .subtitle {
    font-size: 14px;
    opacity: 0.4;
  }
  .our-numbers-section .title-content .title {
    font-size: 20px;
  }
  .our-numbers-section .number-block {
    width: 100%;
    padding: 20px 25px;
  }
  .our-numbers-section .number-block .count {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .our-numbers-section .number-block .count span {
    font-size: 40px;
  }
  .our-numbers-section .number-block p {
    font-size: 14px;
  }
  .our-numbers-section .number-block ul li {
    font-size: 14px;
  }
  .our-numbers-section .number-block ul li a {
    font-size: 14px;
  }
  .our-numbers-section .hint-number-block {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .our-numbers-section .hint-number-block:after {
    bottom: -30px;
    right: 0;
    -webkit-transform: scale(1, 1) rotate(-30deg);
        -ms-transform: scale(1, 1) rotate(-30deg);
            transform: scale(1, 1) rotate(-30deg);
  }
  .our-numbers-section .hint-number-block p {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .our-numbers-section .number-block {
    width: 49%;
  }
  .our-numbers-section .hint-number-block:after {
    bottom: -15px;
    right: -25px;
  }
}
.dont-work-section {
  padding: 150px 0;
}
.dont-work-section .title-content {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 80px;
}
.dont-work-section .title-content .title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 800px;
}
.dont-work-section .title-content p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  max-width: 710px;
}
.dont-work-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dont-work-section .dontwork-block {
  width: 30%;
  margin-bottom: 70px;
}
.dont-work-section .dontwork-block img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.dont-work-section .dontwork-block h5 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.dont-work-section .dontwork-block p {
  font-size: 15px;
  color: #cfcfcf;
  line-height: 145%;
}
.dont-work-section .dontwork-block p + p {
  margin-top: 15px;
}
.dont-work-section .dontwork-block p + ul {
  margin-top: 7px;
}
.dont-work-section .dontwork-block ul {
  padding: 0;
  list-style: none;
}
.dont-work-section .dontwork-block ul li {
  display: block;
  font-size: 15px;
  color: #cfcfcf;
  line-height: 145%;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.dont-work-section .dontwork-block ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url("../img/icon/remove.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.dont-work-section .dontwork-modal {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  padding: 70px;
  border-radius: 30px;
}
.dont-work-section .dontwork-modal.modal-block {
  width: 30%;
  margin-top: 0;
  padding: 40px 25px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.dont-work-section .dontwork-modal.modal-block .title {
  font-size: 25px;
  margin-bottom: 10px;
}
.dont-work-section .dontwork-modal.modal-block .description {
  font-size: 14px;
  opacity: 0.7;
}
.dont-work-section .dontwork-modal .title {
  max-width: 700px;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.dont-work-section .dontwork-modal .description {
  max-width: 560px;
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 140%;
  margin-left: auto;
  margin-right: auto;
}
.dont-work-section .dontwork-modal .btn-opacity {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 18px 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.dont-work-section .dontwork-modal .btn-opacity:hover {
  background: #fff;
  color: #fb660e;
}

@media only screen and (max-width: 991px) {
  .dont-work-section .dontwork-block {
    width: 48%;
  }
  .dont-work-section .dontwork-modal.modal-block {
    width: 100%;
  }
  .dont-work-section .dontwork-modal .description {
    max-width: 430px;
  }
}
@media only screen and (max-width: 767px) {
  .dont-work-section {
    padding: 70px 0;
  }
  .dont-work-section .title-content .title {
    margin-bottom: 15px;
  }
  .dont-work-section .dontwork-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .dont-work-section .dontwork-block img {
    height: 40px;
  }
  .dont-work-section .dontwork-block h5 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .dont-work-section .dontwork-block p {
    font-size: 14px;
    line-height: 135%;
  }
  .dont-work-section .dontwork-modal.modal-block {
    padding: 35px 20px;
  }
  .dont-work-section .dontwork-modal.modal-block .title {
    font-size: 21px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .dont-work-section .dontwork-block {
    width: 48%;
  }
}
.audience-section {
  background: #f5f5f5;
  padding: 150px 0;
}
.audience-section .title-content {
  width: 100%;
  margin-bottom: 55px;
  text-align: center;
}
.audience-section .title-content .title {
  color: #181919;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.audience-section .audience-block {
  width: 32%;
  background: #fff;
  border-radius: 20px;
  padding: 35px 40px;
  margin-bottom: 20px;
  margin-right: 1.3%;
}
.audience-section .audience-block p {
  color: #5d6063;
  font-size: 15px;
  line-height: 145%;
}
.audience-section .audience-block p strong {
  color: #222222;
}
.audience-section .audience-block p + p {
  margin-top: 13px;
}

@media only screen and (max-width: 991px) {
  .audience-section .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .audience-section .audience-block {
    width: 49%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .audience-section {
    padding: 70px 0;
  }
  .audience-section .title-content {
    margin-bottom: 25px;
  }
  .audience-section .title-content .title {
    font-size: 22px;
  }
  .audience-section .audience-block {
    padding: 25px;
    width: 100%;
  }
  .audience-section .audience-block p {
    font-size: 14px;
  }
  .audience-section .audience-block p + p {
    margin-top: 8px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .audience-section .audience-block {
    width: 49%;
  }
}
.types-section {
  padding: 150px 0;
  background: #f5f5f5;
}
.types-section .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.types-section .title-content {
  margin-bottom: 75px;
  text-align: center;
  width: 100%;
}
.types-section .title-content .title {
  color: #181919;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.types-section .title-content p {
  color: #454960;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 745px;
}
.types-section .type-block {
  width: 40%;
  margin-bottom: 80px;
}
.types-section .type-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px;
}
.types-section .type-block h4 {
  display: block;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 32px;
  color: #181919;
  font-weight: 600;
}
.types-section .type-block h4 a {
  color: #181919;
  font-weight: 600;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.types-section .type-block h4 a:hover {
  color: #fb660e;
}
.types-section .type-block h4 span {
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 15px;
  color: #181919;
  position: relative;
  top: -15px;
  left: -5px;
}
.types-section .type-block h4 span.red {
  background: #ffdfd8;
}
.types-section .type-block h4 span.green {
  background: #e0ffd8;
}
.types-section .type-block p {
  font-size: 15px;
  color: #3b3d42;
  font-weight: 500;
}
.types-section .type-block h5 {
  font-size: 15px;
  color: #3b3d42;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.types-section .type-block ul {
  padding-left: 20px;
}
.types-section .type-block ul li {
  font-size: 15px;
  color: #3b3d42;
  font-weight: 500;
  margin-bottom: 5px;
}
.types-section .hint-more-block {
  width: auto;
  max-width: 370px;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}
.types-section .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;
}
.types-section .hint-more-block a {
  color: #fd7e17;
  position: relative;
  font-weight: 500;
}
.types-section .hint-more-block a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #fd7e17;
  -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);
}
.types-section .hint-more-block a:hover:before, .types-section .hint-more-block a.active:before {
  right: 0;
  width: 0;
}
.types-section .hint-more-block p {
  font-size: 15px;
  line-height: 150%;
  color: #454960;
  font-weight: 500;
  padding: 30px 20px 30px 40px;
}

.types-section + .guarantee-section {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  .types-section .type-block {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .types-section + .guarantee-section {
    padding-top: 0;
    position: relative;
    top: -3px;
    margin-bottom: -3px;
  }
  .types-section {
    padding: 70px 0;
  }
  .types-section .title-content {
    margin-bottom: 40px;
  }
  .types-section .title-content .title {
    margin-bottom: 15px;
  }
  .types-section .type-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .types-section .type-block img {
    height: 200px;
  }
  .types-section .type-block h4 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .types-section .type-block h4 span {
    top: -1px;
    left: 0;
  }
  .types-section .type-block p {
    font-size: 13px;
  }
  .types-section .type-block ul li {
    font-size: 13px;
  }
  .types-section .type-block h5 {
    margin-top: 15px;
  }
  .types-section .hint-more-block p {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .types-section .type-block {
    width: 47%;
  }
  .types-section .hint-more-block {
    width: 45%;
  }
}
.forwhom-section {
  padding: 150px 0;
  background: #f5f5f5;
}
.forwhom-section .content {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.forwhom-section .title-content {
  margin-bottom: 75px;
  text-align: center;
  width: 100%;
}
.forwhom-section .title-content .title {
  color: #181919;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.forwhom-section .title-content p {
  color: #181919;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 845px;
}
.forwhom-section .forwhom-block {
  width: 30%;
  margin-bottom: 80px;
  margin-right: 2%;
}
.forwhom-section .forwhom-block img {
  height: 55px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.forwhom-section .forwhom-block h4 {
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #181919;
  font-weight: 600;
}
.forwhom-section .forwhom-block p {
  font-size: 15px;
  color: #181919;
  line-height: 145%;
}
.forwhom-section .forwhom-block p a {
  position: relative;
  color: #fd7e17;
}
.forwhom-section .forwhom-block p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.05em;
  background: #fd7e17;
  -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);
}
.forwhom-section .forwhom-block p a:hover:before, .forwhom-section .forwhom-block p a.active:before {
  right: 0;
  width: 0;
}
.forwhom-section .forwhom-modal {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  padding: 70px;
  border-radius: 30px;
}
.forwhom-section .forwhom-modal .title {
  max-width: 800px;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.forwhom-section .forwhom-modal .description {
  max-width: 800px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.forwhom-section .forwhom-modal .btn-opacity {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 18px 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.forwhom-section .forwhom-modal .btn-opacity:hover {
  background: #fff;
  color: #fb660e;
}

@media only screen and (max-width: 991px) {
  .forwhom-section .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .forwhom-section .forwhom-block {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .forwhom-section {
    padding: 70px 0;
  }
  .forwhom-section .title-content {
    margin-bottom: 55px;
  }
  .forwhom-section .title-content .title {
    margin-bottom: 20px;
  }
  .forwhom-section .forwhom-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .forwhom-section .forwhom-block h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .forwhom-section .forwhom-block p {
    font-size: 14px;
  }
  .forwhom-section .forwhom-modal {
    margin-top: 40px;
    padding: 25px 20px;
  }
  .forwhom-section .forwhom-modal .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .forwhom-section .forwhom-modal .description {
    font-size: 14px;
    opacity: 0.7;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .forwhom-section .forwhom-block {
    width: 48%;
  }
}
.audit-marketing-section {
  padding: 120px 0;
}
.audit-marketing-section.bg-white {
  background: #f5f5f5;
}
.audit-marketing-section .audit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 80px 110px 70px 110px;
  border-radius: 30px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  margin-top: 10px;
}
.audit-marketing-section .audit-form .form-info {
  width: 100%;
  max-width: 35%;
  position: relative;
}
.audit-marketing-section .audit-form .form-info .form-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}
.audit-marketing-section .audit-form .form-info .form-description {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.audit-marketing-section .audit-form .form-info .form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.audit-marketing-section .audit-form .form-info .form-social li {
  margin-right: 15px;
}
.audit-marketing-section .audit-form .form-info .form-social li a {
  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;
  border-radius: 100px;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.audit-marketing-section .audit-form .form-info .form-social li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.audit-marketing-section .audit-form .form-info .form-social li a img {
  width: 24px;
  height: auto;
}
.audit-marketing-section .audit-form form {
  width: 100%;
  max-width: 620px;
  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;
}
.audit-marketing-section .audit-form form .form-subtitle {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.audit-marketing-section .audit-form form .input-group {
  width: 45%;
  margin-bottom: 40px;
  position: relative;
}
.audit-marketing-section .audit-form form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  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;
}
.audit-marketing-section .audit-form form label.focus-input {
  color: #fff;
}
.audit-marketing-section .audit-form form label.active-input {
  top: -18px;
  font-size: 12px;
}
.audit-marketing-section .audit-form form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.audit-marketing-section .audit-form form .form-group {
  width: 45%;
}
.audit-marketing-section .audit-form form .form-group p {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
  max-width: 250px;
  font-weight: 500;
  margin-top: 13px;
}
.audit-marketing-section .audit-form form .form-group p a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.audit-marketing-section .audit-form form .form-group p a: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);
}
.audit-marketing-section .audit-form form .form-group p a:hover:before {
  right: 0;
  width: 0;
}
.audit-marketing-section .audit-form form .form-group .btn {
  min-width: 318px;
}

@media only screen and (max-width: 1200px) {
  .audit-marketing-section .audit-form {
    padding: 60px 40px 60px 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .audit-marketing-section .audit-form .form-info {
    max-width: 100%;
    margin-bottom: 0;
  }
  .audit-marketing-section .audit-form .form-info .form-title {
    margin-bottom: 15px;
  }
  .audit-marketing-section .audit-form .form-info .form-description {
    display: none;
  }
  .audit-marketing-section .audit-form .form-info .form-social {
    display: none;
  }
  .audit-marketing-section .audit-form form {
    max-width: 100%;
  }
  .audit-marketing-section .audit-form form .form-subtitle {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
  }
  .audit-marketing-section .audit-form form .form-group .btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .audit-marketing-section .audit-form {
    padding: 30px 30px;
  }
  .audit-marketing-section .audit-form .form-info .form-title {
    font-size: 18px;
    text-align: center;
  }
  .audit-marketing-section .audit-form form .form-subtitle {
    font-size: 13px;
    text-align: center;
  }
  .audit-marketing-section .audit-form form .input-group {
    width: 100%;
  }
  .audit-marketing-section .audit-form form .form-group {
    width: 100%;
  }
  .audit-marketing-section .audit-form form .form-group p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .audit-marketing-section .audit-form form .input-group {
    width: 48%;
  }
  .audit-marketing-section .audit-form form .form-group {
    width: 48%;
  }
}
.services-inner-section {
  padding-top: 125px;
  padding-bottom: 155px;
}
.services-inner-section .services-content {
  margin-top: 15px;
  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;
}
.services-inner-section .title-content {
  max-width: 565px;
}
.services-inner-section .subtitle-content {
  width: 375px;
  height: 145px;
  position: relative;
  margin-left: auto;
}
.services-inner-section .subtitle-content 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;
}
.services-inner-section .subtitle-content 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);
}
.services-inner-section .subtitle-content a:hover, .services-inner-section .subtitle-content a.active {
  color: #fb660e;
}
.services-inner-section .subtitle-content a:hover:before, .services-inner-section .subtitle-content a.active:before {
  left: 0;
  width: 100%;
}
.services-inner-section .subtitle-content p {
  padding: 30px 18px 10px 40px;
  color: #bfbfcd;
  font-size: 15px;
  line-height: 150%;
}
.services-inner-section .subtitle-content:before {
  content: "";
  position: absolute;
  top: -10px;
  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;
}
.services-inner-section .service-calc {
  background: #272f3a;
  padding: 30px;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 20px;
  border: 1px solid #fb660e;
}
.services-inner-section .service-calc .service-title {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  line-height: 135%;
}
.services-inner-section .service-calc .btn {
  background: #374250;
}
.services-inner-section .service-inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #272f3a;
  padding: 30px;
  border-radius: 20px;
  width: 32%;
  margin-bottom: 20px;
  border: 1px solid #272f3a;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.services-inner-section .service-inner-block:hover {
  border-color: #fb660e;
}
.services-inner-section .service-inner-block.bg-hover {
  border: none !important;
}
.services-inner-section .service-inner-block.bg-hover:before {
  content: "";
  position: absolute;
  top: 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;
  visibility: hidden;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.services-inner-section .service-inner-block.bg-hover .btn:after {
  background-image: url("../img/icon/services/mini-arrow-btn-orange.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}
.services-inner-section .service-inner-block.bg-hover:hover:before {
  opacity: 1;
  visibility: visible;
}
.services-inner-section .service-inner-block.bg-hover:hover .btn {
  background: #fff;
  color: #fb660e;
}
.services-inner-section .service-inner-block.bg-hover .service-title a:hover {
  color: #fff !important;
}
.services-inner-section .service-inner-block .service-title {
  width: 75%;
  line-height: 135%;
}
.services-inner-section .service-inner-block .service-title a {
  font-size: 21px;
  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;
}
.services-inner-section .service-inner-block .service-title a:hover {
  color: #fb660e;
}
.services-inner-section .service-inner-block .service-price {
  width: 25%;
  text-align: right;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.services-inner-section .service-inner-block .service-info {
  margin-top: 22px;
  margin-bottom: 50px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
}
.services-inner-section .service-inner-block .btn {
  font-size: 15px;
  padding: 12px 22px;
  font-weight: 500;
  background: #374250;
}
.services-inner-section .services-form {
  margin-top: 40px;
  width: 100%;
  background: -o-radial-gradient(50% 1.53%, 109.22% 109.22%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  background: radial-gradient(109.22% 109.22% at 50% 1.53%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  border-radius: 20px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.services-inner-section .services-form .subtitle {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 135%;
  color: #fff;
}
.services-inner-section .services-form .description {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 35px;
  color: #fff;
}
.services-inner-section .services-quote {
  max-width: 685px;
  margin-left: auto;
  padding-top: 120px;
  margin-top: 100px;
  position: relative;
}
.services-inner-section .services-quote:before {
  content: "";
  width: 215px;
  height: 198px;
  position: absolute;
  top: 0;
  left: -150px;
  background: url("../img/icon/quote_big.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.services-inner-section .services-quote .description {
  font-size: 19px;
  color: #e4e5eb;
  line-height: 160%;
  text-transform: uppercase;
}
.services-inner-section .services-quote .description a {
  display: inline-block;
  position: relative;
  color: #fb660e;
}
.services-inner-section .services-quote .description a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  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);
}
.services-inner-section .services-quote .description a:hover:before, .services-inner-section .services-quote .description a.active:before {
  right: 0;
  width: 0;
}

.services-inner-section + .quize-section {
  padding-top: 30px;
}

@media only screen and (max-width: 991px) {
  .services-inner-section .service-inner-block {
    width: 49%;
  }
  .services-inner-section .service-calc {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .services-inner-section {
    padding: 70px 0;
  }
  .services-inner-section .services-quote {
    padding-top: 60px;
    margin-top: 20px;
  }
  .services-inner-section .services-quote:before {
    width: 100px;
    height: 92px;
    left: 0;
  }
  .services-inner-section .services-quote .description {
    font-size: 14px;
  }
  .services-inner-section .service-inner-block {
    width: 100%;
    padding: 20px;
  }
  .services-inner-section .service-inner-block .service-title a {
    font-size: 18px;
  }
  .services-inner-section .service-inner-block .service-price {
    font-size: 13px;
    position: relative;
    top: 3px;
  }
  .services-inner-section .service-inner-block .service-info {
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 130%;
    max-width: 250px;
    font-size: 13px;
  }
  .services-inner-section .service-inner-block .btn {
    width: 100%;
    text-align: center;
  }
  .services-inner-section .service-inner-block .btn:after {
    opacity: 1;
    left: 5px;
    margin-right: 0;
  }
  .services-inner-section .service-calc {
    width: 100%;
    padding: 20px;
  }
  .services-inner-section .service-calc .service-title {
    font-size: 18px;
  }
  .services-inner-section .service-calc .btn {
    width: 100%;
    text-align: center;
  }
  .services-inner-section .services-form {
    padding: 30px 20px;
  }
  .services-inner-section .services-form .subtitle {
    font-size: 22px;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .services-inner-section .services-form .description {
    font-size: 13px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .services-inner-section .services-form .btn {
    width: 100%;
    text-align: center;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .services-inner-section .service-inner-block,
.services-inner-section .service-calc {
    width: 48.5%;
  }
}
.facts-section {
  padding-top: 130px;
  padding-bottom: 130px;
}
.facts-section .title-content {
  max-width: 760px;
}
.facts-section .title-content p {
  margin-bottom: 15px;
}
.facts-section .number-content {
  margin-top: 50px;
  padding-top: 70px;
  border-top: 1px solid #4f515c;
  width: 100%;
}
.facts-section .number-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;
  max-width: 1005px;
}
.facts-section .number-row:nth-child(2n) {
  margin-left: auto;
  margin-top: 80px;
}
.facts-section .number-4 {
  max-width: 100%;
}
.facts-section .number-4 .number-block {
  width: 23%;
}
.facts-section .number-block {
  width: 31%;
}
.facts-section .number-block .number {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.facts-section .number-block .number span {
  font-size: 62px;
}
.facts-section .number-block .info {
  color: #aeb5be;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.facts-section .fucts-block-form {
  padding: 60px 100px 70px 100px;
  background: -o-radial-gradient(50% 1.53%, 109.22% 109.22%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  background: radial-gradient(109.22% 109.22% at 50% 1.53%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  border-radius: 20px;
  margin-top: 165px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.facts-section .fucts-block-form .title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 770px;
}
.facts-section .fucts-block-form .description {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  max-width: 770px;
}

.facts-section + .tools-section {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .facts-section .number-4 .number-block {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .facts-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .facts-section .number-content {
    margin-top: 30px;
    padding-top: 40px;
    border-bottom: 1px solid #4f515c;
  }
  .facts-section .number-row:nth-child(2n) {
    margin-top: 0;
  }
  .facts-section .number-4 .number-block {
    width: 100%;
  }
  .facts-section .number-block {
    width: 100%;
    margin-bottom: 50px;
  }
  .facts-section .number-block .number {
    font-size: 22px;
  }
  .facts-section .number-block .number span {
    font-size: 40px;
  }
  .facts-section .fucts-block-form {
    margin-top: 70px;
    margin-bottom: 0;
    padding: 30px;
  }
  .facts-section .fucts-block-form .title {
    font-size: 19px;
  }
  .facts-section + .tools-section {
    padding-bottom: 50px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .facts-section .number-block {
    width: 48%;
  }
}
.steps-setting-section {
  padding-top: 100px;
  padding-bottom: 30px;
}
.steps-setting-section .title-content .title {
  margin-bottom: 25px;
}
.steps-setting-section .title-content.title-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;
  width: 100%;
  max-width: 90%;
}
.steps-setting-section .title-content .steps-arrow {
  position: relative;
  display: inline-block;
  max-width: 320px;
}
.steps-setting-section .title-content .steps-arrow:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -70px;
  width: 45px;
  height: 50px;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
  background-image: url(../img/icon/services/hint-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.steps-setting-section .table-block {
  margin-top: 10px;
  padding: 30px;
  border: 1px solid #344051;
  background: #141920;
  border-radius: 15px;
  width: 100%;
}
.steps-setting-section .table-scroll {
  overflow-x: auto;
  padding-bottom: 20px;
  margin-right: -30px;
  margin-left: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.steps-setting-section ::-webkit-scrollbar {
  width: 0;
  height: 5px;
}
.steps-setting-section ::-webkit-scrollbar-track {
  background-color: transparent;
}
.steps-setting-section ::-webkit-scrollbar-thumb {
  background-color: #bfbfcd;
  height: 80px;
  border-radius: 20px;
}
.steps-setting-section table {
  width: 100%;
  border-collapse: collapse;
}
.steps-setting-section table.table-month tbody + thead th:last-child {
  background: none;
}
.steps-setting-section table.table-month tbody td:nth-child(2) {
  max-width: 430px;
}
.steps-setting-section table thead:nth-child(1) tr {
  background: #1b212b;
}
.steps-setting-section 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;
}
.steps-setting-section table thead:nth-child(1) th:first-child {
  border-radius: 10px 0 0 10px;
  width: 35px;
  text-align: right;
  max-width: 35px;
}
.steps-setting-section table thead:nth-child(1) th:last-child {
  border-radius: 0 10px 10px 0;
  width: 75px;
  max-width: 75px;
  padding: 0;
}
.steps-setting-section table tbody + thead th {
  font-size: 13px;
  font-weight: 500;
  color: #fb660e;
  padding: 25px 20px;
  width: calc(100% - 75px - 35px);
  max-width: calc(100% - 75px - 35px);
  text-align: left;
}
.steps-setting-section table tbody + thead th:first-child {
  width: 35px;
  max-width: 35px;
  text-align: right;
}
.steps-setting-section table tbody + thead th:last-child {
  padding: 8px;
  border-radius: 12px;
  width: 75px;
  max-width: 75px;
  display: table-caption;
  position: relative;
  top: 17px;
  right: 20px;
  text-align: center;
  background: rgba(253, 142, 29, 0.1);
}
.steps-setting-section 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;
}
.steps-setting-section table tbody tr:first-child {
  border-top: 1px solid #1d242e;
}
.steps-setting-section table tbody tr:hover {
  background: #1b212a;
}
.steps-setting-section table tbody th {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px;
  font-weight: 400;
  text-align: right;
}
.steps-setting-section table tbody td {
  font-size: 13px;
  color: #fff;
  padding: 20px 20px;
  font-weight: 400;
}
.steps-setting-section table tbody a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.steps-setting-section table tbody a: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);
}
.steps-setting-section table tbody a:hover:before, .steps-setting-section table tbody a.active:before {
  right: 0;
  width: 0;
}
.steps-setting-section .hint-table {
  color: #bfbfcd;
  font-size: 15px;
  margin-top: 35px;
}

@media only screen and (max-width: 767px) {
  .steps-setting-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .steps-setting-section .title-content .steps-arrow:before {
    right: -25px;
  }
  .steps-setting-section .table-scroll {
    margin-right: -20px;
    margin-left: -19px;
    padding-left: 19px;
    padding-right: 20px;
  }
  .steps-setting-section .table-block {
    padding: 20px;
    width: 100%;
  }
  .steps-setting-section table thead:nth-child(1) th {
    padding: 15px 10px;
  }
  .steps-setting-section table thead:nth-child(1) th:first-child {
    width: 20px;
  }
  .steps-setting-section table tbody + thead th {
    padding: 25px 10px;
  }
  .steps-setting-section table tbody + thead th:first-child {
    width: 20px;
  }
  .steps-setting-section table tbody + thead th:last-child {
    right: 0;
    font-size: 12px;
  }
  .steps-setting-section table tbody th {
    padding: 25px 10px;
  }
  .steps-setting-section table tbody th:first-child {
    width: 20px;
  }
  .steps-setting-section table tbody td {
    font-size: 12px;
  }
  .steps-setting-section .hint-table {
    font-size: 12px;
    margin-top: 15px;
  }
}
.audit-section {
  padding-top: 50px;
  padding-bottom: 100px;
}
.audit-section .title-content {
  text-align: center;
  width: 100%;
}
.audit-section .title-content .title {
  margin-bottom: 25px;
}
.audit-section .title-content p {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.audit-section .audit-block {
  width: 100%;
  margin-top: 25px;
  padding: 90px 80px;
  background: #141920;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}
.audit-section .audit-block .audit-info {
  width: 54%;
}
.audit-section .audit-block .audit-img {
  width: 40%;
}
.audit-section .audit-block .audit-img img {
  margin-right: auto;
}
.audit-section .audit-block .audit-subtitle {
  margin-bottom: 35px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}
.audit-section .audit-block .btn {
  margin-top: 25px;
}
.audit-section .audit-block .audit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.audit-section .audit-block .audit-list li {
  color: #bfbfcd;
  font-size: 15px;
  line-height: 145%;
  background: #1a2028;
  padding: 16px 18px 17px 40px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 17px;
  position: relative;
}
.audit-section .audit-block .audit-list li:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 10px;
  height: 10px;
  background: url("../img/services/cross.svg");
  background-size: contain;
}
.audit-section .audit-block:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .audit-section .audit-block .audit-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 55px;
  }
  .audit-section .audit-block .audit-list {
    width: 100%;
  }
  .audit-section .audit-block .audit-list li {
    padding: 12px 15px 12px 30px;
    font-size: 14px;
    line-height: 130%;
  }
  .audit-section .audit-block .audit-list li:before {
    top: 16px;
    left: 12px;
  }
  .audit-section .audit-block .audit-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .audit-section .audit-block .audit-img img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .steps-section + .audit-section {
    padding-top: 40px;
  }
  .clients-section + .audit-marketing-section.bg-white {
    padding-top: 0;
    position: relative;
    top: -3px;
  }
  .audit-section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .audit-section .audit-block {
    padding: 30px;
  }
  .audit-section .audit-block .audit-subtitle {
    font-size: 23px;
    margin-bottom: 20px;
    text-align: center;
  }
  .audit-section .audit-block .audit-info {
    margin-top: 30px;
  }
  .audit-section .audit-block .btn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .audit-section .audit-block .audit-img img {
    width: 260px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .audit-section .audit-block .audit-list li {
    margin-right: 10px;
  }
  .audit-section .audit-block .btn {
    width: auto;
  }
}
.faq-section {
  padding-top: 150px;
  padding-bottom: 130px;
  background: #fff;
}
.faq-section .title-content {
  max-width: 370px;
  position: relative;
  top: -7px;
}
.faq-section .title-content .title {
  color: #181919;
  font-size: 35px;
}
.faq-section .faq-content {
  margin-left: auto;
  width: calc(100% - 370px - 85px);
}
.faq-section .faq-block {
  margin-bottom: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dddde4;
}
.faq-section .faq-block:last-child {
  border: none;
}
.faq-section .faq-block .faq-title {
  font-size: 21px;
  color: #181919;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.faq-section .faq-block p {
  font-size: 15px;
  color: #454960;
  margin-bottom: 15px;
  line-height: 150%;
}
.faq-section .faq-block ul {
  margin-bottom: 10px;
  list-style: none;
}
.faq-section .faq-block ul li {
  position: relative;
  font-size: 15px;
  color: #454960;
  margin-bottom: 5px;
  padding-left: 25px;
}
.faq-section .faq-block ul li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 12px;
  background: url(../img/icon/audit/check.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
.faq-section .faq-block ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
.faq-section .faq-block ol li {
  position: relative;
  font-size: 15px;
  color: #454960;
  margin-bottom: 5px;
}
.faq-section .faq-block a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  color: #fb660e;
}
.faq-section .faq-block 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);
}
.faq-section .faq-block a:hover, .faq-section .faq-block a.active {
  color: #fb660e;
}
.faq-section .faq-block a:hover:before, .faq-section .faq-block a.active:before {
  left: 0;
  width: 100%;
}
.faq-section .faq-block .table-scroll {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.faq-section .faq-block .faq-table + p,
.faq-section .faq-block .faq-table + ul,
.faq-section .faq-block .faq-table + ol {
  margin-top: 10px;
}
.faq-section .faq-block ::-webkit-scrollbar {
  width: 0;
  height: 5px;
}
.faq-section .faq-block ::-webkit-scrollbar-track {
  background-color: transparent;
}
.faq-section .faq-block ::-webkit-scrollbar-thumb {
  background-color: #f4f3f5;
  height: 80px;
  border-radius: 20px;
}
.faq-section .faq-block .faq-table {
  width: 100%;
  padding: 20px;
  border: 1px solid #dddde4;
  background: #fff;
  border-radius: 15px;
}
.faq-section .faq-block table {
  border-collapse: collapse;
  width: 100%;
}
.faq-section .faq-block table thead:nth-child(1) tr {
  background: #f4f3f5;
}
.faq-section .faq-block table thead:nth-child(1) th {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #181919;
  padding: 15px 20px;
  text-align: left;
  width: 170px;
  min-width: 170px;
}
.faq-section .faq-block table thead:nth-child(1) th:first-child {
  border-radius: 10px 0 0 10px;
  width: calc(100% - 170px);
  min-width: calc(100% - 170px);
}
.faq-section .faq-block table thead:nth-child(1) th:last-child {
  border-radius: 0 10px 10px 0;
  text-align: right;
}
.faq-section .faq-block table tbody + thead th {
  padding: 25px 20px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-bottom: 1px solid #edf0f6;
}
.faq-section .faq-block table tbody + thead th a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fb660e;
  text-transform: uppercase;
}
.faq-section .faq-block table tbody + thead th 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);
}
.faq-section .faq-block table tbody + thead th a:hover, .faq-section .faq-block table tbody + thead th a.active {
  color: #fff;
}
.faq-section .faq-block table tbody + thead th a:hover:before, .faq-section .faq-block table tbody + thead th a.active:before {
  left: 0;
  width: 100%;
}
.faq-section .faq-block table tbody:last-child tr:last-child {
  border-bottom: none;
}
.faq-section .faq-block 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 #edf0f6;
}
.faq-section .faq-block table tbody tr:hover {
  background: #f8f8fa;
}
.faq-section .faq-block table tbody td {
  font-size: 14px;
  color: #181919;
  padding: 20px 20px;
  font-weight: 400;
  width: 170px;
  min-width: 170px;
}
.faq-section .faq-block table tbody td:first-child {
  width: calc(100% - 170px - 170px);
  min-width: calc(100% - 170px - 170px);
}
.faq-section .faq-block table tbody td:last-child {
  text-align: right;
}
.faq-section .faq-block table tbody td a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #fb660e;
}
.faq-section .faq-block table tbody td 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);
}
.faq-section .faq-block table tbody td a:hover, .faq-section .faq-block table tbody td a.active {
  color: #fff;
}
.faq-section .faq-block table tbody td a:hover:before, .faq-section .faq-block table tbody td a.active:before {
  left: 0;
  width: 100%;
}
.faq-section .faq-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 80px 110px 70px 110px;
  border-radius: 30px;
  background: -o-linear-gradient(192.38deg, #ffa826 -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffa826 -9.05%, #fa4101 148.38%);
  margin-top: 10px;
}
.faq-section .faq-form .form-info {
  width: 100%;
  max-width: 35%;
  position: relative;
}
.faq-section .faq-form .form-info .form-title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 35px;
}
.faq-section .faq-form .form-info .form-description {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.faq-section .faq-form .form-info .form-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-section .faq-form .form-info .form-social li {
  margin-right: 15px;
}
.faq-section .faq-form .form-info .form-social li a {
  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;
  border-radius: 100px;
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-section .faq-form .form-info .form-social li a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.faq-section .faq-form .form-info .form-social li a img {
  width: 24px;
  height: auto;
}
.faq-section .faq-form form {
  width: 100%;
  max-width: 620px;
  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;
}
.faq-section .faq-form form .form-subtitle {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 35px;
}
.faq-section .faq-form form .input-group {
  width: 45%;
  margin-bottom: 40px;
  position: relative;
}
.faq-section .faq-form form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  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;
}
.faq-section .faq-form form label.focus-input {
  color: #fff;
}
.faq-section .faq-form form label.active-input {
  top: -18px;
  font-size: 12px;
}
.faq-section .faq-form form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  resize: none;
  position: relative;
  z-index: 1;
}
.faq-section .faq-form form .form-group {
  width: 45%;
}
.faq-section .faq-form form .form-group p {
  color: #fff;
  line-height: 150%;
  font-size: 13px;
  max-width: 250px;
  font-weight: 500;
  margin-top: 13px;
}
.faq-section .faq-form form .form-group p a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.faq-section .faq-form form .form-group p a: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);
}
.faq-section .faq-form form .form-group p a:hover:before {
  right: 0;
  width: 0;
}
.faq-section .faq-form form .form-group .btn {
  min-width: 318px;
}

@media only screen and (max-width: 1200px) {
  .faq-section .faq-form {
    padding: 60px 40px 60px 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq-section .faq-form .form-info {
    max-width: 100%;
    margin-bottom: 0;
  }
  .faq-section .faq-form .form-info .form-title {
    margin-bottom: 15px;
  }
  .faq-section .faq-form .form-info .form-description {
    display: none;
  }
  .faq-section .faq-form .form-info .form-social {
    display: none;
  }
  .faq-section .faq-form form {
    max-width: 100%;
  }
  .faq-section .faq-form form .form-subtitle {
    font-size: 14px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 55px;
  }
  .faq-section .faq-form form .form-group .btn {
    min-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-block .faq-title {
    font-size: 18px;
  }
  .faq-section .faq-block p,
.faq-section .faq-block ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 70px 0;
  }
  .faq-section .title-content {
    width: 100%;
  }
  .faq-section .title-content .title {
    font-size: 25px;
  }
  .faq-section .faq-content {
    width: 100%;
  }
  .faq-section .faq-block {
    background: #f4f3f5;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
  }
  .faq-section .faq-block table thead th {
    width: auto !important;
    min-width: auto !important;
  }
  .faq-section .faq-block table thead:nth-child(1) th {
    font-size: 12px;
  }
  .faq-section .faq-block table tbody td {
    width: auto !important;
    min-width: auto !important;
  }
  .faq-section .faq-block .faq-table {
    margin-bottom: 10px;
  }
  .faq-section .faq-block .faq-title {
    font-size: 14px;
  }
  .faq-section .faq-block p {
    font-size: 13px;
    line-height: 140%;
  }
  .faq-section .faq-block a {
    font-size: 14px;
  }
  .faq-section .faq-block ol {
    padding-left: 15px;
  }
  .faq-section .faq-block ol li {
    font-size: 13px;
    line-height: 140%;
  }
  .faq-section .faq-block ul li {
    font-size: 13px;
    padding-left: 18px;
    line-height: 140%;
  }
  .faq-section .faq-block ul li:before {
    width: 15px;
    height: 9px;
    top: 3px;
    background-size: contain !important;
  }
  .faq-section .faq-form {
    padding: 30px 30px;
  }
  .faq-section .faq-form .form-info .form-title {
    font-size: 18px;
    text-align: center;
  }
  .faq-section .faq-form form .form-subtitle {
    font-size: 13px;
    text-align: center;
  }
  .faq-section .faq-form form .input-group {
    width: 100%;
  }
  .faq-section .faq-form form .form-group {
    width: 100%;
  }
  .faq-section .faq-form form .form-group p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .faq-section .faq-form form .input-group {
    width: 48%;
  }
  .faq-section .faq-form form .form-group {
    width: 48%;
  }
}
.packages-section {
  padding-top: 75px;
  padding-bottom: 50px;
}
.packages-section .title-content {
  width: 100%;
  margin-bottom: 20px;
}
.packages-section .title-content .title {
  text-align: center;
  margin-bottom: 30px;
}
.packages-section .title-content p {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.packages-section .title-content p.long-description {
  max-width: 830px;
}
.packages-section .package-block {
  padding: 45px;
  background: #28303b;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 31.5%;
  margin: 0 auto;
}
.packages-section .package-block .package-name {
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #bfbfcd;
}
.packages-section .package-block .package-price {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.packages-section .package-block .package-price .info-price {
  margin-top: 5px;
  display: block;
  color: #bfbfcd;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
}
.packages-section .package-block .package-gift {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(251, 102, 14, 0.1);
  border-radius: 8px;
  color: #fb660e;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: start;
  margin-top: 15px;
  text-align: center;
}
.packages-section .package-block .package-list {
  margin-top: 25px;
  padding-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #344051;
}
.packages-section .package-block .package-list li {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 140%;
  padding-left: 27px;
}
.packages-section .package-block .package-list li.package-prev:before {
  background: url(../img/icon/audit/arrow-prev.svg);
  background-repeat: no-repeat;
}
.packages-section .package-block .package-list li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 16px;
  background: url(../img/icon/audit/check-black.svg);
  background-repeat: no-repeat;
  z-index: 0;
}
.packages-section .package-block .package-list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fb660e;
}
.packages-section .package-block .package-list 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);
}
.packages-section .package-block .package-list a:hover, .packages-section .package-block .package-list a.active {
  color: #fff;
}
.packages-section .package-block .package-list a:hover:before, .packages-section .package-block .package-list a.active:before {
  left: 0;
  width: 100%;
}
.packages-section .package-block .btn {
  margin-top: auto;
  background: #374250;
}
.packages-section .package-block .btn-border {
  margin-top: 15px;
  color: #fff;
  background: none;
  border-color: #333e4c;
}
.packages-section .package-block .btn-border:hover {
  background: #fb660e;
}
.packages-section .package-form {
  margin-top: 50px;
  width: 100%;
  background: -o-radial-gradient(50% 1.53%, 109.22% 109.22%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  background: radial-gradient(109.22% 109.22% at 50% 1.53%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  border-radius: 20px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.packages-section .package-form .subtitle {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 135%;
  color: #fff;
}
.packages-section .package-form .description {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 35px;
  color: #fff;
}
.packages-section .package-quote {
  max-width: 685px;
  margin-left: auto;
  padding-top: 120px;
  margin-top: 100px;
  position: relative;
}
.packages-section .package-quote:before {
  content: "";
  width: 215px;
  height: 198px;
  position: absolute;
  top: 0;
  left: -150px;
  background: url("../img/icon/quote_big.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.packages-section .package-quote .description {
  font-size: 19px;
  color: #e4e5eb;
  line-height: 160%;
  text-transform: uppercase;
}
.packages-section .package-quote a {
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
  color: #fd7e17;
  text-transform: uppercase;
  line-height: 160%;
  font-weight: 500;
}
.packages-section .package-quote a span {
  position: relative;
  display: inline-block;
}
.packages-section .package-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;
}
.packages-section .package-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;
}
.packages-section .package-quote a:hover span:before {
  width: 100%;
  left: 0;
}
.packages-section .package-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);
}

@media only screen and (max-width: 991px) {
  .packages-section .package-block {
    padding: 25px;
  }
  .packages-section .package-block .package-name {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .packages-section .package-block .package-price {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .packages-section + .paymant-inner {
    padding-top: 30px;
  }
  .packages-section + .media-inner .content {
    padding-top: 40px;
  }
  .packages-section {
    padding-bottom: 50px;
  }
  .packages-section .package-block {
    width: 100%;
    margin-bottom: 25px;
  }
  .packages-section .package-block .package-list li.package-prev:before {
    left: -3px;
    top: 5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .packages-section .package-quote {
    padding-top: 60px;
    margin-top: 20px;
  }
  .packages-section .package-quote:before {
    width: 100px;
    height: 92px;
    left: 0;
  }
  .packages-section .package-quote .description {
    font-size: 14px;
  }
  .packages-section .title-content .title {
    margin-bottom: 20px;
  }
  .packages-section .title-content p {
    margin-bottom: 15px;
  }
  .packages-section .package-form {
    margin-top: 0;
    padding: 30px;
  }
  .packages-section .package-form .subtitle {
    font-size: 20px;
    line-height: 125%;
  }
  .packages-section .package-form .description {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 25px;
  }
  .packages-section .package-form .btn {
    padding: 20px 15px;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .packages-section .package-block {
    width: 48%;
  }
  .packages-section .package-form {
    width: 48%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.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: #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);
}
.calc-section .calc-subtitle a:hover, .calc-section .calc-subtitle a.active {
  color: #fff;
}
.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: #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);
}
.calc-section .calc-right .coupon-info a:hover, .calc-section .calc-right .coupon-info a.active {
  color: #fff;
}
.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%;
  }
}
.advantages-section {
  padding: 160px 0;
}
.advantages-section.bg-white {
  background: #f5f5f5;
  padding-top: 30px;
}
.advantages-section .title-content {
  max-width: 455px;
}
.advantages-section .title-content.title-full {
  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;
  max-width: 100%;
  width: 100%;
}
.advantages-section .title-content.title-full .title {
  max-width: 550px;
  color: #181919;
}
.advantages-section .title-content.title-full .steps-arrow {
  max-width: 290px;
  color: #454960;
}
.advantages-section .title-content.title-full .steps-arrow:before {
  -webkit-transform: scale(1, 1) rotate(331deg);
      -ms-transform: scale(1, 1) rotate(331deg);
          transform: scale(1, 1) rotate(331deg);
  bottom: 10px;
}
.advantages-section .title-content .steps-arrow {
  position: relative;
}
.advantages-section .title-content .steps-arrow:before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: 0;
  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;
}
.advantages-section .advantages-content {
  margin-left: auto;
  max-width: 720px;
  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: 85px;
}
.advantages-section .advantages-content.advantages-full {
  width: 100%;
  max-width: 100%;
}
.advantages-section .advantages-content.advantages-full .advantages-title {
  color: #454960;
  font-weight: 600;
}
.advantages-section .advantages-content.advantages-full .advantages-description {
  color: #454960;
  font-weight: 500;
}
.advantages-section .advantage-block {
  width: 48%;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantages-section .advantage-block .img-block {
  background: #fb660e;
  width: 55px;
  height: 55px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
}
.advantages-section .advantage-block .info-block {
  width: calc(100% - 55px - 30px);
}
.advantages-section .advantage-block .advantages-title {
  font-size: 19px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.advantages-section .advantage-block .advantages-description {
  color: #aeb5be;
  font-size: 15px;
  line-height: 150%;
}

@media only screen and (max-width: 1220px) {
  .advantages-section .title-content .steps-arrow:before {
    bottom: 50px;
    -webkit-transform: scale(1, 1) rotate(-85deg);
        -ms-transform: scale(1, 1) rotate(-85deg);
            transform: scale(1, 1) rotate(-85deg);
    right: -15px;
  }
  .advantages-section .advantages-content {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-section {
    padding-top: 70px;
    padding-bottom: 25px;
  }
  .advantages-section .title-content .steps-arrow:before {
    bottom: 15px;
    right: 0;
  }
  .advantages-section .advantage-block {
    width: 100%;
  }
  .advantages-section .advantage-block .advantages-title {
    font-size: 16px;
  }
  .advantages-section .advantage-block .advantages-description {
    font-size: 13px;
    line-height: 140%;
  }
  .advantages-section .advantage-block .img-block {
    margin-right: 20px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .advantages-section .advantage-block {
    width: 48%;
  }
}
.additional-marketing-section {
  padding-bottom: 160px;
}
.additional-marketing-section.bg-white {
  padding-top: 50px;
  padding-bottom: 120px;
  background: #f5f5f5;
}
.additional-marketing-section.bg-white .title-content .title {
  color: #333037;
}
.additional-marketing-section.bg-white .title-content p {
  color: #333037;
}
.additional-marketing-section.bg-white .title-content.title-arrow p {
  max-width: 100% !important;
}
.additional-marketing-section.bg-white .title-content.title-arrow p:before {
  right: 0;
}
.additional-marketing-section.bg-white .marketing-content a {
  color: #333037;
}
.additional-marketing-section.bg-white .marketing-content a .psevdo-link {
  color: #333037;
}
.additional-marketing-section.bg-white .marketing-content a .psevdo-link:after {
  background-image: url(../img/icon/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  top: 1px;
}
.additional-marketing-section.bg-white .marketing-content a:after {
  background: -webkit-gradient(linear, right top, left top, color-stop(1.78%, rgba(255, 168, 38, 0)), color-stop(51.91%, #fa4101), color-stop(95.24%, rgba(250, 65, 1, 0)));
  background: -o-linear-gradient(right, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
  background: linear-gradient(270deg, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
}
.additional-marketing-section.bg-white .marketing-content a:before {
  background: #dcdee2;
}
.additional-marketing-section.bg-white .marketing-content p {
  color: #454960;
  font-size: 15px;
  width: 100%;
}
.additional-marketing-section.bg-white .additional-marketing-modal {
  background: -o-linear-gradient(192.38deg, #ffb23f -9.05%, #fa4101 148.38%);
  background: linear-gradient(257.62deg, #ffb23f -9.05%, #fa4101 148.38%);
}
.additional-marketing-section .title-content {
  position: relative;
  width: 45%;
}
.additional-marketing-section .title-content.title-arrow p {
  position: relative;
  display: inline-block;
  max-width: 335px;
}
.additional-marketing-section .title-content.title-arrow p:before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: -35px;
  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;
}
.additional-marketing-section .marketing-content {
  width: 50%;
  margin-left: auto;
}
.additional-marketing-section .marketing-content a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
  padding-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.additional-marketing-section .marketing-content a .psevdo-link {
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  left: -17px;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.additional-marketing-section .marketing-content a .psevdo-link:after {
  content: "";
  position: relative;
  top: 2px;
  right: 7px;
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.additional-marketing-section .marketing-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4a5666;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.additional-marketing-section .marketing-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.78%, rgba(255, 168, 38, 0)), color-stop(51.91%, #fa4101), color-stop(95.24%, rgba(250, 65, 1, 0)));
  background: -o-linear-gradient(right, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
  background: linear-gradient(270deg, rgba(255, 168, 38, 0) 1.78%, #fa4101 51.91%, rgba(250, 65, 1, 0) 95.24%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.additional-marketing-section .marketing-content a:hover {
  color: #fb660e;
}
.additional-marketing-section .marketing-content a:hover .psevdo-link {
  opacity: 1;
}
.additional-marketing-section .marketing-content a:hover .psevdo-link::after {
  right: 0;
}
.additional-marketing-section .marketing-content a:hover:before, .additional-marketing-section .marketing-content a:hover:after {
  height: 4px;
}
.additional-marketing-section .marketing-content p {
  color: #bfbfcd;
  font-size: 15px;
  line-height: 150%;
  margin-top: 20px;
}
.additional-marketing-section .marketing-content .btn {
  min-width: 205px;
  text-align: center;
}
.additional-marketing-section .marketing-content p + .btn {
  margin-top: 15px;
}
.additional-marketing-section .additional-marketing-modal {
  width: 100%;
  margin-top: 60px;
  text-align: center;
  background: -o-radial-gradient(50% 1.53%, 109.22% 109.22%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  background: radial-gradient(109.22% 109.22% at 50% 1.53%, rgba(251, 102, 14, 0.106) 0%, rgba(40, 47, 58, 0) 100%), #28303b;
  padding: 70px;
  border-radius: 30px;
}
.additional-marketing-section .additional-marketing-modal .title {
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
.additional-marketing-section .additional-marketing-modal .description {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 25px;
}
.additional-marketing-section .additional-marketing-modal .btn-opacity {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 18px 30px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-radius: 15px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  color: #fff;
}
.additional-marketing-section .additional-marketing-modal .btn-opacity:hover {
  background: #fff;
  color: #fb660e;
}

@media only screen and (max-width: 767px) {
  .rules-section + .additional-marketing-section.bg-white {
    padding-bottom: 30px;
  }
  .clients-inner + .additional-marketing-section.bg-white {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .additional-marketing-section {
    padding-bottom: 70px;
  }
  .additional-marketing-section.bg-white {
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .additional-marketing-section .title-content {
    width: 100%;
  }
  .additional-marketing-section .title-content.title-arrow p:before {
    bottom: -30px;
    right: -10px;
    -webkit-transform: scale(1, 1) rotate(342deg);
        -ms-transform: scale(1, 1) rotate(342deg);
            transform: scale(1, 1) rotate(342deg);
  }
  .additional-marketing-section .marketing-content {
    width: 100%;
    margin-top: 35px;
  }
  .additional-marketing-section .marketing-content a {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .additional-marketing-section .marketing-content a .psevdo-link {
    width: 100%;
    margin-top: 10px;
    left: 0;
    font-size: 13px;
    opacity: 0.8;
  }
  .additional-marketing-section .marketing-content a .psevdo-link:after {
    right: 0;
  }
  .additional-marketing-section .marketing-content p {
    font-size: 13px;
  }
  .additional-marketing-section .additional-marketing-modal {
    padding: 40px 20px;
  }
  .additional-marketing-section .additional-marketing-modal .title {
    font-size: 21px;
  }
  .additional-marketing-section .additional-marketing-modal .btn-opacity {
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .additional-marketing-section .additional-marketing-modal {
    padding: 40px 80px;
  }
  .additional-marketing-section .additional-marketing-modal .btn-opacity {
    width: auto;
  }
}
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%;
  }
}
.modal-video .modal-content {
  width: 100%;
  max-width: 800px;
  height: 600px;
}
.modal-video .modal-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}