/* Specification */
@import "./css/gilroy.css";
@import "./css/opensans.css";
@import "./slick/slick.css";
@import "./slick/slick-theme.css";
@import "./libs/fancybox/jquery.fancybox.min.css";
@import "./css/animate.css";

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

header,
section,
footer {
  display: flex;
}

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

body {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: #272727;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 3000px;
  padding-top: 77px;
  text-align: left;
}

.body-fixed {
  overflow: hidden;
}

.container {
  width: 1280px;
  max-width: calc(100% - 35px);
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.row {
  width: 100%;
  display: flex;
}

p {
  margin: 0;
  display: block;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  font-size: 17px;
}

span {
  display: inline;
  font: inherit;
  color: inherit;
}

b {
  display: inline;
  font: inherit;
  color: inherit;
  font-family: "Gilroy-Bold", sans-serif;
}

ul {
  list-style-type: none;
}

li {
  display: block;
}

ul.pattern-list li {
  display: block;
  position: relative;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 17px;
  line-height: 21px;
  margin-top: 30px;
  padding-left: 15px;
}

ul.pattern-list li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 8px;
  width: 3.2px;
  height: 3.2px;
  border-radius: 50%;
  background: #000;
}

ul.pattern-list li b {
  display: inline;
  font: inherit;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  margin: 0;
  font-family: "Gilroy-ExtraBold", sans-serif;
  color: #268557;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 120px;
  line-height: 122px;
  color: #268557;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 61px;
  color: #268557;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 49px;
  color: #272727;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 37px;
  color: #272727;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 22px;
  color: #268557;
}

span.title-text {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 25px;
  line-height: 29px;
  color: #fff;
}

.btn {
  display: inline-flex;
  width: auto;
  position: relative;
  min-width: 149px;
  color: #272727;
  text-decoration: none;
  text-align: center;
  background: rgba(26, 188, 103, 0);
  min-height: 67px;
  padding-bottom: 1px;
  border-radius: 58px;
  font-family: "OpenSans-Bold", sans-serif;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 4px 41px rgba(254, 229, 12, 0.9);
  transition: 0.3s ease;
}

.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 58px;
  z-index: 1;
  background: linear-gradient(57.84deg, #FFCF0C 40.03%, #FFF50C 67.59%);
  pointer-events: none;
  opacity: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
}

.btn span {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  font: inherit;
  color: inherit;
  text-decoration: none;
}

.btn.btn_white {
  color: #001C52;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.btn.btn_white::before {
  display: none;
}

.btn.btn_white:hover {
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.btn:hover {
  background: #1ABC67;
  text-decoration: none;
  box-shadow: 0px 4px 41px rgba(26, 188, 103, 0.9);
  color: #fff;
  transition: 0.3s ease;
}

.btn:hover::before {
  opacity: 0;
  box-shadow: 0px 4px 4px rgba(26, 188, 103, 0.25);
}

.btn:focus,
.btn.focus {
  outline: none;
}

.ref {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-family: "OpenSans-Regular", sans-serif;
  color: #001C52;
  transition: 0.3s ease;
}

.ref:hover {
  color: #164194;
  text-decoration: none;
}

.pattern-form {
  display: block;
  width: 100%;
  max-width: 281px;
  position: relative;
}

input {
  outline: none !important;
  /*-webkit-appearance: none !important;*/
  /*-moz-appearance: none !important;*/
  /*appearance: none !important;*/
  box-shadow: none !important;
  font-family: "Roboto-Regular";
}

.input {
  display: block;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 2px;
  padding-bottom: 4px;
  margin-top: 19px;
  height: 62px;
  background: #FFFFFF;
  border: 0.8px solid #D0D0D0;
  border-radius: 58px;
  text-align: center;
  color: #B9B9B9;
  font-size: 18px;
  font-family: "OpenSans-Regular", sans-serif;
  opacity: 1 !important;
  transition: 0.3s ease;
}

.input:focus {
  color: #268557;
  border-color: #268557;
  transition: 0.3s ease;
}

.select {
  width: 100%;
  height: 62px;
  display: block;
  position: relative;
}

.select .input {
  margin-top: 0px;
}

.select img {
  display: inline-block;
  position: absolute;
  width: 22.5px;
  max-height: 40px;
  height: auto;
  right: 28px;
  top: 50%;
  margin-top: 2px;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s ease;
}

.select img.active {
  opacity: 1;
  transition: 0.3s ease;
}

.select.active img {
  transform: translateY(-50%) rotate(-180deg);
  transition: 0.3s ease;
}

select.input {
  text-align-last: center;
  appearance: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding-right: 55px;
  cursor: pointer;
}

textarea.input {
  height: 119px;
  width: 100% !important;
  display: block;
  resize: none;
  padding-top: 20px;
  padding-bottom: 22px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input::placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-moz-placeholder {
  background: transparent !important;
  padding-left: 0px !important;
}

.input:focus {
  outline: none;
}

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

.controls {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 0px;
  pointer-events: none;
}

.slick-prev,
.slick-next {
  z-index: 10;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  -webkit-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  pointer-events: auto;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
  border: 0px;
  transition: 0.3s ease;
}

.slick-prev svg,
.slick-next svg {
  display: inline-block;
  position: relative;
  width: 31px;
  max-height: 100%;
  margin: auto;
}

.slick-prev svg *,
.slick-next svg * {
  transition: 0.3s ease;
}

.slick-next {
  opacity: 1 !important;
}

.slick-next svg {
  right: -1px;
}

.slick-prev {
  opacity: 1 !important;
}

.slick-prev svg {
  left: -1px;
}

.slick-next:hover {
  background: #1ABC67;
  opacity: 1 !important;
}

.slick-next:hover svg * {
  fill: #fff !important;
}

.slick-prev:hover {
  background: #1ABC67;
  opacity: 1 !important;
}

.slick-prev:hover svg * {
  fill: #fff !important;
}

.slick-disabled {
  opacity: 0.2 !important;
}

.slick-disabled:hover {
  opacity: 0.2 !important;
  cursor: auto !important;
}

.section-decor::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 1680px) {
  body {
    padding-top: 66px;
  }
}

@media (max-width: 1320px) {
  .container {
    width: 1120px;
  }

  h1,
  .h1 {
    font-size: 100px;
    line-height: 102px;
  }

  h2,
  .h2 {
    font-size: 41px;
    line-height: 52px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
  }

  h4,
  .h4 {
    font-size: 24px;
    line-height: 32px;
  }

  h5,
  .h5 {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 1199px) {
  .container {
    width: 940px;
  }
}

@media (max-width: 991px) {
  .container {
    width: 600px;
  }

  h1,
  .h1 {
    font-size: 100px;
    line-height: 102px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 42px;
  }

  h3,
  .h3 {
    font-size: 25px;
    line-height: 35px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 28px;
  }

  h5,
  .h5 {
    font-size: 15px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 52px;
  }

  .container {
    width: 380px;
  }

  h1,
  .h1 {
    font-size: 60px;
    line-height: 62px;
  }

  h2,
  .h2 {
    font-size: 23px;
    line-height: 30px;
  }

  h3,
  .h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 22px;
  }

  span.title-text {
    font-size: 16px;
    line-height: 22px;
  }

  h5,
  .h5 {
    font-size: 13px;
    line-height: 16px;
  }

  p {
    font-size: 11px;
    line-height: 15px;
  }

  ul.pattern-list li {
    font-size: 11px;
    line-height: 15px;
    margin-top: 15px;
  }

  ul.pattern-list li::before {
    top: 5px;
  }

  .btn {
    min-height: 50px;
  }

  .btn span {
    font-size: 13px;
  }

  .input {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    height: 50px;
    font-size: 15px;
  }

  .input:focus {
    color: #268557;
    border-color: #268557;
    transition: 0.3s ease;
  }

  .select {
    height: 50px;
  }

  .select img {
    width: 18px;
    max-height: 30px;
    right: 20px;
  }

  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
  }

  .slick-prev svg,
  .slick-next svg {
    width: 18px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 330px;
    max-width: calc(100% - 30px);
  }
}

/* Header */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%), #164194;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 50;
}

.header-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 77px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: -8px;
}

.logo__main {
  display: inline-block;
  width: 122px;
  height: auto;
  margin-bottom: -7px;
}

.logo__add {
  display: inline-block;
  width: 85px;
  height: auto;
  margin-left: 18.5px;
}

.menu {
  display: inline-block;
  padding-top: 1px;
  padding-left: 5px;
}

.menu ul {
  display: flex;
}

.menu li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.menu .ref {
  font-size: 15px;
  line-height: 20px;
}

.header-content__buttons {
  display: inline-flex;
}

.header-content__buttons .btn {
  min-width: 234px;
  min-height: 46px;
  margin-left: 12px;
  font-size: 15px;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
}

.header-content__buttons .btn::before {
  box-shadow: none;
}

.burger {
  display: none;
}

@media (max-width: 1680px) {
  .header-content {
    min-height: 66px;
    padding-top: 6px;
    padding-bottom: 8px;
  }

  .header-content__buttons .btn {
    min-height: 40px;
  }
}

@media (max-width: 1320px) {
  .header-content__buttons .btn {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    font-size: 14px;
  }

  .menu {
    padding-left: 8px;
  }

  .menu li {
    margin-left: 9px;
    margin-right: 9px;
  }

  .menu .ref {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .menu {
    display: none;
  }

  .header-content__buttons {
    display: none;
  }

  .burger {
    display: inline-flex;
    width: 40px;
    height: 40px;
    position: relative;
    bottom: -1px;
  }

  .burger img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
  }

  .burger img.burger__img_close {
    max-height: 32px;
    transform: translate(-50%, -50%) scale(0);
  }

  .burger.active img {
    transform: translate(-50%, -50%) scale(0);
  }

  .burger.active img.burger__img_close {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 767px) {
  .header-content {
    min-height: 52px;
    padding-top: 4px;
    padding-bottom: 6px;
  }

  .logo {
    margin-bottom: -4px;
  }
}

/* Section- */
.section- {
  display: none;
}

/* Section-main */
.section-main {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(./img/main-bg-min.jpg);
  padding-top: 5px;
  padding-bottom: 42px;
  overflow: hidden;
}

.section-main::before {
  background: rgba(0, 0, 0, 0.61);
}

.section-main .container {
  position: relative;
  z-index: 2;
}

.main {
  display: block;
  width: 100%;
  position: relative;
}

.main-into {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.main-into__info {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  width: 460px;
  padding-top: 20px;
  padding-bottom: 140px;
}

.main-into__info h2 {
  color: #fff;
  margin-top: 20px;
}

.main-into__info h2 span {
  text-underline-offset: 0.32em;
  text-decoration: underline;
}

.main-into__info-action {
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.main-into__info-action p {
  position: relative;
  display: inline-block;
  padding-right: 28px;
  font-family: "OpenSans-Regular", sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
}

.main-into__image {
  display: inline-flex;
  width: calc(100% - 460px);
  position: relative;
}

.main-into__image img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  position: relative;
  transform: scale(1.057);
  margin-left: -82px;
  margin-top: -57px;
  margin-bottom: -57px;
}

.main-details {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 52px;
  border-top: 1px solid #fff;
  margin-top: -105px;
}

.main-law {
  display: inline-flex;
  width: 596px;
  padding-left: 44px;
  padding-bottom: 42px;
  padding-top: 46px;
  background: #FFFFFF;
  border-radius: 35px;
}

.main-law__info {
  display: inline-block;
  width: calc(100% - 260px);
  padding-bottom: 34px;
}

.main-law__info p {
  font-size: 18px;
  line-height: 21px;
}

.main-law__info p b {
  color: #AD0522;
}

.main-law__info h5 {
  display: block;
  margin-top: 28px;
  font-family: "Gilroy-Bold", sans-serif;
}

.main-law__info h5 b {
  display: block;
  font-family: "Gilroy-ExtraBold", sans-serif;
  padding-top: 3px;
  font-size: 75px;
  line-height: 76px;
}

.more-ref {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-size: 15px;
  line-height: 17px;
  color: #929292;
  font-family: "Gilroy-Regular", sans-serif;
  font-weight: normal;
  cursor: pointer;
}

.more-ref::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -1.5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(./img/more-icon.svg) no-repeat center center/100% auto;
}

.main-law__picture {
  display: inline-flex;
  width: 260px;
  align-items: flex-end;
  position: relative;
}

.main-law__picture::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: calc(50% + 2px);
  transform: translateX(-50%);
  top: -72px;
  width: 420px;
  height: 364px;
  background: url(./img/main-law-img-min.png) no-repeat center top/100% auto;
  pointer-events: none;
}

.main-law__picture .more-ref {
  margin-left: auto;
  margin-right: auto;
  left: -12px;
}

.main-parametrs {
  display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% - 596px);
  justify-content: center;
  padding-left: 60px;
  padding-bottom: 12px;
}

.main-parametrs__item {
  display: inline-block;
  width: 248px;
  max-width: calc(50% - 46px);
  margin-left: 23px;
  margin-right: 23px;
  margin-top: 20px;
}

.main-parametrs__item b {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 32px;
  color: #fff;
}

@media (max-width: 1680px) {
  .section-main {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .main-into__info {
    padding-top: 15px;
    padding-bottom: 100px;
  }

  .main-into__info h2 {
    margin-top: 10px;
  }

  .main-into__info-action {
    margin-top: 18px;
  }

  .main-into__image {
    width: calc(100% - 460px);
    max-width: 680px;
  }

  .main-into__image img {
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }

  .main-details {
    padding-top: 35px;
    margin-top: -95px;
  }

  .main-law {
    padding-bottom: 30px;
    padding-top: 35px;
  }
}

@media (max-width: 1320px) {
  .section-main {
    padding-top: 6px;
  }

  .main-into__info {
    padding-top: 35px;
    padding-bottom: 90px;
    width: 420px;
  }

  .main-into__image {
    width: calc(100% - 420px);
    max-width: 580px;
  }

  .main-details {
    margin-top: -55px;
  }

  .main-parametrs {
    padding-left: 60px;
    width: calc(100% - 532px);
  }

  .main-parametrs__item {
    max-width: calc(50% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }

  .main-parametrs__item b {
    font-size: 17px;
    margin-top: 25px;
  }

  .main-law {
    width: 532px;
    padding-left: 30px;
  }

  .main-law__info p {
    font-size: 16px;
    line-height: 18px;
  }

  .main-law__info h5 b {
    font-size: 62px;
    line-height: 64px;
  }
}

@media (max-width: 1199px) {
  .main-law {
    width: 476px;
  }

  .main-law__info {
    width: calc(100% - 200px);
    padding-bottom: 10px;
  }

  .main-law__info h5 {
    margin-top: 20px;
  }

  .main-law__picture {
    width: 220px;
  }

  .main-law__picture::before {
    top: -50px;
    width: 310px;
    height: 284px;
  }

  .main-parametrs {
    padding-left: 30px;
    width: calc(100% - 476px);
  }

  .main-parametrs__item {
    max-width: calc(50% - 36px);
    margin-left: 18px;
    margin-right: 18px;
  }

  .main-parametrs__item img {
    max-width: 56px;
  }

  .main-parametrs__item b {
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .main-into {
    flex-wrap: wrap;
  }

  .main-into__image {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    order: 1;
  }

  .main-into__image img {
    margin-top: -35px;
  }

  .main-into__info {
    padding-bottom: 45px;
    width: 100%;
    order: 2;
  }

  .main-details {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 0px;
  }

  .main-law {
    width: 100%;
  }

  .main-parametrs {
    display: flex;
    justify-content: space-between;
    padding-left: 0px;
    width: 100%;
  }

  .main-parametrs__item {
    max-width: calc(50% - 50px);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 35px;
  }

  .main-parametrs__item b {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .section-main {
    padding-bottom: 25px;
  }

  .main-into__image img {
    margin-top: -25px;
    margin-bottom: -50px;
  }

  .main-into__info {
    padding-bottom: 25px;
  }

  .main-into__info h2 {
    margin-top: 5px;
  }

  .main-into__info-action {
    margin-top: 15px;
  }

  .main-into__info-action p {
    font-size: 24px;
    padding-right: 22px;
  }

  .main-details {
    padding-top: 20px;
  }

  .main-law {
    width: 100%;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 22px;
    border-radius: 20px;
  }

  .main-law__info {
    width: calc(100% - 150px);
    padding-bottom: 2px;
  }

  .main-law__info p {
    font-size: 13px;
    line-height: 16px;
  }

  .main-law__info h5 {
    margin-top: 10px;
    font-size: 12px;
  }

  .main-law__info h5 b {
    font-size: 40px;
    line-height: 42px;
  }

  .main-law__picture {
    width: 150px;
  }

  .main-law__picture::before {
    left: calc(50% + 5px);
    top: -20px;
    width: 200px;
    height: 140px;
  }

  .main-law__picture .more-ref {
    left: -2px;
  }

  .more-ref {
    padding-right: 18px;
    font-size: 11px;
    line-height: 12px;
    white-space: nowrap;
  }

  .more-ref::after {
    top: 0px;
    width: 12px;
    height: 12px;
  }

  .main-parametrs__item {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-top: 30px;
  }

  .main-parametrs__item img {
    max-width: 40px;
  }

  .main-parametrs__item b {
    font-size: 13px;
    line-height: 18px;
  }
}

@media (max-width: 575px) {
  .main-law {
    flex-wrap: wrap;
    padding-right: 20px;
  }

  .main-law__info {
    width: 100%;
    padding-bottom: 4px;
  }

  .main-law__info h5 br {
    display: none;
  }

  .main-into__info-action .btn {
    min-width: 120px;
  }

  .main-law__picture {
    width: 100%;
  }

  .main-law__picture::before {
    display: none;
  }

  .main-law__picture .more-ref {
    left: auto;
    margin-left: 0px;
    margin-top: 15px;
  }

  .main-parametrs__item {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .main-parametrs__item:nth-child(2n-1) {
    width: calc(50% + 0px);
    max-width: calc(50% + 0px);
  }
}

/* Section-characteristics */
.section-characteristics {
  padding-top: 162px;
  padding-bottom: 174px;
  overflow: hidden;
}

.characteristics {
  position: relative;
  z-index: 1;
  padding: 72px;
  padding-top: 85px;
  padding-bottom: 83px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}

.characteristics h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.characteristics::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  border-radius: 35px;
}

.characteristics::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  right: -320px;
  top: 514px;
  width: 730px;
  height: 730px;
  background: url(./img/characteristics-before.svg) no-repeat center center/100% auto;
}

.characteristics-provision {
  position: relative;
  z-index: 2;
  padding-left: 74px;
  padding-right: 74px;
}

.characteristics-provision .btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 45px;
  padding-left: 37px;
  padding-right: 37px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.characteristics-provision .btn::before {
  box-shadow: none !important;
}

.characteristics-provision__items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 52px;
}

.characteristics-provision__items-item {
  display: inline-block;
  width: 50%;
  padding-left: 125px;
  padding-right: 0px;
  padding-top: 26px;
  padding-bottom: 42px;
}

.characteristics-provision__items-item:nth-child(2n-1) {
  border-right: 1px solid #979797;
  padding-right: 115px;
  padding-left: 0px;
}

.characteristics-provision__items-item ul {
  padding-top: 2px;
}

.characteristics-simple {
  position: relative;
  z-index: 2;
  margin-top: 68px;
  padding-left: 74px;
  padding-right: 74px;
}

.characteristics-simple__items {
  display: flex;
  position: relative;
  width: calc(100% + 105px);
  min-width: calc(100% + 105px);
  margin-left: -35px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 85px;
}

.characteristics-simple__items-item {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 312px;
  min-height: 665px;
}

.characteristics-simple__items-item:nth-child(2n-1) {
  justify-content: flex-start;
  width: 380px;
}

.characteristics-simple__items-item ul.pattern-list {
  position: relative;
  z-index: 2;
}

.characteristics-simple__items-item ul.pattern-list li {
  margin-top: 25px;
}

.protection-kit {
  display: block;
  position: relative;
  z-index: 2;
  padding: 25px;
  padding-left: 26px;
  padding-right: 35px;
  margin-top: 70px;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.protection-kit b {
  display: block;
  position: relative;
  padding-left: 67px;
  font-size: 17px;
  line-height: 21px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  color: #008263;
}

.protection-kit b::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 55px;
  height: 62px;
  background: url(./img/protection-kit-icon.svg) no-repeat center center/100% auto;
}

.characteristics-simple-bg {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 1008px;
  max-width: calc(100vw - 100px);
  height: auto;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}

@media (max-width: 1680px) {
  .section-characteristics {
    padding-top: 82px;
    padding-bottom: 88px;
  }

  .characteristics {
    padding-top: 55px;
    padding-bottom: 53px;
  }

  .characteristics::before {
    right: -140px;
    width: 360px;
    height: 360px;
  }

  .characteristics-provision__items {
    margin-top: 40px;
  }

  .characteristics-provision__items-item {
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .characteristics-simple {
    margin-top: 45px;
  }

  .characteristics-simple-bg {
    width: 780px;
  }

  .characteristics-simple__items-item {
    min-height: 525px;
  }

  .protection-kit {
    margin-top: 40px;
  }
}

@media (max-width: 1320px) {
  .characteristics {
    padding-left: 40px;
    padding-right: 40px;
  }

  .characteristics::before {
    display: none;
  }

  .characteristics-provision__items {
    padding-left: 0px;
    padding-right: 0px;
  }

  .characteristics-simple-bg {
    width: 700px;
    top: 30px;
  }
}

@media (max-width: 1199px) {
  .characteristics-provision {
    padding-left: 45px;
    padding-right: 45px;
  }

  .characteristics-provision__items-item {
    padding-left: 50px;
  }

  .characteristics-provision__items-item:nth-child(2n-1) {
    padding-right: 50px;
  }

  .characteristics-simple__items {
    padding-top: 24px;
  }

  .characteristics-simple__items-item {
    min-height: 400px;
    justify-content: center;
  }

  .characteristics-simple-bg {
    width: 460px;
    left: -15px;
    transform: translateX(0%);
    top: 106px;
  }
}

@media (max-width: 991px) {
  .characteristics-provision {
    padding-left: 0px;
    padding-right: 0px;
  }

  .characteristics-provision .btn {
    margin-top: 25px;
  }

  .characteristics-provision__items {
    margin-top: 20px;
  }

  .characteristics-provision__items-item {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
  }

  .characteristics-provision__items-item:nth-child(1) {
    padding-bottom: 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #979797;
  }

  .characteristics-simple {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 50px;
  }

  .characteristics-simple__items {
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    margin-top: 10px;
  }

  .characteristics-simple__items ul.pattern-list li {
    margin-top: 30px;
  }

  .characteristics-simple__items-item {
    min-height: auto !important;
    width: 100% !important;
  }

  .characteristics-simple-bg {
    position: relative;
    width: 420px;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    margin-top: 15px;
    margin-bottom: 2px;
  }

  .protection-kit {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 25px;
  }

  .protection-kit b {
    font-size: 16px;
    padding-left: 55px;
  }

  .protection-kit b::before {
    width: 42px;
    height: 56px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .section-characteristics {
    padding-top: 51px;
    padding-bottom: 54px;
  }

  .characteristics {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .characteristics-provision__items {
    margin-top: 5px;
  }

  .characteristics-provision__items-item:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 6px;
  }

  .characteristics-provision .btn {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
  }

  .characteristics-simple {
    margin-top: 35px;
  }

  .characteristics-simple__items ul.pattern-list li {
    margin-top: 15px;
  }

  .characteristics-simple-bg {
    width: 100%;
    margin-top: 2px;
  }

  .protection-kit {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .protection-kit b {
    font-size: 13px;
    line-height: 16px;
    padding-left: 45px;
  }

  .protection-kit b::before {
    width: 30px;
    height: 44px;
    top: calc(50% - 1px);
  }
}

/* Section-popularity */
.section-popularity {
  position: relative;
  padding-top: 130px;
  padding-bottom: 140px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(./img/popularity-bg-min.jpg);
}

.section-popularity::before {
  background: rgba(0, 0, 0, 0.5);
}

.popularity {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.popularity-info {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1058px;
  margin-left: auto;
  margin-right: auto;
}

.popularity-info h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.popularity-info p {
  display: block;
  width: 100%;
  max-width: 570px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 28px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 29px;
}

.popularity-article {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 738px;
  max-width: 100%;
  height: 804px;
  overflow: visible;
  margin-top: 85px;
}

.popularity-article::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -262px;
  right: -440px;
  width: 728px;
  height: 728px;
  z-index: -1;
  background: url(./img/popularity-article-before.svg) no-repeat center center/100% auto;
}

.popularity-article h3 {
  display: block;
  width: 100%;
  text-align: center;
  color: #272727;
  margin-top: 49px;
}

.popularity-article p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 23px;
  color: #272727;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.popularity-article .btn {
  position: relative;
  margin-top: 46px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 54px;
  padding-right: 42px;
  min-height: 64px;
  font-size: 20px;
  font-family: "Gilroy-Bold", sans-serif;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}

.popularity-article .btn::before {
  box-shadow: none !important;
}

.popularity-article .btn span {
  width: auto;
  min-width: auto;
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.popularity-article .btn span .btn-arrow {
  display: inline-flex;
  position: absolute;
  right: 0px;
  top: calc(50% + 1.5px);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: 0.3s ease;
}

.popularity-article .btn span .btn-arrow svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}

.popularity-article .btn span .btn-arrow svg * {
  transition: 0.3s ease;
}

.popularity-article .btn:hover span .btn-arrow svg * {
  fill: #fff !important;
}

.popularity-article.active .popularity-article__content {
  box-shadow: 0px 0px 203px rgba(0, 0, 0, 0.25);
}

.popularity-article.active .btn .btn-arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.popularity-article.active p {
  -webkit-line-clamp: 999;
  line-clamp: 999;
}

.popularity-article__content {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 203px rgba(255, 255, 255, 0.25);
  border-radius: 30px;
  padding-left: 66px;
  padding-right: 66px;
  padding-top: 70px;
  padding-bottom: 64px;
  min-height: 100%;
  transition: 0.3s ease;
}

.popularity-article__content-image {
  display: block;
  width: 100%;
  height: 355px;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}

@media (max-width: 1680px) {
  .section-popularity {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .popularity-info p {
    margin-top: 20px;
  }

  .popularity-article {
    margin-top: 50px;
    height: 729px;
  }

  .popularity-article::before {
    top: -172px;
    right: -280px;
    width: 538px;
    height: 538px;
  }

  .popularity-article h3 {
    margin-top: 34px;
  }

  .popularity-article .btn {
    margin-top: 31px;
  }

  .popularity-article__content {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

@media (max-width: 1320px) {
  .popularity-info p {
    font-size: 20px;
    line-height: 25px;
  }

  .popularity-article {
    width: 608px;
    height: 644px;
  }

  .popularity-article p {
    font-size: 17px;
    line-height: 20px;
  }

  .popularity-article::before {
    top: -142px;
    right: -230px;
    width: 452px;
    height: 452px;
  }

  .popularity-article__content {
    padding-left: 51px;
    padding-right: 51px;
  }

  .popularity-article__content-image {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .popularity-info h2 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .popularity-article::before {
    top: -130px;
    right: -185px;
    width: 392px;
    height: 392px;
  }
}

@media (max-width: 991px) {
  .popularity-article {
    margin-top: 38px;
  }

  .popularity-article::before {
    display: none;
  }

  .popularity-info h2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .section-popularity {
    padding-top: 46px;
    padding-bottom: 55px;
  }

  .popularity-info p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 22px;
  }

  .popularity-article {
    margin-top: 25px;
    width: 100%;
    height: auto;
  }

  .popularity-article h3 {
    margin-top: 24px;
  }

  .popularity-article p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .popularity-article .btn {
    margin-top: 24px;
    padding-left: 34px;
    padding-right: 30px;
    min-height: 50px;
    font-size: 15px;
  }

  .popularity-article .btn span {
    padding-right: 26px;
  }

  .popularity-article .btn span .btn-arrow {
    top: calc(50% + 1px);
    width: 18px;
    height: 18px;
  }

  .popularity-article__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 35px;
  }

  .popularity-article__content-image {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .popularity-article__content-image {
    height: 170px;
  }
}

/* Section-articles */
.section-articles {
  padding-top: 147px;
  padding-bottom: 84px;
}

.articles {
  display: block;
}

.articles h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.articles__image {
  display: flex;
  width: 100%;

}

.articles__image img {
  display: inline-block;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

@media (max-width: 1680px) {
  .section-articles {
    padding-top: 85px;
    padding-bottom: 30px;
  }

  .articles__image {
    margin-top: 25px;
  }
}

@media (max-width: 1199px) {
  .section-articles {
    padding-bottom: 42px;
  }
}

@media (max-width: 991px) {
  .section-articles {
    padding-top: 66px;
  }

  .articles__image {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section-articles {
    padding-top: 50px;
    padding-bottom: 22px;
  }

  .articles__image {
    overflow: hidden;
    margin-top: 10px;
  }

  .articles__image img {
    width: 560px;
    min-width: 560px;
    margin-left: -185px;
  }
}

@media (max-width: 575px) {
  .articles__image img {
    width: 150%;
    min-width: 150%;
    margin-left: -50%;
  }
}

/* Section-software */
.section-software {
  position: relative;
  padding-top: 143px;
  padding-bottom: 112px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(./img/software-bg-min.jpg);
}

.section-software::before {
  background: rgba(0, 0, 0, 0.65);
}

.software {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}

.software .btn {
  position: relative;
  min-width: 282px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 78px;
}

.software-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.software-info h2 {
  display: block;
  width: 100%;
  line-height: 65px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #FFFFFF;
}

.software-info__text {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.software-info__text .col {
  display: inline-flex;
  flex-direction: column;
  width: 458px;
  max-width: 50%;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 76px;
  border-left: 1px solid #fff;
}

.software-info__text .col p {
  display: block;
  margin-top: 17px;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
}

.software-media {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 100px;
}

.software-media .controls {
  display: none;
}

.software-media__slider {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.software-media__slider .software-media__slider-item {
  display: inline-block;
  width: calc((100% - 72px) / 4);
  border-radius: 10px;
  overflow: hidden;
}

.software-media__slider .software-media__slider-item img {
  display: block;
  width: 100%;
  height: 487px;
  object-fit: cover;
}

@media (max-width: 1680px) {
  .section-software {
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .software .btn {
    margin-top: 45px;
  }

  .software-info__text .col {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 40px;
  }

  .software-info__text .col p {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .software-media {
    margin-top: 60px;
  }
}

@media (max-width: 1320px) {
  .software-info h2 {
    line-height: 52px;
  }

  .software-info__text .col p {
    font-size: 17px;
    line-height: 20px;
  }

  .software-media {
    margin-top: 50px;
  }

  .software-media__slider .software-media__slider-item img {
    height: 418px;
  }
}

@media (max-width: 1199px) {
  .software-info__text .col {
    width: 430px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .software-media {
    margin-top: 45px;
  }

  .software-media__slider .software-media__slider-item img {
    height: 355px;
  }
}

@media (max-width: 991px) {
  .software-info h2 {
    line-height: 42px;
  }

  .software-info__text .col {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 20px;
    padding-bottom: 25px;
    border-left: 0px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .software-info__text .col:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .software-info__text .col p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .software-media {
    margin-top: 35px;
  }

  .software-media .controls {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .software-media__slider-item {
    width: calc(50% - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .software-media__slider .software-media__slider-item img {
    height: 282px;
  }
}

@media (max-width: 767px) {
  .section-software {
    padding-top: 51px;
    padding-bottom: 45px;
  }

  .software .btn {
    margin-top: 30px;
  }

  .software-info h2 {
    line-height: 30px;
  }

  .software-info__text {
    padding-top: 5px;
  }

  .software-info__text .col {
    margin-top: 10px;
    padding-bottom: 15px;
  }

  .software-info__text .col p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .software-media {
    margin-top: 28px;
  }

  .software-media__slider-item {
    width: calc(50% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
  }

  .software-media__slider .software-media__slider-item img {
    height: 278px;
    max-height: 70vw;
  }
}

@media (max-width: 575px) {
  .software .btn {
    width: 100%;
    min-width: auto;
  }

  .software-media__slider .software-media__slider-item img {
    height: 240px;
    max-height: 66vw;
  }
}

/* Section-videos */
.section-videos {
  padding-top: 0px;
  padding-bottom: 178px;
}

.videos {
  display: block;
  width: 100%;
  margin-top: 180px;
  padding-bottom: 11px;
}

.videos h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.videos-media {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 48px;
  position: relative;
}

.videos-media .controls {
  top: 138px;
  top: 158px;
}

.videos-media__slider {
  display: flex;
  width: 100%;
}

.video-slide {
  width: calc(50% - 34px);
  margin-left: 17px;
  margin-right: 17px;
  margin-top: 20px;
  cursor: pointer;
}

.video-slide span {
  display: block;
  width: 800px;
  max-width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 29px;
  color: #272727;
  margin-top: 36px;
}

.video-slide .video {
  display: block;
  width: 100%;
  position: relative;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-radius: 10px;
}

.video-slide .video iframe {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 335px;
}

.video-slide .video.active .video__overlay {
  opacity: 0;
  pointer-events: none;
}

.video-slide .video.active .video__play {
  opacity: 0;
  pointer-events: none;
}

.video__overlay {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

.video__overlay img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__play {
  display: inline-flex;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: calc(50% + 4px);
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  transition: 0.3s ease;
}

.video__play img {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  margin: auto;
}

@media (max-width: 1680px) {
  .section-videos {
    padding-top: 10px;
    padding-bottom: 118px;
  }

  .videos {
    margin-top: 110px;
  }

  .videos-media {
    margin-top: 20px;
  }
}

@media (max-width: 1320px) {
  .videos-media .controls {
    top: 118px;
    top: 138px;
  }

  .video-slide span {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
  }

  .video-slide .video iframe {
    height: 295px;
  }

  .video__play {
    top: calc(50% + 3px);
    width: 88px;
    height: 88px;
  }
}

@media (max-width: 1199px) {
  .videos-media .controls {
    top: 90px;
    top: 110px;
  }

  .video-slide {
    width: calc(50% - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
  }

  .video-slide .video iframe {
    height: 240px;
  }
}

@media (max-width: 991px) {
  .section-videos {
    padding-top: 20px;
    padding-bottom: 92px;
  }

  .videos {
    margin-top: 80px;
  }

  .videos.videos_application .controls {
    display: flex;
  }

  .videos-media {
    padding-left: 0px;
    padding-right: 0px;
  }

  .videos-media .controls {
    top: 120px;
    top: 140px;
  }

  .video-slide .video iframe {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .section-videos {
    padding-top: 20px;
    padding-bottom: 62px;
  }

  .videos {
    margin-top: 55px;
  }

  .videos-media {
    margin-top: 10px;
  }

  .videos-media .controls {
    top: 112px;
  }

  .videos-media__slider {
    width: calc(100% + 20px);
    min-width: calc(100% + 20px);
    margin-left: -10px;
  }

  .video-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-slide span {
    font-size: 15px;
    line-height: 19px;
    margin-top: 18px;
  }

  .video-slide .video iframe {
    height: 220px;
  }

  .video__play {
    top: calc(50% + 2px);
    width: 62px;
    height: 62px;
  }
}

@media (max-width: 575px) {
  .videos-media .controls {
    top: 95px;
  }

  .video-slide .video iframe {
    height: 190px;
    max-height: 52vw;
  }
}

/* Section-registry */
.section-registry {
  position: relative;
  background: url(./img/registry-bg-min.jpg) no-repeat center center/cover;
}

.section-registry::before {
  background: url(./img/registry-overlay-min.png) no-repeat center center/cover;
}

.section-registry .container {
  /*
  &::before, &::after {
  	content: '';
  	display: inline-block;
  	position: absolute;
  	top: 50%;
  	transform: translateY(-50%);
  	pointer-events: none;
  	width: 381px;
  	height: 381px;
  	border-radius: 50%;
  	left: 0px;
  	z-index: 2;
  	background: url(./img/registry-container-before.png) no-repeat center center/ cover;
  }
  &::after {
  	left: auto;
  	right: 0px;
  	background-image: url(./img/registry-container-after.png);
  }
  */
}

.registry {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 400px;
  padding-top: 85px;
  padding-bottom: 105px;
}

.registry__image {
  display: inline-flex;
  position: absolute;
  left: 2px;
  top: -49px;
  width: 450px;
  height: 520px;
  pointer-events: none;
}

.registry__image img {
  display: inline-block;
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-right: auto;
  margin-bottom: auto;
}

.registry__info {
  display: inline-block;
}

.registry__info h2 {
  display: block;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.registry__info p {
  display: block;
  max-width: 444px;
  font-size: 25px;
  line-height: 29px;
  font-family: "Gilroy-Medium", sans-serif;
  font-weight: normal;
  margin-top: 36px;
  color: #fff;
}

.registry__info .btn {
  margin-top: 56px;
  padding-left: 35px;
  padding-right: 35px;
}

@media (max-width: 1680px) {
  .registry {
    padding-top: 70px;
    padding-bottom: 85px;
  }

  .registry__info p {
    margin-top: 30px;
  }

  .registry__info .btn {
    margin-top: 45px;
  }
}

@media (max-width: 1320px) {
  .registry__info p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (max-width: 1199px) {
  .registry {
    padding-left: 390px;
  }

  .registry__image {
    left: 0px;
    width: 440px;
  }
}

@media (max-width: 991px) {
  .registry {
    padding-left: 0px;
    padding-top: 366px;
  }

  .registry__image {
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    max-width: 100%;
  }

  .registry__info h2 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .registry__info p {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-top: 24px;
  }

  .registry__info .btn {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .registry {
    padding-top: 370px;
    padding-bottom: 50px;
  }

  .registry__image {
    width: 100%;
    top: -35px;
  }

  .registry__info h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .registry__info p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
  }

  .registry__info .btn {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  .registry {
    padding-top: 265px;
  }

  .registry__image {
    max-width: 280px;
  }
}

/* Section-registry_fix */
.section-registry_fix {
  background-image: url(./img/registry-bg_fix-min.jpg);
  margin-top: 108px;
  margin-bottom: 74px;
}
.section-registry_fix .registry__image {
  left: -60px;
  top: -70px;
}
.section-registry_fix .registry__image img {
  width: auto;
  max-width: 100%;
  height: calc(100% + 10px);
  max-height: none;
}
.section-registry_fix .registry__info .btn {
  min-width: 282px;
}

@media (max-width: 1680px) {
  .section-registry_fix {
    margin-top: 64px;
    margin-bottom: 44px;
  }
}
@media (max-width: 1320px) {
  .section-registry_fix .registry__image {
    left: -40px;
  }
}
@media (max-width: 1199px) {
  .section-registry_fix .registry__image {
    left: -10px;
    top: -50px;
  }
  .section-registry_fix .registry__image img {
    height: calc(100% - 20px);
  }
}
@media (max-width: 991px) {
  .section-registry_fix {
    margin-top: 60px;
  }
  .section-registry_fix .registry__image {
    left: 50%;
    width: 290px;
  }
  .section-registry_fix .registry__image img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .section-registry_fix {
    margin-top: 48px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .section-registry_fix .registry__image {
    width: 215px;
    top: -45px;
  }
}

/* Section-ecosystem */
.section-ecosystem {
  padding-top: 174px;
  padding-bottom: 61px;
}

.ecosystem {
  display: block;
  width: 100%;
  padding-left: 160px;
  padding-right: 160px;
  padding-bottom: 93px;
  padding-top: 110px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

.ecosystem-main {
  display: block;
  width: 100%;
}

.ecosystem-main h2 {
  display: block;
  width: 100%;
  text-align: center;
}

.ecosystem-main__list {
  display: flex;
  justify-content: left;
  width: calc(100% + 50px);
  min-width: calc(100% + 50px);
  flex-wrap: wrap;
  padding-top: 25px;
}

.ecosystem-main__list-item {
  display: inline-block;
  position: relative;
  width: 300px;
  max-width: calc(33.3333333333% - 65px);
  margin-right: 65px;
  margin-top: 51px;
  padding-left: 72px;
}

.ecosystem-main__list-item:nth-child(3n-2) {
  max-width: calc(33.3333333333% - 42px);
  margin-right: 42px;
}

.ecosystem-main__list-item p {
  display: block;
  font-size: 20px;
  line-height: 23px;
  color: #272727;
}

.ecosystem-main__list-item p b {
  display: inline;
  font: inherit;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

.ecosystem-main__list-item-icon {
  display: inline-flex;
  width: 41px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.ecosystem-main__list-item-icon img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.ecosystem-available {
  display: block;
  width: 100%;
  margin-top: 98px;
}

.ecosystem-available h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #268557;
}

.ecosystem-available__items {
  display: flex;
  width: calc(100% + 28px);
  min-width: calc(100% + 28px);
  margin-left: -14px;
  justify-content: center;
  flex-wrap: wrap;
}

.ecosystem-available__items>div {
  display: inline-block;
  width: calc(50% - 28px);
  max-width: 466px;
  margin-left: 14px;
  margin-right: 14px;
  padding-left: 64px;
  padding-right: 100px;
  padding-bottom: 42px;
  padding-top: 42px;
  background: #FFFFFF;
  box-shadow: 1px 8px 20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  margin-top: 41px;
}

.ecosystem-available__items>div span {
  font-size: 17px;
  line-height: 20px;
}

.ecosystem-available__items>div span b {
  display: block;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 6px;
}

@media (max-width: 1680px) {
  .section-ecosystem {
    padding-top: 92px;
    padding-bottom: 31px;
  }

  .ecosystem {
    padding-bottom: 55px;
    padding-top: 65px;
  }

  .ecosystem-main__list {
    padding-top: 15px;
  }

  .ecosystem-main__list-item {
    margin-top: 40px;
  }

  .ecosystem-available {
    margin-top: 62px;
  }

  .ecosystem-available__items>div {
    margin-top: 30px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1320px) {
  .ecosystem {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media (max-width: 1199px) {
  .ecosystem {
    padding-left: 50px;
    padding-right: 50px;
  }

  .ecosystem-available__items {
    width: calc(100% + 25px);
    min-width: calc(100% + 25px);
    margin-left: -12.5px;
  }

  .ecosystem-available__items>div {
    width: calc(50% - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .ecosystem {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
  }

  .ecosystem-main__list {
    padding-top: 0px;
    width: 100%;
    min-width: 100%;
  }

  .ecosystem-main__list-item {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px !important;
  }

  .ecosystem-main__list-item-icon {
    top: 50%;
    transform: translateY(-50%);
  }

  .ecosystem-main__list-item-icon img {
    margin-left: auto;
    margin-right: auto;
  }

  .ecosystem-available {
    margin-top: 48px;
  }

  .ecosystem-available__items {
    flex-wrap: wrap;
    width: 100%;
    min-width: 100%;
    margin-left: 0px;
  }

  .ecosystem-available__items div {
    width: 100%;
    max-width: none;
    margin-left: 0px;
    margin-right: 0px;
  }

  .ecosystem-available__items>div {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .section-ecosystem {
    padding-top: 65px;
    padding-bottom: 20px;
  }

  .ecosystem {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ecosystem-main__list {
    margin-top: 0px;
    padding-top: 2px;
  }

  .ecosystem-main__list-item {
    display: inline-flex;
    min-height: 40px;
    padding-left: 46px;
    margin-top: 20px;
  }

  .ecosystem-main__list-item p {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .ecosystem-main__list-item-icon {
    width: 32px;
  }

  .ecosystem-available {
    margin-top: 30px;
  }

  .ecosystem-available__items>div {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 14px;
    margin-top: 20px;
  }

  .ecosystem-available__items>div span {
    font-size: 11px;
    line-height: 14px;
  }

  .ecosystem-available__items>div span b {
    font-size: 13px;
    line-height: 16px;
  }
}

/* Section-company */
.section-company {
  padding-top: 100px;
  padding-bottom: 208px;
}

.company {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.company h2 {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 52px;
}

.company__map {
  display: inline-block;
  width: calc(100% - 407px);
  padding-right: 5px;
  justify-content: space-between;
}

.company__map-info {
  display: flex;
  width: 100%;
  padding-left: 5px;
}

.company__map-info div {
  display: inline-flex;
  flex-direction: column;
  width: 244px;
  margin-right: 60px;
  max-width: calc(100% - 40px);
}

.company__map-info div span {
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-family: "OpenSans-Bold", sans-serif;
}

.company__map-info div b {
  display: block;
  font-size: 170px;
  line-height: 180px;
  color: #268557;
  font-family: "Gilroy-ExtraBold", sans-serif;
}

.company__map-info div:nth-child(1) span:nth-child(1) {
  display: flex;
}

.company__map-info div:nth-child(1) span:nth-child(1)::after {
  content: "";
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  bottom: -2px;
  width: calc(100% - 88px);
  margin-left: 19px;
  height: 1px;
  background: #272727;
}

.company__map-info div:nth-child(2) span {
  margin-top: 46px;
}

.company__map-image {
  display: inline-flex;
  width: 100%;
  margin-top: -85px;
  pointer-events: none;
}

.company__map-image img {
  display: block;
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.company__years {
  display: inline-block;
  width: 392px;
  margin-right: 15px;
  margin-bottom: auto;
  background: #FFFFFF;
  box-shadow: -6px 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 82px;
  padding-top: 36px;
  padding-bottom: 56px;
  margin-top: 15px;
}

.company__years span {
  display: block;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

.company__years b {
  display: block;
  color: #268557;
  font-size: 200px;
  line-height: 238px;
  font-family: "Gilroy-ExtraBold", sans-serif;
}

@media (max-width: 1680px) {
  .section-company {
    padding-top: 50px;
    padding-bottom: 105px;
  }

  .company h2 {
    padding-bottom: 35px;
  }

  .company__map-image {
    margin-top: -105px;
  }
}

@media (max-width: 1320px) {
  .section-company {
    padding-bottom: 98px;
  }

  .company {
    justify-content: space-between;
  }

  .company__map {
    width: calc(100% - 322px - 40px);
  }

  .company__map-info div b {
    font-size: 140px;
    line-height: 150px;
  }

  .company__map-image {
    margin-top: -80px;
  }

  .company__years {
    margin-right: 0px;
    width: 322px;
    padding: 62px;
    padding-top: 26px;
    padding-bottom: 46px;
  }

  .company__years b {
    font-size: 170px;
    line-height: 202px;
  }
}

@media (max-width: 1199px) {
  .company__map {
    width: calc(100% - 252px - 30px);
  }

  .company__map-info div {
    width: 212px;
    margin-right: 30px;
  }

  .company__map-info div b {
    font-size: 130px;
    line-height: 140px;
  }

  .company__map-image {
    margin-top: -70px;
  }

  .company__years {
    width: 252px;
    padding: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .company__years b {
    font-size: 150px;
    line-height: 172px;
  }
}

@media (max-width: 991px) {
  .section-company {
    padding-top: 40px;
  }

  .company__map {
    width: 100%;
    padding-right: 0px;
  }

  .company__map-info {
    padding-left: 0px;
    flex-wrap: wrap;
  }

  .company__map-info div {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }

  .company__map-info div:nth-child(1) span:nth-child(1)::after {
    margin-left: auto;
    width: calc(100% - 58px);
  }

  .company__map-info div:nth-child(2) span {
    margin-top: 0px;
  }

  .company__map-image {
    margin-top: 15px;
  }

  .company__years {
    width: 100%;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .section-company {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .company h2 {
    padding-bottom: 30px;
  }

  .company__map-info div span {
    font-size: 13px;
    line-height: 18px;
  }

  .company__map-info div b {
    font-size: 90px;
    line-height: 100px;
  }

  .company__years {
    width: 100%;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 25px;
  }

  .company__years span {
    font-size: 13px;
    line-height: 18px;
  }

  .company__years b {
    font-size: 120px;
    line-height: 125px;
  }
}

/* Section-consultation */
.section-consultation {
  position: relative;
  padding-top: 199px;
  padding-bottom: 191px;
  background: url(./img/consultation-bg-min.jpg) no-repeat center center/cover;
}

.section-consultation::before {
  background: rgba(0, 0, 0, 0.6);
}

.consultation {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.consultation__info {
  display: inline-block;
  width: calc(100% - 444px);
  max-width: 444px;
  padding-top: 36px;
}

.consultation__info h2 {
  display: block;
  line-height: 60px;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
  color: #fff;
}

.consultation-protect {
  display: block;
  max-width: 395px;
  position: relative;
  padding-left: 62px;
  margin-top: 60px;
}

.consultation-protect img {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: auto;
  max-height: 50px;
}

.consultation-protect span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-family: "OpenSans-Regular", sans-serif;
  font-weight: normal;
  color: #fff;
}

.consultation__form {
  display: inline-block;
  width: 384px;
  background: #FFFFFF;
  box-shadow: 0px 4px 92px rgba(255, 255, 255, 0.54);
  border-radius: 20px;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 48px;
  padding-bottom: 68px;
}

.contact-form {
  display: block;
  width: 100%;
}

.contact-form h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #268557;
  padding-bottom: 16px;
}

.contact-form .input {
  display: block;
  width: 100%;
  margin-top: 18px;
}

.contact-form .select {
  margin-top: 18px;
}

.contact-form .select .input {
  margin-top: 0px;
}

.contact-form .btn {
  width: 100%;
  border-radius: 95px;
  min-height: 62px;
  margin-top: 18px;
  outline: none;
  font-size: 18px;
  box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.25) !important;
  border: 0px solid transparent;
}

.contact-form .btn::before {
  box-shadow: none !important;
}

@media (max-width: 1680px) {
  .section-consultation {
    padding-top: 125px;
    padding-bottom: 121px;
  }

  .consultation-protect {
    margin-top: 40px;
  }

  .consultation__form {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .contact-form h4 {
    padding-bottom: 8px;
  }
}

@media (max-width: 1320px) {
  .consultation__info {
    max-width: 474px;
  }

  .contact-form h4 {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 1199px) {
  .section-consultation {
    padding-top: 95px;
    padding-bottom: 91px;
  }
}

@media (max-width: 991px) {
  .section-consultation {
    padding-top: 85px;
    padding-bottom: 81px;
  }

  .consultation {
    max-width: 100%;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .consultation__info {
    width: 100%;
    max-width: 100%;
    padding-top: 0px;
  }

  .consultation__info h2 {
    display: block;
    width: 100%;
    line-height: 42px;
    padding-right: 60px;
  }

  .consultation-protect {
    max-width: 100%;
  }

  .consultation__form {
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .section-consultation {
    padding-top: 66px;
    padding-bottom: 64px;
  }

  .consultation__info h2 {
    font-size: 23px;
    line-height: 32px;
    padding-right: 0px;
  }

  .consultation-protect {
    margin-top: 25px;
  }

  .consultation-protect span {
    font-size: 11px;
    line-height: 14px;
  }

  .consultation__form {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    max-width: 250px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .contact-form h4 {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 6px;
  }

  .contact-form .input {
    margin-top: 15px;
  }

  .contact-form .select {
    margin-top: 15px;
  }

  .contact-form .select .input {
    margin-top: 0px;
  }

  .contact-form .btn {
    min-height: 50px;
    margin-top: 15px;
    font-size: 14px;
  }
}
/* Section-fines */
.section-fines {
  overflow: hidden;
  padding-top: 192px;
  padding-bottom: 64px;
  margin-bottom: -40px;
}

.fines {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  padding-left: 154px;
  padding-right: 154px;
  padding-top: 85px;
  padding-bottom: 108px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
}
.fines h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #AD0522;
}
.fines .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
  padding-left: 35px;
  padding-right: 35px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.fines::before, .fines::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
.fines::before {
  width: 412px;
  height: 574px;
  background: url(./img/fines-before-min.png) no-repeat center center/100% auto;
  right: -96px;
  top: -193px;
}
.fines::after {
  width: 436px;
  height: 574px;
  background: url(./img/fines-after-min.png) no-repeat center center/100% auto;
  left: -96px;
  bottom: -200px;
}

.fine-prices {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 14px;
}

.fine-prices__item {
  display: inline-flex;
  width: 252px;
  max-width: calc(100% - 30px);
  min-height: 125px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #AD0522;
  border-radius: 10px;
  margin-top: 58px;
}
.fine-prices__item h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #AD0522;
}

.fine-info {
  display: inline-block;
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
}
.fine-info p {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 31px;
}
.fine-info p b {
  font: inherit;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal;
}

@media (max-width: 1680px) {
  .section-fines {
    padding-top: 105px;
    padding-bottom: 58px;
  }

  .fines {
    padding-top: 52px;
    padding-bottom: 70px;
  }
  .fines .btn {
    margin-top: 40px;
  }
  .fines::before {
    top: -183px;
    right: -60px;
  }
  .fines::after {
    bottom: -190px;
    left: -60px;
  }

  .fine-prices__item {
    margin-top: 30px;
    min-height: 105px;
  }

  .fine-info {
    padding-top: 20px;
  }
  .fine-info p {
    margin-top: 25px;
  }
}
@media (max-width: 1320px) {
  .fines {
    padding-left: 80px;
    padding-right: 80px;
  }
  .fines::before {
    width: 371px;
    height: 518px;
  }
  .fines::after {
    width: 392px;
    height: 516px;
  }
}
@media (max-width: 1199px) {
  .fines {
    padding-left: 50px;
    padding-right: 50px;
  }
  .fines::before {
    width: 334px;
    height: 486px;
  }
  .fines::after {
    width: 352px;
    height: 484px;
  }
}
@media (max-width: 991px) {
  .section-fines {
    padding-top: 95px;
    padding-bottom: 48px;
  }

  .fines::before, .fines::after {
    display: none;
  }
  .fines .btn {
    margin-top: 34px;
  }

  .fine-prices {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .fine-prices__item {
    width: 232px;
    min-height: 95px;
    margin-top: 20px;
  }

  .fine-info {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .section-fines {
    overflow: visible;
    padding-top: 60px;
    padding-bottom: 6px;
    margin-bottom: 0px;
  }

  .fines {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .fines .btn {
    margin-top: 25px;
  }

  .fine-prices {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
  }

  .fine-prices__item {
    width: 180px;
    min-height: 54px;
    margin-top: 15px;
  }

  .fine-info {
    padding-top: 8px;
  }

  .fine-info p {
    margin-top: 15px;
  }
}
/* Section-fines end */
/* Section- */
/* Footer */
footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}

.footer-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer-content .ref {
  display: inline-block;
  color: #164194;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
}

.footer-content .ref:hover {
  color: #001C52;
}

.footer-logo {
  display: inline-flex;
  width: 122px;
  position: relative;
  bottom: -4px;
}

.footer-logo img {
  display: block;
  width: auto;
  max-width: 100%;
}

.denis-web {
  display: inline-block;
  width: 151px;
}

.denis-web svg {
  display: block;
  width: 100%;
  height: auto;
}

.denis-web svg * {
  transition: 0.3s ease;
}

.denis-web:hover svg * {
  fill: #164194;
}

@media (max-width: 1680px) {
  footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content .ref {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
  }

  .denis-web {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }
}

/* Modal */
.overlay {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(1, 182, 87, 0.9) 0%, rgba(1, 130, 95, 0.9) 100%);
  opacity: 0;
  z-index: -2;
  transition: opacity 0.4s ease;
}

.overlay.active {
  cursor: pointer;
  left: 0px;
  top: 0px;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.4s ease;
}

.modal {
  position: absolute;
  width: 0vw;
  height: 0%;
  left: -9999px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -2;
}

.modal.active {
  position: fixed;
  width: 768px;
  border-radius: 20px;
  max-width: calc(100% - 30px);
  background: #fff;
  box-shadow: 0px 4px 148px rgba(255, 255, 255, 0.7);
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 101;
  transition: opacity 0.4s ease;
}

.modal.active.modal_law {
  width: 1260px;
}

.modal.active.modal_law.active {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.modal_active .service__sidebar-content {
  width: 100% !important;
  position: relative !important;
}

.modal-close {
  display: inline-flex;
  position: absolute;
  right: -64px;
  top: -2px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.modal-close svg {
  display: block;
  width: 100%;
  max-height: 100%;
}

.modal-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.modal-inner__image {
  display: inline-block;
  width: calc(100% - 384px);
  min-height: 100%;
  position: relative;
}

.modal-inner__image img {
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 92px);
  transform: translate(-50%, -50%);
  width: 688px;
  min-width: 688px;
}

.modal-inner__form {
  display: inline-block;
  width: 384px;
  padding-left: 52px;
  padding-right: 52px;
  padding-top: 48px;
  padding-bottom: 68px;
}

.law-full {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 92px;
  padding-top: 58px;
  padding-bottom: 81px;
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.law-full h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #AD0522;
}

.law-full p {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  line-height: 17.3px;
  color: #000000;
}

.law-full__info {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 505px;
}

.law-full__info h4 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #000000;
  margin-top: 52px;
}

.law-full__info p b {
  display: inline;
  color: #AD0522;
  font-family: "Gilroy-Bold", sans-serif;
  font-weight: normal;
}

.law-full__info strong {
  display: inline-block;
  background: #AD0522;
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: normal;
  padding-top: 11px;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 38px;
}

.law-full__questions {
  display: inline-block;
  width: calc(50% - 20px);
  max-width: 505px;
  padding-top: 7px;
}

.law-full__questions h4 {
  display: block;
  font-size: 25px;
  line-height: 28px;
  color: #268557;
  margin-top: 45px;
}

.modal.modal_article {
  overflow: hidden;
}

.modal.modal_article .popularity-article {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0px;
}

.modal.modal_article .popularity-article::before {
  display: none;
}

.modal.modal_article .popularity-article h3 {
  margin-top: 49px;
}

.modal.modal_article .popularity-article p {
  text-overflow: clip;
  display: block;
}

.modal.modal_article .popularity-article p i {
  display: inline;
  font: inherit;
  color: inherit;
  font-family: "Gilroy-RegularItalic", sans-serif;
  font-weight: normal;
}

.modal.modal_article .popularity-article .btn {
  margin-top: 46px;
}

.modal.modal_article .popularity-article__content {
  overflow: auto;
  padding-top: 70px;
  padding-bottom: 64px;
  max-height: calc(100vh - 60px);
}

.modal.modal_article .popularity-article__content-image {
  height: 370px;
}

.modal.modal_article.active .btn .btn-arrow {
  transform: translateY(-50%) rotate(-180deg);
}

.modal.modal_fix {
  width: 1154px;
  background: url(./img/registry-bg_fix-min.jpg) no-repeat center 47%/cover;
}
.modal.modal_fix::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.6);
}
.modal.modal_fix .registry {
  max-width: 920px;
}
.modal.modal_fix .registry__image {
  left: -60px;
  top: -70px;
}
.modal.modal_fix .registry__image img {
  width: auto;
  max-width: 100%;
  height: calc(100% + 10px);
  max-height: none;
}
.modal.modal_fix .registry__info .btn {
  min-width: 282px;
}

@media (max-width: 1680px) {
  .modal.active.modal_law {
    max-width: calc(100vw - 170px);
  }

  .modal-inner__image img {
    top: calc(50% - 72px);
    width: 608px;
    min-width: 608px;
  }

  .modal-inner__form {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .law-full {
    padding-top: 38px;
    padding-bottom: 55px;
  }

  .law-full__info h4 {
    margin-top: 35px;
  }

  .law-full__info strong {
    margin-top: 30px;
  }

  .law-full__questions {
    padding-top: 5px;
  }

  .law-full__questions h4 {
    margin-top: 30px;
  }

  .modal.modal_article .popularity-article h3 {
    margin-top: 34px;
  }

  .modal.modal_article .popularity-article .btn {
    margin-top: 31px;
  }

  .modal.modal_article .popularity-article__content {
    padding-top: 40px;
    padding-bottom: 44px;
  }
}

@media (max-width: 1320px) {
  .modal.active.modal_law {
    width: 1120px;
    max-width: 100vw;
  }

  .modal-close {
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    display: none;
  }

  .modal-close * {
    stroke: #268557 !important;
  }

  .law-full {
    padding-left: 60px;
    padding-right: 72px;
  }

  .modal.modal_article .popularity-article__content-image {
    height: 390px;
  }
  .modal.modal_fix .registry__image {
    left: -40px;
  }
}

@media (max-width: 1199px) {
  .modal.active.modal_law {
    width: 940px;
  }

  .law-full__info h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .law-full__info strong {
    font-size: 20px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal.modal_fix {
    width: 940px;
  }
  .modal.modal_fix .registry {
    padding-left: 365px;
  }
  .modal.modal_fix .registry__image {
    left: -25px;
    top: -50px;
  }
  .modal.modal_fix .registry__image img {
    height: calc(100% - 20px);
  }
}

@media (max-width: 991px) {
  .modal.active {
    width: 384px;
  }

  .modal.active.modal_law {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }
  
  .modal.active.modal.modal_fix {
    width: calc(100vw - 30px);
    max-width: calc(100vw - 30px);
  }

  .modal-inner__image {
    display: none;
  }

  .modal-inner__form {
    padding-top: 34px;
    padding-bottom: 50px;
  }

  .law-full__info {
    width: 100%;
    max-width: 100%;
  }

  .law-full__questions {
    width: 100%;
    max-width: 100%;
    padding-top: 6px;
  }

  .modal.modal_article.active {
    width: 600px;
  }

  .modal.modal_article .popularity-article__content-image {
    height: 320px;
  }

  .modal.modal_fix .registry {
    max-width: 600px;
    padding-top: 80px;
    padding-left: 0px;
  }
  .modal.modal_fix .registry__image {
    display: none;
  }
}

@media (max-width: 767px) {
  .modal.active {
    width: 380px;
  }

  .modal.active.modal_law {
    width: 1260px;
  }

  .modal.active.modal_article {
    width: 380px;
  }

  .modal.active.modal_article .popularity-article__content {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .modal.active.modal_article .popularity-article__content-image {
    height: 200px;
  }

  .modal.active.modal_article h3 {
    margin-top: 24px;
  }

  .modal.active.modal_article .btn {
    margin-top: 24px;
  }

  .modal-inner__form {
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .law-full {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    padding-bottom: 35px;
  }

  .law-full p {
    margin-top: 10px;
    font-size: 11px;
    line-height: 15px;
  }

  .law-full__info h4 {
    margin-top: 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .law-full__info strong {
    font-size: 15px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 6px;
    margin-top: 20px;
  }

  .law-full__questions h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 18px;
  }

  .modal.modal_fix .registry {
    padding-top: 45px;
  }
}

@media (max-width: 575px) {
  .overlay__close {
    top: 10px;
    right: 0px;
    font-size: 38px;
  }

  .modal.active {
    width: 330px;
    max-width: calc(100vw - 30px);
  }

  .modal.active.modal_article {
    width: 330px;
    max-width: calc(100vw - 30px);
  }

  .modal_active .service__sidebar-item form {
    margin-top: 15px;
  }

  .modal.active.modal_article .popularity-article__content-image {
    height: 170px;
  }

  .modal.modal_fix .registry {
    width: calc(100% - 60px);
    max-width: 330px;
  }
  .modal.modal_fix .registry .btn {
    min-width: auto;
    width: 100%;
    max-width: 282px;
  }
}

/* Mobile-menu */
.mobile-menu {
  display: none;
}

@media (max-width: 1199px) {
  .mobile-menu {
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    z-index: 21;
    opacity: 0;
    z-index: -100;
    position: absolute;
    left: -9999px;
    top: 0px;
    transform: translateX(-100%);
    background: #fff;
    border-top: 1px solid #164194;
    pointer-events: none;
    height: calc(100vh - 66px);
    transition: transform 0.3s ease;
  }

  .mobile-menu.active {
    opacity: 1;
    z-index: 101;
    position: fixed;
    left: 0px;
    min-width: 100%;
    width: 100%;
    transform: translateX(0%);
    top: 66px;
    padding-top: 8px;
    pointer-events: auto;
  }

  .mobile-menu nav {
    display: block;
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-menu nav li {
    margin-top: 20px;
  }

  .mobile-menu nav .ref {
    font-size: 20px;
  }

  .mobile-buttons {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 940px;
    justify-content: space-between;
  }

  .mobile-buttons .btn {
    width: calc(50% - 10px);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25) !important;
  }

  .mobile-buttons .btn::before {
    box-shadow: none !important;
  }

  .mobile-buttons .btn.btn_white {
    border: 1px solid #164194;
  }

  .mobile-buttons .btn.btn_white:hover {
    border-color: transparent;
  }
}

@media (max-width: 991px) {
  .mobile-menu nav {
    max-width: 600px;
  }

  .mobile-buttons {
    width: 600px;
  }
}

@media (max-width: 767px) {
  .mobile-menu {
    height: calc(100vh - 52px);
  }

  .mobile-menu.active {
    top: 52px;
  }

  .mobile-menu nav {
    max-width: 380px;
  }

  .mobile-menu nav li {
    margin-top: 15px;
  }

  .mobile-menu nav .ref {
    font-size: 15px;
  }

  .mobile-buttons {
    flex-wrap: wrap;
    width: 380px;
  }

  .mobile-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .mobile-menu nav {
    max-width: 330px;
    width: calc(100% - 30px);
  }

  .mobile-buttons {
    max-width: 330px;
    width: calc(100% - 30px);
  }
}

/*

@media (max-width: 1680px) {

}

@media (max-width: 1320px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 575px) {

}

*/
/*
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);

	background-image: url('./img/name.png');
	background-position: center;
	background-size: cover;

	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;

	::before { 
		content: ""; 
		display: block; 
		padding-top: 100%;
	}




	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;


*/

.news {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 38px);
  min-width: calc(100% + 38px);
  margin-left: -19px;
  justify-content: center;
  margin-top: 48px;
}

.news__item {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 426px;
  width: calc(calc(100% / 3) - 38px);
  margin-left: 19px;
  margin-right: 19px;
  margin-bottom: 38px;
  background: #ffffff;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 24px;
  box-shadow: 0 4px 15px rgba(167, 167, 167, 0.53);
  border-radius: 10px;
  transition: 0.4s ease;
}

.news__item:hover {
  box-shadow: 0 4px 35px rgba(167, 167, 167, 0.7);
}

.news__item .ref {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news__item img {
  display: inline-block;
  width: calc(100% + 70px);
  min-width: calc(100% + 70px);
  margin-left: -35px;
  height: 224px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 36px;
  object-fit: cover;
}

.news__item h4 {
  display: block;
  width: 100%;
  text-align: center;
  color: #092247;
  font-size: 20px;
  line-height: 25px;
}

.news__item time {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: auto;
  padding-top: 12px;
  color: #c4c4c4;
  font-size: 15px;
  line-height: 17px;
}

@media (max-width: 1680px) {
  .news__item {
    min-height: 416px;
  }

  .news__item img {
    margin-bottom: 30px;
  }
}

@media (max-width: 1380px) {
  .news {
    width: calc(100% + 25px);
    min-width: calc(100% + 25px);
    margin-left: -12.5px;
  }

  .news__item {
    min-height: 426px;
    width: calc(calc(100% / 3) - 25px);
    margin-left: 12.5px;
    margin-right: 12.5px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }

  .news__item {
    min-height: 378px;
  }

  .news__item img {
    margin-bottom: 24px;
    height: 212px;
  }

  .news__item h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 1199px) {
  .news__item {
    min-height: 346px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .news__item img {
    height: 182px;
    width: calc(100% + 50px);
    min-width: calc(100% + 50px);
    margin-left: -25px;
  }
}

@media (max-width: 991px) {
  .news__item {
    width: calc(calc(100% / 2) - 25px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .news__item img {
    height: 188px;
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}


@media (max-width: 767px) {
  .news {
    width: calc(100% + 15px);
    min-width: calc(100% + 15px);
    margin-left: -7.5px;
  }

  .news__item {
    width: calc(calc(100% / 2) - 15px);
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 15px;
    min-height: 276px;
  }

  .news__item img {
    height: 152px;
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 16px;
  }
}

@media (max-width: 575px) {
  .news {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .news__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-height: 276px;
    box-shadow: 0 2px 8px rgba(167, 167, 167, 0.53) !important;
  }

  .news__item img {
    height: 194px;
    max-height: 52vw;
  }

  .news__item h4 {
    font-size: 15px;
    line-height: 19px;
  }

  .news__item time {
    font-size: 11px;
    line-height: 15px;
    padding-top: 12px;
  }
}
.social-icons {
  text-align: center;
}
.social-icons > a {
  height: 30px;
  width: 30px;
  line-height: 27px;
  display: inline-block;
  margin: 1px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 25%);
  transition: box-shadow ease .5s;
}

.social-icons > a > img {
  display: inline-block;
  vertical-align: middle;
max-width: 60%;
}
.social-icons .social-icon-vk {
  background: #445B7E;
}
.social-icons .social-icon-yt {
  background: #DC3121;
}
.social-icons .social-icon-tg {
  background: #2CA5E0;
}

.social-icons .social-icon-rt {
  background: #0a0a0a;
}
@media screen and (max-width: 1680px) {
  .social-icons > a {
    line-height: 29px;
  }
}
@media screen and (max-width: 991px) {
  div.social-icons{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;		
    }
}

/*Блок бесплатная доставка на баннере*/
div.block_delivery{
	position: absolute;
	width: 153px;
	bottom: 151px;
    right: 333px;
    padding-left: 12px;
    padding-right: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #FFFFFF;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: #268557;
	}
	div.icon_delivery{
	position: absolute;
    float: left;
    width: 32px;
    height: 31px;
    margin-left: 7px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
	div.icon_delivery img{
	margin-left: 10px;
	max-width: 100%;
	max-height: 100%;
	}
	div.text_delivery{
	float: right;
	}
	div.text_delivery p{
	font-size: 12px;
	}
	@media screen and (max-width: 1680px) {
		div.block_delivery{
		bottom: 128px;
		right: 310px;
		}
	}
	@media screen and (max-width: 1320px) {
		div.block_delivery{
		bottom: 89px;
		right: 249px;
		}
	}
	
	@media screen and (max-width: 1200px) {
		div.block_delivery{
		bottom: 77px;
		right: 102px;
		}
	}
	@media screen and (max-width: 991px) {
		div.block_delivery{
		bottom: auto;
		top: 284px;
		right: 149px;
		}
	}
	@media screen and (max-width: 767px) {
		div.block_delivery{
		width: 123px;
		top: 209px;
		right: 68px;
		padding-left: 5px;
		padding-right: 9px;
		padding-top: 6px;
		padding-bottom: 6px;
		}
		div.icon_delivery {
		margin-left: 0px;
		}
	}
	@media screen and (max-width: 575px) {
		div.block_delivery{
		width: 113px;
		top: 180px;
		right: 49px;
		padding-left: 4px;
		padding-right: 8px;
		padding-top: 4px;
		padding-bottom: 4px;
		}
		div.icon_delivery {
		height: 25px;
		}
		div.text_delivery p {
		font-size: 11px;
		}
	}
	@media screen and (max-width: 280px) {
		div.block_delivery{
		width: 89px;
		top: 121px;
		right: 35px;
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-radius: 4px;
		}
		div.icon_delivery {
		height: 20px;
		margin-left: -4px;
		}
		div.text_delivery p {
		font-size: 10px;
		}
	}
  /*Формы Б24*/
  .modal_download.modal.active
  {
    width: 412px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 9px;
  }
  .modal_download.modal.active .contact-form h4 {
    font-size: 20px;
    line-height: 25px;
  }
  @media (max-width: 991px){
    .modal_download .consultation__form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
  }
  @media (max-width: 767px){
    .modal_download .consultation__form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }
    .modal_download.modal .contact-form{
      max-width: 300px;
    }
  }
  @media (max-width: 575px){
    .modal_download.modal.active{
      width: 330px;
      max-width: calc(100vw - 30px);
    }
    .modal_download .consultation__form {
      width: 100%;
    }
  }
  @media (max-width: 360px){
    .modal_download.modal.active .contact-form h4 {
      font-size: 18px;
      line-height: 20px;
    }
  }
  @media (max-width: 330px){
    .modal_download.modal.active .consultation__form {
      padding-top: 20px;
      padding-bottom: 35px;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  div.b24-form .b24-form-content, div.b24-form .b24-form-padding-side{
    padding: 0;
  }
  div.b24-form .b24-form-content .b24-form-control-container input{
    border: 0.8px solid #D0D0D0;
    border-radius: 58px;
    text-align: center;
    color: #B9B9B9;
  }
  
  div.b24-form .b24-form-content .b24-form-control-container input:focus {
    color: #268557;
    border-color: #268557;
    transition: 0.3s ease;
  }
  div.b24-form .b24-form-control-list .b24-form-control-icon-after .b24-form-control-not-empty.b24-form-control, .b24-form-control-list .b24-form-control-icon-after .b24-form-control-not-empty.b24-form-control-label{
    padding-right: 35px;
  }
  div.b24-form .b24-form-header-title{
    color: #268557;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-size: 30px;
    line-height: 37px;
  }
  div.b24-form .b24-form-dropdown-container{
    border-radius: 10px;
    max-height: 358px;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
  }
  div.b24-form .b24-form-control-list-selector-item-title{
    color: #268557;
  }
  div.b24-form .b24-form-dropdown-container::-webkit-scrollbar { width: 0; }
  div.b24-form .b24-form-btn-block .b24-form-btn{
    width: 100%;
    border-radius: 95px;
    min-height: 62px;
    margin-top: 18px;
    outline: none;
    font-size: 18px;
    box-shadow: 0px 3px 4px 2px rgb(0 0 0 / 25%) !important;
    border: 0px solid transparent;
    background: linear-gradient(57.84deg, #FFCF0C 40.03%, #FFF50C 67.59%);
  }
  div.b24-form .b24-form-btn-block .b24-form-btn:hover{
    background: none;
    background-color: #268557;
    color: #FFFFFF;
  }
  div.b24-form .b24-form-inner-box{
    background-color: #FFFFFF;
  }
  div.b24-form .b24-form-icon-remove{
    display: none;
  }
  div.b24-form .b24-form-sign{
    display: none;
  }
  @media (max-width: 767px){
    div.b24-form .b24-form-header-title{
    font-size: 28px;
    line-height: 30px;
    }
  }
  @media (max-width: 520px){
    div.b24-form .b24-form-dropdown-container{
      max-height: 45vh;
    }
  }
  /* Cookies */
  .new-btn {
    position: relative;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    text-align: center;
    text-decoration: none;
    color: #004271;
	font-family: "OpenSans", sans-serif;
    font-family: "Gilroy-ExtraBold", sans-serif;
    font-weight: 800;
    font-size: 18px;
    background: #FECB1B;
    border-radius: 10px !important;
    cursor: pointer;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s ease;
}
.popup-cookies {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 582px;
    right: 0px;
    bottom: 0px;
    padding-left: 34px;
    padding-right: 34px;
    padding-top: 19px;
    padding-bottom: 19px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 20px 0px 0px 0px;
  
  
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .popup-cookies.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 104;
  }
  
  .popup-cookies__text {
    display:  inline-block;
    width: calc(100% - 97px);
    padding-top: 1px;
    padding-right: 16px;
    font-size: 15px;
    line-height: 20px;
    font-family: "OpenSans", sans-serif;
    font-weight: 400;
    color: #4D4D4D;
  }
  
  .popup-cookies__text .ref {
    display: inline-block;
    position: relative;
    font: inherit;
    color: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 2px;
    width: 100%;
    height: .5px;
    background: #4D4D4D;
    transition: all 0.3s ease;
  }
  
  .popup-cookies__text .ref:hover {
    color: #004271;
  }
  
  .popup-cookies__text .ref:hover::before {
    opacity: 0;
  }
  
  .popup-cookies .new-btn {
    display: inline-flex;
    width: 97px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: auto;
    height: 41px;
    margin-top: 0px;
    box-shadow: none;
  }
  
  .popup-cookies .new-btn span {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    transition: all 0.3s ease;
  }
  
  .popup-cookies .new-btn:hover span {
    color: #fff;
  }
  .popup-cookies .new-btn:hover {
    background-color: #268557;
  }
  
  @media (max-width: 1200px) {
  
  }
  
  @media (max-width: 1000px) {
  
  .popup-cookies {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    justify-content: center;
  }
  
  .popup-cookies__text {
    width: auto;
    max-width: calc(100% - 97px);
    padding-right: 20px
  }
  
  }
  
  @media (max-width: 768px) {
  
  .popup-cookies {
    flex-wrap: wrap;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .popup-cookies__text {
    max-width: calc(100% - 65px);
    font-size: 13px;
    line-height: 16px;
  }
  
  .popup-cookies .new-btn {
    width: 65px;
  }
  
  }
  
  /*privacy*/
  .agreement-text h1{
    color: #164194;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin: 5vh 0;
    line-height: 1.2;
  }
  .agreement-text h2{
    text-align: center;
    color: #164194;
    font-size: 21px;
    line-height: 2;
  }
  .agreement-text p{
    padding: 0;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.2;
    color: #404345;
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    font-weight: normal;
  }
  .agreement-text ul{
    list-style-type: disc;
    padding-left: 15px;
  }
  .agreement-text ul li{
    display: list-item;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #404345;
    background: #fff;
    font-weight: normal;
  }
  .agreement-text.main__slider ul{
    display: none;
  }
  .agreement-text.main__slider{
    height: 160px;
  }
  @media (max-width: 1680px){
    .agreement-text.main__slider{
        height: 130px;
      }
  }
  @media (max-width: 1320px){
    .agreement-text.main__slider{
        height: 100px;
      }
  }
  @media (max-width: 1199px){
    .agreement-text.main__slider{
        height: 95px;
      }
  }
  @media (max-width: 991px){
    .agreement-text.main__slider{
        height: 0px;
      }
  }
  @media (max-width: 676px){
    .agreement-text h1{
        font-size: 24px;
    }
  }