.navigation {
  display: block;
}

.con_1240 {
  display: block;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.stext {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #444;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-decoration: none;
}

.stext.reversed {
  max-width: 800px;
  margin-top: 25px;
  color: #fcfcfc;
  font-size: 19px;
  font-weight: 400;
}

.stext.nomargin {
  margin-bottom: 15px;
  text-align: center;
}

.stext.example {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  color: #333;
}

.stext.category {
  margin-top: 8px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  text-indent: 0px;
}

.stext.example {
  margin-top: 0px;
  margin-bottom: 0px;
  text-indent: 0px;
}

.stext.landing {
  text-align: center;
}

.stext.landing.reversed {
  margin-top: 20px;
  text-align: left;
  text-indent: 0px;
}

.stext.landing-cta {
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 24px;
  text-indent: 0px;
}

.h4 {
  display: block;
  margin-bottom: 8px;
  padding-right: 2px;
  padding-left: 2px;
  color: #323e4e;
  font-size: 20px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.h4.team {
  font-size: 19px;
  text-align: center;
}

.h4.blog {
  margin-bottom: 5px;
  font-weight: 500;
}

.h4.contacts {
  color: #333;
  letter-spacing: 0.2px;
}

.h4.link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.h4.link:hover {
  color: #e83321;
}

.h4.path {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0px;
}

.h4.line-height {
  line-height: 30px;
}

.h2 {
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  background-image: url('../images/red-line.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #333e4c;
  font-size: 32px;
  line-height: 34px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.h2.path {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h2.landing {
  margin-top: 15px;
  margin-bottom: 11px;
  background-position: 0px 100%;
  background-size: 55px;
  text-align: left;
}

.h2.landing.no-line {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.h1 {
  margin-bottom: 20px;
  padding-left: 15px;
  color: #444;
  font-size: 28px;
  line-height: 38px;
}

.h1.reversed {
  margin-top: 20px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  text-align: center;
}

.h1.landing.reversed {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
}

.h3 {
  display: block;
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #3b4858;
  font-size: 26px;
  line-height: 28px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.h3.nomargin {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 15px;
}

.h3.coupon {
  display: block;
  margin-top: 0px;
  text-align: center;
}

.h3.reversed {
  color: #fff;
}

.body {
  background-color: #fff;
  font-family: Firasans, sans-serif;
  color: #2f3b4b;
  font-size: 19px;
  line-height: 26px;
  font-weight: 300;
}

.benefits_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 2px 3px 2px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mtext {
  padding-left: 0px;
  direction: ltr;
  color: #333;
  line-height: 23px;
  font-weight: 400;
}

.mtext.coupon {
  color: #333;
  font-weight: 700;
  text-align: center;
}

.mtext.tele {
  font-weight: 400;
}

.why-we-row {
  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;
}

.red-button {
  position: static;
  left: 0px;
  bottom: 0px;
  width: 150px;
  margin: 5px;
  padding: 11px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #ff360f;
  background-color: #d33a2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f88040), to(#d33a2c));
  background-image: linear-gradient(180deg, #f88040, #d33a2c);
  -webkit-transition: all 400ms cubic-bezier(.785, .135, .15, .86);
  transition: all 400ms cubic-bezier(.785, .135, .15, .86);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.red-button:hover {
  border: 1px solid #ff360f;
  background-color: #fff;
  background-image: none;
  color: #ff360f;
}

.red-button.coupon {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-color: #ff360f;
  background-color: #ff360f;
  font-size: 18px;
}

.red-button.coupon:hover {
  background-color: #fff;
}

.certificate {
  display: block;
  width: 190px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 5px;
  box-shadow: 0 0 12px 1px #bebebe;
}

.member {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  padding: 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
}

.mini-contacts {
  padding: 5px 10px;
}

.map {
  display: block;
  height: 500px;
  margin: 0px auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts {
  margin-bottom: 5px;
  padding: 5px;
  text-align: left;
}

.contacts-row {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav1 {
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: #fdfdfd;
  color: #fff;
  font-size: 14px;
}

.nav2 {
  z-index: 1;
  background-color: #222a35;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  padding: 5px 30px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 42, 53, .8)), to(rgba(34, 42, 53, .8))), url('../images/Rollover-Car-Crash.jpg');
  background-image: linear-gradient(180deg, rgba(34, 42, 53, .8), rgba(34, 42, 53, .8)), url('../images/Rollover-Car-Crash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.main.landing {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 8% 2% 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 42, 53, .95)), to(rgba(34, 42, 53, .95))), url('../images/landing_page_first_screen.jpg');
  background-image: linear-gradient(180deg, rgba(34, 42, 53, .95), rgba(34, 42, 53, .95)), url('../images/landing_page_first_screen.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.nav-link-2 {
  display: inline-block;
  margin-top: 0px;
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link {
  padding: 19px 12px 17px;
  border-bottom: 3px solid #222a35;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  color: #f8f8f8;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: #f33333;
  color: #f33333;
}

.nav-link.w--current {
  color: #f33333;
}

.rimg {
  display: block;
  margin-top: 5px;
  margin-right: 50px;
  margin-bottom: 15px;
  float: left;
  text-align: right;
}

.limg {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}

.action {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1b2129;
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
}

.action.next_page {
  background-image: url('../images/urgent-update-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#1b2129), to(#1b2129));
  background-image: url('../images/urgent-update-bg.png'), linear-gradient(180deg, #1b2129, #1b2129);
  background-position: 0px 0px, 0px 0px;
  background-size: 128px, auto;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #151b22;
  background-color: #222a35;
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
}

.white-button {
  position: static;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  width: 150px;
  margin: 5px;
  padding: 11px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d33a2c #ff360f #ff360f;
  background-color: #fff;
  -webkit-transition: all 400ms cubic-bezier(.86, 0, .07, 1);
  transition: all 400ms cubic-bezier(.86, 0, .07, 1);
  color: #d33a2c;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.white-button:hover {
  padding-top: 11px;
  padding-bottom: 11px;
  border-color: #f8f8f8;
  background-color: rgba(211, 58, 44, .75);
  color: #fff;
}

.cta {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.cta-span {
  font-weight: 500;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2px;
  margin-bottom: 4px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 14px;
}

.textfield {
  margin-top: 5px;
  border: 1px solid #e2e2e2;
  box-shadow: inset 0 0 4px 0 #e2e2e2;
}

.textfield.textarea {
  min-height: 80px;
}

.contacts-image {
  margin-top: 13px;
}

.nav-img {
  width: 21px;
  height: 21px;
  margin-top: 3px;
  margin-right: 0px;
  float: left;
}

.footer-logo {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.footer-logo.w--current {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-text {
  margin-top: 0px;
  margin-left: 2px;
  float: left;
  color: #151b22;
  font-size: 19px;
}

.nav-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  float: left;
  -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;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 0px 5px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.example-teaser-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.example-teaser-item.last {
  margin-bottom: 0px;
  border-bottom-style: none;
}

.normal-div {
  padding-top: 3%;
  padding-bottom: 4%;
}

.normal-div.grey {
  border-top-style: solid;
  border-bottom-style: solid;
  background-color: #fafafa;
}

.normal-div.grey._3d {
  padding-top: 45px;
  border-top-style: none;
  background-position: 50% -2px;
  background-size: contain;
}

.normal-div.grey._3d.nomargin {
  padding-top: 55px;
  padding-bottom: 45px;
  background-color: #fafafa;
}

.normal-div._3d {
  padding-top: 50px;
  background-position: 0px -2px;
  background-size: contain;
}

.normal-div._3d.nomargin {
  padding-bottom: 15px;
}

.normal-div._3d.nomargin-bot {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.normal-div._3d.grey {
  background-color: #f8f8f8;
}

.normal-div.nomargin-top {
  padding-top: 5px;
}

.normal-div.nomargin-bot {
  padding-bottom: 20px;
}

.normal-div.dtp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.normal-div.dtp._3d {
  padding-top: 30px;
}

.normal-div.landing-cta {
  padding-top: 2%;
  padding-bottom: 2%;
}

.top-img {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 48, 42, .8)), to(rgba(206, 48, 42, .8))), url('../images/slider2.jpg');
  background-image: linear-gradient(180deg, rgba(206, 48, 42, .8), rgba(206, 48, 42, .8)), url('../images/slider2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.top-img.type2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(189, 49, 36, .9)), to(rgba(189, 49, 36, .9))), url('../images/dtp_header.jpg');
  background-image: linear-gradient(180deg, rgba(189, 49, 36, .9), rgba(189, 49, 36, .9)), url('../images/dtp_header.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.specialist-img {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  float: left;
}

.specialist-img.img2 {
  padding-right: 0px;
  padding-left: 0px;
}

.specialist-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 25px;
  padding-right: 0px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bread {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -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;
  text-align: center;
}

.specialist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 5px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.specialist-wrap:hover {
  border-color: #e2e2e2;
}

.specialist-wrap.type2 {
  max-width: 32%;
  min-width: 270px;
  margin: 5px;
  padding-right: 5px;
  border-color: #e2e2e2;
}

.specialist-wrap.type2:hover {
  border-color: #b9b9b9;
}

.specialist-wrap.type3 {
  min-width: 45%;
  margin: 5px;
  border-color: #e2e2e2;
}

.specialist-wrap.type3:hover {
  border-color: #b9b9b9;
}

.specialist-price {
  display: inline-block;
  min-width: 90px;
  margin-right: 5px;
  margin-left: 10px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #404040;
  font-weight: 600;
  text-align: center;
}

.grey {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fafafa;
}

.form-lines {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 #e4e4e4;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
}

.form-lines:hover {
  border-color: #b9b9b9;
  box-shadow: 0 0 10px 0 #c7c4c4;
}

.bread-link {
  display: inline;
  margin-right: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  color: #e2e2e2;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.bread-link:hover {
  color: #fff;
}

.bread-link.actual {
  color: #fff;
}

.red-link {
  color: #f83610;
  font-weight: 500;
  text-decoration: none;
}

.specialist-low {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 5px 10px 10px;
  -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;
}

.specialist-link {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
}

.specialist-link.red-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 6px 15px;
  border: 1px solid #ff360f;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  color: #d33a2c;
  font-size: 16px;
  font-weight: 600;
}

.specialist-link.red-link:hover {
  border-color: #d33a2c;
  background-color: #d33a2c;
  color: #fff;
}

.example-teaser {
  padding-top: 16px;
  padding-bottom: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fafafa;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  text-align: center;
}

.example-teaser:hover {
  border-color: #b9b9b9;
  box-shadow: 0 0 8px 0 #e2e2e2;
}

.specialist-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.action-row {
  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;
}

.specialist-top {
  padding: 15px 10px 5px 5px;
}

.action-content {
  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;
}

.footer-link {
  display: inline-block;
  margin: 10px;
  padding-bottom: 3px;
  float: right;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  transition: all 300ms cubic-bezier(.77, 0, .175, 1);
  color: #f8f8f8;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid #e83321;
  color: #e83321;
}

.footer-link.w--current {
  color: #e83321;
}

.footer-img {
  width: 21px;
  height: 21px;
  float: left;
}

.footer-text {
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  color: #f8f8f8;
  font-weight: 300;
  text-decoration: none;
}

.footer-block {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: right;
}

.footer-desc {
  display: block;
  margin-top: 5px;
  color: #bdbdbd;
  font-size: 18px;
  line-height: 19px;
}

.member-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.member-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.example-teaser-list {
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.example-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  border-bottom: 1px solid #e2e2e2;
}

.example-content.reversed {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer-content {
  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;
}

.certificate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.example-link {
  padding: 5px;
  float: left;
}

.example-link.reversed {
  float: left;
}

.blog-page-lightbox {
  padding: 5px;
  float: right;
}

.blog-page-result {
  padding: 15px;
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 #404040;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #f8f8f8;
}

.warning {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 35px 10px 25px;
  padding: 28px 40px 23px;
  -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;
  border: 3px solid #f33333;
  border-radius: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

.warning-text {
  margin-bottom: 0px;
  color: #333;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.warning-text.coupon {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

._3d {
  background-image: url('../images/footer_shadow.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin: 3px;
  padding: 6px;
  -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;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #d33a2c;
  font-size: 22px;
  text-decoration: none;
}

.page:hover {
  background-color: #d33a2c;
  color: #fff;
}

.page.active {
  background-color: #d33a2c;
  color: #fff;
}

.number {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e2e2e2;
  background-color: #f8f8f8;
}

.member-img {
  position: relative;
  z-index: 0;
  margin-bottom: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.member-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.member-img.limg {
  margin-right: 30px;
  margin-bottom: 5px;
  float: left;
}

.member-img.rimg {
  max-width: 250px;
  margin: 30px 5px 5px 25px;
  padding-left: 0px;
  float: right;
  border: 1px solid #b9b9b9;
  border-radius: 10px;
}

.con_1000 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.form-error {
  border: 1px solid #ff9c9c;
  background-color: #ffdede;
}

.form-success {
  border: 1px solid #8cce4d;
  background-color: #e0f6cf;
}

.price {
  max-width: 270px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding: 15px 15px 25px;
  float: right;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.price:hover {
  border-color: #b9b9b9;
  box-shadow: 0 0 10px 0 #c7c4c4;
}

.price.grey {
  background-color: #fafafa;
}

.price.grey:hover {
  box-shadow: 0 0 10px 0 #d8d8d8;
}

.price.uslugi.grey {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
  float: none;
}

.dots {
  width: 25px;
  margin-right: 10px;
  float: left;
}

.drop-nav {
  padding: 0px;
}

.drop-down {
  display: block;
  padding: 19px 9px 17px 10px;
  border-bottom: 3px solid #222a35;
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  color: #f8f8f8;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-decoration: none;
}

.drop-down:hover {
  border-bottom-color: #f33333;
  color: #f33333;
}

.drop-down.w--current {
  color: #d33a2c;
}

.krishechka {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  margin-right: 0px;
  float: right;
}

.drop-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 365px;
  padding: 12px 5px 12px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  border-left: 3px solid #ccc;
  background-color: #fafafa;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #444;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.drop-link:hover {
  border-left-color: #e83321;
  color: #e83321;
}

.drop-link.w--current {
  color: #e83321;
}

.drop-1 {
  top: 0px;
}

.drop-1.w--open {
  top: 61px;
  color: #b9b9b9;
}

.text-block {
  display: inline-block;
}

.drop-2 {
  top: 0px;
}

.drop-2.w--open {
  top: 61px;
  bottom: 61px;
  min-width: 250px;
  color: #b9b9b9;
}

.drop-img {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.addition {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 10px 20px 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 3px solid #404040;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  color: #f33333;
  font-size: 23px;
  font-weight: 500;
}

.addition:hover {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.addition.grey {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right-width: 1px;
  border-right-color: #e2e2e2;
  background-color: #fafafa;
}

.addition.catalog {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
}

.addition.red-border {
  border-left-color: #e83321;
  color: #e83321;
}

.active_link {
  display: inline;
  border-bottom: 1px solid #f33333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Firasans, sans-serif;
  color: #f33333;
  font-size: 20px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

.active_link:hover {
  border-bottom-style: solid;
  border-bottom-color: #404040;
  color: #404040;
}

.active_link:visited {
  border-bottom-color: #a1a1a1;
  color: #a1a1a1;
}

.active_link.reversed {
  display: inline-block;
  margin: 5px 5px 10px 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.active_link.reversed:hover {
  border-bottom-style: solid;
}

.active_link.reversed:visited {
  border-bottom-color: #a1a1a1;
  color: #a1a1a1;
}

.nav-button {
  margin-right: 20px;
  padding: 2px 15px 4px;
  float: right;
  background-color: transparent;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  text-decoration: none;
}

.nav-button:hover {
  border-color: #fff;
}

.div-block {
  display: inline-block;
  float: right;
}

.addition_list {
  position: relative;
  padding-left: 30px;
  font-size: 23px;
  font-weight: 500;
}

.addition_text {
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 300;
}

.nomargaddition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-button-text {
  border-bottom: 1px solid #f33333;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #151b22;
  text-decoration: none;
}

.nav-button-text:hover {
  color: #f33333;
}

.uslugi-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.back-to-top {
  position: fixed;
  left: 25px;
  bottom: 25px;
  z-index: 2;
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 3px solid #404040;
  border-radius: 30px;
  background-color: #fff;
  background-image: url('../images/right-arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.back-to-top:hover {
  box-shadow: inset 0 0 17px 0 #4d4d4d;
}

.way-list {
  padding-left: 0px;
  border-left: 3px solid #404040;
}

.way-item {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 36px;
  padding: 20px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 3px solid #404040;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ff360f;
  font-weight: 600;
}

.way-item:hover {
  border-top-color: #b9b9b9;
  border-bottom-style: solid;
  border-bottom-color: #b9b9b9;
}

.way-triangle {
  position: absolute;
  left: -10px;
  top: 30px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #404040;
  border-left: 3px solid #404040;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.way-number {
  position: absolute;
  left: -63px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border: 3px solid #404040;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.way-num {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #f33333;
  font-size: 26px;
  font-weight: 500;
}

.omg-button {
  position: static;
  display: inline-block;
  min-width: 210px;
  margin: 5px 5px 5px 0px;
  padding: 8px 25px;
  border: 1px solid #c02001;
  border-radius: 50px;
  background-color: #f83610;
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
  box-shadow: 11px 11px 50px -12px #292929;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.omg-button:hover {
  background-color: #e83321;
}

.omg-button:visited {
  border-color: #747474;
  background-color: #acacac;
}

.omg-button.white {
  border-color: #cecece #cecece #b9b9b9;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  background-color: #fff;
  background-image: none;
  color: #444;
  font-size: 19px;
}

.omg-button.specialist {
  margin-right: 10px;
  margin-left: 10px;
  padding: 4px 15px 3px;
  font-size: 19px;
}

.omg-button.specialist:visited {
  border-color: #747474;
  background-color: #acacac;
}

.omg-button.landing-trigger {
  border-width: 2px;
  border-color: #da3313;
  box-shadow: 10px 11px 50px -12px #292929;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.omg-button.landing-trigger.no-visited:visited {
  background-color: #f83610;
}

.button-div.left {
  float: left;
}

.button-div.specialist {
  height: 52px;
  margin: 0px 5px;
  padding-top: 5px;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.addition_list_2 {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #e83321;
  font-weight: 500;
}

.warning-top {
  position: absolute;
  left: 17px;
  top: -18px;
  border: 2px solid #e83321;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
}

.warning-top.grey {
  background-color: #fafafa;
}

.warning-top-text {
  margin: 1px 12px;
  color: #f33333;
  font-size: 17px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.path-row {
  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;
}

.path-option {
  display: inline-block;
  color: #404040;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.path-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 32%;
  min-width: 270px;
  margin-top: 30px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 15px 15px 10px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #404040;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.path {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.path-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div3 {
  position: absolute;
  top: -23px;
  display: inline-block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 12px;
  border: 2px solid #f33333;
  border-radius: 10px;
  background-color: #fff;
}

.path-text {
  margin-bottom: 0px;
  text-align: center;
}

.path-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.bold {
  font-weight: 500;
}

.fiasko {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8%;
  padding-bottom: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-pack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.link-pack.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  min-width: 31%;
  margin-right: 8px;
  margin-left: 5px;
  padding: 0px;
}

.link-block.vertical {
  min-width: 80%;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  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;
}

.finisher-wrap {
  margin-right: 35px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.finisher-img {
  margin-bottom: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms cubic-bezier(.645, .045, .355, 1);
  transition: all 400ms cubic-bezier(.645, .045, .355, 1);
}

.finisher-img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.margin-45 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 25px;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.drop-3.w--open {
  top: 61px;
}

.con_800 {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.no_visited_link {
  margin-bottom: 10px;
  border-bottom: 1px dashed #d33a2c;
  -webkit-transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 200ms cubic-bezier(.645, .045, .355, 1);
  color: #e83321;
  text-decoration: none;
}

.no_visited_link:hover {
  border-bottom-style: solid;
  border-bottom-color: #404040;
  color: #404040;
}

.corners-10 {
  border-radius: 10px;
}

.member-img-desc {
  position: absolute;
  left: 0px;
  top: 40%;
  right: 0px;
  display: block;
  padding: 7px 5px 7px 20px;
  border-top: 2px solid #d33a2c;
  border-bottom: 2px solid #d33a2c;
  background-color: #fafafa;
  background-image: url('../images/click.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #d33a2c;
  font-size: 18px;
  text-align: center;
}

.countdown {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 10px 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-color: #222a35;
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
}

.countdown-text {
  display: inline;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.left-part {
  padding-right: 6%;
  float: right;
}

.right-part.type-2 {
  padding-left: 6%;
}

.round-icon.landing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-top: 4px;
  margin-right: 20px;
  padding: 0px 7px;
  float: left;
  -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;
  border-radius: 75px;
  background-color: #f83610;
  box-shadow: 7px 8px 24px -5px #787878;
}

.landing-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.landing-row.type-2 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.landing-col {
  padding-right: 0px;
  padding-left: 0px;
}

.landing-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.landing-image.left-side {
  float: right;
}

.landing-image.right-side {
  float: left;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.landing-document {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 4px solid #f33333;
}

.landing-document.landing-trigger {
  max-width: 90%;
}

.landing-dropdown {
  z-index: 0;
  width: 100%;
  margin-bottom: -1px;
  border: 1px solid #c2c2c2;
  background-color: #fdfdfd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #222a35;
  font-weight: 400;
}

.dropdown-list {
  position: relative;
  padding-top: 25px;
  padding-bottom: 15px;
  border-top: 1px solid #b9b9b9;
  background-color: #fff;
}

.landing-dropdown-toggle {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-vertical {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}

.main-col.landing {
  padding-right: 5px;
  padding-left: 15px;
  text-align: left;
}

.pop-up-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 42, 53, .82);
}

.pop-up-div {
  position: relative;
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
  background-color: #f8f8f8;
}

.pop-up-form {
  display: block;
  margin-top: 30px;
  color: #222a35;
}

.pop-up-ava {
  border-radius: 50%;
  box-shadow: 8px 8px 50px -12px #292929;
}

.pop-up-ava-div {
  width: 75px;
  height: 75px;
  margin-top: 15px;
  margin-right: 15px;
  float: left;
}

.pop-up-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  color: #222a35;
  font-size: 30px;
  line-height: 20px;
  text-decoration: none;
}

.pop-up-field {
  border: 1px solid #e2e2e2;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.pop-up-field:hover {
  border-color: #222a35;
}

.pop-up-text {
  color: #222a35;
  font-size: 18px;
  font-weight: 300;
}

.pop-up-label {
  font-size: 20px;
  font-weight: 500;
}

.pop-up-before {
  display: block;
}

.pop-up-after {
  display: none;
}

.landing-phone-div {
  display: inline-block;
  margin: 5px;
  padding-right: 15px;
  border: 2px solid #f83610;
  border-radius: 50px;
  background-color: rgba(34, 42, 53, .9);
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
  box-shadow: 10px 11px 50px -12px #292929;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 17px;
  text-decoration: none;
}

.landing-phone-div:hover {
  background-color: rgba(21, 27, 34, .9);
}

.landing-phone {
  display: inline-block;
  color: #f8f8f8;
  font-weight: 400;
}

.landing-phone-icon {
  width: 25px;
  height: 25px;
}

.landing-phone-icon-div {
  display: inline-block;
  margin: -1px 10px -1px -2px;
  padding: 10px 10px 8px;
  border-radius: 50px;
  background-color: #f83610;
  background-image: url('../images/urgent-update-bg.png');
  background-position: 0px 0px;
  background-size: 128px;
}

.landing-div {
  padding: 5px 10px 5px 0px;
}

.landing-div.social-proof {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.col-center {
  text-align: center;
}

.action-div {
  text-align: center;
}

.brand-logo {
  width: 160px;
  height: 40px;
}

.question-div {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
}

.question-order {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: 300;
}

.question-label {
  margin-left: 10px;
  font-weight: 400;
}

.question-possible-answers {
  margin-top: 10px;
  margin-bottom: 10px;
}

.question-button {
  width: 26px;
  height: 26px;
  margin-bottom: 1px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions-form {
  padding-top: 15px;
}

.question-phone {
  max-width: 210px;
  min-height: 45px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  box-shadow: 11px 11px 50px -17px #292929;
  font-size: 18px;
}

.question-result-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-two {
  display: none;
}

.question-three {
  display: none;
}

.question-four {
  display: none;
}

.question-result {
  display: none;
}

.social-proof-img-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 5px;
  -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;
}

.questions-info {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .con_1240 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .stext {
    display: block;
  }
  .stext.nomargin {
    text-align: center;
  }
  .h4.team {
    text-align: center;
  }
  .h3.coupon {
    margin-top: 6px;
  }
  .benefits_row {
    padding-left: 15px;
  }
  .certificate {
    max-width: 160px;
  }
  .member {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main.landing {
    min-height: 60%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .nav-link-2 {
    margin-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    border-bottom-color: #1a2129;
    background-color: #2b3747;
  }
  .rimg {
    text-align: right;
  }
  .white-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand {
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-logo.w--current {
    display: inline-block;
    margin-right: 15px;
    float: left;
  }
  .nav-text {
    color: #f8f8f8;
  }
  .normal-div {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .normal-div._3d.nomargin-bot {
    margin-bottom: 0px;
  }
  .specialist-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .specialist-wrap {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .specialist-wrap.type2 {
    max-width: 60%;
  }
  .specialist-low {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .specialist-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .footer-text {
    text-decoration: none;
  }
  .footer-block {
    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;
    text-decoration: none;
  }
  .member-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .member-col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .example-content {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: center;
  }
  .blog-page-lightbox {
    float: left;
  }
  .warning {
    margin-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-color: #ff360f;
  }
  .warning-text {
    margin-top: 5px;
    font-size: 20px;
  }
  .member-img.limg {
    margin-right: 15px;
  }
  .member-img.rimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .con_1000 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .price.grey {
    margin-left: 10px;
  }
  .price.uslugi.grey {
    display: block;
    margin-bottom: 20px;
  }
  .drop-down {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom-color: #1a2129;
    background-color: #2b3747;
  }
  .krishechka {
    padding-top: 0px;
    color: #fff;
  }
  .drop-1 {
    border-bottom: 1px solid #b9b9b9;
  }
  .drop-button {
    position: relative;
    right: 40px;
    display: inline-block;
    margin-top: 0px;
    padding: 22px 21px 20px;
    float: right;
    background-color: #222a35;
  }
  .drop-2 {
    border-bottom: 1px solid #b9b9b9;
    border-left: 0px solid #b9b9b9;
  }
  .dropdown {
    border-bottom: 1px solid #b9b9b9;
  }
  .addition.grey {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .active_link.reversed {
    display: inline;
  }
  .footer-col {
    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: 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;
  }
  .addition_text {
    text-align: left;
  }
  .nomargaddition {
    text-align: center;
  }
  .nav-button-text {
    color: #f8f8f8;
  }
  .uslugi-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .back-to-top {
    left: 15px;
    bottom: 70px;
  }
  .omg-button.specialist {
    min-width: 150px;
  }
  .nomargin-bot {
    padding-bottom: 15px;
  }
  .warning-top {
    position: absolute;
  }
  .path-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .path-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fiasko {
    padding-top: 5%;
  }
  .link-pack.vertical {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .link-block {
    max-width: 90%;
    min-width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .link-block.vertical {
    min-width: 45%;
  }
  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .margin-45 {
    margin-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .drop-3 {
    border-bottom: 1px solid #b9b9b9;
  }
  .con_800 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .countdown {
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .right-part.type-2 {
    padding-left: 0%;
  }
  .landing-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-col.landing {
    padding-left: 5px;
  }
  .nav-hid-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #1a2129;
    background-color: #2b3747;
  }
  .nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-button {
    margin: 5px;
    padding: 14px;
    border: 1px solid #cecece;
    color: #f8f8f8;
  }
  .landing-div {
    padding-right: 5px;
  }
  .landing-div.social-proof {
    padding-right: 5px;
    padding-left: 5px;
  }
  .col-center {
    padding-right: 2px;
    padding-left: 2px;
  }
  .question-label {
    margin-left: 5px;
    font-size: 18px;
  }
  .radio-button-field {
    margin-top: 5px;
    margin-bottom: 12px;
  }
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .con_1240 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .stext.landing.reversed {
    margin-top: 10px;
    text-align: center;
  }
  .h2.landing {
    background-position: 50% 100%;
    text-align: center;
  }
  .h1.reversed {
    font-size: 40px;
    line-height: 46px;
  }
  .h1.landing.reversed {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .why-we-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .certificate {
    max-width: 230px;
  }
  .contacts {
    text-align: center;
  }
  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav1 {
    padding-bottom: 15px;
  }
  .nav-link-2 {
    margin-bottom: 5px;
    margin-left: 20px;
  }
  .rimg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    float: none;
    text-align: center;
  }
  .limg {
    float: none;
    text-align: center;
  }
  .white-button {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
  }
  .cta {
    font-size: 20px;
  }
  .brand {
    margin-top: 4px;
    margin-bottom: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo {
    text-align: center;
  }
  .footer-logo.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .nav-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -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;
  }
  .nav-right {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bread {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .specialist-wrap.type2 {
    max-width: 90%;
    min-width: 50%;
  }
  .specialist-wrap.type3 {
    min-width: 60%;
  }
  .specialist-low {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .action-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-desc {
    text-align: center;
  }
  .member-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .member-col {
    min-height: 280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .example-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .example-content.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .list-item {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .certificate-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .example-link {
    float: left;
  }
  .warning {
    margin-top: 25px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .member-img.limg {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: none;
  }
  .con_1000 {
    padding-right: 25px;
    padding-left: 25px;
  }
  .price {
    display: block;
    max-width: 350px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .drop-down {
    padding-bottom: 22px;
  }
  .drop-button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    margin-right: 25px;
  }
  .addition {
    padding-left: 5px;
  }
  .addition.grey {
    margin-left: 0px;
    padding-right: 10px;
  }
  .nav-button {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    float: none;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -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;
  }
  .addition_list {
    padding-left: 30px;
  }
  .nomargaddition {
    padding-right: 0px;
    text-align: left;
  }
  .uslugi-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .addition-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .way-list {
    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: 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;
    border-left-style: none;
  }
  .way-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: -5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .way-number {
    position: relative;
    left: 0px;
    top: -43px;
  }
  .warning-top {
    left: 15px;
    top: -17px;
  }
  .path-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .path-div {
    min-width: 50%;
  }
  .path-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .link-block {
    max-width: 80%;
    min-width: 60%;
  }
  .link-block.vertical {
    min-width: 70%;
  }
  .finisher-wrap {
    float: none;
  }
  .left-part {
    display: inline-block;
    padding-right: 0%;
  }
  .right-part {
    padding-left: 0%;
  }
  .round-icon.landing {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .landing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .landing-row.type-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .landing-col {
    text-align: center;
  }
  .landing-image {
    max-width: 60%;
  }
  .landing-image.left-side {
    float: none;
  }
  .landing-image.right-side {
    float: none;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-col.landing {
    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: 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;
  }
  .nav-hid-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pop-up-div {
    width: 100%;
  }
  .landing-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .question-div {
    padding-left: 5%;
  }
  .question-possible-answers {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .question-phone {
    margin-right: 0px;
  }
  .question-result-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (max-width: 479px) {
  .con_1240 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .stext {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 6px;
  }
  .stext.landing.reversed {
    margin-top: 0px;
  }
  .h4 {
    line-height: 26px;
  }
  .h2 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .h1.reversed {
    padding-right: 10px;
    font-size: 32px;
    line-height: 36px;
  }
  .h3 {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 21px;
  }
  .h3.nomargin {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 22px;
  }
  .h3.coupon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .benefits_row {
    display: block;
    padding-left: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .why-we-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .certificate {
    max-width: 200px;
  }
  .map {
    height: 400px;
  }
  .contacts-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main.landing {
    padding-top: 10%;
    padding-right: 2%;
    padding-left: 2%;
  }
  .nav-link-2 {
    margin-left: 0px;
  }
  .brand {
    max-width: 70%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-logo.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .normal-div.grey._3d {
    padding-top: 5px;
  }
  .normal-div._3d {
    padding-top: 10px;
  }
  .specialist-col {
    padding-left: 0px;
  }
  .specialist-wrap {
    padding-left: 0px;
  }
  .specialist-wrap.type2 {
    max-width: 95%;
    min-width: 95%;
  }
  .form-lines {
    padding-right: 10px;
    padding-left: 10px;
  }
  .specialist-low {
    padding-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .specialist-top {
    padding-right: 5px;
  }
  .action-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-block {
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
  }
  .example-teaser-list {
    padding-left: 1%;
  }
  .example-content {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
  }
  .example-link {
    float: none;
  }
  .example-link.reversed {
    float: none;
  }
  .blog-page-content {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .blog-page-lightbox {
    display: block;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-page-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-page-result {
    border-width: 1px;
    border-color: #404040;
  }
  .warning {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .warning-text {
    margin-top: 0px;
    text-align: center;
  }
  .buttons {
    padding-right: 3px;
    padding-left: 3px;
  }
  .page {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .member-img.limg {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .member-img.rimg {
    margin-bottom: 30px;
  }
  .con_1000 {
    padding-right: 7px;
    padding-left: 7px;
  }
  .dots {
    width: 23px;
    height: 23px;
    margin-left: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .drop-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 220px;
  }
  .drop-link.w--current {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .drop-1.w--open {
    border-bottom: 1px solid #b9b9b9;
  }
  .drop-button {
    margin-right: 7px;
  }
  .addition {
    padding-right: 5px;
    padding-left: 15px;
    border: 1px solid #e2e2e2;
  }
  .addition:hover {
    border-color: #b9b9b9;
  }
  .addition.grey {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-color: #b9b9b9;
  }
  .addition.grey:hover {
    border-right-color: #404040;
  }
  .addition.catalog {
    margin-left: 5px;
    padding-left: 5px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-width: 3px;
  }
  .active_link {
    display: inline;
  }
  .active_link.reversed {
    display: inline;
    margin-left: 0px;
  }
  .addition_list {
    margin-left: 20px;
    padding-left: 10px;
    font-size: 21px;
  }
  .addition_text {
    margin-top: 11px;
    margin-bottom: 10px;
    margin-left: -3px;
  }
  .nomargaddition {
    padding-right: 0px;
    text-align: left;
  }
  .addition-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
    text-align: right;
  }
  .back-to-top {
    background-color: #f8f8f8;
  }
  .way-item {
    margin-left: 0px;
    padding-right: 5px;
    padding-left: 15px;
    border: 1px solid #b9b9b9;
    color: #ff360f;
  }
  .way-item:hover {
    border-color: #404040;
  }
  .button-div.left {
    float: none;
  }
  .addition_list_2 {
    margin-bottom: 0px;
    padding-left: 17px;
    font-size: 18px;
  }
  .warning-top {
    position: relative;
    left: -1px;
    top: -16px;
  }
  .warning-top-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .path-div {
    width: 90%;
  }
  .path-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .link-pack {
    display: inline-block;
  }
  .link-block {
    max-width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .margin-45 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .margin-45:hover {
    border-style: none;
  }
  .con_800 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .no_visited_link {
    display: inline;
  }
  .countdown {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-part {
    float: none;
  }
  .left-part.col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 99%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .round-icon.landing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1px;
    float: none;
  }
  .landing-row {
    text-align: center;
  }
  .landing-row.type-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .landing-col {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .landing-image {
    max-width: 70%;
  }
  .landing-dropdown {
    display: block;
    font-size: 16px;
  }
  .landing-dropdown-toggle {
    display: inline-block;
    padding-left: 10px;
  }
  .dropdown-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pop-up-div {
    height: 100%;
    padding-top: 25px;
  }
  .question-div {
    padding-left: 0%;
  }
}

@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Firasans';
  src: url('../fonts/FiraSans-Bold.ttf') format('truetype'), url('../fonts/FiraSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}