@font-face {
  font-family: "notosans";
  font-display: swap;
  src: url("../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-bold";
  font-display: swap;
  src: url("../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-bold";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosans-medium";
  font-display: swap;
  src: url("../fonts/NotoSans-Medium/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Medium/NotoSans-Medium.woff") format("woff"), url("../fonts/NotoSans-Medium/NotoSans-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "notosansarm-medium";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.woff") format("woff"), url("../fonts/NotoSansArmenian-Medium/NotoSansArmenian-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: "auto";
  src: url("../fonts/icons/icomoon.eot?iue56m");
  src: url("../fonts/icons/icomoon.eot?iue56m#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?iue56m") format("truetype"), url("../fonts/icons/icomoon.woff?iue56m") 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_down:before {
  content: "\e901";
}

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

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

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

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

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

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

.icon_globe:before {
  content: "\e908";
}

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: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "notosans", "notosansarm";
}

*,
*: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: #069dd5;
}

button {
  cursor: pointer;
  display: block;
}

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

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

input,
textarea,
button {
  font-family: inherit;
  font-size: 100%;
}

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

.page_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,
.drop_block {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #b94a48;
}

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

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}

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

.section_title {
  font-family: "notosans-bold", "notosansarm-bold";
  margin: 0;
}

.primary_btn {
  border: none;
  background: #069dd5;
  color: #ffffff;
  padding: 15px;
}

.secondary_btn {
  border: 1px solid;
  background: transparent;
  color: #069dd5;
  padding: 14px;
}

a.primary_btn,
a.secondary_btn {
  display: inline-block;
  vertical-align: top;
}

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

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.standard_text, .primary_btn, .secondary_btn {
  font-size: 140%;
  line-height: 20px;
}

.header {
  z-index: 100;
}

.footer {
  opacity: 0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.loader_inner {
  position: relative;
  overflow: hidden;
}
.loader_inner span {
  display: block;
  background: #ffffff;
  z-index: 2;
  position: absolute;
}
.loader_inner img {
  display: block;
}
.loader .line_1 {
  left: 0;
  bottom: 0;
  height: 100%;
  width: 15%;
  animation: showLine1 2.4s infinite;
}
.loader .line_2 {
  right: 0;
  top: 0;
  height: 100%;
  width: 86.2%;
  animation: showLine2 2.4s infinite;
}
.loader .line_3 {
  left: 19%;
  width: 18%;
  top: 61.5%;
  height: 90%;
  transform-origin: left top;
  -webkit-transfrom-origin: left top;
  transform: skewY(-24deg) rotate(-30deg);
  -moz-transform: skewY(-24deg) rotate(-30deg);
  -ms-transform: skewY(-24deg) rotate(-30deg);
  -webkit-transform: skewY(-24deg) rotate(-30deg);
  -o-transform: skewY(-24deg) rotate(-30deg);
  animation: showLine3 2.4s infinite;
}
.loader .line_4 {
  left: 66%;
  bottom: 0;
  width: 16%;
  height: 83.21%;
  animation: showLine4 2.4s infinite;
}

@keyframes showLine1 {
  0% {
    height: 100%;
  }
  10% {
    height: 100%;
  }
  30% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes showLine2 {
  0% {
    width: 86.2%;
  }
  20% {
    width: 86.2%;
  }
  70% {
    width: 0;
  }
  100% {
    width: 0;
  }
}
@keyframes showLine3 {
  0% {
    left: 19%;
    top: 61.5%;
  }
  35% {
    left: 19%;
    top: 61.5%;
  }
  70% {
    left: 60%;
    top: 125%;
  }
  100% {
    left: 60%;
    top: 125%;
  }
}
@keyframes showLine4 {
  0% {
    height: 83.21%;
  }
  42% {
    height: 83.21%;
  }
  70% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
.test_section {
  background: #069dd5;
  margin: 0 auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
}

.test_block {
  height: 80vh;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 400%;
  line-height: 1.4em;
  position: relative;
}
.test_block .name_block {
  max-width: 400px;
  width: 100%;
  opacity: 0;
}
.test_block .name_block > span {
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
}
.test_block .letter {
  display: block;
}
.test_block.ready .name_block {
  opacity: 1;
  -o-transition: opacity 0.2s 0.2s;
  -ms-transition: opacity 0.2s 0.2s;
  -moz-transition: opacity 0.2s 0.2s;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}
.test_block.ready .letter {
  display: flex;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}

.click_btn {
  margin: 20px auto;
  font-size: 14px;
  display: none;
}

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

.web .primary_btn, .web .secondary_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;
}

.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 .primary_btn, .touch .secondary_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;
}

.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #000000;
}

.touch .primary_btn:active, .touch .secondary_btn:active {
  background: #000000;
}

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