@charset "UTF-8";
/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/

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, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

html,
body {
  min-height: 100%;
}

body {
  color: rgba(31, 31, 51, 0.5);
  font: 400 16px/160% "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 24px;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  color: #1F1F33;
  line-height: 120%;
}

h1,
.h1 {
  font-size: 56px;
}
@media screen and (max-width: 1023px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 48px;
}
@media screen and (max-width: 1023px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-size: 40px;
}
@media screen and (max-width: 1023px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 32px;
}
@media screen and (max-width: 1023px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: rgba(31, 31, 51, 0.5);
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: rgba(31, 31, 51, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
}

ul, p, ol {
  padding: 0;
  margin-bottom: 24px;
}
ul:last-child, p:last-child, ol:last-child {
  margin-bottom: 0;
}

p:empty {
  display: none;
}

ul,
ol {
  margin-left: 24px;
}
ul ul, ul ol,
ol ul,
ol ol {
  margin: 8px 0 8px 24px;
}
ul li,
ol li {
  margin: 0 0 8px;
}

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px;
  table-layout: fixed;
}
table tr:nth-child(odd) td {
  background-color: #F2B600;
}
table tr:hover td {
  background-color: #ffffff;
}
table td, table th {
  border-bottom: 1px solid #FFDF80;
  border-top: 1px solid #FFDF80;
  font-size: 16px;
  line-height: 24px;
  color: rgba(31, 31, 51, 0.5);
  font-weight: 400;
  text-align: left;
  padding: 16px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
table th {
  padding: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #FAFAFC;
}

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px;
}

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #F2B600;
}

q,
.q {
  quotes: "«" "»";
  margin-bottom: 24px;
  display: block;
}
q q,
.q q {
  quotes: "„" "“";
}

.w-100 {
  width: 100%;
}
.w-75 {
  width: 75%;
}
.w-50 {
  width: 50%;
}
.w-25 {
  width: 25%;
}
.w-0 {
  width: 0;
}
@media (max-width: 1400px) {
  .w-big-desktop-100 {
    width: 100%;
  }
  .w-big-desktop-75 {
    width: 75%;
  }
  .w-big-desktop-50 {
    width: 50%;
  }
  .w-big-desktop-25 {
    width: 25%;
  }
  .w-big-desktop-0 {
    width: 0;
  }
}
@media (max-width: 1200px) {
  .w-middle-desktop-100 {
    width: 100%;
  }
  .w-middle-desktop-75 {
    width: 75%;
  }
  .w-middle-desktop-50 {
    width: 50%;
  }
  .w-middle-desktop-25 {
    width: 25%;
  }
  .w-middle-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 1023px) {
  .w-desktop-100 {
    width: 100%;
  }
  .w-desktop-75 {
    width: 75%;
  }
  .w-desktop-50 {
    width: 50%;
  }
  .w-desktop-25 {
    width: 25%;
  }
  .w-desktop-0 {
    width: 0;
  }
}
@media screen and (max-width: 991px) {
  .w-tab-100 {
    width: 100%;
  }
  .w-tab-75 {
    width: 75%;
  }
  .w-tab-50 {
    width: 50%;
  }
  .w-tab-25 {
    width: 25%;
  }
  .w-tab-0 {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .w-mob-100 {
    width: 100%;
  }
  .w-mob-75 {
    width: 75%;
  }
  .w-mob-50 {
    width: 50%;
  }
  .w-mob-25 {
    width: 25%;
  }
  .w-mob-0 {
    width: 0;
  }
}
@media screen and (max-width: 579px) {
  .w-mob-p-100 {
    width: 100%;
  }
  .w-mob-p-75 {
    width: 75%;
  }
  .w-mob-p-50 {
    width: 50%;
  }
  .w-mob-p-25 {
    width: 25%;
  }
  .w-mob-p-0 {
    width: 0;
  }
}

.soc {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.soc-item {
  margin: 0 8px 8px;
}
.soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.soc-link .icon {
  width: 24px;
  height: 24px;
  fill: #1F1F33;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.soc-link:hover .icon {
  fill: #00BFE5;
}
.soc-link:active .icon, .soc-link:focus .icon {
  fill: #94E7F7;
}

.back-to.top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 99;
}
.back-to .btn.back-to__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
}
.back-to .btn.back-to__btn .icon {
  width: 112px;
  height: 73px;
  fill: rgba(31, 31, 51, 0.2);
}
.back-to .btn.back-to__btn:hover .icon {
  fill: #00BFE5;
}
.back-to .btn.back-to__btn:active .icon {
  fill: #94E7F7;
}
.container {
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 1023px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 24px);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  height: 100%;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin: 0 -16px;
}
.row.row_justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .row {
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
}

.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col {
    padding: 0 12px;
  }
}
.col.col_1 {
  width: 8.3333%;
}
.col.col_2 {
  width: 16.666%;
}
.col.col_3 {
  width: 25%;
}
.col.col_4 {
  width: 33.3%;
}
.col.col_5 {
  width: 41.666667%;
}
.col.col_6 {
  width: 50%;
}
.col.col_7 {
  width: 58.333333%;
}
.col.col_8 {
  width: 66.666667%;
}
.col.col_9 {
  width: 75%;
}
.col.col_10 {
  width: 83.333333%;
}
.col.col_11 {
  width: 91.666667%;
}
.col.col_12 {
  width: 100%;
}
@media (max-width: 1400px) {
  .col.col_big-desktop-2 {
    width: 16.66%;
  }
  .col.col_big-desktop-3 {
    width: 25%;
  }
  .col.col_big-desktop-4 {
    width: 33.3%;
  }
  .col.col_big-desktop-5 {
    width: 41.666667%;
  }
  .col.col_big-desktop-6 {
    width: 50%;
  }
  .col.col_big-desktop-7 {
    width: 58.333333%;
  }
  .col.col_big-desktop-8 {
    width: 66.666667%;
  }
  .col.col_big-desktop-9 {
    width: 75%;
  }
  .col.col_big-desktop-10 {
    width: 83.333333%;
  }
  .col.col_big-desktop-11 {
    width: 91.666667%;
  }
  .col.col_big-desktop-12 {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .col.col_desktop-2 {
    width: 16.66%;
  }
  .col.col_desktop-3 {
    width: 25%;
  }
  .col.col_desktop-4 {
    width: 33.3%;
  }
  .col.col_desktop-5 {
    width: 41.666667%;
  }
  .col.col_desktop-6 {
    width: 50%;
  }
  .col.col_desktop-7 {
    width: 58.333333%;
  }
  .col.col_desktop-8 {
    width: 66.666667%;
  }
  .col.col_desktop-9 {
    width: 75%;
  }
  .col.col_desktop-10 {
    width: 83.333333%;
  }
  .col.col_desktop-11 {
    width: 91.666667%;
  }
  .col.col_desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .col.col_middle-desktop-2 {
    width: 16.66%;
  }
  .col.col_middle-desktop-3 {
    width: 25%;
  }
  .col.col_middle-desktop-4 {
    width: 33.3%;
  }
  .col.col_middle-desktop-5 {
    width: 41.666667%;
  }
  .col.col_middle-desktop-6 {
    width: 50%;
  }
  .col.col_middle-desktop-7 {
    width: 58.333333%;
  }
  .col.col_middle-desktop-8 {
    width: 66.666667%;
  }
  .col.col_middle-desktop-9 {
    width: 75%;
  }
  .col.col_middle-desktop-10 {
    width: 83.333333%;
  }
  .col.col_middle-desktop-11 {
    width: 91.666667%;
  }
  .col.col_middle-desktop-12 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .col.col_tab-3 {
    width: 25%;
  }
  .col.col_tab-4 {
    width: 33.3%;
  }
  .col.col_tab-5 {
    width: 41.666667%;
  }
  .col.col_tab-6 {
    width: 50%;
  }
  .col.col_tab-7 {
    width: 58.333333%;
  }
  .col.col_tab-8 {
    width: 66.666667%;
  }
  .col.col_tab-9 {
    width: 75%;
  }
  .col.col_tab-10 {
    width: 83.333333%;
  }
  .col.col_tab-11 {
    width: 91.666667%;
  }
  .col.col_tab-12 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col.col_mob-1 {
    width: 8.3333%;
  }
  .col.col_mob-2 {
    width: 16.66%;
  }
  .col.col_mob-3 {
    width: 25%;
  }
  .col.col_mob-4 {
    width: 33.3%;
  }
  .col.col_mob-5 {
    width: 41.666667%;
  }
  .col.col_mob-6 {
    width: 50%;
  }
  .col.col_mob-7 {
    width: 58.333333%;
  }
  .col.col_mob-8 {
    width: 66.666667%;
  }
  .col.col_mob-9 {
    width: 75%;
  }
  .col.col_mob-10 {
    width: 83.333333%;
  }
  .col.col_mob-11 {
    width: 91.666667%;
  }
  .col.col_mob-12 {
    width: 100%;
  }
}
@media screen and (max-width: 579px) {
  .col.col_mob-p-1 {
    width: 8.3333%;
  }
  .col.col_mob-p-2 {
    width: 16.66%;
  }
  .col.col_mob-p-3 {
    width: 25%;
  }
  .col.col_mob-p-4 {
    width: 33.3%;
  }
  .col.col_mob-p-5 {
    width: 41.666667%;
  }
  .col.col_mob-p-6 {
    width: 50%;
  }
  .col.col_mob-p-7 {
    width: 58.333333%;
  }
  .col.col_mob-p-8 {
    width: 66.666667%;
  }
  .col.col_mob-p-9 {
    width: 75%;
  }
  .col.col_mob-p-10 {
    width: 83.333333%;
  }
  .col.col_mob-p-11 {
    width: 91.666667%;
  }
  .col.col_mob-p-12 {
    width: 100%;
  }
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 1400px) {
  .text-big-desktop-center {
    text-align: center;
  }
  .text-big-desktop-left {
    text-align: left;
  }
  .text-big-desktop-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-middle-desktop-center {
    text-align: center;
  }
  .text-middle-desktop-left {
    text-align: left;
  }
  .text-middle-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  .text-desktop-center {
    text-align: center;
  }
  .text-desktop-left {
    text-align: left;
  }
  .text-desktop-right {
    text-align: right;
  }
}
@media screen and (max-width: 991px) {
  .text-tab-center {
    text-align: center;
  }
  .text-tab-left {
    text-align: left;
  }
  .text-tab-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text-mob-center {
    text-align: center;
  }
  .text-mob-left {
    text-align: left;
  }
  .text-mob-right {
    text-align: right;
  }
}
@media screen and (max-width: 579px) {
  .text-mob-p-center {
    text-align: center;
  }
  .text-mob-p-left {
    text-align: left;
  }
  .text-mob-p-right {
    text-align: right;
  }
}

.display-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none !important;
}
@media (max-width: 1400px) {
  .display-big-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-big-desktop-block {
    display: block !important;
  }
  .display-big-desktop-none {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .display-middle-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-middle-desktop-block {
    display: block !important;
  }
  .display-middle-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .display-desktop-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-desktop-block {
    display: block !important;
  }
  .display-desktop-none {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .display-tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-tab-block {
    display: block !important;
  }
  .display-tab-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .display-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-block {
    display: block !important;
  }
  .display-mob-none {
    display: none !important;
  }
}
@media screen and (max-width: 579px) {
  .display-mob-p-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .display-mob-p-block {
    display: block !important;
  }
  .display-mob-p-none {
    display: none !important;
  }
}

form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=email],
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FAFAFC;
  border: none;
  border-bottom: 1px solid rgba(31, 31, 51, 0.1);
  border-radius: 2px 2px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 160%;
  margin: 0;
  outline: none;
  padding: 25px 16px 7px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
form input[type=text]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=email]:hover,
form textarea:hover {
  border-bottom-color: #94E7F7;
}
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form textarea:focus {
  border-bottom-color: #94E7F7;
}
form input[type=text]:disabled,
form input[type=password]:disabled,
form input[type=tel]:disabled,
form input[type=email]:disabled,
form textarea:disabled {
  border-color: #FFDF80;
}
form input[type=text].error,
form input[type=password].error,
form input[type=tel].error,
form input[type=email].error,
form textarea.error {
  border-color: #FAFAFC;
}
form input[type=text]:focus ~ .form-field__title,
form input[type=password]:focus ~ .form-field__title,
form input[type=tel]:focus ~ .form-field__title,
form input[type=email]:focus ~ .form-field__title,
form textarea:focus ~ .form-field__title {
  font-size: 12px;
  top: 6px;
}
form textarea {
  width: 100%;
  height: 174px;
  resize: none;
}

.form-field {
  margin-bottom: 32px;
  position: relative;
}
.form-field .label-wrap {
  display: block;
  position: relative;
}
.form-field .label-wrap.selected .form-field__title {
  font-size: 12px;
  top: 6px;
}
.form-field .form-field__title {
  position: absolute;
  top: 16px;
  left: 16px;
  display: block;
  font-size: 16px;
  line-height: 160%;
  cursor: pointer;
  color: rgba(31, 31, 51, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .form-field {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .form-field {
    margin-bottom: 16px;
  }
}

label.error {
  color: #F2B600;
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.custom-check {
  display: block;
  position: relative;
}
.custom-check .custom-check__input {
  position: absolute;
  opacity: 0;
}
.custom-check .custom-check__input:checked ~ .custom-check__text:before {
  opacity: 1;
}
.custom-check .custom-check__input:checked ~ .custom-check__text:after {
  border-color: #FAFAFC;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text {
  color: #94E7F7;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:after {
  border-color: #FFDF80;
}
.custom-check .custom-check__input:disabled ~ .custom-check__text:hover:after {
  border-color: #FFDF80;
}
.custom-check .custom-check__text {
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
}
.custom-check .custom-check__text:before, .custom-check .custom-check__text:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-check .custom-check__text:before {
  opacity: 0;
}
.custom-check .custom-check__text:after {
  width: 22px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid rgba(31, 31, 51, 0.1);
}
.custom-check .custom-check__text:hover:after {
  border-color: #94E7F7;
}
.custom-check .custom-check__text a {
  color: #1F1F33;
  border-bottom: 1px solid rgba(31, 31, 51, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-check .custom-check__text a:hover {
  color: #00BFE5;
  border-bottom-color: #00BFE5;
}
.custom-check .custom-check__text a:active {
  color: #94E7F7;
  border-bottom-color: #94E7F7;
}
.custom-check .custom-check__text a:visited {
  color: rgba(31, 31, 51, 0.5);
  border-bottom-color: rgba(31, 31, 51, 0.2);
}
.custom-check input[type=checkbox] ~ .custom-check__text:before {
  content: "";
  background: #94E7F7;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 6px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-check input[type=radio] ~ .custom-check__text:before, .custom-check input[type=radio] ~ .custom-check__text:after {
  border-radius: 50%;
}
.custom-check input[type=radio] ~ .custom-check__text:before {
  width: 10px;
  height: 10px;
  background: #FAFAFC;
  opacity: 0;
  top: 9px;
  left: 5px;
}

.form-popup .container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-popup .popup-content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}
.form-popup__container {
  text-align: center;
  width: 100%;
}
.form-popup__icon {
  position: relative;
  min-height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 72px;
  z-index: 1;
}
.form-popup__icon .title {
  margin-bottom: 0;
}
.form-popup__icon .icon {
  width: 176px;
  height: 176px;
  position: absolute;
  top: calc(50% - 88px);
  left: calc(50% - 88px);
  z-index: -1;
}
.form-popup-error .form-popup__icon .icon {
  fill: #FF8095;
}
.form-popup-success .form-popup__icon .icon {
  fill: #CCF57A;
}
@media screen and (max-width: 1023px) {
  .form-popup__icon {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .form-popup__icon {
    margin-bottom: 32px;
    min-height: 128px;
  }
  .form-popup__icon .icon {
    width: 128px;
    height: 128px;
    top: calc(50% - 64px);
    left: calc(50% - 64px);
  }
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: transparent;
  display: none;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #00BFE5;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #94E7F7;
}

.btn,
button,
input[type=submit],
input[type=reset] {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  line-height: 160%;
  padding: 15px 32px;
  border: 1px solid #1F1F33;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  outline: none;
  font-weight: 600;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1F1F33;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn .icon,
button .icon,
input[type=submit] .icon,
input[type=reset] .icon {
  fill: #ffffff;
}
.btn:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #1F1F33;
  text-decoration: none;
  background: #94E7F7;
  border-color: #94E7F7;
}
.btn:hover .icon,
button:hover .icon,
input[type=submit]:hover .icon,
input[type=reset]:hover .icon {
  fill: #1F1F33;
}
.btn:active,
button:active,
input[type=submit]:active,
input[type=reset]:active {
  color: #1F1F33;
  text-decoration: none;
  background: #00BFE5;
  border-color: #00BFE5;
}
.btn:active .icon,
button:active .icon,
input[type=submit]:active .icon,
input[type=reset]:active .icon {
  fill: #1F1F33;
}
.btn:disabled,
button:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  color: rgba(31, 31, 51, 0.5);
  border-color: rgba(31, 31, 51, 0.2);
  background-color: rgba(31, 31, 51, 0.2);
}
.btn:disabled .icon,
button:disabled .icon,
input[type=submit]:disabled .icon,
input[type=reset]:disabled .icon {
  fill: rgba(31, 31, 51, 0.5);
}
@media screen and (max-width: 767px) {
  .btn,
  button,
  input[type=submit],
  input[type=reset] {
    font-size: 14px;
  }
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-icon-position__left .icon {
  margin-right: 8px;
}
.btn-icon-position__right .icon {
  margin-left: 8px;
}
.btn-icon .icon {
  width: 24px;
  height: 24px;
}
.btn-icon .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wysiwyg img {
  display: block;
  margin: 0 auto 24px;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li, .wysiwyg ol li {
    padding-left: 24px;
  }
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul ul {
  margin-left: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 32px;
}
.wysiwyg ul li:before {
  content: "—";
  left: 8px;
  top: -2px;
  position: absolute;
}
@media screen and (max-width: 991px) {
  .wysiwyg ul li:before {
    top: 0;
    left: 0;
  }
}

.slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.slider-nav .dots {
  width: 6px;
  height: 6px;
  background-color: rgba(31, 31, 51, 0.2);
  border: 2px solid rgba(31, 31, 51, 0.2);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slider-btn {
  position: relative;
  top: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}
.slider-btn .icon {
  width: 73px;
  height: 10px;
  fill: rgba(31, 31, 51, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-btn:hover .icon {
  fill: #94E7F7;
}
.slider-btn:active .icon {
  fill: #00BFE5;
}
.slider-btn:after {
  display: none;
}
.slider-btn__prev {
  left: auto;
  margin-right: 12px;
}
.slider-btn__next {
  right: auto;
  margin-left: 12px;
}

.tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
}
@media screen and (min-width: 768px) {
  .tabs-header__vertical .tabs-header {
    display: block;
  }
}
.tabs-header__vertical .tabs-header__text {
  text-align: left;
}
.tabs-header__item {
  margin: 0 16px 24px;
}
.tabs-header__item:nth-child(3n) .tabs-header__text:hover {
  color: #F2B600;
}
.tabs-header__item:nth-child(3n) .tabs-header__text:active {
  color: #FFDF80;
}
.tabs-header__item:nth-child(3n).active .tabs-header__text {
  color: #F2B600;
}
.tabs-header__item:nth-child(3n+1) .tabs-header__text:hover {
  color: #00BFE5;
}
.tabs-header__item:nth-child(3n+1) .tabs-header__text:active {
  color: #94E7F7;
}
.tabs-header__item:nth-child(3n+1).active .tabs-header__text {
  color: #00BFE5;
}
.tabs-header__item:nth-child(3n+2) .tabs-header__text:hover {
  color: #96CC29;
}
.tabs-header__item:nth-child(3n+2) .tabs-header__text:active {
  color: #CCF57A;
}
.tabs-header__item:nth-child(3n+2).active .tabs-header__text {
  color: #96CC29;
}
.tabs-header__text {
  display: block;
  cursor: pointer;
  color: rgba(31, 31, 51, 0.2);
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs-body__item {
  width: 100%;
  display: none;
}
.tabs-body__item.active {
  display: block;
}
.accordion-item {
  margin-bottom: 16px;
}
.accordion-item.accordion-item_active .accordion-item__header {
  margin-bottom: 16px;
  background-color: #FAFAFC;
  color: #ffffff;
}
.accordion-item.accordion-item_active .accordion-item__header:after {
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 8px;
}
.accordion-item.accordion-item_active .accordion-item__body {
  display: block;
}
.accordion-item .accordion-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  color: rgba(31, 31, 51, 0.5);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  background-color: #F2B600;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-item .accordion-item__header .title-text {
  margin-right: 16px;
}
.accordion-item .accordion-item__header:after {
  border-right: 1px solid rgba(31, 31, 51, 0.5);
  border-top: 1px solid rgba(31, 31, 51, 0.5);
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-item .accordion-item__body {
  display: none;
  margin-bottom: 16px;
}

.icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.icon-text .icon {
  margin-right: 8px;
}
.icon-position-left {
  padding-right: 12px;
}
.icon-position-left .icon {
  padding-right: 12px;
}
.icon-position-right {
  padding-left: 12px;
}
.icon-position-right .icon {
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .icon-position-left {
    padding-right: 8px;
  }
  .icon-position-left .icon {
    padding-right: 8px;
  }
  .icon-position-right {
    padding-left: 8px;
  }
  .icon-position-right .icon {
    padding-left: 8px;
  }
}

.label-icon {
  position: relative;
}
.label-icon .icon {
  position: absolute;
  top: calc(50% - 12px);
  left: auto;
  right: 12px;
}
.label-icon-position-right {
  left: auto;
  right: 12px;
}
.label-icon-position-left {
  right: auto;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .label-icon .icon {
    top: calc(50% - 10px);
    right: 8px;
  }
  .label-icon-position-right {
    left: auto;
    right: 8px;
  }
  .label-icon-position-left {
    right: auto;
    left: 8px;
  }
}

/*flex-direction */
.direction-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media screen and (min-width: 1024px) {
  .direction-row-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 992px) {
  .direction-row-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 768px) {
  .direction-row-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media screen and (min-width: 580px) {
  .direction-row-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}

.direction-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media screen and (min-width: 1024px) {
  .direction-column-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 992px) {
  .direction-column-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 768px) {
  .direction-column-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 580px) {
  .direction-column-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.direction-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
@media screen and (min-width: 1024px) {
  .direction-row-reverse-desktop {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .direction-row-reverse-tab {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .direction-row-reverse-mob {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}
@media screen and (min-width: 580px) {
  .direction-row-reverse-mob-p {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
}

.direction-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 1024px) {
  .direction-column-reverse-desktop {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .direction-column-reverse-tab {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .direction-column-reverse-mob {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 580px) {
  .direction-column-reverse-mob-p {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
@media (max-width: 1200px) {
  .flex-wrap-desktop {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 1024px) {
  .flex-wrap-tab {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 992px) {
  .flex-wrap-mob {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-wrap-mob-p {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
@media screen and (min-width: 1024px) {
  .flex-nowrap-desktop {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 992px) {
  .flex-nowrap-tab {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-nowrap-mob {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 580px) {
  .flex-nowrap-mob-p {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
}

.justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media screen and (min-width: 1024px) {
  .justify-center-desktop {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 992px) {
  .justify-center-tab {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 768px) {
  .justify-center-mob {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 580px) {
  .justify-center-mob-p {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.justify-left {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
@media screen and (min-width: 1024px) {
  .justify-left-desktop {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 992px) {
  .justify-left-tab {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .justify-left-mob {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
@media screen and (min-width: 580px) {
  .justify-left-mob-p {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}

.justify-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media screen and (min-width: 1024px) {
  .justify-right-desktop {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 992px) {
  .justify-right-tab {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .justify-right-mob {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}
@media screen and (min-width: 580px) {
  .justify-right-mob-p {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
}

.justify-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
@media screen and (min-width: 1024px) {
  .justify-between-desktop {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 992px) {
  .justify-between-tab {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 768px) {
  .justify-between-mob {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}
@media screen and (min-width: 580px) {
  .justify-between-mob-p {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
}

.justify-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
@media screen and (min-width: 1024px) {
  .justify-around-desktop {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 992px) {
  .justify-around-tab {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 768px) {
  .justify-around-mob {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 580px) {
  .justify-around-mob-p {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
}

.align-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (min-width: 1024px) {
  .align-center-desktop {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 992px) {
  .align-center-tab {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 768px) {
  .align-center-mob {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media screen and (min-width: 580px) {
  .align-center-mob-p {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.align-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
@media screen and (min-width: 1024px) {
  .align-start-desktop {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 992px) {
  .align-start-tab {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 768px) {
  .align-start-mob {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}
@media screen and (min-width: 580px) {
  .align-start-mob-p {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.align-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
@media screen and (min-width: 1024px) {
  .align-end-desktop {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 992px) {
  .align-end-tab {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 768px) {
  .align-end-mob {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}
@media screen and (min-width: 580px) {
  .align-end-mob-p {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
}

.align-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
@media screen and (min-width: 1024px) {
  .align-between-desktop {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}
@media screen and (min-width: 992px) {
  .align-between-tab {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}
@media screen and (min-width: 768px) {
  .align-between-mob {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}
@media screen and (min-width: 580px) {
  .align-between-mob-p {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
}

.align-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
@media screen and (min-width: 1024px) {
  .align-around-desktop {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}
@media screen and (min-width: 992px) {
  .align-around-tab {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}
@media screen and (min-width: 768px) {
  .align-around-mob {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}
@media screen and (min-width: 580px) {
  .align-around-mob-p {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-6 {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.order-7 {
  -webkit-box-ordinal-group: 8 !important;
  -ms-flex-order: 7 !important;
  order: 7 !important;
}
.order-8 {
  -webkit-box-ordinal-group: 9 !important;
  -ms-flex-order: 8 !important;
  order: 8 !important;
}
.order-9 {
  -webkit-box-ordinal-group: 10 !important;
  -ms-flex-order: 9 !important;
  order: 9 !important;
}
.order-10 {
  -webkit-box-ordinal-group: 11 !important;
  -ms-flex-order: 10 !important;
  order: 10 !important;
}
.order-11 {
  -webkit-box-ordinal-group: 12 !important;
  -ms-flex-order: 11 !important;
  order: 11 !important;
}
.order-12 {
  -webkit-box-ordinal-group: 13 !important;
  -ms-flex-order: 12 !important;
  order: 12 !important;
}
@media screen and (min-width: 1024px) {
  .order-desktop-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-desktop-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-desktop-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-desktop-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-desktop-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-desktop-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .order-desktop-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
  .order-desktop-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
  .order-desktop-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
  .order-desktop-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
  .order-desktop-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }
  .order-desktop-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}
@media screen and (min-width: 992px) {
  .order-tab-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-tab-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-tab-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-tab-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-tab-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-tab-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .order-tab-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
  .order-tab-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
  .order-tab-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
  .order-tab-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
  .order-tab-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }
  .order-tab-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}
@media screen and (min-width: 768px) {
  .order-mob-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-mob-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-mob-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-mob-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-mob-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-mob-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .order-mob-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
  .order-mob-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
  .order-mob-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
  .order-mob-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
  .order-mob-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }
  .order-mob-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}
@media screen and (min-width: 580px) {
  .order-mob-p-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-mob-p-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-mob-p-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-mob-p-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-mob-p-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-mob-p-6 {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .order-mob-p-7 {
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }
  .order-mob-p-8 {
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }
  .order-mob-p-9 {
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }
  .order-mob-p-10 {
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }
  .order-mob-p-11 {
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }
  .order-mob-p-12 {
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 112px 0;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 42px 0;
  }
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-container > * {
  margin: 0 68px;
}
.header-container > *:last-child {
  margin-right: 0;
}
.header-container > *:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1023px) {
  .header-container > * {
    margin: 0 44px;
  }
}
.header-list ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.header-list ul li {
  margin-bottom: 0;
}
.header-list ul li:not(:last-child) {
  margin-right: 32px;
}
.header-list ul li a {
  color: #1F1F33;
  font-weight: 600;
}
.header-list ul li a:hover {
  color: #00BFE5;
}
.header-list ul li a:active {
  color: #94E7F7;
}
@media screen and (max-width: 767px) {
  .header-list {
    display: none;
  }
}
.header-menu__btn {
  padding: 0;
  width: 75px;
  height: 75px;
  background-color: transparent;
  border: none;
}
.header-menu__btn .icon {
  width: 75px;
  height: 75px;
  fill: #1F1F33;
}
.header-menu__btn:hover {
  background-color: transparent;
}
.header-menu__btn:hover .icon {
  fill: #00BFE5;
}
.header-menu__btn:active {
  background-color: transparent;
}
.header-menu__btn:active .icon {
  fill: #94E7F7;
}
@media screen and (max-width: 767px) {
  .header-menu__btn {
    width: 56px;
    height: 56px;
  }
  .header-menu__btn .icon {
    width: 56px;
    height: 56px;
  }
}
.header-menu__container {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
}
.header-menu__container:before, .header-menu__container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.header-menu__container:before {
  right: 0;
  background-color: #FAFAFC;
  width: 83.333333%;
}
.header-menu__container:after {
  left: calc(16.66% + 72px);
  background-color: #ffffff;
  width: 32px;
}
.header-menu__container.active {
  display: block;
}
@media screen and (max-width: 1023px) {
  .header-menu__container:after {
    left: 50%;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu__container:after {
    width: 16px;
  }
}
.header-menu__header {
  margin-bottom: 22px;
}
.header-menu__header .btn {
  display: block;
  margin-left: auto;
}
.header-menu__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-menu__footer .header-list {
  display: none;
}
.header-menu__footer .header-list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-menu__footer .header-list ul li {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .header-menu__footer .header-list {
    display: block;
  }
}
.header-menu__block {
  height: 100%;
  overflow-y: auto;
  padding: 108px 0;
}
.header-menu__block .container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-menu__block .nav-container {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .header-menu__block {
    padding: 72px 0;
  }
}
@media screen and (max-width: 767px) {
  .header-menu__block {
    padding: 24px 0;
  }
}

.logo-link {
  height: 100%;
  display: block;
}

.nav-list {
  list-style-type: none;
  margin: 0;
}
.nav-item {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .nav-item {
    margin-bottom: 32px;
  }
}
.nav-link {
  font-size: 40px;
  line-height: 120%;
  font-weight: 900;
  font-family: "Raleway", sans-serif;
  color: #1F1F33;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-link:hover {
  color: #00BFE5;
}
.nav-link:active {
  color: #94E7F7;
}
@media screen and (max-width: 1023px) {
  .nav-link {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .nav-link {
    font-size: 22px;
  }
}

.footer {
  padding: 112px 0;
  position: relative;
  z-index: 2;
}
.footer:after, .footer:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.footer:before {
  right: 0;
  width: 100%;
  background-color: #FAFAFC;
}
.footer:after {
  left: calc(16.667% + 72px);
  width: 32px;
  background-color: #ffffff;
}
.footer-bottom {
  font-size: 12px;
  line-height: 160%;
}
.footer-item {
  margin-bottom: 64px;
}
.footer-item__title {
  margin-bottom: 32px;
}
.footer-nav ul {
  list-style-type: none;
  margin: 0;
}
.footer-nav ul li {
  margin-bottom: 8px;
}
.footer-nav ul li:last-child {
  margin-bottom: 0;
}
.footer-nav ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer-nav ul li a:hover {
  color: #00BFE5;
}
.footer-nav ul li a:active, .footer-nav ul li a:focus {
  color: #94E7F7;
}
@media screen and (min-width: 768px) {
  .footer-nav__vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -16px;
  }
  .footer-nav__vertical ul li {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 72px 0;
  }
  .footer:after {
    width: 24px;
    left: 50%;
  }
  .footer-item {
    margin-bottom: 48px;
  }
  .footer-item__title {
    margin-bottom: 24px;
  }
  .footer .copyright {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 32px 0;
  }
  .footer:before {
    width: 83.333%;
  }
  .footer:after {
    width: 16px;
  }
  .footer-item {
    margin-bottom: 32px;
  }
  .footer-item__title {
    margin-bottom: 16px;
  }
  .footer .copyright {
    margin-bottom: 32px;
  }
}

.popup-init {
  cursor: pointer;
}

.popup-wrap {
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.popup-wrap,
.popup {
  visibility: hidden;
  opacity: 0;
}

.popup-visible .popup-wrap {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .popup-visible .site-header,
  .popup-visible .site-main,
  .popup-visible .site-footer {
    opacity: 0;
    visibility: hidden;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  cursor: auto;
  overflow: hidden;
  overflow-y: auto;
  padding: 112px 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
  z-index: 111;
}
.popup:before, .popup:after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.popup:before {
  right: 0;
  background-color: #FAFAFC;
  width: 83.333333%;
}
.popup:after {
  left: calc(16.66% + 72px);
  background-color: #ffffff;
  width: 32px;
}
.popup.active {
  visibility: visible;
  opacity: 1;
}
.popup .popup-header {
  padding-right: 112px;
}
.popup .popup-remove {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 112px;
  right: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.popup .popup-remove .icon {
  width: 72px;
  height: 72px;
  fill: #1F1F33;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popup .popup-remove:hover .icon {
  fill: #00BFE5;
}
.popup .popup-remove:active .icon {
  fill: #94E7F7;
}
@media screen and (max-width: 1023px) {
  .popup {
    padding: 72px 0;
  }
  .popup:after {
    left: 50%;
    width: 24px;
  }
  .popup .popup-header {
    padding-right: 0;
  }
  .popup .popup-remove {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 24px 0;
  }
  .popup:after {
    width: 16px;
  }
  .popup .popup-remove {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }
  .popup .popup-remove .icon {
    width: 56px;
    height: 56px;
  }
}

.modal-open {
  overflow: hidden;
}

.section {
  padding: 56px 0;
}
.section-title {
  margin-bottom: 0;
}
.section-title__sub {
  margin-bottom: 0;
}
.section-title__container {
  margin-bottom: 32px;
}
.section:first-of-type {
  padding-top: 112px;
  margin-top: -390px;
}
.section:last-of-type {
  padding-bottom: 112px;
}
.section.section-fon {
  padding: 112px 0;
  margin: 56px 0;
  position: relative;
}
.section.section-fon:before, .section.section-fon:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.section.section-fon:before {
  right: 0;
  width: 83.333%;
  background-color: #FAFAFC;
}
.section.section-fon:after {
  left: calc(16.667% + 72px);
  width: 32px;
  background-color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .section {
    padding: 36px 0;
  }
  .section-title__container {
    margin-bottom: 24px;
  }
  .section:first-child {
    padding-top: 72px;
  }
  .section:last-child {
    padding-bottom: 72px;
  }
  .section.section-fon {
    padding: 72px 0;
    margin: 36px 0;
  }
  .section.section-fon:after {
    left: 50%;
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 16px 0;
  }
  .section-title__container {
    margin-bottom: 16px;
  }
  .section:first-child {
    padding-top: 32px;
  }
  .section:last-child {
    padding-bottom: 32px;
  }
  .section.section-fon {
    padding: 32px 0;
    margin: 16px 0;
  }
  .section.section-fon:after {
    width: 16px;
  }
}

.main-banner {
  min-height: 100vh;
  position: relative;
  padding: 200px 0 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
/*  -ms-flex-direction: column;
  flex-direction: column;*/
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .main-banner {
    padding: 168px 0 72px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner {
    padding: 76px 0 32px;
  }
}
.main-banner__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 83.333333%;
  z-index: -2;
  background-size: cover;
  background-position: top right;
}

.main-banner__image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: calc(8.33% + 72px);
  background-color: #ffffff;
  width: 32px;
  display: none;
} 
@media screen and (max-width: 1023px) {
  .main-banner__image {
/*    width: 66.6667%;*/
      width: 100%;
  }
  .main-banner__image:before {
    width: 24px;
    left: 16.66%;
  }
}
@media screen and (max-width: 767px) {
  .main-banner__image:before {
    width: 16px;
  }
}
.main-banner__container {
  color: #1F1F33;
  height: 260px;
}
.main-banner__container .wysiwyg h1, .main-banner__container .wysiwyg h2, .main-banner__container .wysiwyg .h1, .main-banner__container .wysiwyg .h2 {
  margin-bottom: 64px;
}
@media screen and (max-width: 1023px) {
  .main-banner__container .wysiwyg {
    margin-bottom: 48px;
  }
  .main-banner__container .wysiwyg h1, .main-banner__container .wysiwyg h2, .main-banner__container .wysiwyg .h1, .main-banner__container .wysiwyg .h2 {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .main-banner__container .wysiwyg {
    margin-bottom: 24px;
  }
  .main-banner__container .wysiwyg h1, .main-banner__container .wysiwyg h2, .main-banner__container .wysiwyg .h1, .main-banner__container .wysiwyg .h2 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .main-banner__container_btn {
/*    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
/*    justify-content: flex-end;
    -webkit-box-align: start;*/
    -ms-flex-align: start;
    align-items: flex-start;

  }
}
@media screen and (min-width: 1024px) {
  .main-banner__container_btn {
/*    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;

  }
}

.banner-image {
  width: 100%;
}
.banner-image img {
  width: 100%;
}

.about-section .section-title__container {
  margin-left: calc(-41.666667% - 32px);
}
@media screen and (max-width: 1023px) {
  .about-section .section-title__container {
    margin-left: calc(-16.666667% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .about-section .section-title__container {
    margin-left: calc(-16.666667% - 16px);
  }
}
.about-sub {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .about-sub {
    display: none;
  }
}
.about-description {
  padding: 64px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .about-description {
    padding: 48px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-description {
    padding: 32px 0;
  }
}

.reviews-section__title {
  margin-bottom: 64px;
}
.reviews-item {
  padding-right: 16.66%;
}
.reviews-item:nth-child(3n) .reviews-item__subtitle .subtitle {
  color: #CCF57A;
}
.reviews-item:nth-child(3n+1) .reviews-item__subtitle .subtitle {
  color: #94E7F7;
}
.reviews-item:nth-child(3n+2) .reviews-item__subtitle .subtitle {
  color: #FFDF80;
}
.reviews-item__title {
  margin-bottom: 16px;
}
.reviews-item__subtitle {
  font-size: 12px;
  margin-bottom: 32px;
}
.reviews-item__subtitle .subtitle {
  font-weight: 600;
  margin-right: 8px;
}
.reviews-item .stars {
  margin-bottom: 32px;
}
.reviews-item .stars ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.reviews-item .stars ul li {
  margin: 0 4px;
}
.reviews-item .stars ul li .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.reviews-item .stars ul li .icon .full {
  fill: none;
}
.reviews-item .stars ul li .icon .border {
  fill: rgba(31, 31, 51, 0.2);
}
.reviews-item .stars ul li .icon.selected .full {
  fill: #1F1F33;
}
.reviews-item .stars ul li .icon.selected .border {
  fill: #1F1F33;
}
.reviews-slider {
  margin-bottom: 64px;
}
.reviews-slider__image {
  width: 100%;
}
.reviews-slider__content {
  position: relative;
  padding-right: 25%;
  width: 100%;
}
.reviews-slider__content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 2;
  background-image: -webkit-gradient(linear, right top, left top, from(#FAFAFC), to(rgba(250, 250, 252, 0)));
  background-image: linear-gradient(270deg, #FAFAFC 0%, rgba(250, 250, 252, 0) 100%);
}
.reviews-slider__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews-slider__description .wysiwyg {
  width: 50%;
}
.reviews-slider__nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
  .reviews-section__title {
    margin-bottom: 48px;
  }
  .reviews-item {
    padding-right: 0;
  }
  .reviews-item__title {
    margin-bottom: 8px;
  }
  .reviews-item__subtitle {
    margin-bottom: 24px;
  }
  .reviews-item .stars {
    margin-bottom: 24px;
  }
  .reviews-slider {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .reviews-section__title {
    margin-bottom: 32px;
  }
  .reviews-item__subtitle {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .reviews-item .stars {
    margin-bottom: 16px;
  }
  .reviews-item__description {
    font-size: 10px;
  }
  .reviews-slider {
    margin-bottom: 32px;
  }
  .reviews-slider__image {
    margin-bottom: 16px;
  }
  .reviews-slider__content {
    padding-right: 0;
  }
  .reviews-slider__content:before {
    display: none;
  }
  .reviews-slider__description {
    display: block;
  }
  .reviews-slider__description .wysiwyg {
    width: 100%;
    margin-bottom: 32px;
  }
}

.price-section__title {
  margin-bottom: 112px;
}
.price-item {
  height: auto;
}
.price-item:not(:last-child) {
  border-bottom: 1px solid rgba(31, 31, 51, 0.1);
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.price-item__title {
  margin-bottom: 16px;
}
.price-item__description {
  font-size: 12px;
  line-height: 160%;
}
.price-item__price {
  text-align: right;
}
.price-item__price > * {
  margin-top: 16px;
}
.price-item__status {
  font-size: 12px;
  line-height: 160%;
  text-align: right;
}
.price-tabs__item {
  min-height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price-tabs__item:nth-child(3n+1) .price-tabs__link:before {
  -webkit-box-shadow: inset 0 0 0 100px #94E7F7;
  box-shadow: inset 0 0 0 100px #94E7F7;
}
.price-tabs__item:nth-child(3n+1) .price-tabs__link:hover:before {
  -webkit-box-shadow: inset 0 0 0 16px #94E7F7;
  box-shadow: inset 0 0 0 16px #94E7F7;
}
.price-tabs__item:nth-child(3n+2) .price-tabs__link:before {
  -webkit-box-shadow: inset 0 0 0 100px #CCF57A;
  box-shadow: inset 0 0 0 100px #CCF57A;
}
.price-tabs__item:nth-child(3n+2) .price-tabs__link:hover:before {
  -webkit-box-shadow: inset 0 0 0 16px #CCF57A;
  box-shadow: inset 0 0 0 16px #CCF57A;
}
.price-tabs__item:nth-child(3n+3) .price-tabs__link:before {
  -webkit-box-shadow: inset 0 0 0 100px #FFDF80;
  box-shadow: inset 0 0 0 100px #FFDF80;
}
.price-tabs__item:nth-child(3n+3) .price-tabs__link:hover:before {
  -webkit-box-shadow: inset 0 0 0 16px #FFDF80;
  box-shadow: inset 0 0 0 16px #FFDF80;
}
@media screen and (max-width: 767px) {
  .price-tabs__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.price-tabs__link {
  padding: 0;
  background-color: transparent;
  border: none;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}
.price-tabs__link:before {
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  top: calc(50% - 62px);
  left: calc(50% - 62px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.price-tabs__link:hover {
  background-color: transparent;
}
.price-tabs__link:hover:before {
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.price-tabs__link:active {
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
  .price-section__title {
    margin-bottom: 48px;
  }
  .price-item:not(:last-child) {
    padding-bottom: 24px;
  }
  .price-item__title {
    margin-bottom: 8px;
  }
  .price-item__description {
    margin-bottom: 16px;
  }
  .price-item__price {
    text-align: left;
  }
  .price-item__price > * {
    margin-top: 8px;
  }
  .price-item__status {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .price-section__title {
    margin-bottom: 32px;
  }
  .price-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .price-item__description {
    margin-bottom: 8px;
    font-size: 10px;
  }
  .price-item__status {
    font-size: 10px;
  }
}

.gallery-slider {
  padding-right: 50%;
  margin-bottom: 64px;
  height: 385px;
}
.gallery-slider__item {
  max-width: calc(16.667% + 64px);
  height: 384px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-slider__item .banner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.gallery-slider__item .banner-image img {
  height: 100%;
}
.gallery-slider__item.active {
  max-width: 100%;
}
.gallery-slider__nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.gallery-slider__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gallery-slider__description .wysiwyg {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .gallery-slider {
    padding-right: 33.334%;
    margin-bottom: 48px;
  }
  .gallery-slider__item {
    max-width: calc(16.66% + 24px);
  }
  .gallery-slider__description .wysiwyg {
    width: 66.667%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-slider {
    padding-right: 0;
    margin-bottom: 16px;
  }
  .gallery-slider__item {
    max-width: 100%;
    height: auto;
  }
  .gallery-slider__item .banner-image {
    position: relative;
  }
  .gallery-slider__item .banner-image img {
    height: auto;
  }
  .gallery-slider__description {
    display: block;
  }
  .gallery-slider__description .wysiwyg {
    width: 100%;
    margin-bottom: 32px;
  }
}

.contact-block:not(:last-child) {
  margin-bottom: 32px;
}
.contact-list ul {
  list-style-type: none;
  margin-bottom: 16px;
  margin-left: 0;
}
.contact-list ul:last-child {
  margin-bottom: 0;
}
.contact-list ul li:last-child {
  margin-bottom: 0;
}
.contact-list ul li a {
  color: #1F1F33;
  border-bottom: 1px solid rgba(31, 31, 51, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-list ul li a:hover {
  color: #00BFE5;
  border-bottom-color: #00BFE5;
}
.contact-list ul li a:active {
  color: #94E7F7;
  border-bottom-color: #94E7F7;
}
.contact-list ul li a:visited {
  color: rgba(31, 31, 51, 0.5);
  border-bottom-color: rgba(31, 31, 51, 0.2);
}
@media screen and (max-width: 1023px) {
  .contact-section__title {
    margin-bottom: 48px;
  }
  .contact-block:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section__title {
    margin-bottom: 16px;
  }
  .contact-form {
    margin-bottom: 32px;
  }
  .contact-block:not(:last-child) {
    margin-bottom: 8px;
  }
}

.no-page__section {
  margin: 0 !important;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.no-page__title {
  font-size: 128px;
  color: rgba(31, 31, 51, 0.2);
}
.no-page__container a {
  color: #00BFE5;
}
.no-page__container a:hover {
  color: #94E7F7;
}
.no-page__container a:active {
  color: #00BFE5;
}
.l-head.fixed {
	position: fixed;
	top: 0px;
}

.main.fixed {
	padding-top: 75px;
}

@media screen and (max-width: 767px) {
.main.fixed {
	padding-top: 56px;
}

}