@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Roboto:300,400,700&subset=cyrillic');

/*
Theme name: Profit
Description: Описание
Author: Aleksandrlao
Author URI: http://aleksandrlao.ru
*/

:root {
  --b: #131D3D;
  --r: #ED1C24;
}


.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
  background-color: #fbfbfb;
  color: #131D3D;
	font: 14px/1.2 'Lato', Arial, sans-serif;
}
.m_box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.m_inb {
	width: 100%;
  min-width: 320px;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  border-top: 0px solid transparent;
  z-index: 40;
}
.m_inb:after {
  content: '';
  display: block;
  clear: both;
  width: 100%;
  height: 0;
}
.m_flx {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.m_flx-fs {
  justify-content: flex-start;
}
.m_flx-c {
  justify-content: center;
}


/* Header ----------------------------------------------------------------------------- */
.header {
	position: fixed;
  top: 0;
  left: 0;
  padding-top: 27px;
  padding-bottom: 10px;
  background-color: transparent;
  transition: all .2s ease;
  z-index: 50;
}
.header-fixed {
  background: #131D3D;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
}
.h_box {
  max-width: 205px;
  font-size: 12px;
  color: #FFFFFF;
}
.h_logo {
  display: block;
  width: 190px;
  height: 50px;
  background: url('i/bg-logo.svg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.h_desc {
  display: block;
  padding-top: 8px;
  font-size: 11px;
  transition: all .2s ease;
}
.header-fixed .h_desc {
  display: none;
}

.h_nav {
  padding-top: 14px;
}
.h_nav ul {
  list-style: none;
}
.h_nav ul li {
  margin: 0 16px;
}
.h_nav ul li a {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.h_nav ul li a:hover {
  color: #ED1C24;
}
.h_nav-btn {
  display: none;
  padding-top: 10px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.h_nav-btn span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  margin: 11px 0 0 5px;
  position: relative;
}
.h_nav-btn span::before, .h_nav-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_nav-btn span::before {
  top: -7px;
}
.h_nav-btn span::after {
  bottom: -7px;
}
.h_nav.active .h_nav-btn span {
  background: transparent;
}
.h_nav.active .h_nav-btn span::before {
  top: 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.h_nav.active .h_nav-btn span::after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.h_callme {
  width: 197px;
  height: 37px;
  margin-top: 6px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-in;
}
.h_callme:hover {
  border-color: #ED1C24;
  color: #ED1C24;
}



.c_txt {
  overflow: hidden;
}
.c_txt p {
  margin-bottom: 21px;
}
.c_txt h2, h3 {
  color: #000;
  font-size: 25px;
  line-height: 29px;
}
.c_txt table {
  width: 100%;
  border-collapse: collapse;
}
.c_txt table tr td {
  border: 1px solid #373737;
  padding: 10px;
}
.c_txt ul, .c_txt ol {
  margin: 0 0 25px 20px;
}
.c_txt li {
  margin-bottom: 7px;
}

.c_head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  line-height: 37px;
  font-size: 30px;
  color: #131D3D;
}
.c_head-white {
  color: #fff;
}
.c_head span {
  display: block;
}
.c_head::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 4px;
  background-color: #ED1C24;
}

.c_btn {
  display: inline-block;
  vertical-align: top;
  padding: 12px 32px;
  background: #ED1C24;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease-in;
}
.c_btn:hover {
  background: #FE373F;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.c_icon {
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  background: url('i/bg-yes.svg') center no-repeat;
  -webkit-background-size: 25px 17px;
  background-size: 25px 17px;
}
.c_expert-item__no .c_icon {
  background-image: url('i/bg-no.svg');
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.c_icon::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 3px solid #ED1C24;
  border-top: 3px solid #ED1C24;
  border-radius: 4px 0 0 0;
}
.c_icon::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ED1C24;
  border-bottom: 3px solid #ED1C24;
  border-radius: 0 0 4px 0;
}
.c_expert-item__no .c_icon::before, .c_expert-item__no .c_icon::after {
  border-color: #131D3D;
} 




/* Middle ----------------------------------------------------------------------------- */
.c_top {
  min-height: 840px;
  padding-top: 207px;
  background: url('i/bg-top.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_top-box {
  width: 100%;
  max-width: 470px;
  padding: 40px;
  position: relative;
  color: #fff;
}
.c_top-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-left: 7px solid #ED1C24;
  border-top: 7px solid #ED1C24;
  border-radius: 8px 0 0 0;
}
.c_top-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-right: 7px solid #ED1C24;
  border-bottom: 7px solid #ED1C24;
  border-radius: 0 0 8px 0;
}
.c_top h1 {
  font-family: Roboto;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
}
.c_top h1 span {
  font-weight: bold;
}
.c_top-subtitle {
  margin-top: 20px;
  font-size: 24px;
}
.c_top-btn {
  margin-top: 54px;
}
.c_top-advant {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 40px;
  background: rgba(23, 31, 57, 0.4);
}
.c_top-item {
  width: calc(25% - 60px);
  max-width: 210px;
  margin: 0 30px;
  color: #fff;
}
.c_top-item__thumb {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  margin-bottom: 10px;
}
.c_top-item__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.c_top-item__info {
  font-size: 14px;
}



/* Fin products ----------------------------------------------------------------------- */
.c_prod {
  padding-top: 110px;
  padding-bottom: 110px;
}
.c_prod-list {
  justify-content: space-around;
  padding-top: 60px;
}
.c_prod-item {
  position: relative;
  margin-bottom: 20px;
  padding: 40px 30px;
}
.c_prod-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-left: 3px solid #ED1C24;
  border-top: 3px solid #ED1C24;
  border-radius: 3px 0 0;
}
.c_prod-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ED1C24;
  border-bottom: 3px solid #ED1C24;
  border-radius: 0 0 3px;
}
.c_prod-item__title {
  color: #ED1C24;
  font-family: 'Roboto';
  font-size: 25px;
}
.c_prod-item__info {
  padding-top: 15px;
  color: #131D3D;
  font-size: 20px;
}
.c_prod-item__info span {
  display: block;
}



/* Enter ---------------------------------------------------------------------------- */
.c_enter {
  background: url('i/bg-enter.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.c_enter-list {
  padding-top: 40px;
  padding-bottom: 40px;
  list-style: none;
  column-count: 2;
  counter-reset: myCounter;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.c_enter-list li {
  min-height: 90px;
  margin-bottom: 30px;
  padding-left: 126px;
  position: relative;
}
.c_enter-list li::before {
  counter-increment: myCounter;
  content:counter(myCounter);
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  color: #ED1C24;
  font-size: 30px;
  font-weight: bold;
  text-align: right;
}




/* We help -------------------------------------------------------------- */
.c_wehelp {
  padding-top: 110px;
  padding-bottom: 110px;
}
.c_wehelp-text {
  margin-bottom: 80px;
}
.c_wehelp-list {
  justify-content: center;
  position: relative;
}
.c_wehelp-list::before, .c_wehelp-list::after {
  content: '';
  position: absolute;
  width: 275px;
  height: 300px;
  background: url('i/bg-dots.png') no-repeat;
}
.c_wehelp-list::before {
  top: -70px;
  right: 5px;
}
.c_wehelp-list::after {
  top: 140px;
  left: 5px;
}
.c_wehelp-item {
  width: calc(50% - 60px);
  max-width: 440px;
  min-height: 490px;
  margin: 0 30px 40px;
  padding: 60px 40px;
  background: #131D3D;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  color: #fff;
  z-index: 20;
}
.c_wehelp-item__title {
  min-height: 120px;
  margin-top: -4px;
  position: relative;
  padding-bottom: 20px;
  padding-right: 80px;
  font-size: 25px;
  line-height: 1.22;
}
.c_wehelp-item__icon {
  right: 0;
}
.c_wehelp-item__desc {
  padding-bottom: 42px;
  margin-bottom: 40px;
  position: relative;
  font-size: 18px;
  line-height: 23px;
}
.c_wehelp-item__desc::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ED1C24;
}
.c_wehelp-item__info {
}



/* Target ------------------------------------------------------------------------ */
.c_target {
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #fff;
}
.c_target-box {
  width: calc(100% - 580px);
}
.c_target-list {
  width: 100%;
  max-width: 410px;
  justify-content: flex-start;
  padding-top: 20px;
}
.c_target-item {
  margin-bottom: 35px;
  color: #131D3D;
  font-size: 20px;
  line-height: 1.2;
}
.c_target-thumb {
  width: 460px;
  position: relative;
}
.c_target-thumb::after {
  content: '';
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 275px;
  height: 280px;
  background: url(i/bg-dots.png) no-repeat;
  z-index: -1;
}
.c_target-thumb img {
  display: block;
  width: 100%;
  height: auto;
}



/* Expert ----------------------------------------------------------------------------- */
.c_expert {
  padding-top: 110px;
  padding-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}
.c_expert-list {
  justify-content: center;
  padding-top: 35px;
}
.c_expert-item {
  width: calc(50% - 70px);
  max-width: 420px;
  padding-left: 80px;
  padding-bottom: 20px;
  margin: 0 35px;
  position: relative;
}
.c_expert-item__icon {
  left: 0;
}
.c_expert-item__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 62px;
  margin-bottom: 12px;
  color: #ED1C24;
  font-size: 25px;
  line-height: 31px;
}
.c_expert-item__info {
  font-size: 16px;
  line-height: 23px;
}

.c_expert-info {
  margin-bottom: 30px;
  color: rgba(19, 29, 61, 0.6);
  font-size: 16px;
  line-height: 1.2;
}



/* Process --------------------------------------------------------------------------- */
.c_proces {
  padding-top: 110px;
  padding-bottom: 50px;
}
.c_proces .c_head::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 275px;
  height: 100px;
  background: url('i/bg-dots.png') no-repeat;
}
.c_proces-list {
  justify-content: center;
  padding-top: 75px;
}
.c_proces-item {
  max-width: 420px;
  width: 47%;  
  min-height: 60px;
  padding-top: 4px;
  padding-left: 80px;
  margin: 0 1.5% 60px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.c_proces-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.c_proces-item__time::before {background-image: url('i/icon-time.svg');}
.c_proces-item__doc::before {background-image: url('i/icon-doc.svg');}

.c_proces-item__line::before {background-image: url('i/icon-line.svg');}
.c_proces-item__comm::before {background-image: url('i/icon-comm.svg');}

.c_proces-item__serv::before {background-image: url('i/icon-serv.svg');}
.c_proces-item__pers::before {background-image: url('i/icon-pers.svg');}


/* Vigod ----------------------------------------------------------------------------- */
.c_vigod {
  padding-top: 100px;
  padding-bottom: 110px;
  background: url('i/bg-vigod.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_vigod-info {
  width: 100%;
  max-width: 650px;
  margin-top: -10px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 20px;
}
.c_vigod-list {
  width: 100%;
  max-width: 450px;
  counter-reset: myCounter;
  list-style: none;
  padding-bottom: 26px;
  color: #fff;
  font-size: 16px;
} 
.c_vigod-list li {
  margin-bottom: 34px;
  padding-left: 70px;
  position: relative;
}
.c_vigod-list li::before {
  counter-increment: myCounter;
  content:counter(myCounter);
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  color: #ED1C24;
  font-size: 30px;
  text-align: right;
}



.c_factor {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #fff;
}
.c_factor-desc {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 1.4;
}
.c_factor-form {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.c_factor-label {
  width: 33%;
}
.c_factor-label label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #ED1C24;
  font-size: 18px;
}
.c_factor-label input {
  width: 100%;
  height: 45px;
  border: 1px solid #131D3D;
  outline: none;
  padding-left: 20px;
}
.c_factor-submit {
  width: 28%;
  padding-top: 27px;
}
.c_factor-submit input {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  background: #ED1C24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.c_factor-submit input:hover {
  background: #FE373F;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}
.c_factor-confirm {
  width: 100%;
  padding-top: 32px;
  color: rgba(19, 29, 61, 0.6);
  font-size: 12px;
  line-height: 1.4;
}





/* Desicion ----------------------------------------------------------------------------- */
.c_decision {
  padding-top: 110px;
  padding-bottom: 110px;
}
.c_decision-list {
  padding-top: 40px;
  padding-bottom: 26px;
}
.c_decision-item {
  width: calc(33.3% - 32px);
  margin: 0 0 24px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  padding: 20px 0;
  font-size: 16px;
  line-height: 23px;
}
.c_decision-item__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 50px;
  padding: 0 35px;
  margin-bottom: 10px;
  color: #ED1C24;
  font-size: 20px;
}
.c_decision-item__desc {
  min-height: 180px;
  padding: 0 35px 35px;
}
.c_decision-item__info {
  min-height: 125px;
  padding: 15px 35px;
  background-color: #131D3D;
  color: #fff;
}

.c_decision-info {
  width: 100%;
  max-width: 570px;
  color: rgba(19, 29, 61, 0.6);
  font-size: 16px;
  line-height: 1.25;
}



/* Promise ----------------------------------------------------------------------------- */
.c_promise {
  min-height: 565px;
  padding-top: 5px;
  padding-bottom: 50px;
}
.c_promise::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 690px);
  width: 50%;
  max-width: 690px;
  height: 565px;
  background: url('i/bg-promise.jpg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_promise-box {
  width: 50%;
  margin-left: 50%;
  padding-left: 50px;
}
.c_promise-list {
  max-width: 350px;
  padding-top: 5px;
  padding-bottom: 45px;
}
.c_promise-item {
  margin-bottom: 35px;
  font-size: 16px;
}



/* Conditions ----------------------------------------------------------------------------- */
.c_condit {
  padding-top: 110px;
  padding-bottom: 75px;
  border-bottom: 1px solid #E5E5E5;
}
.c_condit-list {
  padding-top: 15px;
  padding-bottom: 10px;
}
.c_condit-item {
  width: 30%;
  max-width: 320px;
  margin-bottom: 35px;
  font-size: 16px;
}
.c_condit-item__title {
  margin-bottom: 15px;
  color: #ED1C24;
  font-size: 20px;
}
.c_condit-info {
  color: rgba(19, 29, 61, 0.6);
  font-size: 16px;
}



/* FAQ ----------------------------------------------------------------------------- */
.c_faq {
  padding-top: 110px;
  padding-bottom: 90px;
}
.c_faq::after {
  content: '';
  position: absolute;
  top: calc(50% - 150px);
  right: 10px;
  width: 110px;
  height: 300px;
  background: url('i/bg-dots.png') no-repeat;
}
.c_faq-list {
  width: 100%;
  max-width: 740px;
  margin: auto;
}
.c_faq-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
}
.c_faq-item::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 27px;
  width: 11px;
  height: 11px;
  border-left: 3px solid #131D3D;
  border-bottom: 3px solid #131D3D;
  background-color: transparent;
  transform: rotate(-45deg);
  pointer-events: none;
}
.c_faq-item.active::before {
  border-color: #ED1C24;
  transform: rotate(135deg);
}
.c_faq-item__head {
  color: #ED1C24;
  padding: 18px 75px 18px 105px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.c_faq-item__body {
  max-height: 0;
  padding: 0 75px 0 105px;
  overflow: hidden;
  position: relative;
  transition: all .2s ease-in;
  font-size: 16px;
  line-height: 23px;
}
.c_faq-item__body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 105px;
  width: 50px;
  height: 2px;
  background-color: #131D3D;
  transition: all .2s ease;
}
.c_faq-item.active .c_faq-item__body {
  max-height: 2000px;
  padding-top: 30px;
  padding-bottom: 60px;
}



/* Doc ----------------------------------------------------------------------------- */
.c_doc {
  padding-top: 85px;
  padding-bottom: 85px;
  background: url('i/bg-doc.jpg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_doc-list {
  counter-reset: myCounter;
  justify-content: center;
  list-style: none;
  padding-top: 12px;
  color: #fff;
  font-size: 16px;
}
.c_doc-list li {
  width: calc(33.3% - 48px);
  max-width: 305px;
  margin: 0 24px;
  padding-left: 30px;
  position: relative;
}
.c_doc-list li::before {
  counter-increment: myCounter;
  content:counter(myCounter);
  position: absolute;
  top: 0;
  left: 0;
  color: #ED1C24;
  font-size: 30px;
  line-height: 1.32;
}


/* Sentence ----------------------------------------------------------------------------- */
.c_sentence {
  padding-top: 110px;
  padding-bottom: 60px;
}
.c_sentence-head {
  margin-bottom: 30px;
  color: #ED1C24;
  font-size: 20px;
}
.c_sentence-item {
  min-height: 40px;
  padding-top: 8px;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
}
.c_sentence-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-background-size: 17px 12px;
  background-size: 17px 12px;
}
.c_sentence-item__icon::before, .c_sentence-item__icon::after {
  width: 7px;
  height: 7px;
  
}
.c_sentence-txt {
  max-width: 720px;
  font-size: 16px;
  line-height: 23px;
}
.c_sentence-info {
  padding-top: 27px;
  padding-bottom: 60px;
  color: rgba(19, 29, 61, 0.6);
  font-size: 16px;
  line-height: 23px;
}
.c_sentence-btn {
  margin-bottom: 106px;
}
.c_sentence-subhead {
  margin-top: -10px;
  font-size: 20px;
  line-height: 25px;
}




/* Bottom ---------------------------------------------------------------------------- */
.c_bot {
  padding-bottom: 46px;
  background: url('i/bg-bot.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.c_bot .m_inb {
  justify-content: flex-end;
}
.c_bot-box {
  max-width: 450px;
  margin-top: -86px;
  padding: 40px;
  background: linear-gradient(180deg, #131D3D 16.57%, rgba(19, 29, 61, 0.8) 100%);
  border-radius: 4px;
  color: #fff;
}
.c_bot-head {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
}
.c_bot-subhead {
  padding-top: 30px;
}
.c_bot-input {
  margin-bottom: 10px;
}
.c_bot-input input {
  width: 100%;
  max-width: 280px;
  height: 33px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #C4C4C4;
  color: #fff;
  font-size: 18px;
}
.c_bot-label {
  margin-top: 28px;
}
.c_bot-label label {
  display: block;
  position: relative;
  font-size: 16px;
}
.c_bot-label span {
  padding-left: 36px;
  cursor: pointer;
}
.c_bot-label span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ED1C24;
  border-radius: 2px;
  z-index: 10;
}
.c_bot-label span::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  width: 11px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(-45deg);
  transition: all .2s ease;
  z-index: 20;
}
.c_bot-label input:checked + span::after {
  opacity: 1;
}
.c_bot-label label input {
  display: none;
}
.c_bot-label__limit {
  width: 150px;
  height: 27px;
  margin: 5px 0 0 36px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #C4C4C4;
  color: #fff;
  font-size: 12px;
}
.c_bot-submit {
  margin-top: 34px;
  border: none;
  outline: none;
}
.c_bot-confirm {
  margin-top: 20px;
  color: #C4C4C4;
}
.c_bot-confirm a {
  color: #fff;
  text-decoration: underline;
}
.c_bot-confirm a:hover {
  text-decoration: none;
}




/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 40px;
  padding-bottom: 40px;
  background-color: #131D3D;
  color: #fff;
}
.f_urid {
  width: 300px;
  font-size: 14px;
  line-height: 22px;
}
.f_right {
  width: 197px;
  text-align: right;
}
.f_right .h_callme {
  margin-top: -10px;
}
.f_cont {
  margin-top: 10px;
  color: #fff;
  text-align: right;
}
.f_cont a {
  color: #fff;
  text-decoration: none;
}
.f_link {
  padding: 8px 0 16px;
}
.f_link a {
  display: block;
  color: #C4C4C4;
  font-size: 10px;
  text-decoration: none;
}
.f_link a:hover {
  text-decoration: underline;
}
.f_messendg {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 8px;
}
.f_messendg-item {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.f_messendg-item__whatsa {
  background-image: url('i/whatsapp.svg');
}
.f_messendg-item__viber {
  background-image: url('i/viber.svg');
}
.f_messendg-item__tg {
  background-image: url('i/telegram.svg');
}
.f_made a {
  color: #fff;
  text-decoration: none;
}
.f_made a:hover {
  text-decoration: underline;
}






/* Всплывающие окна */
.overlay {
  display: none;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999
}
.popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 55px 40px;
  background: #131D3D;
  color: #fff;
  z-index: 9999;
}
.popup-close {
  position: absolute;
  top: 35px;
  right: 35px;
  width: 18px;
  height: 18px;
  background: url('i/bg-close.png') center no-repeat;
  text-align: center;
  cursor: pointer;
}
.popup_head {
  max-width: 320px;
  padding-bottom: 17px;
  font-size: 20px;
  line-height: 25px;
}
.popup_subhead {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}
.popup_head span {
  display: inline;
}



.form-input.error {
  color: #f00 !important;
  border: 1px solid #f00 !important;
}
.form-input.valid {
  border: 1px solid #339e36 !important;
}
.form-input:focus {
  color: #000;
}
.form-input::-webkit-input-placeholder {
  color: #000;
}
.form-input::-moz-placeholder {
  color: #000;
}
.form-input:-moz-placeholder {
  color: #000;
}
.form-input:-ms-input-placeholder {
  color: #000;
}
.form-label {
  position: relative;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1360px) {

  .c_target-thumb::after {right: 80px;}

}


@media screen and (max-width:1170px) {

  .c_promise::before {left: 0;height: 500px;}

  .c_target-box {width: calc(100% - 480px);}

  .c_faq::after {display: none;}

}



@media screen and (max-width:1100px) {

  .h_nav ul li {margin: 0 12px;}
  .h_nav ul li a {font-size: 16px;}

  .c_enter-list li {padding-left: 90px;}
  .c_enter-list li::before {width: 80px;}

  .c_decision-item__info {padding: 15px 20px;}

  .c_bot {padding-bottom: 20px;}
  .c_bot-box {margin-top: -45px;}

}



@media screen and (max-width:1000px) {

  .h_nav {max-width: 420px;padding-top: 0;}
  .h_nav ul li {margin-top: 4px;}

  .c_top {min-height: 720px;padding-top: 180px;}
  .c_top-box {padding: 30px;}
  .c_top h1 {font-size: 60px;}
  .c_top-btn {margin-top: 30px;}
  .c_top-advant {margin-top: 25px;padding-top: 25px;padding-bottom: 25px;}

  .c_prod-list {padding-top: 20px;}
  .c_prod-item {padding: 30px 20px;}
  .c_prod-item__info {font-size: 18px;}

  .c_enter-list li {padding-left: 30px;}
  .c_enter-list li::before {width: 20px;}
  
  .c_wehelp-list::before, .c_wehelp-list::after {display: none;}
  .c_wehelp-text {margin-bottom: 40px;}
  .c_wehelp-item {width: calc(50% - 50px);min-height: 400px;margin: 0 25px 20px;padding: 40px 30px;}

  .c_target {min-height: 690px;}
  
  .c_expert {padding-top: 50px;}
  .c_expert-item {width: calc(50% - 50px);padding-left: 0;margin: 0 25px;}
  .c_expert-item__title {padding-left: 70px;}

  .c_proces-list {padding-top: 25px;}
  .c_proces-item {width: calc(50% - 50px);margin: 0 25px 50px;}

  .c_proces {padding-top: 50px;}

  .c_vigod .c_head {padding-right: 180px;}
  .c_vigod .c_head span {display: inline;}
  
  .c_decision-list {padding-top: 20px;padding-bottom: 15px;}
  .c_decision-item {width: calc(33.3% - 10px);}
  .c_decision-item__title {padding: 0 20px;}
  .c_decision-item__desc {padding: 0 20px 25px;}

}



@media screen and (max-width:900px) {

  .m_inb {padding-left: 10px;padding-right: 10px;}

  .h_nav {max-width: 340px;}

  .c_top h1 {line-height: 1.1;}
  .c_top-item {width: calc(25% - 30px);margin: 0 15px;}

  .c_target-box {width: calc(100% - 320px);}
  .c_target-thumb {width: 300px;}

  .c_prod, .c_enter, .c_wehelp, .c_target, .c_vigod, .c_decision, .c_condit, .c_faq,
  .c_doc, .c_sentence {padding-top: 70px;padding-bottom: 70px;}

  .c_proces .c_head::after {display: none;}

  .c_enter-list {padding-top: 20px;padding-bottom: 20px;}
  
  .c_wehelp-item {width: calc(50% - 40px);margin: 0 20px 20px;padding: 35px 25px;}
  .c_wehelp-item__title {padding-right: 60px;font-size: 23px;}

  .c_vigod .c_head {padding-right: 160px;}

  .c_doc-list li {width: calc(33.3% - 24px);margin: 0 12px;}

  .c_sentence-btn {margin-bottom: 60px;}



}



@media screen and (max-width:800px) {
  
  .header {padding-top: 20px;}
  .header-fixed {padding-top: 10px;padding-bottom: 10px;}
  .h_nav-btn {display: block;}
  .h_nav ul {position: absolute;top: -40px;left: 50%;display: block;width: 220px;margin-left: -110px;
      background-color: #fff;border-radius: 8px;padding: 8px;opacity: 0;pointer-events: none;transition: all .3s ease;}
  .h_nav.active ul {top: 36px;opacity: 1;pointer-events: auto;}
  .h_nav ul li {margin: 0;}
  .h_nav ul li a {padding: 8px;color: #131D3D;}

  .c_target {min-height: 580px;}

  .c_expert-list {padding-top: 0;}

  .c_target-thumb::after {right: 10px;}

  .c_proces-item {width: calc(50% - 30px);margin: 0 15px 40px;}

  .c_promise-box {padding-left: 30px;}

  .f_urid {width: 180px;}

}



@media screen and (max-width:700px) {

  .c_enter-list {column-count: 1;}
  .c_enter-list li {min-height: 50px;margin-bottom: 20px;}

  .c_wehelp-text {margin-bottom: 30px;}
  .c_wehelp-item {width: calc(50% - 20px);margin: 0 10px 20px;padding: 30px 20px;}
  .c_wehelp-item__title {padding-right: 55px;font-size: 22px;}
  .c_wehelp-item__desc {padding-bottom: 32px;margin-bottom: 30px;}
  
  .c_target-box {width: calc(100% - 240px);}
  .c_target-item {margin-bottom: 15px;}
  .c_target-thumb {width: 220px;}
  .c_target-thumb::after {display: none;}

  .c_decision-item {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;}
  .c_decision-item__title {width: 100%;}
  .c_decision-item__desc, .c_decision-item__info {width: 50%;min-height: 100px;}
  
  .c_promise {min-height: 480px;}
  .c_promise::before {width: 40%;}
  .c_promise-box {width: 60%;margin-left: 40%;}
  .c_promise-list {padding-bottom: 0;}

  .c_faq-item__head {padding: 18px 70px;}
  .c_faq-item__body {padding: 0 70px;}
  .c_faq-item.active .c_faq-item__body {padding-top: 20px;padding-bottom: 40px;}
  .c_faq-item__body::before {left: 70px;}
  
  .f_urid {width: 160px;font-size: 12px;}

}



@media screen and (max-width:600px) {

  .h_callme {width: 172px;}
  
  .c_btn {padding: 12px 24px;}

  .c_head span {display: inline;}

  .c_top-advant {padding-bottom: 0;}
  .c_top-item {width: calc(50% - 30px);margin-bottom: 25px;}

  .c_prod, .c_enter, .c_wehelp, .c_target, .c_vigod, .c_decision, .c_condit, 
  .c_faq, .c_doc, .c_sentence {padding-top: 50px;padding-bottom: 50px;}

  .c_prod-list {padding: 0;}
  .c_prod-item {width: 100%;padding: 15px;}
  .c_prod-item__info span {display: inline;}

  .c_target-box {width: 100%;}
  .c_target-thumb {display: none;}

  .c_wehelp-item {width: 100%;min-height: 300px;margin: 0 0 20px;}
  .c_wehelp-item__title {min-height: 85px;}

  .c_factor-label {width: 49%;}
  .c_factor-submit {width: 40%;margin-left: auto;margin-right: auto;padding-top: 12px;}

  .c_expert-item {width: 100%;max-width: 700px;margin: 0 0 10px;}

  .c_proces-item {width: 100%;max-width: 480px;margin: 0 0 30px;}

  .c_vigod .c_head {padding-right: 0;}

  .c_decision-item {padding: 0;}
  
  .c_promise::before {width: 35%;}
  .c_promise-box {width: 65%;margin-left: 35%;padding-left: 20px;}
  .c_promise-item {margin-bottom: 20px;}

  .c_condit-item {width: 100%;max-width: 480px;}

  .c_faq-item__head {padding: 15px 40px;}
  .c_faq-item__body {padding: 0 40px;}
  .c_faq-item.active .c_faq-item__body {padding-top: 15px;padding-bottom: 30px;}
  .c_faq-item__body::before {left: 40px;}

  .c_doc-list li {width: 100%;max-width: 100%;min-height: 36px;padding-bottom: 10px;}
  .c_doc-list li::before {line-height: 1.1;}

  .c_sentence-info {padding-top: 10px;padding-bottom: 30px;}

  .c_bot-box {max-width: 376px;margin-top: -20px;padding: 30px;}

  .footer .h_box {display: flex;flex-wrap: wrap;justify-content: space-between;width: 100%;max-width: 100%;padding-bottom: 15px;}
  .footer .h_desc {width: calc(100% - 240px);padding-top: 4px;}

  .popup {padding: 35px 30px;}

}



@media screen and (max-width:500px) {
  
  .header-fixed {padding-bottom: 32px;}
  .h_nav {position: absolute;top: 45px;right: 10px;width: 52%;}
  .h_nav-btn {text-align: right;font-size: 14px;}
  .h_nav-btn span {margin: 7px 0 0 5px;}

  .c_top-box {padding: 25px;}
  .c_top h1 {font-size: 50px;}
  .c_top-subtitle {margin-top: 15px;font-size: 20px;}

  .c_vigod-list li {margin-bottom: 20px;padding-left: 40px;}
  .c_vigod-list li::before {width: 35px;}

  .c_decision-item__desc, .c_decision-item__info {width: 100%;min-height: 100px;}
  
  .c_promise {min-height: 200px;}
  .c_promise::before {display: none;}
  .c_promise-box {width: 100%;margin-left: 0;padding-left: 0;}

  .popup {max-width: 380px;padding: 20px;}
  .popup-close {top: 8px;right: 8px;}

}



@media screen and (max-width:400px) {

  .m_inb {padding-top: 5px;padding-bottom: 5px;}
  
  .header-fixed {padding-top: 5px;padding-bottom: 5px;}
  .h_nav {top: 0;}
  .h_nav ul {width: 200px;margin-left: -100px;padding: 4px;}
  .h_callme {height: 33px;margin-top: 5px;font-size: 17px;line-height: 29px;}

  .c_head {line-height: 33px;font-size: 25px;}

  .c_btn {padding: 12px;}

  .c_top-box {padding: 20px;}
  .c_top h1 {font-size: 40px;}
  .c_top-subtitle {margin-top: 12px;font-size: 17px;}

  .c_prod, .c_enter, .c_wehelp, .c_target, .c_vigod, .c_decision, .c_condit, 
  .c_faq, .c_doc, .c_sentence {padding-top: 30px;padding-bottom: 30px;}

  .c_wehelp-item {padding: 10px;}

  .c_decision-item__desc, .c_decision-item__title {padding: 0 10px;}
  .c_decision-item__info {padding: 10px;}
  .c_decision-item__desc {padding-bottom: 15px;}

  .c_factor-label, .c_factor-submit {width: 100%;margin-bottom: 8px;}
  .c_factor-submit {padding-top: 8px;}

  .c_vigod-list li::before {text-align: center;}

  .c_faq-item__head {padding: 12px 40px 12px 20px;}
  .c_faq-item::before {right: 17px;}
  .c_faq-item__body {padding: 0 20px;}
  .c_faq-item.active .c_faq-item__body {padding-top: 15px;padding-bottom: 20px;}
  .c_faq-item__body::before {left: 20px;}

  .c_bot-box {max-width: 300px;margin-top: 20px;padding: 15px;}
  .c_bot-box .c_btn {font-size: 17px;}
  
  .footer {padding-top: 20px;padding-bottom: 20px;}
  .footer .h_desc {width: 100%;}
  .f_urid {width: 100%;margin-bottom: 20px;}
  .f_right {margin: auto;text-align: center;}
  .f_right .h_callme {width: 100%;}

  .popup {max-width: 290px;padding: 15px;}
  .popup-close {top: 8px;right: 8px;}
  .popup_head {padding-right: 10px;}

  .c_bot-submit {display: block;white-space: normal;word-wrap: break-word;}

}

#factor-secret {
  height: 0 !important;
  width: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

label#factor-secret-error {
  display: none !important;
}