.home_contact .number_check.error .check_main:before, .home_contact .number_check.success .check_main:before {
  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;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}
.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}
.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}
.nice-select .has-multiple span.current {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}
.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}
.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}
.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.tv_section {
  padding-top: 130px;
  position: relative;
}
.tv_section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.tv_section > .page_container {
  padding-left: 50px;
  padding-right: 50px;
}
.tv_section .tv_inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(39, 106, 146, 0.13);
}
.tv_section .image_block {
  max-width: 36%;
  flex: 0 0 36%;
}
.tv_section .image_block img {
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: auto;
}
.tv_section .image_inner {
  margin-left: -70px;
  position: relative;
}
.tv_section .tv_info {
  max-width: 64%;
  flex: 0 0 64%;
}
.tv_section .info_inner {
  padding: 70px 65px 70px 20px;
}
.tv_section .section_title {
  color: #1C2125;
  max-width: 550px;
  min-height: 80px;
}
.tv_section .price_block {
  display: flex;
  align-items: center;
  font-size: 400%;
  font-family: "poppinsSemiBold", "bokoniqueBold";
  color: #1C2125;
  padding-top: 30px;
}
.tv_section .price_block span {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.08px;
  padding-left: 10px;
  font-family: "poppinsMedium", "bokoniqueRegular";
}
.tv_section .primary_btn {
  margin-top: 40px;
  min-width: 235px;
}
.tv_section .section_description {
  padding-top: 30px;
}

@media screen and (max-width: 1440px) {
  .tv_section .info_inner {
    padding: 50px 50px 50px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .tv_section {
    padding-top: 130px;
  }
  .tv_section > .page_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .tv_section .tvs_count {
    width: 180px;
    height: 185px;
    font-size: 140%;
    line-height: 24px;
    right: -40px;
    top: -100px;
  }
  .tv_section .tvs_count span {
    font-size: 4rem;
  }
  .tv_section .section_description {
    padding-top: 20px;
  }
  .tv_section .price_block {
    font-size: 320%;
    padding-top: 20px;
  }
  .tv_section .price_block span {
    font-size: 1.4rem;
    line-height: 24px;
  }
  .tv_section .primary_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .tv_section {
    padding: 120px 0 0;
  }
  .tv_section .tvs_count {
    width: 160px;
    height: 165px;
    font-size: 120%;
    line-height: 18px;
  }
  .tv_section .tvs_count span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .tv_section {
    padding-top: 130px;
  }
  .tv_section > .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tv_section .image_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: -50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tv_section .image_block img {
    position: unset;
    max-width: 400px;
  }
  .tv_section .tv_info {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .tv_section .info_inner {
    padding: 0;
  }
  .tv_section .tv_inner {
    flex-wrap: wrap;
    border-radius: 25px;
  }
  .tv_section .tvs_count {
    right: -20px;
    top: -65px;
  }
  .tv_section .section_title {
    max-width: 100%;
    min-height: auto;
  }
}
@media screen and (max-width: 575px) {
  .tv_section {
    padding: 110px 0 0;
  }
  .tv_section .tvs_count {
    top: 300px;
    right: -5px;
  }
  .tv_section .image_inner {
    margin-left: -20px;
  }
}
@media screen and (max-width: 480px) {
  .tv_section .image_block img {
    max-width: 100%;
  }
  .tv_section .tvs_count {
    top: 140px;
  }
}
@media screen and (max-width: 400px) {
  .tv_section {
    padding: 100px 0 0;
  }
  .tv_section .section_description,
.tv_section .price_block {
    padding-top: 10px;
  }
  .tv_section .primary_btn {
    margin-top: 20px;
    width: 100%;
  }
}
.devices_section {
  background: #ffffff;
  padding-top: 180px;
}
.devices_section .devices_slider {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}
.devices_section .devices_slider:not(.swiper-initialized) .swiper-slide {
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.devices_section .slider_main {
  position: relative;
  margin-top: 10px;
}
.devices_section .swiper-wrapper {
  padding: 30px 0;
}
.devices_section .swiper-slide {
  padding: 0 15px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .devices_section .devices_slider {
    margin: 0 -10px;
  }
  .devices_section .swiper-slide {
    padding: 0 10px;
  }
  .devices_section .swiper-pagination {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .devices_section {
    padding-top: 150px;
  }
  .devices_section .slider_main {
    margin-top: 0;
  }
  .devices_section .devices_slider {
    margin: 0 -15px;
  }
  .devices_section .devices_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .devices_section .swiper-slide {
    padding: 0 15px;
  }
  .devices_section .swiper-pagination {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .devices_section {
    padding-top: 120px;
  }
  .devices_section .devices_slider {
    margin: 0 -10px;
  }
  .devices_section .swiper-slide {
    padding: 0 10px;
  }
  .devices_section .swiper-pagination {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .devices_section {
    padding-top: 90px;
  }
}
@media screen and (max-width: 575px) {
  .devices_section {
    padding-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .devices_section .devices_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 90.9%;
    flex: 0 0 90.9%;
  }
  .devices_section .swiper-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 400px) {
  .devices_section {
    padding-top: 50px;
  }
}

.offer_section {
  padding-top: 200px;
  position: relative;
}
.offer_section:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 350px;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}
.offer_section .offer_main {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(39, 106, 146, 0.13);
}
.offer_section > .page_container {
  padding-right: 55px;
}
.offer_section .offer_info {
  max-width: 68%;
  flex: 0 0 68%;
  padding: 60px 37px 60px 90px;
}
.offer_section .image_block {
  max-width: 32%;
  flex: 0 0 32%;
}
.offer_section .image_block .image_inner {
  margin-right: -55px;
  position: relative;
}
.offer_section .image_block img {
  position: absolute;
  right: 0;
  top: -120px;
  width: 100%;
  height: auto;
}
.offer_section .section_description {
  padding-top: 30px;
}
.offer_section .primary_btn {
  margin-top: 40px;
  min-width: 235px;
}
@media screen and (max-width: 1200px) {
  .offer_section {
    padding-top: 180px;
  }
  .offer_section .offer_info {
    padding: 50px 30px;
    max-width: 65%;
    flex: 0 0 65%;
  }
  .offer_section > .page_container {
    padding-right: 40px;
  }
  .offer_section .image_block {
    max-width: 35%;
    flex: 0 0 35%;
  }
  .offer_section .image_block .image_inner {
    margin-right: -40px;
  }
  .offer_section .image_block img {
    top: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .offer_section .primary_btn {
    margin-top: 30px;
  }
  .offer_section .section_description {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .offer_section {
    padding-top: 170px;
  }
  .offer_section > .page_container {
    padding-right: 15px;
  }
  .offer_section .image_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: -100px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0 25px;
  }
  .offer_section .image_block .image_inner {
    margin-right: 0;
  }
  .offer_section .image_block img {
    position: unset;
    max-width: 400px;
  }
  .offer_section .offer_info {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 20px;
  }
  .offer_section .offer_main {
    flex-direction: column-reverse;
    border-radius: 25px;
  }
}
@media screen and (max-width: 575px) {
  .offer_section {
    padding-top: 140px;
  }
  .offer_section .image_block {
    margin-top: -70px;
  }
}
@media screen and (max-width: 480px) {
  .offer_section {
    padding-top: 110px;
  }
  .offer_section .image_block {
    margin-top: -60px;
  }
}
@media screen and (max-width: 400px) {
  .offer_section {
    padding-top: 110px;
  }
  .offer_section .image_block {
    margin-top: -60px;
  }
  .offer_section .offer_info {
    padding: 10px 20px 20px;
  }
  .offer_section .section_description {
    padding-top: 10px;
  }
  .offer_section .primary_btn {
    margin-top: 20px;
    width: 100%;
  }
}

.news_section {
  padding-top: 120px;
}
.news_section .news_slider {
  position: relative;
  overflow: hidden;
  margin: 0 -15px;
}
.news_section .news_slider:not(.swiper-initialized) .swiper-slide {
  max-width: 33.3%;
  flex: 0 0 33.3%;
}
.news_section .slider_main {
  position: relative;
  margin-top: 10px;
}
.news_section .swiper-wrapper {
  padding: 30px 0;
}
.news_section .swiper-slide {
  padding: 0 15px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .news_section .news_slider {
    margin: 0 -10px;
  }
  .news_section .swiper-slide {
    padding: 0 10px;
  }
  .news_section .swiper-pagination {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .news_section {
    padding-top: 100px;
  }
  .news_section .slider_main {
    margin-top: 0;
  }
  .news_section .news_slider {
    margin: 0 -15px;
  }
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 41.66%;
    flex: 0 0 41.66%;
  }
  .news_section .swiper-slide {
    padding: 0 15px;
  }
  .news_section .swiper-pagination {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .news_section {
    padding-top: 80px;
  }
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .news_section {
    padding-top: 70px;
  }
  .news_section .news_slider {
    margin: 0 -10px;
  }
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 62.5%;
    flex: 0 0 62.5%;
  }
  .news_section .swiper-slide {
    padding: 0 10px;
  }
  .news_section .swiper-pagination {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 76.9%;
    flex: 0 0 76.9%;
  }
}
@media screen and (max-width: 640px) {
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 76.9%;
    flex: 0 0 76.9%;
  }
}
@media screen and (max-width: 575px) {
  .news_section .news_slider:not(.swiper-initialized) .swiper-slide {
    max-width: 90.9%;
    flex: 0 0 90.9%;
  }
}
@media screen and (max-width: 480px) {
  .news_section {
    padding-top: 60px;
  }
  .news_section .swiper-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 400px) {
  .news_section {
    padding-top: 50px;
  }
}

.home_contact {
  margin-top: 120px;
}
.home_contact > .page_container {
  padding-left: 55px;
  padding-right: 55px;
}
.home_contact .contact_main {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 60px 70px 60px 0;
  border-radius: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(39, 106, 146, 0.13);
  position: relative;
}
.home_contact .contact_info {
  max-width: 58%;
  flex: 0 0 58%;
  padding-left: 30px;
}
.home_contact .image_block {
  max-width: 42%;
  flex: 0 0 42%;
}
.home_contact .image_block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.home_contact .image_inner {
  margin-left: -55px;
  position: relative;
}
.home_contact .contact_title {
  font-size: 240%;
  font-family: "poppinsSemiBold", "bokoniqueBold";
  line-height: 1.25em;
  color: #1C2125;
  letter-spacing: -0.12px;
  padding-bottom: 20px;
}
.home_contact .contact_title span {
  color: #E4003A;
}
.home_contact form {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.home_contact form + .primary_btn.popup_btn {
  margin-left: 0;
  margin-right: 0;
}
.home_contact .field_block {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px 30px;
}
.home_contact .form_info {
  font-size: 120%;
  letter-spacing: -0.06px;
  color: #464F55;
  padding: 0 15px 40px;
  max-width: 100%;
  flex: 0 0 100%;
}
.home_contact .form_info a {
  color: #1C2125;
  text-decoration: underline;
}
.home_contact .primary_btn {
  margin: 0 15px;
  min-width: 275px;
}
.home_contact .validate_btn[disabled] {
  pointer-events: none;
  color: #979FA3;
  background: #EDF3F6;
}
.home_contact .number_check {
  padding: 10px 15px 40px;
  width: 100%;
  font-size: 160%;
  line-height: 30px;
  letter-spacing: -0.08px;
}
.home_contact .number_check.success .check_main:before {
  content: "\e905";
  background: #78AD57;
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 2rem;
  margin-right: 11px;
}
.home_contact .number_check.error .check_main:before {
  content: "\e917";
  color: #E4003A;
  font-size: 2.4rem;
  display: block;
  margin-right: 11px;
}
.home_contact .check_info {
  padding-top: 40px;
  color: #464F55;
}
.home_contact .check_main {
  background: #F6F9FB;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  padding: 16px 20px;
}
@media screen and (max-width: 1200px) {
  .home_contact .my_form > .primary_btn {
    width: 100%;
  }
  .home_contact > .page_container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home_contact .image_inner {
    margin-left: -40px;
  }
  .home_contact .contact_main {
    padding: 50px 30px 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  .home_contact {
    margin-top: 100px;
  }
  .home_contact > .page_container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home_contact .check_info {
    padding-top: 30px;
  }
  .home_contact .number_check {
    padding: 10px 15px 30px;
    font-size: 140%;
    line-height: 24px;
  }
  .home_contact .image_inner {
    margin-left: -30px;
  }
  .home_contact .contact_info {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 30px;
  }
  .home_contact .image_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .home_contact .contact_title {
    font-size: 220%;
  }
  .home_contact .field_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .home_contact .my_form > .primary_btn {
    width: auto;
  }
  .home_contact > .page_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_contact .contact_main {
    flex-wrap: wrap;
    padding: 0 20px 60px;
    margin: 0 -15px;
    box-shadow: none;
    border-radius: 0;
  }
  .home_contact .image_inner {
    margin-left: 0;
  }
  .home_contact .contact_info {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 0 0;
  }
  .home_contact .image_block {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: -50px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }
  .home_contact .image_block .image_inner {
    margin-right: 0;
  }
  .home_contact .image_block img {
    position: unset;
    max-width: 400px;
  }
  .home_contact .field_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .home_contact {
    margin-top: 80px;
  }
  .home_contact .my_form > .primary_btn {
    width: 100%;
  }
  .home_contact .check_info {
    padding-top: 20px;
  }
  .home_contact .number_check {
    padding: 0 15px 20px;
    font-size: 140%;
    line-height: 24px;
  }
  .home_contact .field_block {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .home_contact .image_block {
    margin-top: -30px;
  }
  .home_contact .image_block img {
    max-width: 100%;
  }
  .home_contact .primary_btn {
    width: 100%;
  }
}

body {
  background: #F6F9FB;
}

.content {
  padding-bottom: 120px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .content {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 0;
  }
}

.main_section {
  padding-top: 24px;
}
.main_section .main_inner {
  display: flex;
  align-items: flex-start;
  margin: 0 -15px;
  position: relative;
}
.main_section .main_title {
  font-family: "poppinsSemiBold", "bokoniqueBold";
  font-size: 500%;
  line-height: 1.25em;
  letter-spacing: -0.25px;
  color: #1C2125;
  max-width: 520px;
  padding: 60px 15px 80px;
  position: relative;
  z-index: 2;
}
.main_section .image_block {
  padding: 0 15px;
  flex: 1;
}
.main_section .image_block img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.main_section .image_inner {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .main_section {
    padding-left: 72px;
  }
}
@media screen and (max-width: 1280px) {
  .main_section .main_title {
    font-size: 450%;
    max-width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .main_section .main_title {
    font-size: 420%;
    max-width: 450px;
    padding: 50px 15px 60px;
  }
  .main_section .image_block img {
    right: -120px;
    width: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .main_section .main_title {
    font-size: 360%;
    max-width: 400px;
    padding: 40px 15px;
  }
  .main_section .image_block img {
    right: -200px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .main_section {
    padding: 0;
  }
  .main_section .main_inner {
    flex-direction: column;
    margin: 0 0 -120px;
  }
  .main_section .main_title {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 0;
  }
  .main_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .main_section .image_block img {
    width: 700px;
    position: unset;
  }
}
@media screen and (max-width: 575px) {
  .main_section .main_title {
    font-size: 320%;
  }
  .main_section .image_block img {
    width: 600px;
  }
}
@media screen and (max-width: 480px) {
  .main_section .main_title {
    font-size: 300%;
    padding: 25px 0 15px;
  }
  .main_section .main_inner {
    margin: 0 0 -100px;
  }
  .main_section .image_block img {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .main_section .main_inner {
    margin: 0 0 -80px;
  }
}

.sticker_1 {
  position: absolute;
  right: -35px;
  top: 50px;
  mix-blend-mode: multiply;
  width: 130px;
  height: auto;
}

.sticker_2 {
  position: absolute;
  right: -45px;
  top: 16px;
  width: 85px;
  height: auto;
}

.sticker_3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 950px;
  height: auto;
  z-index: -1;
}

.sticker_4 {
  position: absolute;
  right: -300px;
  bottom: -70px;
  width: 950px;
  height: auto;
}

.sticker_5 {
  position: absolute;
  top: -80px;
  left: -90px;
  width: 460px;
  height: auto;
  z-index: -1;
}

.sticker_6,
.sticker_7 {
  position: absolute;
  width: 460px;
  height: auto;
  z-index: -1;
  top: 115px;
}

.sticker_6 {
  left: -130px;
}

.sticker_7 {
  right: -130px;
}

.web .home_contact .form_info a, .home_contact .form_info .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;
}

.touch .home_contact .form_info a, .home_contact .form_info .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;
}

.web .home_contact .form_info a:hover, .home_contact .form_info .web a:hover {
  color: #E4003A;
}
.touch .home_contact .form_info a:active, .home_contact .form_info .touch a:active, .touch .home_contact .form_info a.nice-select.open, .home_contact .form_info .touch a.nice-select.open {
  color: #E4003A;
}

/*# sourceMappingURL=index.css.map */
