@charset "UTF-8";
@font-face {
  font-family: "ucom_sans";
  src: url("../fonts/UcomSans/UcomSans.eot");
  src: url("../fonts/UcomSans/UcomSans.eot?#iefix") format("embedded-opentype"), url("../fonts/UcomSans/UcomSans.woff") format("woff"), url("../fonts/UcomSans/UcomSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ucom_sans_b";
  src: url("../fonts/UcomSans/UcomSans-Bold.eot");
  src: url("../fonts/UcomSans/UcomSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UcomSans/UcomSans-Bold.woff") format("woff"), url("../fonts/UcomSans/UcomSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ucom_sans_sb";
  src: url("../fonts/UcomSans/UcomSans-Semibold.eot");
  src: url("../fonts/UcomSans/UcomSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/UcomSans/UcomSans-Semibold.woff") format("woff"), url("../fonts/UcomSans/UcomSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ucom_sans_i";
  src: url("../fonts/UcomSans/UcomSans-Italic.eot");
  src: url("../fonts/UcomSans/UcomSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/UcomSans/UcomSans-Italic.woff") format("woff"), url("../fonts/UcomSans/UcomSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ucom_sans_l";
  src: url("../fonts/UcomSans/UcomSans-Light.eot");
  src: url("../fonts/UcomSans/UcomSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/UcomSans/UcomSans-Light.woff") format("woff"), url("../fonts/UcomSans/UcomSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?wdocvp");
  src: url("../fonts/icons/icomoon.eot?wdocvp#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?wdocvp") format("truetype"), url("../fonts/icons/icomoon.woff?wdocvp") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_facebook:before {
  content: "";
}

.icon_instagram:before {
  content: "";
}

.icon_linkedin:before {
  content: "";
}

.icon_twitter:before {
  content: "";
}

.icon_pinterest:before {
  content: "";
}

.icon_youtube:before {
  content: "";
}

.icon_telegram:before {
  content: "";
}

.icon_ok:before {
  content: "";
}

.icon_vk:before {
  content: "";
}

.icon_google:before {
  content: "";
}

.icon_tiktok:before {
  content: "";
}

.icon_flickr:before {
  content: "";
}

.icon_up:before {
  content: "";
}

.icon_down:before {
  content: "";
}

.icon_left:before {
  content: "";
}

.icon_right:before {
  content: "";
}

.icon_double_down:before {
  content: "";
}

.icon_back:before {
  content: "";
}

.icon_check:before {
  content: "";
}

.icon_close:before {
  content: "";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #ffffff;
  background: #000000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: "ucom_sans";
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.8;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

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

a {
  color: #7EBC0A;
}

button {
  cursor: pointer;
  display: block;
  font-weight: normal;
  font-family: inherit;
  font-size: 100%;
}

img {
  max-height: none;
  border: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.page_container {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.narrow_container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #EC1A37;
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 120%;
  line-height: 15px;
  margin-top: 2px;
  text-align: right;
}

.help-block.form-error {
  display: none !important;
}

.field_block.has-error {
  margin-bottom: 30px;
}
.field_block.has-error .error_hint,
.field_block.has-error + .error_hint {
  max-height: 60px;
}
.field_block.has-error ::-webkit-input-placeholder {
  color: #EC1A37;
}
.field_block.has-error :-moz-placeholder {
  color: #EC1A37;
}
.field_block.has-error ::-moz-placeholder {
  color: #EC1A37;
}
.field_block.has-error :-ms-input-placeholder {
  color: #EC1A37;
}
.field_block.has-error input {
  background: rgba(236, 26, 55, 0.1);
}

.field_block {
  position: relative;
  margin: 0 auto 20px;
  max-width: 320px;
  background: #ffffff;
  border-radius: 5px;
}
.field_block ::-webkit-input-placeholder {
  color: #999999;
}
.field_block :-moz-placeholder {
  color: #999999;
}
.field_block ::-moz-placeholder {
  color: #999999;
}
.field_block :-ms-input-placeholder {
  color: #999999;
}
.field_block input,
.field_block textarea {
  background: #ffffff;
  border: none;
  border-radius: 5px;
  color: #7EBC0A;
  font-size: 140%;
  line-height: 18px;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .field_block input,
.field_block textarea {
    line-height: 20px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 575px) {
  .field_block input,
.field_block textarea {
    font-size: 130%;
    line-height: 20px;
    padding: 10px 15px;
  }
}
.field_block textarea {
  resize: none;
  display: block;
}

.cb {
  display: block;
  clear: both;
}

.special {
  color: #7EBC0A;
}

.bold {
  font-family: "ucom_sans_b";
}

.rotate_hint {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 999;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 60px;
}
@media screen and (max-height: 479px) and (max-width: 1199px) and (min-width: 480px) {
  .rotate_hint {
    height: 100%;
    opacity: 1;
    display: flex;
  }
}

@media screen and (max-height: 479px) and (max-width: 1199px) and (min-width: 480px) {
  .header,
.footer,
.fullpage_content {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
    transition-delay: 0.3s;
  top: 0;
  overflow-y: auto;
}

.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.popup_container {
  background: #27273D;
  width: 100%;
  max-width: 760px;
  padding: 0 20px 40px;
  position: relative;
}

.socials_popup .socials_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.socials_popup .socials_list li {
  margin: 0 4px 20px;
  width: 32px;
  border-radius: 50%;
}
.socials_popup .socials_list li img {
  display: block;
  width: 100%;
}
.socials_popup .socials_list li:not(.active) {
  display: none;
}
.socials_popup .socials_list li[data-tooltip]:before {
  white-space: nowrap;
}
.socials_popup .video_content {
  justify-content: center;
}

.popup_header {
  padding: 30px 20px 40px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 -20px 40px;
}
@media screen and (max-width: 767px) {
  .popup_header {
    padding-top: 20px;
  }
}

.popup_close {
  border: none;
  background: transparent;
  margin-left: auto;
  padding: 0;
  font-size: 160%;
  color: inherit;
  z-index: 5;
}
.popup_close:before {
  display: block;
}

.popup_description {
  max-width: 560px;
  margin: 10px auto 0;
}

.popup_title {
  text-align: center;
  padding: 0 30px;
  margin-top: -35px;
  color: #7EBC0A;
  font-size: 360%;
  line-height: 1.36em;
  font-family: "ucom_sans_sb";
}
@media screen and (max-width: 959px) {
  .popup_title {
    font-size: 280%;
    margin-top: -30px;
  }
}
@media screen and (max-width: 575px) {
  .popup_title {
    font-size: 220%;
    margin-top: -25px;
  }
}

.tab_btns {
  display: flex;
  margin: 18px -15px -40px;
  justify-content: center;
}
.tab_btns button {
  margin: 0 15px;
  flex: 1;
  max-width: 260px;
  padding: 11px 15px;
  font-size: 210%;
  line-height: 29px;
  border: 1px solid;
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.tab_btns button.selected {
  color: #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .tab_btns button {
    max-width: 240px;
    padding: 8px 15px;
    font-size: 180%;
    line-height: 24px;
  }
}
@media screen and (max-width: 575px) {
  .tab_btns button {
    max-width: 220px;
    padding: 5px 15px;
    font-size: 160%;
    line-height: 22px;
  }
}
@media screen and (max-width: 479px) {
  .tab_btns button {
    font-size: 140%;
    margin: 0 5px;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 359px) {
  .tab_btns button {
    font-size: 130%;
  }
}

.tab_block {
  position: relative;
  overflow: hidden;
}
.tab_block:not(.selected) {
  opacity: 0;
  height: 0;
}

.tab_title {
  font-size: 240%;
  line-height: 1.33em;
  max-width: 400px;
  font-family: "ucom_sans_sb";
  margin: 0 auto 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .tab_title {
    font-size: 220%;
  }
}
@media screen and (max-width: 575px) {
  .tab_title {
    font-size: 180%;
  }
}

.tab_info {
  font-size: 140%;
  line-height: 19px;
  max-width: 560px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 575px) {
  .tab_info {
    font-size: 130%;
  }
}

.order_form {
  padding: 35px 0;
}

.checkbox_field {
  padding-top: 15px;
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}
.checkbox_field label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.checkbox_field label input:checked + .check_btn:before {
  background: #7EBC0A;
}
.checkbox_field label input:checked + .check_btn:after {
  transform-origin: center;
  -webkit-transfrom-origin: center;
  display: block;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 6px;
  border: solid #ffffff;
  border-width: 0 0 2px 2px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.checkbox_field label .check_btn {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 110%;
  line-height: 14px;
  padding: 3px 0;
  text-align: left;
}
.checkbox_field label .check_btn:before {
  display: block;
  content: "";
  min-width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: -3px;
}
.checkbox_field label.has-error .check_btn {
  color: #EC1A37;
}
.checkbox_field label.has-error .check_btn:before {
  box-shadow: inset 0 0 0 20px rgba(236, 26, 55, 0.1);
}

.validate_btn {
  margin: 35px auto 0;
  padding: 14px;
  width: 192px;
  color: inherit;
  background: #7EBC0A;
  font-size: 180%;
  line-height: 24px;
  font-family: "ucom_sans_sb";
  border: none;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .validate_btn {
    font-size: 160%;
    line-height: 20px;
    padding: 12px 15px;
    width: 180px;
  }
}
@media screen and (max-width: 575px) {
  .validate_btn {
    font-size: 140%;
    padding: 10px 15px;
    width: 165px;
  }
}

.footer .socials, .header .lg_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

[class*=icon_]:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: absolute;
  height: 0;
  left: 0;
  top: 42px;
  width: 100%;
  z-index: 100;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header .main_logo {
  position: relative;
}
.header .main_logo img {
  display: block;
  width: 73px;
  height: auto;
}
.header .lg_list {
  display: flex;
  font-size: 160%;
  line-height: 22px;
  font-family: "ucom_sans_sb";
}
.header .lg_list li {
  padding-left: 28px;
}
.header .lg_list a {
  display: block;
  color: inherit;
}
.header .lg_list a.current {
  color: #7EBC0A;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-height: 719px) {
  .header {
    top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .header {
    top: 20px;
  }
  .header .main_logo img {
    width: 60px;
  }
  .header .lg_list li {
    padding-left: 20px;
  }
}
@media screen and (max-height: 575px) {
  .header {
    top: 10px;
  }
  .header .main_logo img {
    width: 60px;
  }
  .header .lg_list {
    font-size: 140%;
  }
}
@media screen and (max-width: 1599px) {
  .header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1439px) {
  .header {
    padding: 0 20px;
  }
}

.footer {
  position: absolute;
  left: 0;
  bottom: 46px;
  width: 100%;
  padding: 0 60px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 10;
  height: 0;
}
.footer .copyrights {
  font-size: 140%;
  line-height: 19px;
  max-width: 40%;
}
.footer .socials {
  font-size: 150%;
  display: flex;
}
.footer .socials li {
  margin-left: 30px;
}
.footer .socials a {
  display: block;
  color: inherit;
}
.footer .socials a:before {
  display: block;
}
@media screen and (max-height: 719px) {
  .footer {
    bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    bottom: 20px;
  }
  .footer .socials li {
    margin-left: 20px;
  }
}
@media screen and (max-height: 575px) {
  .footer {
    bottom: 10px;
  }
  .footer .copyrights {
    font-size: 130%;
  }
}
@media screen and (max-width: 1599px) {
  .footer {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1439px) {
  .footer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .copyrights {
    max-width: none;
    padding-right: 20px;
  }
}

.tab_block {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .header .lg_list a, .header .lg_list .web a, .web .popup_close, .web .checkbox_field label .check_btn, .checkbox_field label .web .check_btn, .web .footer .socials a, .footer .socials .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .validate_btn {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.web .tab_btns button, .tab_btns .web button, .error_hint {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .header .lg_list a, .header .lg_list .touch a, .touch .popup_close, .touch .checkbox_field label .check_btn, .checkbox_field label .touch .check_btn, .touch .footer .socials a, .footer .socials .touch a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .validate_btn {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .tab_btns button, .tab_btns .touch button {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.checkbox_field label .check_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_field label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .popup_close:hover, .web .checkbox_field label .check_btn:hover, .checkbox_field label .web .check_btn:hover, .web .footer .socials a:hover, .footer .socials .web a:hover {
  color: #7EBC0A;
}
.web .header .lg_list a:hover, .header .lg_list .web a:hover {
  color: rgba(126, 188, 10, 0.7);
}
.web .validate_btn:hover {
  background: rgba(126, 188, 10, 0.7);
}
.web .tab_btns button:hover, .tab_btns .web button:hover {
  background: #ffffff;
  color: #7EBC0A;
  border-color: transparent;
}
.touch .popup_close:active, .touch .checkbox_field label .check_btn:active, .checkbox_field label .touch .check_btn:active, .touch .footer .socials a:active, .footer .socials .touch a:active {
  color: #7EBC0A;
}
.touch .header .lg_list a:active, .header .lg_list .touch a:active {
  color: rgba(126, 188, 10, 0.7);
}
.touch .validate_btn:active {
  background: rgba(126, 188, 10, 0.7);
}
.touch .tab_btns button:active, .tab_btns .touch button:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}

/*# sourceMappingURL=main.css.map */
