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

@font-face {
            font-family: 'signature';
            font-style: normal;
            font-weight: 400;
            src: url('https://front-tests.studio-one.am/armfonts/tumanyan-handwriting/HovhannesTumanianU.eot');
            src: url('https://front-tests.studio-one.am/armfonts/tumanyan-handwriting/HovhannesTumanianU.eot?#iefix') format('embedded-opentype'),
                url('https://front-tests.studio-one.am/armfonts/tumanyan-handwriting/HovhannesTumanianU.woff2') format('woff2'),
                url('https://front-tests.studio-one.am/armfonts/tumanyan-handwriting/HovhannesTumanianU.woff') format('woff'),
                url('https://front-tests.studio-one.am/armfonts/tumanyan-handwriting/HovhannesTumanianU.ttf') format('truetype');
            unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
        }
.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;
  height: 100%;
  overflow-x: hidden;
  font-family: "notosans", "notosansarm";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

* {
  line-height: 1.25em;
}

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;
  font-family: 'signature';
}

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

.content {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 100%;
  padding: 30px 100px;
}
.content:before, .content:after {
  display: block;
  content: "";
  flex: 1;
  max-height: 50vh;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.title {
  font-family: "notosans-bold", "notosansarm-bold";
  font-size: 1000%;
  line-height: 1.2em;
  font-family: 'signature';
}

.short_description {
  position: absolute;
  width: 0;
  max-height: 0;
  overflow: hidden;
  font-family: "notosans-bold", "notosansarm-bold";
  -o-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  text-align: center;
  font-size: 240%;
}
.short_description:before {
  display: block;
  content: "";
  height: 30px;
}

.factors_list {
  max-width: 800px;
  width: 100%;
  text-align: left;
  counter-reset: serialNumber;
}
.factors_list > li {
  font-size: 240%;
  margin-top: 20px;
  display: none;
  counter-increment: serialNumber;
}
.factors_list > li:before {
  content: counter(serialNumber) ".";
  margin-right: 10px;
}
.factors_list ul {
  font-size: 75%;
}
.factors_list ul li {
  margin-top: 10px;
  margin-left: 50px;
}
.factors_list .tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  width: 20px;
  line-height: 18px;
}
.factors_list .tooltip:before {
  display: block;
  content: "!";
}
.factors_list .tooltip:hover {
  color: #069dd5;
}

.tooltip_info {
  position: fixed;
  left: 0;
  width: 100%;
  height: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tooltip_info.showed {
  height: 100%;
  opacity: 1;
}
.tooltip_info .info_inner {
  background: #ffffff;
  padding: 60px;
  width: 90%;
  position: relative;
}
.tooltip_info .icon_close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.tooltip_info .icon_close:before {
  display: block;
}
.tooltip_info .icon_close:hover {
  color: #b94a48;
}
.tooltip_info ul {
  display: flex;
}
.tooltip_info ul li {
  padding: 0 20px;
  flex: 1;
  font-size: 200%;
  text-align: center;
}
.tooltip_info ul img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.categories {
  position: absolute;
  width: 0;
  max-height: 0;
  overflow: hidden;
  -o-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.categories ul {
  display: flex;
  justify-content: center;
  text-align: center;
}
.categories li {
  margin: 40px 40px 0;
  opacity: 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.categories span {
  display: block;
}
.categories .name {
  font-size: 240%;
  font-family: "notosans-bold", "notosansarm-bold";
}
.categories .size {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 5;
  margin: 0 auto 20px;
  transition: --num 1s ease-in-out, color 1s;
  counter-set: num var(--num);
  font-size: 30px;
  font-family: "notosans-bold", "notosansarm-bold";
}
.categories .size:before {
  content: counter(num);
}
.categories svg {
  z-index: -1;
  transform-origin: center;
  -webkit-transfrom-origin: center;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.categories svg circle {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.metrics {
  display: none;
  margin-top: 40px;
}
.metrics .subtitle {
  font-size: 40px;
  font-family: "notosans-bold", "notosansarm-bold";
  text-align: center;
  opacity: 0;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.metrics > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 0;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.metrics > ul > li {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin: 40px 0 0;
}
.metrics > ul .name {
  font-size: 240%;
}
.metrics > ul ul {
  font-size: 240%;
  font-family: "notosans-bold", "notosansarm-bold";
}
.metrics > ul ul li {
  margin-top: 10px;
}
.metrics > ul ul li:before {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: "";
}
.metrics > ul ul li:first-child:before {
  background: #00cc66;
  border-radius: 50%;
}
.metrics > ul ul li:nth-child(2):before {
  background: #ffaa33;
}
.metrics > ul ul li:nth-child(3):before {
  border-width: 0 10px 20px;
  border-style: solid;
  border-color: #ff3333 transparent;
}
.metrics .calc_link {
  text-align: center;
  margin-top: 40px;
  font-size: 240%;
  opacity: 0;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.step_1 .content:before, .step_1 .content:after {
  max-height: 0;
}
.step_1 .short_description {
  position: relative;
  width: 100%;
  max-height: 400px;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  opacity: 1;
}
.step_1 .categories {
  position: relative;
  width: 100%;
  max-height: 400px;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.step_1 .categories a {
  display: block;
  color: inherit;
  text-decoration: none !important;
}
.step_1 .categories ul li {
  opacity: 1;
}
.step_1 .categories ul li:first-child {
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.step_1 .categories ul li:nth-child(2) {
  -o-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.step_1 .categories ul li:nth-child(3) {
  -o-transition-delay: 2s;
  -ms-transition-delay: 2s;
  -moz-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.step_1 .categories ul li:nth-child(4) {
  -o-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  -moz-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.step_2 .categories ul .size {
  --num: 49;
  color: #ff3333;
}
.step_2 svg circle {
  fill: #ffebeb;
  stroke: #ff3333;
  stroke-dashoffset: 156;
}
.step_2 .factors_list > li:first-child {
  display: block;
}

.step_3 .categories ul .size {
  --num: 89;
  color: #ffaa33;
}
.step_3 svg circle {
  fill: #fff7eb;
  stroke: #ffaa33;
  stroke-dashoffset: 39;
}
.step_3 .factors_list > li:nth-child(2) {
  display: block;
}

.step_4 .categories ul .size {
  --num: 100;
  color: #00cc66;
}
.step_4 svg circle {
  fill: #e6faf0;
  stroke: #00cc66;
  stroke-dashoffset: 0;
}
.step_4 .metrics {
  display: block;
}
.step_4 .factors_list > li:nth-child(3) {
  display: block;
}
.step_4 .prev_next.step_3 {
  display: flex;
}

.step_5 .metrics * {
  opacity: 1;
}
.step_5 .factors_list > li:nth-child(4) {
  display: block;
}

.step_6 .factors_list > li:nth-child(5) {
  display: block;
}
.step_6 .prev_next.step_5 {
  display: flex;
}

.step_7 .factors_list > li:nth-child(6) {
  display: block;
}
.step_7 .prev_next.step_6 {
  display: flex;
}

.step_8 .factors_list > li:nth-child(7) {
  display: block;
}

.step_9 .factors_list > li:nth-child(8) {
  display: block;
}

.step_10 .factors_list > li:nth-child(9) {
  display: block;
}

.step_11 .factors_list > li:nth-child(10) {
  display: block;
}
.step_11 .prev_next {
  display: flex;
}

.step_12 .factors_list > li:nth-child(11) {
  display: block;
}

.step_13 .factors_list > li:nth-child(12) {
  display: block;
}

.step_14 .factors_list > li:nth-child(13) {
  display: block;
}

a:hover {
  text-decoration: underline;
}

.prev_next {
  width: 100%;
  max-width: 800px;
  padding-top: 40px;
  margin-top: auto;
  justify-content: space-between;
  font-size: 240%;
  font-family: "notosans-bold", "notosansarm-bold";
  display: none;
}
.prev_next a {
  color: inherit;
}

.factors_list, .factors_list ul, .tooltip_info ul, .categories ul, .metrics > ul, .metrics > ul ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.categories svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

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

.tooltip_info .icon_close {
  border: none;
  padding: 0;
  background: transparent;
}

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

.web .prev_next a, .prev_next .web a, .tooltip_info .icon_close {
  -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 .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 .prev_next a:hover, .prev_next .web a:hover {
  color: #069dd5;
}
.web .primary_btn:hover, .web .secondary_btn:hover {
  background: #000000;
}

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

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