@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?6hzsjg");
  src: url("../fonts/icons/icomoon.eot?6hzsjg#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?6hzsjg") format("truetype"), url("../fonts/icons/icomoon.woff?6hzsjg") 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_s1_logo:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

.icon_success:before {
  content: "\e909";
}

.icon_warning:before {
  content: "\e910";
}

.icon_error:before {
  content: "\e911";
}

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

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

button {
  cursor: pointer;
  display: block;
}

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

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

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

.page_row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .page_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page_row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

.content {
  padding: 0 0 180px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .content {
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 639px) {
  .content {
    padding-bottom: 0;
  }
}

.page_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0px 0px 50px rgba(0, 31, 77, 0.05);
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.inner_container {
  margin: 160px -15px 0;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .inner_container {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .inner_container {
    margin-top: 0;
  }
}

.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: #FF4A55;
  font-size: 1.2rem;
  line-height: 15px;
  text-align: left;
}

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

.has-error .error_hint,
.has-error ~ .error_hint {
  max-height: 100px;
  padding-top: 5px;
}

.inner_content {
  margin: 0 auto;
  max-width: 1120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .inner_content {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .inner_content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .inner_content {
    padding-bottom: 60px;
  }
}

.field_section {
  display: flex;
  justify-content: center;
  padding: 60px 0 0;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .field_section {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .field_section {
    padding-top: 40px;
  }
}

.field_block {
  position: relative;
  padding: 0 15px;
}
.field_block label {
  display: block;
  margin: 0;
  position: relative;
}
.field_block label.has-error {
  background: rgba(255, 74, 85, 0.03);
  border-radius: 5px;
}
.field_block input,
.field_block textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #62676A;
  background: inherit;
  padding: 15px;
  border-radius: 5px;
  color: #000000;
  -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;
}
@media screen and (min-width: 1025px) {
  .field_block input,
.field_block textarea {
    min-width: 360px;
  }
}
@media screen and (max-width: 1024px) {
  .field_block input,
.field_block textarea {
    max-width: 360px;
  }
}
.field_block input:focus,
.field_block textarea:focus {
  background: #ffffff;
}
.field_block input:focus ~ .placeholder,
.field_block textarea:focus ~ .placeholder {
  font-size: 110%;
  top: -7px;
}
.field_block input.filled ~ .placeholder,
.field_block textarea.filled ~ .placeholder {
  font-size: 110%;
  top: -7px;
}
.field_block .placeholder {
  position: absolute;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  top: 10px;
  left: 10px;
  right: 19px;
  padding: 5px 6px 2px;
  z-index: 2;
  color: #62676A;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

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

.page_title {
  color: inherit;
  margin: 0;
}

.small_title {
  color: inherit;
}

.sub_title {
  color: inherit;
}

.section_title {
  color: inherit;
  margin: 0;
}

.medium_title {
  color: inherit;
  margin: 0;
}

.primary_btn.loading {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.primary_btn.loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.hidden_label {
  display: none;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  35.1% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60.1% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85.1% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
.table_block {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #C9CDCF;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .table_block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .table_block {
    margin-top: 30px;
    border: none;
  }
}
.table_block table {
  width: 100%;
  border-collapse: collapse;
}
.table_block table th {
  padding: 12px 20px;
  vertical-align: top;
  text-align: left;
  color: #000000;
  font-size: 160%;
  line-height: 30px;
  font-family: "notosans", "notosansarm";
  border-right: 1px solid #C9CDCF;
  border-left: none;
}
@media screen and (max-width: 1024px) {
  .table_block table th {
    padding: 12px;
  }
}
.table_block table td {
  width: 16%;
  padding: 15px;
  vertical-align: top;
  color: #000000;
  font-family: "notosans-medium", "notosansarm-medium";
  border: 1px solid #C9CDCF;
  border-right: none;
  border-bottom: none;
}
@media screen and (max-width: 1024px) {
  .table_block table td {
    padding: 12px;
  }
}
.table_block table td:nth-child(2) {
  width: 45%;
}
.table_block table td:first-child {
  width: 7%;
}
.table_block table td a {
  display: inline-block;
}
.table_block table tr th:first-child,
.table_block table tr td:first-child {
  border-left: none;
}
.table_block table tr th:last-child,
.table_block table tr td:last-child {
  border-right: none;
}
.table_block table tr a {
  color: #035433;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .table_block table th {
    display: none;
  }
  .table_block table tr {
    border: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #C9CDCF;
  }
  .table_block table tr:first-child {
    display: none;
  }
  .table_block table tr td,
.table_block table tr th {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    border: none;
    text-align: left;
    width: 100%;
  }
  .table_block table tr td:not(:first-child),
.table_block table tr th:not(:first-child) {
    text-align: left;
  }
  .table_block table tr td:before,
.table_block table tr th:before {
    text-align: left;
    padding-right: 1px;
  }
  .table_block table tr td:last-child,
.table_block table tr th:last-child {
    border: none;
  }
  .table_block table tr td:before,
.table_block table tr th:before {
    padding-bottom: 10px;
    display: block;
    content: attr(data-td);
  }
  .table_block table tr:nth-child(2) td:first-child {
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  .table_block table tr:nth-child(2) td:first-child::before {
    font-size: 1.6rem;
    font-family: "notosans-bold", "notosansarm-bold";
    border-bottom: 1px solid #C9CDCF;
    border-top: 1px solid #C9CDCF;
    padding: 20px;
  }
  .table_block table tr td:nth-child(2) {
    width: 100%;
  }
  .table_block table tr td:first-child {
    display: none;
  }
}
.table_block .radio_block:last-child {
  margin-right: 0;
}
.table_block input[type=radio] {
  border: none;
  padding: 0;
}
.table_block input[type=radio]:checked + .radio_btn:before {
  border-color: #035433;
  outline: 1px solid #035433;
}
.table_block .radio_btn {
  width: 100%;
  position: relative;
  cursor: pointer;
  color: #000000;
  display: flex;
  align-items: center;
}
.table_block .radio_btn:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 23px;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  outline: 1px solid #C9CDCF;
  border: 6px solid transparent;
}
@media screen and (max-width: 767px) {
  .table_block .radio_btn:before {
    margin-right: 5px;
    width: 18px;
    min-width: 18px;
    height: 18px;
  }
}

.web .radio_btn:hover:before {
  outline: 1px solid #035433;
}

.touch .radio_btn:active:before {
  outline: 1px solid #035433;
}

.error_massage {
  margin-top: 50px;
  padding: 30px;
  background: rgba(255, 74, 85, 0.1);
  border-left: 5px solid #FF4A55;
}
@media screen and (max-width: 767px) {
  .error_massage {
    margin-top: 40px;
    padding: 20px;
  }
}

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

.secondary_btn, .primary_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.field_block input,
.field_block textarea, .field_block .placeholder, .table_block table td {
  font-size: 160%;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .field_block input,
.field_block textarea, .field_block .placeholder, .table_block table td {
    font-size: 140%;
    line-height: 20px;
  }
}

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

.secondary_btn, .primary_btn {
  border: none;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .secondary_btn, .primary_btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .secondary_btn, .primary_btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.primary_btn {
  border: none;
  margin: 0 15px;
  max-width: 100%;
  width: 217px;
  height: 54px;
  background: #035433;
  color: #ffffff;
  font-family: "notosans-bold", "notosansarm-bold";
  border-radius: 5px;
}

.secondary_btn {
  outline: 1px solid #035433 !important;
  color: #035433;
  background: transparent;
}
.loading.secondary_btn {
  pointer-events: none;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.loading.secondary_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -12px;
  border-radius: 50%;
  color: #035433;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.page_title {
  font-size: 220%;
  line-height: 30px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #035433;
}
@media screen and (min-width: 640px) and (max-width: 1199px) {
  .page_title {
    font-size: 200%;
    line-height: 26px;
  }
}
@media screen and (max-width: 639px) {
  .page_title {
    font-size: 180%;
    line-height: 22px;
  }
}

.small_title {
  font-size: 180%;
  line-height: 30px;
  font-family: "notosans-bold", "notosansarm-bold";
}
@media screen and (max-width: 639px) {
  .small_title {
    font-size: 160%;
    line-height: 24px;
  }
}

.sub_title {
  font-size: 160%;
  line-height: 22px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #035433;
}
@media screen and (max-width: 639px) {
  .sub_title {
    font-size: 140%;
    line-height: 18px;
  }
}

.section_title {
  font-size: 180%;
  line-height: 34px;
  font-family: "notosans-bold", "notosansarm-bold";
  color: #000000;
}
@media screen and (max-width: 639px) {
  .section_title {
    font-size: 160%;
    line-height: 26px;
  }
}

.medium_title {
  font-size: 180%;
  line-height: 34px;
  color: #000000;
}
@media screen and (max-width: 639px) {
  .medium_title {
    font-size: 160%;
    line-height: 26px;
  }
}

.header {
  z-index: 100;
}

.header_inner {
  padding: 25px 60px 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 5px solid #035433;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header_inner {
    padding: 25px 40px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 25px 20px 10px;
  }
}

.company_name {
  display: flex;
  flex: 1;
  max-width: 492px;
  flex-direction: column;
  padding-bottom: 10px;
}
.company_name .page_title {
  padding-bottom: 5px;
}

.main_logo {
  max-width: 118px;
  flex: 0 0 118px;
  margin-right: 40px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .main_logo {
    margin-right: 20px;
  }
}
.main_logo img {
  display: block;
  height: auto;
  max-width: 118px;
}

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

.web .table_block table td a, .table_block table td .web a, .web .table_block table tr a, .table_block table tr .web a, .table_block .radio_btn {
  -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, .error_hint, .table_block .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;
}

.touch .table_block table tr a, .table_block table tr .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;
}

.table_block input[type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

.web .table_block table td a:hover, .table_block table td .web a:hover, .web .table_block table tr a:hover, .table_block table tr .web a:hover {
  color: #007C4A;
}
.web .primary_btn:hover {
  background: #007C4A;
  outline-color: transparent !important;
}
.touch .table_block table tr a:active, .table_block table tr .touch a:active {
  color: #62676A;
}

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