@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-100.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.otf") format("opentype"), url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl-100") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-300.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.otf") format("opentype"), url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.otf") format("opentype"), url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.otf") format("opentype"), url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.otf") format("opentype"), url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900") format("svg");
  font-weight: 900;
  font-style: normal;
}
*, html {
  color: #000;
  font-family: "MuseoSansCyrl", Arial, Helvetica, sans-serif;
  font-weight: 300;
  outline: 0;
}

body {
  position: relative;
}

.i-clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #ffffff;
}

.wrapper {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.mobile-show {
  display: none;
}

.middle-show {
  display: none;
}

.mobile-hide {
  display: block;
}

.title {
  text-align: center;
}
.title h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}
.title h2 {
  font-size: 24px;
  line-height: 29px;
}
.title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.form .form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.form .form-input {
  position: relative;
  height: 75px;
  width: 312px;
}
.form .form-input .flag {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 22px;
  background: url(../images/flag.svg) no-repeat center;
  left: 23px;
  z-index: 1;
}
.form .form-input input {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #C8C8C8;
  border-radius: 3px;
  font-weight: 700;
  font-size: 18px;
}
.form .form-input input:focus {
  background: #fbeec6;
}
.form .form-input input.is-invalid {
  border-color: red;
}
.form .form-input input[placeholder] {
  color: #000;
  font-size: 18px;
}
.form .form-input input::placeholder {
  color: #000;
  font-size: 18px;
}
.form .form-input input::-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.form .form-input input:-moz-placeholder {
  color: #000;
  font-size: 18px;
}
.form .form-input input:-ms-input-placeholder {
  color: #000;
  font-size: 18px;
}
.form .form-input-phone input {
  text-indent: 62px;
}
.form .form-input-email input {
  text-indent: 62px;
}
.form .form-confirm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 17px;
}
.form .form-confirm .form-confirm-img {
  width: 18px;
  height: 18px;
  background: url(../images/confirm.svg) no-repeat center;
  cursor: pointer;
}
.form .form-confirm .form-confirm-text {
  padding-left: 6px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.59);
}

.m-button {
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  outline: 0;
  border: 0;
  margin: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
  background: #6884a1;
  background: -moz-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: -webkit-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: linear-gradient(to bottom, #6884a1 0%, #42546e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6884a1", endColorstr="#42546e",GradientType=0 );
  transition: all 0.25s ease-out;
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.m-button span {
  color: #fff;
}
.m-button .separator {
  display: inline-block;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.27);
}
.m-button:hover {
  box-shadow: 0 3px 15px rgba(0, 103, 255, 0.28), inset 0 0 0 81px rgba(255, 255, 255, 0.2);
}

.t-button {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  outline: 0;
  margin: 0;
  letter-spacing: 1px;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 5px;
  background: transparent;
  transition: all 0.25s ease-out;
  cursor: pointer;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.38);
  justify-content: space-evenly;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.t-button span {
  color: #fff;
}
.t-button .separator {
  display: inline-block;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.27);
}
.t-button:hover {
  box-shadow: 0 3px 15px rgba(0, 103, 255, 0.28), inset 0 0 0 81px rgba(255, 255, 255, 0.2);
}

header {
  height: 1079px;
  background: url(../images/header-bg.jpg) no-repeat center;
}
header .header-top {
  overflow: hidden;
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header-top .header-logo {
  background: url(../images/logo.png) no-repeat center;
  height: 75px;
  width: 64px;
}
header .header-top .header-slogan {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  margin-left: 24px;
}
header .header-top .header-apps {
  display: flex;
  justify-content: flex-end;
  padding-top: 5px;
}
header .header-top .header-apps a {
  width: 25px;
  height: 25px;
  background-size: cover;
}
header .header-top .header-apps a:first-child {
  margin-right: 10px;
}
header .header-top .header-apps .viber {
  background: url(../images/002-viber.svg) no-repeat center;
}
header .header-top .header-apps .whatsapp {
  background: url(../images/001-whatsapp.svg) no-repeat center;
  margin-right: 10px;
}
header .header-top .header-apps .telegram {
  background: url(../images/003-telegram.svg) no-repeat center;
  margin-right: 10px;
}
header .header-top .header-contacts {
  overflow: hidden;
  margin-left: auto;
}
header .header-top .header-contacts .header-phone {
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  transition: all 0.25s linear;
}
header .header-top .header-contacts .header-phone:hover {
  color: #6884A1;
}
header .header-top .header-contacts .header-time {
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding-top: 3px;
}
header .title {
  padding-top: 88px;
  text-align: left;
  padding-bottom: 41px;
}
header .title h1, header .title h2 {
  color: #fff;
}
header .title h2 {
  padding-top: 20px;
}
header .header-form {
  background: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 45px 42px 57px;
}
header .header-form .h-line {
  padding-top: 28px;
  overflow: hidden;
}
header .header-form .h-line .form-input {
  float: left;
}
header .header-form .h-line .form-submit {
  float: left;
  position: relative;
  left: -5px;
}
header .header-form .h-line .form-submit button {
  width: 351px;
  height: 75px;
}
header .header-form .h-line .form-submit button .separator {
  height: 75px;
}
header .header-form .h-line .form-submit button img {
  height: 30px;
}
header .header-list {
  display: flex;
  justify-content: space-between;
  padding-top: 44px;
}
header .header-list li {
  flex-basis: 24%;
}
header .header-list li .list-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding-bottom: 17px;
}
header .header-list li .list-text {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
}

.test .title {
  padding-top: 102px;
  padding-bottom: 63px;
}
.test .wrapper {
  overflow: visible;
}
.test-inn {
  position: relative;
  padding-bottom: 126px;
}
.test-wrap {
  width: calc(100% - 360px);
  float: left;
}
.test-wrap .test-progress .bar {
  width: 100%;
  height: 19px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(66, 84, 110, 0.28);
  border-radius: 10px;
}
.test-wrap .test-progress .bar .current {
  width: 20%;
  height: 100%;
  background: #6884a1;
  background: -moz-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: -webkit-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: linear-gradient(to bottom, #6884a1 0%, #42546e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6884a1", endColorstr="#42546e",GradientType=0 );
}
.test-wrap .test-steps {
  padding-top: 19px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1px;
  color: rgba(66, 84, 110, 0.8);
  text-transform: uppercase;
}
.test-wrap .test-steps span {
  color: inherit;
}
.test-wrap .test-pages .test-page {
  display: none;
}
.test-wrap .test-pages .test-page.active {
  display: block;
}
.test-wrap .test-pages .test-page .test-title {
  margin-top: 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
}
.test-wrap .test-pages .test-page .test-columns {
  margin-top: 41px;
  display: flex;
  justify-content: flex-start;
}
.test-wrap .test-pages .test-page .test-columns .test-column:first-child {
  margin-right: 47px;
}
.test-wrap .test-pages .test-page .test-columns .test-column .test-check {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 37px;
  cursor: pointer;
}
.test-wrap .test-pages .test-page .test-columns .test-column .test-check:first-child {
  margin-top: 0;
}
.test-wrap .test-pages .test-page .test-columns .test-column .test-check.active span {
  background: url(../images/checked.svg) no-repeat center;
}
.test-wrap .test-pages .test-page .test-columns .test-column .test-check span {
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/checkbox.svg) no-repeat center;
  vertical-align: middle;
}
.test .test-form .form-title {
  padding: 30px 0;
}
.test .test-form .form-input {
  width: 351px;
  height: 75px;
}
.test .test-form .form-submit {
  padding-top: 30px;
}
.test .test-form .form-submit button {
  width: 351px;
  height: 75px;
}
.test .test-form .form-submit button .separator {
  height: 75px;
}
.test .test-form .form-submit button img {
  height: 30px;
}
.test .test-button {
  margin-top: 41px;
}
.test .test-button a {
  width: 272px;
  height: 76px;
}
.test .test-button a.disabled {
  filter: grayscale(100%);
}
.test .test-button a img {
  width: 27px;
  height: 11px;
}
.test .test-spec {
  float: right;
  background: #E6EEF6;
  border-radius: 6px;
  text-align: center;
  width: 312px;
}
.test .test-spec .img {
  padding-top: 40px;
  width: 114px;
  height: 114px;
  overflow: hidden;
  margin: 0 auto 0;
}
.test .test-spec .spec-name {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  padding-top: 24px;
}
.test .test-spec .spec-post {
  font-size: 14px;
  line-height: 17px;
  padding-top: 9px;
}
.test .test-spec .separator {
  width: 82px;
  height: 1px;
  margin: 18px auto 0;
  background: rgba(0, 0, 0, 0.18);
}
.test .test-spec .spec-help {
  font-size: 16px;
  line-height: 19px;
  padding-top: 16px;
}
.test .test-spec .spec-cons {
  padding-top: 14px;
  padding-bottom: 40px;
}
.test .test-spec .spec-cons a {
  color: #344764;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  transition: all 0.25s linear;
  border-bottom: 2px solid #344764;
}
.test .test-spec .spec-cons a:hover {
  border-bottom-style: dashed;
}

.digits {
  background: #E6EEF6;
}
.digits .title {
  padding-top: 109px;
  padding-bottom: 64px;
}
.digits .digits-list {
  display: flex;
  justify-content: space-between;
}
.digits .digits-list li {
  text-align: center;
}
.digits .digits-list li .list-number {
  font-weight: 500;
  font-size: 50px;
  display: inline-block;
  height: 134px;
  width: 134px;
  text-align: center;
  line-height: 134px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 6px;
  color: #6884A1;
}
.digits .digits-list li .list-number.small {
font-size: 25px;
}
.digits .digits-list li .list-text {
  font-size: 16px;
  line-height: 22px;
  padding-top: 16px;
}
.digits .arrival-list {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 137px;
}
.digits .arrival-list li {
  text-align: center;
}
.digits .arrival-list li .img {
  width: 305px;
  height: 300px;
  border-radius: 7px;
  overflow: hidden;
}
.digits .arrival-list li .img img {
  height: 100%;
  width: 100%;
}
.digits .arrival-list li .arrival-text {
  margin-top: -100px;
  display: inline-block;
  text-align: center;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 7px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.16);
  padding: 16px 0 19px;
  width: 221px;
}

.start {
  background: url(../images/start-bg.png) no-repeat center #fff;
  background-size: cover;
}
.start .title {
  padding-top: 129px;
  padding-bottom: 126px;
}
.start .title h2 {
  padding-top: 21px;
}
.start .start-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 131px;
}
.start .start-list-item {
  flex-basis: 32%;
  padding: 46px 31px 0 33px;
  box-sizing: border-box;
  border: 1px solid #C9C9C9;
  border-radius: 6px;
  margin-top: 30px;
}
.start .start-list-item:nth-child(1), .start .start-list-item:nth-child(2), .start .start-list-item:nth-child(3) {
  margin-top: 0;
}
.start .start-list-item-step {
  padding-bottom: 22px;
}
.start .start-list-item-step span {
  border-radius: 4px;
  background: #88A9CB;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 9px 13px;
  display: inline-block;
  position: relative;
}
.start .start-list-item-step span:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 5px;
  border: 10px solid transparent;
  border-left: 10px solid #88A9CB;
}
.start .start-list-item-text {
  font-size: 16px;
  line-height: 26px;
}
.start .start-list-item-arrow {
  text-align: right;
  padding: 23px 0 25px;
}
.start .start-list-item-arrow span {
  width: 36px;
  height: 16px;
  background: url(../images/arrow.svg) no-repeat center;
  display: inline-block;
}
.start .start-list-item-button {
  text-align: center;
  margin-top: 30px;
}
.start .start-list-item-button a {
  margin: 0 auto;
  height: 75px;
  width: 202px;
}
.start .start-list-item.last .start-list-item-text {
  text-align: center;
}
.start .start-list-item.last .start-list-item-text .text-h {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
}
.start .start-list-item.last .start-list-item-text .text-s {
  padding-top: 10px;
  font-size: 16px;
  line-height: 19px;
}

.success {
  background: url(../images/success-bg.png) no-repeat center rgba(230, 238, 246, 0.56);
}
.success .wrapper {
  overflow: visible;
}
.success .title {
  padding-top: 122px;
  padding-bottom: 80px;
}
.success .title h2 {
  padding-top: 24px;
}
.success .title h3 {
  padding-top: 24px;
}
.success-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.success-list-item {
  background: #6884a1;
  background: -moz-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: -webkit-linear-gradient(top, #6884a1 0%, #42546e 100%);
  background: linear-gradient(to bottom, #6884a1 0%, #42546e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6884a1", endColorstr="#42546e",GradientType=0 );
  flex-basis: 32%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  margin-top: 26px;
}
.success-list-item.hide {
  display: none;
}
.success-list-item:nth-child(1), .success-list-item:nth-child(2), .success-list-item:nth-child(3) {
  margin-top: 0;
}
.success-list-item-title {
  text-align: center;
}
.success-list-item-title .text-h {
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  padding-bottom: 15px;
}
.success-list-item-title .text-s {
  font-size: 18px;
  line-height: 22px;
  padding: 9px 0 15px;
  color: #fff;
  display: none;
}
.success-list-item-img {
  width: 244px;
  height: 215px;
  overflow: hidden;
  border-radius: 6px;
  margin: 0 auto;
}
.success-list-item-button {
  padding-top: 22px;
}
.success-list-item-button a {
  width: 244px;
  height: 75px;
  margin: 0 auto;
}
.success-more {
  padding: 39px 0 77px;
}
.success-more a {
  width: 100%;
  height: 67px;
  border: 2px solid #D1D1D1;
}
.success-more a span {
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
}

.docs {
  background: url(../images/docs-bg.jpg) no-repeat center;
  background-size: cover;
}
.docs .wrapper {
  overflow: visible;
}
.docs .title {
  text-align: left;
  padding-top: 85px;
  padding-bottom: 31px;
}
.docs .title h1, .docs .title h2 {
  color: #fff;
}
.docs .title h2 {
  padding-top: 20px;
}
.docs-separator {
  width: 635px;
  background: rgba(255, 255, 255, 0.12);
  height: 1px;
}
.docs-free {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 32px;
}
.docs-button {
  padding-bottom: 93px;
}
.docs-button a {
  height: 75px;
  width: 313px;
}
.docs-button a img {
  width: 22px;
  height: 28px;
}

.price .title {
  padding-top: 125px;
  padding-bottom: 56px;
}
.price .wrapper {
  overflow: visible;
}
.price-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 90px;
}
.price-list-item {
  width: 32%;
  margin-top: 47px;
}
.price-list-item-inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  transition: all 0.25s linear;
  overflow: hidden;
}
.price-list-item-inner:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.16);
}
.price-list-item:nth-child(1), .price-list-item:nth-child(2), .price-list-item:nth-child(3) {
  margin-top: 0;
}
.price-list-item-separator {
  padding-bottom: 14px;
  padding-top: 17px;
  text-align: center;
}
.price-list-item-separator span {
  display: inline-block;
  height: 2px;
  width: 62px;
  background: #6884A1;
}
.price-list-item-more {
  text-align: center;
  padding-bottom: 14px;
  padding-top: 17px;
}
.price-list-item-more span {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
  color: #6884A1;
  transition: all 0.25s linear;
  border-bottom: 2px solid #6884A1;
  padding-top: 2px;
  cursor: pointer;
}
.price-list-item-more span:hover {
  border-bottom-style: dashed;
}
.price-list-item-title {
  border-radius: 10px 10px 0 0;
  background: #6884A1;
  height: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-list-item-title span {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.price-list-item-text {
  text-align: center;
  font-size: 15px;
  line-height: 23px;
  padding: 28px 25px 0;
  height: 203px;
  overflow: hidden;
  transition: height 0.8s linear;
}
.price-list-item-val {
  font-weight: 900;
  font-size: 31px;
  text-align: center;
  padding-bottom: 32px;
}
.price-list-item-button {
  margin-bottom: 24px;
}
.price-list-item-button a {
  width: 222px;
  height: 75px;
  margin: 0 auto;
}
.price-list-item-info {
  text-align: center;
}
.price-list-item-info .text-h {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 9px;
}
.price-list-item-info .text-s {
  font-size: 14px;
  line-height: 23px;
  padding: 0 42px 25px;
}

.quest {
  background: url(../images/quest-bg.png) no-repeat center;
}
.quest .quest-base {
  font-size: 24px;
  line-height: 34px;
  padding-bottom: 39px;
  text-align: center;
}
.quest .quest-base a {
  font-weight: 700;
  color: #42546E;
  border-bottom: 2px solid #42546E;
  transition: all 0.25s linear;
}
.quest .quest-base a:hover {
  border-bottom-style: dashed;
}
.quest .quest-phone {
  text-align: center;
  padding-bottom: 43px;
}
.quest .quest-phone a {
  font-weight: 700;
  font-size: 80px;
  transition: all 0.25s linear;
}
.quest .quest-phone a:hover {
  color: #42546E;
}
.quest .quest-call {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 87px;
  text-align: center;
}
.quest .quest-call a {
  border-bottom: 1px solid #42546E;
  transition: all 0.25s linear;
}
.quest .quest-call a:hover {
  border-bottom-style: dashed;
}

.map {
  height: 338px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.map #map {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.map .text {
  padding-top: 74px;
  float: left;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  position: relative;
  z-index: 3;
}
.map .list {
  margin-left: 57px;
  padding-top: 74px;
  float: left;
  position: relative;
  z-index: 3;
}
.map .list .city {
  font-family: inherit;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.map .list .full {
  padding-top: 9px;
  font-family: inherit;
}
.map .list .full a {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 4px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.25s ease-out 0.1s;
}
.map .list .full a:hover {
  border-bottom-style: dashed;
  padding-bottom: 1px;
}
.map .list .contacts {
  padding-top: 23px;
  font-family: inherit;
  font-size: 16px;
  line-height: 26px;
}
.map .list .contacts a {
  color: #fff;
}

.about {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url(../images/success-bg.png) no-repeat center rgba(230, 238, 246, 0.56);
}
.about .title {
  margin-bottom: 40px;
}
.about__section {
  margin-bottom: 40px;
}
.about__section:last-child {
  margin-bottom: 0;
}
.about__section__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.about__section__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about__section__list__item {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.about__section__list__item:nth-child(4n+4) {
  margin-right: 0;
}
.about__section__list__item:nth-child(-n+4) {
  margin-top: 0;
}
.about__section__list__item-nmr {
  margin-right: 0;
}
.about__section__list__item__image {
  margin-bottom: 20px;
  width: 100%;
}
.about__section__list__item__image img {
  width: 100%;
}
.about__section__list__item__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.about__section__list__item__status {
  font-size: 18px;
  text-align: center;
}
.about__section__list__item__link {
  font-size: 16px;
  cursor: pointer;
  color: #6884A1;
  transition: all 0.25s ease;
}
.about__section__list__item__link:hover {
  color: #3f5164;
}
@media (max-width: 970px) {
  .about__section__list__item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .about__section__list__item:nth-child(4n+4) {
    margin-right: 20px;
  }
  .about__section__list__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .about__section__list__item:nth-child(4) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about__section__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .about__section__list__item__image {
    margin-bottom: 10px;
  }
  .about__section__list__item__name {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about__section__list__item__status, .about__section__list__item__link {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .about__section__list__item {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-top: 20px;
  }
  .about__section__list__item:nth-child(3), .about__section__list__item:nth-child(4) {
    margin-top: 20px;
  }
  .about__section__list__item:nth-child(3n+3) {
    margin-right: 10px;
  }
  .about__section__list__item:nth-child(4n+4) {
    margin-right: 10px;
  }
  .about__section__list__item:nth-child(2n+2) {
    margin-right: 0;
  }
}

footer {
  padding-top: 52px;
  padding-bottom: 52px;
}
footer .footer-top {
  overflow: hidden;
}
footer .footer-top .footer-logo {
  background: url(../images/logo.png) no-repeat center;
  height: 75px;
  width: 64px;
  float: left;
}
footer .footer-top .footer-info {
  float: left;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  padding-top: 3px;
  padding-left: 24px;
}
footer .footer-top .footer-info-copyright {
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 10px;
}
footer .footer-top .footer-info-conf a {
  font-size: 15px;
  color: #9E9E9E;
  display: inline-block;
  border-bottom: 1px solid rgba(112, 112, 112, 0.28);
  padding-bottom: 3px;
  transition: all 0.25s ease-out 0.1s;
}
footer .footer-top .footer-info-conf a:hover {
  border-bottom-style: dashed;
}
footer .footer-top .upsell {
  float: right;
  font-size: 15px;
  line-height: 18px;
  padding-top: 3px;
}
footer .footer-top .upsell a {
  color: #42546E;
  border-bottom: 1px solid #42546E;
  padding-bottom: 3px;
  transition: all 0.25s ease-out 0.1s;
}
footer .footer-top .upsell a:hover {
  border-bottom-style: dashed;
}
footer .footer-social {
  margin-top: 20px;
}
footer .footer-social svg {
  height: 40px;
  margin-right: 10px;
  filter: grayscale(1);
  transition: all 0.25s linear;
}
footer .footer-social a {
  display: inline-flex;
  align-items: center;
  color: #6884A1;
  filter: grayscale(1);
  transition: all 0.25s linear;
}
footer .footer-social a:hover {
  filter: grayscale(0);
}
footer .footer-social a:hover svg {
  filter: grayscale(0);
}

.qa header {
  height: 150px;
  background: #4c4e4d;
}
.qa .quests .gohome {
  width: 112px;
  height: 42px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #000;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 127px;
  text-align: center;
  line-height: 42px;
}
.qa .quests .title {
  font-weight: 700;
  font-size: 42px;
  margin: 87px 0 49px 194px;
  text-align: left;
}
.qa .quests .list {
  margin-left: 194px;
  margin-bottom: 150px;
}
.qa .quests .list li.active .a {
  margin-bottom: 20px;
  height: auto;
}
.qa .quests .list li .q {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}
.qa .quests .list li .b {
  font-weight: 500;
  display: inline;
  line-height: 23px;
}
.qa .quests .list li .a {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0;
  height: 0;
  overflow: hidden;
}
.qa .quests .list li .a ul {
  padding-left: 20px;
  margin-bottom: 15px;
}
.qa .quests .list li .a ul li {
  list-style-type: disc;
}
.qa .quests .list li .a .i {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

.fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(66, 84, 110, 0.9);
}

.popup-form {
  display: none;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.16);
  position: absolute;
  background: #fff;
}
.popup-form.popup-thanks {
  width: 400px;
  right: calc(50% - 200px);
}
.popup-form.popup-thanks .popup-thanks-icon {
  padding-top: 40px;
  padding-bottom: 40px;
}
.popup-form.popup-thanks .popup-thanks-icon .icon {
  margin: 0 auto;
  fill: #42546E;
  width: 70px;
  height: 70px;
}
.popup-form.popup-thanks .popup-thanks-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 30px;
}
.popup-form.popup-thanks .popup-thanks-text {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 50px;
}
.popup-form.popup-form_v {
  width: 400px;
  right: calc(50% - 200px);
  padding: 47px 45px 70px 45px;
  box-sizing: border-box;
}
.popup-form.popup-form_v .form-title {
  margin-bottom: 36px;
}
.popup-form.popup-form_v .form-input-phone {
  margin-bottom: 23px;
}
.popup-form.popup-form_v .form-input-email {
  margin-bottom: 40px;
}
.popup-form.popup-form_h {
  right: calc(50% - 342px);
  box-sizing: border-box;
  padding: 57px 45px 57px 45px;
}
.popup-form.popup-form_h .h-line {
  padding-top: 28px;
  overflow: hidden;
}
.popup-form.popup-form_h .h-line .form-input {
  float: left;
}
.popup-form.popup-form_h .h-line .form-submit {
  float: left;
  position: relative;
  left: -5px;
}
.popup-form .form-submit button {
  width: 282px;
  height: 75px;
}
.popup-form .form-submit button img {
  height: 30px;
}
.popup-form .form-submit button .separator {
  height: 75px;
}
.popup-form .popup-close {
  height: 20px;
  position: absolute;
  top: -30px;
  right: 26px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 3px;
  transition: all 0.25s linear;
}
.popup-form .popup-close:hover {
  border-bottom-style: dashed;
}
.tariff {
padding-top: 50px;
padding-bottom: 40px;
}
.tariff__title {
font-weight: 700;
font-size: 24px;
line-height: 34px;
text-align: center;
margin-bottom: 40px;
}
.tariff__list {
display: flex;
justify-content: space-between;
align-items: stretch;
}
.tariff__list__item {
width: 30%;
display: flex;
justify-content: center;
flex-direction: column;
background: rgba(230, 238, 246, 0.56);
align-items: center;
border: 1px solid #e0e6ed;
padding: 30px 20px;
}
.tariff__list__item__title, .tariff__list__item__sub, .tariff__list__item__price, .tariff__list__item__ul__li {
text-align: center;
}
.tariff__list__item__title {
font-size: 24px;
font-weight: 700;
margin-bottom: 30px;
}
.tariff__list__item__sub {
font-size: 16px;
margin-bottom: 20px;
}
.tariff__list__item__price {
font-size: 30px;
font-weight: 700;
margin-bottom: 30px;
}
.tariff__list__item__ul__li {
font-size: 15px;
margin-bottom: 15px;
}
.tariff__list__item__ul__li:last-child {
margin-bottom: 0;
}
.tariff__list__item:nth-child(2) {
margin-left: 15px;
margin-right: 15px;
padding: 40px 30px;
width: 40%;
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
}
@media (max-width: 767px) {
.tariff__list {
flex-direction: column;
}
.tariff__list__item {
width: 100%;
padding: 20px 15px;
box-sizing: border-box;
}
.tariff__list__item:nth-child(2) {
padding: 20px 15px;
width: 100%;
margin: 15px 0;
}
}

.questionary {
padding-bottom: 40px;
padding-top: 40px;
}
.questionary__title {
font-size: 42px;
line-height: 50px;
font-weight: 700;
margin-bottom: 40px;
text-align: center;
}
.questionary__sub {
text-align: center;
font-size: 20px;
margin-bottom: 30px;
}
.questionary__sub b {
font-weight: 700;
}
.questionary__note {
font-size: 18px;
color: rgba(0, 0, 0, 0.8);
margin-bottom: 40px;
text-align: center;
}
.questionary__form {
width: 100%;
max-width: 800px;
margin: 0 auto;
}
.questionary__form__field {
width: 100%;
margin-bottom: 30px;
}
.questionary__form__field:last-child {
margin-bottom: 0;
}
.questionary__form__field__alert {
font-size: 16px;
color: red;
display: none;
margin-top: 10px;
}
.questionary__form__field__title {
font-size: 20px;
font-weight: 700;
margin-bottom: 20px;
}
.questionary__form__field__sub {
font-size: 16px;
color: rgba(0, 0, 0, 0.6);
margin-bottom: 20px;
}
.questionary__form__field__input {
height: 50px;
}
.questionary__form__field__input input {
width: 100%;
box-sizing: border-box;
padding: 0;
height: 100%;
text-indent: 15px;
font-size: 18px;
border: 1px solid #000;
transition: all 0.25s ease;
}
.questionary__form__field__input input::placeholder {
font-size: 18px;
}
.questionary__form__field__input input:focus {
background: #fbeec6;
}
.questionary__form__field__input input.is-invalid {
border-color: red;
}
.questionary__form__field__select {
height: 50px;
}
.questionary__form__field__select select {
height: 100%;
width: 100%;
font-size: 18px;
text-indent: 15px;
}
.questionary__form__field__select option {
text-indent: 15px;
}
.questionary__form__field__textarea {
height: 100px;
}
.questionary__form__field__textarea textarea {
resize: none;
height: 100%;
width: 100%;
padding: 15px;
box-sizing: border-box;
font-size: 18px;
border: 1px solid #000;
transition: all 0.25s ease;
}
.questionary__form__field__textarea textarea::placeholder {
font-size: 18px;
}
.questionary__form__field__textarea textarea:focus {
background: #fbeec6;
}
.questionary__form__field__textarea textarea.is-invalid {
border-color: red;
}
.questionary__form__field__checkboxes, .questionary__form__field__radios {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.questionary__form__field__checkbox, .questionary__form__field__radio, .questionary__form__field__confirm {
margin-bottom: 15px;
position: relative;
padding-left: 35px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.questionary__form__field__checkbox input, .questionary__form__field__radio input, .questionary__form__field__confirm input {
height: 0;
width: 0;
padding: 0;
margin: 0;
}
.questionary__form__field__checkbox input:checked ~ i:before, .questionary__form__field__radio input:checked ~ i:before, .questionary__form__field__confirm input:checked ~ i:before {
opacity: 1;
}
.questionary__form__field__checkbox span, .questionary__form__field__radio span, .questionary__form__field__confirm span {
font-size: 18px;
}
.questionary__form__field__checkbox:last-child, .questionary__form__field__radio:last-child, .questionary__form__field__confirm:last-child {
margin-bottom: 0;
}
.questionary__form__field__checkbox i, .questionary__form__field__radio i, .questionary__form__field__confirm i {
height: 20px;
width: 20px;
border: 1px solid #6884a1;
border-radius: 3px;
overflow: hidden;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.questionary__form__field__checkbox i:before, .questionary__form__field__radio i:before, .questionary__form__field__confirm i:before {
content: "";
background: url(../images/checked.svg);
position: absolute;
top: -2px;
right: -2px;
bottom: -2px;
left: -2px;
transition: all 0.25s ease;
opacity: 0;
}
.questionary__form__field__radio i {
border-radius: 50%;
}
.questionary__form__field__confirm {
margin-bottom: 50px;
}
.questionary__form__field__confirm a {
color: #6884a1;
}
.questionary__form__button {
text-align: center;
font-weight: 700;
font-size: 13px;
text-transform: uppercase;
padding: 0;
outline: 0;
border: 0;
margin: 0;
letter-spacing: 1px;
box-sizing: border-box;
text-decoration: none;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.23);
background: #6884a1;
background: -moz-linear-gradient(top, #6884a1 0%, #42546e 100%);
background: -webkit-linear-gradient(top, #6884a1 0%, #42546e 100%);
background: linear-gradient(to bottom, #6884a1 0%, #42546e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6884a1", endColorstr="#42546e",GradientType=0 );
transition: all 0.25s ease-out;
cursor: pointer;
display: flex;
justify-content: space-evenly;
align-items: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: 75px;
width: 200px;
}
.questionary__form__button span {
color: #fff;
}
.questionary__form__button .separator {
display: inline-block;
height: 100%;
width: 1px;
background: rgba(255, 255, 255, 0.27);
}
.questionary__form__button:hover {
box-shadow: 0 3px 15px rgba(0, 103, 255, 0.28), inset 0 0 0 81px rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
.questionary__title {
font-size: 30px;
line-height: 36px;
margin-bottom: 30px;
}
.questionary__form__field__textarea {
height: 150px;
}
.questionary__form__field__textarea textarea {
font-size: 14px;
}
.questionary__form__field__textarea textarea::placeholder {
font-size: 14px;
}
.questionary__form__field__input input {
font-size: 14px;
}
.questionary__form__field__input input::placeholder {
font-size: 14px;
}
.questionary__form__field__checkbox span, .questionary__form__field__radio span, .questionary__form__field__confirm span {
font-size: 14px;
}
.questionary__form__field__select select, .questionary__form__field__select option {
font-size: 14px;
}
.questionary__form__field__title {
font-size: 16px;
margin-bottom: 10px;
}
}
.ajax-loader {
  display: none !important;
}
.quest_btn {
background: #42546e;
color: #fff;
font-size: 18px;
position: fixed;
right: 0;
top: 15%;
cursor: pointer;
padding: 15px 10px;
border-radius: 5px 0 0 5px;
}
.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  font-size: 21px;
  line-height: 31px;
  padding-top: 30% !important;
  margin: 0 !important;
  border: 0 !important;
}

@media screen and (max-width: 1170px) {
  .middle-show {
    display: block;
  }
}
@media only screen and (max-width: 736px) {
  .mobile-show {
    display: block;
  }

  .mobile-hide {
    display: none !important;
  }

  .wrapper {
    width: auto;
    padding: 0 10px;
  }

  header {
    background-position: center right;
  }

  .title h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .title h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .form .form-title {
    text-align: center;
  }
  .form .form-input {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  header {
    height: auto;
    background-size: cover;
  }
  header .header-top .header-contacts {
    text-align: center;
  }
  header .header-top .header-contacts .header-phone {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
  }
  header .header-top .header-contacts .header-phone .icon {
    line-height: 58px;
    display: inline-block;
    fill: #fff;
    width: 25px;
    height: 25px;
  }
  header .title {
    padding-top: 40px;
  }
  header .header-form {
    padding: 25px 25px 30px;
  }
  header .header-form .h-line .form-input {
    float: none;
  }
  header .header-form .h-line .form-submit {
    float: none;
    left: 0;
  }
  header .header-form .h-line .form-submit button {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    margin: 0 auto;
  }
  header .header-list {
    flex-wrap: wrap;
  }
  header .header-list li {
    flex-basis: 48%;
    padding-bottom: 30px;
  }

  .test .test-inn {
    padding-bottom: 50px;
  }
  .test .test-wrap {
    width: auto;
    float: none;
  }
  .test .test-wrap .test-pages .test-page:last-child .test-title {
    text-align: center;
  }
  .test .test-wrap .test-pages .test-page .test-column:first-child {
    margin-right: 10px;
  }
  .test .test-form .form-input {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    margin: 0 auto;
  }
  .test .test-form .form-submit button {
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    margin: 0 auto;
  }
  .test .test-spec {
    float: none;
    margin: 50px auto 0;
    width: 100%;
    min-width: 250px;
    max-width: 350px;
  }

  .digits .digits-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .digits .digits-list li {
    margin-bottom: 30px;
  }
  .digits .arrival-list {
    padding-bottom: 80px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .digits .arrival-list li {
    margin-bottom: 30px;
  }

  .start .title {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .start .start-list {
    margin-bottom: 80px;
  }
  .start .start-list .start-list-item {
    flex-basis: 96%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .start .start-list .start-list-item:last-child {
    margin-bottom: 0;
  }
  .start .start-list .start-list-item-button {
    margin-bottom: 30px;
  }

  .success .success-list-item {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .success .success-list-item:last-child {
    margin-bottom: 0;
  }

  .price .price-list {
    justify-content: center;
  }
  .price .price-list .price-list-item {
    width: 96%;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .quest .quest-phone a {
    font-size: 40px;
  }

  .docs .docs-separator {
    width: 100%;
  }

  footer .upsell {
    padding-top: 30px;
    text-align: center;
  }

  .popup-form.popup-form_v {
    width: 96%;
    max-width: 400px;
  }
  .popup-form.popup-form_h {
    width: 96%;
    max-width: 400px;
  }
  .popup-form.popup-form_h .h-line .form-input {
    float: none;
  }
  .popup-form.popup-form_h .h-line .form-submit {
    float: none;
  }

  .qa .quests .list {
    margin-left: 0;
    margin-bottom: 0;
  }
  .qa .quests .title {
    margin: 30px 0 30px;
  }
  .qa .quests .gohome {
    position: static;
    margin-top: 30px;
  }

  .map .text {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 414px) {
  .digits .digits-list li {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 375px) {
  footer .footer-top .footer-info-copyright {
    font-size: 14px;
  }

  .quest .quest-phone a {
    font-size: 37px;
  }
}
@media only screen and (max-width: 320px) {
  footer .footer-top .footer-info-copyright {
    font-size: 14px;
  }

  .digits .digits-list li {
    flex-basis: 100%;
  }

  .docs .docs-button a {
    width: 100%;
  }

  .quest .quest-phone a {
    font-size: 32px;
  }
}
.materials .title {
  margin-top: 70px;
  text-align: left;
}
.materials .list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-auto-rows: auto;
  margin-bottom: 60px;
}
.materials .list li {
  display: flex;
  flex-direction: column;
}
.materials .list li:hover .photo img {
  transform: scale(1.1);
}
.materials .list li:hover .name {
  color: #67859E;
  text-decoration: underline;
}
.materials .list li:hover .arrow {
  transform: translateX(0);
  opacity: 1;
}
.materials .list li .photo {
  overflow: hidden;
}
.materials .list li .photo img {
  transition: all 0.25s linear;
  width: 100%;
}
.materials .list li .name {
  font-size: 24px;
  font-weight: 300;
  line-height: 38px;
  transition: all 0.25s linear;
  margin-top: 37px;
  padding-right: 30px;
}
.materials .list li .date {
  font-size: 16px;
  font-weight: 100;
  color: #8E8E8E;
  margin-top: 25px;
  margin-bottom: auto;
}
.materials .list li .arrow {
  margin-top: 27px;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.25s linear;
}
@media only screen and (max-width: 970px) {
  .materials .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .materials .list li .name {
    font-size: 18px;
    line-height: 23px;
    margin-top: 20px;
    padding-right: 10px;
  }
  .materials .list li .arrow {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .materials .list {
    grid-template-columns: 1fr;
  }
}

.header-material {
  height: 170px;
  background: #fff;
}
.header-material .header-top .header-slogan {
  color: #000;
}
.header-material .header-top .header-contacts .header-phone {
  color: #000;
}
.header-material .header-top .header-contacts .header-time {
  color: #000;
}
@media (max-width: 736px) {
  .header-material .header-top .header-contacts .header-phone {
    border: 2px solid #000;
  }
  .header-material .header-top .header-contacts .header-phone .icon {
    fill: #000;
  }
}

.material {
  margin-top: 80px;
}
.material .wrapper {
  display: grid;
  grid-template-columns: 2fr 8fr 2fr;
  grid-column-gap: 30px;
}
.material .wrapper .content {
  grid-column: 2/3;
}
.material .title {
  text-align: left;
  max-width: 580px;
}
.material .name {
  font-size: 16px;
  color: #8E8E8E;
  font-weight: 100;
  margin-top: 36px;
}
.material .photo {
  height: 283px;
  overflow: hidden;
  margin-top: 60px;
  object-fit: cover;
}
.material .text {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 100;
  line-height: 28px;
}
.material .text p {
  margin-bottom: 56px;
}
.material .button {
  margin-bottom: 60px;
}
.material .button a {
  width: 100%;
  height: 67px;
  border: 2px solid #D1D1D1;
}
.material .button a span {
  color: rgba(0, 0, 0, 0.48);
  font-size: 13px;
}
@media (max-width: 736px) {
  .material {
    margin-top: 0;
  }
  .material .photo img {
    object-fit: cover;
  }
  .material .wrapper {
    display: block;
    grid-template-columns: 1fr;
  }
  .material .wrapper .content {
    grid-column: 1/2;
  }
}

.video {
  padding-top: 60px;
  padding-bottom: 40px;
}
.video .wrapper {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr;
  grid-column-gap: 30px;
}
.video .big-video {
  grid-column: 2/3;
  height: 450px;
}
.video .list {
  margin-top: 62px;
  grid-column: 2/3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 47px;
}
.video .list li:hover .img img {
  transform: scale(1.1);
}
.video .list li:hover .img:before {
  transform: scale(1.1);
}
.video .list li:hover .name {
  color: #66819D;
  text-decoration: underline;
}
.video .list .img {
  width: 100%;
  height: 141px;
  overflow: hidden;
  position: relative;
}
.video .list .img:before {
  content: "";
  position: absolute;
  background: url(../images/play.svg) no-repeat center;
  width: 80px;
  height: 80px;
  transition: all 0.25s linear;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  z-index: 1;
  background-size: cover;
}
.video .list .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.25s linear;
}
.video .list .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  transition: all 0.25s linear;
  margin-top: 30px;
}
@media screen and (max-width: 1170px) {
  .video .big-video, .video .list {
    grid-column: 1/4;
  }
}
@media screen and (max-width: 736px) {
  .video .big-video {
    height: 300px;
  }
  .video .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .video .big-video {
    height: 250px;
  }
  .video .list {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=main.css.map */
