@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: "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: "\e90a";
}

.icon_instagram:before {
  content: "\e90b";
}

.icon_linkedin:before {
  content: "\e90c";
}

.icon_twitter:before {
  content: "\e90d";
}

.icon_pinterest:before {
  content: "\e90e";
}

.icon_youtube:before {
  content: "\e90f";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_ok:before {
  content: "\e91b";
}

.icon_vk:before {
  content: "\e91c";
}

.icon_google:before {
  content: "\e91d";
}

.icon_tiktok:before {
  content: "\e91e";
}

.icon_flickr:before {
  content: "\e91f";
}

.icon_up:before {
  content: "\e900";
}

.icon_down:before {
  content: "\e901";
}

.icon_left:before {
  content: "\e902";
}

.icon_right:before {
  content: "\e903";
}

.icon_double_down:before {
  content: "\e904";
}

.icon_back:before {
  content: "\e905";
}

.icon_check:before {
  content: "\e906";
}

.icon_close:before {
  content: "\e907";
}

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.3s;
  -ms-transition: height 0.05s, opacity 0.3s;
  -moz-transition: height 0.05s, opacity 0.3s;
  -webkit-transition: height 0.05s, opacity 0.3s;
  transition: height 0.05s, opacity 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
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: #9ACB3B;
}

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: 1444px;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 auto;
}

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

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

.individual_hint,
.drop_list {
  display: none;
}

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

.attach_error {
  max-height: none;
}

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

.field_block.has-error .error_hint,
.field_block.has-error ~ .error_hint {
  max-height: 60px;
}
.field_block.has-error ::-webkit-input-placeholder {
  color: #E41E42;
}
.field_block.has-error :-moz-placeholder {
  color: #E41E42;
}
.field_block.has-error ::-moz-placeholder {
  color: #E41E42;
}
.field_block.has-error :-ms-input-placeholder {
  color: #E41E42;
}

label.has-error .attach_btn {
  color: #E41E42;
}
label.has-error ~ .error_hint {
  max-height: 60px;
}
label.has-error ~ .attach_error {
  display: none;
}

.field_block {
  position: relative;
  margin: 0 auto 20px;
  max-width: 320px;
  border-radius: 5px;
}
.field_block ::-webkit-input-placeholder {
  color: #ffffff;
}
.field_block :-moz-placeholder {
  color: #ffffff;
}
.field_block ::-moz-placeholder {
  color: #ffffff;
}
.field_block :-ms-input-placeholder {
  color: #ffffff;
}
.field_block .file_block,
.field_block .attach_btn,
.field_block input,
.field_block textarea {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 140%;
  line-height: 18px;
  padding: 15px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .field_block .file_block,
.field_block .attach_btn,
.field_block input,
.field_block textarea {
    line-height: 20px;
    padding: 12px 15px;
  }
}
@media screen and (max-width: 575px) {
  .field_block .file_block,
.field_block .attach_btn,
.field_block input,
.field_block textarea {
    font-size: 130%;
    line-height: 20px;
    padding: 10px 15px;
  }
}
.field_block textarea {
  resize: none;
  display: block;
}
@media screen and (max-width: 959px) {
  .field_block {
    margin-bottom: 15px;
  }
}
.field_block .attach_btn {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 479px) {
  .field_block .attach_btn,
.field_block input,
.field_block textarea {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.field_block label {
  display: block;
}
.field_block label.file_attached {
  width: 0;
  height: 0;
  position: relative;
  overflow: hidden;
}
.field_block .file_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.field_block .file_name {
  flex: 1;
  width: 50%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field_block .attach_remove {
  display: block;
  cursor: pointer;
  font-size: 1.6rem;
  margin-left: 20px;
}
.field_block .attach_remove:before {
  content: "\e907";
  display: block;
}
.field_block .attach_remove:hover {
  color: #E41E42;
}

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

.special {
  color: #9ACB3B;
}

.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.3s;
  -ms-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
.popup_block.showed {
  top: 0;
  overflow-y: auto;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

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

.popup_container {
  background: #292C36;
  width: 100%;
  max-width: 760px;
  padding: 0 20px 40px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 10px;
}
.popup_container:after {
  content: "";
  background: #1F212C;
  opacity: 0.7;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .popup_container {
    padding-bottom: 20px;
  }
}

.socials_popup .popup_description {
  color: #9ACB3B;
  padding-right: 40px;
  margin: -24px 0 0;
  font-size: 250%;
  line-height: 34px;
  font-family: "ucom_sans_b";
  max-width: 100%;
  padding-left: 20px;
}
.socials_popup .socials_list {
  position: relative;
  z-index: 3;
}
.socials_popup .list_group {
  max-width: 625px;
  padding: 10px 50px;
  margin: 0 auto;
}
.socials_popup .list_group.inactive {
  display: none;
}
.socials_popup .list_group:not(:first-child) {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.socials_popup .list_group ul {
  display: flex;
  flex-wrap: wrap;
}
.socials_popup .list_group li {
  margin: 12px 6px 0;
  width: 29px;
  flex: 0 0 29px;
  border-radius: 50%;
}
.socials_popup .list_group li img {
  display: block;
  width: 100%;
}
.socials_popup .list_group li:not(.active) {
  display: none;
}
.socials_popup .list_group li[data-tooltip]:before {
  white-space: nowrap;
}
.socials_popup .group_title {
  font-size: 140%;
  line-height: 19px;
  padding: 0 6px;
}
@media screen and (max-width: 959px) {
  .socials_popup .popup_description {
    margin: 0;
    font-size: 170%;
    line-height: 29px;
  }
  .socials_popup .list_group {
    padding-left: 0;
    padding-right: 0;
  }
}

.popup_header {
  padding: 30px 20px 40px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 -20px 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .popup_header {
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
}
@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;
  position: relative;
  z-index: 5;
}
.popup_close:before {
  display: block;
}

.popup_description {
  max-width: 560px;
  margin: 10px auto 0;
  position: relative;
  z-index: 2;
}

.popup_title {
  text-align: center;
  padding: 0 30px;
  margin-top: -35px;
  color: #9ACB3B;
  font-size: 360%;
  line-height: 1.36em;
  font-family: "ucom_sans_sb";
  position: relative;
  z-index: 2;
}
@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 0;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.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: 399px) {
  .tab_btns button {
    font-size: 120%;
  }
}

.tab_block {
  position: relative;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.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;
  position: relative;
  z-index: 2;
}
@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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .tab_info {
    font-size: 130%;
  }
}

.order_form {
  padding: 35px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .order_form {
    padding: 20px 0 10px;
  }
}

.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: #9ACB3B;
}
.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: block;
  cursor: pointer;
  font-size: 110%;
  line-height: 14px;
  padding: 3px 0;
  text-align: left;
}
.checkbox_field label .check_btn:before {
  display: block;
  float: left;
  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: #E41E42;
}
.checkbox_field label.has-error .check_btn:before {
  box-shadow: inset 0 0 0 20px rgba(228, 30, 66, 0.1);
}
.checkbox_field label a {
  color: inherit;
  text-decoration: underline;
  margin-left: 3px;
}
@media screen and (max-width: 959px) {
  .checkbox_field {
    padding-top: 5px;
  }
}

.validate_btn {
  margin: 35px auto 0;
  padding: 14px;
  width: 192px;
  color: inherit;
  background: #9ACB3B;
  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;
  }
}
@media screen and (max-width: 959px) {
  .validate_btn {
    margin-top: 20px;
  }
}

.final_message {
  display: none;
}
.final_message.icon_check:before {
  font-size: 4rem;
  display: block;
  margin: 0 auto 15px;
  color: #9ACB3B;
}
.final_message.icon_close:before {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 50%;
  font-size: 2rem;
  color: #E41E42;
  margin: 0 auto 15px;
}
.final_message.showed {
  display: block;
}
.final_message.showed ~ * {
  display: none;
}

.order_popup .popup_header {
  background: transparent;
}

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

.popup_container:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[class*=icon_]:before, .field_block .attach_remove: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;
}

.footer .up_btn img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.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;
}
@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;
  }
}

.lg_list {
  display: flex;
  font-size: 160%;
  line-height: 22px;
  font-family: "ucom_sans_sb";
  position: absolute;
  right: 80px;
  top: 110px;
  z-index: 5;
}
.lg_list li:not(:first-child) {
  padding-left: 28px;
}
.lg_list a {
  display: block;
  color: inherit;
}
.lg_list a.current {
  color: #9ACB3B;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-height: 959px) {
  .lg_list {
    top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .lg_list {
    top: 80px;
    right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .lg_list {
    top: 60px;
  }
}
@media screen and (max-height: 719px) {
  .lg_list {
    top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .lg_list {
    top: 40px;
    left: 20px;
    justify-content: center;
  }
}
@media screen and (max-height: 639px) {
  .lg_list {
    top: 20px;
  }
}

.footer {
  z-index: 10;
  position: relative;
  padding: 27px 0;
}
.footer_inner {
  width: 100%;
  max-width: 1229px;
  padding: 0 17px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .copyrights {
  font-size: 140%;
  line-height: 19px;
  margin-top: 12px;
}
.footer .socials {
  font-size: 0;
  display: flex;
  justify-content: center;
}
.footer .socials li:not(:first-child) {
  margin-left: 10px;
}
.footer .socials a {
  display: block;
  color: inherit;
  padding: 10px;
  line-height: 0;
}
.footer .socials a:before {
  display: block;
  font-size: 1.5rem;
}
.footer .up_btn {
  border: none;
  background: transparent;
  margin-left: 20px;
  padding: 0;
}
.footer .up_btn img {
  display: block;
  width: 59px;
  height: auto;
}
@media screen and (max-height: 719px) {
  .footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding: 20px 0;
  }
}
@media screen and (max-height: 639px) {
  .footer {
    padding: 10px 0;
  }
  .footer .copyrights {
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .footer {
    padding: 10px 0;
  }
  .footer_inner {
    flex-direction: column;
  }
  .footer .up_btn {
    margin-left: auto;
  }
  .footer_content {
    align-self: center;
    order: 2;
  }
}

.web .footer .up_btn, .footer .web .up_btn, .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 .lg_list a, .lg_list .web a, .web .popup_close, .web .checkbox_field label .check_btn, .checkbox_field label .web .check_btn, .web .checkbox_field label a, .checkbox_field label .web a, .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, .attach_error,
.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 .footer .up_btn, .footer .touch .up_btn {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .lg_list a, .lg_list .touch a, .touch .popup_close, .touch .checkbox_field label .check_btn, .checkbox_field label .touch .check_btn, .touch .checkbox_field label a, .checkbox_field label .touch a, .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;
}

.field_block .attach_input, .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 .checkbox_field label a:hover, .checkbox_field label .web a:hover, .web .footer .socials a:hover, .footer .socials .web a:hover {
  color: #9ACB3B;
}
.web .lg_list a:hover, .lg_list .web a:hover {
  color: rgba(154, 203, 59, 0.7);
}
.web .validate_btn:hover {
  background: rgba(154, 203, 59, 0.7);
}
.web .tab_btns button:hover, .tab_btns .web button:hover {
  background: #ffffff;
  color: #9ACB3B;
  border-color: transparent;
}
.web .footer .up_btn:hover, .footer .web .up_btn:hover {
  opacity: 0.7;
}

.touch .popup_close:active, .touch .checkbox_field label .check_btn:active, .checkbox_field label .touch .check_btn:active, .touch .checkbox_field label a:active, .checkbox_field label .touch a:active, .touch .footer .socials a:active, .footer .socials .touch a:active {
  color: #9ACB3B;
}
.touch .lg_list a:active, .lg_list .touch a:active {
  color: rgba(154, 203, 59, 0.7);
}
.touch .validate_btn:active {
  background: rgba(154, 203, 59, 0.7);
}
.touch .tab_btns button:active, .tab_btns .touch button:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .footer .up_btn:active, .footer .touch .up_btn:active {
  opacity: 0.7;
}

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