/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* LESS compiled file */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.15px;
  min-width: 240px;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

/* TECH STYLES */
.unavailable {
  /* not `.disabled` */
  opacity: 70%;
}

.hidden {
  display: none;
}

/* DISABLED */
.disabled,
*[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.popup-window {
  position: relative;
}

.popup-window button.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
}

.popup-window .btn.mfp-close {
  position: static;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}


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

@media (max-width: 991px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.popup-window {
  margin: 0 auto;
  max-width: 980px;
}

.popup-window .block.white {
  padding: 33px 44px 50px;
}

.popup-window,
.popup-window h4,
.popup-window p,
.popup-window li,
.popup-window a,
.popup-window a:hover,
.popup-window th,
.popup-window td {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #4B4B4B;
}

.popup-window p {
  margin: 0;
}

.popup-window h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #022E14;
}

.popup-window h4 {
  text-transform: uppercase;
  font-weight: bold;
}

.popup-window table {
  margin: 0 auto;
}

.popup-window table.colored th,
.popup-window table.colored td {
  text-align: center;
}

.popup-window table.small {
  max-width: 390px;
}

.popup-window table.small th:first-child,
.popup-window table.small td:first-child {
  text-align: left;
}

.popup-window table.small th:last-child,
.popup-window table.small td:last-child {
  text-align: right;
}

.popup-window *+h3,
.popup-window *+h4,
.popup-window *+p,
.popup-window *+table {
  margin-top: 38px;
}

.popup-window ol {
  padding-left: 20px;
}

.popup-window ol li {
  list-style-type: decimal;
}

.popup-window ol.p li {
  margin-top: 20px;
}

section {
  position: relative;
  padding-bottom: 60px;
}

section .overlay-grey-stripe {
  position: absolute;
  z-index: -1;
  top: 144px;
  left: 0;
  right: 0;
  bottom: 362px;
  background-color: #f5f5f5;
}

.section-grey {
  background-color: #F5F5F5;
}

.block {
  position: relative;
  z-index: 10;
}

.block.white {
  background-color: #fff;
  padding: 0 87px;
}

.block.grey {
  background-color: #F5F5F5;
  padding: 0 43px;
}

.block.shadowed {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.block.decorated {
  background-repeat: no-repeat;
  background-position: top right;
}

.block.offset-top {
  top: -60px;
}

.block.offset-bottom {
  top: 60px;
}

.block.no-padding {
  padding: 0;
}

@media (max-width: 991px) {

  .block.white,
  .block.grey {
    padding-left: 23px;
    padding-right: 23px;
  }
}

@media (max-width: 767px) {

  .block.white,
  .block.grey {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {

  .block.white,
  .block.grey {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wrapper {
  padding: 0 54px;
}

@media (max-width: 991px) {
  .wrapper {
    padding: 0 0;
  }
}

.wrapper .block {
  padding: 0;
}

/* CUSTOM UNDERLINE */
a {
  transition: 0.7s ease;
}

a:hover {
  transition: 0.5s;
}

.tdu {
  border-bottom: 1px solid;
  border-color: transparent;
}

.tdu:hover {
  text-decoration: none;
  border-bottom: 1px solid;
  border-color: inherit;
}

.img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-box img {
  display: inline-block;
}

.img-sqr {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

.btn {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  padding: 9px 26px;
}

.btn .svg {
  margin-left: 16px;
}

.btn-arrow:after {
  content: ">";
  display: block;
}

.btn-primary {
  color: #000;
  background-color: #F8DF2C;
}

.btn-primary svg {
  fill: #000;
}

.author a {
  border: 1px solid transparent;
  padding: 3px;
}

.author a:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
  border-radius: 1000px;
}

.section-green {
  background-color: #022E14;
  position: relative;
  min-height: 351px;
}

.section-green *,
.section-green .header-brand span {
  color: #D5D5D5;
}

.section-green h2 {
  color: #fff;
}

.section-green .bg-logo,
.section-green .bg-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.section-green .bg-logo {
  top: 15%;
  right: 60%;
  background-position: left top;
}

.section-green .bg-decor {
  left: 20%;
  background-position: bottom right;
}

.table-wrapper {
  overflow-x: scroll;
}

table.colored {
  width: 100%;
  border-collapse: collapse;
  font-size: 19px;
  line-height: 26px;
}

table.colored td,
table.colored th {
  height: 40px;
  padding: 0 5px;
  white-space: nowrap;
}

table.colored td:first-child,
table.colored th:first-child {
  padding-left: 38px;
}

table.colored td:last-child,
table.colored th:last-child {
  padding-right: 38px;
}

table.colored th {
  padding-top: 8px;
  height: 48px;
  text-align: left;
}

table.colored td.tac,
table.colored th.tac {
  text-align: center;
}

table.colored.invert tr:nth-child(2n) {
  background-color: #fcf2ab;
}

table.colored:not(.invert) tr:nth-child(2n+1) {
  background-color: #fcf2ab;
}

.svg-logo-main {
  justify-content: flex-start;
}

.svg-logo-main.text-white .svg-logo-text {
  fill: white;
}

.svg-logo-main.text-black .svg-logo-text {
  fill: black;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               TYPOGRAPHY

- - - - - - - - - - - - - - - - - - - - - - 
*/
section {
  background-repeat: no-repeat;
  background-position: top center;
}

.text-centered {
  text-align: center;
}

.text-left,
.text-left li {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-red {
  color: #E30B0B;
}

.header-brand {
  margin-left: 9px;
  padding: 26px 0;
}

.header-brand svg {
  display: inline-block;
  width: 35px;
  height: 35px;
}

.header-brand span {
  position: relative;
  left: -10px;
  bottom: 5px;
  color: #4B4B4B;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

h1 {
  font-weight: 900;
  font-size: 47px;
  line-height: 56px;
  color: #FFFFFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  max-width: 666px;
}

h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 0;
}

@media (max-width: 991px) {

  h1,
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {

  h1,
  h2,
  h3 {
    font-size: 26px;
    line-height: 1.2;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
}

.chapter h3 {
  text-transform: uppercase;
  margin-top: 22px;
}

.chapter .first-h2-chapter,
.chapter .second-h2-chapter {
  max-width: 892px;
  font-size: 34px;
}

.price-catch {
  padding-top: 30px;
  font-size: 24px;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}

.sub-under-price-catch {
  text-align: center;
  font-size: 26px;
  background-color: #F8DF2C;
  padding: 10px;
  max-width: 100%;
}

.second-h2-chapter {
  margin-bottom: 35px;
  margin-top: 10px;
  color: #fff;
}

.chapter p {
  margin-top: 9px;
  margin-bottom: 0;
  color: #4B4B4B;
}

.chapter .additional {
  margin-top: 40px;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
}

.chapter .img-box img {
  width: 100%;
}

.chapter ul {
  padding-left: 20px;
}

.chapter ul li {
  list-style: disc;
  color: #4B4B4B;
}

.chapter ol {
  padding-left: 20px;
}

.chapter ol li {
  list-style: decimal;
  color: #4B4B4B;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               HEADER

- - - - - - - - - - - - - - - - - - - - - - 
*/
header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 277px;
}

@media only screen and (max-width: 991px) {
  header {
    padding-top: 90px;
  }
}

header svg {
  width: 100%;
}

header.header-main {
  padding-bottom: 108px;
}

header.header-contacts {
  padding-bottom: 0px;
}

header .upper,
header .contacts,
header nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

header .upper {
  margin-bottom: 8px;
}

header .contacts {
  margin-left: auto;
  align-items: center;
}

header .contacts .address,
header .contacts .phone,
header .contacts .call-request {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 33px;
}

header .contacts .address,
header .contacts .phone {
  display: flex;
}

header .contacts .address .svg,
header .contacts .phone .svg {
  margin-top: 6px;
  margin-right: 13px;
}

header .contacts .address span,
header .contacts .phone span,
header .contacts .address address,
header .contacts .phone address,
header .contacts .address a,
header .contacts .phone a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
}

header .contacts .svg-phone {
  width: 18px;
  height: 18px;
}

header .contacts .svg-map-pin {
  width: 14px;
  height: 20px;
}

header .contacts svg {
  fill: #F8DF2C;
}

@media (max-width: 991px) {
  header .contacts {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  header .upper {
    flex-direction: column;
  }

  header .logo-main {
    margin-bottom: 20px;
  }

  header .logo-main svg,
  header .contacts {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  header .contacts .call-request {
    display: none;
  }
}

header nav * {
  box-sizing: content-box;
}

.header-contacts {
  background-color: #022E14;
}

.header-contacts .common-section {
  position: relative;
  z-index: 10;
}

.header-contacts .nav-bar {
  margin-bottom: -30px;
  min-height: 60px;
  position: relative;
  z-index: 20;
}

.header-contacts .map-section {
  position: relative;
}

.header-contacts .map,
.header-contacts #map {
  height: 100%;
  width: 100%;
  min-height: 300px;
}

.header-contacts nav {
  width: 100%;
  margin-bottom: -60px;
}

.header-contacts .map {
  position: relative;
  top: 0;
  z-index: -10;
  padding-bottom: 94px;
  overflow: hidden;
}

.header-contacts .map .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.header-contacts .map .front {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 40px 0;
}

.header-contacts .map .front h1 {
  margin-top: 74px;
}

.header-contacts .map #map {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}

.header-contacts .map #map img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 50% 43%;
}

.nav-bar {
  background-color: #fff;
  width: 100%;
}

.nav-bar,
.nav-bar ul,
.nav-bar li,
.nav-bar a {
  display: flex;
}

.nav-wrapper section {
  padding: 0;
}

.nav-wrapper nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-wrapper nav ul li {
  height: 60px;
  /* flex-basis: 100%;
  flex-grow: 1; */
  width: 100%;
}

.nav-wrapper nav ul li:first-child {
  width: 50%;
}

.nav-wrapper nav ul li a {
  width: 100%;
  height: 40px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  color: #022E14;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.nav-wrapper nav ul li a.active,
.nav-wrapper nav ul li a:hover {
  background-color: #F8DF2C;
}

.nav-wrapper .nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.nav-wrapper .nav-mobile {
  display: none;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  align-items: center;
  background-color: #fff;
  height: 60px;
}

@media only screen and (max-width: 991px) {
  .nav-wrapper .nav-bar {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1000;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
  }

  .nav-wrapper .nav-mobile {
    display: flex;
  }

  .nav-wrapper nav {
    width: 100%;
    flex-direction: column;
  }

  .nav-wrapper nav ul {
    display: none;
    margin: 0 auto;
    padding-bottom: 15px;
  }

  .nav-wrapper .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 992px) {
  .nav-wrapper .nav-list {
    display: flex !important;
    width: 100%;
  }
}

.nav-wrapper #nav-toggle {
  position: relative;
  left: 20px;
  cursor: pointer;
  padding: 20px;
}

.nav-wrapper #nav-toggle span,
.nav-wrapper #nav-toggle span:before,
.nav-wrapper #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #022E14;
  position: absolute;
  left: 0;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

.nav-wrapper #nav-toggle span:before {
  top: -10px;
}

.nav-wrapper #nav-toggle span:after {
  bottom: -10px;
}

.nav-wrapper #nav-toggle.active span {
  background-color: transparent;
}

.nav-wrapper #nav-toggle.active span:before,
.nav-wrapper #nav-toggle.active span:after {
  top: 0;
}

.nav-wrapper #nav-toggle.active span:before {
  transform: rotate(45deg);
}

.nav-wrapper #nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.promo-box {
  padding-top: 52px;
}

.promo-box h1 {
  margin-bottom: 29px;
  max-width: 666px;
  text-shadow: 0px 0px 20px rgb(0 0 0);
}

.promo-box .btn {
  width: 223px;
  height: 50px;
}

.certificate-image-row {
  padding-top: 136px;
  margin-bottom: -136px;
  display: flex;
}

.certificate-image-row .certificate {
  margin: 0 40px;
}

.certificates .upper {
  display: flex;
}

@media (max-width: 991px) {
  .certificates .upper {
    flex-direction: column;
  }
}

.certificates .headers {
  width: 33%;
}

@media (max-width: 991px) {
  .certificates .headers {
    width: 66%;
  }
}

.slider-box {
  width: 66%;
  position: relative;
  z-index: 15;
  margin-top: -80px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .slider-box {
    padding-top: 40px;
    width: 100%;
    margin-top: 120px;
    padding: 10px 0;
  }
}

.certificate-slider {
  height: 400px;
}

@media (max-width: 991px) {
  .certificate-slider {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
  }

  .price-catch {
    font-size: 20px;
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .certificate-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.certificate-slider .slide {
  background-color: #000;
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
  margin-left: 50%;
  transform: translateX(-50%);
}

.certificate-slider .slide a {
  pointer-events: none;
}

.certificate-slider .slide.carousel-center {
  margin-top: -30px;
}

@media (max-width: 991px) {
  .certificate-slider .slide.carousel-center {
    margin-top: 0;
  }
}

.certificate-slider .slide.carousel-center a {
  pointer-events: auto;
}

.certificate-slider .slide img {
  transition: 0.3s;
}

.certificate-slider .slide[pos-distance-abs="1"] {
  margin-top: 40px;
}

.certificate-slider .slide[pos-distance-abs="1"] img {
  opacity: 0.7;
}

.certificate-slider .slide[pos-distance-abs="2"] {
  margin-top: 70px;
}

.certificate-slider .slide[pos-distance-abs="2"] img {
  opacity: 0.5;
}

.certificate-slider .slide[pos-distance="-2"] {
  margin-left: 10%;
}

.certificate-slider .slide[pos-distance="-1"] {
  margin-left: 25%;
}

.certificate-slider .slide[pos-distance="1"] {
  margin-left: 75%;
}

.certificate-slider .slide[pos-distance="2"] {
  margin-left: 90%;
}

.certificate-slider .img-box img {
  object-fit: cover;
  width: 100%;
  flex-grow: 1;
}

.slider-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-around;
  pointer-events: none;
}

.slider-controls button {
  pointer-events: auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slider-controls button:active {
  padding: 0;
}

.slider-controls button:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
}

.slider-controls button.prev {
  padding-left: 3px;
}

.slider-controls button.prev:after {
  transform: rotate(135deg);
}

.slider-controls button.next {
  padding-right: 3px;
}

.slider-controls button.next:after {
  transform: rotate(315deg);
}

.advert h1 {
  width: 20%;
}

.advantages-list {
  display: flex;
  list-style-type: none;
  counter-reset: num;
}

.advantages-list li {
  width: 33%;
  display: flex;
  padding-top: 35px;
  color: #4B4B4B;
  padding-right: 20px;
}

.advantages-list li:before {
  content: counter(num);
  counter-increment: num;
  color: #F8DF2C;
  display: block;
  font-weight: bold;
  font-size: 64px;
  line-height: 75px;
  margin-top: -35px;
  margin-right: 8px;
}

.section-green {
  padding-top: 80px;
}

.popup-boxes-row {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup-box {
  width: 181px;
  text-align: center;
  background-color: #F8DF2C;
  position: relative;
  z-index: 30;
}

.popup-box a {
  padding: 22px 15px 17px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  color: #022E14;
  text-transform: uppercase;
}

.popup-box a:after {
  display: block;
  content: "";
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin: 15px auto 0;
  border-right: 2px solid #022E14;
  border-bottom: 2px solid #022E14;
}

.form-request-mail {
  padding: 30px 0 50px;
}

.form-request-mail h4 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  color: #022E14;
}

.form-request-mail form {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.form-request-mail form input {
  background-color: transparent;
  border: 2px solid #F8DF2C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px 11px;
  transition: 0.3s;
}

.form-request-mail form input:focus {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.form-request-mail form input,
.form-request-mail form button,
.form-request-mail form .btn {
  min-width: 226px;
}

.form-request-mail form button,
.form-request-mail form .btn {
  height: 100%;
  padding: 10px 13px;
}

@media (max-width: 767px) {
  .form-request-mail form {
    flex-direction: column;
  }

  .form-request-mail form input,
  .form-request-mail form button,
  .form-request-mail form .btn {
    margin: 5px;
  }
}

@media (max-width: 575px) {

  .form-request-mail form input,
  .form-request-mail form button,
  .form-request-mail form .btn {
    width: 100%;
  }
}

.form-request-mail-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-request-mail-small h4 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .form-request-mail-small {
    flex-direction: column;
  }

  .form-request-mail-small h4 {
    margin-bottom: 25px;
  }

  .form-request-mail-small .btn {
    margin: 5px;
  }
}

@media (max-width: 575px) {
  .form-request-mail-small .btn {
    width: 100%;
  }
}

section.mail-request-popup .block {
  padding: 10px;
}

@media (min-width: 992px) {
  section.mail-request-popup .block {
    padding: 50px 47px 55px;
  }
}

.chapter.preferences-general .item {
  pointer-events: none;
}

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

.report .icon,
.report .text {
  padding: 15px;
}

.report .icon {
  flex-grow: 2;
}

.report .text {
  flex-grow: 3;
}

@media (max-width: 575px) {
  .report {
    flex-direction: column;
  }
}

.report .icon:before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-style: solid;
  content: "\2713";
  color: lightgreen;
  border-color: lightgreen;
  width: 68px;
  height: 68px;
  border-width: 3px;
  font-size: 56px;
  margin: 0 auto;
}

.report-success .icon:before {
  content: "\2713";
  color: lightgreen;
  border-color: lightgreen;
}

.report-failure .icon:before {
  content: "\2716";
  color: red;
  border-color: red;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               FOOTER

- - - - - - - - - - - - - - - - - - - - - - 
*/
.footer-nav {
  background-color: #F5F5F5;
  padding: 50px 0 100px;
}

.footer-nav p {
  margin: 0;
}

.footer-nav .footer-nav-header-box {
  height: 90px;
}

.footer-nav .footer-nav-header-box h5 {
  padding-top: 40px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #4B4B4B;
}

.footer-nav .footer-nav-wrapper {
  display: flex;
  margin-left: -68px;
  margin-right: -68px;
}

.footer-nav .footer-nav-wrapper .col {
  padding: 0 68px;
}

@media (max-width: 1199px) {
  .footer-nav .footer-nav-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-nav .footer-nav-wrapper .col {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .footer-nav .footer-nav-wrapper {
    flex-direction: column;
  }
}

.footer-nav .footer-nav-social-list {
  margin-top: 20px;
  display: flex;
}

.footer-nav .footer-nav-social-list li {
  margin-right: 20px;
}

.footer-nav .footer-nav-social-list .svg {
  width: 27px;
  height: 20px;
}

.footer-nav .footer-nav-social-list .svg svg {
  max-width: 100%;
  height: 100%;
  fill: #022E14;
}

.footer-nav .footer-nav-social-list .svg-social-facebook svg {
  fill: #022E14;
}

.footer-nav .footer-nav-social-list .svg-social-twitter svg {
  fill: #F8DF2C;
}

.footer-nav .footer-nav-social-list .svg-social-instagram svg {
  fill: #022E14;
}

.footer-nav .nav-footer {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav .nav-footer li {
  margin-bottom: 20px;
  width: 50%;
  padding-right: 5px;
}

.footer-nav .nav-footer li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #4B4B4B;
}

@media (max-width: 575px) {
  .footer-nav .nav-footer {
    flex-direction: column;
  }

  .footer-nav .nav-footer li {
    width: 100%;
  }
}

.footer-nav .contacts-item {
  margin-bottom: 12px;
  display: flex;
}

.footer-nav .contacts-item,
.footer-nav .contacts-item span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15px;
  color: #4B4B4B;
}

.footer-nav .contacts-item .svg {
  margin-top: 5px;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 22px;
}

.footer-nav .contacts-item svg {
  width: 100%;
  width: 18px;
  height: 18px;
  fill: #E30B0B;
}

.footer-end {
  background-color: #022E14;
  padding: 23px 0;
}

.footer-end *,
.footer-end a {
  color: #959595;
}

.footer-end-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -30px;
}

@media (max-width: 1199px) {
  .footer-end-line {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .footer-end-line {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.footer-end .links {
  display: flex;
}

@media (max-width: 767px) {
  .footer-end .links {
    flex-direction: column-reverse;
  }
}

.footer-end .conditions {
  display: flex;
}

.footer-end .conditions a {
  font-weight: 800;
}

.footer-end .conditions a+a:before {
  content: "| ";
  font-weight: normal;
}

@media (max-width: 767px) {
  .footer-end .conditions {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .footer-end .conditions a+a:before {
    display: none;
  }
}

.footer-end .tagline,
.footer-end .author,
.footer-end .conditions a {
  margin: 5px;
}

@media (max-width: 991px) {
  .footer-end .tagline {
    margin-top: 15px;
  }
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               ITEMS

- - - - - - - - - - - - - - - - - - - - - - 
*/
.item-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -39px;
  margin-right: -39px;
}

@media (max-width: 991px) {
  .item-row {
    margin: 0;
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .item-row {
    width: 100%;
    justify-content: space-between;
  }
}

.item-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 39px;
  padding-top: 37px;
  padding-bottom: 38px;
}

@media (max-width: 991px) {
  .item-col {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .item-col {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .item-col {
    flex-basis: 100%;
  }
}

.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  height: 100%;
  padding: 22px 21px 14px;
}

.item:hover {
  box-shadow: 0px 15px 15px rgba(38, 38, 38, 0.2);
}

.item .img-box,
.item .svg {
  height: 150px;
}

.item-name {
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  color: #022E14;
  margin-top: 12px;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               PARTNERS

- - - - - - - - - - - - - - - - - - - - - - 
*/
.row-partners {
  padding-top: 40px;
  margin-left: -29px;
  margin-right: -29px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .row-partners {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.col-partner {
  padding: 10px;
  padding-left: 29px;
  padding-right: 29px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 991px) {
  .col-partner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .col-partner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .col-partner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.item-partner {
  background-color: #fff;
  height: 251px;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               INFOGRAPHICS

- - - - - - - - - - - - - - - - - - - - - - 
*/
.infographics {
  padding-top: 66px;
  padding-bottom: 84px;
  width: 100%;
  display: flex;
}

@media (max-width: 991px) {
  .infographics {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .infographics {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    flex-basis: 80%;
    flex-grow: 1;
    flex-flow: column;
  }
}

.infographics .col {
  display: flex;
}

@media (max-width: 991px) {
  .infographics .col {
    margin: 20px;
  }
}

@media (min-width: 992px) {
  .infographics .col+.col {
    margin-left: auto;
  }
}

.infographics .col .svg {
  width: 75px;
  margin-right: 5px;
  justify-content: flex-start;
}

.infographics .col .description .number {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  color: #C40B0B;
  letter-spacing: 0;
}

.infographics .col .description .name {
  font-size: 16px;
  line-height: 24px;
  color: #F5F5F5;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               P

- - - - - - - - - - - - - - - - - - - - - - 
*/
/* 
- - - - - - - - - - - - - - - - - - - - - -

-               FORM GENERAL

- - - - - - - - - - - - - - - - - - - - - - 
*/
.form-general h4 {
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  color: #022E14;
  margin-bottom: 48px;
}

.form-general .form-group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -11px;
  margin-right: -11px;
}

.form-general .form-group .btn {
  margin-top: 18px;
  margin-left: auto;
}

.form-general .form-group>* {
  margin-left: 11px;
  margin-right: 11px;
  margin-bottom: 22px;
}

.form-general .form-group input,
.form-general .form-group textarea {
  min-height: 48px;
  min-width: 1px;
  padding: 16px 22px;
  width: auto;
  flex-grow: 1;
  background-color: #F5F5F5;
  color: #022E14;
  font-size: 16px;
  border: none;
}

.form-general .form-group input.large,
.form-general .form-group textarea.large {
  width: 100%;
  flex-grow: 2;
}

/* 
- - - - - - - - - - - - - - - - - - - - - -

-               CONTACTS

- - - - - - - - - - - - - - - - - - - - - - 
*/
.block.super {
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 210px;
  padding: 130px 20px 46px;
  background-color: #022E14;
}

@media (max-width: 991px) {
  .block.super {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 767px) {
  .block.super {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.block.super .bg-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
}

.block.super .bg-decor-1 {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-position: 200% 0;
  background-repeat: no-repeat;
}

.block.super .bg-decor-2 {
  position: relative;
  width: 100%;
  height: 100%;
  left: -55px;
  bottom: 0;
  background-position: 100% 100%;
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-size: 67%;
}

.block.super .inner,
.block.super .outer {
  max-width: 585px;
  margin: 0 auto;
}

.block.super .inner {
  position: relative;
  z-index: 10;
  padding: 76px 57px 38px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .block.super .inner {
    padding: 76px 5px 38px;
  }
}

.block.super .outer {
  margin-top: 70px;
}

.block.super .outer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .block.super .outer ul {
    flex-direction: column;
  }
}

.block.super .outer li {
  width: 35%;
  margin-bottom: 11px;
}

.block.super .outer .contacts-item {
  display: flex;
  flex-wrap: wrap;
}

.block.super .outer .contacts-item .list {
  display: flex;
  flex-direction: column;
}

.block.super .outer .contacts-item .svg {
  height: 20px;
  width: 20px;
  margin-right: 23px;
  margin-top: 8px;
}

.block.super .outer .contacts-item .svg-map-pin {
  height: 14px;
  width: 10px;
}

.block.super .outer .contacts-item .svg-timer {
  width: 12px;
  height: 15px;
}

.block.super .outer .contacts-item .svg-smartphone {
  width: 10px;
  height: 15px;
}

.block.super .outer .contacts-item .svg-mail {
  height: 11px;
  width: 14px;
}

.block.super .outer .contacts-item svg {
  fill: #F8DF2C;
}

.block.super .outer .contacts-item a,
.block.super .outer .contacts-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

section .table-wrapper {
  margin-top: 60px;
}

section.preferences {
  padding-bottom: 237px;
}

section.about-company .block {
  padding-bottom: 175px;
}

section.about-company .chapter.about-process {
  padding-top: 122px;
}

section.about-company .chapter.about-process h2 {
  margin-bottom: 36px;
}

section.about-company .chapter.about-process p {
  margin-bottom: 30px;
}

section.about-materials .img-box {
  position: relative;
  z-index: 20;
  margin-top: -250px;
  margin-bottom: 80px;
}

section.about-materials .block {
  padding-top: 50px;
  padding-bottom: 38px;
  margin-bottom: 40px;
}

section.composition {
  padding-bottom: 80px;
}

section.composition .block+.block {
  margin-top: 118px;
}

section.composition .chapter {
  padding-top: 30px;
  padding-bottom: 50px;
}

section.composition .chapter h3 {
  margin-top: 21px;
}

section.preferences {
  padding-top: 74px;
  padding-bottom: 84px;
}

section.preferences .block {
  padding-top: 40px;
}

section.advert {
  padding-top: 30px;
}

section.advert h1 {
  margin-top: 17px;
  margin-bottom: 159px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

section.about {
  padding-bottom: 0;
  margin-bottom: -60px;
}

section.about .chapter p {
  margin-top: 42px;
  margin-bottom: 29px;
}

section.about .chapter .img-out {
  margin-top: 49px;
  position: relative;
  max-height: 320px;
  overflow: visible;
  margin-bottom: 190px;
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  section.about .chapter .img-out {
    margin-bottom: 120px;
  }
}

@media (max-width: 575px) {
  section.about .chapter .img-out {
    margin-bottom: 20px;
  }
}

section.about .chapter .img-out .img-box {
  overflow: visible;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.bookmark {
  background-color: #15723b;
  padding: 5px 9px 5%;
  width: 20%;
  margin-right: 30px;
  margin-left: auto;
  border-radius: 0 0 40px 40px;
  border-radius: 0 0 25% 25%;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
}

.bookmark .img-sqr {
  max-width: 150px;
  border-radius: 100000px;
}

section.product-certificate {
  margin-bottom: 281px;
}

section.product-certificate .chapter {
  margin-top: 100px;
}

@media (max-width: 991px) {
  section.product-certificate .certificate-image-row .certificate {
    margin: 0;
    width: 50%;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  section.product-certificate .certificate-image-row {
    flex-direction: column;
  }

  section.product-certificate .certificate-image-row .certificate {
    width: auto;
  }
}

section.nagro-about .block {
  padding-bottom: 60px;
}

section.nagro-about .block.nagro-structure {
  padding-top: 50px;
  padding-bottom: 36px;
}

section.nagro-advantages {
  padding-top: 61px;
  padding-bottom: 100px;
}

section.nagro-advantages h2 {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  section.nagro-advantages .advantages-list {
    flex-direction: column;
  }

  section.nagro-advantages .advantages-list li {
    width: auto;
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  section.popup-section .popup-boxes-row {
    padding: 0 40px;
  }

  section.popup-section .popup-box {
    margin: 10px;
  }
}

@media (max-width: 767px) {
  section.popup-section .popup-boxes-row {
    flex-direction: column;
    margin-bottom: 20px;
  }

  section.popup-section .popup-box {
    min-width: 60%;
  }

  section.popup-section .popup-box a {
    padding: 10px;
  }
}

.block.composite .table-container {
  margin-left: -25px;
  margin-right: -25px;
}

.block.composite h4 {
  margin-bottom: 38px;
}

.block.composite h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 38px;
  text-transform: uppercase;
}

.block.composite p {
  text-align: left;
}

.block.article .text-left {
  text-align: left;
}

.block.article p {
  line-height: 1.5;
}

section.about-detailed {
  padding-bottom: 0;
}

section.about-detailed .block h2 {
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 40px;
}

section.about-detailed .block h3 {
  font-weight: 900;
  line-height: 42px;
  margin-bottom: 8px;
}

section.about-detailed .block ul {
  margin: 30px 0 45px;
}

section.about-detailed .block li {
  line-height: 1.5;
}

section.about-detailed .block+.block {
  padding-top: 22px;
  margin-bottom: -60px;
  margin-bottom: -120px;
  padding-bottom: 110px;
}

.fulv {
  max-width: 100%;
}

.popup-boxes-row {
  justify-content: center;
}

.fulv-popup {
  margin-top: 20px;
}

.menu-modal {}

.menu-modal ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 25px;
}

.menu-modal ul li {
  text-align: left;
  list-style-type: disc;

}

h5 {
  font-weight: 900;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  color: #022E14;
  margin-bottom: 15px;
  margin-top: 20px;
}