@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-Bold.98e19876.woff) format("woff"), url(/Montserrat-Bold.5295fa0f.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-BoldItalic.8a1ccbb9.woff) format("woff"), url(/Montserrat-BoldItalic.5f88444c.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-Regular.a8bc162d.woff) format("woff"), url(/Montserrat-Regular.25710f0e.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-RegularItalic.9c24d3f8.woff) format("woff"), url(/Montserrat-RegularItalic.1841d309.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-Light.1115adbd.woff) format("woff"), url(/Montserrat-Light.6e7b1dc3.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/Montserrat-LightItalic.8155e8e8.woff) format("woff"), url(/Montserrat-LightItalic.710aa67f.woff2) format("woff2");
  font-weight: 300;
  font-style: italic;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a, a:active, a:visited, a:focus {
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrapper {
  background-color: #fff9f2;
  width: 1920px;
  margin: 0px auto;
}

.container {
  width: 1530px;
  margin: 0px auto;
}

.section-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 64px;
}
.section-title span {
  color: #ff2e00;
}

.hidden {
  display: none !important;
}

.base_section {
  position: relative;
}

.base_footer {
  position: relative;
}

.base_box {
  position: relative;
}

.feed {
  position: absolute;
}

#scroll-up-btn {
  position: fixed;
  bottom: 100px;
  right: 100px;
  cursor: pointer;
  z-index: 999;
}
#scroll-up-btn:hover {
  opacity: 0.8;
}

.logo {
  width: 250px;
  height: 127px;
}

.top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 42px 0px 32px 0px;
}


.top-menu__help, .top-menu__sved, .top-menu__mail {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-transform: none;
  max-width: 320px;
}
.top-menu__help a, .top-menu__help a:visited, .top-menu__mail a, .top-menu__mail a:visited, .top-menu__sved a, .top-menu__sved a:visited {
  color: #000;
}
.top-menu__tel {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-transform: none;
  text-align: center;
  padding: 7px 0px;
}
.top-menu__call-back--rear {
  width: 294px;
  height: 71px;
  background: #FF360B;
  border-radius: 54px;
}
.top-menu__call-back--front {
  position: relative;
  width: 295px;
  height: 71px;
  top: -4px;
  background: linear-gradient(69deg, #FF5C00 33.15%, #FFA592 132.94%);
  border-radius: 54px;
}
.top-menu__call-back--mask {
  position: relative;
  width: 295px;
  height: 71px;
  background: linear-gradient(69deg, rgba(255, 46, 0, 0.5) 33.15%, rgba(255, 165, 146, 0.5) 132.94%);
  filter: blur(30px);
  border-radius: 54px;
}
.top-menu__call-back--content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 295px;
  height: 71px;
  top: -71px;
  cursor: pointer;
}
.top-menu__call-back--img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(4.88deg, #FF4C25 3.74%, #EB2E05 96.55%);
  margin-left: 13px;
}
.top-menu__call-back--text {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.features {
  height: 775px;
  background-image: url("/features-bg.11ab228e.png");
  background-repeat: no-repeat;
  background-position: right center;
}
.features__list {
  display: flex;
  justify-content: space-between;
  padding: 104px 0px;
  height: 100%;
  box-sizing: border-box;
}
.features__col--up {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.features__col--down {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.features__box {
  width: 275px;
  height: 353px;
  background: #AAAAAA;
  border-radius: 80px 4px;
  box-shadow: 0px 4px 50px rgba(75, 57, 41, 0.06);
}
.features__box--highlighted {
  width: 275px;
  height: 353px;
  background: linear-gradient(27.09deg, rgba(255, 92, 0, 0.5) 61.73%, rgba(255, 184, 0, 0.5) 99.65%);
  border-radius: 85px 4px;
}
.features__box-front {
  width: 275px;
  height: 354px;
  background: #FFFFFF;
  position: relative;
  top: -5px;
  left: -5px;
  box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.3);
  border-radius: 80px 4px;
}
.features__box-top-img {
  position: relative;
  top: -40px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.features__box-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: black;
  text-transform: none;
  width: 82%;
  margin: 0px auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features__box-text {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: black;
  text-transform: none;
  width: 84%;
  margin: 0px auto;
}

.products {
  text-align: center;
  height: 1100px;
  background-image: url("/products-bg.64a8b99f.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 168px;
}
.products__list {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products__item {
  width: 360px;
}
.products__item-top {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 72px;
  line-height: 72px;
  color: #ff2e00;
  text-transform: uppercase;
  width: 92%;
  text-align: right;
}
.products__item-box {
  width: 100%;
  min-height: 720px;
  background: #fff;
  box-shadow: 8px 8px 50px rgba(0, 0, 0, 0.08);
  border-radius: 80px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.products__item-box-title {
  width: 360px;
  height: 136px;
  background: linear-gradient(250.72deg, #183455 29.64%, #2A4C76 100%);
  border-radius: 80px 10px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  line-height: 33px;
  color: white;
  text-transform: uppercase;
  position: relative;
  top: -20px;
}
.products__item-box-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}
.products__item-box-list li {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: black;
  text-transform: none;
  padding: 13px 11px 13px 36px;
  text-align: left;
  min-height: 72px;
  position: relative;
}
.products__item-box-list li.faded {
  background-color: #F8F4F4;
}
.products__item-box-list li a.products__link, .products__item-box-list li a:visited {
  color: #000;
}
.products__item-box-list li span {
  font-weight: 700;
}
.products__item-box-list li:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url("/check.b1cf8492.png");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  left: 12px;
  top: 18px;
}
.products__show-btn {
  margin: 36px auto;
  position: relative;
  width: 254px;
  height: 83px;
  background: #FF360B;
  border-radius: 54px;
}
.products__show-btn--front {
  position: absolute;
  z-index: 1;
  top: -5px;
  width: 254px;
  height: 83px;
  background: linear-gradient(69deg, #FF5C00 33.15%, #FFA592 132.94%);
  border-radius: 54px;
}
.products__show-btn--mask {
  position: absolute;
  z-index: 2;
  top: -5px;
  width: 254px;
  height: 83px;
  background: linear-gradient(69deg, rgba(255, 46, 0, 0.5) 33.15%, rgba(255, 165, 146, 0.5) 132.94%);
  filter: blur(10px);
  border-radius: 54px;
}
.products__show-btn-content {
  position: absolute;
  z-index: 3;
  top: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 87px;
  cursor: pointer;
  border-radius: 54px;
  transition: all 400ms;
}
.products__show-btn-content:hover {
  box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.26);
}
.products__show-btn-text {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.products__description {
  background: #FFFFFF;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.05);
  border-radius: 80px 8px;
  padding-top: 58px;
  padding-bottom: 50px;
  text-align: center;
}

video {
  cursor: pointer;
  border-radius: 80px 8px 80px 8px;
}

.product {
  width: 1400px;
  min-height: 435px;
  box-sizing: border-box;
  border-radius: 70px 8px;
  padding: 30px 36px;
  display: flex;
  margin: 0px auto;
  align-items: center;
}
.product--outlined {
  box-shadow: 0px 8px 13px rgba(0, 0, 0, 0.26);
  background: #fdf7ef;
}
.product__video {
  width: 576px;
  height: 432px;
  position: relative;
  border-radius: 80px 8px 80px 8px;
  border: 2px solid #c3c3c3;
}
.product__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-left: 30px;
}
.product__content-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 37px;
  color: #000000;
  text-transform: uppercase;
}
.product__content-text {
  padding-top: 13px;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
  text-transform: none;
}
.product__content-text p {
  padding: 7px 0px;
}
.product__show-btn--rear {
  width: 254px;
  height: 83px;
  background: #FF360B;
  border-radius: 54px;
}
.product__show-btn--rear:hover .product__show-btn--mask {
  filter: blur(30px);
}
.product__show-btn--front {
  position: relative;
  width: 254px;
  height: 83px;
  top: -5px;
  background: linear-gradient(69deg, #FF5C00 33.15%, #FFA592 132.94%);
  border-radius: 54px;
}
.product__show-btn--mask {
  position: relative;
  width: 254px;
  height: 83px;
  background: linear-gradient(69deg, rgba(255, 46, 0, 0.5) 33.15%, rgba(255, 165, 146, 0.5) 132.94%);
  filter: blur(10px);
  border-radius: 54px;
  transition-timing-function: ease-in;
  transition-duration: 500ms;
}
.product__show-btn-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 87px;
  top: -87px;
  cursor: pointer;
}
.product__show-btn-text {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.product__show-btn {
  padding-top: 36px;
}

#lic {
  padding-top: 200px;
  padding-bottom: 250px;
}

.license__content {
  display: flex;
  border: 17px solid #2a4c76;
  border-radius: 80px 8px 80px 8px;
  min-height: 622px;
  height: 622px;
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-sizing: border-box;
}
.license__content-box {
  min-width: 45%;
}
.license__dots-slim {
  right: 0px;
}
.license__dots-wide {
  top: 426px;
}

.license__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 182px;
  left: 60px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 80%;
  position: absolute;
  text-align: center;
}

.license__lic-img {
  top: -139px;
  left: 60px;
  z-index: 2;
}
.license__waves-big {
  top: -146px;
  left: -112px;
  z-index: 1;
}
.license__list {
  align-self: center;
  padding-right: 100px;
}
.license__list li {
  padding: 13px 0px;
  display: flex;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-transform: none;
  text-align: left;
}
.license__list li span {
  font-weight: 700;
}
.license__text {
  display: flex;
  align-items: center;
}

.staff {
  text-align: center;
}
.staff__carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.staff__carousel-content {
  overflow-x: hidden;
  min-height: 450px;
}
.staff__arrow-left, .staff__arrow-right {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
  cursor: pointer;
}
.staff__arrow-left:hover, .staff__arrow-right:hover {
  opacity: 80%;
}
.staff__arrow-right {
  transform: rotate(180deg);
}
.staff__dots {
  top: 50px;
  right: 0px;
}
.staff__spline {
  top: -160px;
  right: 0px;
  width: 203.39px;
  height: 1292.81px;
  background: linear-gradient(359.93deg, #FFFFFF 4.05%, rgba(255, 255, 255, 0) 105.39%);
  border-radius: 125px;
  transform: matrix(-0.89, 0.46, 0.46, 0.89, 0, 0);
}
.staff__list {
  display: flex;
  width: 9999px;
  transition: all 300ms ease-in-out;
}
.staff__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 450px;
  position: relative;
  margin: 0px 10px;
}
.staff__card img {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  border: 1px solid #dedede;
}
.staff__card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 360px;
  height: 358px;
  border: 1px solid #CBC8C8;
  box-sizing: border-box;
  border-radius: 80px 4px;
  padding-bottom: 32px;
}
.staff__card-plate {
  width: 212px;
  height: 72px;
  border-radius: 40px 2px;
  position: relative;
}
.staff__card-plate--mask {
  width: 212px;
  height: 72px;
  background: linear-gradient(250.72deg, rgba(15, 77, 125, 0.4) 29.64%, rgba(57, 155, 232, 0.4) 100%);
  filter: blur(20px);
  border-radius: 40px 2px;
  position: absolute;
  z-index: 1;
}
.staff__card-plate--front {
  width: 212px;
  height: 72px;
  text-align: center;
  background: linear-gradient(250.72deg, #183455 29.64%, #2A4C76 100%);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 40px 2px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.staff__card-plate-text {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}
.staff__card-name {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
  padding-top: 21px;
  width: 80%;
}
.staff__card-phone {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-transform: uppercase;
  padding-top: 7px;
  width: 80%;
}
.staff__card-phone span {
  font-weight: 700;
}

#faq {
  padding-bottom: 675px;
}

.faq {
  padding-top: 168px;
  text-align: center;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px solid #D3D3D3;
}
.faq__question-side {
  display: flex;
}
.faq__question-body {
  min-height: 96px;
}
.faq__question-title {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 37px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding-top: 13px;
}
.faq__question-answer {
  padding: 26px 13px;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-transform: none;
  text-align: left;
  min-height: 36px;
}
.faq__question-btn {
  align-self: center;
  cursor: pointer;
  transition: all 250ms;
}
.faq__dots-wide {
  top: 1200px;
}
.faq__dots-slim {
  top: 600px;
  right: 0px;
}

#contacts {
  background: #183455;
  min-height: 439px;
}

.contacts {
  text-align: center;
  padding-top: 142px;
}
.contacts__content {
  top: -675px;
  width: 100%;
}
.contacts__waves-pic {
  top: -43px;
}
.contacts__list {
  display: flex;
  justify-content: space-between;
  padding-top: 69px;
}
.contacts__list-box {
  display: flex;
  min-width: 380px;
  max-width: 490px;
  min-height: 164px;
  flex-direction: column;
  justify-content: space-between;
}
.contacts__misc {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-transform: none;
  text-align: left;
}
.contacts__doc-link {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: none;
  text-align: left;
}
.contacts__main {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  text-transform: none;
  text-align: right;
}
.contacts__rights {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: none;
  text-align: right;
}
.contacts__question-btn {
  align-self: center;
}

.sved_ul {
  display: flex;
  flex-direction: column;
}

.sved_ul>li {
  display: flex;
  flex-direction: column;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000;
  text-transform: none;
}

.sved_ul>li>a {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 32px;
  color: #001c3d;
  text-transform: none;
  cursor: pointer;
  padding: 13px 0px;
}

.sved h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 27px;
  line-height: 32px;
  color: #001c3d;
  text-transform: none;
  cursor: pointer;
  padding: 70px 0px 30px 0px;
}

.sved_ul>li>a:visited {
  color: #001c3d;
}

.sved_ul>li>a:hover {
  color: #ff0000;
  font-size: 32px;
}

.sved_block {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  text-transform: none;
}

.sved_block p {
  padding: 7px 0px 0px 0px;
  text-indent: 30px;
}

.sved_block ul {
  text-indent: 45px;
}

/*# sourceMappingURL=/main.ecd69d8c.css.map */

@media (max-width: 640px) {

  .wrapper {
    width: 100%;
    min-width: 320px;
  }

  .container {
    width: 100%;
  }

  .top-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13px 0px;
  } 

  .top-menu > li {
    padding: 7px 0px;
    text-align: center;
  }

  .logo {
    width: 186px;
    height: 94px;
  }

  .top-menu__help, .top-menu__sved, .top-menu__mail {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
  }

  .features {
    height: auto;
    background-image: none;
  }

  .features__list {
    justify-content: center;
    padding: 30px 0px;
    height: auto;
    flex-direction: column;
  }

  .features__col--up, .features__col--down {
    width: 100%;
    height: auto;
    margin: 24px 0px;
    align-items: center;
  }

  .features__box, .features__box--highlighted {
    width: 296px;
    height: 138px;
    background: linear-gradient(27.09deg, rgba(255, 92, 0, 0.5) 61.73%, rgba(255, 184, 0, 0.5) 99.65%);
    border-radius: 40px 4px;
  }

  .features__box-front {
    width: 296px;
    height: 138px;
    top: -5px;
    left: -5px;
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.3);
    border-radius: 36px 4px;
  }

  .features__box-top-img {
    top: -40px;
  }
  
  .features__box-top-img > img {
    width: 96px;
  }

  .features__box-title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 94%;
    height: auto;
    text-align: center;
    top: -24px;
    position: relative;
  }

  #scroll-up-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 999;
  }

  .products {
    height: auto;
    background-image: none;
    padding-top: 32px;
  }

  .section-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .products__list {
    margin: 0;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .products__item {
    width: 90%;
    margin: 7px auto;
  }

  .products__item-box {
    width: 100%;
    min-height: auto;
    border-radius: 40px 8px;
  }

  .products__item-box-title {
    width: 100%;
    height: 72px;
    border-radius: 40px 10px 0px 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .products__item-box-list li {
    font-size: 16px;
    line-height: 24px;
    padding: 7px 7px 7px 36px;
    min-height: auto;
  }
  
  .products__show-btn {
    margin: 13px auto;
    height: 64px;
  }

  .products__show-btn--front, .products__show-btn--mask  {
    height: 64px;
  }

  .products__show-btn-content {
    height: 70px;
  }

  .products__item-box-list li:before {
    top: 10px;
  }

  .products__description {
    border-radius: 40px 8px;
    padding-top: 29px;
    padding-bottom: 25px;
  }

  .product {
    width: 100%;
    min-height: auto;
    border-radius: 32px 8px;
    padding: 13px 21px;
    flex-direction: column;
  }

  .product__video {
    width: 320px;
    height: 240px;
    border-radius: 20px 8px 30px 8px;
    border: 1px solid #c3c3c3;
  }

  video {
    cursor: pointer;
    border-radius: 20px 8px 32px 8px;
    width: 320px;
    height: 240px;
  }

  .product__content {
    padding: 30px 0px;
  }

  .product__content-title {
    font-size: 21px;
    line-height: 28px;
    text-align: center;
  }

  .product__content-text {
    padding: 13px 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }


  .base_section {
    position: relative;
    display: none;
  }

  .base_footer {
    position: relative;
  }

  #lic {
    padding: 30px 0px;
  }
  
  .license__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 182px;
    left: 60px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    width: 80%;
    position: absolute;
    text-align: center;
  }

  .license__content {
    flex-direction: column;
    border: 7px solid #2a4c76;
    border-radius: 40px 8px 40px 8px;
    min-height: 720px;
    height: fit-content;
    position: static;
  }

  .license__lic-img {
    top: 0;
    left: 0;
  }

  .license_img {
    width: 100%;
    height: auto;
  }

  .license__waves-big {
    display: none;
  }

  .feed {
    position: relative;
  }

  .license__header {
    top: 115px;
    left: 76px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    width: 40%;
  }
 
  .license__list {
    align-self: left;
    padding-right: 0px;
  } 

  .license__list li {
    padding: 7px 0px;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }

  .license__text {
    padding: 0px 7px;
  }

  .staff__carousel-content {
    overflow-x: scroll;
    min-height: 450px;
  }

  .staff__list {
    width: auto;
    padding-right: 30px;
  }

  .staff__arrow-left, .staff__arrow-right {
    display: none;
  }

  .faq {
    padding-top: 72px;
  }

  .faq__question-title {
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    padding: 13px;
  }

  #faq {
    padding-bottom: 172px;
  }

  .contacts__list {
    justify-content: space-around;
    flex-direction: column;
    padding: 10px;
  }

  .contacts__list-box {
    display: flex;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .contacts__main {
    font-size: 24px;
    line-height: 32px;
  }

  .base_footer {
    height: auto;
    
  }

  .contacts__content {
    top: -120px;
  }

  .contacts {
    padding: 32px 0px;
  }

  .faq__question-side {
    padding: 0px 7px 0 0;
  }
 
   .sved_ul {
    padding: 0 13px;
  }
  
  .sved_ul>li>a {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 24px;
    color: #044b9e;
    text-transform: none;
    cursor: pointer;
    padding: 13px 0px;
    text-decoration: underline;
}

.sved h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-style: normal;
    font-size: 21px;
    line-height: 24px;
    color: #001c3d;
    text-transform: none;
    cursor: pointer;
    padding: 30px 13px 13px 13px;
}
  
  .sved_block {
    font-family: Montserrat;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    text-transform: none;
    padding: 0px 13px;
}
  
  .sved_block {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: none;
    padding: 0px 13px;
}
  
  .sved_block ul {
    text-indent: 21px;
}
  
  .sved_block p {
    padding: 3px 0px 0px 0px;
    text-indent: 13px;
}
  
  

}