@font-face {
  font-family: "RF Dewi";
  src: local("RF Dewi Expanded Regular"), local("RF-Dewi-Expanded-Regular"), url("fonts/RFDewiExpanded-Regular.f3ce9f88a206.woff2") format("woff2"), url("fonts/RFDewiExpanded-Regular.de14e7f8aa54.woff") format("woff"), url("fonts/RFDewiExpanded-Regular.b8c34cdc6adf.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RF Dewi";
  src: local("RF Dewi Expanded Light"), local("RF-Dewi-Expanded-Light"), url("fonts/RFDewiExpanded-Light.0cb66921ad76.woff2") format("woff2"), url("fonts/RFDewiExpanded-Light.17ba47718b33.woff") format("woff"), url("fonts/RFDewiExpanded-Light.5165f226daff.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RF Dewi";
  src: local("RF Dewi Expanded Semibold"), local("RF-Dewi-Expanded-Semibold"), url("fonts/RFDewiExpanded-Semibold.689595dec03f.woff2") format("woff2"), url("fonts/RFDewiExpanded-Semibold.b7ad3127b4f7.woff") format("woff"), url("fonts/RFDewiExpanded-Semibold.600e01ebe0af.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RF Dewi";
  src: local("RF Dewi Expanded Bold"), local("RF-Dewi-Expanded-Bold"), url("fonts/RFDewiExpanded-Bold.d682338a0c62.woff2") format("woff2"), url("fonts/RFDewiExpanded-Bold.66f64d8fa5ec.woff") format("woff"), url("fonts/RFDewiExpanded-Bold.6154f0ebf39f.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "RF Dewi", Sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  color: #212833;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1 1 100%;
  height: 100%;
}

@keyframes btnBubble {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 888px;
    height: 888px;
  }
}
h1, .h1, h2, .h2, h3, .h3, .h1s, .h2s, .h3s {
  font-weight: 300;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 18px;
}

.h1s {
  font-size: 14px;
}

.h2s {
  font-size: 18px;
  text-transform: unset;
}

.h3s {
  font-size: 12px;
}

.bg-white {
  background-color: white;
}
.bg-white.transparent-1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-white.transparent-2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-white.transparent-3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.bg-white.transparent-4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.bg-white.transparent-5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.bg-white.transparent-6 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}
.bg-white.transparent-7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
.bg-white.transparent-8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-white.transparent-9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
.bg-white.transparent-10 {
  background-color: white !important;
}
.bg-gray-one {
  background-color: #212833;
}
.bg-gray-one.transparent-1 {
  background-color: rgba(33, 40, 51, 0.1) !important;
}
.bg-gray-one.transparent-2 {
  background-color: rgba(33, 40, 51, 0.2) !important;
}
.bg-gray-one.transparent-3 {
  background-color: rgba(33, 40, 51, 0.3) !important;
}
.bg-gray-one.transparent-4 {
  background-color: rgba(33, 40, 51, 0.4) !important;
}
.bg-gray-one.transparent-5 {
  background-color: rgba(33, 40, 51, 0.5) !important;
}
.bg-gray-one.transparent-6 {
  background-color: rgba(33, 40, 51, 0.6) !important;
}
.bg-gray-one.transparent-7 {
  background-color: rgba(33, 40, 51, 0.7) !important;
}
.bg-gray-one.transparent-8 {
  background-color: rgba(33, 40, 51, 0.8) !important;
}
.bg-gray-one.transparent-9 {
  background-color: rgba(33, 40, 51, 0.9) !important;
}
.bg-gray-one.transparent-10 {
  background-color: #212833 !important;
}
.bg-gray-two {
  background-color: rgba(33, 40, 51, 0.65);
}
.bg-gray-two.transparent-1 {
  background-color: rgba(33, 40, 51, 0.1) !important;
}
.bg-gray-two.transparent-2 {
  background-color: rgba(33, 40, 51, 0.2) !important;
}
.bg-gray-two.transparent-3 {
  background-color: rgba(33, 40, 51, 0.3) !important;
}
.bg-gray-two.transparent-4 {
  background-color: rgba(33, 40, 51, 0.4) !important;
}
.bg-gray-two.transparent-5 {
  background-color: rgba(33, 40, 51, 0.5) !important;
}
.bg-gray-two.transparent-6 {
  background-color: rgba(33, 40, 51, 0.6) !important;
}
.bg-gray-two.transparent-7 {
  background-color: rgba(33, 40, 51, 0.7) !important;
}
.bg-gray-two.transparent-8 {
  background-color: rgba(33, 40, 51, 0.8) !important;
}
.bg-gray-two.transparent-9 {
  background-color: rgba(33, 40, 51, 0.9) !important;
}
.bg-gray-two.transparent-10 {
  background-color: #212833 !important;
}
.bg-gray-three {
  background-color: #99a0ab;
}
.bg-gray-three.transparent-1 {
  background-color: rgba(153, 160, 171, 0.1) !important;
}
.bg-gray-three.transparent-2 {
  background-color: rgba(153, 160, 171, 0.2) !important;
}
.bg-gray-three.transparent-3 {
  background-color: rgba(153, 160, 171, 0.3) !important;
}
.bg-gray-three.transparent-4 {
  background-color: rgba(153, 160, 171, 0.4) !important;
}
.bg-gray-three.transparent-5 {
  background-color: rgba(153, 160, 171, 0.5) !important;
}
.bg-gray-three.transparent-6 {
  background-color: rgba(153, 160, 171, 0.6) !important;
}
.bg-gray-three.transparent-7 {
  background-color: rgba(153, 160, 171, 0.7) !important;
}
.bg-gray-three.transparent-8 {
  background-color: rgba(153, 160, 171, 0.8) !important;
}
.bg-gray-three.transparent-9 {
  background-color: rgba(153, 160, 171, 0.9) !important;
}
.bg-gray-three.transparent-10 {
  background-color: #99a0ab !important;
}
.bg-gray-four {
  background-color: #f3f3f3;
}
.bg-gray-four.transparent-1 {
  background-color: rgba(243, 243, 243, 0.1) !important;
}
.bg-gray-four.transparent-2 {
  background-color: rgba(243, 243, 243, 0.2) !important;
}
.bg-gray-four.transparent-3 {
  background-color: rgba(243, 243, 243, 0.3) !important;
}
.bg-gray-four.transparent-4 {
  background-color: rgba(243, 243, 243, 0.4) !important;
}
.bg-gray-four.transparent-5 {
  background-color: rgba(243, 243, 243, 0.5) !important;
}
.bg-gray-four.transparent-6 {
  background-color: rgba(243, 243, 243, 0.6) !important;
}
.bg-gray-four.transparent-7 {
  background-color: rgba(243, 243, 243, 0.7) !important;
}
.bg-gray-four.transparent-8 {
  background-color: rgba(243, 243, 243, 0.8) !important;
}
.bg-gray-four.transparent-9 {
  background-color: rgba(243, 243, 243, 0.9) !important;
}
.bg-gray-four.transparent-10 {
  background-color: #f3f3f3 !important;
}
.bg-gray-five {
  background-color: #d7dadd;
}
.bg-gray-five.transparent-1 {
  background-color: rgba(215, 218, 221, 0.1) !important;
}
.bg-gray-five.transparent-2 {
  background-color: rgba(215, 218, 221, 0.2) !important;
}
.bg-gray-five.transparent-3 {
  background-color: rgba(215, 218, 221, 0.3) !important;
}
.bg-gray-five.transparent-4 {
  background-color: rgba(215, 218, 221, 0.4) !important;
}
.bg-gray-five.transparent-5 {
  background-color: rgba(215, 218, 221, 0.5) !important;
}
.bg-gray-five.transparent-6 {
  background-color: rgba(215, 218, 221, 0.6) !important;
}
.bg-gray-five.transparent-7 {
  background-color: rgba(215, 218, 221, 0.7) !important;
}
.bg-gray-five.transparent-8 {
  background-color: rgba(215, 218, 221, 0.8) !important;
}
.bg-gray-five.transparent-9 {
  background-color: rgba(215, 218, 221, 0.9) !important;
}
.bg-gray-five.transparent-10 {
  background-color: #d7dadd !important;
}
.bg-green {
  background-color: #6CE035;
}
.bg-green.transparent-1 {
  background-color: rgba(108, 224, 53, 0.1) !important;
}
.bg-green.transparent-2 {
  background-color: rgba(108, 224, 53, 0.2) !important;
}
.bg-green.transparent-3 {
  background-color: rgba(108, 224, 53, 0.3) !important;
}
.bg-green.transparent-4 {
  background-color: rgba(108, 224, 53, 0.4) !important;
}
.bg-green.transparent-5 {
  background-color: rgba(108, 224, 53, 0.5) !important;
}
.bg-green.transparent-6 {
  background-color: rgba(108, 224, 53, 0.6) !important;
}
.bg-green.transparent-7 {
  background-color: rgba(108, 224, 53, 0.7) !important;
}
.bg-green.transparent-8 {
  background-color: rgba(108, 224, 53, 0.8) !important;
}
.bg-green.transparent-9 {
  background-color: rgba(108, 224, 53, 0.9) !important;
}
.bg-green.transparent-10 {
  background-color: #6ce035 !important;
}
.bg-yellow {
  background-color: #FFDB1B;
}
.bg-yellow.transparent-1 {
  background-color: rgba(255, 219, 27, 0.1) !important;
}
.bg-yellow.transparent-2 {
  background-color: rgba(255, 219, 27, 0.2) !important;
}
.bg-yellow.transparent-3 {
  background-color: rgba(255, 219, 27, 0.3) !important;
}
.bg-yellow.transparent-4 {
  background-color: rgba(255, 219, 27, 0.4) !important;
}
.bg-yellow.transparent-5 {
  background-color: rgba(255, 219, 27, 0.5) !important;
}
.bg-yellow.transparent-6 {
  background-color: rgba(255, 219, 27, 0.6) !important;
}
.bg-yellow.transparent-7 {
  background-color: rgba(255, 219, 27, 0.7) !important;
}
.bg-yellow.transparent-8 {
  background-color: rgba(255, 219, 27, 0.8) !important;
}
.bg-yellow.transparent-9 {
  background-color: rgba(255, 219, 27, 0.9) !important;
}
.bg-yellow.transparent-10 {
  background-color: #ffdb1b !important;
}
.bg-yellow2 {
  background-color: #FEFBEE;
}
.bg-yellow2.transparent-1 {
  background-color: rgba(254, 251, 238, 0.1) !important;
}
.bg-yellow2.transparent-2 {
  background-color: rgba(254, 251, 238, 0.2) !important;
}
.bg-yellow2.transparent-3 {
  background-color: rgba(254, 251, 238, 0.3) !important;
}
.bg-yellow2.transparent-4 {
  background-color: rgba(254, 251, 238, 0.4) !important;
}
.bg-yellow2.transparent-5 {
  background-color: rgba(254, 251, 238, 0.5) !important;
}
.bg-yellow2.transparent-6 {
  background-color: rgba(254, 251, 238, 0.6) !important;
}
.bg-yellow2.transparent-7 {
  background-color: rgba(254, 251, 238, 0.7) !important;
}
.bg-yellow2.transparent-8 {
  background-color: rgba(254, 251, 238, 0.8) !important;
}
.bg-yellow2.transparent-9 {
  background-color: rgba(254, 251, 238, 0.9) !important;
}
.bg-yellow2.transparent-10 {
  background-color: #fefbee !important;
}
.bg-yellow3 {
  background-color: #FFF2AC;
}
.bg-yellow3.transparent-1 {
  background-color: rgba(255, 242, 172, 0.1) !important;
}
.bg-yellow3.transparent-2 {
  background-color: rgba(255, 242, 172, 0.2) !important;
}
.bg-yellow3.transparent-3 {
  background-color: rgba(255, 242, 172, 0.3) !important;
}
.bg-yellow3.transparent-4 {
  background-color: rgba(255, 242, 172, 0.4) !important;
}
.bg-yellow3.transparent-5 {
  background-color: rgba(255, 242, 172, 0.5) !important;
}
.bg-yellow3.transparent-6 {
  background-color: rgba(255, 242, 172, 0.6) !important;
}
.bg-yellow3.transparent-7 {
  background-color: rgba(255, 242, 172, 0.7) !important;
}
.bg-yellow3.transparent-8 {
  background-color: rgba(255, 242, 172, 0.8) !important;
}
.bg-yellow3.transparent-9 {
  background-color: rgba(255, 242, 172, 0.9) !important;
}
.bg-yellow3.transparent-10 {
  background-color: #fff2ac !important;
}
.bg-red {
  background-color: #ff0000;
}
.bg-red.transparent-1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}
.bg-red.transparent-2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
.bg-red.transparent-3 {
  background-color: rgba(255, 0, 0, 0.3) !important;
}
.bg-red.transparent-4 {
  background-color: rgba(255, 0, 0, 0.4) !important;
}
.bg-red.transparent-5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}
.bg-red.transparent-6 {
  background-color: rgba(255, 0, 0, 0.6) !important;
}
.bg-red.transparent-7 {
  background-color: rgba(255, 0, 0, 0.7) !important;
}
.bg-red.transparent-8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}
.bg-red.transparent-9 {
  background-color: rgba(255, 0, 0, 0.9) !important;
}
.bg-red.transparent-10 {
  background-color: red !important;
}
.bg-blue {
  background-color: #355287;
}
.bg-blue.transparent-1 {
  background-color: rgba(53, 82, 135, 0.1) !important;
}
.bg-blue.transparent-2 {
  background-color: rgba(53, 82, 135, 0.2) !important;
}
.bg-blue.transparent-3 {
  background-color: rgba(53, 82, 135, 0.3) !important;
}
.bg-blue.transparent-4 {
  background-color: rgba(53, 82, 135, 0.4) !important;
}
.bg-blue.transparent-5 {
  background-color: rgba(53, 82, 135, 0.5) !important;
}
.bg-blue.transparent-6 {
  background-color: rgba(53, 82, 135, 0.6) !important;
}
.bg-blue.transparent-7 {
  background-color: rgba(53, 82, 135, 0.7) !important;
}
.bg-blue.transparent-8 {
  background-color: rgba(53, 82, 135, 0.8) !important;
}
.bg-blue.transparent-9 {
  background-color: rgba(53, 82, 135, 0.9) !important;
}
.bg-blue.transparent-10 {
  background-color: #355287 !important;
}
.bg-none {
  background: none !important;
}
.bg-main {
  background: url("/static/img/home/bg-top.5d5f008752fb.jpg") no-repeat;
  min-height: 570px;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: 77px 22px;
}
.bg-service {
  background: url("/static/img/registration/bg-left.758404748fbc.jpg") no-repeat center;
  background-size: 100%;
}
.bg-reviews {
  background: url("/static/img/home/landings/bg-reviews.7cdc1fa00435.png") no-repeat left;
  background-size: contain;
}
.bg-gray-gradient {
  background: #807973;
  background: linear-gradient(90deg, #807973 0%, #797778 15%, #737277 33%, #666666 52%, #626367 68%, #5a5b5f 82%, #4b4f52 99%);
}
.bg-yellow-fluid-left:after {
  content: "";
  background: #FFDB1B;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
}

.text-white {
  color: white !important;
}
.text-gray-one {
  color: #212833 !important;
}
.text-gray-two {
  color: rgba(33, 40, 51, 0.65) !important;
}
.text-gray-three {
  color: #99a0ab !important;
}
.text-gray-four {
  color: #f3f3f3 !important;
}
.text-gray-five {
  color: #d7dadd !important;
}
.text-green {
  color: #6CE035 !important;
}
.text-yellow {
  color: #FFDB1B !important;
}
.text-yellow2 {
  color: #FEFBEE !important;
}
.text-yellow3 {
  color: #FFF2AC !important;
}
.text-red {
  color: #ff0000 !important;
}
.text-blue {
  color: #355287 !important;
}
.text-black {
  color: #000;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-10 {
  font-size: 10px !important;
  line-height: 1.4 !important;
}
.text-12 {
  font-size: 12px !important;
  line-height: 1.4 !important;
}
.text-14 {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.text-18 {
  font-size: 18px !important;
  line-height: 1.4 !important;
}
.text-indent-10 {
  text-indent: 10px;
}
.text-shadow-bold {
  text-shadow: 0 0 1px #212833;
}

.border-color-yellow {
  border-color: #FFDB1B !important;
}
.border-color-green {
  border-color: #6CE035 !important;
}
.border-color-red {
  border-color: #ff0000 !important;
}
.border-color-gray {
  border-color: #99a0ab !important;
}

.top-0 {
  top: 0 !important;
}
.top-10 {
  top: 10 !important;
}
.top-20 {
  top: 20 !important;
}
.top-30 {
  top: 30 !important;
}
.top-40 {
  top: 40 !important;
}
.top-50 {
  top: 50 !important;
}
.top-60 {
  top: 60 !important;
}
.top-70 {
  top: 70 !important;
}
.top-80 {
  top: 80 !important;
}
.top-90 {
  top: 90 !important;
}
.top-100 {
  top: 100 !important;
}

.bottom-0 {
  bottom: 0 !important;
}
.bottom-10 {
  bottom: 10 !important;
}
.bottom-20 {
  bottom: 20 !important;
}
.bottom-30 {
  bottom: 30 !important;
}
.bottom-40 {
  bottom: 40 !important;
}
.bottom-50 {
  bottom: 50 !important;
}
.bottom-60 {
  bottom: 60 !important;
}
.bottom-70 {
  bottom: 70 !important;
}
.bottom-80 {
  bottom: 80 !important;
}
.bottom-90 {
  bottom: 90 !important;
}
.bottom-100 {
  bottom: 100 !important;
}

.left-0 {
  left: 0 !important;
}
.left-10 {
  left: 10 !important;
}
.left-20 {
  left: 20 !important;
}
.left-30 {
  left: 30 !important;
}
.left-40 {
  left: 40 !important;
}
.left-50 {
  left: 50 !important;
}
.left-60 {
  left: 60 !important;
}
.left-70 {
  left: 70 !important;
}
.left-80 {
  left: 80 !important;
}
.left-90 {
  left: 90 !important;
}
.left-100 {
  left: 100 !important;
}

.right-0 {
  right: 0 !important;
}
.right-10 {
  right: 10 !important;
}
.right-20 {
  right: 20 !important;
}
.right-30 {
  right: 30 !important;
}
.right-40 {
  right: 40 !important;
}
.right-50 {
  right: 50 !important;
}
.right-60 {
  right: 60 !important;
}
.right-70 {
  right: 70 !important;
}
.right-80 {
  right: 80 !important;
}
.right-90 {
  right: 90 !important;
}
.right-100 {
  right: 100 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-v-center {
  display: flex;
  align-items: center;
}
.flex-1 {
  flex: 1;
}

.jc-evenly {
  justify-content: space-evenly;
}

.rounded-4 {
  border-radius: 4px;
}
.rounded-10 {
  border-radius: 10px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-30 {
  border-radius: 30px;
}

.mw-75 {
  max-width: 75%;
}

.fz-adaptive-10-12 {
  font-size: calc(10px + 2 * ((100vw - 320px) / (1920 - 375)));
  line-height: 1.33;
}

a, .link {
  font-size: 10px;
  line-height: 1.2;
  color: #212833;
  transition: color 0.3s;
  cursor: pointer;
}
a:hover, .link:hover {
  color: #FFDB1B;
  text-decoration: none;
}
a.set-hover, .link.set-hover {
  color: inherit;
}
a.set-hover:hover .hover, .link.set-hover:hover .hover {
  color: #FFDB1B;
}
a.unhover:hover, .link.unhover:hover {
  color: black !important;
}
a-white, .link-white {
  color: #fff !important;
}
a-white:hover, .link-white:hover {
  color: #FFDB1B !important;
}
a-dark, .link-dark {
  color: #212833 !important;
}
a-dark:hover, .link-dark:hover {
  color: #fff !important;
}

.dark-cross {
  cursor: pointer;
  background-color: #212833;
  color: #fff;
  border-radius: 6px;
  font-size: 23px;
  line-height: 1;
  font-weight: 700;
  width: 20px;
  height: 20px;
}

.top-background {
  min-height: 360px;
}
.top-background-contacts {
  background: url("/static/img/contacts/top-bg.0d281951d285.png") center/cover no-repeat;
}
.top-background-tou {
  background: url("/static/img/tou/tou-lg.686cb0157665.png") center/cover no-repeat;
}
.top-background-news {
  background: #FAF9F8 url("/static/img/news/top-bg.a0a588eaec55.png") left 45px center/auto no-repeat;
}

.contacts-wrap {
  padding: 100px 0;
}

.dot:hover, .dot:focus {
  cursor: url("/static/img/common/cursor-dot.ad582455ae05.svg"), auto;
}

.with-count {
  position: relative;
}
.with-count span {
  padding: 2px 8px;
  font-size: 7px;
  position: absolute;
  top: 0;
  z-index: 9;
}

#becomeExpertModal .modal-dialog {
  max-width: 240px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  position: relative;
  overflow: hidden;
  color: #212833;
  min-height: 60px;
  max-width: 240px;
  font-size: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  border-radius: 10px;
}
.btn:focus {
  box-shadow: none;
}
.btn-lg {
  max-width: 380px;
  font-size: calc(16px + 6 * ((100vw - 375px) / (1920 - 375)));
  min-height: 100px;
  border-radius: 20px;
}
.btn-bordered {
  border-color: #212833;
}
.btn-with-img {
  padding: 20px;
  min-width: 270px;
  min-height: 270px;
  border-radius: 20px;
  border: none;
}
.btn-with-img p {
  margin: 8px 0;
  font-size: 22px;
}
.btn-with-img small {
  display: inline-block;
  font-size: 10px;
  max-width: 213px;
}
.btn-with-img-sm {
  padding: 5px;
  width: 200px;
  min-width: 200px;
  min-height: 180px;
}
.btn-with-img-sm img {
  width: 40px;
}
.btn-big-white {
  padding: 50px 20px;
  color: #212833;
  background-color: #fff;
  border-radius: 35px;
  font-size: 18px;
  min-height: 200px;
}
.btn-prim {
  background-color: #FFDB1B;
  transition: background-color 0.3s;
}
.btn-prim:hover, .btn-prim:focus {
  background-color: rgba(255, 219, 27, 0.8);
}
.btn-profile {
  font-size: 12px;
  line-height: 16px;
  padding: 26px 30px;
  background-color: #fff;
  justify-content: flex-start;
  transition: background-color 0.3s;
}
.btn-profile span {
  max-width: 92px;
  text-align: left;
}
.btn-profile::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC+SURBVHgB7ZItEsIwEIXfBg4QRAUYgmDIoEI7eG4AR4ATACeCK3ACJMxgojCYOgwiHIAubXF0yPBrmH5iV7yXt7NJgC9Q8YmqE85qQWMjg/rZnY7bRz7hCwGxyTvT0GfzhzzJn4VUs6LaxqTvJO9FgmjmnSCVNoPC6QtcfLCWlA7HBFrgTRg8EUjI4UMoK6rbN0hYFsfwNF1lxAyb7jQv6IJcvN9Z7wSle8uWjljpaO3zlZ/t1RCm280Tr/BrrsfHKk1wCJrQAAAAAElFTkSuQmCC");
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: #212833;
  background-color: #FFDB1B;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.btn-profile:hover, .btn-profile:focus {
  background-color: #FFDB1B;
}
.btn-profile:hover::after, .btn-profile:focus::after {
  background-color: #fff;
}
.btn-slim {
  min-height: 28px;
}
.btn-blue {
  background-color: #355287;
  transition: background-color 0.3s;
  color: white;
}
.btn-blue:hover, .btn-blue:focus {
  background-color: rgba(53, 82, 135, 0.8);
  color: white;
}
.btn-secondary {
  background-color: #212833;
  transition: background-color 0.3s;
  color: white;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: rgba(33, 40, 51, 0.65);
  color: white;
}

.a-ripple {
  background-color: #FFDB1B;
  border-color: #FFDB1B;
  color: #212833;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.6s;
}
.a-ripple.rev {
  background-color: #fff;
  border-color: #fff;
}
.a-ripple.rev .ripple {
  background-color: #FFDB1B;
}
.a-ripple.border-black {
  border-color: #000;
}
.a-ripple * {
  pointer-events: none;
}
.a-ripple :not(.ripple) {
  z-index: 2;
}
.a-ripple .ripple {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.a-ripple.hover {
  border-color: #000;
}
.a-ripple.hover .ripple {
  animation: btnBubble 0.6s linear forwards;
}

.slide-arrow {
  display: inline-flex;
  padding: 14px 12px;
  border-radius: 12px;
  border: 1px solid #000;
  background-color: #FFDB1B;
  transition: background-color 0.6s;
  cursor: pointer;
}
.slide-arrow:not(.rev):hover {
  background-color: #212833;
}
.slide-arrow:not(.rev):hover svg path {
  fill: #FFDB1B;
}
.slide-arrow.rev {
  background-color: #fff;
}
.slide-arrow.rev:hover {
  background-color: #FFDB1B;
}
.slide-arrow.lg {
  padding: 21px 17px;
}

.small, small {
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.dropdown-toggle::after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACZSURBVHgBdY8tDsJQEIR3WA7wQoCkCWINCUG9K3EUTkBvANwAR1AEVQQVKAjqoVrRQC2CLltcAx058+3PEJlk4oVaJOJdnbOMvQdz4gbRqyyyYwMyAF1OiHDn8pHnbjjaQXXR60fuWWSHLzS1BcpbJazDNY3RmKbO3oxVVeEMpqVB83A5xXWOn1MGm+v0jVm4pRtqfd7gf+U+SiIuivJqNSgAAAAASUVORK5CYII=");
  transition: transform 0.4s;
  border: none;
}
.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}

.dropdown-menu {
  border-radius: 8px;
  border-color: white;
  max-width: 240px;
}
.dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  color: initial;
  background-color: #FFDB1B;
}

.form-group .select2-container {
  display: block;
  width: auto !important;
}
.form-group .select2-container .select2-selection--single {
  height: 100%;
  background-color: #f3f3f3;
  border: none;
  border-radius: 10px;
}
.form-group .select2-container .select2-selection--single:focus {
  outline: none;
}
.form-group .select2-container .select2-selection__rendered {
  height: 60px !important;
  line-height: 60px !important;
}
.form-group .select2-container .select2-selection__arrow {
  height: 60px !important;
}
.form-group .select2-container .select2-selection__arrow b {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border-width: 0 !important;
  left: auto !important;
  right: -5px !important;
  top: 0 !important;
  height: 60px !important;
  width: 20px !important;
  display: block !important;
}

.form-group {
  position: relative;
}
.form-group label {
  font-size: 10px;
  line-height: 12px;
  position: relative;
}
.form-group input:not([type=checkbox]):not(.chosen-search-input), .form-group select:not([type=checkbox]) {
  height: 60px;
}
.form-group textarea {
  padding: 1rem;
}
.form-group input, .form-group textarea, .form-group select {
  border-radius: 10px;
  background-color: #f3f3f3;
  font-size: 12px;
  font-weight: 300;
  color: #212833;
  border-color: transparent;
  outline: 0;
}
.form-group input.form-control:focus, .form-group input.form-control.invert, .form-group textarea.form-control:focus, .form-group textarea.form-control.invert, .form-group select.form-control:focus, .form-group select.form-control.invert {
  border: 1px solid #212833;
  background-color: white;
  box-shadow: none;
  color: #212833;
}
.form-group input.form-control.underline-input, .form-group textarea.form-control.underline-input, .form-group select.form-control.underline-input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #d7dadd;
  height: 30px;
  padding: 9px 12px 9px 30px;
}
.form-group input.form-control.underline-input:focus, .form-group textarea.form-control.underline-input:focus, .form-group select.form-control.underline-input:focus {
  border-bottom-color: #FFDB1B;
}
.form-group select.custom-select:focus {
  border-color: transparent;
  box-shadow: none;
}
.form-group select.custom-select.invert {
  border: 1px solid #212833;
  background-color: white;
  color: #212833;
}
.form-group .input-btn-inline {
  display: flex;
  align-items: center;
}
.form-group .input-btn-inline .btn {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: 60px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.form-group .input-btn-inline .btn:focus {
  box-shadow: none;
  background-color: #212833;
  color: #FFDB1B;
}
.form-group ul.errorlist {
  padding-left: 1rem;
  margin: 0;
}
.form-group ul.errorlist li {
  font-size: 10px;
  color: #ff0000;
}
.form-group.profile-search-form {
  position: relative;
}
.form-group.profile-search-form::before {
  content: url("/static/img/common/search-ico.ed4ffcb9f4dc.svg");
  display: block;
  position: absolute;
  left: 5px;
  top: 6px;
}
.form-group.datetimepicker:before {
  content: url("/static/img/common/datetimeinput-icon.b02817121d02.svg");
  position: absolute;
  right: 1.5rem;
  bottom: 1.25rem;
}

.custom-control-label {
  line-height: 22px !important;
}
.custom-control-label:before {
  border: 1px solid #000000;
  border-radius: 0.25rem !important;
}
.custom-control-label:after {
  top: 0.3rem;
  left: -1.45rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border: 3px solid white;
  background-color: #FFDB1B;
  left: -1.45rem;
  top: 0.3rem;
}
.custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  border: 1px solid black;
  border-radius: 0.25rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #000000;
}

label.add-photo {
  position: relative;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  width: 218px;
  height: 270px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
}
label.add-photo:hover {
  cursor: pointer;
}
label.add-photo.has-photo {
  background-position: center;
  background-size: cover;
}
label.add-photo.has-photo span {
  display: none;
}
label.add-photo.has-photo label {
  display: inline-block;
}
label.add-photo.delete-photo .plus {
  transform: rotate(45deg);
}
label.add-photo.delete-photo .text {
  display: none;
}
label.add-photo.new-photo {
  background: url("/static/img/common/image-add-photo.4c0ecbd7c4b5.svg") no-repeat center, #FFFDF5 !important;
}
label.add-photo.new-photo span {
  display: none;
}
label.add-photo.error-photo {
  background: url("/static/img/common/image-add-photo-rotate.a4a8dd18fca1.svg") no-repeat center, white !important;
  border: 1px solid #ff0000;
}
label.add-photo.error-photo span {
  display: none;
}
label.add-photo span {
  opacity: 0.3;
}
label.add-photo input:not([type=checkbox]) {
  opacity: 0;
}
label.add-photo label {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
label.add-photo label:hover {
  cursor: pointer;
}
label.add-photo label input[type=checkbox] {
  display: none;
}
label.add-photo label input[type=checkbox]:checked ~ label.has-photo {
  background: none !important;
}
label.add-photo label:before {
  content: url("/static/img/common/close-small.42829d3933c8.svg");
}
label.add-photo:hover {
  background-color: white;
  border: 1px solid #FFDB1B;
}
label.add-cover.has-photo {
  background-position: center;
  background-size: cover;
}
label.add-cover.has-photo span {
  display: none;
}
label.add-cover.has-photo label {
  display: inline-block;
}

.passport label.add-photo {
  background-image: url("/static/img/common/passport.c23bb09d1e29.png");
}
.passport label.add-photo span {
  display: none;
}

.modal-backdrop.show {
  opacity: 0.1;
}

.bs-tooltip-right {
  left: -4rem !important;
}
.bs-tooltip-right .arrow:before {
  border-right-color: white;
  border-left-color: white;
}
.bs-tooltip-top .arrow:before {
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: white;
}

.tooltip {
  font-weight: 300;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  color: #212833;
  background-color: white;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  box-shadow: -8px 8px 11px rgba(198, 197, 197, 0.25);
  border-radius: 8px;
  padding: 1rem;
  max-width: 160px !important;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots {
  list-style: none;
  display: inline-flex;
  padding: 0;
}
.slick-dots li button {
  background: none;
  border-radius: 50%;
  margin-right: 0.5rem;
  width: 16px;
  height: 16px;
  border: 2px solid gray;
  outline: none;
  box-shadow: none;
  font-size: 0;
}

.chosen-container.chosen-with-drop .chosen-drop {
  display: block;
  position: absolute;
  background: #f3f3f3;
  left: 0;
  top: 50px;
  z-index: 9;
  padding: 1rem;
  width: 230px;
  border-radius: 0 0 10px 10px;
}
.chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li {
  margin-right: 0.5rem;
}
.chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li:hover {
  color: #FFDB1B;
}
.chosen-container.chosen-with-drop .chosen-drop ul.chosen-results li.result-selected {
  font-weight: bold;
}
.chosen-container .chosen-drop {
  display: none;
}
.chosen-container .chosen-drop ul.chosen-results {
  padding: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: scroll;
}
.chosen-container .chosen-drop ul.chosen-results li {
  margin-bottom: 1rem;
}
.chosen-container .chosen-drop ul.chosen-results li:hover {
  cursor: pointer;
}
.chosen-container ul.chosen-choices {
  border: none;
  background: none;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.chosen-container ul.chosen-choices li.search-choice, .chosen-container ul.chosen-choices li.search-field {
  border-radius: 10px;
  position: relative;
  width: 230px;
  min-height: 60px;
  color: #212833;
  font-size: 10px;
  border: none;
  text-transform: capitalize;
  padding: 1rem 2.5rem 1rem 1rem;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.chosen-container ul.chosen-choices li.search-choice .search-choice-close, .chosen-container ul.chosen-choices li.search-field .search-choice-close {
  top: 24px;
  right: 24px;
  background: url("/static/img/common/close-small.42829d3933c8.svg") no-repeat;
  position: absolute;
  width: 12px;
  height: 12px;
}
.chosen-container ul.chosen-choices li.search-choice {
  background: #FFDB1B;
}
.chosen-container ul.chosen-choices li.search-field {
  background: #f3f3f3;
}
.chosen-container ul.chosen-choices li.search-field:before {
  content: url("/static/img/common/carret.6df2c543d348.svg");
  position: absolute;
  right: 24px;
  top: 24px;
}
.chosen-container ul.chosen-choices li.search-field input.chosen-search-input {
  border: none;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .image {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 20px;
  width: 218px;
  height: 270px;
  border: 1px solid transparent;
  background-position: center;
  background-size: cover;
  margin: 0.1rem;
}
.gallery .image .delete {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.gallery .image .delete:hover {
  cursor: pointer;
}
.gallery .image .favourite {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.gallery .image .favourite:hover {
  cursor: pointer;
}
.gallery .image:hover {
  background-color: white;
  border: 1px solid #FFDB1B;
}

.news-list-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news-list-item figure {
  max-width: 660px;
}
.news-list-item figure img {
  width: 100%;
  object-fit: cover;
}
.news-list-item .news-inline {
  min-height: 220px;
}
.news-list-item .news-inline .img-wrap {
  top: 0;
}
.news-list-item .article-text *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-subscription-promo {
  max-width: 310px;
  margin-top: 80px;
}
.news-subscription-promo p {
  width: 60%;
}
.news-subscription-promo-detail p {
  width: 34%;
}
.news-detail-top img {
  max-width: 410px;
  object-fit: cover;
}
.news-detail-top-info {
  margin-top: 5rem;
}

.messages {
  top: 15%;
  right: 1rem;
  z-index: 99;
}

.alert-danger, .alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.scroll-y {
  overflow: hidden scroll;
}
.scroll-y::-webkit-scrollbar {
  width: 1px;
}
.scroll-y::-webkit-scrollbar-track {
  background: #99a0ab;
}
.scroll-y::-webkit-scrollbar-thumb {
  background-color: #FFDB1B;
}

#searchForm .form-group {
  flex-flow: column wrap;
  align-items: start;
  margin-bottom: 0;
}
#searchForm .clear-search {
  background: #212833;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
}

.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-80 {
  width: 80% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}

.h-10 {
  height: 10% !important;
}
.h-20 {
  height: 20% !important;
}
.h-30 {
  height: 30% !important;
}
.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-70 {
  height: 70% !important;
}
.h-80 {
  height: 80% !important;
}
.h-90 {
  height: 90% !important;
}
.h-100 {
  height: 100% !important;
}
.h-85 {
  height: 85% !important;
}

.opacity-0 {
  opacity: 0;
}

.carousel-top .slick-track .slick-slide:first-of-type {
  margin-right: 400px;
}
.carousel-top-item {
  opacity: 0.7;
}
.carousel-top-item img {
  max-height: 400px;
}
.carousel-nav-wrap {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 490px);
  max-width: 720px;
}
.carousel-nav-wrap span {
  font-size: 18px;
}

.category-icon {
  width: 32px;
}

.hover-border-bottom {
  transition: 0.5s;
}
.hover-border-bottom:hover {
  border-bottom: 2px solid #99a0ab !important;
  border-radius: 0;
}
.hover-fill-yellow:hover {
  transition: 0.5s;
}
.hover-fill-yellow:hover * {
  fill: #FFDB1B !important;
}
.hover-bg-yellow {
  transition: background-color 0.5s;
}
.hover-bg-yellow:hover {
  background-color: #FFDB1B !important;
}
.hover-bg-yellow3 {
  transition: background-color 0.5s;
}
.hover-bg-yellow3:hover {
  background-color: #FFF2AC !important;
}

@media (min-width: 1200px) {
  .carousel-top .slide-arrow-next {
    margin-left: 52px;
  }
  .carousel-top .slide-arrow-prev {
    margin-right: 52px;
  }

  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }

  .position-lg-absolute {
    position: absolute !important;
  }

  .bg-lg-white {
    background-color: white !important;
  }
  .bg-lg-white.transparent-1 {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  .bg-lg-white.transparent-2 {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  .bg-lg-white.transparent-3 {
    background-color: rgba(255, 255, 255, 0.3) !important;
  }
  .bg-lg-white.transparent-4 {
    background-color: rgba(255, 255, 255, 0.4) !important;
  }
  .bg-lg-white.transparent-5 {
    background-color: rgba(255, 255, 255, 0.5) !important;
  }
  .bg-lg-white.transparent-6 {
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .bg-lg-white.transparent-7 {
    background-color: rgba(255, 255, 255, 0.7) !important;
  }
  .bg-lg-white.transparent-8 {
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .bg-lg-white.transparent-9 {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  .bg-lg-white.transparent-10 {
    background-color: white !important;
  }
  .bg-lg-gray-one {
    background-color: #212833 !important;
  }
  .bg-lg-gray-one.transparent-1 {
    background-color: rgba(33, 40, 51, 0.1) !important;
  }
  .bg-lg-gray-one.transparent-2 {
    background-color: rgba(33, 40, 51, 0.2) !important;
  }
  .bg-lg-gray-one.transparent-3 {
    background-color: rgba(33, 40, 51, 0.3) !important;
  }
  .bg-lg-gray-one.transparent-4 {
    background-color: rgba(33, 40, 51, 0.4) !important;
  }
  .bg-lg-gray-one.transparent-5 {
    background-color: rgba(33, 40, 51, 0.5) !important;
  }
  .bg-lg-gray-one.transparent-6 {
    background-color: rgba(33, 40, 51, 0.6) !important;
  }
  .bg-lg-gray-one.transparent-7 {
    background-color: rgba(33, 40, 51, 0.7) !important;
  }
  .bg-lg-gray-one.transparent-8 {
    background-color: rgba(33, 40, 51, 0.8) !important;
  }
  .bg-lg-gray-one.transparent-9 {
    background-color: rgba(33, 40, 51, 0.9) !important;
  }
  .bg-lg-gray-one.transparent-10 {
    background-color: #212833 !important;
  }
  .bg-lg-gray-two {
    background-color: rgba(33, 40, 51, 0.65) !important;
  }
  .bg-lg-gray-two.transparent-1 {
    background-color: rgba(33, 40, 51, 0.1) !important;
  }
  .bg-lg-gray-two.transparent-2 {
    background-color: rgba(33, 40, 51, 0.2) !important;
  }
  .bg-lg-gray-two.transparent-3 {
    background-color: rgba(33, 40, 51, 0.3) !important;
  }
  .bg-lg-gray-two.transparent-4 {
    background-color: rgba(33, 40, 51, 0.4) !important;
  }
  .bg-lg-gray-two.transparent-5 {
    background-color: rgba(33, 40, 51, 0.5) !important;
  }
  .bg-lg-gray-two.transparent-6 {
    background-color: rgba(33, 40, 51, 0.6) !important;
  }
  .bg-lg-gray-two.transparent-7 {
    background-color: rgba(33, 40, 51, 0.7) !important;
  }
  .bg-lg-gray-two.transparent-8 {
    background-color: rgba(33, 40, 51, 0.8) !important;
  }
  .bg-lg-gray-two.transparent-9 {
    background-color: rgba(33, 40, 51, 0.9) !important;
  }
  .bg-lg-gray-two.transparent-10 {
    background-color: #212833 !important;
  }
  .bg-lg-gray-three {
    background-color: #99a0ab !important;
  }
  .bg-lg-gray-three.transparent-1 {
    background-color: rgba(153, 160, 171, 0.1) !important;
  }
  .bg-lg-gray-three.transparent-2 {
    background-color: rgba(153, 160, 171, 0.2) !important;
  }
  .bg-lg-gray-three.transparent-3 {
    background-color: rgba(153, 160, 171, 0.3) !important;
  }
  .bg-lg-gray-three.transparent-4 {
    background-color: rgba(153, 160, 171, 0.4) !important;
  }
  .bg-lg-gray-three.transparent-5 {
    background-color: rgba(153, 160, 171, 0.5) !important;
  }
  .bg-lg-gray-three.transparent-6 {
    background-color: rgba(153, 160, 171, 0.6) !important;
  }
  .bg-lg-gray-three.transparent-7 {
    background-color: rgba(153, 160, 171, 0.7) !important;
  }
  .bg-lg-gray-three.transparent-8 {
    background-color: rgba(153, 160, 171, 0.8) !important;
  }
  .bg-lg-gray-three.transparent-9 {
    background-color: rgba(153, 160, 171, 0.9) !important;
  }
  .bg-lg-gray-three.transparent-10 {
    background-color: #99a0ab !important;
  }
  .bg-lg-gray-four {
    background-color: #f3f3f3 !important;
  }
  .bg-lg-gray-four.transparent-1 {
    background-color: rgba(243, 243, 243, 0.1) !important;
  }
  .bg-lg-gray-four.transparent-2 {
    background-color: rgba(243, 243, 243, 0.2) !important;
  }
  .bg-lg-gray-four.transparent-3 {
    background-color: rgba(243, 243, 243, 0.3) !important;
  }
  .bg-lg-gray-four.transparent-4 {
    background-color: rgba(243, 243, 243, 0.4) !important;
  }
  .bg-lg-gray-four.transparent-5 {
    background-color: rgba(243, 243, 243, 0.5) !important;
  }
  .bg-lg-gray-four.transparent-6 {
    background-color: rgba(243, 243, 243, 0.6) !important;
  }
  .bg-lg-gray-four.transparent-7 {
    background-color: rgba(243, 243, 243, 0.7) !important;
  }
  .bg-lg-gray-four.transparent-8 {
    background-color: rgba(243, 243, 243, 0.8) !important;
  }
  .bg-lg-gray-four.transparent-9 {
    background-color: rgba(243, 243, 243, 0.9) !important;
  }
  .bg-lg-gray-four.transparent-10 {
    background-color: #f3f3f3 !important;
  }
  .bg-lg-gray-five {
    background-color: #d7dadd !important;
  }
  .bg-lg-gray-five.transparent-1 {
    background-color: rgba(215, 218, 221, 0.1) !important;
  }
  .bg-lg-gray-five.transparent-2 {
    background-color: rgba(215, 218, 221, 0.2) !important;
  }
  .bg-lg-gray-five.transparent-3 {
    background-color: rgba(215, 218, 221, 0.3) !important;
  }
  .bg-lg-gray-five.transparent-4 {
    background-color: rgba(215, 218, 221, 0.4) !important;
  }
  .bg-lg-gray-five.transparent-5 {
    background-color: rgba(215, 218, 221, 0.5) !important;
  }
  .bg-lg-gray-five.transparent-6 {
    background-color: rgba(215, 218, 221, 0.6) !important;
  }
  .bg-lg-gray-five.transparent-7 {
    background-color: rgba(215, 218, 221, 0.7) !important;
  }
  .bg-lg-gray-five.transparent-8 {
    background-color: rgba(215, 218, 221, 0.8) !important;
  }
  .bg-lg-gray-five.transparent-9 {
    background-color: rgba(215, 218, 221, 0.9) !important;
  }
  .bg-lg-gray-five.transparent-10 {
    background-color: #d7dadd !important;
  }
  .bg-lg-green {
    background-color: #6CE035 !important;
  }
  .bg-lg-green.transparent-1 {
    background-color: rgba(108, 224, 53, 0.1) !important;
  }
  .bg-lg-green.transparent-2 {
    background-color: rgba(108, 224, 53, 0.2) !important;
  }
  .bg-lg-green.transparent-3 {
    background-color: rgba(108, 224, 53, 0.3) !important;
  }
  .bg-lg-green.transparent-4 {
    background-color: rgba(108, 224, 53, 0.4) !important;
  }
  .bg-lg-green.transparent-5 {
    background-color: rgba(108, 224, 53, 0.5) !important;
  }
  .bg-lg-green.transparent-6 {
    background-color: rgba(108, 224, 53, 0.6) !important;
  }
  .bg-lg-green.transparent-7 {
    background-color: rgba(108, 224, 53, 0.7) !important;
  }
  .bg-lg-green.transparent-8 {
    background-color: rgba(108, 224, 53, 0.8) !important;
  }
  .bg-lg-green.transparent-9 {
    background-color: rgba(108, 224, 53, 0.9) !important;
  }
  .bg-lg-green.transparent-10 {
    background-color: #6ce035 !important;
  }
  .bg-lg-yellow {
    background-color: #FFDB1B !important;
  }
  .bg-lg-yellow.transparent-1 {
    background-color: rgba(255, 219, 27, 0.1) !important;
  }
  .bg-lg-yellow.transparent-2 {
    background-color: rgba(255, 219, 27, 0.2) !important;
  }
  .bg-lg-yellow.transparent-3 {
    background-color: rgba(255, 219, 27, 0.3) !important;
  }
  .bg-lg-yellow.transparent-4 {
    background-color: rgba(255, 219, 27, 0.4) !important;
  }
  .bg-lg-yellow.transparent-5 {
    background-color: rgba(255, 219, 27, 0.5) !important;
  }
  .bg-lg-yellow.transparent-6 {
    background-color: rgba(255, 219, 27, 0.6) !important;
  }
  .bg-lg-yellow.transparent-7 {
    background-color: rgba(255, 219, 27, 0.7) !important;
  }
  .bg-lg-yellow.transparent-8 {
    background-color: rgba(255, 219, 27, 0.8) !important;
  }
  .bg-lg-yellow.transparent-9 {
    background-color: rgba(255, 219, 27, 0.9) !important;
  }
  .bg-lg-yellow.transparent-10 {
    background-color: #ffdb1b !important;
  }
  .bg-lg-yellow2 {
    background-color: #FEFBEE !important;
  }
  .bg-lg-yellow2.transparent-1 {
    background-color: rgba(254, 251, 238, 0.1) !important;
  }
  .bg-lg-yellow2.transparent-2 {
    background-color: rgba(254, 251, 238, 0.2) !important;
  }
  .bg-lg-yellow2.transparent-3 {
    background-color: rgba(254, 251, 238, 0.3) !important;
  }
  .bg-lg-yellow2.transparent-4 {
    background-color: rgba(254, 251, 238, 0.4) !important;
  }
  .bg-lg-yellow2.transparent-5 {
    background-color: rgba(254, 251, 238, 0.5) !important;
  }
  .bg-lg-yellow2.transparent-6 {
    background-color: rgba(254, 251, 238, 0.6) !important;
  }
  .bg-lg-yellow2.transparent-7 {
    background-color: rgba(254, 251, 238, 0.7) !important;
  }
  .bg-lg-yellow2.transparent-8 {
    background-color: rgba(254, 251, 238, 0.8) !important;
  }
  .bg-lg-yellow2.transparent-9 {
    background-color: rgba(254, 251, 238, 0.9) !important;
  }
  .bg-lg-yellow2.transparent-10 {
    background-color: #fefbee !important;
  }
  .bg-lg-yellow3 {
    background-color: #FFF2AC !important;
  }
  .bg-lg-yellow3.transparent-1 {
    background-color: rgba(255, 242, 172, 0.1) !important;
  }
  .bg-lg-yellow3.transparent-2 {
    background-color: rgba(255, 242, 172, 0.2) !important;
  }
  .bg-lg-yellow3.transparent-3 {
    background-color: rgba(255, 242, 172, 0.3) !important;
  }
  .bg-lg-yellow3.transparent-4 {
    background-color: rgba(255, 242, 172, 0.4) !important;
  }
  .bg-lg-yellow3.transparent-5 {
    background-color: rgba(255, 242, 172, 0.5) !important;
  }
  .bg-lg-yellow3.transparent-6 {
    background-color: rgba(255, 242, 172, 0.6) !important;
  }
  .bg-lg-yellow3.transparent-7 {
    background-color: rgba(255, 242, 172, 0.7) !important;
  }
  .bg-lg-yellow3.transparent-8 {
    background-color: rgba(255, 242, 172, 0.8) !important;
  }
  .bg-lg-yellow3.transparent-9 {
    background-color: rgba(255, 242, 172, 0.9) !important;
  }
  .bg-lg-yellow3.transparent-10 {
    background-color: #fff2ac !important;
  }
  .bg-lg-red {
    background-color: #ff0000 !important;
  }
  .bg-lg-red.transparent-1 {
    background-color: rgba(255, 0, 0, 0.1) !important;
  }
  .bg-lg-red.transparent-2 {
    background-color: rgba(255, 0, 0, 0.2) !important;
  }
  .bg-lg-red.transparent-3 {
    background-color: rgba(255, 0, 0, 0.3) !important;
  }
  .bg-lg-red.transparent-4 {
    background-color: rgba(255, 0, 0, 0.4) !important;
  }
  .bg-lg-red.transparent-5 {
    background-color: rgba(255, 0, 0, 0.5) !important;
  }
  .bg-lg-red.transparent-6 {
    background-color: rgba(255, 0, 0, 0.6) !important;
  }
  .bg-lg-red.transparent-7 {
    background-color: rgba(255, 0, 0, 0.7) !important;
  }
  .bg-lg-red.transparent-8 {
    background-color: rgba(255, 0, 0, 0.8) !important;
  }
  .bg-lg-red.transparent-9 {
    background-color: rgba(255, 0, 0, 0.9) !important;
  }
  .bg-lg-red.transparent-10 {
    background-color: red !important;
  }
  .bg-lg-blue {
    background-color: #355287 !important;
  }
  .bg-lg-blue.transparent-1 {
    background-color: rgba(53, 82, 135, 0.1) !important;
  }
  .bg-lg-blue.transparent-2 {
    background-color: rgba(53, 82, 135, 0.2) !important;
  }
  .bg-lg-blue.transparent-3 {
    background-color: rgba(53, 82, 135, 0.3) !important;
  }
  .bg-lg-blue.transparent-4 {
    background-color: rgba(53, 82, 135, 0.4) !important;
  }
  .bg-lg-blue.transparent-5 {
    background-color: rgba(53, 82, 135, 0.5) !important;
  }
  .bg-lg-blue.transparent-6 {
    background-color: rgba(53, 82, 135, 0.6) !important;
  }
  .bg-lg-blue.transparent-7 {
    background-color: rgba(53, 82, 135, 0.7) !important;
  }
  .bg-lg-blue.transparent-8 {
    background-color: rgba(53, 82, 135, 0.8) !important;
  }
  .bg-lg-blue.transparent-9 {
    background-color: rgba(53, 82, 135, 0.9) !important;
  }
  .bg-lg-blue.transparent-10 {
    background-color: #355287 !important;
  }
  .bg-lg-none {
    background-color: transparent !important;
  }
}
@media (min-width: 992px) {
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .top-background-news {
    background-size: contain;
    background-position-x: left, 20px;
  }

  .carousel-top .slick-track .slick-slide:first-of-type {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .btn-lg {
    min-height: 100px;
    max-width: 320px;
  }

  .news-list-item .news-inline .img-wrap {
    position: relative !important;
  }
  .news-detail-top img {
    max-width: 100%;
  }
  .news-detail-top-info {
    margin-top: 1rem;
  }

  .carousel-nav-wrap {
    left: calc(50% - 320px);
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .h1 {
    font-size: 26px;
  }

  .h2 {
    font-size: 18px;
  }

  .btn-lg {
    min-height: 74px;
    max-width: 262px;
  }

  .form-group .input-btn-inline {
    flex-direction: column;
    align-items: stretch;
  }
  .form-group .input-btn-inline .btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .form-big-white {
    font-size: 14px;
    min-height: 185px;
  }

  .slide-arrow.lg {
    padding: 9px 4px;
  }

  label.add-photo {
    margin: auto;
  }

  .gallery {
    justify-content: space-around;
  }
  .gallery .image {
    width: 150px;
    height: 176px;
  }

  .contacts-wrap {
    padding: 3rem 0;
  }

  .news-subscription-promo {
    max-width: calc(100% - 10px);
    margin-top: 15px;
  }
  .news-subscription-promo-detail p {
    width: 70%;
  }

  .carousel-top-inner {
    overflow: visible;
  }
  .carousel-top-item img {
    max-width: 300px !important;
  }
  .carousel-nav-wrap {
    max-width: 540px;
    bottom: 10px;
    left: 80px;
  }
  .carousel-nav-wrap span {
    font-size: 14px;
  }
  .carousel-nav-wrap svg {
    width: 22px;
    height: 22px;
  }

  .bg-main {
    min-height: 250px !important;
  }
  .bg-yellow-reviews-small {
    background: #FFDB1B url("/static/img/home/landings/bg-reviews.7cdc1fa00435.png") no-repeat left;
    background-size: contain;
    background-position-x: 100%;
  }
}
@media (max-width: 575.98px) {
  .mw-sm-100 {
    max-width: 100%;
  }

  .w-sm-100 {
    width: 100%;
  }

  .top-background-contacts {
    background: url("/static/img/contacts/top-bg-sm.4e6327e8bc2b.png") center/cover no-repeat;
  }
  .top-background-tou {
    background: url("/static/img/tou/tou-sm.1d19bd08c136.png") center/cover no-repeat;
  }
  .top-background-news {
    background-position-x: 20px;
    background-position-y: bottom;
  }

  .chosen-container {
    max-width: 330px;
  }

  .carousel-nav-wrap {
    left: 0;
  }
}
.header {
  position: relative;
  z-index: 20;
}
.header .nav-toggler {
  position: relative;
  z-index: 1;
  padding: 9px 7px;
  background-color: #FFDB1B;
  border-radius: 6px;
  width: 32px;
  height: 32px;
  transition: background-color 0.5s;
  cursor: pointer;
}
.header .nav-toggler.show {
  background-color: #212833;
}
.header .nav-toggler.show span {
  height: 3px;
  opacity: 1;
  transform: rotate(45deg) translate(-8px, -11px);
  background: #ffffff;
}
.header .nav-toggler.show span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.header .nav-toggler.show span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 5px);
}
.header .nav-toggler span {
  display: block;
  width: 18px;
  height: 1px;
  margin-bottom: 5px;
  position: relative;
  background: #212833;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), height 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.header .nav-toggler span:first-child {
  transform-origin: 0% 0%;
}
.header .nav-toggler span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
.header .nav-toggler span:last-of-type {
  margin-bottom: 0;
}
.header-main {
  padding: 15px 0;
  border-bottom: 1px solid #D7DADD;
  background-color: #fff;
}
.header-main .title {
  font-size: 16px;
}
.header-main .logo {
  max-width: 150px;
}
.header-subnav {
  padding: 15px 0;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  z-index: -1;
}
.header-subnav.show {
  transform: translateY(0);
}
.header-subnav a {
  font-size: 14px;
  padding: 15px 0;
  text-transform: uppercase;
}
.header-subnav a:hover, .header-subnav a:focus {
  background-color: #FFDB1B;
  color: #212833;
  box-shadow: 15px 0 0 #FFDB1B, -15px 0 0 #FFDB1B;
}
.header-subnav img.icon {
  max-width: 16px;
  max-height: 16px;
}
.header-subnav .hlinks-container {
  border-left: 1px solid #D6D8DF;
  position: relative;
  left: 15px;
  padding-right: 30px;
}
.header-subnav .hlinks-col {
  border-left: 1px solid #D6D8DF;
}
.header-subnav .hlinks-col a {
  padding: 12px 15px;
  font-weight: 400;
  text-transform: none;
}
.header-subnav .hlinks-a {
  text-transform: initial;
}
.header-subnav .p-link {
  padding: 15px 0;
  text-transform: uppercase;
}
.header .expand {
  position: relative;
}
.header .expand:hover {
  background-color: #FFDB1B;
  box-shadow: 15px 0 0 #FFDB1B, -15px 0 0 #FFDB1B;
}
.header .expand.collapsed::after {
  transform: rotate(315deg);
}
.header .expand::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #212833;
  border-bottom: 2px solid #212833;
  transform: rotate(135deg);
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
  transition: transform 0.5s;
}
.header .expand-desktop::after {
  right: 8px;
  transform: rotate(315deg);
  border-width: 1px;
}
.header .expand-desktop:hover {
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 992px) {
  .header {
    font-weight: 400;
  }
  .header-subnav {
    box-shadow: -8px 8px 11px rgba(198, 197, 197, 0.25);
    border-radius: 8px;
    font-size: 10px;
    padding-top: 20px;
    background-color: #f3f3f3;
    overflow-y: scroll;
  }
  .header-subnav::-webkit-scrollbar {
    width: 1px;
  }
  .header-subnav::-webkit-scrollbar-track {
    background: #EDEDEE;
  }
  .header-subnav::-webkit-scrollbar-thumb {
    background-color: #FFDB1B;
  }
  .header-subnav a:hover, .header-subnav a:focus {
    box-shadow: none;
  }
  .header-subnav .collapse:not(.show) {
    display: block;
  }
  .header-subnav .hlinks-container {
    height: 100% !important;
    border: none;
    left: 0;
    padding-right: 15px;
  }
  .header-subnav .hlinks-col {
    height: 100%;
    max-height: 175px;
    padding-right: 15px;
    border-right: 1px solid #EDEDEE;
    border-left: none;
    overflow: hidden scroll;
  }
  .header-subnav .hlinks-col::-webkit-scrollbar {
    width: 1px;
  }
  .header-subnav .hlinks-col::-webkit-scrollbar-track {
    background: #EDEDEE;
  }
  .header-subnav .hlinks-col::-webkit-scrollbar-thumb {
    background-color: #FFDB1B;
  }
  .header-subnav .hlinks-col a {
    padding: 6px 15px;
    font-size: 10px;
  }
  .header-subnav .hlinks-col a:hover {
    background-color: #FFDB1B;
    border-radius: 4px;
    color: inherit;
  }
  .header-subnav .hlinks-a {
    font-size: 10px;
    line-height: 1.4;
  }
  .header-subnav .expand:hover {
    background-color: inherit;
    box-shadow: none;
  }
  .header-subnav .expand::after {
    content: none;
  }
  .header-main .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
  }
  .header-main .menu-dsk a {
    position: relative;
    text-transform: uppercase;
  }
  .header-main .menu-dsk a:not(.btn)::before {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.2s;
  }
  .header-main .menu-dsk a:not(.btn):hover, .header-main .menu-dsk a:not(.btn):focus {
    color: #212833;
  }
  .header-main .menu-dsk a:not(.btn):hover::before, .header-main .menu-dsk a:not(.btn):focus::before {
    content: "";
    border-bottom: 1px solid #212833;
    width: 100%;
  }
  .header-main .menu-dsk a:focus {
    text-shadow: 0 0 1px #000;
  }
  .header-main .menu-dsk a:not(:last-of-type) {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-subnav .hlinks-col {
    padding-right: 30px;
  }
}
.landing-search {
  min-height: 60px;
}
.landing-search .btn {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 240px;
  transition-property: background-color, color;
  transition-duration: 0.3s;
}
.landing-search .btn:focus {
  box-shadow: none;
  background-color: #212833;
  color: #FFDB1B;
}
.landing-search input {
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  padding: 23px 24px;
  background-color: #f3f3f3;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  transition: border-color 0.3s;
}
.landing-search input::placeholder {
  color: #99a0ab;
  font-size: 10px;
}
.landing-search input:focus {
  outline: none;
  border-color: #000;
}

.specialist-block {
  overflow: hidden;
}
.specialist-block .inner {
  padding: 100px 0 95px 0;
  box-shadow: 1000px 0 0 #FFDB1B;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}

.indicator-block {
  padding: 70px 0;
}
.indicator-block .item:not(:last-of-type) {
  margin-bottom: 50px;
}
.indicator-block .item:first-of-type {
  margin-top: 60px;
}
.indicator-block .item .num {
  font-size: 60px;
}
.indicator-block .item .txt {
  text-transform: uppercase;
  font-size: 20px;
}

.main .steps-block h2, .landing .steps-block h2 {
  z-index: 2;
}
.main .steps-block .steps-info, .landing .steps-block .steps-info {
  height: 500px;
  width: 600px;
  position: relative;
}

.main .steps-block {
  background-color: #f3f3f3;
  padding: 50px 0;
  overflow: hidden;
}
.main .steps-block::before {
  content: url("img/home/steps/steps1.27f32a7ffeb4.png");
  position: absolute;
  left: 0;
  bottom: 110px;
}
.main .steps-block::after {
  content: url("img/home/steps/steps2.d1c0cba7c402.png");
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.main .steps-block .step-wrapper {
  z-index: 2;
  position: absolute;
  background-size: contain !important;
}
.main .steps-block .step-wrapper.uk.step1 {
  background: url("/static/img/home/steps/step1-ua.21b3a5866c02.png") no-repeat;
}
.main .steps-block .step-wrapper.uk.step2 {
  background: url("/static/img/home/steps/step2-ua.7a50a2c6d923.png") no-repeat;
}
.main .steps-block .step-wrapper.uk.step3 {
  background: url("/static/img/home/steps/step3-ua.31612d47f2c3.png") no-repeat;
}
.main .steps-block .step-wrapper.en.step1 {
  background: url("/static/img/home/steps/step1-en.6f0827095611.png") no-repeat;
}
.main .steps-block .step-wrapper.en.step2 {
  background: url("/static/img/home/steps/step2-en.297522d68daa.png") no-repeat;
}
.main .steps-block .step-wrapper.en.step3 {
  background: url("/static/img/home/steps/step3-en.1a249793a86f.png") no-repeat;
}
.main .steps-block .step-wrapper.step1 {
  background: url("/static/img/home/steps/step1-ru.df79c8f62724.png") no-repeat;
  width: 300px;
  height: 300px;
  top: 0;
  left: 0;
}
.main .steps-block .step-wrapper.step2 {
  background: url("/static/img/home/steps/step2-ru.0de6ee9a3078.png") no-repeat;
  top: 130px;
  right: 0;
  width: 250px;
  height: 250px;
}
.main .steps-block .step-wrapper.step3 {
  background: url("/static/img/home/steps/step3-ru.a7990189667d.png") no-repeat;
  top: 350px;
  left: 27%;
  width: 200px;
  height: 200px;
}

.landing .steps-block.before-after-bg {
  background-color: #f3f3f3;
  padding: 50px 0;
  overflow: hidden;
}
.landing .steps-block.before-after-bg::before {
  content: url("img/home/steps/steps1.27f32a7ffeb4.png");
  position: absolute;
  left: 0;
  bottom: 110px;
}
.landing .steps-block.before-after-bg::after {
  content: url("img/home/steps/steps2.d1c0cba7c402.png");
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
.landing .steps-block .step-wrapper {
  z-index: 2;
  position: absolute;
  background-size: contain !important;
}
.landing .steps-block .step-wrapper.uk.step1 {
  background: url("/static/img/home/steps/step1-ua.21b3a5866c02.png") no-repeat;
}
.landing .steps-block .step-wrapper.uk.step2 {
  background: url("/static/img/home/steps/step2-ua.7a50a2c6d923.png") no-repeat;
}
.landing .steps-block .step-wrapper.uk.step3 {
  background: url("/static/img/home/steps/step3-ua.31612d47f2c3.png") no-repeat;
}
.landing .steps-block .step-wrapper.en.step1 {
  background: url("/static/img/home/steps/step1-en.6f0827095611.png") no-repeat;
}
.landing .steps-block .step-wrapper.en.step2 {
  background: url("/static/img/home/steps/step2-en.297522d68daa.png") no-repeat;
}
.landing .steps-block .step-wrapper.en.step3 {
  background: url("/static/img/home/steps/step3-en.1a249793a86f.png") no-repeat;
}
.landing .steps-block .step-wrapper.step1 {
  background: url("/static/img/home/steps/step1-ru.df79c8f62724.png") no-repeat;
  width: 250px;
  height: 250px;
  top: 0;
  left: 0;
}
.landing .steps-block .step-wrapper.step2 {
  background: url("/static/img/home/steps/step2-ru.0de6ee9a3078.png") no-repeat;
  top: 130px;
  right: 90px;
  width: 200px;
  height: 200px;
}
.landing .steps-block .step-wrapper.step3 {
  background: url("/static/img/home/steps/step3-ru.a7990189667d.png") no-repeat;
  top: 300px;
  left: 27%;
  width: 180px;
  height: 180px;
}

.category-block .category-wrap .column {
  padding-right: 2rem;
  transition: opacity 0.5s;
}
.category-block .category-wrap .column.slick-current + .column {
  opacity: 0.6;
}
.category-block .item img {
  max-height: 32px;
}
.category-block .inner:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 135px;
  background: url("/static/img/home/category-specialist.fc931092d0b8.png") no-repeat;
  background-size: contain;
  width: 350px;
  height: 300px;
}

.reviews-block {
  padding: 100px 0 60px;
}
.reviews-block .review-item {
  padding: 30px;
  border: 1px solid #212833;
  border-radius: 30px;
}
.reviews-block .review-item .title {
  font-size: 18px;
}
.reviews-block .review-item .text {
  margin: 30px 0 70px 0;
}

.inner {
  position: relative;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
}
.inner:before {
  content: "";
  background: #FFDB1B;
  height: 100%;
  width: 500%;
  left: 100%;
  top: 0;
  position: absolute;
  display: block;
}

@media (max-width: 1199.98px) {
  .steps-block::before {
    bottom: 33%;
    left: -210px;
  }
  .steps-block .step-wrapper img {
    width: 100%;
    object-fit: fill;
  }
}
@media (max-width: 991.98px) {
  .top-main-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .category-block .nav-btns {
    position: absolute;
    top: 2rem;
    right: 0;
  }
  .category-block .category-wrap .column .item {
    font-size: 14px;
  }
  .category-block .category-wrap .column .item img {
    max-width: 42px;
  }
  .category-block .inner:after {
    content: none;
  }

  .steps-block::after {
    right: -100px;
  }
  .steps-block .step-wrapper.step1 {
    left: 10%;
  }
  .steps-block .step-wrapper.step2 {
    left: 55%;
  }
}
@media (max-width: 767.98px) {
  .landing-search .btn, .landing-search input {
    width: 100%;
    border-radius: 18px;
  }

  .indicator-block {
    padding: 90px 0;
  }
  .indicator-block .item {
    margin-bottom: 28px;
  }
  .indicator-block .item:first-of-type {
    margin-top: 20px;
  }
  .indicator-block .item .txt {
    font-size: 14px;
  }

  .category-block .category-wrap {
    margin-left: -60px;
  }
  .category-block .category-wrap .item {
    white-space: normal !important;
  }

  .reviews-block {
    padding: 55px 0 70px;
  }
  .reviews-block .reviews-wrap {
    display: flex;
    flex-direction: column;
  }
  .reviews-block .reviews-wrap * {
    outline: none;
  }

  .main .steps-block, .landing .steps-block {
    padding: 70px 0;
  }
  .main .steps-info, .landing .steps-info {
    height: 650px;
    width: 350px;
  }

  .main .steps-block .step-wrapper.step1, .landing .steps-block .step-wrapper.step1 {
    width: 250px;
    height: 250px;
    left: 0;
    top: 0;
  }
  .main .steps-block .step-wrapper.step2, .landing .steps-block .step-wrapper.step2 {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 30%;
    right: unset;
  }
  .main .steps-block .step-wrapper.step3, .landing .steps-block .step-wrapper.step3 {
    width: 180px;
    height: 180px;
    top: unset;
    left: 0;
    bottom: 5%;
  }

  .main .steps-block::before {
    content: url("img/home/steps/steps1-sm.9c5a6324194e.png");
    bottom: 45%;
    left: 0;
  }
  .main .steps-block::after {
    content: url("img/home/steps/steps2-sm.a1c733195fe5.png");
    right: 0;
  }
  .main .top {
    background: none !important;
  }

  .landing .steps-block.before-after-bg::before {
    content: url("img/home/steps/steps1-sm.9c5a6324194e.png");
    bottom: 45%;
    left: 0;
    position: absolute;
  }
  .landing .steps-block.before-after-bg::after {
    content: url("img/home/steps/steps2-sm.a1c733195fe5.png");
    right: 0;
    top: 0;
    position: absolute;
  }
  .landing .steps-block::before {
    content: url("img/home/steps/steps1-sm.9c5a6324194e.png");
    bottom: 45%;
    left: 0;
    position: absolute;
  }
  .landing .steps-block::after {
    content: url("img/home/steps/steps2-sm.a1c733195fe5.png");
    right: 0;
    top: 0;
    position: absolute;
  }
  .landing .top {
    background: none !important;
  }
}
@media (max-width: 575.98px) {
  .category-block .h1 + p {
    width: 60%;
  }
}
.footer {
  color: #fff;
  background-color: #212833;
  padding: 80px 0;
}
.footer nav a {
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}
.footer-contact div {
  padding: 30px 0 40px 0;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
.footer-contact div a {
  text-transform: uppercase;
  font-size: 36px;
}
.footer-lg-right button.btn {
  border-radius: 35px;
  border: 2px solid #FFF;
}
.footer-lg-right button.btn:hover .arrow-wrap {
  background-color: #fff;
}
.footer-lg-right button.btn:hover .arrow-wrap svg path {
  fill: #212833;
}
.footer-lg-right button.btn .arrow-wrap {
  transition: background-color 0.4s;
  padding: 19px 24px;
  border: 2px solid #FFF;
  border-radius: 10px;
}
.footer-lg-right button.btn .arrow-wrap svg path {
  transition: fill 0.4s;
}
.footer-lg-right button.btn span {
  color: #fff;
  font-size: 12px;
  text-transform: none;
}

@media (max-width: 1199.98px) {
  .footer-contact.smaller div a {
    font-size: 38px;
  }
}
@media (max-width: 991.98px) {
  .footer {
    padding: 60px 0 30px 0;
  }
  .footer-contact div {
    padding: 18px 0 24px 0;
  }
  .footer-contact div a {
    font-size: 20px;
  }
  .footer-contact.smaller div a {
    font-size: 20px;
  }
}
.avatar {
  display: inline-block;
}
.avatar img {
  object-fit: cover;
  border-radius: 50%;
}
.avatar-profile-aside {
  box-shadow: -8px 8px 11px rgba(198, 197, 197, 0.25);
  width: 144px;
  height: 144px;
  position: absolute;
  left: 50%;
  top: -120px;
  transform: translate(-50%, 0);
  flex: 0 0 144px;
}
.avatar-profile-aside img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
}
.avatar-profile-photo img {
  width: 80px;
}
.avatar-profile-photo img:hover {
  border: 1px solid #99a0ab;
  background: #f3f3f3;
}
.avatar-116 {
  width: 116px;
  height: 116px;
  padding: 17px;
  flex: 0 0 116px;
}
.avatar-116 img {
  width: 82px;
  height: 82px;
}
.avatar-102 {
  width: 102px;
  height: 102px;
  padding: 15px;
  flex: 0 0 102px;
}
.avatar-102 img {
  width: 72px;
  height: 72px;
}
.avatar-80 {
  width: 80px;
  height: 80px;
  padding: 12px;
  flex: 0 0 80px;
}
.avatar-80 img {
  width: 56px;
  height: 56px;
}
.avatar-60 {
  width: 60px;
  height: 60px;
  padding: 9px;
  flex: 0 0 60px;
}
.avatar-60 img {
  width: 42px;
  height: 42px;
}
.avatar-32 {
  width: 32px;
  height: 32px;
  padding: 4px;
  flex: 0 0 32px;
}
.avatar-32 img {
  width: 24px;
  height: 24px;
}

.expert-card {
  padding: 20px 20px 32px 20px;
}
.expert-card--name {
  font-size: 18px;
  line-height: 22px;
}
.expert-card--desc {
  color: #99a0ab;
}

.aside-nav {
  padding: 3rem 2rem;
  border-radius: 20px;
  height: 100%;
}
.aside-nav a:not(.btn) {
  font-size: 12px;
  color: #99a0ab;
  text-transform: uppercase;
}
.aside-nav a:not(.btn).active, .aside-nav a:not(.btn):hover {
  color: #212833;
}
.aside-nav a:not(.btn).active svg path:not(.stroke), .aside-nav a:not(.btn):hover svg path:not(.stroke) {
  fill: #212833;
}
.aside-nav a:not(.btn).active svg path.stroke, .aside-nav a:not(.btn):hover svg path.stroke {
  stroke: #212833;
}

.breadcrumb {
  background-color: #fff;
  padding: 0;
}
.breadcrumb div {
  padding: 0 12px;
  min-height: 12px;
}
.breadcrumb .back {
  background: #212833;
  width: 20px;
  height: 20px;
  padding: 6px;
  border-radius: 6px;
}

.inside-nav {
  border-bottom: 1px solid #d7dadd;
}
.inside-nav a {
  text-transform: uppercase;
  padding: 0 10px 18px 10px;
  margin-bottom: -1px;
  border-bottom: 1px solid transparent;
}
.inside-nav a.active, .inside-nav a:hover, .inside-nav a:focus {
  color: #000;
  text-shadow: 0 0 1px #000;
  border-bottom: 1px solid #FFDB1B;
}
.inside-nav-with-search a {
  line-height: 28px;
}
.inside-nav-with-search a:first-of-type {
  margin-left: 5.5rem;
}

.profile-top-banner .background {
  min-height: 200px;
  background: url("/static/img/profile/top-banner.6f8472691cea.png") center left/cover no-repeat;
}

.unread-exist {
  border: 1px solid #FFDB1B;
}

.user-message-wrap .messages-wrap {
  max-height: 100vh;
  overflow: hidden scroll;
}
.user-message-wrap .messages-wrap::-webkit-scrollbar {
  width: 1px;
}
.user-message-wrap .messages-wrap::-webkit-scrollbar-track {
  background: transparent;
}
.user-message-wrap .messages-wrap::-webkit-scrollbar-thumb {
  background-color: #FFDB1B;
}

.order-card-done img {
  position: absolute;
  right: 15px;
  top: calc(50% - 7px);
}

.expert-choose .gallery-image {
  width: 230px;
  height: 230px;
  border-radius: 20px;
  object-fit: cover;
}
.expert-choose .top-experts-control:not(.collapsed) u:first-of-type {
  display: none;
}
.expert-choose .top-experts-control:not(.collapsed) u:last-of-type {
  display: inline;
}
.expert-choose .top-experts-control.collapsed u:last-of-type {
  display: none;
}

#profileExpertsForTenders .aside-nav .scroll-y {
  max-height: 200px;
  overflow: hidden scroll;
}
#profileExpertsForTenders .aside-nav a {
  text-transform: capitalize;
}

@media (max-width: 1199.98px) {
  .inside-nav-with-search a:first-of-type {
    margin-left: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .order-card-done span:first-of-type {
    width: 100%;
  }

  .inside-nav a {
    white-space: nowrap;
    padding: 0 6px 18px 6px;
  }
  .inside-nav-with-search a.active, .inside-nav-with-search a:hover, .inside-nav-with-search a:focus {
    border-bottom-color: transparent;
  }
  .inside-nav-with-search a:first-of-type {
    margin-left: 0;
  }
}
.calculator-top-banner .background {
  min-height: 200px;
  background-image: url("/static/img/calculator/top-banner.3e03e64a2b9e.jpg");
  background-color: #f3f3f3;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#calculator .accordion .card {
  border: none;
}
#calculator .accordion .card-header {
  border-bottom: none !important;
  background-color: #f3f3f3;
}
#calculator .accordion .card-header a[type=button] {
  position: relative;
  -webkit-appearance: button-bevel;
}
#calculator .accordion .card-header a[type=button]:before {
  content: url("/static/img/common/carret.6df2c543d348.svg");
  position: absolute;
  right: 0;
  top: 0.5rem;
  transform: rotate(180deg);
}
#calculator .accordion .card-header a[type=button].collapsed:before {
  content: url("/static/img/common/carret.6df2c543d348.svg");
  position: absolute;
  right: 0;
  top: 0.5rem;
  transform: rotate(0deg);
}
#calculator .accordion table {
  border-spacing: 0 0.5rem;
  border-collapse: separate;
}
#calculator .accordion table tr td:first-child img {
  display: none;
}
#calculator .accordion table tr.selected {
  font-weight: bold;
}
#calculator .accordion table tr.selected td:first-child img {
  display: inline;
}
#calculator #calculationForm.empty button[type=submit], #calculator #calculationForm.empty .delete-item {
  display: none;
}
#calculator #calculationForm.empty .text {
  display: block;
}
#calculator #calculationForm table tr.text {
  display: none;
}
#calculator #calculationForm table tr td {
  vertical-align: baseline;
  border: none;
}
#calculator #calculationForm table tr td .delete-item {
  background-image: url("/static/img/common/close-small-white.bb8bd159fa1a.svg");
  background-color: #212833;
  background-repeat: no-repeat;
  border-radius: 2px;
  background-position: center;
  background-size: 50%;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}
#calculator #calculationForm table tr td input {
  width: 4rem;
  border: none;
  border-radius: 4px;
  height: 2rem;
}

.interiors-top-banner .background {
  min-height: 360px;
  background-image: url("/static/img/interiors/top-banner.98461dc59cef.jpg");
  background-color: #f3f3f3;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

#interiors .gallery-list-item, .interiors .gallery-list-item {
  position: relative;
}
#interiors .gallery-list-item .cover, .interiors .gallery-list-item .cover {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  background-image: url("/static/img/galleries/default-cover.d76830086de4.jpg");
  background-repeat: no-repeat;
  position: relative;
}
#interiors .gallery-list-item .favourite, .interiors .gallery-list-item .favourite {
  position: absolute;
  top: 185px;
  right: 1rem;
  background: white;
  border-radius: 8px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
#interiors .gallery-list-item:hover, .interiors .gallery-list-item:hover {
  cursor: pointer;
}

#createGallery .chosen-container.chosen-with-drop .chosen-drop {
  width: 230px;
}
#createGallery .chosen-container ul.chosen-choices {
  margin-bottom: 0;
}
#createGallery .chosen-container ul.chosen-choices li.search-choice, #createGallery .chosen-container ul.chosen-choices li.search-field {
  width: 100%;
  margin: 0 0 1rem 0;
}
#createGallery .cover-label span {
  display: block;
  height: 60px;
  border: 1px dotted #99a0ab;
}
#createGallery .cover-label:hover {
  cursor: pointer;
}

#listGallery .add-gallery {
  position: relative;
  width: 230px;
  height: 270px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #f3f3f3;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  color: #99a0ab;
  text-transform: uppercase;
}
#listGallery .add-gallery img {
  opacity: 0.3;
}

#gallery .image {
  width: 150px;
  height: 150px;
  background-size: cover !important;
}
#gallery .image a {
  width: inherit;
  height: inherit;
  display: inline-block;
}

.gallery-list-item {
  position: relative;
}
.gallery-list-item .cover {
  width: 230px;
  height: 270px;
  background-size: cover;
  background-position: center;
  background-image: url("/static/img/galleries/default-cover.d76830086de4.jpg");
  background-repeat: no-repeat;
  display: inline-flex;
}
.gallery-list-item .title {
  position: absolute;
  top: 1rem;
}
.gallery-list-item .delete, .gallery-list-item .edit {
  position: absolute;
  right: -6px;
}
.gallery-list-item .delete:hover, .gallery-list-item .edit:hover {
  cursor: pointer;
}
.gallery-list-item .delete {
  border: 6px solid black;
  display: block;
  width: 30px;
  height: 15px;
  border-radius: 4px;
  top: -6px;
}
.gallery-list-item .edit {
  top: 20px;
  width: 30px;
}
.gallery-list-item:hover {
  cursor: pointer;
}

#createTender .bg-right-block {
  background: url("/static/img/tenders/create-tender-right.3ec9f5d1fb06.jpg") center bottom -150px/cover no-repeat;
}
#createTender .add-photo-widget p.small {
  display: none;
}

#tenderDetail .tender-icon {
  width: 16px;
}

body.landing .top .bg-service, body.main .top .bg-service {
  background: url("/static/img/registration/bg-left.758404748fbc.jpg") no-repeat center;
  background-size: cover;
}
body.landing .indicators .icons, body.main .indicators .icons {
  position: relative;
  z-index: 1;
}
body.landing .indicators .icons:after, body.main .indicators .icons:after {
  content: "";
  width: 300%;
  height: 60%;
  top: 20%;
  background: #f3f3f3;
  position: absolute;
  z-index: -1;
}
body.landing .indicators .icons .first, body.landing .indicators .icons .last, body.main .indicators .icons .first, body.main .indicators .icons .last {
  position: relative;
}
body.landing .indicators .icons .first:before, body.landing .indicators .icons .last:before, body.main .indicators .icons .first:before, body.main .indicators .icons .last:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
body.landing .indicators .icons .first:before, body.main .indicators .icons .first:before {
  left: 1rem;
  border-left: 1px solid black;
}
body.landing .indicators .icons .last:before, body.main .indicators .icons .last:before {
  right: 1rem;
  border-right: 1px solid black;
}
body.landing .indicators .icon, body.main .indicators .icon {
  height: 50px;
}
body.landing .reviews .slick-dots li button, body.main .reviews .slick-dots li button {
  color: #FFDB1B;
}
body.landing .reviews .text, body.main .reviews .text {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
}
body.landing .reviews .text:after, body.main .reviews .text:after {
  content: url("/static/img/home/landings/quote-left-solid.4cd85929382a.svg");
  position: absolute;
  width: 90px;
  top: -3rem;
  left: 0;
  z-index: -1;
}
body.landing .categories .category {
  max-width: 80px;
}
body.landing .categories .category img.icon {
  height: 32px;
}

@media (max-width: 767.98px) {
  body.landing .indicators .inner:after, body.main .indicators .inner:after {
    content: "";
    position: absolute;
    background: url("/static/img/home/category-specialist.fc931092d0b8.png") no-repeat;
    background-size: contain;
    top: 5rem;
    right: -70px;
    width: 300px;
    height: 250px;
  }
  body.landing .man-top-mobile, body.main .man-top-mobile {
    position: relative;
  }
  body.landing .man-top-mobile:after, body.main .man-top-mobile:after {
    content: "";
    position: absolute;
    height: 40px;
    width: 500%;
    bottom: 0;
    left: 0;
    background: #FFDB1B;
    z-index: -1;
  }
}
body.new-design h5, body.new-design .h5 {
  font-weight: 300;
}
body.new-design .bg-main {
  background: url("/static/img/home/new/bg-top.22b5f199193c.jpg") no-repeat;
  background-size: cover;
}
body.new-design ul {
  list-style: none;
}
body.new-design ul.list-check li:before {
  content: url("/static/img/home/new/list-check.a1f5caae89c8.svg");
  position: absolute;
  left: 20px;
}
body.new-design .footer a, body.new-design .footer .link {
  font-size: 12px;
}
body.new-design #topExpertsSlider .slick-dots {
  margin: auto;
}
body.new-design #topExpertsSlider .slick-dots li button {
  background-color: #f3f3f3;
  border: none;
}
body.new-design #topExpertsSlider .slick-dots li.slick-active button {
  background-color: #FFDB1B;
}

@media (max-width: 767.98px) {
  body.new-design h5, body.new-design .h5 {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
