<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "ttb";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/TTNorms-Bold.woff") format("woff"),url("../fonts/TTNorms-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "ttr";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/TTNorms-Regular.woff") format("woff"),url("../fonts/TTNorms-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ttl";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/TTNorms-Light.eot");
  src: url("../fonts/TTNorms-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/TTNorms-Light.woff") format("woff"),url("../fonts/TTNorms-Light.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.popup_overlay form .form_title,
.popup_overlay form input,
.popup_overlay form button,
form.large .form_layer input,
form.large .form_layer span,
form.large .form_layer .select_overlay select,
form.large button,
.swiper-pagination-bullet p span,
.main_wrapper header .nav_panel .container .contacts button,
.main_wrapper header .nav_panel .container .contacts a,
.main_wrapper header .header_desc .question,
.main_wrapper header .header_desc h1,
.main_wrapper section.what_to_do .container .section_row .row_box .box_title,
.main_wrapper section.what_to_do .container .section_row .row_box ul li span,
.main_wrapper section.what_to_do .container .section_row .row_box .dicision p,
.main_wrapper section.what_to_do .container h2,
.main_wrapper section.what_to_do .container .desc_box .box_title,
.main_wrapper section.what_to_do .recognition .container p,
.main_wrapper section.CIM .container .section_row h2,
.main_wrapper section.roadmap .container .section_head .section_heading h2,
.main_wrapper section.roadmap .container .section_head .section_heading .subtitle,
.main_wrapper section.roadmap .container .slider_roadmap .card_title,
.main_wrapper section.roadmap .container .slider_roadmap .card_list li,
.main_wrapper section.prices .section_head .container h2,
.main_wrapper section.prices .section_head .container .subtitle,
.main_wrapper section.prices .container .variants .variant_title,
.main_wrapper section.prices .container .variants .variant_price,
.main_wrapper section.prices .container .variants .variant button,
.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_heading span,
section.results .container h2,
section.results .container .warranty .quotes .elaboration,
section.results .container .warranty .quotes .quote_title,
section.results .container .dicision p.dicision_desc,
section.results .container .dicision p.dicision_abs {
  font-family: 'ttb';
  font-weight: bold;
  font-style: normal;
}

.side_text,
.popup_overlay form p.policy,
form.large p,
.swiper-pagination-bullet p,
.main_wrapper header .header_desc .answer,
.main_wrapper section.what_to_do .container .section_row .row_box ul li,
.main_wrapper section.what_to_do .container .desc_box .box_desc,
.main_wrapper section.what_to_do .recognition .container span,
.main_wrapper section.CIM .container .section_row .cards .card p,
.main_wrapper section.roadmap .container .slider_roadmap .card_desc,
.main_wrapper section.prices .container .variants .variant_desc,
.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table,
.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td.row_desc,
section.results .container .warranty .quotes .quote_desc {
  font-family: 'ttr';
  font-weight: normal;
  font-style: normal;
}

body,
html {
  min-width: 320px;
  overflow-x: hidden;
}

table,
tbody,
tr,
td {
  border: 1px solid #EBEBEB;
  border-collapse: collapse;
}

.side_text {
  font-size: 16px;
  line-height: 15px;
  color: #CACACA;
  text-orientation: mixed;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  position: absolute;
  left: 30px;
  bottom: 350px;
}

.side_text::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  left: -webkit-calc(-50% - 10px);
  left: calc(-50% - 10px);
  top: -70px;
  background: #cacaca;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popup_active {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}

.popup_overlay {
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0,0,0,0.5);
  z-index: 50;
}

.popup_overlay form {
  width: 320px;
  padding: 0 33px 33px 33px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup_overlay form .form_title {
  font-size: 16px;
  color: #ffffff;
  width: -webkit-calc(100% + 66px);
  width: calc(100% + 66px);
  margin-left: -33px;
  background: #222AE2;
  padding: 12px 0;
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.popup_overlay form .form_title .ico {
  cursor: pointer;
  position: absolute;
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
  right: 15px;
}

.popup_overlay form input {
  width: 100%;
  padding: 5px 0;
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.popup_overlay form input:last-child {
  margin-bottom: 0;
}

.popup_overlay form input:placeholder {
  color: #2c2c2c;
}

.popup_overlay form button {
  border: none;
  outline: none;
  cursor: pointer;
  background: -webkit-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: -o-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: linear-gradient(5.86deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #ffffff;
  text-shadow: 0px 2px 3px rgba(169,22,44,0.44);
  -webkit-box-shadow: 0 15px 15px rgba(169,22,44,0.3);
          box-shadow: 0 15px 15px rgba(169,22,44,0.3);
  padding: 15px 30px;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.popup_overlay form button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 15px rgba(169,22,44,0.2);
          box-shadow: 0 20px 15px rgba(169,22,44,0.2);
}

.popup_overlay form p.policy {
  font-size: 12px;
  line-height: 16px;
  color: #2C2C2C;
  margin-top: 23px;
}

.popup_overlay form p.policy a {
  text-decoration: none;
  color: #E2223F;
}

form.large {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 85px rgba(160,114,114,0.25);
          box-shadow: 0px 4px 85px rgba(160,114,114,0.25);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 60px 45px;
  position: relative;
  z-index: 10;
  margin-top: -60px;
}

form.large .form_layer {
  margin-bottom: 15px;
}

form.large .form_layer:last-child {
  margin-bottom: 0;
}

form.large .form_layer:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

form.large .form_layer input {
  width: 100%;
  padding: 5px 0;
  outline: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #dddddd;
  color: #2c2c2c;
  margin-bottom: 15px;
}

form.large .form_layer input:last-child {
  margin-bottom: 0;
}

form.large .form_layer input:placeholder {
  color: #2c2c2c;
}

form.large .form_layer span {
  color: #2c2c2c;
  margin-right: 10px;
  white-space: nowrap;
}

form.large .form_layer .select_overlay:first-of-type {
  margin-right: 35px;
  position: relative;
}

form.large .form_layer .select_overlay:first-of-type::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #2c2c2c;
  right: -24px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

form.large .form_layer .select_overlay select {
  outline: none;
  padding: 5px 12px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}

form.large button {
  border: none;
  outline: none;
  cursor: pointer;
  background: -webkit-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: -o-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: linear-gradient(5.86deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #ffffff;
  text-shadow: 0px 2px 3px rgba(169,22,44,0.44);
  -webkit-box-shadow: 0 15px 15px rgba(169,22,44,0.3);
          box-shadow: 0 15px 15px rgba(169,22,44,0.3);
  padding: 15px 30px;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

form.large button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 15px rgba(169,22,44,0.2);
          box-shadow: 0 20px 15px rgba(169,22,44,0.2);
}

form.large p {
  font-size: 12px;
  line-height: 16px;
  color: #2C2C2C;
  margin-top: 23px;
}

form.large p a {
  text-decoration: none;
  color: #E2223F;
}

.container {
  max-width: 1170px;
  padding: 0 30px;
  margin: 0 auto;
}

.last_row {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.item_heading_active {
  background: -webkit-linear-gradient(13.34deg, #222AE2 -14.43%, #8C91FF 81.49%) !important;
  background: -o-linear-gradient(13.34deg, #222AE2 -14.43%, #8C91FF 81.49%) !important;
  background: linear-gradient(76.66deg, #222AE2 -14.43%, #8C91FF 81.49%) !important;
  color: #FFFFFF !important;
}

.item_heading_active i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item_content_active {
  max-height: 3000px !important;
  overflow: hidden;
}

.swiper-container {
  overflow: visible !important;
}

.swiper-slide {
  position: relative;
  height: auto;
}

.swiper-slide .card_num {
  position: absolute;
  z-index: 5;
  left: 18px;
  top: -85px;
}

.swiper-pagination-bullet {
  background: #ffffff;
  width: 16px;
  height: 16px;
  border: 4px solid #222AE2;
  -webkit-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  -webkit-box-shadow: 3px 6px 12px rgba(34,42,226,0.29);
          box-shadow: 3px 6px 12px rgba(34,42,226,0.29);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  margin-right: 100px;
  position: relative;
  z-index: 5;
  outline: none;
}

.swiper-pagination-bullet p {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 13px;
  color: #2C2C2C;
  text-align: left;
  z-index: 15;
}

.swiper-pagination-bullet p span {
  z-index: 10;
  top: 0;
  left: -15px;
  position: absolute;
  font-size: 36px;
  line-height: 37px;
  color: #E7E7E7;
  top: 0;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  border: 4px solid #E2223F;
}

.slider_pagination {
  position: relative;
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 20;
}

.slider_pagination::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  background: #E4E4E4;
}

.main_wrapper header {
  background: url("../img/header_bg.jpg") no-repeat center/cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_wrapper header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 900px;
  background: url("../img/checken_leg.svg") no-repeat right/contain;
  z-index: 5;
}

.main_wrapper header .nav_panel {
  padding: 40px 0;
  margin-bottom: 200px;
}

.main_wrapper header .nav_panel .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.main_wrapper header .nav_panel .container .logo_box img {
  display: block;
  width: 100%;
  height: auto;
}

.main_wrapper header .nav_panel .container .contacts button {
  outline: none;
  border: none;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 12px 45px 12px 75px;
  color: #ffffff;
  background: url("../img/icons/wallet.png") no-repeat left 40px center;
  background-color: #222AE2;
  cursor: pointer;
  margin-right: 50px;
  font-size: 18px;
}

.main_wrapper header .nav_panel .container .contacts a {
  text-decoration: none;
  display: inline-block !important;
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  position: relative;
}

.main_wrapper header .nav_panel .container .contacts a::before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -27px;
  background: url("../img/icons/phone_pipe.png") no-repeat center/contain;
}

.main_wrapper header .header_desc {
  margin-bottom: 60px;
}

.main_wrapper header .header_desc .question {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 27px;
}

.main_wrapper header .header_desc .answer {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  margin-left: 44px;
}

.main_wrapper header .header_desc .answer::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 4px;
  background: #222AE2;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  left: -44px;
}

.main_wrapper header .header_desc h1 {
  font-size: 50px;
  line-height: 47px;
  color: #FFFFFF;
  text-shadow: 0px 4px 7px #050B9D;
  display: inline-block;
  margin-bottom: 20px;
}

.main_wrapper header .header_desc h1 span {
  padding: 9px 15px;
  display: inline-block;
  background: #222AE2;
}

.main_wrapper section.what_to_do {
  padding-top: 30px;
  position: relative;
}

.main_wrapper section.what_to_do .container .section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_wrapper section.what_to_do .container .section_row:first-of-type {
  margin-bottom: 50px;
}

.main_wrapper section.what_to_do .container .section_row .row_box .box_title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 28px;
  color: #FF3352;
}

.main_wrapper section.what_to_do .container .section_row .row_box ul li {
  list-style: none;
  margin-bottom: 20px;
  position: relative;
  margin-left: 35px;
}

.main_wrapper section.what_to_do .container .section_row .row_box ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  border: 5px solid #E2223F;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 3px 6px 12px rgba(226,34,63,0.71);
          box-shadow: 3px 6px 12px rgba(226,34,63,0.71);
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
  left: -35px;
}

.main_wrapper section.what_to_do .container .section_row .row_box ul li:last-child {
  margin-bottom: 0;
}

.main_wrapper section.what_to_do .container .section_row .row_box .dicision {
  width: 100%;
  margin-top: 44px;
  padding: 25px 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: url("../img/icons/arrow.png") no-repeat right 60px center,url("../img/icons/circle.png") no-repeat left 15px top,-webkit-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: url("../img/icons/arrow.png") no-repeat right 60px center,url("../img/icons/circle.png") no-repeat left 15px top,-o-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: url("../img/icons/arrow.png") no-repeat right 60px center,url("../img/icons/circle.png") no-repeat left 15px top,linear-gradient(58.67deg, #222AE2 -19.48%, #8C91FF 85.02%);
  position: relative;
  overflow: hidden;
}

.main_wrapper section.what_to_do .container .section_row .row_box .dicision::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100px;
  background: #222AE2;
  opacity: 0.4;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  right: 0;
  top: -50%;
}

.main_wrapper section.what_to_do .container .section_row .row_box .dicision::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 70px;
  background: #222AE2;
  opacity: 0.4;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  left: 40%;
  top: -40%;
}

.main_wrapper section.what_to_do .container .section_row .row_box .dicision p {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  width: 70%;
}

.main_wrapper section.what_to_do .container h2 {
  font-size: 48px;
  color: #222AE2;
  margin-right: 75px;
  white-space: nowrap;
}

.main_wrapper section.what_to_do .container .desc_box {
  width: -webkit-calc(41.66667% - 30px);
  width: calc(41.66667% - 30px);
}

.main_wrapper section.what_to_do .container .desc_box .box_title {
  font-size: 24px;
  line-height: 31px;
  color: #2C2C2C;
  margin-bottom: 20px;
}

.main_wrapper section.what_to_do .container .desc_box .box_desc {
  font-size: 14px;
  line-height: 21px;
  color: #2C2C2C;
}

.main_wrapper section.what_to_do .recognition {
  background: -webkit-linear-gradient(35.87deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: -o-linear-gradient(35.87deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: linear-gradient(54.13deg, #222AE2 -19.48%, #8C91FF 85.02%);
  margin-top: 20px;
  padding: 40px 0;
  position: relative;
}

.main_wrapper section.what_to_do .recognition::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 200px;
  background: #222AE2;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  right: 70px;
  top: -50%;
}

.main_wrapper section.what_to_do .recognition::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 150px;
  background: #222AE2;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  opacity: 0.7;
  left: 20px;
  bottom: -50px;
}

.main_wrapper section.what_to_do .recognition img {
  position: absolute;
  bottom: -1px;
  right: 10px;
}

.main_wrapper section.what_to_do .recognition .container p {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  font-size: 48px;
  line-height: 50px;
  color: #FFFFFF;
  text-shadow: 0px 4px 7px rgba(5,11,157,0.248);
}

.main_wrapper section.what_to_do .recognition .container span {
  display: inline-block;
  font-size: 24px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 13px 22px;
  position: relative;
  bottom: -50px;
  left: 200px;
  z-index: 20;
  background: -webkit-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: -o-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: linear-gradient(5.86deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
}

.main_wrapper section.CIM {
  padding: 100px 0 75px;
  position: relative;
  background: url("../img/CMI_bg.png") no-repeat center/cover;
}

.main_wrapper section.CIM .container .section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}

.main_wrapper section.CIM .container .section_row:first-child .cards {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.main_wrapper section.CIM .container .section_row:first-child .cards .card {
  padding-bottom: 70px;
}

.main_wrapper section.CIM .container .section_row:first-child .cards .small_card {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.main_wrapper section.CIM .container .section_row:first-child .cards .small_card:nth-child(1) {
  background: url("../img/icons/cards_icons/1.svg") no-repeat right 10px bottom 10px,#fff;
}

.main_wrapper section.CIM .container .section_row:first-child .cards .small_card:nth-child(2) {
  background: url("../img/icons/cards_icons/2.svg") no-repeat right 10px bottom 10px,#fff;
}

.main_wrapper section.CIM .container .section_row:last-child {
  margin-bottom: 0;
}

.main_wrapper section.CIM .container .section_row:last-child .cards .small_card {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
}

.main_wrapper section.CIM .container .section_row:last-child .cards .large_card {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
}

.main_wrapper section.CIM .container .section_row:last-child .cards .card {
  padding-bottom: 70px;
}

.main_wrapper section.CIM .container .section_row:last-child .cards .card:nth-child(1) {
  background: url("../img/icons/cards_icons/3.svg") no-repeat right 10px bottom 10px,#fff;
}

.main_wrapper section.CIM .container .section_row:last-child .cards .card:nth-child(2) {
  background: url("../img/icons/cards_icons/4.svg") no-repeat right 10px bottom 10px,#fff;
}

.main_wrapper section.CIM .container .section_row:last-child .cards .card:nth-child(3) {
  background: url("../img/icons/cards_icons/5.svg") no-repeat right 10px bottom 10px,#fff;
}

.main_wrapper section.CIM .container .section_row h2 {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  font-size: 48px;
  line-height: 45px;
  color: #282D33;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.main_wrapper section.CIM .container .section_row .cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_wrapper section.CIM .container .section_row .cards .card {
  padding: 25px;
  opacity: 1;
  -webkit-box-shadow: -15px 9px 53px rgba(213,214,231,0.636);
          box-shadow: -15px 9px 53px rgba(213,214,231,0.636);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-right: 16px;
}

.main_wrapper section.CIM .container .section_row .cards .card:last-child {
  margin-right: 0;
}

.main_wrapper section.CIM .container .section_row .cards .card p {
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
  position: relative;
}

.main_wrapper section.CIM .container .section_row .cards .card p::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 20px;
  background: #222AE2;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
          box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  top: -5px;
  left: -30px;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
}

.main_wrapper section.roadmap {
  padding: 75px 0;
  position: relative;
}

.main_wrapper section.roadmap::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#fff));
  background: -webkit-linear-gradient(left, transparent, #fff);
  background: -o-linear-gradient(left, transparent, #fff);
  background: linear-gradient(to right, transparent, #fff);
  top: 0;
  right: 0;
  z-index: 10;
}

.main_wrapper section.roadmap .container .section_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}

.main_wrapper section.roadmap .container .section_head .section_heading {
  margin-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
}

.main_wrapper section.roadmap .container .section_head .section_heading h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 45px;
  color: #2C2C2C;
  margin-bottom: 10px;
}

.main_wrapper section.roadmap .container .section_head .section_heading .subtitle {
  font-size: 18px;
  line-height: 19px;
  display: inline-block;
  color: #E2223F;
}

.main_wrapper section.roadmap .container .slider_roadmap .swiper-slide.card_small {
  width: 100%;
  max-width: 270px;
}

.main_wrapper section.roadmap .container .slider_roadmap .swiper-slide.card_large {
  width: 100%;
  max-width: 560px;
}

.main_wrapper section.roadmap .container .slider_roadmap .card {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 18px 24px;
  position: relative;
  z-index: 10;
}

.main_wrapper section.roadmap .container .slider_roadmap .card .additional_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_wrapper section.roadmap .container .slider_roadmap .card .additional_overlay .col {
  margin-right: 15px;
}

.main_wrapper section.roadmap .container .slider_roadmap .card .additional_overlay .col:last-child {
  margin-right: 0;
}

.main_wrapper section.roadmap .container .slider_roadmap .card .pic_holder {
  margin-bottom: 10px;
}

.main_wrapper section.roadmap .container .slider_roadmap .card_title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 21px;
  color: #2C2C2C;
}

.main_wrapper section.roadmap .container .slider_roadmap .card_desc {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 19px;
  color: #2C2C2C;
}

.main_wrapper section.roadmap .container .slider_roadmap .card_list li {
  list-style: none;
  font-size: 14px;
  line-height: 19px;
  color: #2C2C2C;
  margin-bottom: 20px;
  position: relative;
  margin-left: 28px;
}

.main_wrapper section.roadmap .container .slider_roadmap .card_list li::before {
  content: '';
  position: absolute;
  background: #ffffff;
  top: 0;
  left: -28px;
  width: 16px;
  height: 16px;
  border: 4px solid #222AE2;
  -webkit-box-shadow: 3px 6px 12px rgba(34,42,226,0.29);
          box-shadow: 3px 6px 12px rgba(34,42,226,0.29);
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.main_wrapper section.roadmap .container .slider_roadmap .card_list li:last-child {
  margin-bottom: 0;
}

.main_wrapper section.prices {
  background: url("../img/prices_bg.svg") no-repeat right center;
}

.main_wrapper section.prices .section_head {
  background: -webkit-linear-gradient(32.68deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: -o-linear-gradient(32.68deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: linear-gradient(57.32deg, #222AE2 -19.48%, #8C91FF 85.02%);
  padding: 30px 0 100px;
}

.main_wrapper section.prices .section_head .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main_wrapper section.prices .section_head .container h2 {
  font-size: 48px;
  line-height: 45px;
  color: #FFFFFF;
  margin-right: 40px;
  white-space: nowrap;
}

.main_wrapper section.prices .section_head .container .subtitle {
  font-size: 20px;
  line-height: 21px;
  color: #FFFFFF;
}

.main_wrapper section.prices .container .variants {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main_wrapper section.prices .container .variants .variant_optimal {
  background: -webkit-linear-gradient(119.14deg, #E2223F 29.68%, #F96686 119.51%) !important;
  background: -o-linear-gradient(119.14deg, #E2223F 29.68%, #F96686 119.51%) !important;
  background: linear-gradient(330.86deg, #E2223F 29.68%, #F96686 119.51%) !important;
}

.main_wrapper section.prices .container .variants .variant_optimal .variant_title {
  background: transparent;
}

.main_wrapper section.prices .container .variants .variant_optimal .variant_price,
.main_wrapper section.prices .container .variants .variant_optimal .variant_desc {
  color: #ffffff;
}

.main_wrapper section.prices .container .variants .variant_optimal button {
  color: #E2223F !important;
  background: #ffffff !important;
}

.main_wrapper section.prices .container .variants .variant {
  width: 161px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 12px 20px;
  background: #FFFFFF;
  margin-right: 2px;
  -webkit-box-shadow: 6px 2px 25px rgba(26,29,98,0.098);
          box-shadow: 6px 2px 25px rgba(26,29,98,0.098);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-top: -47px;
}

.main_wrapper section.prices .container .variants .variant:last-child {
  margin-right: 0;
}

.main_wrapper section.prices .container .variants .variant_title {
  width: -webkit-calc(100% + 24px);
  width: calc(100% + 24px);
  background: #222AE2;
  padding: 15px 0;
  font-size: 15px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 -24px 33px;
}

.main_wrapper section.prices .container .variants .variant_price {
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  margin-bottom: 15px;
  color: #3D3D3D;
}

.main_wrapper section.prices .container .variants .variant_desc {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #2C2C2C;
  margin-bottom: 13px;
}

.main_wrapper section.prices .container .variants .variant button {
  border: none;
  outline: none;
  cursor: pointer;
  background: -webkit-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: -o-linear-gradient(84.14deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  background: linear-gradient(5.86deg, #E2223F 10.02%, #F96686 107.14%),#E2223F;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #ffffff;
  -webkit-box-shadow: 0 15px 15px rgba(169,22,44,0.3);
          box-shadow: 0 15px 15px rgba(169,22,44,0.3);
  padding: 8px 30px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.main_wrapper section.prices .container .variants .variant button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 20px 15px rgba(169,22,44,0.2);
          box-shadow: 0 20px 15px rgba(169,22,44,0.2);
}

.main_wrapper section.prices .container .accordeon_main_overlay {
  margin-top: 30px;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay {
  margin-bottom: 5px;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay:last-child {
  margin-bottom: 0;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_heading {
  background: #F3F3F3;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 16px 20px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_heading span {
  font-size: 20px;
  line-height: 21px;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_heading i {
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .6s ease-in-out;
  -o-transition: max-height .6s ease-in-out;
  transition: max-height .6s ease-in-out;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table {
  width: 100%;
  background: #ffffff;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr {
  width: 100%;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td {
  text-align: center;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td.row_desc {
  background: #F1F1F1;
  font-size: 14px;
  line-height: 18px;
  color: #2C2C2C;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td.specified_col {
  background-color: #F1F1F1 !important;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td.col_good {
  background: url("../img/icons/table_ok.svg") no-repeat center;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td.col_bad {
  background: url("../img/icons/table_err.svg") no-repeat center;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td:not(.row_desc) {
  width: 161px;
}

.main_wrapper section.prices .container .accordeon_main_overlay .single_item_overlay .item_content table tr td {
  padding: 10px;
}

section.results {
  margin-top: 85px;
  position: relative;
  padding-bottom: 100px;
  background: url("../img/footer_bg.png") no-repeat left bottom;
}

section.results .CEO {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

section.results .container {
  position: relative;
}

section.results .container::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 220px;
  background: #222AE2;
  top: 100px;
  right: -50px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
}

section.results .container h2 {
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px);
  display: inline-block;
  font-size: 48px;
  line-height: 45px;
  color: #2C2C2C;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 55px;
}

section.results .container h2::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 80px;
  background: #222AE2;
  top: -30px;
  left: -120px;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
}

section.results .container .warranty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #F1F1F1;
  padding: 30px;
  -webkit-border-radius: 0 29px 29px 0;
          border-radius: 0 29px 29px 0;
  position: relative;
  z-index: 10;
}

section.results .container .warranty::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: #F1F1F1;
}

section.results .container .warranty::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 20px solid #F1F1F1;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  right: 250px;
  bottom: -20px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

section.results .container .warranty form {
  margin-top: 0 !important;
  margin-bottom: -60px;
}

section.results .container .warranty .quotes {
  margin-left: 80px;
  font-size: 14px;
  line-height: 20px;
  color: #2C2C2C;
}

section.results .container .warranty .quotes .elaboration {
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

section.results .container .warranty .quotes .elaboration span {
  padding: 4px;
  display: inline-block;
  background: #222AE2;
}

section.results .container .warranty .quotes .quote {
  margin-bottom: 25px;
}

section.results .container .warranty .quotes .quote:last-child {
  margin-bottom: 0;
  width: -webkit-calc(58.33333% - 30px);
  width: calc(58.33333% - 30px);
}

section.results .container .warranty .quotes .quote_title {
  margin-bottom: 15px;
  position: relative;
}

section.results .container .warranty .quotes .quote_title::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 20px;
  background: #222AE2;
  -webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
          box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  top: -5px;
  left: -30px;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
}

section.results .container .dicision {
  width: -webkit-calc(66.66667% - 30px);
  width: calc(66.66667% - 30px);
  margin-top: 60px;
  padding: 35px 40px 25px 60px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: url("../img/icons/arrow_up.svg") no-repeat left 30px center,url("../img/icons/circle.png") no-repeat left 15px top,-webkit-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: url("../img/icons/arrow_up.svg") no-repeat left 30px center,url("../img/icons/circle.png") no-repeat left 15px top,-o-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
  background: url("../img/icons/arrow_up.svg") no-repeat left 30px center,url("../img/icons/circle.png") no-repeat left 15px top,linear-gradient(58.67deg, #222AE2 -19.48%, #8C91FF 85.02%);
  position: relative;
}

section.results .container .dicision::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 30px;
  background: #222AE2;
  opacity: 0.4;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  right: 100px;
  top: 0;
}

section.results .container .dicision::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 20px;
  background: #222AE2;
  opacity: 0.4;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  left: 40%;
  top: 0;
}

section.results .container .dicision p.dicision_desc {
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  width: 70%;
  margin-bottom: 20px;
}

section.results .container .dicision p.dicision_abs {
  font-size: 24px;
  line-height: 28px;
  color: #222AE2;
  margin-bottom: -40px;
}

section.results .container .dicision p.dicision_abs span {
  display: inline-block;
  background: #ffffff;
  padding: 5px 15px;
}

@media screen and (max-width: 1300px) {
  .side_text {
    display: none;
  }

  .main_wrapper section.what_to_do .container .desc_box {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.what_to_do .recognition::before {
    display: none;
  }

  .main_wrapper section.what_to_do .recognition::after {
    display: none;
  }

  .main_wrapper section.what_to_do .recognition img {
    display: none;
  }

  .main_wrapper section.prices .container {
    overflow-x: auto;
  }

  .main_wrapper section.prices .container .variants {
    width: 1100px;
  }

  .main_wrapper section.prices .container .variants .variant {
    margin-top: 10px;
  }

  .main_wrapper section.prices .container .accordeon_main_overlay {
    width: 1100px;
  }
}

@media screen and (max-width: 1100px) {
  .main_wrapper section.what_to_do .container .section_row:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.what_to_do .container .section_row:first-of-type {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main_wrapper section.what_to_do .container .section_row .row_box:first-of-type {
    margin-bottom: 30px;
  }

  .main_wrapper section.what_to_do .container .section_row .row_box form {
    margin-top: 0;
  }

  .main_wrapper section.CIM .container .section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.CIM .container .section_row {
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }

  .main_wrapper section.CIM .container .section_row:first-child .cards {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.CIM .container .section_row:first-child .cards .card {
    width: 100%;
  }

  .main_wrapper section.CIM .container .section_row:first-child .cards .small_card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.CIM .container .section_row:last-child .cards .small_card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.CIM .container .section_row:last-child .cards .large_card {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.CIM .container .section_row h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.CIM .container .section_row h2 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .main_wrapper section.CIM .container .section_row h2 {
    margin-bottom: 30px;
  }

  .main_wrapper section.CIM .container .section_row .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.CIM .container .section_row .cards {
    width: 100% !important;
  }

  .main_wrapper section.CIM .container .section_row .cards .card {
    margin-right: 0;
  }

  .main_wrapper section.CIM .container .section_row .cards .card {
    width: 100% !important;
  }

  .main_wrapper section.CIM .container .section_row .cards .card {
    margin-bottom: 45px;
  }

  .main_wrapper section.CIM .container .section_row .cards .card:last-child {
    margin-bottom: 0;
  }

  section.results .CEO {
    display: none;
  }

  section.results .container::after {
    display: none;
  }

  section.results .container h2 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  section.results .container .warranty .quotes .quote:last-child {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  section.results .container .dicision {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .slider_pagination {
    display: none;
  }

  .main_wrapper section.what_to_do .container .last_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.what_to_do .container h2 {
    margin-bottom: 20px;
  }

  .main_wrapper section.what_to_do .recognition .container p {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.what_to_do .recognition .container span {
    left: 0;
  }

  .main_wrapper section.roadmap .container .section_head .section_heading {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .main_wrapper section.prices .section_head {
    padding: 30px 0;
  }

  .main_wrapper section.prices .section_head .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.prices .section_head .container h2 {
    margin-bottom: 20px;
  }

  .main_wrapper section.prices .section_head .container h2 {
    white-space: normal;
  }

  section.results .container .warranty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  section.results .container .warranty {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  section.results .container .warranty form {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 780px) {
  .main_wrapper header::before {
    display: none;
  }

  .main_wrapper header .nav_panel {
    padding: 15px 0;
  }

  .main_wrapper header .nav_panel .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .main_wrapper header .nav_panel .container .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main_wrapper header .nav_panel .container .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper header .nav_panel .container .contacts {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .main_wrapper header .nav_panel .container .contacts button {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .main_wrapper header .nav_panel .container .contacts button {
    margin-right: 0;
  }

  .main_wrapper header .nav_panel .container .contacts a {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .main_wrapper header .nav_panel .container .contacts a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 560px) {
  form.large {
    padding: 30px 15px;
  }

  form.large .form_layer.layer_time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  form.large .form_layer.layer_time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  form.large .form_layer.layer_time {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  form.large .form_layer span {
    margin-right: 0;
  }

  form.large .form_layer span {
    margin-bottom: 10px;
  }

  form.large .form_layer span {
    width: 100%;
  }

  form.large .form_layer .select_overlay {
    width: 100%;
  }

  form.large .form_layer .select_overlay:first-of-type {
    margin-right: 0;
  }

  form.large .form_layer .select_overlay:first-of-type {
    margin-bottom: 10px;
  }

  form.large .form_layer .select_overlay:first-of-type::after {
    display: none;
  }

  form.large .form_layer .select_overlay select {
    width: 100%;
  }

  .main_wrapper header {
    background: url("../img/header_bg.jpg") no-repeat -600px center/cover;
  }

  .main_wrapper header {
    min-height: 100vh;
  }

  .main_wrapper header .nav_panel {
    margin-bottom: 0;
  }

  .main_wrapper header .nav_panel .container .contacts a::before {
    display: none;
  }

  .main_wrapper header .header_desc h1 {
    font-size: 35px;
  }

  .main_wrapper header .header_desc h1 {
    line-height: 30px;
  }

  .main_wrapper header .header_desc h1 span {
    padding: 4px 15px;
  }

  .main_wrapper section.what_to_do .container .section_row .row_box .dicision {
    background: -webkit-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
    background: -o-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
    background: linear-gradient(58.67deg, #222AE2 -19.48%, #8C91FF 85.02%);
  }

  .main_wrapper section.what_to_do .container .section_row .row_box .dicision p {
    width: 100%;
  }

  .main_wrapper section.what_to_do .container h2 {
    font-size: 35px;
  }

  .main_wrapper section.CIM .container .section_row h2 {
    font-size: 35px;
  }

  .main_wrapper section.roadmap::after {
    display: none;
  }

  .main_wrapper section.roadmap .container .section_head .section_heading h2 {
    font-size: 35px;
  }

  .main_wrapper section.roadmap .container .slider_roadmap .card .additional_overlay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_wrapper section.roadmap .container .slider_roadmap .card .additional_overlay .col {
    margin-right: 0;
  }

  .main_wrapper section.prices .section_head .container h2 {
    font-size: 35px;
  }

  section.results .container h2 {
    font-size: 35px;
  }

  section.results .container .warranty {
    background: rgba(0,0,0,0);
  }

  section.results .container .warranty {
    padding: 0;
  }

  section.results .container .warranty::before {
    background: rgba(0,0,0,0);
  }

  section.results .container .warranty .quotes {
    margin-left: 0;
  }

  section.results .container .dicision {
    padding: 20px;
  }

  section.results .container .dicision {
    background: -webkit-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
    background: -o-linear-gradient(31.33deg, #222AE2 -19.48%, #8C91FF 85.02%);
    background: linear-gradient(58.67deg, #222AE2 -19.48%, #8C91FF 85.02%);
  }

  section.results .container .dicision p.dicision_desc {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .main_wrapper header .nav_panel .container .logo_box {
    width: 100px;
  }

  .main_wrapper header .nav_panel .container .contacts button {
    padding: 12px 30px 12px 65px;
  }

  .main_wrapper header .nav_panel .container .contacts button {
    font-size: 13px;
  }

  .main_wrapper header .nav_panel .container .contacts a {
    font-size: 18px;
  }

  .main_wrapper header .header_desc .question {
    font-size: 20px;
  }

  .main_wrapper header .header_desc h1 {
    font-size: 25px;
  }
}</pre></body></html>