@charset "UTF-8";
/** RobotoBold **/
@font-face {
  font-family: 'RobotoBold';
  src: url("/fonts/RobotoBold/RobotoBold.eot");
  src: local("☺"), url("/fonts/RobotoBold/RobotoBold.woff") format("woff"), url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype"), url("/fonts/RobotoBold/RobotoBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** RobotoItalic **/
@font-face {
  font-family: 'RobotoItalic';
  src: url("/fonts/RobotoItalic/RobotoItalic.eot");
  src: local("☺"), url("/fonts/RobotoItalic/RobotoItalic.woff") format("woff"), url("/fonts/RobotoItalic/RobotoItalic.ttf") format("truetype"), url("/fonts/RobotoItalic/RobotoItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** RobotoLight **/
@font-face {
  font-family: 'RobotoLight';
  src: url("/fonts/RobotoLight/RobotoLight.eot");
  src: local("☺"), url("/fonts/RobotoLight/RobotoLight.woff") format("woff"), url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype"), url("/fonts/RobotoLight/RobotoLight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** RobotoLightItalic **/
@font-face {
  font-family: 'RobotoLightItalic';
  src: url("/fonts/RobotoLightItalic/RobotoLightItalic.eot");
  src: local("☺"), url("/fonts/RobotoLightItalic/RobotoLightItalic.woff") format("woff"), url("/fonts/RobotoLightItalic/RobotoLightItalic.ttf") format("truetype"), url("/fonts/RobotoLightItalic/RobotoLightItalic.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** RobotoMedium **/
@font-face {
  font-family: 'RobotoMedium';
  src: url("/fonts/RobotoMedium/RobotoMedium.eot");
  src: local("☺"), url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype"), url("/fonts/RobotoMedium/RobotoMedium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/** RobotoRegular **/
@font-face {
  font-family: 'RobotoRegular';
  src: url("/fonts/RobotoRegular/RobotoRegular.eot");
  src: local("☺"), url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"), url("/fonts/RobotoRegular/RobotoRegular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  font: 14px 'RobotoRegular', sans-serif;
  width: 100%;
  height: 100%;
  line-height: 20px;
  background: #fff;
  
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: blue;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

input {
  vertical-align: middle;
  outline: none;
  border: 0;
}

input[type="submit"], input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  border: 0;
}

textarea {
  outline: none;
  resize: none;
}

:invalid {
  box-shadow: none;
}

ol, ul {
  list-style-position: inside;
}

::-webkit-input-placeholder {
  color: rgba(25, 38, 60, 0.3);
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  color: rgba(25, 38, 60, 0.3);
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  color: rgba(25, 38, 60, 0.3);
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  color: rgba(25, 38, 60, 0.3);
  opacity: 1;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

a, .btn {
  transition: .3s;
}

.btn {
  display: inline-block;
  vertical-align: top;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 94px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.row > div {
  display: inline-block;
  vertical-align: top;
}

.row-mid > div {
  display: inline-block;
  vertical-align: middle;
}

.row-bot > div {
  display: inline-block;
  vertical-align: bottom;
}

.hid {
  overflow: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.logo {
  display: block;
  text-decoration: none;
}

.logo__image {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  max-height: 40px;
}

.logo__text {
  display: inline-block;
  vertical-align: top;
  font: 21px/26px 'RobotoBold';
  color: #3c4854;
  margin-top: 15px;
}

.menu {
  position: relative;
}

.menu__header {
  position: relative;
}

.menu__list {
  display: block;
  list-style: none;
  font-size: 0;
  position: relative;
  display: -webkit-box; display: -ms-flexbox; display: flex;
}

.menu__list-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

.menu__list-item:first-child {
  margin-left: 0;
}

.menu__list-item:nth-child(3){
  transition: .3s;
  margin-top: -2px;
}

.menu__list-item:nth-child(3) a{
  color: #FF7849;
  border: 2px solid #FF7849;
  padding: 0 25px;
  border-radius: 5px;
  transition: .3s;
}

.menu__list-item:nth-child(3):hover a{
	background-color: #ff7849;
  color: #fff;
}

.menu__link {
  display: block;
  text-decoration: none;
  font: 17px/24px 'RobotoLight';
  color: #3c4854;
}

.menu__link:hover, .menu__link_active {
  color: #43b448;
}

.menu__button {
  display: none;
  text-decoration: none;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  box-shadow: 3px 3px 16px 6px rgba(41, 125, 45, 0.18);
}

.menu__button-lines {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  margin-right: 15px;
}

.menu__button-lines span {
  display: block;
  background: #43b448;
  width: 100%;
  height: 2px;
}

.menu__button-lines span + span {
  margin-top: 6px;
}

.menu__button-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 20px;
  color: #43b448;
}

.menu__close {
  display: none;
  text-decoration: none;
  background-image: url(/images/sprite.png);
  background-position: -308px -254px;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 12px;
  top: 12px;
}

.menu .menu__overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-top: 7px;
}

.input__control {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 17px;
  border-bottom: 1px solid #4db151;
  text-transform: uppercase;
  height: 28px;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.input__error-message {
  display: none;
  font: 14px/20px 'RobotoLight';
  color: #fb784d;
  width: 100%;
  text-align: center;
  margin-top: -20px;
}

.input__info-message {
  font: 13px/16px 'RobotoLight';
  color: #cdced1;
}

.input__info-message span {
  color: #fb784d;
}

.input_error .input__control {
  border-bottom-color: #fb784d;
}

.input_error .input__error-message {
  display: block;
}

.textarea {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.textarea__control {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  line-height: 17px;
  border: none;
  border-bottom: 1px solid #4db151;
  height: 185px;
  width: 100%;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.textarea__error-message {
  display: none;
  font: 14px/20px 'RobotoLight';
  color: #fb784d;
  width: 100%;
  text-align: center;
  margin-top: -20px;
}

.textarea__info-message {
  font: 15px/18px 'RobotoLight';
  color: #cdced1;
}

.textarea__info-message span {
  color: #fb784d;
}

.textarea_error .textarea__control {
  border-bottom-color: #fb784d;
}

.textarea_error .textarea__error-message {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font: 15px/15px 'RobotoLight';
  color: #fff;
  text-decoration: none;
  background: #43b448;
  border-radius: 4px;
  width: 192px;
  height: 35px;
  box-shadow: 0px 4px 13px 0px rgba(67, 180, 72, 0.31);
  transition: .3s;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button:hover {
  background: #3ca141;
}

.button_transparent {
  color: #4db151;
  background: none;
  border: 2px solid #4db151;
  height: 48px;
}

.button_transparent:hover {
  color: #fff;
  background: #4db151;
}

.button_loading {
  color: #4db151;
  background: url(/images/loading-green.gif) center center no-repeat;
  border: 2px solid #4db151;
  font-size: 0;
  cursor: default;
}

.button_loading:hover {
  background: url(/images/loading-green.gif) center center no-repeat;
}

.button_icon {
  padding-top: 5px;
}

.button_icon span {
  display: inline-block;
  vertical-align: middle;
}

.button_icon:hover {
  color: #4db151;
  background: none;
}

.icon-question {
  display: inline-block;
  vertical-align: middle;
  background-image: url(/images/sprite.png);
  background-position: -274px -139px;
  width: 34px;
  height: 32px;
}

.tabs__list {
  display: block;
  list-style: none;
  font-size: 0;
  border-bottom: 1px solid rgba(97, 103, 117, 0.4);
  margin-bottom: 19px;
}

.tabs__item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: -1px;
}

.tabs__link {
  display: block;
  text-decoration: none;
  font-size: 15px;
  line-height: 15px;
  color: #4db151;
  text-transform: uppercase;
  border: 1px solid #43b448;
  padding: 6px 18px;
}

.tabs__link_active {
  color: #fff;
  background: #43b448;
}

.dialog {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.dialog__icon {
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 24px;
  color: #c0c2c8;
  border: 1px solid #c0c2c8;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

.dialog__text {
  display: none;
  font: 14px/20px 'RobotoMedium';
  color: #fff;
  background: #fd864d;
  border-radius: 8px;
  white-space: nowrap;
  position: absolute;
  top: 36px;
  right: 0;
  padding: 2px 10px;
  z-index: 1;
}

.dialog__text:before {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 10px solid #fd864d;
  position: absolute;
  right: 18px;
  top: -15px;
  z-index: -1;
  -webkit-transform: rotateZ(20deg);
      -ms-transform: rotate(20deg);
          transform: rotateZ(20deg);
}

.dialog_active .dialog__icon {
  color: #43b448;
  border-color: #43b448;
}

.dialog_active .dialog__text {
  display: block;
}

.logos-list {
  display: block;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin: 0 -15px;
}

.logos-list__item {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  box-sizing: border-box;
  padding: 0 15px;
}

.logos-list__icon {
  position: relative;
  margin-bottom: 5px;
  height: 65px;
}

.logos-list__icon:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.logos-list__icon img {
  display: inline-block;
  vertical-align: middle;
}

.logos-list__text {
  font-size: 12px;
  line-height: 16px;
  color: #beffbb;
  text-transform: uppercase;
}

.report-date {
  display: inline-block;
  vertical-align: bottom;
  list-style: none;
  min-width: 255px;
  margin-bottom: 14px;
  padding-right: 10px;
  box-sizing: border-box;
}

.report-date__item {
  font-size: 15px;
  line-height: 22px;
  color: #3c4854;
}

.report-date__item_positive {
  position: relative;
  padding-left: 30px;
}

.report-date__item_positive:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -97px -247px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 4px;
}

.report-date__item_negative {
  position: relative;
  padding-left: 30px;
}

.report-date__item_negative:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -113px -247px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3px;
  top: 4px;
}

.report-date_left {
  text-align: left;
}

.report-date_right {
  text-align: right;
  padding-right: 0;
  padding-left: 10px;
}

.report-date_right .report-date__item_positive, .report-date_right .report-date__item_negative {
  padding-left: 0;
  padding-right: 33px;
}

.report-date_right .report-date__item:before {
  left: auto;
  right: 3px;
}

.button-apps {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 16px;
  width: 304px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-shadow: 0px 12px 9px 0px rgba(222, 228, 234, 0.61);
}

.button-apps:hover {
  background: #0d0d0d;
}

.button-apps__wrapper {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}

.button-apps__wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button-apps__title {
  display: block;
  font-size: 22px;
  line-height: 24px;
}

.button-apps__text {
  display: block;
  font: 10px/12px 'RobotoLight';
}

.button-apps_apple .button-apps__wrapper {
  padding-left: 42px;
}

.button-apps_apple .button-apps__wrapper:before {
  background-image: url(/images/sprite.png);
  background-position: -237px -148px;
  width: 32px;
  height: 38px;
}

.button-apps_google .button-apps__wrapper {
  padding-left: 36px;
}

.button-apps_google .button-apps__wrapper:before {
  background-image: url(/images/sprite.png);
  background-position: -308px 0px;
  width: 29px;
  height: 34px;
}

.application-advantage {
  display: inline-block;
  text-align: left;
  list-style: none;
  margin-bottom: 5px;
}

.application-advantage__item {
  font: 18px/26px 'RobotoLight';
  color: #19263c;
  margin-bottom: 36px;
  padding-left: 45px;
  position: relative;
}

.application-advantage__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.application-advantage__item_note:before {
  background-image: url(/images/sprite.png);
  background-position: -308px -34px;
  width: 27px;
  height: 33px;
}

.application-advantage__item_man:before {
  background-image: url(/images/sprite.png);
  background-position: -237px -71px;
  width: 31px;
  height: 40px;
}

.application-advantage__item_phone:before {
  background-image: url(/images/sprite.png);
  background-position: -274px -205px;
  width: 32px;
  height: 32px;
}

.about-list {
  list-style: none;
  font-size: 0;
  margin: 0 -15px;
  margin-bottom: 35px;
}

.about-list__item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 30px);
  height: 64px;
  margin: 0 15px;
  border-radius: 32px;
  padding: 0 35px 0 70px;
  margin-bottom: 15px;
  font: 18px/22px 'RobotoLight';
  color: #1a273d;
  box-sizing: border-box;
  box-shadow: 0px 12px 9px 0px rgba(138, 151, 178, 0.05);
  position: relative;
}

.about-list__item span {
  display: inline-block;
  vertical-align: middle;
  width: 350px;
}

.about-list__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.about-list__item:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.about-list__item_item-1:before {
  background-image: url(/images/sprite.png);
  background-position: -237px 0px;
  width: 37px;
  height: 35px;
}

.about-list__item_item-2:before {
  background-image: url(/images/sprite.png);
  background-position: -274px -171px;
  width: 32px;
  height: 34px;
}

.about-list__item_item-3:before {
  background-image: url(/images/sprite.png);
  background-position: -274px 0px;
  width: 34px;
  height: 35px;
}

.about-list__item_item-4:before {
  background-image: url(/images/sprite.png);
  background-position: -237px -35px;
  width: 35px;
  height: 36px;
}

.about-list__item_item-5:before {
  background-image: url(/images/sprite.png);
  background-position: -237px -111px;
  width: 33px;
  height: 37px;
}

.about-quote {
  background: url(/images/about-quote-bg.jpg) top center no-repeat;
  background-size: cover;
  border-top: 7px solid #dee4ea;
  padding-top: 40px;
  padding-bottom: 25px;
}

.about-quote__text {
  font: 15px/22px 'RobotoLightItalic';
  color: #1a273d;
  text-align: center;
  width: 83%;
  margin: 0 auto;
}

.about-quote__wrapper {
  text-align: center;
  margin-top: 10px;
}

.about-quote__author {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-quote__author-image {
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  margin-right: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.about-quote__author-image img {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

.about-quote__author-image:before {
  content: '';
  display: block;
  border: 1px solid rgba(26, 39, 61, 0.22);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -9px;
}

.about-quote__author-info {
  display: inline-block;
  vertical-align: middle;
}

.about-quote__author-name {
  font: 15px/22px 'RobotoMedium';
  color: #4cb050;
  text-decoration: none;
}

.about-quote__author-name:hover {
  text-decoration: underline;
}

.about-quote__author-job {
  font: 15px/22px 'RobotoLight';
  color: #1a273d;
}

.review-list {
  list-style: none;
  font-size: 0;
  margin: 0 -15px;
  margin-bottom: 10px;
}

.review-list__item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 30px);
  min-height: 265px;
  margin: 0 15px;
  margin-bottom: 22px;
  padding: 28px 35px 20px 40px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 12px 9px 0px rgba(222, 228, 234, 0.61);
}

.review-list__header {
  margin-bottom: 15px;
  margin-right: -25px;
  position: relative;
  overflow: hidden;
}

.review-list__image {
  display: inline-block;
  vertical-align: middle;
  font: 30px/30px 'RobotoMedium';
  color: #fff;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  position: relative;
}

.review-list__image span {
  display: inline-block;
  vertical-align: middle;
}

.review-list__image:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.review-list__wrapper {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.review-list__name {
  display: inline-block;
  vertical-align: middle;
  font: 20px/24px 'RobotoMedium';
  color: #3c4854;
}

.review-list__star {
  display: inline-block;
  vertical-align: middle;
  width: 113px;
  height: 17px;
  margin-left: 13px;
}

.review-list__star-inner {
  display: inline-block;
  background: url(/images/review-stars.png) left center no-repeat;
  height: 100%;
}

.review-list__source {
  display: block;
  font: 15px/24px 'RobotoLight';
  color: #3c4854;
}

.review-list__descript {
  font: 15px/23px 'RobotoLightItalic';
  color: #3c4854;
}

.footer-menu {
  list-style: none;
}

.footer-menu__item {
  display: block;
  margin-bottom: 4px;
}

.footer-menu__link {
  display: block;
  font: 14px/14px 'RobotoLight';
  background: rgba(64, 94, 113, 0.5);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
}

.footer-menu__link:hover {
  color: #202a36;
  background: #fff;
}

.footer-social {
  list-style: none;
}

.footer-social__item {
  display: block;
  position: relative;
  width: 80px;
  margin-bottom: 10px;
  text-align: center;
  transform: scale(.8);
  -webkit-transform: scale(.8);
}

.footer-social__item_fb .footer-social__link {
  background-image: url(/images/sprite.png);
  background-position: -308px -67px;
  width: 20px;
  height: 39px;
}

.footer-social__item_vk .footer-social__link {
  background-image: url(/images/sprite.png);
  background-position: -199px -213px;
  width: 40px;
  height: 23px;
}

.footer-social__item_ig .footer-social__link {
  background-image: url(/images/sprite.png);
  background-position: -47px -165px;
  width: 40px;
  height: 40px;
}

.footer-social__link {
  display: inline-block;
  vertical-align: top;
}

.capcha {
  text-align: center;
  font-size: 0;
}

.capcha__form-title {
  font-size: 18px;
  line-height: 24px;
  color: #1a273d;
  margin-bottom: 20px;
}

.capcha__image {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: absolute;
  left: 0;
  top: 0;
}
.capcha__image_rca{
    left: -100px;
}

.capcha__form {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 635px;
  padding-left: 205px;
  box-sizing: border-box;
  position: relative;
}

.capcha-form {
  font-size: 0;
}

.capcha-form__input {
  width: calc(100% - (192px + 17px));
}

.capcha-form__input .input__control {
  background: transparent;
}

.capcha-form__input .input__error-message {
  text-align: left;
}

.capcha-form__button, .vinformer-form__button {
  display: inline-block;
  vertical-align: top;
  width: 192px;
}

.auto-info {
  list-style: none;
  box-shadow: 0px 12px 9px 0px rgba(222, 228, 234, 0.61);
  padding: 25px 45px 15px;
  box-sizing: border-box;
}

.auto-info__item {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 10px;
}

.auto-info__item:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #c9cbd0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.auto-info__name {
  float: left;
  background: #fff;
  color: rgba(60, 72, 84, 0.6);
  position: relative;
  padding-right: 12px;
}

.auto-info__descr {
  float: right;
  background: #fff;
  color: #3c4854;
  height: 24px;
  position: relative;
  padding-left: 12px;
  overflow: hidden;
}

.base-info {
  list-style: none;
  box-shadow: 0px 12px 9px 0px rgba(222, 228, 234, 0.61);
  padding: 25px 0 0;
  box-sizing: border-box;
}

.base-info__title {
  font: 20px/24px 'RobotoMedium';
  text-align: center;
  color: #3c4854;
  margin-bottom: 15px;
}

.base-info__list {
  list-style: none;
  padding: 0 40px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c9cbd0;
}

.base-info__item {
  font-size: 16px;
  line-height: 20px;
  color: #3c4854;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.base-info__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.base-info__item_gibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -308px -186px;
  width: 24px;
  height: 24px;
  left: 8px;
}

.base-info__item_bank:before {
  background-image: url(/images/sprite.png);
  background-position: -81px -247px;
  width: 16px;
  height: 17px;
  left: 12px;
}

.base-info__item_vin:before {
  background-image: url(/images/sprite.png);
  background-position: -64px -247px;
  width: 17px;
  height: 17px;
  left: 12px;
}

.base-info__item_rsa:before {
  background-image: url(/images/sprite.png);
  background-position: -237px -186px;
  width: 26px;
  height: 14px;
  left: 6px;
}

.base-info__item_taxi:before {
  background-image: url(/images/sprite.png);
  background-position: -185px -147px;
  width: 20px;
  height: 18px;
  left: 10px;
}

.base-info__item_fts:before {
  background-image: url(/images/sprite.png);
  background-position: -308px -106px;
  width: 24px;
  height: 29px;
  left: 8px;
}

.base-info__item_arbit:before {
  background-image: url(/images/sprite.png);
  background-position: -308px -161px;
  width: 26px;
  height: 25px;
  left: 6px;
}

.base-info__item_ngibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -205px -147px;
  width: 21px;
  height: 16px;
  left: 8px;
}

.base-info__item_other:before {
  background-image: url(/images/sprite.png);
  background-position: -239px -213px;
  width: 21px;
  height: 14px;
  left: 8px;
}

.base-info__list-promo {
  list-style: none;
  padding: 0 40px;
  margin-bottom: 40px;
}

.base-info__item-promo {
  font-size: 16px;
  line-height: 20px;
  color: #3c4854;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.base-info__item-promo:before {
  content: '';
  display: block;
  background: #fc804d;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.base-info__item-promo:after {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -274px -237px;
  width: 11px;
  height: 8px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.base-info__example {
  font-size: 16px;
  line-height: 20px;
  color: #3c4854;
  text-align: center;
  padding: 24px 40px;
  box-shadow: 0px 0px 9px 0px rgba(222, 228, 234, 0.53);
}

.base-info__example-link {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  color: #4db151;
  margin-right: 15px;
}

.base-info__example-link:last-child {
  margin-right: 0;
}

.base-info__example-link:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  background-image: url(/images/sprite.png);
  background-position: -308px -210px;
  width: 20px;
  height: 25px;
}

.header {
  background: url(/images/header-bg.jpg) top center no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.header__top {
  background: #fff;
  box-shadow: 0px 3px 32px 14px rgba(69, 140, 175, 0.34);
  height: 70px;
  margin-bottom: 35px;
}

.header__logo {
  float: left;
  margin-top: 7px;
}

.header__menu {
  float: right;
  margin-top: 25px;
}

.header__title {
  font: 32px/38px 'RobotoMedium';
  color: #fff;
  font-weight: normal;
  text-align: center;
}

.header__text {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.header__form {
  background: #fff;
  box-shadow: 0px 13px 90px 0px rgba(27, 72, 58, 0.32);
  width: 83%;
  margin: 15px auto;
  padding: 30px 0 5px;
  font-size: 0;
}

.header__form-input {
  width: calc(100% - (192px + 32px));
}

.header__form-button {
  display: inline-block;
  width: 192px;
  margin-left: 32px;
}

.header__tabs {
  width: 80%;
  margin: 0 auto;
}

.header__logos {
  margin: 25px auto 0;
}

.header_optional {
  background: none;
}

.report {
  padding-top: 35px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #b7b7b7;
}


.report__title {
  font: 34px/42px 'RobotoBold';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
}

.report__text {
  font: 22px/30px 'RobotoLight';
  color: #3c4854;
  text-align: center;
}

.report__cars {
  background: url("../images/report-bg.jpg") center 85px no-repeat;
}

.report__cars-wrapper {
  width: 955px;
  margin: 0 auto;
}

.report__car_left {
  float: left;
}

.report__car_right {
  float: right;
}

.report__car_right .report__car-image {
  padding-left: 0;
  padding-right: 30px;
}

.report__car_right .report__car-data {
  text-align: right;
  background: url(/images/report-car-bg-right.png) bottom right no-repeat;
}

.report__car-data {
  position: relative;
  height: 125px;
  margin-bottom: -20px;
  padding-bottom: 40px;
  background: url(/images/report-car-bg-left.png) bottom left no-repeat;
}

.report__car-data:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

.report__car-image {
  padding-left: 20px;
}

.source {
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 2px dashed #b7b7b7;
}

.source__title {
  font: 34px/42px 'RobotoMedium';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
}

.source__list {
  box-shadow: 0px 0px 70px 15px rgba(235, 238, 242, 0.61);
  margin-top: 38px;
  margin-bottom: 20px;
}

.source__item {
  box-shadow: 0px 2px 10px 3px rgba(235, 238, 242, 0.61);
  margin-bottom: 8px;
}

.source__item_active .source__header {
  background: #38b53d;
}

.source__item_active .source__header_promo {
  background: linear-gradient(to bottom, #fc7f4d, #fe954d);
}

.source__item_active .source__header_promo:before {
  background-image: url(/images/sprite.png);
  background-position: -136px -104px;
  width: 47px;
  height: 48px;
}

.source__item_active .source__header_gibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -136px -56px;
  width: 48px;
  height: 48px;
}

.source__item_active .source__header_bank:before {
  background-image: url(/images/sprite.png);
  background-position: 0px -247px;
  width: 32px;
  height: 32px;
}

.source__item_active .source__header_vin:before {
  background-image: url(/images/sprite.png);
  background-position: -274px -35px;
  width: 34px;
  height: 34px;
}

.source__item_active .source__header_rsa:before {
  background-image: url(/images/sprite.png);
  background-position: -141px -165px;
  width: 54px;
  height: 27px;
}

.source__item_active .source__header_taxi:before {
  background-image: url(/images/sprite.png);
  background-position: -38px -213px;
  width: 38px;
  height: 34px;
}

.source__item_active .source__header_fts:before {
  background-image: url(/images/sprite.png);
  background-position: -136px 0px;
  width: 49px;
  height: 56px;
}

.source__item_active .source__header_arbit:before {
  background-image: url(/images/sprite.png);
  background-position: -185px 0px;
  width: 52px;
  height: 50px;
}

.source__item_active .source__header_ngibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -117px -213px;
  width: 41px;
  height: 31px;
}

.source__item_active .source__header_other:before {
  background-image: url(/images/sprite.png);
  background-position: -195px -165px;
  width: 41px;
  height: 27px;
}

.source__item_active .source__header:after {
  background-position: -253px -200px;
}

.source__item_active .source__header-title {
  font-family: 'RobotoItalic';
  color: #fff;
}

.source__item_active .source__header-text {
  font-family: 'RobotoLight';
  color: #fff;
}

.source__item_active .source__data {
  display: block;
}

.source__header {
  display: block;
  text-decoration: none;
  background: #fff;
  padding-left: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 45px;
  position: relative;
}

.source__header:after {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -237px -200px;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.source__header:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.source__header_promo:before {
  background-image: url(/images/sprite.png);
  background-position: 0px -165px;
  width: 47px;
  height: 48px;
  left: 10px;
}

.source__header_gibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -185px -99px;
  width: 48px;
  height: 48px;
  left: 12px;
}

.source__header_bank:before {
  background-image: url(/images/sprite.png);
  background-position: -32px -247px;
  width: 32px;
  height: 31px;
  left: 20px;
}

.source__header_vin:before {
  background-image: url(/images/sprite.png);
  background-position: -274px -69px;
  width: 34px;
  height: 34px;
  left: 20px;
}

.source__header_rsa:before {
  background-image: url(/images/sprite.png);
  background-position: -87px -165px;
  width: 54px;
  height: 27px;
  left: 10px;
}

.source__header_taxi:before {
  background-image: url(/images/sprite.png);
  background-position: 0px -213px;
  width: 38px;
  height: 34px;
  left: 18px;
}

.source__header_fts:before {
  background-image: url(/images/sprite.png);
  background-position: -80px -56px;
  width: 49px;
  height: 56px;
  left: 12px;
}

.source__header_arbit:before {
  background-image: url(/images/sprite.png);
  background-position: -80px -112px;
  width: 52px;
  height: 50px;
  left: 12px;
}

.source__header_ngibdd:before {
  background-image: url(/images/sprite.png);
  background-position: -76px -213px;
  width: 41px;
  height: 31px;
  left: 18px;
}

.source__header_other:before {
  background-image: url(/images/sprite.png);
  background-position: -158px -213px;
  width: 41px;
  height: 27px;
  left: 12px;
}

.source__header-title {
  font-size: 18px;
  line-height: 26px;
  color: #3c4854;
}

.source__header-text {
  font: 16px/24px 'RobotoLightItalic';
  color: #19263c;
}

.source__data {
  display: none;
  font-size: 20px;
  line-height: 24px;
  color: #3c4854;
  background: #e4e4e4;
  border-top: 5px solid #d6d9da;
  padding: 20px 15px;
}

.source__data-item {
  text-align: center;
  margin-bottom: 10px;
}

.source__data-item img {
  display: inline-block;
  vertical-align: top;
  width: 73%;
}

.source__promo {
  font-size: 20px;
  line-height: 24px;
  color: #3c4854;
  padding-left: 60px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

.source__promo:last-child {
  margin-bottom: 20px;
}

.source__promo:before {
  content: '';
  width: 40px;
  height: 24px;
  background: #fc804d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.source__promo:after {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -308px -235px;
  width: 26px;
  height: 19px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.source__text {
  font: 15px/22px 'RobotoLight';
  color: #babfc9;
  text-align: center;
}

.source__docs {
  font-size: 0;
  margin: 50px -15px 0;
}

.source__docs-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 90px 15px 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.source__docs-item:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: 0px -80px;
  width: 75px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.source__docs-title {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 30px;
  color: #4db151;
  position: relative;
  padding-left: 37px;
}

.source__docs-title:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -274px -103px;
  width: 32px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.source__docs-button {
  text-align: center;
  width: 65%;
  margin: 42px auto 10px;
}

.source__docs-button .button {
  width: 100%;
}

.source__button-other {
  display: none;
  margin: 0 10px 35px;
}

.source__button-other .button {
  width: 100%;
}

.application {
  background: url(/images/application-bg.png) bottom center no-repeat;
  padding-top: 50px;
}

.application .container {
  background: url(/images/hand.png) 51px 118px no-repeat;
}

.application__title {
  font: 34px/42px 'RobotoMedium';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
  margin-bottom: 5px;
}

.application__text {
  font: 20px/28px 'RobotoLight';
  color: #3c4854;
  text-align: center;
}

.application__text span {
  font-family: 'RobotoMedium';
  color: #fb784d;
}

.application__wrapper {
  text-align: center;
  width: 752px;
  margin-top: 42px;
  margin-left: auto;
  margin-right: 122px;
  padding-bottom: 65px;
}

.about {
  padding-top: 80px;
}

.about__title {
  font: 34px/42px 'RobotoMedium';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
  margin-bottom: 45px;
}

.review {
  padding-top: 65px;
  padding-bottom: 30px;
}

.review__title {
  font: 34px/42px 'RobotoMedium';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
  margin-bottom: 35px;
}

.review__button-other {
  display: none;
  margin: 20px 10px 10px;
}

.review__button-other .button {
  width: 100%;
}

.footer {
  background: url(/images/footer-bg.jpg) top center no-repeat;
  background-size: cover;
  padding-top: 15px;
}

.footer__wrapper {
  float: left;
  font-size: 0;
  margin: 0 -15px 30px;
}

.footer__logo {
  display: inline-block;
  vertical-align: top;
  margin: 58px 15px 0;
}

.footer__menu {
  display: inline-block;
  vertical-align: top;
  width: 304px;
  margin: 36px 15px 0;
}

.footer__info {
  display: inline-block;
  vertical-align: top;
  margin: 42px 15px 0;
}

.footer__text-block {
  margin-bottom: 20px;
}

.footer__text {
  font: 14px/18px 'RobotoLightItalic';
  color: #86a5ba;
}

.footer__link {
  font: 15px/20px 'RobotoLightItalic';
  color: #86a5ba;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__social {
  float: right;
  margin-top: 45px;
}

.footer__bottom {
  background: rgba(11, 16, 25, 0.2);
  padding: 15px 0;
}

.footer__copy {
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}

.popup {
  display: none;
  width: 930px;
  background: #fff;
}

.popup__header {
  background: #edf1f3;
  font-size: 22px;
  line-height: 24px;
  color: #3c4854;
  padding: 20px 65px 24px 30px;
  position: relative;
}

.popup_title{
	padding-right: 50px;
}

.popup__close {
  background-image: url(/images/sprite.png);
  background-position: -308px -135px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 8040;
}

.popup__body {
  padding: 30px;
  min-height: 400px;
  box-sizing: border-box;
}

.popup__text {
  font: 16px/24px 'RobotoLightItalic';
  color: #1a273d;
}

.popup__capcha-block {
  margin-top: 50px;
}

.popup__loading {
  margin-top: 50px;
}

.popup__loading .popup__image {
  margin-bottom: 50px;
}

.popup__technical {
  margin-top: 15px;
}

.popup__technical .popup__message {
  color: #3c4854;
  padding: 0 8%;
}

.popup__technical-logo {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
}

.popup__technical-logo:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -80px 0px;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -12px;
  right: -12px;
}

.popup__technical-button {
  margin-top: 35px;
}

.popup__technical-button .button {
  width: 320px;
}

.popup__ready {
  text-align: center;
  width: 540px;
  margin: 0 auto;
}

.popup__ready-icon {
  margin-top: 10px;
  margin-bottom: 5px;
}

.popup__ready-text {
  font-size: 24px;
  line-height: 28px;
  color: #43b448;
  margin-bottom: 25px;
}

.popup__ready .popup__message {
  color: #3c4854;
  margin-bottom: 40px;
}

.popup__ready .popup__message span {
  color: #fb784d;
}

.popup__ready .button {
  width: 100%;
}

.popup__error-box {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 24px;
  color: #fb784d;
  border: 2px solid #fb784d;
  padding: 14px 40px;
  margin-bottom: 40px;
}

.popup__info-box {
  font: 16px/18px 'RobotoLight';
  color: #3c4854;
  box-shadow: 0px 12px 9px 0px rgba(222, 228, 234, 0.61);
  padding: 25px;
  margin-bottom: 40px;
}

.popup__info-box_mini {
  padding-left: 90px;
  position: relative;
}

.popup__info-box_mini:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: -185px -50px;
  width: 49px;
  height: 49px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__info-box_big {
  padding-left: 130px;
  position: relative;
}

.popup__info-box_big:before {
  content: '';
  display: block;
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__info-box-text {
  margin-bottom: 15px;
}

.popup__info-box-text a {
  font: 16px/18px 'RobotoLight';
  color: #5dbd62;
  text-decoration: none;
}

.popup__info-box-text a:hover {
  text-decoration: underline;
}

.popup__app-box-info {
  font-size: 16px;
  line-height: 22px;
  color: #3c4854;
  width: 630px;
  padding-left: 65px;
  margin: 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  position: relative;
}

.popup__app-box-info:before {
  content: '';
  display: block;
  background: url(/images/logo-header.png) center center no-repeat;
  width: 50px;
  height: 51px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.popup__app-box-buttons {
  text-align: center;
}

.popup__report-info {
  width: 720px;
  margin: 0 auto 25px;
}

.popup__report-base {
  width: 720px;
  margin: 0 auto 25px;
}

.popup__report-button {
  text-align: center;
  margin-top: 40px;
}

.popup__report-button .button {
  width: 320px;
}

.popup__form-box {
  width: 720px;
  margin: 55px auto 30px;
  box-sizing: border-box;
  border-bottom: 2px dashed #b7b7b7;
  padding-bottom: 50px;
}

.popup__form-box form {
  width: 340px;
  margin: 0 auto;
}

.popup__form-title {
  font: 20px/24px 'RobotoMedium';
  color: #3c4854;
  text-align: center;
  margin-bottom: 35px;
}

.popup__form-input {
  width: 100%;
  margin-bottom: 10px;
}

.popup__form-input .input__control {
  margin-bottom: 10px;
}

.popup__form-button .button {
  width: 100%;
  height: 50px;
}

.popup__image {
  display: inline-block;
  vertical-align: top;
}

.popup__message {
  font-size: 18px;
  line-height: 24px;
  color: #bbbec7;
}

.popup_center {
  text-align: center;
}

.popup .button {
  box-shadow: none;
}

.fancybox-close {
  background-image: url(/images/sprite.png);
  background-position: -308px -135px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 23px;
  right: 25px;
  cursor: pointer;
  z-index: 8040;
}

.agreement__wrapper {
  width: 83%;
  margin: 0 auto;
}

.agreement__title {
  font: 36px/44px 'RobotoBold';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
  margin-bottom: 25px;
}

.agreement__block-main {
  font: 17px/24px 'RobotoLight';
  color: #3c4854;
  margin-bottom: 40px;
}

.agreement__block {
  margin-bottom: 15px;
}

.agreement__strong {
  font-family: 'RobotoMedium';
}

.agreement__list {
  margin-left: 20px;
}

.support__title {
  font: 36px/44px 'RobotoBold';
  color: #3c4854;
  font-weight: normal;
  text-align: center;
  text-shadow: 0px 8px 6px rgba(220, 231, 241, 0.43);
}

.support__text {
  font: 24px/32px 'RobotoLight';
  color: #3c4854;
  text-align: center;
}

.support__wrapper {
  width: 640px;
  margin: 40px auto 100px;
}

.support__form-input, .support__form-textarea {
  display: block;
  width: 100%;
}

.support__form-button {
  width: 416px;
  margin: 25px auto;
}

.support__form-button .button {
  width: 100%;
}

@media (max-width: 1504px) {
  .container {
    padding: 0 70px;
  }
}

@media (max-width: 1260px) {
  .application .container {
    background-position: 0px 118px;
  }
  .application__wrapper {
    margin-right: 0;
  }
  .capcha__form {
    width: 450px;
    margin: 0 auto;
    padding-left: 0;
  }
  .capcha__form-title {
    text-align: center;
  }
  .capcha__image {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    position: static;
  }
}

@media (max-width: 1130px) {
  .application__wrapper {
    width: 700px;
  }
}

@media (max-width: 1080px) {
  .container {
    padding: 0 50px;
  }
  .header__logos {
    width: 83%;
  }
  .report__cars-wrapper {
    width: 100%;
  }
  .source__docs-button {
    width: 72%;
  }
  .application .container {
    background-position: -80px 118px;
  }
  .application__wrapper {
    width: 640px;
  }
  .about-quote__text {
    width: 100%;
  }
  .about-list__item span {
    width: auto;
  }
  .source__data-item img {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .popup {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .menu__list-item:nth-child(3):hover a {
      color: #FF7849;
      background-color: #fff;
  }
}

@media (max-width: 920px) {
  .container {
    padding: 0 30px;
  }
  .report__cars {
    background: none;
    margin-top: 25px;
  }
  .report__cars-wrapper {
    width: auto;
  }
  .report__car {
    float: none;
    margin: 0 auto 30px;
    text-align: center;
  }
  .report__car-data {
    margin-bottom: 15px;
    display: inline-block;
    height: auto;
  }
  .report__car-image {
    padding-left: 0;
    text-align: center;
  }
  .report__car_right .report__car-image {
    padding-right: 0;
  }
  .review-list {
    box-shadow: 6px 6px 9px 0px rgba(222, 228, 234, 0.61);
  }
  .review-list__item {
    height: auto;
    width: 100%;
    margin: 0;
    box-shadow: none;
    border-top: none;
  }
  .review-list__image {
    margin-right: 10px;
    margin-top: -30px;
  }
  .review-list__header {
    border-bottom: 1px dashed #dfdfdf;
    overflow: visible;
  }
  .review-list__wrapper {
    position: static;
  }
  .review-list__name {
    margin-bottom: 5px;
  }
  .review-list__star {
    display: block;
    margin-left: 0;
  }
  .review-list__source {
    margin-top: 10px;
    margin-left: -58px;
  }
  .footer__wrapper {
    margin-bottom: 15px;
  }
  .footer__social {
    margin-top: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  .footer-social {
    font-size: 0;
    text-align: center;
  }
  .footer-social__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: auto;
  }
}

@media (max-width: 860px) {
  .header__form {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__logos {
    width: auto;
  }
  .source__docs-button {
    width: 290px;
  }
  .application {
    background: none;
    border-bottom: 2px dashed #b7b7b7;
  }
  .application .container {
    background: none;
  }
  .application__wrapper {
    width: 100%;
  }
  .about-list__item {
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #b7b7b7;
    border-radius: 0;
    margin: 0;
  }
  .about-list__item:last-child {
    border-bottom: none;
  }
}

@media (max-width: 820px) {
  .footer__wrapper {
    float: none;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu {
    display: block;
    margin: 0 auto 15px;
  }
  .footer__info {
    width: 304px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 790px) {
  .popup__report-info {
    width: auto;
  }
  .popup__report-base {
    width: auto;
  }
  .popup__form-box {
    width: auto;
  }
}

@media (max-width: 720px) {
  .container {
    padding: 0 8px;
  }
  .header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__top {
    box-shadow: none;
    height: auto;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .header__menu {
    float: none;
    position: relative;
    margin: 0 -8px;
  }
  .header__logo {
    float: none;
    text-align: center;
    margin-top: 8px;
  }
  .logos-list__icon {
   box-sizing: border-box;
   padding: 10px;
	}
	.logos-list__icon img{
	max-height: 100%;
	}
  .header__form-input {
    width: 100%;
  }
  .header__form-button {
    display: block;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .menu__list {
    display: none;
    background: #fff;
    padding-top: 17px;
    padding-bottom: 30px;
    position: absolute;
    top: 48px;
    width: 100%;
  }
  .menu__list-item {
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 1px solid #ccc;
  }
  .menu__list-item:first-child {
    margin-left: 25px;
  }
  .menu__list-item:nth-child(3) {
    max-width: 216px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
   .menu__list-item:nth-child(3) a{
   	padding:  0 15px;
   }

  .menu__list-item:nth-child(2) {
    border-bottom: none;
  }
  .menu__link {
    font-size: 18px;
    padding: 10px 0;
  }
  .menu__button {
    display: block;
  }
  .menu_active .menu__header {
    z-index: 3;
  }
  .menu_active .menu__list {
    display: block;
    z-index: 3;
  }
  .menu_active .menu__button {
    background: #edf1f3;
  }
  .menu_active .menu__button-text {
    color: #3c4854;
  }
  .menu_active .menu__button-lines {
    display: none;
  }
  .menu_active .menu__close {
    display: block;
  }
  .menu_active .menu__overlay {
    display: block;
  }
  .tabs {
    width: 100%;
  }
  .tabs__list {
    text-align: center;
    border-bottom: none;
    margin-bottom: 25px;
  }
  .tabs__link {
    min-width: 120px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .logos-list__item {
    width: 25%;
    margin-bottom: 15px;
  }
  .source .container {
    padding: 0;
  }
  .source__data {
    padding-left: 0;
    padding-right: 0;
  }
  .source__item {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
  .source__header {
    padding-right: 35px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .source__header:after {
    right: 15px;
  }
  .source__header-title {
    line-height: 22px;
  }
  .source__header-text {
    line-height: 18px;
  }
  .source__docs {
    margin-top: 30px;
  }
  .source__docs-item {
    width: 100%;
    margin-bottom: 35px;
  }
  .about {
    padding-top: 30px;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about-list {
    margin-bottom: 35px;
  }
  .about-quote {
    padding-top: 25px;
  }
  .review {
    padding-top: 40px;
  }
  .review__title {
    margin-bottom: 25px;
  }
  .review-list__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup__body {
    padding: 20px 10px;
  }
  .popup__header {
    padding: 15px 45px 14px 12px;
  }
  .popup__capcha-block {
    margin-top: 20px;
  }
  .popup__info-box_mini {
    padding: 0;
    padding-top: 90px;
    box-shadow: none;
  }
  .popup__info-box_mini:before {
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popup__info-box_big {
    padding: 0;
    padding-top: 130px;
    box-shadow: none;
  }
  .popup__info-box_big:before {
    left: 50%;
    top: 25px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popup__app-box-info {
    width: 100%;
    padding-left: 0;
    padding-top: 65px;
    text-align: center;
  }
  .popup__app-box-info:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popup__report-info {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
  .popup__report-base {
    box-shadow: none;
  }
  .base-info__list {
    padding: 0;
  }
  .base-info__list-promo {
    padding: 0;
  }
  .base-info__example {
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
  }
  .capcha__form-title {
    text-align: center;
  }
  .capcha__form {
    width: 100%;
    padding-left: 0;
  }
  /*.capcha__image {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    position: static;
  }*/

  
  /*.capcha-form {
    width: 450px;
    margin: 0 auto;
  }*/
  .agreement__wrapper {
    width: 100%;
  }
  .support__wrapper {
    width: 100%;
  }
}

@media (max-width: 580px) {
  .base-info__example {
    text-align: left;
  }
  .base-info__example span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .base-info__example-link {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .header__title {
    font: 24px/36px 'RobotoBold';
  }
  .header__text {
    font-size: 17px;
    line-height: 22px;
    padding: 0 20px;
  }
  .header__form {
    margin-bottom: 10px;
  }
  .header__logos {
    margin-top: 10px;
  }
  .report {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .report__title {
    font: 24px/36px 'RobotoBold';
  }
  .report__text {
    font-size: 17px;
    line-height: 22px;
  }
  .source {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .source__title {
    font: 24px/36px 'RobotoBold';
  }
  .source__list {
    margin-top: 25px;
  }
  .source__docs-button {
    display: block;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .source__text {
    font-size: 14px;
    line-height: 16px;
  }
  .application {
    padding-top: 40px;
  }
  .application__title {
    font: 24px/36px 'RobotoBold';
  }
  .application__text {
    font-size: 17px;
    line-height: 22px;
  }
  .application__wrapper {
    padding-bottom: 35px;
  }
  .application-advantage__item {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .about__title {
    font: 24px/36px 'RobotoBold';
  }
  .about-list__item {
    font-size: 16px;
    line-height: 18px;
  }
  .review__title {
    font: 24px/36px 'RobotoBold';
  }
  .review-list__header {
    padding-bottom: 5px;
  }
  .review-list__name {
    font-size: 16px;
    line-height: 18px;
  }
  .review-list__source {
    font-size: 14px;
  }
  .review-list__descript {
    font-size: 16px;
  }
  .popup__header {
    font-size: 20px;
    line-height: 22px;
  }
  .popup__technical .popup__message {
    padding: 0;
  }
  .popup__technical-button .button {
    width: 100%;
  }
  .popup__ready {
    width: 100%;
  }
  .popup__form-box form {
    width: 100%;
  }
  .popup__report-button .button {
    width: 100%;
  }
  .popup__form-box {
    margin-top: 25px;
  }
  .popup__form-title {
    font-size: 20px;
    line-height: 26px;
  }
  .capcha-form {
    width: auto;
  }
  .capcha-form__input {
    width: 100%;
    margin-bottom: 20px;
  }
  .capcha-form__button {
    width: 100%;
    margin-left: 0;
  }
  .capcha-form__button .button {
    width: 100%;
  }
  .agreement__title {
    font: 24px/32px 'RobotoBold';
  }
  .agreement__list {
    margin-left: 10px;
  }
  .support__title {
    font: 24px/32px 'RobotoBold';
  }
  .support__text {
    font-size: 20px;
    line-height: 22px;
  }
  .support__form-button {
    width: 100%;
  }
  .auto-info__item {
    font-size: 16px;
    line-height: 22px;
  }
  .base-info__title {
    font-size: 20px;
    line-height: 26px;
  }
  .base-info__item, .base-info__item-promo {
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 380px) {
  .application__buttons {
    margin: 0 -8px;
  }
  .button-apps {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}

@media (max-width: 320px) {
  .source__item_hidden {
    display: none;
  }
  .source__button-other {
    display: block;
  }
  .review__button-other {
    display: block;
  }
  .review-list__item_hidden {
    display: none;
  }
}









.popup__vinformer{
  text-align: left;
  margin: 0 auto;
  width: 100%;
}

.popup__vinformer-icon {
  margin-top: 10px;
  margin-bottom: 5px;
}

.popup__vinformer-text {
  font-size: 24px;
  line-height: 28px;
  color: #43b448;
  margin-bottom: 25px;
}

.popup__vinformer .popup__message {
  color: #3c4854;
  margin-bottom: 20px;
  text-align: center;
}

.popup__vinformer .popup__message span {
  color: #fb784d;
}

.vinformer-form__input{
    width: 100%;
}
.vinformer-form__button {
  width: 100%;
  text-align: center;
}

.radio_inputs{
    /*padding-left: 150px;*/
}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
  font-size: 17px;
  line-height: 30px;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #9FD468;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}
}