@charset "UTF-8";
@font-face {
  font-family: "regular";
  font-display: "auto";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: "auto";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: "auto";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?ozhusm");
  src: url("../fonts/icons/icomoon.eot?ozhusm#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?ozhusm") format("truetype"), url("../fonts/icons/icomoon.woff?ozhusm") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_close:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #000000;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular";
}

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

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

a {
  color: #069dd5;
}

button {
  cursor: pointer;
  display: block;
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

.custom_screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.25vw;
  z-index: 5;
  cursor: pointer;
}
.custom_screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom_screen:before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000000;
  opacity: 0.5;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -30px;
  z-index: 1;
}
.custom_screen:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 26px;
  border-style: solid;
  border-width: 13px 0 13px 20px;
  border-color: transparent #ffffff;
  top: 50%;
  left: 50%;
  margin: -13px -7px;
  z-index: 2;
}

.v-playing + .custom_screen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.v-playing ~ .actions_block {
  opacity: 1;
  -o-transition-delay: 3s;
  -ms-transition-delay: 3s;
  -moz-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.actions_block {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  font-size: 140%;
  line-height: 20px;
  color: #ffffff;
}

.text_block {
  font-family: "bold";
  margin-bottom: 10px;
}

.checkbox {
  position: relative;
  overflow: hidden;
}
.checkbox input:checked + .check_btn:after {
  opacity: 1;
}
.checkbox .check_btn {
  position: relative;
}
.checkbox .check_btn:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
  vertical-align: middle;
  background: #ffffff;
  margin-right: 5px;
}
.checkbox .check_btn:after {
  display: block;
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  width: 10px;
  height: 6px;
  border: 2px solid;
  border-color: transparent transparent #000000 #000000;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  opacity: 0;
}

.radio {
  margin: 0 -10px;
}
.radio label {
  margin: 0 10px;
}
.radio input:checked + .radio_btn:before {
  border-color: #ffffff;
  background: #000000;
}
.radio .radio_btn:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
  content: "";
  vertical-align: middle;
  background: #ffffff;
  margin-right: 5px;
}

.click_me {
  margin-top: 20px;
  width: 100%;
}

[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;
}

.footer {
  opacity: 0;
}

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

.custom_screen, .radio .radio_btn:before {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox .check_btn, .radio .radio_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 input, .radio input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

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