@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,400&display=swap');
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"),url(../Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal
}
@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"),url(../Montserrat-ExtraBold.woff) format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal
}
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
aside,
footer,
header,
nav,
section {
  display: block
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  font-family: Montserrat-Regular;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
button,
input,
textarea {
  font-family: Montserrat-Regular
}
input::-ms-clear {
  display: none
}
button {
  cursor: pointer;
  background: 0 0
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
a,
a:visited {
  text-decoration: none
}
a:hover {
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  max-height: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  color: #000;
  font-size: 14px;
  line-height: 150%;
  background: #f7f7f7
}
body._lock {
  overflow: hidden
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.container {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 0
}
.btn._fw {
  width: 100%
}
.form {
  background: #fff;
  padding: 40px 20px 20px 20px;
  max-width: 400px
}
.form__button {
  width: 100%;
  padding: 10px 10px;
  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;
  color: #fff;
  background: #0ea36e
}
.input {
  border: 1px solid #000;
  margin: 0 0 20px 0;
  height: 30px
}
.input input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 0 0 10px
}
.select {
  border: 1px solid #50c878;
  height: 40px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.select.active-sel:before {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.select.active-sel:after {
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.select:after,
.select:before {
  content: "";
  position: absolute;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  top: 50%;
  width: 15px;
  height: 1px;
  background: #50c878
}
.select:before {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.select:after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.select select {
  background: 0 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 20px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  padding: 0 30px
}
.check-label {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 20px;
  position: relative;
  cursor: pointer
}
.check-box {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0)
}
.check-box:checked + .check-style:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/check.svg) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.check-box:disabled + .check-style {
  border: 2px solid #ccc
}
.check-box:checked:disabled + .check-style:before {
  background: #ccc;
  background: url(../img/check.svg) 0 0/contain no-repeat
}
.check-style {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #0ea36e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.radio-label {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 0 25px;
  position: relative;
  cursor: pointer
}
.radio {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0)
}
.radio:checked + .radio-style:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #0ea36e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.radio-style {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #0ea36e;
  border-radius: 50%
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
textarea {
  resize: none;
  padding: 0 0
}
.options {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.options__item {
  position: relative;
  cursor: pointer
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden
}
.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #fff;
  letter-spacing: -.3px;
  line-height: calc(20 / 16)
}
.options__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 14px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac
}
.options__text:after {
  content: "";
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px
}
.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166,166,166,.45)
}
.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer
}
.quantity__button::after,
.quantity__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  margin: 0 0 0 -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px
}
@media (min-width:991.98px) {
  .quantity__button:hover::after,
  .quantity__button:hover::before {
    background-color: rgba(0,0,0,.5)
  }
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center
}
.bold-text {
  font-family: Montserrat-Bold
}
.header {
  padding: 15px 0;
  background-color: #08c
}
.header__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
}
.header__mail {
  padding: 7px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-family: Montserrat-Bold;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: auto;
  margin-right: 15px
}
@media (max-width:1010px) {
  .header__mail {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .header__mail {
    line-height: calc(14px + 10 * ((100vw - 320px)/ 690))
  }
}
.header__mail:hover {
  background: #e5e5e5
}
.logo {
  width: 80px;
  display: block
}
.logo img {
  display: block;
  max-width: 100%
}
.lang {
  position: relative;
  padding: 10px 0 10px 0
}
.lang__btn {
  font-size: 14px;
  line-height: 24px;
  font-family: Montserrat-Bold;
  padding: 7px 30px 7px 20px;
  position: relative;
  color: #000;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
@media (max-width:1010px) {
  .lang__btn {
    font-size: calc(12px + 2 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .lang__btn {
    line-height: calc(14px + 10 * ((100vw - 320px)/ 690))
  }
}
.lang__btn:hover {
  background: #e5e5e5
}
.lang__btn:after,
.lang__btn:before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
  height: 1px;
  background: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.lang__btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 17px
}
.lang__btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.lang__btn.active:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.lang__btn.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.lang__list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  width: 190px;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: 0;
  overflow: hidden;
  z-index: 3
}
.lang__list.active {
  -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
  box-shadow: 0 0 10px 2px rgba(0,0,0,.1)
}
.lang__list li:first-child {
  padding-top: 12px
}
.lang__list li:last-child {
  padding-bottom: 12px
}
.lang__list button {
  text-align: left;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 7px 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.lang__list button:hover {
  background: #efefef
}
.footer {
  background: #08c;
  padding: 15px 0
}
.footer__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
}
.footer__block {
  max-width: 240px
}
.footer__copy {
  font-size: 11px;
  color: #fff
}
.footer__mail {
  display: block;
  font-size: 11px;
  font-family: Montserrat-Bold;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.footer__mail:hover {
  opacity: .8
}
.footer__politics {
  font-size: 11px;
  color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.footer__politics:hover {
  opacity: .7
}
@media (max-width:767.98px) {
  .footer__logo {
    margin: 0 0 16px 0
  }
  .footer__content {
    -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
  }
  .footer__block {
    margin: 0 0 8px 0
  }
}
@keyframes customAnimatedCircles {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
  }
  50% {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.1);
    transform: translate3d(-50%,-50%,0) scale(1.1)
  }
}
.custom-animated-circles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  -webkit-transform: translate3d(-55%,25%,0);
  transform: translate3d(-55%,25%,0)
}
@media (max-width:767.98px) {
  .custom-animated-circles {
    display: none
  }
}
.custom-animated-circles .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-animation-name: customAnimatedCircles;
  animation-name: customAnimatedCircles;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.custom-animated-circles .circle:nth-child(2) {
  width: 70%;
  height: 70%;
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.custom-animated-circles .circle:nth-child(3) {
  width: 90%;
  height: 90%;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.custom-animated-circles .circle:nth-child(4) {
  width: 110%;
  height: 110%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.custom-animated-circles.custom-animated-circles-pos-2 {
  bottom: auto;
  top: 0;
  -webkit-transform: translate3d(-55%,-25%,0);
  transform: translate3d(-55%,-25%,0)
}
.custom-animated-circles.custom-animated-circles-pos-3 {
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate3d(65%,-50%,0);
  transform: translate3d(65%,-50%,0);
  top: 0
}
@-webkit-keyframes customAnimatedCircles {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
  }
  50% {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.1);
    transform: translate3d(-50%,-50%,0) scale(1.1)
  }
}
@keyframes customAnimatedCircles {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8)
  }
  50% {
    opacity: .5;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale(1.1);
    transform: translate3d(-50%,-50%,0) scale(1.1)
  }
}
.offer {
  padding: 100px 0 100px;
  background-color: #08c;
  position: relative;
  min-height: 40vh
}
/*.offer:after {
  content: "";
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 140px;
  bottom: -1px;
  left: 50%;
  background: #000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  background: url(../images/figure.svg) center bottom/contain no-repeat
}*/
@media (max-width:767.98px) {
  .offer__title {
    margin: 0 0 16px 0
  }
}
.search {
  max-width: 610px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2
}
.search__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  background: url(../images/loupe.svg) center center/45% no-repeat;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.search__btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}
.search__input {
  padding: 0 15px 0 5px;
  display: block;
  width: 100%;
  height: 40px;
  outline: 0;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s
}
.about {
  padding: 50px 0 50px 0
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px
}
.about__item {
  padding: 20px 20px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 48px / 3);
  flex: 1 1 calc(33.333% - 48px / 3);
  border: 3px solid #08c;
  position: relative;
  overflow: hidden;
  background: #fff
}
.about__item:before {
  content: "";
  width: 0;
  height: 0;
  background: #08c;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}
.about__item:hover {
  background: #08c;
  background-size: 50%
}
.about__item:hover .about__text,
.about__item:hover .about__title {
  color: #fff
}
.about__title {
  color: #08c;
  font-family: Montserrat-Bold;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 5px 0;
  z-index: 2;
  position: relative
}
@media (max-width:1010px) {
  .about__title {
    font-size: calc(16px + 4 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .about__title {
    line-height: calc(20px + 6 * ((100vw - 320px)/ 690))
  }
}
.about__text {
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  z-index: 2;
  position: relative
}
@media (max-width:1010px) {
  .about__text {
    font-size: calc(13px + 2 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .about__text {
    line-height: calc(16px + 2 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:767.98px) {
  .about__content {
    gap: 16px
  }
  .about__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 32px / 2);
    flex: 1 1 calc(50% - 32px / 2)
  }
}
@media (max-width:576px) {
  .about__content {
    gap: 16px
  }
  .about__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
  .about__title {
    margin: 0 0 5px 0
  }
}
.steps {
  padding: 24px 0 48px
}
.steps__search {
  max-width: 300px;
  margin: 0 0 24px auto
}
.steps__block {
  margin-bottom: 100px
}
@media (max-width:1010px) {
  .steps__block {
    margin-bottom: calc(48px + 52 * ((100vw - 320px)/ 690))
  }
}
@media (min-width:991.98px) {
  .steps__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 24px
  }
}
@media (min-width:576px) {
  .steps__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
.steps__link {
  padding: 2px 10px;
  border-radius: 4px;
  color: #08c;
  font-size: 14px;
  font-family: Montserrat-Bold;
  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;
  border: 3px solid #08c;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  min-width: 120px;
  max-width: 250px;
  text-align: center
}
.steps__link.hidden {
  visibility: hidden
}
.steps__link:hover {
  background: #08c;
  color: #fff
}
@media (max-width:576px) {
  .steps__search {
    max-width: 100%
  }
  .steps__link {
    max-width: 100%
  }
  .steps__link:not(:last-child) {
    margin: 0 0 12px 0
  }
}
.steps-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px
}
.steps-sidebar__title {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 16px 0;
  font-family: Montserrat-Bold
}
.steps-sidebar__list li:not(:last-child) {
  margin: 0 0 8px 0
}
.steps-sidebar__link {
  padding: 10px;
  border-radius: 4px;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #08c;
  color: #fff
}
.steps-sidebar__link:hover {
  background: #08c;
  color: #fff
}
@media (max-width:991.98px) {
  .steps-sidebar {
    margin: 0 0 24px 0
  }
}
.content-block__title {
  font-size: 32px;
  line-height: 38px;
  font-family: Montserrat-Bold;
  margin-bottom: 25px
}
@media (max-width:1010px) {
  .content-block__title {
    font-size: calc(28px + 4 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .content-block__title {
    line-height: calc(28px + 10 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .content-block__title {
    margin-bottom: calc(10px + 15 * ((100vw - 320px)/ 690))
  }
}
.content-block__text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 50px
}
@media (max-width:1010px) {
  .content-block__text {
    margin-bottom: calc(35px + 15 * ((100vw - 320px)/ 690))
  }
}
.content-block__text p:not(:last-child) {
  margin: 0 0 1.2em 0
}
.content-block__item {
  margin-bottom: 35px
}
@media (max-width:1010px) {
  .content-block__item {
    margin-bottom: calc(16px + 19 * ((100vw - 320px)/ 690))
  }
}
.content-block__photo {
  display: block;
  max-width: 100%;
  margin: 0 0 24px 0
}
.content-block__item-title {
  font-size: 18px;
  line-height: 24px;
  font-family: Montserrat-Bold;
  margin: 0 0 6px 0
}
@media (max-width:1010px) {
  .content-block__item-title {
    font-size: calc(16px + 2 * ((100vw - 320px)/ 690))
  }
}
@media (max-width:1010px) {
  .content-block__item-title {
    line-height: calc(20px + 4 * ((100vw - 320px)/ 690))
  }
}
.content-block__list {
  margin: 0 0 24px 0
}
.content-block__list li {
  font-size: 15px;
  line-height: 18px;
  padding: 5px 10px 5px 15px;
  position: relative
}
.content-block__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000
}
.sub-list {
  padding: 0 0 0 20px;
  display: none
}
.sub-list.active {
  display: block
}
.sub-list__link {
  padding: 3px;
  font-size: 13px;
  line-height: 16px;
  display: block;
  color: #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.sub-list__link:hover {
  font-family: Montserrat-Bold
}
.sub-list__link.active {
  font-family: Montserrat-Bold
}