@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat";
  font-weight: 400;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #eeeeee;
}
body::-webkit-scrollbar-thumb {
  background: #A1A2A1;
}
body::-webkit-scrollbar-thumb:hover {
  background: #A1A2A1;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.lining {
  position: relative;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1329px) {
  .container {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 400px;
    padding: 0 20px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-ExtraLightItalic.svg#Montserrat-ExtraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot");
  src: url("../fonts/Montserrat/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-LightItalic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-LightItalic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-LightItalic.svg#Montserrat-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Italic.eot");
  src: url("../fonts/Montserrat/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Italic.woff") format("woff"), url("../fonts/Montserrat/Montserrat-Italic.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-Italic.svg#Montserrat-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
input:focus, textarea:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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: inherit;
  line-height: inherit;
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.crumbs {
  background-color: #F8F9FA;
  padding-top: 24px;
}
@media (max-width: 1329px) {
  .crumbs {
    padding-top: 17px;
  }
}
@media (max-width: 767px) {
  .crumbs {
    padding-top: 16px;
  }
}
.crumbs__container:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}
.crumbs__unit {
  font-size: 14px;
  font-weight: 500;
  line-height: 158%;
  position: relative;
}
@media (max-width: 1329px) {
  .crumbs__unit {
    font-size: 12px;
    line-height: 130%;
  }
}
.crumbs__unit:not(:last-child) {
  padding-right: 19px;
  margin-right: 14px;
  float: left;
  z-index: 1;
}
@media (max-width: 1329px) {
  .crumbs__unit:not(:last-child) {
    padding-right: 14px;
    margin-right: 10px;
  }
}
.crumbs__unit:not(:last-child):after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 4px;
  height: 7px;
  background-image: url(../img/icon/crumbs-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1329px) {
  .crumbs__unit:not(:last-child):after {
    top: 4px;
  }
}
.crumbs__link {
  text-decoration: none;
  color: #8A8B8C;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs__link:hover {
  color: #121314;
}
.crumbs__current {
  color: #121314;
}

.drop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  background-color: #ffffff;
  display: none;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.drop.open {
  right: 0;
  opacity: 1;
}
.drop__menu {
  border-top: 1px solid #E4E5E6;
  padding: 30px 20px 26px 30px;
}
@media (max-width: 767px) {
  .drop__menu {
    padding: 31px 20px 27px 0px;
  }
}
.drop__under {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #E4E5E6;
}
.drop__query {
  display: none;
  margin-top: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  width: 100%;
  max-width: 335px;
  text-align: center;
  color: #121314;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 5px 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .drop__query {
    display: block;
  }
}
.drop__query:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.streamer {
  position: relative;
  z-index: 5;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .header {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__twain {
  max-width: 782px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1329px) {
  .header__twain {
    max-width: none;
    width: auto;
  }
}
.header__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .header__logo {
    margin-right: 10px;
  }
}
.header__logo img {
  min-width: 67px;
  max-width: 67px;
}
@media (max-width: 1329px) {
  .header__logo img {
    min-width: 53px;
    max-width: 53px;
  }
}
.header__center {
  padding-top: 5px;
  max-width: 649px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .header__center {
    display: none;
  }
}
.header__data {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1329px) {
  .header__data {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__address {
  max-width: 190px;
  min-width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .header__address {
    min-width: 205px;
    max-width: 205px;
  }
}
@media (max-width: 767px) {
  .header__address {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.header__address span {
  color: #121314;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 1329px) {
  .header__address span {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .header__address span {
    font-size: 13px;
  }
}
.header__address small {
  margin-top: 3px;
  color: #8A8B8C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .header__address small {
    font-size: 13px;
  }
}
.header__email {
  max-width: 165px;
  min-width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .header__email {
    min-width: 173px;
    max-width: 173px;
  }
}
@media (max-width: 767px) {
  .header__email {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.header__email a {
  color: #121314;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .header__email a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .header__email a {
    font-size: 13px;
  }
}
.header__email a:hover {
  color: #FEBE01;
}
.header__email small {
  margin-top: 3px;
  color: #8A8B8C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .header__email small {
    font-size: 13px;
  }
}
.header__phone {
  max-width: 200px;
  min-width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .header__phone {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header__phone {
    min-width: auto;
    max-width: none;
  }
}
.header__phone a {
  color: #121314;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .header__phone a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .header__phone a {
    font-size: 13px;
  }
}
.header__phone a:hover {
  color: #FEBE01;
}
.header__phone small {
  margin-top: 3px;
  color: #8A8B8C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .header__phone small {
    font-size: 13px;
  }
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5px;
}
@media (max-width: 1329px) {
  .header__right {
    padding-top: 2px;
  }
}
@media (max-width: 767px) {
  .header__right {
    padding-top: 5px;
  }
}
.header__net {
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .header__net {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .header__net {
    padding-right: 19px;
    margin-left: 15px;
  }
}
.header__net a {
  margin-right: 15px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F4F5F6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .header__net a {
    margin-right: 20px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .header__net a {
    margin-right: 15px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.header__net a:hover {
  background-color: #FEBE01;
}
.header__net a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1329px) {
  .header__net a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .header__net a svg {
    width: 16px;
    height: 16px;
  }
}
.header__net a svg path {
  fill: #121314;
}
.header__dyad {
  min-width: 385px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1329px) {
  .header__dyad {
    min-width: auto;
  }
}
.header__login {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F4F5F6;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 111px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 11px 11px 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .header__login {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    min-width: 105px;
    padding: 10px 15px 9px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header__login {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 0;
    font-size: 0;
  }
}
.header__login:hover {
  background-color: #FEBE01;
}
.header__login svg {
  min-width: 14px;
  max-width: 14px;
  height: 18px;
  margin-right: 12px;
}
@media (max-width: 1329px) {
  .header__login svg {
    min-width: 13px;
    max-width: 13px;
    height: 16px;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .header__login svg {
    margin-right: 0;
  }
}
.header__query {
  margin-left: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 193px;
  width: 100%;
  max-width: 193px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding: 11px 5px 11px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .header__query {
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    min-width: 164px;
    max-width: 164px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .header__query {
    margin-left: 34px;
    font-size: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    background-color: #F4F5F6;
    border-color: #F4F5F6;
  }
}
.header__query:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .header__query:hover {
    background-color: #FEBE01;
    border-color: #FEBE01;
  }
}
.header__query svg {
  display: none;
  width: 16px;
  height: 15px;
}
@media (max-width: 767px) {
  .header__query svg {
    display: inline-block;
  }
}
.header__toggle {
  display: none;
  padding: 6px 0 6px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
}
@media (min-width: 1330px) {
  .header__toggle span {
    background-color: #FEBE01;
  }
}
@media (max-width: 1329px) {
  .header__toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .header__toggle.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 6px);
    -ms-transform: rotate(45deg) translate(6px, 6px);
    transform: rotate(45deg) translate(6px, 6px);
  }
  .header__toggle.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }
  .header__toggle.active span:nth-child(3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__toggle {
    padding: 3px 0 3px 0;
  }
}
.header__toggle span {
  min-width: 30px;
  max-width: 30px;
  height: 2px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background-color: #121314;
  margin: 3px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.helmet {
  background-color: #B8091A;
  padding-top: 13px;
  padding-bottom: 8px;
}
@media (max-width: 1329px) {
  .helmet {
    display: none;
  }
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1329px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.menu__item {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1330px) {
  .menu__item {
    padding-bottom: 4px;
  }
  .menu__item:hover .menu__link {
    color: #FEBE01;
  }
  .menu__item:hover .menu__arrow svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .menu__item:hover .menu__arrow svg path {
    stroke: #FEBE01;
  }
  .menu__item:hover .menusub {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 1329px) {
  .menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu__item:not(:last-child) {
    margin-bottom: 19.5px;
  }
}
.menu__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1330px) {
  .menu__link:hover {
    color: #FEBE01;
  }
}
@media (max-width: 1329px) {
  .menu__link {
    color: #121314;
    font-size: 14px;
    line-height: 130%;
  }
  .menu__link.active {
    pointer-events: none;
  }
  .menu__link.active .menu__arrow {
    background-color: #121314;
  }
  .menu__link.active .menu__arrow svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .menu__link.active .menu__arrow svg path {
    stroke: #ffffff;
  }
}
@media (max-width: 767px) {
  .menu__link {
    font-size: 13px;
  }
}
.menu__arrow {
  margin-left: 11px;
  margin-top: 1px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .menu__arrow {
    background-color: #F4F5F6;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.menu__arrow svg {
  width: 8px;
  height: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menu__arrow svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .menu__arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 7px;
    height: 7px;
  }
  .menu__arrow svg path {
    stroke: #121314;
  }
}

@media (min-width: 1330px) {
  .menusub {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 14px 20px;
    min-width: 229px;
    opacity: 0;
    pointer-events: none;
    z-index: 20;
  }
}
@media (max-width: 1329px) {
  .menusub {
    display: none;
    padding: 11px 0 0 20px;
  }
}
@media (max-width: 767px) {
  .menusub {
    padding: 13px 0 0 20px;
  }
}
.menusub__item:not(:last-child) {
  margin-bottom: 8.5px;
}
@media (max-width: 1329px) {
  .menusub__item:not(:last-child) {
    margin-bottom: 9.8px;
  }
}
.menusub__link {
  display: inline-block;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .menusub__link {
    font-size: 13px;
    font-weight: 400;
  }
}
.menusub__link:hover {
  color: #FEBE01;
}

.footer {
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #121314;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .footer {
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 37px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1329px) {
  .footer__container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__left {
  min-width: 250px;
  max-width: 250px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer__left {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 35px;
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 11px;
}
@media (max-width: 1329px) {
  .footer__copyright {
    font-size: 13px;
  }
}
.footer__note {
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 13px;
}
@media (max-width: 1329px) {
  .footer__note {
    font-size: 13px;
  }
}
.footer__kit {
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .footer__kit {
    font-size: 13px;
  }
}
.footer__kit a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__kit a:hover {
  color: #FEBE01;
}
.footer__center {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1329px) {
  .footer__center {
    max-width: 373px;
    min-width: 373px;
  }
}
@media (max-width: 767px) {
  .footer__center {
    min-width: auto;
    max-width: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.footer__menu {
  min-width: 450px;
  max-width: 450px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .footer__menu {
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .footer__menu {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
}
.footer__menu-unit {
  width: 50%;
  padding-right: 15px;
  padding-bottom: 12px;
}
.footer__menu-unit:nth-child(odd) {
  width: 56.3%;
}
@media (max-width: 1329px) {
  .footer__menu-unit:nth-child(odd) {
    width: 69.1%;
  }
}
@media (max-width: 767px) {
  .footer__menu-unit:nth-child(odd) {
    width: 65.9%;
  }
}
.footer__menu-unit:nth-child(even) {
  width: 43.7%;
}
@media (max-width: 1329px) {
  .footer__menu-unit:nth-child(even) {
    padding-right: 0;
    width: 30.9%;
  }
}
@media (max-width: 767px) {
  .footer__menu-unit:nth-child(even) {
    width: 34.1%;
  }
}
.footer__menu-item {
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .footer__menu-item {
    font-size: 13px;
  }
}
.footer__menu-item a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__menu-item a:hover {
  color: #FEBE01;
}
.footer__right {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .footer__right {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer__right {
    padding-top: 13px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: block;
  }
}
.footer__data {
  padding-top: 1px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .footer__data {
    min-width: auto;
    max-width: none;
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
}
.footer__address {
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 14px;
}
@media (max-width: 1329px) {
  .footer__address {
    font-size: 13px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .footer__address {
    margin-bottom: 12px;
  }
  .footer__address br {
    display: none;
  }
}
.footer__phone {
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 12px;
}
@media (max-width: 1329px) {
  .footer__phone {
    font-size: 13px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .footer__phone {
    margin-bottom: 14px;
  }
}
.footer__phone a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__phone a:hover {
  color: #FEBE01;
}
.footer__email {
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .footer__email {
    font-size: 13px;
    line-height: 121%;
  }
}
.footer__email a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__email a:hover {
  color: #FEBE01;
}
.footer__beside {
  padding-top: 3px;
  min-width: 205px;
  max-width: 205px;
}
@media (max-width: 1329px) {
  .footer__beside {
    padding-top: 4px;
    max-width: 373px;
    min-width: 373px;
  }
}
@media (max-width: 767px) {
  .footer__beside {
    min-width: auto;
    max-width: none;
    width: 100%;
    padding-top: 35px;
  }
}
.footer__net-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
}
.footer__net-item {
  padding-left: 15px;
  padding-bottom: 15px;
}
.footer__net-item a {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__net-item a:hover {
  background-color: #FEBE01;
}
.footer__net-item a:hover svg path {
  fill: #121314;
}
.footer__net-item a svg {
  max-width: 20px;
  max-height: 20px;
}
.footer__net-item a svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__rating {
  margin-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .footer__rating {
    margin-top: 5px;
  }
}
.footer__rating-logo {
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 40px;
  max-width: 40px;
}
.footer__rating-logo img {
  width: 100%;
  pointer-events: none;
}
.footer__rating-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__rating-beside {
  padding-top: 3px;
}
.footer__rating-total {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  margin-right: 7px;
}
.footer__rating-kit {
  padding-top: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer__rating-kit img {
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 3px;
}
.footer__rating-name {
  margin-top: 3px;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  color: #FFFFFF;
}

.solace__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .solace__set {
    margin-left: -20px;
  }
}
.solace__box {
  padding-left: 30px;
  padding-top: 30px;
  width: 25%;
}
@media (max-width: 1329px) {
  .solace__box {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .solace__box {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.solace__item {
  min-height: 80px;
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 13px 58px 15px 20px;
  position: relative;
}
@media (max-width: 1329px) {
  .solace__item {
    min-height: auto;
    padding: 15px 46px 16px 20px;
    height: 100%;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .solace__item {
    padding: 11px 50px 12px 15px;
  }
}
.solace__name {
  max-width: 220px;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1329px) {
  .solace__name {
    font-size: 14px;
    max-width: 85px;
  }
}
@media (max-width: 767px) {
  .solace__name {
    max-width: 200px;
    font-size: 13px;
  }
}
.solace__text {
  margin-top: 6px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1329px) {
  .solace__text {
    font-size: 14px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .solace__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .solace__text {
    margin-top: 3px;
    font-size: 13px;
  }
}
.solace__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #F8F9FA;
  background-color: #F8F9FA;
  border-top: none;
  border-right: none;
}
.solace__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .solace__icon-img {
    width: 34px;
    height: 34px;
  }
}
.solace__icon-img img {
  max-width: 24px;
  max-height: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .solace__icon-img img {
    max-width: 19px;
    max-height: 19px;
  }
}

.prelude {
  background-color: #F8F9FA;
  overflow: hidden;
}
.prelude__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 66px;
  padding-bottom: 77px;
  z-index: 1;
}
@media (max-width: 1329px) {
  .prelude__container {
    padding-top: 42px;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .prelude__container {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.prelude__left {
  max-width: 524px;
  min-width: 524px;
}
@media (max-width: 1329px) {
  .prelude__left {
    max-width: 462px;
    min-width: 462px;
    min-height: 270px;
  }
}
@media (max-width: 767px) {
  .prelude__left {
    max-width: 100%;
    min-width: auto;
  }
}
.prelude__caption {
  max-width: 480px;
  color: #121314;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 33px;
}
@media (max-width: 1329px) {
  .prelude__caption {
    max-width: 385px;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .prelude__caption {
    max-width: 200px;
    font-size: 24px;
    margin-bottom: 11px;
  }
}
.prelude__data {
  margin-bottom: 20px;
}
@media (max-width: 1329px) {
  .prelude__data {
    margin-bottom: 6px;
  }
}
.prelude__data-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.prelude__data-box {
  padding-left: 20px;
  padding-bottom: 20px;
  width: 50%;
}
@media (max-width: 767px) {
  .prelude__data-box {
    width: 100%;
    padding-bottom: 14px;
  }
}
.prelude__data-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prelude__data-icon {
  min-width: 30px;
  max-width: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 2px;
  margin-right: 23px;
  position: relative;
}
@media (max-width: 1329px) {
  .prelude__data-icon {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .prelude__data-icon {
    min-width: 22px;
    max-width: 22px;
    margin-right: 21px;
    margin-top: 3px;
  }
}
.prelude__data-icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .prelude__data-icon:after {
    bottom: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
  }
}
.prelude__data-icon img {
  width: 100%;
  pointer-events: none;
}
.prelude__data-name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
@media (max-width: 1329px) {
  .prelude__data-name {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .prelude__data-name {
    font-size: 16px;
    line-height: 120%;
  }
}
.prelude__data-text {
  margin-top: 1px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 1329px) {
  .prelude__data-text {
    margin-top: -4px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .prelude__data-text {
    margin-top: 0;
    font-size: 13px;
    line-height: 120%;
  }
}
.prelude__thing {
  margin-bottom: 40px;
}
@media (max-width: 1329px) {
  .prelude__thing {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  .prelude__thing {
    margin-bottom: 20px;
  }
}
.prelude__caudal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .prelude__caudal {
    display: block;
  }
}
.prelude__btn {
  min-width: 254px;
  max-width: 254px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .prelude__btn {
    min-width: 219px;
    max-width: 219px;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .prelude__btn {
    min-width: auto;
    max-width: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.prelude__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.prelude__btn:hover svg path {
  stroke: #FEBE01;
}
.prelude__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .prelude__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .prelude__btn svg {
    height: 8px;
  }
}
.prelude__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prelude__knob {
  margin-left: 20px;
  min-width: 200px;
  max-width: 200px;
  text-align: center;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .prelude__knob {
    min-width: 171px;
    max-width: 171px;
    font-size: 14px;
    padding: 7px 9px 6px 9px;
  }
}
@media (max-width: 767px) {
  .prelude__knob {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px;
  }
}
.prelude__knob:hover {
  background-color: #D0D1D2;
}
.prelude__right {
  max-width: 300px;
  width: 100%;
  padding-top: 13px;
}
@media (max-width: 1329px) {
  .prelude__right {
    max-width: none;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .prelude__right {
    padding-top: 40px;
  }
}
.prelude__image {
  position: absolute;
  bottom: -22.1%;
  left: 62%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 45.2%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .prelude__image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    bottom: auto;
    right: -35px;
    top: 37px;
    width: 40.3%;
  }
}
@media (max-width: 767px) {
  .prelude__image {
    right: -15px;
    top: 24px;
    width: 169px;
    height: 169px;
  }
}
.prelude__image img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1329px) {
  .sooth__set {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
  }
}
@media (max-width: 1329px) {
  .sooth__box {
    width: 33.333%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sooth__box {
    width: 100%;
    padding-bottom: 15px;
  }
}
@media (min-width: 1330px) {
  .sooth__box:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sooth__item {
  min-height: 101px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 16px 20px 15px 19px;
  position: relative;
}
@media (max-width: 1329px) {
  .sooth__item {
    min-height: auto;
    padding: 15px 35px 16px 20px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .sooth__item {
    padding: 11px 50px 11px 15px;
  }
}
.sooth__name {
  max-width: 220px;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .sooth__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sooth__name {
    font-size: 13px;
  }
}
.sooth__text {
  margin-top: 8px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .sooth__text {
    font-size: 14px;
  }
  .sooth__text br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sooth__text {
    margin-top: 3px;
    font-size: 13px;
  }
}
.sooth__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #F8F9FA;
  background-color: #F8F9FA;
  border-top: none;
  border-right: none;
}
.sooth__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .sooth__icon-img {
    width: 34px;
    height: 34px;
  }
}
.sooth__icon-img img {
  max-width: 24px;
  max-height: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sooth__icon-img img {
    max-width: 19px;
    max-height: 19px;
  }
}

.thing {
  max-width: 480px;
  padding-left: 37px;
  position: relative;
}
@media (max-width: 1329px) {
  .thing {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .thing {
    max-width: none;
    padding-left: 29px;
  }
}
.thing__dots.swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}
.thing__dots.swiper-pagination-bullets span.swiper-pagination-bullet {
  opacity: 1;
  min-width: 4px;
  width: 100%;
  max-width: 4px;
  height: 4px;
  margin: 0 5px 0 0;
  background: rgba(18, 19, 20, 0.3);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .thing__dots.swiper-pagination-bullets span.swiper-pagination-bullet {
    min-width: 3px;
    max-width: 3px;
    height: 3px;
  }
}
.thing__dots.swiper-pagination-bullets span.swiper-pagination-bullet:hover {
  background: rgba(18, 19, 20, 0.5);
}
.thing__dots.swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background: #121314;
}
.thing__set.swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.thing__unit:not(.swiper-slide-active) {
  opacity: 0 !important;
}
.thing__item {
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1329px) {
  .thing__item {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .thing__item {
    font-size: 13px;
    line-height: 16px;
  }
}

.suit {
  padding-top: 72px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .suit {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .suit {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.suit__head {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .suit__head {
    margin-bottom: 15px;
  }
}
.suit__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .suit__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .suit__title {
    font-size: 24px;
  }
}
.suit__titlesub {
  margin-top: 10px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .suit__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .suit__titlesub {
    margin-top: 5px;
    font-size: 16px;
  }
}
.suit__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.suit__unit {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .suit__unit {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .suit__unit {
    padding-bottom: 15px;
  }
}
.suit__item {
  height: 100%;
  background-color: #F4F5F6;
  padding: 30px 30px 31px 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #F4F5F6;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .suit__item {
    padding: 19px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .suit__item {
    padding: 15px 15px 15px 15px;
  }
}
.suit__item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-color: #FEBE01;
}
@media (max-width: 1329px) {
  .suit__item:hover {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}
.suit__item:hover .suit__icon {
  background-color: #FEBE01;
}
.suit__item:hover .suit__icon svg path {
  fill: #121314;
}
.suit__item:hover .suit__ul {
  background-color: #ffffff;
}
.suit__item:hover .suit__li {
  background-color: #F8F9FA;
}
.suit__item:hover .suit__li:hover {
  background-color: rgba(254, 190, 1, 0.1);
}
.suit__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1329px) {
  .suit__cap {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.suit__icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .suit__icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.suit__icon svg {
  max-width: 38px;
  max-height: 31px;
}
@media (max-width: 1329px) {
  .suit__icon svg {
    max-width: 30px;
    max-height: 29px;
  }
}
.suit__icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.suit__name {
  padding-top: 1px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #121314;
}
@media (max-width: 1329px) {
  .suit__name {
    padding-top: 4px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .suit__name {
    font-size: 16px;
    max-width: 190px;
    padding-top: 0;
  }
}
.suit__ul {
  background-color: #F4F5F6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.suit__li {
  text-decoration: none;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 15px 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  min-height: 50.5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .suit__li {
    font-size: 14px;
    min-height: 40px;
    padding: 7px 15px 6px 15px;
  }
}
@media (max-width: 767px) {
  .suit__li {
    font-size: 13px;
    line-height: 130%;
    padding: 8px 15px 9px 10px;
  }
}
.suit__li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .suit__li:not(:last-child) {
    margin-bottom: 5.2px;
  }
}
.suit__li img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .suit__li img {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.suit__logo {
  position: absolute;
  bottom: 28px;
  right: 30px;
  width: 130px;
  height: 97px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.suit__footer {
  padding: 30px 31px 30px 30px;
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .suit__footer {
    padding: 18px 20px 14px 20px;
  }
}
@media (max-width: 767px) {
  .suit__footer {
    margin-top: 15px;
    padding: 13px 15px 15px 80px;
    position: relative;
    display: block;
  }
}
.suit__part {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1329px) {
  .suit__part {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .suit__part {
    margin-right: 0;
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }
}
.suit__part img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .suit__part img {
    width: 30px;
    height: 29px;
  }
}
.suit__footnote {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .suit__footnote {
    font-size: 18px;
    line-height: 122%;
  }
  .suit__footnote br {
    display: none;
  }
}
@media (max-width: 767px) {
  .suit__footnote {
    font-size: 16px;
    line-height: 120%;
  }
}
.suit__btn {
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .suit__btn {
    min-width: 161px;
    max-width: 161px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .suit__btn {
    margin-left: 0;
    margin-top: 10px;
    min-width: auto;
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    padding: 10px 5px 10px 5px;
  }
}
.suit__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.industry {
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .industry {
    padding-top: 45px;
    padding-bottom: 88px;
  }
}
@media (max-width: 767px) {
  .industry {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
.industry__head {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .industry__head {
    margin-bottom: 15px;
  }
}
.industry__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .industry__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .industry__title {
    font-size: 24px;
  }
}
.industry__titlesub {
  margin-top: 11px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .industry__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .industry__titlesub {
    margin-top: 6px;
    font-size: 16px;
    line-height: 118%;
  }
}
.industry__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.industry__unit {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .industry__unit {
    width: 100%;
    padding-bottom: 15px;
  }
}
.industry__item {
  display: block;
  text-decoration: none;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 23px 44% 40px 30px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  min-height: 340px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industry__item {
    min-height: 240px;
    padding: 24px 44% 34px 20px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .industry__item {
    padding: 46px 10px 12.2px 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  }
}
.industry__item:hover {
  background-color: #B8091A;
}
.industry__item:hover:after {
  background-color: #FEBE01;
}
@media (max-width: 767px) {
  .industry__item:hover:after {
    background-color: #B8091A;
    opacity: 1;
  }
}
.industry__item:hover .industry__name {
  color: #FFFFFF;
}
.industry__item:hover .industry__li {
  color: #FFFFFF;
}
.industry__item:hover .industry__li svg path {
  fill: #FEBE01;
}
.industry__item:hover .industry__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.industry__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 27%;
  height: 100%;
  background-color: #B8091A;
  z-index: -2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .industry__item:after {
    width: 24.3%;
  }
}
@media (max-width: 767px) {
  .industry__item:after {
    width: 100%;
    opacity: 0;
  }
}
.industry__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
  margin-bottom: 17px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industry__name {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .industry__name {
    font-size: 16px;
    margin-left: 125px;
    margin-bottom: 41px;
    min-height: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.industry__li {
  padding-left: 27px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industry__li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .industry__li {
    font-size: 13px;
  }
}
.industry__li:not(:last-child) {
  margin-bottom: 13.5px;
}
@media (max-width: 1329px) {
  .industry__li:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
@media (max-width: 767px) {
  .industry__li:not(:last-child) {
    margin-bottom: 10.2px;
  }
}
.industry__li svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}
@media (max-width: 1329px) {
  .industry__li svg {
    width: 10px;
    height: 10px;
  }
}
.industry__li svg path {
  fill: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.industry__img {
  position: absolute;
  top: 49.7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: -1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1329px) {
  .industry__img {
    right: 4.3%;
  }
}
@media (max-width: 767px) {
  .industry__img {
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 25px;
    left: 15px;
    width: 110px;
    height: 110px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #FEBE01;
  }
}
.industry__img img {
  max-height: 300px;
  max-width: 240px;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industry__img img {
    max-height: 200px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .industry__img img {
    position: absolute;
    top: 36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 100px;
    max-width: 95px;
  }
}
.industry__footer {
  padding: 30px 30px 30px 30px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .industry__footer {
    padding: 17px 20px 14px 20px;
  }
}
@media (max-width: 767px) {
  .industry__footer {
    display: none;
  }
}
.industry__part {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1329px) {
  .industry__part {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.industry__part img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .industry__part img {
    width: 30px;
    height: 29px;
  }
}
.industry__footnote {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .industry__footnote {
    font-size: 18px;
    line-height: 122%;
  }
  .industry__footnote br {
    display: none;
  }
}
.industry__btn {
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industry__btn {
    min-width: 161px;
    max-width: 161px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
.industry__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.drive {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 38px;
}
@media (max-width: 1329px) {
  .drive {
    height: 21px;
  }
}
@media (max-width: 767px) {
  .drive {
    height: 20px;
  }
}
.drive__bcg {
  height: 100%;
  background-image: url(../img/drive.jpg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: left center;
  pointer-events: none;
}
.drive__car {
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 63px;
  -webkit-animation: run 9s linear infinite;
  animation: run 9s linear infinite;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .drive__car {
    bottom: 5px;
    height: 33px;
  }
}
@media (max-width: 767px) {
  .drive__car {
    bottom: 3px;
  }
}

@-webkit-keyframes run {
  0% {
    left: -170px;
  }
  100% {
    left: 100%;
  }
}

@keyframes run {
  0% {
    left: -170px;
  }
  100% {
    left: 100%;
  }
}
.resolves {
  padding-top: 72px;
  padding-bottom: 81px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .resolves {
    padding-top: 44px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .resolves {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.resolves__head {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .resolves__head {
    margin-bottom: 15px;
  }
}
.resolves__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .resolves__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .resolves__title {
    font-size: 24px;
  }
}
.resolves__titlesub {
  margin-top: 11px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .resolves__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .resolves__titlesub {
    margin-top: 6px;
    font-size: 16px;
    line-height: 118%;
  }
}
.resolves__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .resolves__set {
    margin-left: -20px;
  }
}
.resolves__unit {
  width: 25%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .resolves__unit {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .resolves__unit {
    width: 100%;
    padding-bottom: 15px;
  }
}
.resolves__item {
  height: 100%;
  background-color: #F4F5F6;
  padding: 65px 20px 19px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #F4F5F6;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .resolves__item {
    padding: 65px 21px 18px 20px;
  }
}
@media (max-width: 767px) {
  .resolves__item {
    padding: 59px 15px 15px 15px;
  }
}
.resolves__item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-color: #FEBE01;
}
@media (max-width: 1329px) {
  .resolves__item:hover {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .resolves__item:hover {
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.1);
  }
}
.resolves__item:hover .resolves__icon {
  border-color: #F8F9FA;
  background-color: #F8F9FA;
}
.resolves__item:hover .resolves__icon-img {
  background-color: #FEBE01;
}
.resolves__item:hover .resolves__icon-img svg:not(.svg-stroke) path {
  fill: #121314;
}
.resolves__item:hover .resolves__icon-img svg.svg-stroke path {
  stroke: #121314;
}
.resolves__item:hover .resolves__mass {
  background-color: #F4F5F6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.resolves__item:hover .resolves__li {
  background-color: #ffffff;
}
.resolves__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #ffffff;
  border-top: none;
  border-right: none;
}
.resolves__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .resolves__icon-img {
    width: 34px;
    height: 34px;
  }
}
.resolves__icon-img svg {
  max-width: 24px;
  max-height: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .resolves__icon-img svg {
    max-width: 19px;
    max-height: 19px;
  }
}
.resolves__icon-img svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.resolves__name {
  position: absolute;
  top: 14px;
  left: 20px;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .resolves__name {
    top: 16px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .resolves__name {
    font-size: 16px;
    top: 17px;
    left: 15px;
  }
}
.resolves__mass {
  padding: 15px 20px 21px 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .resolves__mass {
    padding: 16px 20px 19px 20px;
  }
}
@media (max-width: 767px) {
  .resolves__mass {
    padding: 11px 15px 15px 15px;
  }
}
.resolves__topic {
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 13px;
}
@media (max-width: 1329px) {
  .resolves__topic {
    font-size: 14px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .resolves__topic {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.resolves__li {
  background-color: #F8F9FA;
  padding: 9px 13px 8px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .resolves__li {
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .resolves__li {
    font-size: 13px;
    padding: 5px 13px 5px 10px;
  }
}
.resolves__li:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .resolves__vantage {
    margin-top: 12px;
  }
}

.vantage {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #F4F5F6;
  padding: 23px 30px 29px 41.5%;
  position: relative;
}
@media (max-width: 1329px) {
  .vantage {
    padding: 18px 30px 53px 20px;
  }
}
@media (max-width: 767px) {
  .vantage {
    padding: 19px 20px 183px 20px;
  }
}
.vantage__image {
  position: absolute;
  top: 27px;
  left: 0;
  max-width: 41%;
  max-height: 92%;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .vantage__image {
    top: auto;
    bottom: 1px;
    left: 0;
    max-width: 217px;
    max-height: 112px;
  }
}
@media (max-width: 767px) {
  .vantage__image {
    max-width: 315px;
    width: 100%;
    max-height: 178px;
    bottom: -4px;
    left: 8px;
  }
}
.vantage__image img {
  max-width: 100%;
  max-height: 100%;
}
.vantage__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 21px;
}
@media (max-width: 1329px) {
  .vantage__head {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .vantage__head {
    margin-bottom: 9px;
  }
}
.vantage__logo {
  min-width: 67px;
  max-width: 67px;
  margin-top: 7px;
  margin-right: 19px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .vantage__logo {
    min-width: 53px;
    max-width: 53px;
    margin-top: 2px;
    margin-right: 15px;
  }
}
.vantage__title {
  color: #121314;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .vantage__title {
    font-size: 18px;
    line-height: 128%;
  }
}
.vantage__content {
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .vantage__content {
    font-size: 14px;
    line-height: 130%;
    padding-right: 15px;
  }
}
.vantage__content ul li {
  padding-left: 27px;
  position: relative;
}
@media (max-width: 767px) {
  .vantage__content ul li {
    padding-left: 20px;
  }
}
.vantage__content ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/vantage-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1329px) {
  .vantage__content ul li:before {
    top: 3px;
  }
}
@media (max-width: 767px) {
  .vantage__content ul li:before {
    width: 10px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.vantage__content ul li:not(:last-child) {
  margin-bottom: 13.5px;
}
@media (max-width: 1329px) {
  .vantage__content ul li:not(:last-child) {
    margin-bottom: 9.5px;
  }
}
.vantage__cellar {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1329px) {
  .vantage__cellar {
    margin-top: 38px;
    padding-left: 218px;
  }
}
@media (max-width: 767px) {
  .vantage__cellar {
    padding-left: 0;
    margin-top: 16px;
  }
}
.vantage__btn {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .vantage__btn {
    min-width: 181px;
    max-width: 181px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .vantage__btn {
    min-width: auto;
    width: 100%;
    max-width: 295px;
    font-size: 13px;
    padding: 10px 5px 10px 5px;
  }
}
.vantage__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.store {
  background-color: #eee;
  overflow: hidden;
  position: relative;
  min-height: 695px;
}
.store.msk .store__map, .store.msk .store__under {
  display: none;
}
.store.msk .store__center {
  display: block;
}
.store.msk .store__main {
  min-height: auto;
}
.store.piter .store__map, .store.piter .store__under {
  display: block;
}
.store.piter .store__center {
  display: none;
}
@media (max-width: 1329px) {
  .store {
    min-height: auto;
  }
}
@media (max-width: 1329px) {
  .store__main {
    position: relative;
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .store__main {
    min-height: 500px;
  }
}
.store__hat {
  position: relative;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 19px;
  padding-bottom: 17px;
}
@media (max-width: 1329px) {
  .store__hat {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .store__hat {
    padding-top: 11px;
    padding-bottom: 7px;
  }
}
.store__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .store__head {
    display: block;
  }
}
.store__caption {
  max-width: 480px;
  min-width: 680px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .store__caption {
    padding-top: 11px;
    padding-bottom: 8px;
    min-width: 370px;
    max-width: 370px;
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .store__caption {
    padding-top: 5px;
    padding-bottom: 6px;
    min-width: auto;
    max-width: 335px;
    font-size: 16px;
    line-height: 126%;
  }
  .store__caption + .store__kit {
    padding-bottom: 3px;
  }
}
.store__dyad {
  max-width: 600px;
  min-width: 600px;
}
@media (max-width: 1329px) {
  .store__dyad {
    min-width: 310px;
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .store__dyad {
    min-width: auto;
    max-width: 335px;
  }
}
.store__rubric {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #ffffff;
}
@media (max-width: 1329px) {
  .store__rubric {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .store__rubric {
    font-size: 16px;
  }
}
.store__rubricsub {
  margin-top: 7px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 1329px) {
  .store__rubricsub {
    margin-top: 4px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .store__rubricsub {
    margin-top: 1px;
    font-size: 13px;
    line-height: 130%;
  }
}
.store__kit {
  padding-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .store__kit {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .store__kit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 9px;
  }
}
.store__city {
  margin-left: 15px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 10px 21px 9px 20px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .store__city {
    font-size: 14px;
    padding: 8px 16px 8px 14.5px;
  }
}
@media (max-width: 767px) {
  .store__city {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 6px 15px 6px 15px;
  }
}
.store__city:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.store__city.active {
  background-color: #ffffff;
  color: #121314;
  pointer-events: none;
}
.store__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.store__map .ymaps-2-1-79-map {
  height: 100% !important;
}
.store__map .ymaps-2-1-79-copyright,
.store__map .ymaps-2-1-79-map-copyrights-promo {
  display: none;
}
.store__map .ymaps-2-1-79-copyright {
  display: none;
}
.store__map .ymaps-2-1-79-ground-pane {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.store__map .ymaps-2-1-79-balloon {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.store__map .ymaps-2-1-79-balloon__layout {
  background: transparent;
}
.store__map .ymaps-2-1-79-balloon__close, .store__map .ymaps-2-1-79-balloon__tail {
  display: none;
}
.store__map .ymaps-2-1-79-balloon__content {
  min-width: auto;
  background: transparent;
  margin-right: 0 !important;
  min-height: auto;
  padding: 0;
}
.store__map .ymaps-2-1-79-balloon__content > ymaps {
  width: auto !important;
  height: 50px !important;
}
.store__map .ymaps-2-1-79-balloon .hint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.store__map .ymaps-2-1-79-balloon .hint__point {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.store__under {
  min-height: 595px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .store__under {
    min-height: auto;
    padding-top: 17px;
    padding-bottom: 20px;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .store__under {
    padding-top: 16px;
    padding-bottom: 21px;
  }
}
.store__block {
  pointer-events: all;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  max-width: 410px;
  width: 100%;
  padding: 24px 30px 30px 30px;
}
@media (max-width: 1329px) {
  .store__block {
    max-width: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
}
.store__cap {
  margin-bottom: 26px;
}
@media (max-width: 1329px) {
  .store__cap {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .store__cap {
    margin-bottom: 15px;
  }
}
.store__topic {
  color: #B8091A;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .store__topic {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .store__topic {
    font-size: 16px;
  }
}
.store__address {
  margin-top: 5px;
  color: #121314;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .store__address {
    margin-top: 3px;
    font-size: 13px;
  }
}
.store__data {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .store__data {
    padding-right: 0;
  }
}
.store__data-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #121314;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .store__data-item {
    font-size: 13px;
    line-height: 130%;
  }
}
.store__data-item:not(:last-child) {
  margin-bottom: 15.5px;
}
@media (max-width: 1329px) {
  .store__data-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.store__data-item img {
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .store__data-item img {
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.store__gallery {
  margin-top: 15px;
}
@media (max-width: 1329px) {
  .store__gallery {
    max-width: 334px;
    margin-top: 12px;
  }
}
.store__gallery-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
@media (max-width: 1329px) {
  .store__gallery-set {
    margin-left: -13px;
  }
}
.store__gallery-unit {
  width: 25%;
  padding-left: 10px;
  padding-top: 10px;
}
@media (max-width: 1329px) {
  .store__gallery-unit {
    padding-left: 13px;
    padding-top: 13px;
  }
}
.store__gallery-item {
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.store__gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.store__center {
  position: relative;
  z-index: 2;
  padding-top: 62px;
  padding-bottom: 60px;
  display: none;
}
@media (max-width: 1329px) {
  .store__center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .store__center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.store__bcg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
}
.store__bcg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.store__mass {
  background-color: #ffffff;
  max-width: 630px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 22px 30px 30px 30px;
}
@media (max-width: 1329px) {
  .store__mass {
    max-width: none;
    padding: 16px 21px 20px 20px;
  }
}
@media (max-width: 767px) {
  .store__mass {
    padding: 17px 20px 20px 20px;
  }
}
.store__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
  margin-bottom: 10px;
}
@media (max-width: 1329px) {
  .store__title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .store__title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 7px;
  }
}
.store__titlesub {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 122%;
  color: #121314;
  margin-bottom: 27px;
}
@media (max-width: 1329px) {
  .store__titlesub {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .store__titlesub {
    font-size: 13px;
    line-height: 130%;
  }
}
.store__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media (max-width: 1329px) {
  .store__set {
    margin-left: -15px;
  }
}
.store__unit {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .store__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .store__unit {
    width: 100%;
  }
}
.store__field {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .store__field {
    font-size: 14px;
    padding: 8px 12px 7px 9px;
  }
}
@media (max-width: 767px) {
  .store__field {
    font-size: 13px;
    padding: 9px 12px 8px 9px;
  }
}
.store__field::-webkit-input-placeholder {
  color: #8A8B8C;
}
.store__field::-moz-placeholder {
  color: #8A8B8C;
}
.store__field:-ms-input-placeholder {
  color: #8A8B8C;
}
.store__field::-ms-input-placeholder {
  color: #8A8B8C;
}
.store__field::placeholder {
  color: #8A8B8C;
}
.store__field.invalid {
  border-color: red;
}
.store__row {
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .store__row {
    padding-bottom: 15px;
  }
}
.store__textarea {
  display: block;
  resize: none;
  height: 80px;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .store__textarea {
    height: 70px;
    font-size: 14px;
    padding: 11px 12px 10px 9px;
  }
}
@media (max-width: 767px) {
  .store__textarea {
    font-size: 13px;
    padding: 10px 12px 8px 9px;
  }
}
.store__textarea::-webkit-input-placeholder {
  color: #8A8B8C;
}
.store__textarea::-moz-placeholder {
  color: #8A8B8C;
}
.store__textarea:-ms-input-placeholder {
  color: #8A8B8C;
}
.store__textarea::-ms-input-placeholder {
  color: #8A8B8C;
}
.store__textarea::placeholder {
  color: #8A8B8C;
}
.store__textarea.invalid {
  border-color: red;
}
.store__caudal {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) and (min-width: 768px) {
  .store__caudal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .store__caudal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.store__captcha {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  zoom: 0.8;
}
@media (max-width: 1329px) {
  .store__captcha {
    zoom: 0.7;
  }
}
@media (max-width: 767px) {
  .store__captcha {
    zoom: 0.8;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.store__captcha img {
  min-width: 194px;
  max-width: 194px;
}
.store__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.store__checkbox-label {
  min-width: 249px;
  max-width: 249px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.store__checkbox-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.store__checkbox-label input.invalid + .store__checkbox-part .store__checkbox-square {
  border-color: red;
}
.store__checkbox-label input:checked + .store__checkbox-part .store__checkbox-square img {
  opacity: 1;
}
.store__checkbox-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.store__checkbox-square {
  margin-right: 10px;
  border: 1px solid #E4E5E6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.store__checkbox-square img {
  opacity: 0;
  max-width: 10px;
  max-height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.store__checkbox-text {
  padding-top: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #8A8B8C;
}
.store__btn {
  margin-top: 19px;
  width: 100%;
  cursor: pointer;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) and (min-width: 768px) {
  .store__btn {
    margin-top: 0;
    font-size: 14px;
    min-width: 131px;
    max-width: 131px;
    padding: 7px 9px 6px 9px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .store__btn {
    margin-top: 15px;
    font-size: 13px;
    padding: 7px 9px 6px 9px;
  }
}
.store__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.proffer {
  background-color: #F8F9FA;
  padding-top: 80px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .proffer {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .proffer {
    padding-top: 40px;
  }
}
.proffer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px 30px 24px 30px;
}
@media (max-width: 1329px) {
  .proffer__container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .proffer__container {
    padding: 13px 15px 15px 15px;
  }
}
.proffer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.proffer__icon {
  margin-top: 7px;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .proffer__icon {
    margin-top: 0;
    margin-right: 15px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .proffer__icon {
    margin-top: 12px;
  }
}
.proffer__icon img {
  max-width: 33px;
  max-height: 33px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .proffer__icon img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media (max-width: 1329px) {
  .proffer__beside {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .proffer__beside {
    padding-top: 0;
  }
}
.proffer__title {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1329px) {
  .proffer__title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .proffer__title {
    font-size: 16px;
  }
}
.proffer__text {
  margin-top: 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .proffer__text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .proffer__text {
    font-size: 13px;
  }
}
.proffer__right {
  padding-top: 15px;
  margin-left: 40px;
}
@media (max-width: 1329px) {
  .proffer__right {
    margin-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .proffer__right {
    padding-top: 11px;
    padding-left: 65px;
  }
}
.proffer__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .proffer__form {
    display: block;
  }
}
.proffer__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .proffer__set {
    display: block;
  }
}
.proffer__row {
  padding-right: 20px;
}
@media (max-width: 1329px) {
  .proffer__row {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .proffer__row {
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.proffer__field {
  display: block;
  min-width: 240px;
  width: 100%;
  max-width: 240px;
  padding: 12px 12px 12px 14px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .proffer__field {
    font-size: 14px;
    padding: 8px 12px 7px 9px;
    min-width: 210px;
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .proffer__field {
    min-width: auto;
    max-width: none;
    font-size: 13px;
    padding: 9px 12px 8px 9px;
  }
}
.proffer__field::-webkit-input-placeholder {
  color: #8A8B8C;
}
.proffer__field::-moz-placeholder {
  color: #8A8B8C;
}
.proffer__field:-ms-input-placeholder {
  color: #8A8B8C;
}
.proffer__field::-ms-input-placeholder {
  color: #8A8B8C;
}
.proffer__field::placeholder {
  color: #8A8B8C;
}
.proffer__field.invalid {
  border-color: red;
}
.proffer__btn {
  min-width: 240px;
  max-width: 240px;
  cursor: pointer;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .proffer__btn {
    min-width: auto;
    width: 100%;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .proffer__btn {
    max-width: none;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.proffer__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.proffer__btn:hover svg path {
  stroke: #FEBE01;
}
.proffer__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .proffer__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .proffer__btn svg {
    height: 8px;
  }
}
.proffer__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.results {
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 49px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .results {
    padding-top: 45px;
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .results {
    padding-top: 35px;
    padding-bottom: 168px;
  }
}
.results.white {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .results.white {
    padding-bottom: 4px;
  }
}
.results.white .results__item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F4F5F6;
}
.results.white .results__item:hover {
  background-color: #ffffff;
}
.results.white .results__item:hover .results__sum {
  background-color: #ffffff;
}
.results.white .results__li {
  background-color: #ffffff;
}
.results.white .results__sum {
  background-color: #F4F5F6;
}
@media (max-width: 1329px) {
  .results__container {
    position: relative;
    z-index: 2;
  }
}
.results__head {
  margin-bottom: 54px;
}
@media (max-width: 1329px) {
  .results__head {
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .results__head {
    margin-bottom: 45px;
  }
}
.results__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .results__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .results__title {
    font-size: 24px;
  }
}
.results__titlesub {
  margin-top: 11px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .results__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .results__titlesub {
    margin-top: 5px;
    font-size: 16px;
    line-height: 118%;
  }
}
.results__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .results__set {
    margin-left: -20px;
  }
}
.results__unit {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .results__unit {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .results__unit {
    width: 100%;
    padding-bottom: 35.8px;
  }
}
.results__item {
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 29px 29px 29px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .results__item {
    padding: 0 19px 19px 14px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .results__item {
    padding: 0 14px 14px 14px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.results__item:hover {
  border-color: #FEBE01;
}
.results__item:hover .results__li {
  background-color: rgba(254, 190, 1, 0.1);
}
.results__item:hover .results__sum {
  border-color: #FEBE01;
}
.results__logo {
  margin-top: -32px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .results__logo {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-top: -21px;
  }
}
.results__logo img {
  max-width: 92%;
  max-height: 92%;
  pointer-events: none;
}
.results__name {
  padding-top: 15px;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .results__name {
    font-size: 18px;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .results__name {
    font-size: 16px;
    padding-top: 6px;
  }
}
.results__category {
  margin-top: 6px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .results__category {
    margin-top: 1px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .results__category {
    font-size: 13px;
    margin-top: 0;
  }
}
.results__ul {
  margin-top: 14px;
  width: 100%;
}
@media (max-width: 767px) {
  .results__ul {
    margin-top: 11px;
  }
}
.results__li {
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px 8px 12px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .results__li {
    font-size: 14px;
    line-height: 130%;
    padding: 6px 12px 6px 12px;
  }
}
@media (max-width: 767px) {
  .results__li {
    font-size: 13px;
  }
}
.results__li:not(:last-child) {
  margin-bottom: 5px;
}
.results__sum {
  margin-top: 5px;
  text-align: center;
  padding: 8px 12px 6px 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D0D1D2;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .results__sum {
    padding: 6px 12px 4px 12px;
    font-size: 14px;
    line-height: 128%;
  }
}
@media (max-width: 767px) {
  .results__sum {
    font-size: 13px;
    line-height: 130%;
    padding: 5px 12px 5px 12px;
  }
}
.results__invoiceImg {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1329px) and (min-width: 768px) {
  .results__invoiceImg {
    display: block;
  }
}

.offer {
  position: relative;
  padding-top: 79px;
  padding-bottom: 80px;
  min-height: 615px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .offer {
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .offer {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}
.offer__left {
  max-width: 880px;
  width: 100%;
  padding: 24px 30px 23px 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #F4F5F6;
  position: relative;
  z-index: 4;
}
@media (max-width: 1329px) {
  .offer__left {
    padding: 17px 21px 20px 20px;
  }
}
@media (max-width: 767px) {
  .offer__left {
    padding: 17px 20px 20px 20px;
  }
}
.offer__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
  text-align: center;
  padding-right: 60px;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .offer__title {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .offer__title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 16px;
  }
}
.offer__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media (max-width: 1329px) {
  .offer__set {
    margin-left: -15px;
  }
}
.offer__unit {
  width: 33.333%;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1330px) {
  .offer__unit:nth-child(4) {
    width: 100%;
  }
}
@media (max-width: 1329px) {
  .offer__unit {
    padding-left: 15px;
    padding-bottom: 15px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .offer__unit {
    width: 100%;
  }
}
.offer__field {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .offer__field {
    font-size: 14px;
    padding: 8px 12px 7px 9px;
  }
}
@media (max-width: 767px) {
  .offer__field {
    font-size: 13px;
    padding: 9px 12px 8px 9px;
  }
}
.offer__field::-webkit-input-placeholder {
  color: #8A8B8C;
}
.offer__field::-moz-placeholder {
  color: #8A8B8C;
}
.offer__field:-ms-input-placeholder {
  color: #8A8B8C;
}
.offer__field::-ms-input-placeholder {
  color: #8A8B8C;
}
.offer__field::placeholder {
  color: #8A8B8C;
}
.offer__field.invalid {
  border-color: red;
}
.offer__row {
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .offer__row {
    padding-bottom: 15px;
  }
}
.offer__textarea {
  display: block;
  resize: none;
  height: 80px;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .offer__textarea {
    height: 70px;
    font-size: 14px;
    padding: 11px 12px 10px 9px;
  }
}
@media (max-width: 767px) {
  .offer__textarea {
    font-size: 13px;
    padding: 10px 12px 8px 9px;
  }
}
.offer__textarea::-webkit-input-placeholder {
  color: #8A8B8C;
}
.offer__textarea::-moz-placeholder {
  color: #8A8B8C;
}
.offer__textarea:-ms-input-placeholder {
  color: #8A8B8C;
}
.offer__textarea::-ms-input-placeholder {
  color: #8A8B8C;
}
.offer__textarea::placeholder {
  color: #8A8B8C;
}
.offer__textarea.invalid {
  border-color: red;
}
.offer__caudal {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .offer__caudal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.offer__captcha {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  zoom: 0.8;
}
@media (max-width: 1329px) {
  .offer__captcha {
    zoom: 0.7;
  }
}
@media (max-width: 767px) {
  .offer__captcha {
    zoom: 0.8;
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.offer__captcha img {
  min-width: 194px;
  max-width: 194px;
}
.offer__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.offer__checkbox-label {
  min-width: 255px;
  max-width: 255px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.offer__checkbox-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.offer__checkbox-label input.invalid + .offer__checkbox-part .offer__checkbox-square {
  border-color: red;
}
.offer__checkbox-label input:checked + .offer__checkbox-part .offer__checkbox-square img {
  opacity: 1;
}
.offer__checkbox-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.offer__checkbox-square {
  margin-right: 10px;
  border: 1px solid #E4E5E6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offer__checkbox-square img {
  opacity: 0;
  max-width: 10px;
  max-height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.offer__checkbox-text {
  padding-top: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #8A8B8C;
}
.offer__btn {
  margin-left: 15px;
  min-width: 240px;
  max-width: 240px;
  cursor: pointer;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .offer__btn {
    min-width: 131px;
    max-width: 131px;
    font-size: 14px;
    padding: 7px 7px 6px 7px;
  }
}
@media (max-width: 767px) {
  .offer__btn {
    margin-top: 15px;
    margin-left: 0;
    min-width: auto;
    width: 100%;
    font-size: 13px;
    max-width: 295px;
  }
}
.offer__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.offer__image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  pointer-events: none;
}
@media (max-width: 1800px) {
  .offer__image {
    right: -8%;
    max-width: 58%;
  }
}
@media (max-width: 1329px) {
  .offer__image {
    bottom: 100%;
    right: 0;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .offer__image {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.offer__image img {
  max-height: 100%;
  max-width: 100%;
}
.offer__picture {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1800px) {
  .offer__picture {
    right: -8%;
    max-width: 58%;
  }
}
@media (max-width: 1329px) {
  .offer__picture {
    background-color: #F8F9FA;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    position: relative;
    right: 0;
    max-width: 100%;
    max-height: none;
    height: auto;
    margin-top: -56px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .offer__picture {
    margin-top: -84px;
    margin-bottom: 19px;
  }
}
.offer__picture img {
  max-height: 100%;
  max-width: 100%;
}

.attach {
  border: 1px dashed #8A8B8C;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.attach.loaded .attach__btn {
  opacity: 0;
  pointer-events: none;
}
.attach.loaded .attach__twain {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.attach__icon {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 20px;
  height: 19px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .attach__icon {
    top: 9px;
    right: 8px;
    width: 17px;
    height: 16px;
  }
}
.attach__btn {
  position: relative;
  overflow: hidden;
  border: none;
  text-decoration: none;
  width: 100%;
  text-align: left;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #8A8B8C;
  padding: 14px 55px 13px 14px;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1329px) {
  .attach__btn {
    font-size: 14px;
    padding: 9px 55px 10px 9px;
  }
}
@media (max-width: 767px) {
  .attach__btn {
    font-size: 13px;
    padding: 10px 55px 10px 9px;
  }
}
.attach__btn:hover:after {
  opacity: 0.7;
}
.attach__btn label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.attach__btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  pointer-events: none;
}
.attach__twain {
  position: absolute;
  top: 12px;
  left: 14px;
  display: none;
}
@media (max-width: 1329px) {
  .attach__twain {
    top: 9px;
    left: 10px;
  }
}
.attach__text {
  max-width: 680px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #121314;
}
@media (max-width: 1329px) {
  .attach__text {
    max-width: 520px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .attach__text {
    max-width: 160px;
    font-size: 13px;
  }
}
.attach__del {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  margin-left: 12px;
  margin-top: 1px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .attach__del {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-top: 0;
  }
}
.attach__del svg {
  width: 100%;
  height: 100%;
}
.attach__del svg circle {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.attach__del:hover svg circle {
  fill: #121314;
}

.rede {
  background-color: #F8F9FA;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .rede {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .rede {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}
.rede.white {
  background-color: #ffffff;
}
.rede__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .rede__head {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .rede__head {
    padding-right: 40px;
    margin-bottom: 14px;
  }
}
.rede__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 107px;
  max-width: 107px;
  margin-right: 30px;
}
@media (max-width: 1329px) {
  .rede__logo {
    min-width: 80px;
    max-width: 80px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .rede__logo {
    min-width: 53px;
    max-width: 53px;
    margin-right: 15px;
    margin-top: 17px;
  }
}
.rede__logo img {
  width: 100%;
  pointer-events: none;
}
.rede__caption {
  padding-top: 7px;
  font-size: 24px;
  line-height: 140%;
  color: #121314;
  font-weight: 600;
}
@media (max-width: 1329px) {
  .rede__caption {
    padding-top: 9px;
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .rede__caption {
    padding-top: 0;
    font-size: 16px;
    line-height: 118%;
  }
  .rede__caption br {
    display: none;
  }
}
.rede__content {
  font-size: 16px;
  line-height: 150%;
  color: #121314;
  font-weight: 400;
  margin-bottom: 57px;
}
@media (max-width: 1329px) {
  .rede__content {
    font-size: 14px;
    line-height: 129%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .rede__content {
    font-size: 13px;
    line-height: 130%;
    margin-bottom: 22px;
  }
}
.rede__content p {
  padding-bottom: 17px;
}
@media (max-width: 1329px) {
  .rede__content p {
    padding-bottom: 11.6px;
  }
}
@media (max-width: 767px) {
  .rede__content p {
    padding-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .rede__bond {
    padding-top: 3px;
  }
}

.bond {
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 30px 38px 30px;
}
@media (max-width: 1329px) {
  .bond {
    padding: 14px 20px 20px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .bond {
    display: block;
    padding: 15px 15px 15px 15px;
  }
}
.bond__left {
  max-width: 270px;
  min-width: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .bond__left {
    min-width: auto;
    max-width: none;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .bond__left {
    margin-right: 0;
  }
}
.bond__icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .bond__icon {
    margin-right: 0;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .bond__icon {
    margin-top: 0;
    margin-right: 15px;
  }
}
.bond__icon img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .bond__icon img {
    width: 30px;
    height: 29px;
  }
}
.bond__title {
  padding-top: 2px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #ffffff;
}
@media (max-width: 1329px) {
  .bond__title {
    display: none;
  }
}
@media (max-width: 767px) {
  .bond__title {
    padding-top: 6px;
    display: block;
    max-width: 160px;
    font-size: 16px;
    line-height: 120%;
  }
}
.bond__right {
  padding-top: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .bond__right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .bond__right {
    padding-top: 10px;
    padding-left: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bond__address {
  max-width: 243px;
  min-width: 243px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .bond__address {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    max-width: 191px;
    min-width: 191px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .bond__address {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.bond__address span {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 1329px) {
  .bond__address span {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .bond__address span {
    font-size: 16px;
    line-height: 20px;
  }
}
.bond__address small {
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .bond__address small {
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
  }
}
.bond__email {
  max-width: 225px;
  min-width: 225px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .bond__email {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    max-width: 170px;
    min-width: 170px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .bond__email {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.bond__email a {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .bond__email a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .bond__email a {
    font-size: 16px;
    line-height: 20px;
  }
}
.bond__email a:hover {
  color: #FEBE01;
}
.bond__email small {
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .bond__email small {
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
  }
}
.bond__phone {
  max-width: 231px;
  min-width: 231px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .bond__phone {
    max-width: 194px;
    min-width: 194px;
    margin-right: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .bond__phone {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
  }
}
.bond__phone a {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .bond__phone a {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .bond__phone a {
    font-size: 16px;
    line-height: 20px;
  }
}
.bond__phone a:hover {
  color: #FEBE01;
}
.bond__phone small {
  margin-top: 5px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .bond__phone small {
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
  }
}
.bond__net {
  padding-top: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .bond__net {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 17px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bond__net {
    padding-top: 16px;
  }
}
.bond__net a {
  margin-left: 15px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .bond__net a {
    margin-left: 0;
    margin-right: 15px;
  }
}
.bond__net a:hover {
  background-color: #FEBE01;
}
.bond__net a:hover svg path {
  fill: #121314;
}
.bond__net a svg {
  max-width: 20px;
  max-height: 20px;
}
.bond__net a svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.exordium {
  overflow: hidden;
  background-color: #F8F9FA;
  padding-top: 36px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .exordium {
    padding-top: 31px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .exordium {
    padding-top: 23px;
    padding-bottom: 40px;
  }
}
.exordium__upper {
  position: relative;
  padding-right: 580px;
  min-height: 287px;
}
@media (max-width: 1329px) {
  .exordium__upper {
    padding-right: 0;
    min-height: auto;
  }
}
@media (max-width: 1329px) {
  .exordium__dyad {
    max-width: 330px;
    min-height: 142px;
  }
}
@media (max-width: 767px) {
  .exordium__dyad {
    min-height: auto;
    width: 100%;
  }
}
.exordium__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .exordium__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .exordium__title {
    font-size: 24px;
    line-height: 108%;
  }
}
.exordium__titlesub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .exordium__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .exordium__titlesub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 120%;
  }
}
.exordium__text {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .exordium__text {
    margin-top: 19px;
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .exordium__text {
    margin-top: 10px;
    width: 100%;
    font-size: 13px;
    line-height: 131%;
  }
}
.exordium__caudal {
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .exordium__caudal {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .exordium__caudal {
    display: block;
    margin-top: 26px;
  }
}
.exordium__btn {
  min-width: 254px;
  max-width: 254px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .exordium__btn {
    min-width: 219px;
    max-width: 219px;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .exordium__btn {
    min-width: auto;
    max-width: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.exordium__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.exordium__btn:hover svg path {
  stroke: #FEBE01;
}
.exordium__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .exordium__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .exordium__btn svg {
    height: 8px;
  }
}
.exordium__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.exordium__knob {
  margin-left: 20px;
  min-width: 259px;
  max-width: 259px;
  text-align: center;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .exordium__knob {
    min-width: 210px;
    max-width: 210px;
    font-size: 14px;
    padding: 7px 9px 6px 9px;
  }
}
@media (max-width: 767px) {
  .exordium__knob {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px;
  }
}
.exordium__knob:hover {
  background-color: #D0D1D2;
}
.exordium__image {
  position: absolute;
  top: 24px;
  right: 0;
  width: 538px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .exordium__image {
    width: 280px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .exordium__image {
    margin-top: 25px;
    position: relative;
    top: 0;
    min-width: auto;
    width: 100%;
    max-width: 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.exordium__image img {
  max-width: 100%;
}
.exordium__under {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .exordium__under {
    padding-top: 25px;
  }
}

.services {
  padding-top: 72px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .services {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .services {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
.services__head {
  margin-bottom: 25px;
}
@media (max-width: 1329px) {
  .services__head {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .services__head {
    margin-bottom: 16px;
  }
}
.services__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .services__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .services__title {
    font-size: 24px;
  }
}
.services__titlesub {
  margin-top: 10px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .services__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .services__titlesub {
    margin-top: 3px;
    font-size: 16px;
  }
}
.services__upper {
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 19px 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__upper {
    padding: 20px 20px 12px 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services__upper {
    padding: 15px 15px 12px 15px;
    margin-bottom: 15px;
  }
}
.services__upper:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-color: #FEBE01;
}
@media (max-width: 1329px) {
  .services__upper:hover {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}
.services__upper:hover .services__icon {
  background-color: #FEBE01;
}
.services__upper:hover .services__icon svg path {
  fill: #121314;
}
.services__upper:hover .services__kit-item {
  background-color: #F8F9FA;
}
.services__upper:hover .services__kit-item:hover {
  background-color: rgba(254, 190, 1, 0.1);
}
.services__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
.services__unit {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .services__unit {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .services__unit {
    padding-bottom: 15px;
  }
}
.services__item {
  height: 100%;
  background-color: #F4F5F6;
  padding: 30px 30px 28px 30px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #F4F5F6;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__item {
    padding: 20px 20px 18px 20px;
  }
}
@media (max-width: 767px) {
  .services__item {
    padding: 15px 15px 15px 15px;
  }
}
.services__item:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom-color: #FEBE01;
}
@media (max-width: 1329px) {
  .services__item:hover {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  }
}
.services__item:hover .services__icon {
  background-color: #FEBE01;
}
.services__item:hover .services__icon svg path {
  fill: #121314;
}
.services__item:hover .services__ul {
  background-color: #ffffff;
}
.services__item:hover .services__li {
  background-color: #F8F9FA;
}
.services__item:hover .services__li:hover {
  background-color: rgba(254, 190, 1, 0.1);
}
.services__cap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 1329px) {
  .services__cap {
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.services__icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.services__icon svg {
  max-width: 38px;
  max-height: 31px;
}
@media (max-width: 1329px) {
  .services__icon svg {
    max-width: 30px;
    max-height: 29px;
  }
}
.services__icon svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__name {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #121314;
}
@media (max-width: 1329px) {
  .services__name {
    min-height: 50px;
    font-size: 22px;
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .services__name {
    font-size: 16px;
    line-height: 120%;
    max-width: 190px;
    padding-top: 0;
  }
}
.services__name a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__name a:hover {
  color: #FEBE01;
}
.services__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}
.services__kit-box {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 25%;
}
@media (max-width: 1329px) {
  .services__kit-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .services__kit-box {
    padding-bottom: 5px;
  }
}
.services__kit-item {
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 15px 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__kit-item {
    font-size: 14px;
    min-height: 40px;
    padding: 7px 15px 6px 15px;
  }
}
@media (max-width: 767px) {
  .services__kit-item {
    font-size: 13px;
    line-height: 130%;
    padding: 8px 15px 9px 10px;
  }
}
.services__kit-item img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .services__kit-item img {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.services__ul {
  background-color: #F4F5F6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services__li {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 8px 15px 8px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__li {
    font-size: 14px;
    min-height: 40px;
    padding: 7px 15px 6px 15px;
  }
}
@media (max-width: 767px) {
  .services__li {
    font-size: 13px;
    line-height: 130%;
    padding: 8px 15px 9px 10px;
  }
}
.services__li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services__li:not(:last-child) {
    margin-bottom: 5.2px;
  }
}
.services__li img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .services__li img {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.services__logo {
  position: absolute;
  bottom: 17px;
  right: 30px;
  width: 101px;
  height: 97px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: -1;
}
.services__footer {
  padding: 30px 31px 30px 30px;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .services__footer {
    padding: 18px 20px 14px 20px;
  }
}
@media (max-width: 767px) {
  .services__footer {
    padding: 13px 15px 15px 80px;
    position: relative;
    display: block;
  }
}
.services__part {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1329px) {
  .services__part {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .services__part {
    margin-right: 0;
    position: absolute;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }
}
.services__part img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .services__part img {
    width: 30px;
    height: 29px;
  }
}
.services__footnote {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .services__footnote {
    font-size: 18px;
    line-height: 122%;
  }
  .services__footnote br {
    display: none;
  }
}
@media (max-width: 767px) {
  .services__footnote {
    font-size: 16px;
    line-height: 120%;
  }
}
.services__btn {
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .services__btn {
    min-width: 161px;
    max-width: 161px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .services__btn {
    margin-left: 0;
    margin-top: 10px;
    min-width: auto;
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    padding: 10px 5px 10px 5px;
  }
}
.services__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.odds {
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .odds {
    padding-top: 44px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .odds {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.odds__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .odds__title {
    font-size: 30px;
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .odds__title {
    font-size: 24px;
    margin-bottom: 3px;
  }
}
.odds__titlesub {
  display: none;
  color: #121314;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1329px) {
  .odds__titlesub {
    display: block;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .odds__titlesub {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.odds__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  counter-reset: odds;
}
@media (max-width: 1329px) {
  .odds__set {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .odds__set {
    margin-left: -15px;
  }
}
.odds__box {
  width: 20%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .odds__box {
    width: 33.3%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .odds__box {
    padding-bottom: 15px;
    padding-left: 15px;
    width: 50%;
  }
}
.odds__item {
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 20px 26px 20px;
  position: relative;
}
@media (max-width: 1329px) {
  .odds__item {
    padding: 20px 20px 17px 20px;
  }
}
@media (max-width: 767px) {
  .odds__item {
    padding: 15px 20px 12px 15px;
  }
}
.odds__item:after {
  counter-increment: odds;
  content: "#0" counter(odds);
  position: absolute;
  top: 37px;
  right: 20px;
  color: #B8091A;
  font-size: 24px;
  font-weight: 200;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1329px) {
  .odds__item:after {
    top: 29px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .odds__item:after {
    font-size: 18px;
    top: 20px;
    right: 15px;
  }
}
.odds__icon {
  margin-bottom: 23px;
  min-width: 30px;
  max-width: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .odds__icon {
    min-width: 22px;
    max-width: 22px;
    margin-bottom: 19px;
  }
}
.odds__icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .odds__icon:after {
    bottom: -6px;
    right: -6px;
    width: 16px;
    height: 16px;
  }
}
.odds__icon img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.odds__name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .odds__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .odds__name {
    font-size: 16px;
    line-height: 20px;
    overflow-wrap: break-word;
  }
}
.odds__text {
  margin-top: 6px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .odds__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .odds__text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
}

.tale {
  padding-top: 72px;
  padding-bottom: 56px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .tale {
    padding-top: 45px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .tale {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.tale__container {
  position: relative;
  padding-right: 690px;
  min-height: 367px;
}
@media (max-width: 1329px) {
  .tale__container {
    min-height: auto;
    padding-right: 0;
  }
}
.tale__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 30px;
}
@media (max-width: 1329px) {
  .tale__caption {
    font-size: 30px;
    max-width: 350px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .tale__caption {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.tale__ul {
  margin-bottom: 31px;
}
@media (max-width: 1329px) {
  .tale__ul {
    max-width: 330px;
    min-height: 160px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .tale__ul {
    padding-right: 8px;
    min-height: auto;
    margin-bottom: 11px;
  }
}
.tale__li {
  position: relative;
  padding-left: 35px;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .tale__li {
    padding-left: 26px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .tale__li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 20px;
  }
}
.tale__li:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .tale__li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.tale__li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/tale-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1329px) {
  .tale__li:before {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .tale__li:before {
    width: 14px;
    height: 14px;
  }
}
.tale__text {
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1329px) {
  .tale__text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .tale__text {
    font-size: 13px;
    line-height: 130%;
  }
}
.tale__text p {
  padding-bottom: 18px;
}
@media (max-width: 1329px) {
  .tale__text p {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .tale__text p {
    padding-bottom: 11px;
  }
}
.tale__image {
  position: absolute;
  top: 8px;
  right: 0;
  width: 595px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .tale__image {
    top: 57px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .tale__image {
    position: relative;
    max-width: 335px;
    width: 100%;
    top: 0;
    margin-bottom: 16px;
  }
}
.tale__image img {
  width: 100%;
  pointer-events: none;
}

.know {
  background-color: #F8F9FA;
  padding-top: 73px;
  padding-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .know {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .know {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
.know__head {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .know__head {
    margin-bottom: 16px;
  }
}
.know__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .know__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .know__title {
    font-size: 24px;
  }
}
.know__titlesub {
  margin-top: 11px;
  color: #121314;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .know__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .know__titlesub {
    margin-top: 3px;
    font-size: 16px;
    line-height: 119%;
  }
}
.know__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .know__set {
    margin-left: -20px;
  }
}
.know__unit {
  width: 25%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .know__unit {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .know__unit {
    width: 100%;
    padding-bottom: 14px;
  }
}
.know__item {
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 14px 20px 19px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #F4F5F6;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .know__item {
    padding: 16px 21px 19px 20px;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .know__item {
    padding: 17px 15px 14px 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.know__item:hover {
  background-color: #F8F9FA;
  border-bottom-color: #FEBE01;
}
.know__item:hover .know__icon-img {
  background-color: #FEBE01;
}
.know__item:hover .know__icon-img svg:not(.svg-stroke) path {
  fill: #121314;
}
.know__item:hover .know__icon-img svg.svg-stroke path {
  stroke: #121314;
}
.know__item:hover .know__li {
  background-color: #ffffff;
}
.know__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #F8F9FA;
  background-color: #F8F9FA;
  border-top: none;
  border-right: none;
}
.know__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .know__icon-img {
    width: 34px;
    height: 34px;
  }
}
.know__icon-img svg {
  max-width: 24px;
  max-height: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .know__icon-img svg {
    max-width: 19px;
    max-height: 19px;
  }
}
.know__icon-img svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.know__name {
  max-width: 220px;
  width: 100%;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  min-height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}
@media (max-width: 1329px) {
  .know__name {
    max-width: 260px;
    font-size: 18px;
    min-height: auto;
    margin-bottom: 13px;
  }
  .know__name br {
    display: none;
  }
}
@media (max-width: 767px) {
  .know__name {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 11px;
  }
}
.know__li {
  background-color: #F8F9FA;
  padding: 9px 13px 8px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .know__li {
    font-size: 14px;
    line-height: 130%;
    padding: 8px 13px 9px 15px;
  }
}
@media (max-width: 767px) {
  .know__li {
    font-size: 13px;
    padding: 5px 13px 5px 10px;
  }
}
.know__li:not(:last-child) {
  margin-bottom: 5px;
}
.know__footer {
  padding: 30px 31px 30px 30px;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .know__footer {
    padding: 17px 20px 14px 20px;
  }
}
@media (max-width: 767px) {
  .know__footer {
    padding: 13px 15px 15px 80px;
    position: relative;
    display: block;
  }
}
.know__part {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1329px) {
  .know__part {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .know__part {
    margin-right: 0;
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
  }
}
.know__part img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .know__part img {
    width: 30px;
    height: 29px;
  }
}
.know__topic {
  width: 100%;
  line-height: 130%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .know__topic {
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .know__topic {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (min-width: 1330px) {
  .know__topic span {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
  }
}
.know__btn {
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .know__btn {
    min-width: 161px;
    max-width: 161px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .know__btn {
    margin-left: 0;
    margin-top: 11px;
    min-width: auto;
    width: 100%;
    max-width: 240px;
    font-size: 13px;
    padding: 10px 5px 10px 5px;
  }
}
.know__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.tariffs {
  overflow: hidden;
  padding-top: 79px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .tariffs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tariffs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tariffs__head {
  margin-top: -7px;
  margin-bottom: 24px;
}
@media (max-width: 1329px) {
  .tariffs__head {
    display: none;
  }
}
.tariffs__caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
}
@media (max-width: 1329px) {
  .tariffs__caption {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .tariffs__caption {
    font-size: 24px;
  }
}
.tariffs__book {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
.tariffs__body {
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 23px 30px 30px 31.8%;
  min-height: 434px;
}
@media (max-width: 1329px) {
  .tariffs__body {
    min-height: 395px;
    padding: 14px 20px 20px 280px;
  }
}
@media (max-width: 767px) {
  .tariffs__body {
    padding: 11px 15px 50.6% 15px;
  }
}
.tariffs__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 364px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1329px) {
  .tariffs__image {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .tariffs__image {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.tariffs__image img {
  width: 100%;
  pointer-events: none;
}
.tariffs__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .tariffs__title {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .tariffs__title {
    font-size: 24px;
    line-height: 105%;
    padding-right: 30px;
    margin-bottom: 16px;
  }
}
.tariffs__table {
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .tariffs__table {
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .tariffs__table {
    margin-bottom: 17px;
  }
}
.tariffs__table-tr {
  padding: 9px 20px 7px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 2px solid #FEBE01;
  background-color: #ffffff;
}
@media (max-width: 1329px) {
  .tariffs__table-tr {
    display: block;
    padding: 5px 20px 3.2px 15px;
  }
}
@media (max-width: 767px) {
  .tariffs__table-tr {
    padding: 5px 20px 4px 15px;
  }
}
.tariffs__table-tr:not(:last-child) {
  margin-bottom: 5px;
}
.tariffs__table-property {
  width: 42%;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .tariffs__table-property {
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    line-height: 132%;
  }
}
@media (max-width: 767px) {
  .tariffs__table-property {
    font-size: 13px;
  }
}
.tariffs__table-val {
  width: 58%;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .tariffs__table-val {
    width: 100%;
    font-size: 14px;
    line-height: 132%;
  }
}
@media (max-width: 767px) {
  .tariffs__table-val {
    margin-top: 1px;
    font-size: 13px;
  }
}
.tariffs__text {
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1329px) {
  .tariffs__text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .tariffs__text {
    font-size: 13px;
    line-height: 16px;
  }
}
.tariffs__btn {
  margin-top: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 274px;
  width: 100%;
  max-width: 274px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .tariffs__btn {
    margin-top: 16px;
    min-width: 226px;
    max-width: 226px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
@media (max-width: 767px) {
  .tariffs__btn {
    margin-left: 0;
    margin-top: 17px;
    min-width: auto;
    width: 100%;
    max-width: 212px;
    font-size: 13px;
    padding: 10px 5px 10px 5px;
  }
}
.tariffs__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.parlor {
  padding-top: 71px;
  padding-bottom: 87px;
  background-color: #F8F9FA;
}
@media (max-width: 1329px) {
  .parlor {
    padding-top: 44px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .parlor {
    padding-top: 37px;
    padding-bottom: 34px;
  }
}
.parlor__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 37px;
}
@media (max-width: 1329px) {
  .parlor__caption {
    font-size: 30px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .parlor__caption {
    font-size: 24px;
    margin-bottom: 34px;
  }
}
.parlor__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .parlor__twain {
    display: block;
  }
}
.parlor__left {
  width: 100%;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 20px 20px 10px 306px;
}
@media (max-width: 1329px) {
  .parlor__left {
    padding: 15px 15px 9px 231px;
  }
}
@media (max-width: 767px) {
  .parlor__left {
    padding: 120px 20px 15px 20px;
  }
}
.parlor__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FEBE01;
  height: 100%;
  width: 125px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -1;
}
@media (max-width: 1329px) {
  .parlor__left:before {
    width: 94px;
  }
}
@media (max-width: 767px) {
  .parlor__left:before {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
  }
}
.parlor__image {
  position: absolute;
  top: 50.8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  pointer-events: none;
  height: 180px;
}
@media (max-width: 1329px) {
  .parlor__image {
    top: 52%;
    left: 10px;
    height: 141px;
    width: 212px;
  }
}
@media (max-width: 767px) {
  .parlor__image {
    height: 124px;
    width: 187px;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.parlor__image img {
  max-height: 100%;
  max-width: 100%;
}
.parlor__set-body {
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .parlor__set-body {
    margin-left: -8px;
  }
}
.parlor__set-unit {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 50%;
}
@media (max-width: 1329px) {
  .parlor__set-unit {
    padding-left: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .parlor__set-unit {
    width: 100%;
    padding-bottom: 5px;
  }
}
.parlor__set-item {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.parlor__set-icon {
  background-color: #FEBE01;
  min-width: 50px;
  max-width: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .parlor__set-icon {
    min-width: 38px;
    max-width: 38px;
  }
}
@media (max-width: 767px) {
  .parlor__set-icon {
    min-width: 35px;
    max-width: 35px;
  }
}
.parlor__set-icon img {
  max-width: 30px;
  max-height: 26px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .parlor__set-icon img {
    max-width: 24px;
    max-height: 20px;
  }
}
.parlor__set-name {
  padding: 16px 15px 14px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .parlor__set-name {
    font-size: 14px;
    line-height: 1;
    padding: 4px 15px 5px 11px;
    min-height: 37px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .parlor__set-name {
    font-size: 13px;
    padding: 5px 15px 4px 15px;
    min-height: 35px;
  }
}
.parlor__right {
  padding-left: 29px;
  min-width: 364px;
  max-width: 364px;
}
@media (max-width: 1329px) {
  .parlor__right {
    padding-left: 0;
    min-width: auto;
    max-width: none;
    padding-top: 31px;
  }
}
@media (max-width: 767px) {
  .parlor__right {
    padding-top: 15px;
  }
}
.parlor__kit-body {
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .parlor__kit-body {
    margin-left: -43px;
  }
}
@media (max-width: 767px) {
  .parlor__kit-body {
    margin-left: -6px;
  }
}
.parlor__kit-unit {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 33.3%;
}
@media (max-width: 1329px) {
  .parlor__kit-unit {
    padding-left: 43px;
    width: 20%;
  }
}
@media (max-width: 767px) {
  .parlor__kit-unit {
    padding-left: 6px;
    padding-bottom: 6px;
  }
}
.parlor__kit-item {
  height: 70px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .parlor__kit-item {
    height: 41px;
  }
}
.parlor__kit-item img {
  max-width: 85px;
  max-height: 50px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .parlor__kit-item img {
    max-width: 48px;
    max-height: 30px;
  }
}

.reviews {
  padding-top: 71px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .reviews {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .reviews {
    padding-top: 36px;
    padding-bottom: 40px;
  }
}
.reviews__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 21px;
}
@media (max-width: 1329px) {
  .reviews__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .reviews__caption {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.reviews__body {
  position: relative;
}
.reviews__prev, .reviews__next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .reviews__prev, .reviews__next {
    display: none;
  }
}
.reviews__prev img, .reviews__next img {
  width: 9px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
.reviews__prev {
  left: -25px;
}
.reviews__next {
  right: -25px;
}
@media (max-width: 1329px) {
  .reviews__slider {
    overflow: visible;
  }
}
.reviews__box {
  height: auto;
}
@media (max-width: 1329px) {
  .reviews__box {
    min-width: 600px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .reviews__box {
    min-width: 300px;
    max-width: 300px;
  }
}
.reviews__item {
  height: 100%;
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 31px 30px 25px 30px;
}
@media (max-width: 1329px) {
  .reviews__item {
    padding: 20px 20px 15px 20px;
  }
}
@media (max-width: 767px) {
  .reviews__item {
    padding: 13px 15px 10px 15px;
  }
}
.reviews__item.huge .reviews__more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.reviews__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 1329px) {
  .reviews__head {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .reviews__head {
    margin-bottom: 9px;
  }
}
.reviews__logo {
  margin-right: 20px;
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .reviews__logo {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .reviews__logo {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-top: 2px;
  }
}
.reviews__logo img {
  max-width: 92%;
  max-height: 92%;
  pointer-events: none;
}
.reviews__beside {
  padding-top: 5px;
}
@media (max-width: 1329px) {
  .reviews__beside {
    padding-top: 6px;
  }
}
@media (max-width: 767px) {
  .reviews__beside {
    padding-top: 0;
  }
}
.reviews__name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1329px) {
  .reviews__name {
    font-size: 18px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .reviews__name {
    font-size: 16px;
  }
}
.reviews__post {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .reviews__post {
    margin-top: 2px;
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .reviews__post {
    margin-top: 3px;
    font-size: 13px;
  }
}
.reviews__category {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #8A8B8C;
}
@media (max-width: 1329px) {
  .reviews__category {
    margin-top: 2px;
    font-size: 14px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .reviews__category {
    font-size: 13px;
  }
}
.reviews__content {
  max-height: 120px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .reviews__content {
    max-height: 105px;
  }
}
@media (max-width: 767px) {
  .reviews__content {
    max-height: 180px;
  }
}
.reviews__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-style: italic;
  color: #121314;
}
@media (max-width: 1329px) {
  .reviews__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .reviews__text {
    font-size: 13px;
    line-height: 154%;
  }
}
.reviews__more {
  margin-top: 10px;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  text-decoration: none;
}
@media (max-width: 1329px) {
  .reviews__more {
    margin-top: 8px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .reviews__more {
    font-size: 13px;
    margin-top: 3px;
  }
}
.reviews__more img {
  margin-top: 4px;
  margin-left: 9px;
  min-width: 7px;
  max-width: 7px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .reviews__more img {
    margin-top: 5px;
    margin-left: 9px;
    min-width: 7px;
    max-width: 7px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .reviews__more img {
    margin-top: 7px;
    margin-left: 7px;
    min-width: 7px;
    max-width: 7px;
    height: 8px;
  }
}
.reviews__cellar {
  margin-top: 30px;
}
@media (max-width: 1329px) {
  .reviews__cellar {
    margin-top: 20px;
  }
}
.reviews__btn {
  display: block;
  background-color: #ffffff;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  padding: 12px 20px 11px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .reviews__btn {
    font-size: 14px;
    padding: 7px 20px 6px 20px;
  }
}
@media (max-width: 767px) {
  .reviews__btn {
    font-size: 13px;
  }
}
.reviews__btn:hover {
  border-color: #F4F5F6;
  background-color: #F4F5F6;
}

.faq {
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1329px) {
  .faq {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-top: 36px;
  }
}
.faq.white {
  background-color: #ffffff;
}
.faq.white .faq__item {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F4F5F6;
  border-color: #F4F5F6;
}
.faq.white .faq__item.active {
  border-color: #FEBE01;
}
.faq__head {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .faq__head {
    margin-bottom: 40px;
  }
}
.faq__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
}
@media (max-width: 1329px) {
  .faq__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    font-size: 24px;
  }
}
.faq__titlesub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .faq__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .faq__titlesub {
    margin-top: 5px;
    font-size: 16px;
    line-height: 118%;
  }
}
.faq__body {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media (max-width: 1329px) {
  .faq__body {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.faq__col {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  break-inside: avoid-column;
}
@media (max-width: 1329px) {
  .faq__col:not(:last-child) {
    margin-bottom: 10px;
  }
}
.faq__item {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 80px 15px 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .faq__item {
    padding: 23px 80px 18px 19px;
  }
}
@media (max-width: 767px) {
  .faq__item {
    padding: 9px 60px 8px 14px;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1329px) {
  .faq__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.faq__item.active {
  border-color: #FEBE01;
}
.faq__item.active .faq__arrow {
  background-color: #FEBE01;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .faq__item.active .faq__name {
    padding-top: 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.faq__arrow {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .faq__arrow {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .faq__arrow {
    top: 16px;
    right: 14px;
  }
}
.faq__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 19px;
  background-color: #121314;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1329px) {
  .faq__arrow:after {
    height: 15px;
  }
}
.faq__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  width: 2px;
  height: 19px;
  background-color: #121314;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 1329px) {
  .faq__arrow:before {
    height: 15px;
  }
}
.faq__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121314;
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1329px) {
  .faq__name {
    min-height: auto;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .faq__name {
    padding-top: 1px;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.faq__content {
  display: none;
  margin-top: 2px;
}
@media (max-width: 1329px) {
  .faq__content {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .faq__content {
    margin-top: 5px;
  }
}
.faq__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .faq__text {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .faq__text {
    font-size: 13px;
    line-height: 16px;
  }
}

.entrance {
  overflow: hidden;
  background-color: #F8F9FA;
  padding-top: 64px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .entrance {
    padding-top: 31px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .entrance {
    padding-top: 23px;
    padding-bottom: 40px;
  }
}
.entrance__container {
  position: relative;
  padding-right: 580px;
  min-height: 252px;
}
@media (max-width: 1329px) {
  .entrance__container {
    padding-right: 338px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .entrance__container {
    padding-right: 0;
  }
}
.entrance__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .entrance__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .entrance__title {
    font-size: 24px;
    line-height: 108%;
  }
}
.entrance__titlesub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .entrance__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .entrance__titlesub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 120%;
  }
}
.entrance__text {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .entrance__text {
    margin-top: 19px;
    max-width: 290px;
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .entrance__text {
    margin-top: 26px;
    max-width: none;
    width: 100%;
    font-size: 13px;
    line-height: 130%;
  }
}
.entrance__caudal {
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .entrance__caudal {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .entrance__caudal {
    display: block;
    margin-top: 27px;
  }
}
.entrance__btn {
  min-width: 241px;
  max-width: 241px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .entrance__btn {
    min-width: 208px;
    max-width: 208px;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .entrance__btn {
    min-width: auto;
    max-width: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.entrance__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.entrance__btn:hover svg path {
  stroke: #FEBE01;
}
.entrance__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .entrance__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .entrance__btn svg {
    height: 8px;
  }
}
.entrance__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entrance__knob {
  margin-left: 20px;
  min-width: 137px;
  max-width: 137px;
  text-align: center;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .entrance__knob {
    min-width: 116px;
    max-width: 116px;
    font-size: 14px;
    padding: 7px 9px 6px 9px;
  }
}
@media (max-width: 767px) {
  .entrance__knob {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px;
  }
}
.entrance__knob:hover {
  background-color: #D0D1D2;
}
.entrance__image {
  position: absolute;
  top: -21px;
  right: 11px;
  width: 442px;
  height: 280px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .entrance__image {
    width: 295px;
    height: 185px;
    top: 22px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .entrance__image {
    margin-top: 24px;
    position: relative;
    top: 0;
    min-width: auto;
    width: 100%;
    max-width: 242px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1px;
  }
}
.entrance__image img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .entrance__image img {
    max-height: none;
  }
}

.industries {
  padding-top: 72px;
  padding-bottom: 79px;
}
@media (max-width: 1329px) {
  .industries {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .industries {
    padding-bottom: 25px;
  }
}
.industries__head {
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .industries__head {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .industries__head {
    margin-bottom: 16px;
  }
}
.industries__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .industries__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .industries__title {
    font-size: 24px;
    line-height: 109%;
  }
}
.industries__titlesub {
  margin-top: 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .industries__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .industries__titlesub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 119%;
  }
}
.industries__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .industries__set {
    margin-left: -20px;
  }
}
.industries__box {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 31px;
}
@media (max-width: 1329px) {
  .industries__box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .industries__box {
    width: 100%;
    padding-bottom: 14.8px;
  }
}
.industries__item {
  position: relative;
  padding-bottom: 47.5%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .industries__item {
    padding-bottom: 76.5%;
  }
}
.industries__item:hover .industries__plate {
  opacity: 0;
}
.industries__item:hover .industries__content {
  bottom: 0;
}
.industries__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.industries__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.industries__plate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  min-height: 110px;
  z-index: 3;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
  background-color: rgba(184, 9, 26, 0.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 22px 30px 10px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industries__plate {
    width: 100%;
    min-height: 95px;
    padding: 30px 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .industries__plate {
    min-height: 82px;
    padding: 29px 20px 10px 15px;
  }
}
.industries__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .industries__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .industries__name {
    max-width: 240px;
    font-size: 16px;
    line-height: 20px;
  }
}
.industries__icon {
  position: absolute;
  top: -19px;
  left: 30px;
  -webkit-border-radius: 5px 5px 5px 0px;
  border-radius: 5px 5px 5px 0px;
  background-color: #FEBE01;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .industries__icon {
    top: -20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .industries__icon {
    left: 15px;
  }
}
.industries__icon img {
  max-width: 23px;
  max-height: 23px;
  pointer-events: none;
}
.industries__content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(184, 9, 26, 0.9);
  padding: 23px 30px 20px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industries__content {
    padding: 16px 18px 20px 20px;
  }
}
@media (max-width: 767px) {
  .industries__content {
    padding: 11px 15px 20px 15px;
  }
}
.industries__rubric {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 1329px) {
  .industries__rubric {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .industries__rubric {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
  }
}
.industries__rubric:after {
  content: "";
  margin-top: 15px;
  display: block;
  background-color: #FEBE01;
  min-width: 100px;
  max-width: 100px;
  height: 1px;
}
@media (max-width: 767px) {
  .industries__rubric:after {
    margin-top: 10px;
  }
}
.industries__ul ul li {
  padding-left: 27px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .industries__ul ul li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .industries__ul ul li {
    font-size: 13px;
  }
}
.industries__ul ul li:not(:last-child) {
  margin-bottom: 13.6px;
}
@media (max-width: 1329px) {
  .industries__ul ul li:not(:last-child) {
    margin-bottom: 9.6px;
  }
}
.industries__ul ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/industries-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1329px) {
  .industries__ul ul li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }
}
.industries__footer {
  padding: 30px 31px 30px 30px;
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .industries__footer {
    padding: 19px 20px 16px 20px;
  }
}
@media (max-width: 767px) {
  .industries__footer {
    display: none;
  }
}
.industries__part {
  margin-right: 20px;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1329px) {
  .industries__part {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 15px;
  }
}
.industries__part img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .industries__part img {
    width: 30px;
    height: 29px;
  }
}
.industries__topic {
  width: 100%;
  line-height: 130%;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .industries__topic {
    font-size: 14px;
  }
}
.industries__topic span {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 1329px) {
  .industries__topic span {
    margin-bottom: 7px;
    font-size: 18px;
  }
}
.industries__btn {
  margin-left: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-decoration: none;
  display: inline-block;
  min-width: 200px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 14px 5px 13px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .industries__btn {
    margin-left: 110px;
    min-width: 161px;
    max-width: 161px;
    font-size: 14px;
    padding: 10px 5px 9px 5px;
  }
}
.industries__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.bid {
  display: none;
  max-width: 630px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
  padding: 0;
}
@media (max-width: 767px) {
  .bid {
    max-width: 360px;
  }
}
.bid .fancybox-close-small {
  display: none;
}
.bid__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .bid__close {
    width: 20px;
    height: 20px;
  }
}
.bid__close:hover span {
  background-color: #B8091A;
}
.bid__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bid__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.bid__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bid__wrapper {
  overflow: hidden;
  padding: 33px 30px 40px 30px;
}
@media (max-width: 767px) {
  .bid__wrapper {
    padding: 40px 20px 20px 20px;
  }
}
.bid__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .bid__title {
    font-size: 22px;
    margin-bottom: 18px;
  }
}
.bid__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
.bid__unit {
  width: 50%;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .bid__unit {
    width: 100%;
    padding-bottom: 15px;
  }
}
.bid__field {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bid__field {
    font-size: 13px;
    padding: 9px 12px 8px 9px;
  }
}
.bid__field::-webkit-input-placeholder {
  color: #8A8B8C;
}
.bid__field::-moz-placeholder {
  color: #8A8B8C;
}
.bid__field:-ms-input-placeholder {
  color: #8A8B8C;
}
.bid__field::-ms-input-placeholder {
  color: #8A8B8C;
}
.bid__field::placeholder {
  color: #8A8B8C;
}
.bid__field.invalid {
  border-color: red;
}
.bid__row {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .bid__row {
    padding-bottom: 15px;
  }
}
.bid__textarea {
  display: block;
  resize: none;
  height: 80px;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bid__textarea {
    font-size: 13px;
    height: 70px;
    padding: 10px 12px 8px 9px;
  }
}
.bid__textarea::-webkit-input-placeholder {
  color: #8A8B8C;
}
.bid__textarea::-moz-placeholder {
  color: #8A8B8C;
}
.bid__textarea:-ms-input-placeholder {
  color: #8A8B8C;
}
.bid__textarea::-ms-input-placeholder {
  color: #8A8B8C;
}
.bid__textarea::placeholder {
  color: #8A8B8C;
}
.bid__textarea.invalid {
  border-color: red;
}
.bid__caudal {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .bid__caudal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.bid__captcha {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .bid__captcha {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.bid__captcha img {
  min-width: 194px;
  max-width: 194px;
}
.bid__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bid__checkbox-label {
  min-width: 249px;
  max-width: 249px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.bid__checkbox-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.bid__checkbox-label input.invalid + .bid__checkbox-part .bid__checkbox-square {
  border-color: red;
}
.bid__checkbox-label input:checked + .bid__checkbox-part .bid__checkbox-square img {
  opacity: 1;
}
.bid__checkbox-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.bid__checkbox-square {
  margin-right: 10px;
  border: 1px solid #E4E5E6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bid__checkbox-square img {
  opacity: 0;
  max-width: 10px;
  max-height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bid__checkbox-text {
  padding-top: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #8A8B8C;
}
.bid__btn {
  margin-top: 19px;
  width: 100%;
  cursor: pointer;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .bid__btn {
    font-size: 13px;
  }
}
.bid__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.success {
  display: none;
  max-width: 360px;
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: white;
  padding: 0;
}
.success .fancybox-close-small {
  display: none;
}
.success__close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
@media (max-width: 767px) {
  .success__close {
    width: 20px;
    height: 20px;
  }
}
.success__close:hover span {
  background-color: #B8091A;
}
.success__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.success__close span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.success__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.success__wrapper {
  overflow: hidden;
  padding: 50px 30px 40px 30px;
}
@media (max-width: 767px) {
  .success__wrapper {
    padding: 40px 20px 20px 20px;
  }
}
.success__text {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #121314;
  font-weight: 400;
}
@media (max-width: 767px) {
  .success__text {
    font-size: 13px;
    line-height: 130%;
  }
}

.overture {
  overflow: hidden;
  background-color: #F8F9FA;
  padding-top: 36px;
  padding-bottom: 40px;
}
@media (max-width: 1329px) {
  .overture {
    padding-top: 31px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .overture {
    padding-top: 23px;
    padding-bottom: 40px;
  }
}
.overture__upper {
  position: relative;
  padding-right: 652px;
  min-height: 304px;
}
@media (max-width: 1329px) {
  .overture__upper {
    padding-right: 0;
    min-height: auto;
  }
}
@media (max-width: 1329px) {
  .overture__dyad {
    max-width: 385px;
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .overture__dyad {
    min-height: auto;
    width: 100%;
  }
}
.overture__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .overture__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .overture__title {
    font-size: 24px;
    line-height: 108%;
  }
}
.overture__titlesub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .overture__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .overture__titlesub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 120%;
  }
}
.overture__caudal {
  margin-top: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .overture__caudal {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .overture__caudal {
    display: block;
    margin-top: 30px;
  }
}
.overture__btn {
  min-width: 254px;
  max-width: 254px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .overture__btn {
    min-width: 219px;
    max-width: 219px;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .overture__btn {
    min-width: auto;
    max-width: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.overture__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.overture__btn:hover svg path {
  stroke: #FEBE01;
}
.overture__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .overture__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .overture__btn svg {
    height: 8px;
  }
}
.overture__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overture__knob {
  margin-left: 20px;
  min-width: 191px;
  text-align: center;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 22px 11px 22px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .overture__knob {
    font-size: 14px;
    padding: 7px 18px 6px 18px;
  }
}
@media (max-width: 767px) {
  .overture__knob {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px;
  }
}
.overture__knob:hover {
  background-color: #D0D1D2;
}
.overture__image {
  position: absolute;
  top: 8px;
  right: 0;
  width: 600px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1329px) {
  .overture__image {
    width: 300px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .overture__image {
    margin-top: 25px;
    position: relative;
    top: 0;
    min-width: auto;
    width: 100%;
    max-width: 335px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.overture__image img {
  max-width: 100%;
}
.overture__under {
  padding-top: 14px;
}
@media (max-width: 1329px) {
  .overture__under {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .overture__under {
    padding-top: 15px;
  }
}

.inkle {
  padding-bottom: 80px;
  background-color: #F8F9FA;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .inkle {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .inkle {
    padding-bottom: 40px;
  }
}
.inkle__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.inkle__box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 356px;
  max-width: 356px;
  margin-right: 10px;
}
@media (max-width: 1329px) {
  .inkle__box {
    min-width: 285px;
    max-width: 285px;
  }
}
@media (max-width: 767px) {
  .inkle__box {
    min-width: 249px;
    max-width: 249px;
  }
}
.inkle__item {
  display: block;
  text-decoration: none;
  position: relative;
  padding-bottom: 56.2%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.inkle__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.stride {
  padding-top: 72px;
  padding-bottom: 54px;
}
@media (max-width: 1329px) {
  .stride {
    padding-top: 45px;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .stride {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.stride__head {
  padding-bottom: 8px;
}
@media (max-width: 1329px) {
  .stride__head {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .stride__head {
    padding-bottom: 12px;
  }
}
.stride__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 16px;
}
@media (max-width: 1329px) {
  .stride__title {
    font-size: 30px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .stride__title {
    font-size: 24px;
    line-height: 109%;
    margin-bottom: 10px;
  }
}
.stride__text {
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1329px) {
  .stride__text {
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .stride__text {
    font-size: 13px;
    line-height: 131%;
  }
}
.stride__text p {
  padding-bottom: 18px;
}
@media (max-width: 1329px) {
  .stride__text p {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .stride__text p {
    padding-bottom: 10px;
  }
}
.stride__topic {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #121314;
}
@media (max-width: 1329px) {
  .stride__topic {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .stride__topic {
    font-size: 16px;
  }
}
.stride__storage {
  margin-bottom: 34px;
}
@media (max-width: 1329px) and (min-width: 768px) {
  .stride__storage {
    margin-bottom: 20px;
  }
  .stride__storage .stride__topic {
    display: none;
  }
}
@media (max-width: 767px) {
  .stride__storage {
    margin-bottom: 11px;
  }
}
@media (max-width: 767px) {
  .stride__kit {
    padding-top: 16px;
  }
}
.stride__kit-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .stride__kit-body {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    counter-reset: strideKit;
  }
}
@media (max-width: 767px) {
  .stride__kit-body {
    margin-left: -15px;
  }
}
.stride__kit-unit {
  padding-top: 25px;
  padding-left: 30px;
  width: 100%;
}
@media (min-width: 1330px) {
  .stride__kit-unit:not(:first-child) .stride__kit-point {
    display: block;
  }
  .stride__kit-unit:not(:last-child) .stride__kit-item {
    border-right: 2px solid #B8091A;
  }
  .stride__kit-unit:not(:last-child) .stride__kit-item:after {
    display: block;
  }
}
@media (max-width: 1329px) and (min-width: 768px) {
  .stride__kit-unit {
    width: 25%;
    padding-top: 13px;
    padding-left: 20px;
    padding-bottom: 7px;
  }
  .stride__kit-unit:nth-last-child(-n+3) {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .stride__kit-unit {
    width: 50%;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 15.3px;
  }
  .stride__kit-unit:last-child {
    width: 100%;
  }
}
.stride__kit-item {
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #F4F5F6;
  padding: 20px 20px 16px 20px;
  position: relative;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stride__kit-item:hover {
  background-color: #B8091A;
  color: #FFFFFF;
}
.stride__kit-item:hover .stride__kit-point {
  background-color: rgba(254, 190, 1, 0.3);
}
.stride__kit-item:hover .stride__kit-point:after {
  background-color: #FEBE01;
}
.stride__kit-item:hover .stride__kit-icon {
  background-color: #FEBE01;
}
.stride__kit-item:hover .stride__kit-icon svg path {
  fill: #121314;
}
.stride__kit-item:hover .stride__kit-note {
  opacity: 1;
}
@media (min-width: 1330px) {
  .stride__kit-item:after {
    content: "";
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    width: 30px;
    background-color: #B8091A;
    height: 1px;
  }
}
@media (max-width: 1329px) {
  .stride__kit-item {
    padding: 20px 20px 16px 20px;
  }
  .stride__kit-item:after {
    counter-increment: strideKit;
    content: "#0" counter(strideKit);
    position: absolute;
    top: 30px;
    right: 20px;
    color: #B8091A;
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
    font-style: italic;
  }
}
@media (max-width: 767px) {
  .stride__kit-item {
    padding: 15px 20px 11px 15px;
  }
  .stride__kit-item:after {
    font-size: 18px;
    top: 23px;
    right: 15px;
  }
}
.stride__kit-point {
  display: none;
  margin-right: -9px;
  z-index: 2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  min-width: 19px;
  max-width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stride__kit-point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B8091A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stride__kit-icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-border-radius: 5px 5px 5px 0px;
  border-radius: 5px 5px 5px 0px;
  background-color: #B8091A;
  margin-bottom: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .stride__kit-icon {
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    margin-bottom: 12px;
  }
}
.stride__kit-icon img, .stride__kit-icon svg {
  max-width: 22px;
  max-height: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .stride__kit-icon img, .stride__kit-icon svg {
    max-width: 18px;
    max-height: 18px;
  }
}
.stride__kit-icon img path, .stride__kit-icon svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stride__kit-name {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 1329px) {
  .stride__kit-name {
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .stride__kit-name {
    font-size: 13px;
  }
}
.stride__kit-note {
  position: absolute;
  z-index: 3;
  bottom: 71%;
  left: 69%;
  min-width: 200px;
  max-width: 200px;
  background-color: #ffffff;
  -webkit-border-radius: 10px 10px 10px 0px;
  border-radius: 10px 10px 10px 0px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 7px 10px 6px 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #121314;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .stride__kit-note {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .stride__kit-note {
    min-width: 160px;
    max-width: 160px;
    font-size: 13px;
    line-height: 140%;
  }
}
.stride__set {
  padding-top: 20px;
}
@media (max-width: 1329px) {
  .stride__set {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  .stride__set {
    padding-top: 14px;
  }
}
.stride__set-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -91px;
}
@media (max-width: 1329px) {
  .stride__set-body {
    margin-left: -60px;
  }
}
@media (max-width: 767px) {
  .stride__set-body {
    margin-left: 0;
  }
}
.stride__set-unit {
  width: 33.3%;
  padding-left: 91px;
  padding-bottom: 21px;
}
@media (max-width: 1329px) {
  .stride__set-unit {
    padding-left: 60px;
    padding-bottom: 13px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .stride__set-unit {
    width: 100%;
    padding-left: 0;
    padding-bottom: 11.4px;
  }
}
.stride__set-item {
  padding-left: 27px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1329px) {
  .stride__set-item {
    padding-left: 22px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
  }
}
@media (max-width: 767px) {
  .stride__set-item {
    padding-left: 20px;
  }
}
.stride__set-item:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/tale-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .stride__set-item:before {
    width: 10px;
    height: 10px;
    background-image: url(../img/icon/vantage-check.svg);
  }
}
.stride__set-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .stride__set-name {
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .stride__set-name {
    font-size: 13px;
  }
}
.stride__set-text {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .stride__set-text {
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .stride__set-text {
    font-size: 13px;
    line-height: 130%;
  }
}

.charge {
  padding-top: 72px;
  padding-bottom: 50px;
  background-color: #F8F9FA;
}
@media (max-width: 1329px) {
  .charge {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .charge {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.charge__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .charge__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .charge__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 15px;
  }
}
.charge__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .charge__set {
    margin-left: 0;
  }
}
.charge__box {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .charge__box {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .charge__box {
    padding-bottom: 14.8px;
  }
}
.charge__block {
  position: relative;
  padding-bottom: 47.5%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .charge__block {
    padding-bottom: 37.18%;
  }
}
@media (max-width: 767px) {
  .charge__block {
    padding-bottom: 47.8%;
  }
}
@media (min-width: 768px) {
  .charge__block:hover .charge__plate {
    opacity: 0;
  }
  .charge__block:hover .charge__content {
    bottom: 0;
  }
}
.charge__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.charge__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.charge__plate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 350px;
  min-height: 110px;
  z-index: 3;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
  background-color: rgba(184, 9, 26, 0.9);
  padding: 34px 30px 10px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .charge__plate {
    width: 380px;
    min-height: 72px;
    padding: 35px 20px 10px 30px;
  }
}
@media (max-width: 767px) {
  .charge__plate {
    max-width: 315px;
    width: 100%;
    min-height: 56px;
    padding: 26px 10px 7px 15px;
  }
}
.charge__plate-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .charge__plate-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .charge__plate-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.charge__plate-icon {
  position: absolute;
  top: -19px;
  left: 30px;
  -webkit-border-radius: 5px 5px 5px 0px;
  border-radius: 5px 5px 5px 0px;
  background-color: #FEBE01;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .charge__plate-icon {
    top: -20px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .charge__plate-icon {
    left: 15px;
    top: -15px;
    width: 30px;
    height: 30px;
  }
}
.charge__plate-icon img {
  max-width: 20px;
  max-height: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .charge__plate-icon img {
    max-width: 15px;
    max-height: 15px;
  }
}
.charge__content {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(184, 9, 26, 0.9);
  padding: 23px 30px 20px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .charge__content {
    padding: 16px 18px 20px 20px;
  }
}
@media (max-width: 767px) {
  .charge__content {
    padding: 11px 15px 20px 15px;
  }
}
.charge__content-rubric {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 1329px) {
  .charge__content-rubric {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .charge__content-rubric {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
  }
}
.charge__content-rubric:after {
  content: "";
  margin-top: 15px;
  display: block;
  background-color: #FEBE01;
  min-width: 100px;
  max-width: 100px;
  height: 1px;
}
@media (max-width: 767px) {
  .charge__content-rubric:after {
    margin-top: 10px;
  }
}
.charge__content-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
  padding-bottom: 18px;
}
@media (max-width: 1329px) {
  .charge__content-text p {
    font-size: 14px;
    line-height: 130%;
    padding-bottom: 9.6px;
  }
}
@media (max-width: 767px) {
  .charge__content-text p {
    font-size: 13px;
  }
}
.charge__content-text ul li {
  padding-left: 27px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .charge__content-text ul li {
    font-size: 14px;
    line-height: 130%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .charge__content-text ul li {
    font-size: 13px;
  }
}
.charge__content-text ul li:not(:last-child) {
  margin-bottom: 13.6px;
}
@media (max-width: 1329px) {
  .charge__content-text ul li:not(:last-child) {
    margin-bottom: 9.6px;
  }
}
.charge__content-text ul li:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/industries-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1329px) {
  .charge__content-text ul li:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }
}
.charge__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .charge__kit {
    margin-left: 0;
  }
}
.charge__unit {
  width: 33.3%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .charge__unit {
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .charge__unit {
    padding-bottom: 15px;
  }
}
.charge__item {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  padding: 37px 36px 22px 90px;
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .charge__item {
    padding: 30px 30px 27px 80px;
    min-height: 160px;
    color: #121314;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 767px) {
  .charge__item {
    min-height: 140px;
    padding: 21px 10px 22px 60px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.charge__item:hover {
  color: #121314;
}
.charge__item:hover .charge__img:before {
  background-color: #ffffff;
}
.charge__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #B8091A;
}
@media (max-width: 1329px) {
  .charge__item:before {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .charge__item:before {
    width: 30px;
  }
}
.charge__item-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 5px 5px 5px 0px;
  border-radius: 5px 5px 5px 0px;
  background-color: #FEBE01;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .charge__item-icon {
    top: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .charge__item-icon {
    width: 30px;
    height: 30px;
    top: 15px;
    left: 15px;
  }
}
.charge__item-icon img {
  max-width: 20px;
  max-height: 20px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .charge__item-icon img {
    max-width: 15px;
    max-height: 15px;
  }
}
.charge__item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .charge__item-name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .charge__item-name {
    font-size: 16px;
  }
}
.charge__item-text {
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1329px) {
  .charge__item-text {
    margin-top: 12px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .charge__item-text {
    margin-top: 8px;
    font-size: 13px;
    line-height: 130%;
  }
}
.charge__img {
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .charge__img {
    left: 0;
  }
}
.charge__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 19, 20, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .charge__img:before {
    background-color: #ffffff;
  }
}
.charge__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1329px) {
  .charge__img img {
    display: none;
  }
}

.boon {
  background-color: #ffffff;
  padding-top: 82px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .boon {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .boon {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.boon__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .boon__title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .boon__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.boon__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  counter-reset: boon;
}
@media (max-width: 1329px) {
  .boon__set {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .boon__set {
    margin-left: -15px;
  }
}
.boon__box {
  width: 33.333%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .boon__box {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .boon__box {
    padding-bottom: 15px;
    padding-left: 15px;
  }
}
.boon__item {
  height: 100%;
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 24px 30px;
  position: relative;
}
@media (max-width: 1329px) {
  .boon__item {
    padding: 20px 20px 16px 20px;
  }
}
@media (max-width: 767px) {
  .boon__item {
    padding: 12px 14px 12px 15px;
  }
}
.boon__item:after {
  counter-increment: boon;
  content: "#0" counter(boon);
  position: absolute;
  top: 37px;
  right: 30px;
  color: #B8091A;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1329px) {
  .boon__item:after {
    top: 29px;
    right: 20px;
    font-size: 20px;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .boon__item:after {
    font-size: 18px;
    top: 20px;
    right: 15px;
  }
}
.boon__icon {
  margin-bottom: 23px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1329px) {
  .boon__icon {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .boon__icon {
    min-width: 24px;
    max-width: 24px;
    margin-bottom: 13px;
  }
}
.boon__icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .boon__icon:after {
    bottom: -1px;
    right: -4px;
    width: 16px;
    height: 16px;
  }
}
.boon__icon img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.boon__name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}
@media (max-width: 1329px) {
  .boon__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .boon__name {
    font-size: 16px;
    line-height: 20px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}
.boon__text {
  margin-top: 9px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}
@media (max-width: 1329px) {
  .boon__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .boon__text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

.rank {
  background-color: #F8F9FA;
  padding-top: 71px;
  padding-bottom: 60px;
}
@media (max-width: 1329px) {
  .rank {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .rank {
    padding-top: 36px;
    padding-bottom: 30px;
  }
}
.rank__head {
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .rank__head {
    max-width: 370px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .rank__head {
    max-width: 160px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
}
.rank__caption {
  font-size: 40px;
  color: #121314;
  line-height: 110%;
  font-weight: 600;
}
@media (max-width: 1329px) {
  .rank__caption {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .rank__caption {
    font-size: 24px;
    line-height: 109%;
  }
}
.rank__body {
  position: relative;
}
.rank__image {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 99px;
  width: 238px;
  height: 160px;
}
@media (max-width: 1329px) {
  .rank__image {
    top: auto;
    bottom: 100%;
    right: 90px;
    width: 179px;
    height: 121px;
    margin-bottom: -16px;
  }
}
@media (max-width: 767px) {
  .rank__image {
    width: 149px;
    height: 100px;
    margin-bottom: 11px;
    right: 11px;
  }
}
.rank__image img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.rank__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .rank__set {
    margin-left: -20px;
  }
}
.rank__unit {
  padding-left: 30px;
  padding-bottom: 20px;
  width: 33.333%;
}
@media (max-width: 1329px) {
  .rank__unit {
    padding-left: 20px;
    width: 50%;
  }
  .rank__unit:nth-child(3) {
    display: none;
  }
  .rank__unit:nth-child(6) {
    display: none;
  }
}
@media (max-width: 767px) {
  .rank__unit {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (min-width: 1330px) {
  .rank__unit:last-child {
    padding-top: 10px;
    width: 100%;
  }
}
.rank__item {
  text-decoration: none;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rank__item:hover {
  background-color: #B8091A;
}
.rank__item:hover .rank__icon {
  background-color: #FEBE01;
}
.rank__item:hover .rank__icon svg path {
  fill: #121314;
}
.rank__item:hover .rank__name {
  color: #FFFFFF;
}
.rank__item:hover .rank__arrow {
  background-color: #FEBE01;
}
.rank__icon {
  background-color: #B8091A;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .rank__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
  }
}
.rank__icon img, .rank__icon svg {
  max-width: 30px;
  max-height: 30px;
}
@media (max-width: 767px) {
  .rank__icon img, .rank__icon svg {
    max-width: 22px;
    max-height: 22px;
  }
}
.rank__icon img path, .rank__icon svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rank__beside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 6px 55px 3px 20px;
}
@media (max-width: 1329px) {
  .rank__beside {
    padding: 4px 39px 3px 15px;
  }
}
@media (max-width: 767px) {
  .rank__beside {
    padding: 2px 39px 3px 10px;
  }
}
.rank__name {
  font-weight: 400;
  color: #121314;
  font-size: 16px;
  line-height: 140%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .rank__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .rank__name {
    font-size: 13px;
    line-height: 16px;
  }
}
.rank__arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F4F5F6;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .rank__arrow {
    top: 5px;
    right: 5px;
    width: 18px;
    height: 34px;
  }
}
.rank__arrow img {
  width: 6px;
  height: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 767px) {
  .rank__arrow img {
    height: 8px;
  }
}
@media (max-width: 1329px) {
  .rank__cellar {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .rank__cellar {
    padding-top: 10px;
  }
}
.rank__btn {
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  text-align: center;
  padding: 14px 15px 13px 14px;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .rank__btn {
    font-size: 14px;
    padding: 10px 8px 9px 8px;
  }
}
@media (max-width: 767px) {
  .rank__btn {
    font-size: 13px;
    padding: 10px 8px 10px 8px;
  }
}
.rank__btn:hover {
  background-color: #ffffff;
  color: #FEBE01;
}

.parlour {
  padding-top: 71px;
  padding-bottom: 96px;
  background-color: #F8F9FA;
}
@media (max-width: 1329px) {
  .parlour {
    padding-top: 45px;
    padding-bottom: 61px;
  }
}
@media (max-width: 767px) {
  .parlour {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}
.parlour__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 37px;
}
@media (max-width: 1329px) {
  .parlour__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .parlour__caption {
    font-size: 24px;
    margin-bottom: 34px;
  }
}
.parlour__twain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #B8091A;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 27px 20px 26px 306px;
}
@media (max-width: 1329px) {
  .parlour__twain {
    padding: 18px 10px 10px 221px;
  }
}
@media (max-width: 767px) {
  .parlour__twain {
    display: block;
    padding: 120px 20px 17px 20px;
  }
}
.parlour__twain:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FEBE01;
  height: 100%;
  width: 125px;
  -webkit-border-radius: 10px 0px 10px 10px;
  border-radius: 10px 0px 10px 10px;
  z-index: -1;
}
@media (max-width: 1329px) {
  .parlour__twain:before {
    width: 94px;
  }
}
@media (max-width: 767px) {
  .parlour__twain:before {
    width: 100%;
    height: 70px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
  }
}
.parlour__image {
  position: absolute;
  top: 50.8%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
  pointer-events: none;
  width: 280px;
  height: 180px;
}
@media (max-width: 1329px) {
  .parlour__image {
    top: 63.5%;
    left: 10px;
    height: 141px;
    width: 212px;
  }
}
@media (max-width: 767px) {
  .parlour__image {
    height: 124px;
    width: 187px;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.parlour__image img {
  max-height: 100%;
  max-width: 100%;
}
.parlour__left {
  width: 100%;
}
.parlour__set-body {
  margin-left: -18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .parlour__set-body {
    margin-left: -8px;
  }
}
.parlour__set-unit {
  padding-left: 18px;
  width: 50%;
}
@media (max-width: 1329px) {
  .parlour__set-unit {
    padding-left: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .parlour__set-unit {
    width: 100%;
    padding-bottom: 20px;
  }
}
.parlour__set-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.parlour__set-logo {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  min-width: 60px;
  max-width: 60px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 17px;
}
@media (max-width: 1329px) {
  .parlour__set-logo {
    margin-bottom: 10px;
  }
}
.parlour__set-logo img {
  max-width: 90%;
  max-height: 90%;
  pointer-events: none;
}
.parlour__set-name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #ffffff;
}
@media (max-width: 1329px) {
  .parlour__set-name {
    font-size: 13px;
    line-height: 16px;
  }
}
.parlour__right {
  margin-left: 25px;
  min-width: 263px;
  max-width: 263px;
}
@media (max-width: 1329px) {
  .parlour__right {
    margin-left: 6px;
    min-width: 190px;
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .parlour__right {
    margin-left: 0;
    min-width: auto;
    max-width: none;
    width: 100%;
  }
}
.parlour__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.parlour__kit-upper {
  max-width: 202px;
}
@media (max-width: 1329px) {
  .parlour__kit-upper {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .parlour__kit-upper {
    max-width: 202px;
  }
}
.parlour__kit-body {
  margin-left: -11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1329px) {
  .parlour__kit-body {
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .parlour__kit-body {
    margin-left: -11px;
  }
}
.parlour__kit-unit {
  padding-left: 11px;
  padding-bottom: 11px;
  width: 33.3%;
}
@media (max-width: 1329px) {
  .parlour__kit-unit {
    padding-left: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .parlour__kit-unit {
    padding-left: 11px;
    padding-bottom: 10px;
  }
}
.parlour__kit-item {
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.parlour__kit-item img {
  max-width: 80%;
  max-height: 80%;
  pointer-events: none;
}
.parlour__kit-text {
  padding-top: 6px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1329px) {
  .parlour__kit-text {
    max-width: 160px;
    padding-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .parlour__kit-text {
    max-width: 220px;
    padding-top: 0;
  }
}

.invoice {
  background-color: #F8F9FA;
  position: relative;
  padding-top: 79px;
  padding-bottom: 80px;
  min-height: 615px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .invoice {
    overflow: visible;
    padding-top: 50px;
    padding-bottom: 49px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .invoice {
    padding-top: 40px;
    padding-bottom: 41px;
  }
}
.invoice__left {
  max-width: 880px;
  width: 100%;
  padding: 26px 30px 23px 31px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}
@media (max-width: 1329px) {
  .invoice__left {
    padding: 17px 21px 20px 20px;
  }
}
@media (max-width: 767px) {
  .invoice__left {
    padding: 17px 20px 15px 20px;
  }
}
.invoice__head {
  padding-right: 60px;
  margin-bottom: 26px;
}
@media (max-width: 1329px) {
  .invoice__head {
    padding-right: 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .invoice__head {
    margin-bottom: 11px;
  }
}
.invoice__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 111%;
  color: #121314;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 1329px) {
  .invoice__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .invoice__title {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
  }
}
.invoice__titlesub {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) and (min-width: 768px) {
  .invoice__titlesub {
    display: none;
  }
}
@media (max-width: 767px) {
  .invoice__titlesub {
    font-size: 13px;
    line-height: 122%;
    margin: 0 -3px;
    width: auto;
    max-width: none;
  }
  .invoice__titlesub br {
    display: none;
  }
}
.invoice__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
}
@media (max-width: 1329px) {
  .invoice__set {
    margin-left: -15px;
  }
}
.invoice__unit {
  width: 33.333%;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .invoice__unit {
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .invoice__unit {
    width: 100%;
  }
}
.invoice__field {
  display: block;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .invoice__field {
    font-size: 14px;
    padding: 8px 12px 7px 9px;
  }
}
@media (max-width: 767px) {
  .invoice__field {
    font-size: 13px;
    padding: 9px 12px 8px 9px;
  }
}
.invoice__field::-webkit-input-placeholder {
  color: #8A8B8C;
}
.invoice__field::-moz-placeholder {
  color: #8A8B8C;
}
.invoice__field:-ms-input-placeholder {
  color: #8A8B8C;
}
.invoice__field::-ms-input-placeholder {
  color: #8A8B8C;
}
.invoice__field::placeholder {
  color: #8A8B8C;
}
.invoice__field.invalid {
  border-color: red;
}
.invoice__row {
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .invoice__row {
    padding-bottom: 15px;
  }
}
.invoice__textarea {
  display: block;
  resize: none;
  height: 80px;
  width: 100%;
  padding: 12px 12px 12px 14px;
  border: 1px solid #E4E5E6;
  background-color: #F8F9FA;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .invoice__textarea {
    height: 70px;
    font-size: 14px;
    padding: 11px 12px 10px 9px;
  }
}
@media (max-width: 767px) {
  .invoice__textarea {
    font-size: 13px;
    padding: 10px 12px 8px 9px;
  }
}
.invoice__textarea::-webkit-input-placeholder {
  color: #8A8B8C;
}
.invoice__textarea::-moz-placeholder {
  color: #8A8B8C;
}
.invoice__textarea:-ms-input-placeholder {
  color: #8A8B8C;
}
.invoice__textarea::-ms-input-placeholder {
  color: #8A8B8C;
}
.invoice__textarea::placeholder {
  color: #8A8B8C;
}
.invoice__textarea.invalid {
  border-color: red;
}
.invoice__select select {
  visibility: hidden;
}
.invoice__select .jq-selectbox {
  height: 100%;
  width: 100%;
}
.invoice__select .jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #E4E5E6;
}
.invoice__select .jq-selectbox.opened .jq-selectbox__trigger {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.invoice__select .jq-selectbox__select {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #121314;
  font-weight: 400;
  font-family: "Montserrat";
  padding: 14px 34px 13px 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E4E5E6;
  background: #F8F9FA;
  height: auto;
}
@media (max-width: 1329px) {
  .invoice__select .jq-selectbox__select {
    font-size: 14px;
    padding: 10px 24px 9px 9px;
  }
}
@media (max-width: 767px) {
  .invoice__select .jq-selectbox__select {
    font-size: 13px;
    padding: 11px 24px 9px 9px;
  }
}
.invoice__select .jq-selectbox__select:hover {
  background: #F8F9FA;
}
.invoice__select .jq-selectbox__select .placeholder {
  color: #8A8B8C;
}
.invoice__select .jq-selectbox__trigger {
  border-left: none;
  height: 5px;
  width: 8px;
  top: 19px;
  right: 13px;
  background-image: url(../img/icon/invoice-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .invoice__select .jq-selectbox__trigger {
    top: 14px;
    right: 7px;
  }
}
.invoice__select .jq-selectbox__trigger-arrow {
  display: none;
}
.invoice__select .jq-selectbox__dropdown {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
  top: 100% !important;
  border: none;
  background: #ffffff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 1px 0 0;
}
.invoice__select .jq-selectbox__dropdown ul {
  max-height: none !important;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(1, 59, 88, 0.34);
  box-shadow: 0px 1px 2px 0px rgba(1, 59, 88, 0.34);
}
.invoice__select .jq-selectbox__dropdown ul li {
  font-size: 14px;
  line-height: 120%;
  color: #2b2b2b;
  font-weight: 400;
  font-family: "Montserrat";
  background-color: #ffffff;
  padding: 10px 15px 10px 15px;
  white-space: normal;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .invoice__select .jq-selectbox__dropdown ul li {
    font-size: 12px;
    padding: 6px 10px 7px 10px;
  }
}
.invoice__select .jq-selectbox__dropdown ul li:hover {
  background-color: #F8F9FA;
  color: #2b2b2b;
}
.invoice__select .jq-selectbox__dropdown ul li.sel, .invoice__select .jq-selectbox__dropdown ul li.selected {
  cursor: default;
  background-color: #FEBE01;
  color: #121314;
}
.invoice__twain-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .invoice__twain-body {
    margin-left: -15px;
  }
}
.invoice__twain-unit {
  width: 50%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .invoice__twain-unit {
    padding-left: 15px;
  }
}
.invoice__score {
  position: relative;
}
.invoice__score-text {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #8A8B8C;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .invoice__score-text {
    font-size: 14px;
    top: 11px;
    left: 11px;
  }
}
@media (max-width: 767px) {
  .invoice__score-text {
    font-size: 13px;
    top: 12px;
    left: 10px;
  }
}
.invoice__score-field {
  pointer-events: none;
  width: 100%;
  display: block;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #121314;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #E4E5E6;
  background: #F8F9FA;
  padding: 12px 30px 12px 40px;
}
@media (max-width: 1329px) {
  .invoice__score-field {
    font-size: 14px;
    padding: 8px 25px 7px 34px;
  }
}
@media (max-width: 767px) {
  .invoice__score-field {
    font-size: 13px;
    padding: 9px 25px 8px 31px;
  }
}
.invoice__score-up, .invoice__score-down {
  position: absolute;
  background-color: #EAEBEC;
  right: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 18px;
  height: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1329px) {
  .invoice__score-up, .invoice__score-down {
    height: 12px;
    right: 4px;
  }
}
@media (max-width: 767px) {
  .invoice__score-up, .invoice__score-down {
    right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
.invoice__score-up img, .invoice__score-down img {
  width: 8px;
  height: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}
.invoice__score-up {
  top: 5px;
}
@media (max-width: 1329px) {
  .invoice__score-up {
    top: 4px;
  }
}
.invoice__score-up img {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.invoice__score-down {
  bottom: 5px;
}
@media (max-width: 1329px) {
  .invoice__score-down {
    bottom: 4px;
  }
}
.invoice__caudal {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .invoice__caudal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.invoice__captcha {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .invoice__captcha {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.invoice__captcha img {
  min-width: 194px;
  max-width: 194px;
}
.invoice__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.invoice__checkbox-label {
  min-width: 255px;
  max-width: 255px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.invoice__checkbox-label input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
.invoice__checkbox-label input.invalid + .invoice__checkbox-part .invoice__checkbox-square {
  border-color: red;
}
.invoice__checkbox-label input:checked + .invoice__checkbox-part .invoice__checkbox-square img {
  opacity: 1;
}
.invoice__checkbox-part {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.invoice__checkbox-square {
  margin-right: 10px;
  border: 1px solid #E4E5E6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.invoice__checkbox-square img {
  opacity: 0;
  max-width: 10px;
  max-height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.invoice__checkbox-text {
  padding-top: 1px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #8A8B8C;
}
.invoice__btn {
  margin-left: 15px;
  min-width: 260px;
  max-width: 260px;
  cursor: pointer;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  padding: 6px 35px 5px 35px;
  text-decoration: none;
  color: #121314;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .invoice__btn {
    min-width: 164px;
    max-width: 164px;
    font-size: 14px;
    line-height: 17px;
    padding: 4px 18px 3px 18px;
  }
}
@media (max-width: 767px) {
  .invoice__btn {
    margin-top: 15px;
    margin-left: 0;
    min-width: auto;
    width: 100%;
    font-size: 13px;
    max-width: 295px;
    padding: 8px 10px 8px 10px;
  }
}
.invoice__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.invoice__picture {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
  height: 100%;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1800px) {
  .invoice__picture {
    right: -13%;
    max-width: 58%;
  }
}
@media (max-width: 1329px) and (min-width: 768px) {
  .invoice__picture {
    display: none;
  }
}
@media (max-width: 767px) {
  .invoice__picture {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    right: auto;
  }
}
.invoice__picture img {
  max-height: 100%;
  max-width: 100%;
}

.steps {
  padding-top: 73px;
  padding-bottom: 30px;
  background-color: #F8F9FA;
}
@media (max-width: 1329px) {
  .steps {
    padding-top: 44px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .steps {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.steps__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .steps__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .steps__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 15px;
  }
}
.steps__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  counter-reset: steps;
}
@media (max-width: 1329px) {
  .steps__set {
    margin-left: -20px;
  }
}
.steps__unit {
  width: 25%;
  padding-left: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1330px) {
  .steps__unit:not(:last-child) .steps__point {
    display: block;
  }
}
@media (max-width: 1329px) {
  .steps__unit {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .steps__unit {
    padding-bottom: 15px;
    width: 100%;
  }
}
.steps__item {
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 29px 30px 24px 30px;
  position: relative;
}
@media (max-width: 1329px) {
  .steps__item {
    padding: 20px 20px 16px 20px;
  }
}
@media (max-width: 767px) {
  .steps__item {
    padding: 15px 14px 12px 15px;
  }
}
.steps__item:after {
  counter-increment: steps;
  content: "Шаг #0" counter(steps);
  position: absolute;
  top: 36px;
  right: 30px;
  color: #B8091A;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1329px) {
  .steps__item:after {
    top: 29px;
    right: 20px;
    font-size: 20px;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .steps__item:after {
    font-size: 18px;
    top: 20px;
    right: 15px;
  }
}
.steps__icon {
  margin-bottom: 23px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1329px) {
  .steps__icon {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .steps__icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-bottom: 16px;
  }
}
.steps__icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .steps__icon:after {
    bottom: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
  }
}
.steps__icon img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.steps__name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}
@media (max-width: 1329px) {
  .steps__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .steps__name {
    font-size: 16px;
    line-height: 20px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
.steps__text {
  margin-top: 8px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}
@media (max-width: 1329px) {
  .steps__text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .steps__text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
}
.steps__point {
  display: none;
  margin-left: 38px;
  z-index: 2;
  position: absolute;
  top: 49.6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  min-width: 19px;
  max-width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
.steps__point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B8091A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.steps__point:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 49px;
  background-color: #B8091A;
}

.gang {
  padding-top: 73px;
  padding-bottom: 60px;
  background-color: #F8F9FA;
}
@media (max-width: 1329px) {
  .gang {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .gang {
    padding-top: 36px;
    padding-bottom: 30px;
  }
}
.gang__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .gang__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .gang__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 15px;
  }
}
.gang__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .gang__set {
    margin-left: -20px;
  }
}
.gang__unit {
  width: 33.3%;
  padding-left: 30px;
  padding-bottom: 20px;
}
@media (max-width: 1329px) {
  .gang__unit {
    padding-left: 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gang__unit {
    width: 100%;
    padding-bottom: 10px;
  }
}
.gang__item {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gang__item:hover {
  background-color: #B8091A;
}
.gang__item:hover .gang__icon {
  background-color: #FEBE01;
}
.gang__item:hover .gang__icon svg path {
  fill: #121314;
}
.gang__item:hover .gang__name {
  color: #ffffff;
}
.gang__icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #B8091A;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .gang__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
  }
}
.gang__icon img, .gang__icon svg {
  max-height: 30px;
  max-width: 30px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .gang__icon img, .gang__icon svg {
    max-width: 22px;
    max-height: 22px;
  }
}
.gang__icon img path, .gang__icon svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gang__beside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 10px 8px 20px;
}
@media (max-width: 1329px) {
  .gang__beside {
    padding: 10px 10px 8px 15px;
  }
}
@media (max-width: 767px) {
  .gang__beside {
    padding: 9px 10px 8px 10px;
  }
}
.gang__name {
  color: #121314;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .gang__name {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .gang__name {
    font-size: 13px;
  }
}

.ingoing {
  overflow: hidden;
  background-color: #F8F9FA;
  padding-top: 36px;
  padding-bottom: 78px;
}
@media (max-width: 1329px) {
  .ingoing {
    padding-top: 31px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .ingoing {
    padding-top: 23px;
    padding-bottom: 40px;
  }
}
.ingoing__upper {
  position: relative;
  padding-right: 660px;
  min-height: 443px;
}
@media (max-width: 1329px) {
  .ingoing__upper {
    padding-right: 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .ingoing__dyad {
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 1329px) {
  .ingoing__lofty {
    max-width: 380px;
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .ingoing__lofty {
    min-height: auto;
    max-width: none;
  }
}
.ingoing__title {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .ingoing__title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .ingoing__title {
    font-size: 24px;
    line-height: 108%;
  }
}
.ingoing__titlesub {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .ingoing__titlesub {
    margin-top: 11px;
    font-size: 18px;
    line-height: 122%;
  }
}
@media (max-width: 767px) {
  .ingoing__titlesub {
    margin-top: 4px;
    font-size: 16px;
    line-height: 120%;
  }
}
.ingoing__text {
  margin-top: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .ingoing__text {
    margin-top: 21px;
    font-size: 14px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .ingoing__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 16px;
  }
}
.ingoing__caudal {
  margin-top: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .ingoing__caudal {
    margin-top: 26px;
  }
}
@media (max-width: 767px) {
  .ingoing__caudal {
    display: block;
    margin-top: 20px;
  }
}
.ingoing__btn {
  min-width: 399px;
  max-width: 399px;
  background-color: #FEBE01;
  border: 1px solid #FEBE01;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 7px 11px 8px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .ingoing__btn {
    min-width: 340px;
    max-width: 340px;
    font-size: 14px;
    padding: 7px 7px 6px 9px;
  }
}
@media (max-width: 767px) {
  .ingoing__btn {
    min-width: auto;
    max-width: none;
    width: 100%;
    font-size: 13px;
    padding: 6px 7px 7px 9px;
  }
}
.ingoing__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}
.ingoing__btn:hover svg path {
  stroke: #FEBE01;
}
.ingoing__btn svg {
  margin-left: 10px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
}
@media (max-width: 1329px) {
  .ingoing__btn svg {
    height: 9px;
    margin-top: 1px;
  }
}
@media (max-width: 767px) {
  .ingoing__btn svg {
    height: 8px;
  }
}
.ingoing__btn svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ingoing__knob {
  margin-left: 20px;
  min-width: 215px;
  max-width: 215px;
  text-align: center;
  border: 1px solid #D0D1D2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 9px 11px 9px;
  text-decoration: none;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .ingoing__knob {
    min-width: 200px;
    max-width: 200px;
    font-size: 14px;
    padding: 7px 9px 6px 9px;
  }
}
@media (max-width: 767px) {
  .ingoing__knob {
    min-width: auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    font-size: 13px;
  }
}
.ingoing__knob:hover {
  background-color: #D0D1D2;
}
.ingoing__image {
  position: absolute;
  top: 8px;
  right: 0;
  width: 600px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  pointer-events: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1329px) {
  .ingoing__image {
    width: 300px;
    top: 6px;
  }
}
@media (max-width: 767px) {
  .ingoing__image {
    margin-top: 17px;
    position: relative;
    top: 0;
    min-width: auto;
    width: 100%;
    max-width: 335px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.ingoing__image img {
  max-width: 100%;
}
.ingoing__under {
  padding-top: 10px;
}
@media (max-width: 1329px) {
  .ingoing__under {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .ingoing__under {
    padding-top: 15px;
  }
}

.decision {
  padding-top: 72px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .decision {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .decision {
    padding-top: 36px;
    padding-bottom: 20px;
  }
}
.decision__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .decision__caption {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .decision__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 16px;
  }
}
.decision__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .decision__set {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .decision__set {
    margin-left: -15px;
  }
}
.decision__unit {
  width: 20%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .decision__unit {
    padding-left: 20px;
    padding-bottom: 20px;
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .decision__unit {
    width: 50%;
    padding-left: 15px;
  }
  .decision__unit:last-child {
    width: 100%;
  }
  .decision__unit:last-child .decision__item:before {
    height: 63px;
  }
  .decision__unit:last-child .decision__property {
    min-height: auto;
  }
  .decision__unit:last-child .decision__value {
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    min-height: auto;
  }
  .decision__unit:last-child .decision__point {
    top: 79px;
  }
}
.decision__item {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1329px) {
  .decision__item {
    padding-left: 28px;
  }
}
.decision__item:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  border: 1px solid #B8091A;
  border-right: none;
  width: 30px;
  height: 135px;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 1329px) {
  .decision__item:before {
    width: 28px;
    height: 112px;
  }
}
@media (max-width: 767px) {
  .decision__item:before {
    height: 95px;
  }
}
.decision__point {
  position: absolute;
  z-index: 2;
  top: 147px;
  left: 19px;
  background-color: rgba(184, 9, 26, 0.3);
  width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1329px) {
  .decision__point {
    top: 124px;
    left: 17px;
  }
}
@media (max-width: 767px) {
  .decision__point {
    top: 111px;
    left: 20px;
    width: 11px;
    height: 11px;
  }
}
.decision__point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B8091A;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .decision__point:before {
    width: 7px;
    height: 7px;
  }
}
.decision__property {
  width: 100%;
  background-color: #FAEEEF;
  border: 1px solid #B8091A;
  padding: 16px 13px 14px 19px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  margin-bottom: 20px;
  min-height: 92px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1329px) {
  .decision__property {
    padding: 16px 13px 14px 19px;
    font-size: 14px;
    line-height: 17px;
    min-height: 84px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .decision__property {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 8px 11px 9px;
    min-height: 71px;
  }
}
.decision__pair {
  position: relative;
  padding-top: 15px;
}
@media (max-width: 1329px) {
  .decision__pair {
    padding-top: 13px;
  }
}
.decision__topic {
  position: absolute;
  left: 20px;
  top: 0;
  -webkit-border-radius: 5px 5px 5px 0px;
  border-radius: 5px 5px 5px 0px;
  padding: 8px 16px 6px 15px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
}
@media (max-width: 1329px) {
  .decision__topic {
    font-size: 14px;
    padding: 7px 10px 5px 10px;
  }
}
@media (max-width: 767px) {
  .decision__topic {
    left: 10px;
    font-size: 13px;
    padding: 6px 10px 5px 11px;
  }
}
.decision__topic img {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  margin-right: 10px;
}
@media (max-width: 1329px) {
  .decision__topic img {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .decision__topic img {
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    margin-right: 6px;
  }
}
.decision__value {
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 31px 27px 15px 20px;
  min-height: 146px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1329px) {
  .decision__value {
    font-size: 14px;
    line-height: 17px;
    padding: 30px 20px 15px 20px;
    min-height: 131px;
  }
}
@media (max-width: 767px) {
  .decision__value {
    font-size: 13px;
    line-height: 16px;
    padding: 22px 16px 12px 10px;
    min-height: 130px;
  }
}

.climate {
  background-color: #F8F9FA;
  padding-top: 52px;
  padding-bottom: 88px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .climate {
    padding-top: 45px;
    padding-bottom: 58px;
  }
}
@media (max-width: 767px) {
  .climate {
    padding-top: 36px;
    padding-bottom: 38px;
  }
}
.climate__head {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .climate__head {
    margin-bottom: 12px;
  }
}
.climate__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 1329px) {
  .climate__caption {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .climate__caption {
    font-size: 24px;
    line-height: 108%;
  }
}
.climate__topic {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .climate__topic {
    margin-top: 11px;
    font-size: 18px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .climate__topic {
    font-size: 16px;
    margin-top: 5px;
  }
}
.climate__body {
  position: relative;
  z-index: 1;
}
.climate__text {
  max-width: 730px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 28px;
}
@media (max-width: 1329px) {
  .climate__text {
    max-width: 660px;
    margin-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .climate__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px;
  }
}
.climate__text-icon {
  min-width: 30px;
  max-width: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .climate__text-icon {
    min-width: 26px;
    max-width: 26px;
    margin-right: 12px;
    margin-bottom: 4px;
  }
}
.climate__text-icon img {
  width: 100%;
  pointer-events: none;
}
.climate__text-icon:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .climate__text-icon:after {
    width: 16px;
    height: 16px;
    bottom: -3px;
    right: -2px;
  }
}
.climate__text-val {
  padding-top: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .climate__text-val {
    padding-top: 5px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .climate__text-val {
    padding-top: 0;
    font-size: 13px;
    line-height: 16px;
  }
}
.climate__dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .climate__dyad {
    display: block;
    margin-bottom: 20px;
  }
}
.climate__block {
  margin-right: 20px;
  min-width: 350px;
  width: 100%;
  max-width: 350px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #E87F24;
  background-color: #ffffff;
  padding: 22px 29px 29px 29px;
}
@media (max-width: 1329px) {
  .climate__block {
    min-width: 340px;
    max-width: 340px;
    padding: 15px 19px 39px 19px;
  }
}
@media (max-width: 767px) {
  .climate__block {
    min-width: auto;
    max-width: none;
    padding: 11px 19px 14px 14px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.climate__block-topic {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #E87F24;
  margin-bottom: 13px;
}
@media (max-width: 1329px) {
  .climate__block-topic {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .climate__block-topic {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.climate__block-li {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(232, 127, 36, 0.1);
  padding: 8px 3px 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .climate__block-li {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 10px 6px 10px;
  }
}
@media (max-width: 767px) {
  .climate__block-li {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px 5px 10px;
  }
}
.climate__block-li:not(:last-child) {
  margin-bottom: 5px;
}
.climate__item {
  min-width: 350px;
  width: 100%;
  max-width: 350px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #3852B4;
  background-color: #ffffff;
  padding: 22px 29px 29px 29px;
}
@media (max-width: 1329px) {
  .climate__item {
    min-width: auto;
    max-width: 340px;
    padding: 15px 19px 39px 19px;
  }
}
@media (max-width: 767px) {
  .climate__item {
    max-width: none;
    padding: 11px 19px 14px 14px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.climate__item-topic {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  color: #3852B4;
  margin-bottom: 13px;
}
@media (max-width: 1329px) {
  .climate__item-topic {
    font-size: 18px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .climate__item-topic {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.climate__item-li {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(56, 82, 180, 0.07);
  padding: 8px 3px 9px 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .climate__item-li {
    font-size: 14px;
    line-height: 17px;
    padding: 7px 10px 6px 10px;
  }
}
@media (max-width: 767px) {
  .climate__item-li {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px 5px 10px;
  }
}
.climate__item-li:not(:last-child) {
  margin-bottom: 5px;
}
.climate__image {
  position: absolute;
  z-index: -1;
  top: 98px;
  right: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
}
@media (max-width: 1329px) {
  .climate__image {
    position: relative;
    top: 0;
    right: 0;
    width: 439px;
  }
}
@media (max-width: 767px) {
  .climate__image {
    width: 100%;
    max-width: 305px;
    right: 1px;
  }
}
.climate__image img {
  width: 100%;
}
.climate__note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .climate__note {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .climate__note {
    margin-top: -3px;
  }
}
.climate__note-icon {
  min-width: 30px;
  max-width: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .climate__note-icon {
    min-width: 26px;
    max-width: 26px;
    margin-top: 2px;
    margin-right: 12px;
  }
}
.climate__note-icon img {
  width: 100%;
  pointer-events: none;
}
.climate__note-icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .climate__note-icon:after {
    width: 16px;
    height: 16px;
    bottom: -2px;
    right: -2px;
  }
}
.climate__note-val {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .climate__note-val {
    padding-top: 11px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .climate__note-val {
    padding-top: 0;
    font-size: 13px;
    line-height: 16px;
  }
}
.climate__note-val mark {
  background-color: transparent;
  color: #B8091A;
}

.outfit {
  padding-top: 72px;
  padding-bottom: 56px;
}
@media (max-width: 1329px) {
  .outfit {
    padding-top: 45px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .outfit {
    padding-top: 36px;
    padding-bottom: 26px;
  }
}
.outfit__head {
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .outfit__head {
    margin-bottom: 16px;
  }
}
.outfit__caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
}
@media (max-width: 1329px) {
  .outfit__caption {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .outfit__caption {
    font-size: 24px;
    line-height: 108%;
  }
}
.outfit__captionsub {
  margin-top: 11px;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .outfit__captionsub {
    font-size: 18px;
    line-height: 121%;
  }
}
@media (max-width: 767px) {
  .outfit__captionsub {
    margin-top: 6px;
    font-size: 16px;
    line-height: 120%;
  }
}
.outfit__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 14px;
}
@media (max-width: 1329px) {
  .outfit__body {
    display: block;
  }
}
@media (max-width: 767px) {
  .outfit__body {
    padding-bottom: 16px;
  }
}
.outfit__left {
  width: 100%;
}
.outfit__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .outfit__set {
    margin-left: -20px;
  }
}
.outfit__unit {
  padding-bottom: 20px;
  padding-left: 30px;
  width: 50%;
}
@media (min-width: 1330px) {
  .outfit__unit:first-child {
    width: 100%;
  }
}
@media (max-width: 1329px) {
  .outfit__unit {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .outfit__unit {
    width: 100%;
    padding-bottom: 10px;
  }
}
.outfit__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F4F5F6;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.outfit__item:hover {
  background-color: #B8091A;
}
.outfit__item:hover .outfit__icon {
  background-color: #FEBE01;
}
.outfit__item:hover .outfit__icon svg path {
  fill: #121314;
}
.outfit__item:hover .outfit__name {
  color: #ffffff;
}
.outfit__icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .outfit__icon {
    min-width: 44px;
    max-width: 44px;
    height: 44px;
  }
}
.outfit__icon img, .outfit__icon svg {
  max-width: 30px;
  max-height: 30px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .outfit__icon img, .outfit__icon svg {
    max-width: 22px;
    max-height: 22px;
  }
}
.outfit__icon img path, .outfit__icon svg path {
  fill: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.outfit__name {
  padding: 14px 12px 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .outfit__name {
    font-size: 14px;
    line-height: 140%;
    padding: 10px 12px 9px 15px;
  }
}
@media (max-width: 767px) {
  .outfit__name {
    font-size: 13px;
    line-height: 16px;
    padding: 6px 38px 6px 10px;
  }
}
.outfit__image {
  margin-left: 50px;
  min-width: 330px;
  width: 100%;
  max-width: 330px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .outfit__image {
    margin-top: -70px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 340px;
    max-width: 340px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .outfit__image {
    margin-top: 10px;
    height: auto;
    min-width: auto;
  }
}
.outfit__image img {
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .outfit__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.outfit__cellar {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .outfit__cellar {
    margin-top: -237px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .outfit__cellar {
    margin-top: 0;
    font-size: 13px;
    line-height: 130%;
    padding-right: 2px;
  }
}
.outfit__cellar p {
  padding-bottom: 17px;
}
@media (max-width: 1329px) {
  .outfit__cellar p {
    padding-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .outfit__cellar p {
    padding-bottom: 10.6px;
  }
}
@media (max-width: 1329px) {
  .outfit__twain {
    max-width: 350px;
  }
}

.suite {
  overflow: hidden;
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 50px;
}
@media (max-width: 1329px) {
  .suite {
    padding-top: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .suite {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.suite__group:not(:last-child) {
  margin-bottom: 42px;
}
@media (max-width: 1329px) {
  .suite__group:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .suite__group:not(:last-child) {
    margin-bottom: 21px;
  }
}
.suite__caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .suite__caption {
    font-size: 30px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .suite__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 14px;
  }
}
.suite__caption mark {
  background-color: transparent;
  color: #B8091A;
}
.suite__mass {
  padding-top: 1px;
}
.suite__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .suite__set {
    margin-left: -20px;
  }
}
.suite__box {
  padding-left: 30px;
  padding-bottom: 30px;
  width: 25%;
}
@media (min-width: 1330px) {
  .suite__box:nth-last-child(-n+3) {
    width: 33.3%;
  }
  .suite__box:nth-last-child(-n+3) .suite__name {
    max-width: 328px;
  }
}
@media (max-width: 1329px) {
  .suite__box {
    width: 33.3%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .suite__box {
    width: 100%;
    padding-bottom: 15px;
    padding-bottom: 15px;
  }
}
.suite__item {
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 13px 20px 17px 20px;
  position: relative;
}
@media (max-width: 1329px) {
  .suite__item {
    padding: 16px 18px 16px 20px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .suite__item {
    padding: 12px 30px 11px 15px;
  }
}
.suite__name {
  max-width: 215px;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 131%;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
}
@media (max-width: 1329px) {
  .suite__name {
    font-size: 18px;
    max-width: 133px;
    line-height: 127%;
  }
}
@media (max-width: 767px) {
  .suite__name {
    max-width: 250px;
    font-size: 16px;
    line-height: 20px;
  }
}
.suite__text {
  margin-top: 11px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1329px) {
  .suite__text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .suite__text {
    margin-top: 2px;
    font-size: 13px;
  }
}
.suite__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #F8F9FA;
  background-color: #F8F9FA;
  border-top: none;
  border-right: none;
}
.suite__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .suite__icon-img {
    width: 34px;
    height: 34px;
  }
}
.suite__icon-img img {
  max-width: 24px;
  max-height: 22px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .suite__icon-img img {
    max-width: 19px;
    max-height: 19px;
  }
}
.suite__kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .suite__kit {
    padding-top: 1px;
    margin-left: -20px;
  }
}
.suite__kit-box {
  width: 50%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .suite__kit-box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .suite__kit-box {
    width: 100%;
    padding-bottom: 15px;
  }
}
.suite__kit-item {
  height: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 23px 20px 24px 110px;
  position: relative;
}
@media (max-width: 1329px) {
  .suite__kit-item {
    padding: 16px 18px 16px 85px;
  }
}
@media (max-width: 767px) {
  .suite__kit-item {
    padding: 12px 18px 12px 80px;
  }
}
.suite__kit-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
}
@media (max-width: 1329px) {
  .suite__kit-name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .suite__kit-name {
    font-size: 16px;
    line-height: 20px;
  }
}
.suite__kit-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #121314;
}
@media (max-width: 1329px) {
  .suite__kit-text {
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .suite__kit-text {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px;
  }
}
.suite__kit-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1329px) {
  .suite__kit-icon {
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .suite__kit-icon {
    left: 15px;
  }
}
.suite__kit-icon img {
  max-width: 34px;
  max-height: 34px;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .suite__kit-icon img {
    max-width: 30px;
    max-height: 30px;
  }
}

.walk {
  padding-top: 72px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .walk {
    padding-top: 44px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .walk {
    padding-top: 36px;
    padding-bottom: 49px;
  }
  .walk + .results {
    padding-bottom: 5px;
  }
}
.walk__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 23px;
}
@media (max-width: 1329px) {
  .walk__caption {
    font-size: 30px;
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .walk__caption {
    font-size: 24px;
    line-height: 109%;
    margin-bottom: 15px;
  }
}
.walk__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
  counter-reset: walk;
}
@media (max-width: 1329px) {
  .walk__set {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .walk__set {
    margin-left: -15px;
  }
}
.walk__unit {
  width: 20%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1330px) {
  .walk__unit:not(:last-child) .walk__point {
    display: block;
  }
}
@media (max-width: 1329px) {
  .walk__unit {
    width: 33.3%;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .walk__unit {
    padding-bottom: 15px;
    padding-left: 15px;
    width: 50%;
  }
}
.walk__item {
  height: 100%;
  background-color: #F4F5F6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 19px 25px 20px;
  position: relative;
}
@media (max-width: 1329px) {
  .walk__item {
    padding: 20px 20px 16px 20px;
  }
}
@media (max-width: 767px) {
  .walk__item {
    padding: 15px 14px 12px 15px;
  }
}
.walk__item:after {
  counter-increment: walk;
  content: "Шаг #0" counter(walk);
  position: absolute;
  top: 27px;
  right: 20px;
  color: #B8091A;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  font-style: italic;
}
@media (max-width: 1329px) {
  .walk__item:after {
    top: 29px;
    right: 20px;
    font-size: 20px;
    font-weight: 200;
  }
}
@media (max-width: 767px) {
  .walk__item:after {
    font-size: 18px;
    top: 20px;
    right: 15px;
  }
}
.walk__icon {
  margin-bottom: 23px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1329px) {
  .walk__icon {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .walk__icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-bottom: 16px;
  }
}
.walk__icon:after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
@media (max-width: 767px) {
  .walk__icon:after {
    bottom: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
  }
}
.walk__icon img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.walk__name {
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 128%;
}
@media (max-width: 1329px) {
  .walk__name {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .walk__name {
    font-size: 16px;
    line-height: 20px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
  }
}
.walk__text {
  margin-top: 8px;
  color: #121314;
  font-size: 16px;
  font-weight: 400;
  line-height: 138%;
}
@media (max-width: 1329px) {
  .walk__text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .walk__text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }
}
.walk__point {
  display: none;
  margin-left: 18px;
  z-index: 2;
  position: absolute;
  top: 49.6%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  min-width: 19px;
  max-width: 19px;
  height: 19px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(184, 9, 26, 0.3);
}
.walk__point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #B8091A;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}
.walk__point:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 30px;
  background-color: #B8091A;
}
.walk__btn {
  display: inline-block;
  text-decoration: none;
  padding: 12px 24px 11px 24px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FEBE01;
  background-color: #FEBE01;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .walk__btn {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 21px 7px 20px;
  }
}
@media (max-width: 767px) {
  .walk__btn {
    max-width: 335px;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}
.walk__btn:hover {
  color: #FEBE01;
  background-color: #ffffff;
}

.privilege {
  padding-top: 73px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1329px) {
  .privilege {
    padding-top: 44px;
    padding-bottom: 31px;
  }
}
@media (max-width: 767px) {
  .privilege {
    padding-top: 35px;
    padding-bottom: 26px;
  }
}
.privilege__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .privilege__caption {
    font-size: 30px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .privilege__caption {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.privilege__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .privilege__set {
    margin-left: -20px;
  }
}
.privilege__unit {
  width: 25%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .privilege__unit {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .privilege__unit {
    width: 100%;
    padding-bottom: 14px;
  }
}
.privilege__item {
  height: 100%;
  background-color: #F4F5F6;
  padding: 14px 20px 20px 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 2px solid #F4F5F6;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .privilege__item {
    padding: 16px 21px 18px 20px;
  }
}
@media (max-width: 767px) {
  .privilege__item {
    padding: 12px 20px 14px 15px;
  }
}
.privilege__icon {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 6px solid #F8F9FA;
  background-color: #F8F9FA;
  border-top: none;
  border-right: none;
}
.privilege__icon-img {
  -webkit-border-radius: 10px 10px 10px 5px;
  border-radius: 10px 10px 10px 5px;
  width: 40px;
  height: 40px;
  background-color: #B8091A;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .privilege__icon-img {
    width: 34px;
    height: 34px;
  }
}
.privilege__icon-img img {
  max-width: 22px;
  max-height: 22px;
  pointer-events: none;
}
.privilege__icon-img svg {
  max-width: 24px;
  max-height: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .privilege__icon-img svg {
    max-width: 19px;
    max-height: 19px;
  }
}
.privilege__icon-img svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.privilege__name {
  max-width: 220px;
  width: 100%;
  color: #121314;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 14px;
}
@media (max-width: 1329px) {
  .privilege__name {
    max-width: 260px;
    font-size: 18px;
    min-height: auto;
    margin-bottom: 26px;
  }
  .privilege__name br {
    display: none;
  }
}
@media (max-width: 767px) {
  .privilege__name {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 23px;
  }
}
.privilege__li {
  background-color: #FFFFFF;
  padding: 9px 13px 8px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .privilege__li {
    font-size: 14px;
    line-height: 129%;
    padding: 8px 13px 9px 15px;
  }
}
@media (max-width: 767px) {
  .privilege__li {
    font-size: 13px;
    line-height: 124%;
    padding: 5px 13px 5px 10px;
  }
}
.privilege__li:not(:last-child) {
  margin-bottom: 5px;
}

.contacts {
  background-color: #F8F9FA;
  padding-top: 36px;
  padding-bottom: 81px;
}
@media (max-width: 1329px) {
  .contacts {
    padding-top: 30px;
    padding-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 22px;
    padding-bottom: 45px;
  }
}
.contacts__caption {
  color: #121314;
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 18px;
}
@media (max-width: 1329px) {
  .contacts__caption {
    font-size: 30px;
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .contacts__caption {
    font-size: 24px;
    line-height: 108%;
    margin-bottom: 13px;
  }
}
.contacts__title {
  color: #121314;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 13px;
}
@media (max-width: 1329px) {
  .contacts__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contacts__title {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.contacts__nexus {
  margin-bottom: 34px;
}
@media (max-width: 1329px) {
  .contacts__nexus {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contacts__nexus {
    margin-bottom: 17px;
  }
}
.contacts__team {
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .contacts__team {
    padding-bottom: 2px;
  }
}
.contacts__room {
  margin-bottom: 34px;
}
@media (max-width: 1329px) {
  .contacts__room {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contacts__room {
    margin-bottom: 17px;
  }
}

.nexus {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 29px 30px 29px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .nexus {
    padding: 19px 10px 19px 20px;
  }
}
@media (max-width: 767px) {
  .nexus {
    display: block;
    padding: 10px 10px 15px 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.nexus__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nexus__email {
  max-width: 190px;
  min-width: 190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .nexus__email {
    min-width: 150px;
    max-width: 150px;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .nexus__email {
    min-width: 140px;
    max-width: 140px;
  }
}
.nexus__email a {
  color: #121314;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .nexus__email a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .nexus__email a {
    font-size: 13px;
  }
}
.nexus__email a:hover {
  color: #FEBE01;
}
.nexus__email small {
  margin-top: 5px;
  color: #8A8B8C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .nexus__email small {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
  }
}
@media (max-width: 767px) {
  .nexus__email small {
    font-size: 11px;
    margin-top: 1px;
  }
}
.nexus__phone {
  max-width: 222px;
  min-width: 222px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .nexus__phone {
    min-width: 174px;
    max-width: 174px;
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .nexus__phone {
    margin-right: 0;
    min-width: auto;
    max-width: none;
  }
}
.nexus__phone a {
  color: #121314;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .nexus__phone a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .nexus__phone a {
    font-size: 13px;
  }
}
.nexus__phone a:hover {
  color: #FEBE01;
}
.nexus__phone small {
  margin-top: 5px;
  color: #8A8B8C;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1329px) {
  .nexus__phone small {
    margin-top: 3px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  .nexus__phone small {
    font-size: 11px;
    line-height: 15px;
    margin-top: 1px;
  }
}
.nexus__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .nexus__right {
    padding-top: 1px;
  }
}
@media (max-width: 767px) {
  .nexus__right {
    padding-top: 11px;
  }
}
.nexus__net {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nexus__net a {
  margin-right: 20px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #F4F5F6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .nexus__net a {
    margin-right: 15px;
    min-width: 35px;
    max-width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .nexus__net a {
    margin-right: 15px;
    min-width: 30px;
    max-width: 30px;
    height: 30px;
  }
}
.nexus__net a:hover {
  background-color: #FEBE01;
}
.nexus__net a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1329px) {
  .nexus__net a svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .nexus__net a svg {
    width: 16px;
    height: 16px;
  }
}
.nexus__net a svg path {
  fill: #121314;
}
.nexus__query {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #F4F5F6;
  border: 1px solid #F4F5F6;
  text-decoration: none;
  display: inline-block;
  min-width: 193px;
  width: 100%;
  max-width: 193px;
  text-align: center;
  color: #121314;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px 5px 10px 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .nexus__query {
    min-width: 110px;
    max-width: 110px;
    font-size: 14px;
    line-height: 13px;
    padding: 4px 5px 3px 5px;
  }
}
@media (max-width: 767px) {
  .nexus__query {
    font-size: 13px;
    line-height: 12px;
    min-width: 125px;
    max-width: 125px;
    padding: 2px 5px 2px 5px;
  }
}
.nexus__query:hover {
  background-color: #FEBE01;
  border-color: #FEBE01;
}

.team__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -30px;
}
@media (max-width: 1329px) {
  .team__set {
    margin-left: -20px;
  }
}
.team__unit {
  width: 33.3%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1329px) {
  .team__unit {
    width: 50%;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .team__unit {
    width: 100%;
    padding-bottom: 14.8px;
  }
}
.team__item {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 20px 25px 30px;
}
@media (max-width: 1329px) {
  .team__item {
    padding: 18px 20px 18.4px 20px;
  }
}
@media (max-width: 767px) {
  .team__item {
    padding: 15px 20px 14px 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.team__image {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 1px;
  margin-right: 20px;
}
@media (max-width: 1329px) {
  .team__image {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    margin-top: 2px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .team__image {
    margin-top: 1px;
  }
}
.team__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.team__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #121314;
}
@media (max-width: 1329px) {
  .team__name {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .team__name {
    font-size: 13px;
  }
}
.team__contacts {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1329px) {
  .team__contacts {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .team__contacts {
    margin-top: 7px;
  }
}
.team__contacts a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #121314;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.team__contacts a:hover {
  color: #FEBE01;
}
@media (max-width: 1329px) {
  .team__contacts a {
    font-size: 14px;
    margin-bottom: 1px;
  }
}
@media (max-width: 767px) {
  .team__contacts a {
    font-size: 13px;
    margin-bottom: 2px;
  }
}

.room__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .room__item {
    display: block;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.room__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .room__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.room__beside {
  width: 100%;
  padding: 25px 30px 25px 30px;
}
@media (max-width: 1329px) {
  .room__beside {
    padding: 17px 30px 17px 20px;
  }
}
@media (max-width: 767px) {
  .room__beside {
    padding: 12px 15px 13px 15px;
  }
}
.room__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #121314;
  margin-bottom: 22px;
}
@media (max-width: 1329px) {
  .room__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .room__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 11px;
  }
}
.room__address {
  margin-bottom: 16px;
}
@media (max-width: 1329px) {
  .room__address {
    margin-bottom: 7px;
  }
}
.room__address.active .room__address-link svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.room__address-dyad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.room__address-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .room__address-icon {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .room__address-icon {
    margin-bottom: 2px;
  }
}
.room__address-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.room__address-val {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .room__address-val {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .room__address-val {
    font-size: 13px;
    line-height: 16px;
  }
}
.room__address-link {
  margin-top: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #B8091A;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room__address-link:hover {
  color: #121314;
}
.room__address-link:hover svg path {
  stroke: #121314;
}
@media (max-width: 1329px) {
  .room__address-link {
    margin-top: 1px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .room__address-link {
    font-size: 13px;
  }
}
.room__address-link svg {
  margin-left: 10px;
  margin-top: 5px;
  min-width: 6px;
  max-width: 6px;
  height: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .room__address-link svg {
    margin-top: 7px;
    margin-left: 7px;
    min-width: 5px;
    max-width: 5px;
    height: 8px;
  }
}
.room__address-link svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room__address-content {
  display: none;
  width: 100%;
  padding: 5px 0 10px 31px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .room__address-content {
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 10px 24px;
  }
}
@media (max-width: 767px) {
  .room__address-content {
    font-size: 11px;
    padding: 2px 0 10px 24px;
  }
}
.room__address-content p {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .room__address-content p {
    padding-top: 7px;
  }
}
.room__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 17px;
}
@media (max-width: 1329px) {
  .room__phone {
    margin-bottom: 10px;
  }
}
.room__phone-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .room__phone-icon {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.room__phone-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.room__phone-val {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .room__phone-val {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .room__phone-val {
    font-size: 16px;
  }
}
.room__phone-val a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room__phone-val a:hover {
  color: #FEBE01;
}
.room__email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
@media (max-width: 1329px) {
  .room__email {
    margin-bottom: 11px;
  }
}
.room__email-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .room__email-icon {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.room__email-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.room__email-val {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .room__email-val {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .room__email-val {
    font-size: 13px;
  }
}
.room__email-val a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.room__email-val a:hover {
  color: #FEBE01;
}
.room__mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.room__mode-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  margin-right: 15px;
}
@media (max-width: 1329px) {
  .room__mode-icon {
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    margin-right: 10px;
  }
}
.room__mode-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.room__mode-val {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .room__mode-val {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .room__mode-val {
    font-size: 13px;
  }
}
.room__map {
  min-width: 645px;
  max-width: 645px;
  min-height: 300px;
}
@media (max-width: 1329px) {
  .room__map {
    min-width: 300px;
    max-width: 300px;
    min-height: 229px;
  }
}
@media (max-width: 767px) {
  .room__map {
    min-width: auto;
    width: 100%;
    max-width: none;
    min-height: auto;
    height: 160px;
  }
}
.room__map > div {
  width: 100%;
  height: 100%;
  border: none !important;
}
.room__map > div > iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}
.room__cellar {
  margin-top: 31px;
}
@media (max-width: 1329px) {
  .room__cellar {
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .room__cellar {
    margin-top: 15px;
  }
}
.room__more {
  display: block;
  text-decoration: none;
  border: 1px solid #D0D1D2;
  padding: 12px 15px 11px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .room__more {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 16px 7px 15px;
  }
}
@media (max-width: 767px) {
  .room__more {
    font-size: 13px;
    padding: 5px 16px 5px 15px;
  }
}
.room__more:hover {
  background-color: #D0D1D2;
}

.requisite {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 31px 30px 30px 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1329px) {
  .requisite {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 767px) {
  .requisite {
    padding: 15px 15px 15px 15px;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.05);
  }
}
.requisite__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 13px 20px 12px 20px;
}
@media (max-width: 1329px) {
  .requisite__row {
    display: block;
    padding: 10px 20px 10px 15px;
  }
}
@media (max-width: 767px) {
  .requisite__row {
    display: block;
    padding: 9px 20px 12px 15px;
  }
}
.requisite__row:nth-child(odd) {
  background-color: #F4F5F6;
}
.requisite__property {
  min-width: 370px;
  max-width: 370px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .requisite__property {
    min-width: auto;
    max-width: none;
    margin-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .requisite__property {
    font-size: 13px;
    margin-bottom: 1px;
  }
}
.requisite__val {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
}
@media (max-width: 1329px) {
  .requisite__val {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .requisite__val {
    font-size: 13px;
    line-height: 16px;
  }
}
.requisite__cellar {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .requisite__cellar {
    margin-top: 15px;
  }
}
.requisite__btn {
  min-width: 251px;
  padding: 12px 11px 11px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #D0D1D2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .requisite__btn {
    min-width: 206px;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 11px 8px 10px;
  }
}
@media (max-width: 767px) {
  .requisite__btn {
    min-width: 186px;
    font-size: 13px;
    padding: 5px 11px 5px 10px;
  }
}
.requisite__btn:hover {
  background-color: #D0D1D2;
}
.requisite__btn img {
  margin-right: 10px;
  margin-top: 1px;
  min-width: 14px;
  max-width: 14px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
}
@media (max-width: 1329px) {
  .requisite__btn img {
    min-width: 12px;
    max-width: 12px;
    height: 14px;
    margin-right: 8px;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .requisite__btn img {
    margin-top: 3px;
  }
}

.error {
  min-height: inherit;
  background-color: #F8F9FA;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .error {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .error {
    padding-top: 50px;
    padding-bottom: 43px;
  }
}
.error__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.error__image {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1329px) {
  .error__image {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .error__image {
    margin-bottom: 16px;
  }
}
.error__image img {
  max-width: 100%;
  pointer-events: none;
}
.error__caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 1329px) {
  .error__caption {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .error__caption {
    font-size: 24px;
    margin-bottom: 11px;
  }
}
.error__captionsub {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
  text-align: center;
}
@media (max-width: 1329px) {
  .error__captionsub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .error__captionsub {
    font-size: 18px;
    line-height: 22px;
  }
}
.error__kit {
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 1329px) {
  .error__kit {
    padding: 26px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .error__kit {
    padding: 7px 0 0 0;
  }
}
.error__kit a {
  margin: 10px;
  display: inline-block;
  padding: 13px 25px 12px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #EAEBEC;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .error__kit a {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 15px 8px 15px;
  }
}
@media (max-width: 767px) {
  .error__kit a {
    font-size: 13px;
    margin: 7.5px;
    padding: 8px 15px 9px 15px;
  }
}
.error__kit a:hover {
  background-color: #FEBE01;
}

.flaw {
  min-height: inherit;
  background-color: #F8F9FA;
  padding-top: 72px;
  padding-bottom: 80px;
}
@media (max-width: 1329px) {
  .flaw {
    padding-top: 57px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .flaw {
    padding-top: 47px;
    padding-bottom: 43px;
  }
}
.flaw__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flaw__image {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 32px;
}
@media (max-width: 1329px) {
  .flaw__image {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .flaw__image {
    margin-bottom: 16px;
  }
}
.flaw__image img {
  max-width: 100%;
  pointer-events: none;
}
.flaw__caption {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 1329px) {
  .flaw__caption {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .flaw__caption {
    font-size: 24px;
    margin-bottom: 11px;
  }
}
.flaw__captionsub {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  color: #121314;
  text-align: center;
}
@media (max-width: 1329px) {
  .flaw__captionsub {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .flaw__captionsub {
    font-size: 18px;
    line-height: 22px;
  }
}
.flaw__kit {
  padding-top: 25px;
  text-align: center;
}
@media (max-width: 1329px) {
  .flaw__kit {
    padding: 26px 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .flaw__kit {
    padding: 7px 0 0 0;
  }
}
.flaw__kit a {
  margin: 10px;
  display: inline-block;
  padding: 13px 25px 12px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  background-color: #EAEBEC;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #121314;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1329px) {
  .flaw__kit a {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 15px 8px 15px;
  }
}
@media (max-width: 767px) {
  .flaw__kit a {
    font-size: 13px;
    margin: 7.5px;
    padding: 8px 15px 9px 15px;
  }
}
.flaw__kit a:hover {
  background-color: #FEBE01;
}