@charset "UTF-8";
@font-face {
  font-family: MontserratL;
  src: url("../fonts/Montserrat-Light.ttf"); }

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.ttf"); }

@font-face {
  font-family: MontserratM;
  src: url("../fonts/Montserrat-Medium.ttf"); }

@font-face {
  font-family: MontserratB;
  src: url("../fonts/Montserrat-Bold.ttf"); }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-appearance: none; }

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block; }

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Montserrat;
  background: #f8f8f8; }

html,
body {
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.btn, .header__mobile, .header__mobile .bg, .header .burger span, .header__map-link, .header nav ul li a, .services__item, .services__item-img, .services__item-img .bg, .services__item-img img, .partners__list .item, .information__item, .information__item .img, .reviews__nav > div, .reviews__dots .slick-dots li button, .reviews__slide, .faq__item, .faq__item-head svg, .feedback__form form .input input, .feedback__socials a, .modal-block {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.holder {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: rgba(46, 25, 1, 0.8); }

a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #2E1901; }

h1 {
  font-family: MontserratM;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #2E1901; }

h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 140%;
  color: #2E1901;
  margin-bottom: 50px;
  text-align: center;
  display: block; }

h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #2E1901; }

strong {
  font-family: MontserratM;
  font-style: normal;
  font-weight: 600; }

.btn {
  color: #2265B6;
  height: 50px;
  width: 255px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #2265B6;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(123, 152, 124, 0.2));
  filter: drop-shadow(0px 4px 20px rgba(123, 152, 124, 0.2));
  border-radius: 30px; }

.btn:hover {
  background: #2265B6;
  color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(25, 150, 240, 0.3);
  box-shadow: 0px 4px 20px rgba(25, 150, 240, 0.3); }

.btn.btn-bg {
  background: #2265B6;
  color: #fff; }

.btn.btn-bg:hover {
  background: #154C8E;
  border-color: #154C8E; }

.header {
  width: 100%;
  -webkit-box-shadow: 0px 5px 20px rgba(33, 34, 33, 0.1);
  box-shadow: 0px 5px 20px rgba(33, 34, 33, 0.1);
  position: relative;
  z-index: 100; }

.header .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__top {
  width: 100%;
  padding: 25px 0;
  background: rgba(0, 48, 105, 0.05); }

.header__top p {
  font-size: 12px; }

.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 290px;
  background: #003069;
  color: #fff;
  padding: 0 20px;
  padding-top: 60px;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  display: none; }

.header__mobile .bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  right: -1000%;
  z-index: 998;
  top: 0;
  bottom: 0;
  width: 1000%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.header__mobile.active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.header__mobile.active .bg {
  opacity: 1;
  visibility: visible; }

.header__mobile .header__tels {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 20px; }

.header__mobile .header__tels svg {
  display: none; }

.header__mobile .header__tels a {
  color: #fff;
  margin-bottom: 5px; }

.header__mobile .header__map-link {
  color: #fff;
  margin-bottom: 15px; }

.header__mobile > p {
  color: #fff; }

.header__mobile .btn {
  margin-top: 20px;
  color: #fff;
  border-color: #fff; }

.header__mobile .header__links {
  width: 100%;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.header__mobile .header__links p {
  display: none; }

.header__mobile nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.header__mobile nav ul li {
  width: 100%;
  margin-bottom: 15px; }

.header__mobile nav ul li a {
  padding: 0 !important;
  display: block;
  color: #fff; }

.header .burger {
  display: none;
  width: 35px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.header .burger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translateY(13px);
  -ms-transform: rotate(-45deg) translateY(13px);
  transform: rotate(-45deg) translateY(13px); }

.header .burger.active span:nth-child(2) {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0; }

.header .burger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translateY(-13px);
  -ms-transform: rotate(45deg) translateY(-13px);
  transform: rotate(45deg) translateY(-13px); }

.header .burger span {
  width: 100%;
  background: #2E1901;
  height: 2px;
  border-radius: 2px; }

.header__btm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
  background: #fff; }

.header__btm .mobile-btn {
  display: none; }

.header__tels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__tels svg {
  margin-right: 13px; }

.header__tels a {
  margin-right: 10px; }

.header__tels a:last-child {
  margin-right: 0; }

.header__tels a:hover {
  text-decoration: underline; }

.header__map-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px; }

.header__map-link svg {
  margin-right: 9px; }

.header__map-link:hover {
  color: #2265B6; }

.header__logo {
  display: block;
  width: 120px; }

.header__logo img {
  width: 100%; }

.header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__links a {
  margin-right: 10px; }

.header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header nav ul li a {
  font-family: MontserratM;
  font-size: 18px;
  padding: 0 12px; }

.header nav ul li a:hover {
  color: #2265B6; }

.mainbanner {
  padding-top: 70px;
  padding-bottom: 44px;
  background-color: #fff;
  padding-top: 70px;
  background: url(../img/Bg-blue-block-right.jpg) right center/55% 100% no-repeat, #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  margin-bottom: 100px; }

.mainbanner .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mainbanner h1 {
  margin-bottom: 55px;
  max-width: 600px; }

.mainbanner__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px; }

.mainbanner__btn svg {
  margin-right: 32px; }

.mainbanner__btn a {
  width: 285px; }

.mainbanner ul li {
  margin-bottom: 30px;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: MontserratM;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; }

.mainbanner ul li:last-child {
  margin-bottom: 0; }

.mainbanner ul li svg {
  min-width: 22px;
  width: 22px;
  margin-right: 23px; }

.mainbanner__text {
  position: relative;
  z-index: 2; }

.mainbanner__img {
  width: 100%;
  max-width: 467px;
  position: relative;
  z-index: 1; }

.mainbanner__img img {
  top: -70px;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 467px; }

.services {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  padding: 100px 0;
  border-radius: 10px; }

.services__list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.services__item {
  width: 47%;
  max-width: 540px;
  padding: 0 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px;
  margin-bottom: 30px; }

.services__item.larger {
  width: 100%;
  max-width: 920px;
  padding-right: 70px;
  padding-left: 65px; }

.services__item.larger .services__item-img {
  max-width: 475px; }

.services__item.larger .services__item-img .bg {
  width: 87%;
  max-width: 380%; }

.services__item.reversed .services__item-text {
  padding-left: 0; }

.services__item:hover {
  -webkit-box-shadow: -10px -10px 50px rgba(27, 26, 26, 0.15);
  box-shadow: -10px -10px 50px rgba(27, 26, 26, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px); }

.services__item:hover .services__item-img .bg {
  background: #2265B6; }

.services__item-img {
  width: 100%;
  max-width: 235px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.services__item-img .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 0;
  width: 95%;
  max-width: 200px;
  margin: 0 auto;
  min-height: inherit;
  height: inherit;
  background: rgba(34, 101, 182, 0.1); }

.services__item-img img {
  position: relative;
  width: 120%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%; }

.services__item-text {
  width: 100%;
  max-width: 245px;
  padding-top: 54px;
  padding-bottom: 50px;
  padding-left: 10px; }

.services__item-text h3 {
  margin-bottom: 40px;
  min-height: 62px;
  margin-bottom: 10px; }

.services__item-text > p {
  min-height: 200px;
  display: block; }

.services__item-text > p.texthidden {
  min-height: 0;
  max-height: 150px;
  overflow-y: hidden; }

.services__item-text > p.texthidden.visible {
  max-height: none;
  height: auto; }

.services__item-text .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2265B6;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 5px; }

.services__item-text .more span.hidd {
  display: none; }

.services__item-text .more.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.services__item-text .more.active span {
  display: none; }

.services__item-text .more.active span.hidd {
  display: block; }

.services__item-text .more svg {
  margin-left: 10px; }

.services__item-text .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 46px; }

.services__item-text .price svg {
  margin-right: 14px; }

.services__item-text .price p {
  font-family: MontserratB;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  color: #2E1901; }

.partners {
  padding: 150px 0; }

.partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.partners__list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 255px;
  height: 86px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 5px rgba(123, 152, 124, 0.05);
  box-shadow: 0px 1px 5px rgba(123, 152, 124, 0.05);
  border-radius: 30px; }

.partners__list .item:hover {
  -webkit-box-shadow: -10px -10px 50px rgba(34, 101, 182, 0.1);
  box-shadow: -10px -10px 50px rgba(34, 101, 182, 0.1);
  border-radius: 30px; }

.partners__list .item img {
  max-width: 70%; }

.prices {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 77px;
  background: url(../img/Bg-blue-block-left.jpg) left center/55% 100% no-repeat, #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05); }

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

.prices__img {
  width: 100%;
  max-width: 540px;
  height: 420px;
  margin-right: 24px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 10px; }

.prices__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.prices__btns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px; }

.prices__btns a {
  margin-bottom: 10px; }

.prices__text {
  width: 100%;
  max-width: 523px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.prices__text > p {
  display: block;
  text-align: center;
  margin-bottom: 50px; }

.prices__text .header__tels {
  margin-bottom: 45px; }

.prices__text .header__tels a {
  font-weight: bold; }

@-webkit-keyframes b {
  0% {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4); }
  50% {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 5px rgba(34, 101, 182, 0.5);
    box-shadow: 0 0 0 5px rgba(34, 101, 182, 0.5); }
  to {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.15);
    -webkit-box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4); } }

@keyframes b {
  0% {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4); }
  50% {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 0 0 0 5px rgba(34, 101, 182, 0.5);
    box-shadow: 0 0 0 5px rgba(34, 101, 182, 0.5); }
  to {
    background: rgba(34, 101, 182, 0.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.15);
    -webkit-box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4);
    box-shadow: 0 0 0 0 rgba(34, 101, 182, 0.4); } }

.information {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding-top: 72px;
  padding-bottom: 82px;
  margin-top: 100px; }

.information__col {
  width: 100%;
  max-width: 350px;
  margin-right: 30px; }

.information__col:last-child {
  margin-right: 0; }

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

.information__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(34, 34, 34, 0.1);
  box-shadow: 0px 4px 10px rgba(34, 34, 34, 0.1);
  border-radius: 10px;
  padding: 20px 15px;
  margin-bottom: 30px; }

.information__item.active .img {
  background: #2265B6; }

.information__item.active .img:after {
  background: rgba(34, 101, 182, 0.5); }

.information__item.active .img svg path {
  fill: #fff; }

.information__item:hover {
  -webkit-box-shadow: -10px -10px 50px rgba(20, 49, 83, 0.1);
  box-shadow: -10px -10px 50px rgba(20, 49, 83, 0.1); }

.information__item:hover .img {
  background: #2265B6; }

.information__item:hover .img::after {
  -webkit-animation: b .5s forwards;
  animation: b .5s forwards; }

.information__item:hover .img svg path {
  fill: #fff; }

.information__item h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 17px; }

.information__item .img {
  width: 107px;
  height: 107px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 3; }

.information__item .img svg {
  position: relative;
  z-index: 3; }

.information__item .img:after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff; }

.information__item .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2265B6;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.information__item .more span.hidd {
  display: none; }

.information__item .more.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.information__item .more.active span {
  display: none; }

.information__item .more.active span.hidd {
  display: block; }

.information__item .more svg {
  margin-left: 10px; }

.information__item .text {
  display: none;
  margin-top: 15px;
  border-top: 1px solid #2265B6;
  padding: 0 13px;
  padding-top: 15px; }

.information__item .text p {
  font-size: 16px;
  line-height: 134%;
  color: #2E1901; }

.howto {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 77px;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  margin-top: 100px;
  border-radius: 10px; }

.howto h2 {
  margin-bottom: 87px; }

.howto__box {
  width: 100%;
  max-width: 1110px;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px; }

.howto__box-text {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }

.howto__box-text h3 {
  display: block;
  width: 25%;
  text-align: center; }

.howto__box-nums {
  width: 100%;
  height: 273px;
  position: relative; }

.howto__box-nums img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

.howto__box-nums > div {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 83px; }

.howto__box-nums > div span {
  display: block;
  width: 25%;
  text-align: center;
  font-family: MontserratB;
  font-style: normal;
  font-weight: 800;
  font-size: 75px;
  line-height: 140%;
  color: #2265B6; }

.howto__box-nums > div span:nth-child(3) {
  -webkit-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  transform: translateX(-3px); }

.howto__box-nums > div span:nth-child(4) {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px); }

.howto .howto__box-num-mobile {
  width: 275px;
  margin: 0 auto;
  position: relative;
  display: none; }

.howto .howto__box-num-mobile img {
  width: 100%; }

.howto .howto__box-num-mobile .item {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.howto .howto__box-num-mobile .item:nth-child(2) {
  top: 8%; }

.howto .howto__box-num-mobile .item:nth-child(3) {
  top: 33%; }

.howto .howto__box-num-mobile .item:nth-child(4) {
  top: 58%; }

.howto .howto__box-num-mobile .item:nth-child(5) {
  top: 83.5%; }

.howto .howto__box-num-mobile .item span {
  font-family: MontserratB;
  display: block;
  font-style: normal;
  font-weight: 800;
  font-size: 75px;
  line-height: 140%;
  text-align: center;
  color: #2265B6;
  margin-bottom: 60px; }

.howto .howto__box-num-mobile .item p {
  display: inline-block;
  padding: 5px 8px;
  background: rgba(25, 150, 240, 0.1);
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  text-align: center;
  color: #2E1901; }

.about {
  padding-top: 30px;
  padding-bottom: 64px;
  background-color: #fff;
  background: url(../img/Bg-blue-block-right1.jpg) right center/52% 100% no-repeat, #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  margin-top: 100px; }

.about .holder {
  max-width: 1044px; }

.about__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.about .text {
  width: 100%;
  max-width: 540px; }

.about .text > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 140%;
  color: #2E1901;
  margin-bottom: 20px; }

.about .text ul {
  position: relative; }

.about .text ul:before {
  position: absolute;
  top: 4%;
  left: 4px;
  bottom: 10%;
  content: '';
  display: block;
  width: 1px;
  background: #2265B6; }

.about .text ul li {
  padding-left: 24px;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #2E1901;
  margin-bottom: 30px; }

.about .text ul li:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2265B6; }

.about .text ul li:last-child {
  margin-bottom: 0; }

.about .img {
  width: 100%;
  width: 350px;
  position: relative; }

.about .img img:not([class]) {
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 14px 40px rgba(123, 152, 124, 0.2));
  filter: drop-shadow(0px 14px 40px rgba(123, 152, 124, 0.2));
  border-radius: 10px; }

.about .img .dec {
  position: absolute; }

.about .img .dec-1 {
  top: -98px;
  right: -100px; }

.about .img .dec-2 {
  bottom: -30px;
  right: -120px; }

.reviews {
  margin-top: 100px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px 0; }

.reviews h2 {
  margin-bottom: 10px; }

.reviews__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px; }

.reviews__nav > div {
  width: 65px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 15px rgba(25, 150, 240, 0.1);
  box-shadow: 0px 1px 15px rgba(25, 150, 240, 0.1);
  border-radius: 10px;
  margin-right: 30px;
  cursor: pointer; }

.reviews__nav > div:last-child {
  margin-right: 0; }

.reviews__dots {
  margin-top: 30px; }

.reviews__dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.reviews__dots .slick-dots li {
  margin-right: 15px; }

.reviews__dots .slick-dots li:last-child {
  margin-right: 0; }

.reviews__dots .slick-dots li.slick-active button {
  opacity: 1; }

.reviews__dots .slick-dots li button {
  border: none;
  font-size: 0;
  width: 6px;
  max-width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
  background: #2265B6;
  opacity: 0.3;
  cursor: pointer; }

.reviews__slider .slick-list {
  margin: 0 -15px;
  overflow: visible; }

.reviews__slide {
  opacity: 0;
  visibility: hidden;
  padding: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(60, 60, 60, 0.1);
  box-shadow: 0px 0px 10px rgba(60, 60, 60, 0.1);
  border-radius: 10px;
  min-height: 385px;
  position: relative;
  margin: 0 15px; }

.reviews__slide:hover {
  -webkit-box-shadow: -10px -10px 50px rgba(34, 101, 182, 0.1);
  box-shadow: -10px -10px 50px rgba(34, 101, 182, 0.1); }

.reviews__slide.slick-active {
  opacity: 1;
  visibility: visible; }

.reviews__slide .rev-info {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.reviews__slide .rev-info span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #2E1901;
  opacity: 0.5; }

.reviews__slide .text {
  padding-bottom: 40px; }

.reviews__slide .text p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #2E1901; }

.reviews__slide .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px; }

.reviews__slide .name .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px; }

.reviews__slide .name .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.reviews__slide .name .info p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2E1901;
  margin-bottom: 10px; }

.faq {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 77px;
  background: url(../img/Bg-blue-block-left.jpg) left center/55% 100% no-repeat, #fff;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05); }

.faq__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.faq .img {
  width: 100%;
  max-width: 543px;
  margin-right: 25px; }

.faq .img img {
  width: 100%; }

.faq .box {
  width: 100%;
  max-width: 540px; }

.faq__item {
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 15px rgba(123, 152, 124, 0.1);
  box-shadow: 0px 1px 15px rgba(123, 152, 124, 0.1);
  border-radius: 4px;
  padding: 25px 35px;
  margin-bottom: 40px; }

.faq__item:last-child {
  margin-bottom: 0; }

.faq__item.active .faq__item-head svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.faq__item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }

.faq__item-head p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #2E1901; }

.faq__item-head svg {
  min-width: 17px;
  margin-left: 15px; }

.faq__item-text {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #2265B6;
  display: none; }

.faq__item-text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #2E1901; }

.feedback {
  min-height: 709px;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 0;
  margin-top: 100px;
  background: url(../img/bgform.png) center/100% 80% no-repeat, #0c1a2c; }

.feedback__form {
  width: 100%;
  max-width: 385px;
  text-align: center;
  margin-right: 20px; }

.feedback__form h2 {
  color: #fff;
  margin-bottom: 15px; }

.feedback__form > p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  margin-bottom: 26px; }

.feedback__form form {
  width: 100%; }

.feedback__form form .input {
  width: 100%;
  position: relative;
  margin-bottom: 26px; }

.feedback__form form .input svg {
  position: absolute;
  top: 13px;
  left: 25px; }

.feedback__form form .input input {
  border: none;
  -webkit-appearance: none;
  width: 100%;
  height: 50px;
  background: rgba(34, 101, 182, 0.2);
  border-radius: 30px;
  padding-left: 64px;
  padding-right: 15px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF; }

.feedback__form form .input input:focus {
  -webkit-box-shadow: 0px 4px 29px 5px rgba(123, 152, 124, 0.2);
  box-shadow: 0px 4px 29px 5px rgba(123, 152, 124, 0.2); }

.feedback__form form .input input::-webkit-input-placeholder {
  opacity: 0.3; }

.feedback__form form .input input::-moz-placeholder {
  opacity: 0.3; }

.feedback__form form .input input:-ms-input-placeholder {
  opacity: 0.3; }

.feedback__form form .input input::-ms-input-placeholder {
  opacity: 0.3; }

.feedback__form form .input input::placeholder {
  opacity: 0.3; }

.feedback__form form textarea {
  width: 100%;
  height: 33px;
  padding-left: 40px;
  resize: none;
  border: none;
  -webkit-appearance: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  background: none;
  margin-bottom: 26px; }

.feedback__form form textarea::-webkit-input-placeholder {
  opacity: 0.7; }

.feedback__form form textarea::-moz-placeholder {
  opacity: 0.7; }

.feedback__form form textarea:-ms-input-placeholder {
  opacity: 0.7; }

.feedback__form form textarea::-ms-input-placeholder {
  opacity: 0.7; }

.feedback__form form textarea::placeholder {
  opacity: 0.7; }

.feedback__form form button {
  cursor: pointer;
  width: 100%;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  /* identical to box height, or 24px */
  color: #FFFFFF; }

.feedback__form form button svg {
  margin-right: 15px; }

.feedback__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.feedback__info {
  width: 255px;
  margin-right: 20px; }

.feedback__info > div {
  margin-bottom: 58px; }

.feedback__info > div:last-child {
  margin-bottom: 0; }

.feedback__info > div .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px; }

.feedback__info > div .tit p {
  font-family: MontserratM;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.6; }

.feedback__info > div .tit svg {
  width: 20px;
  margin-right: 10px; }

.feedback__info > div .text {
  padding-left: 30px; }

.feedback__info > div .text p,
.feedback__info > div .text a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  opacity: 0.6; }

.feedback__info > div .text a {
  display: block;
  margin-bottom: 10px; }

.feedback__info > div .text a:hover {
  text-decoration: underline; }

.feedback__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.feedback__socials a {
  margin-bottom: 50px; }

.feedback__socials a:last-child {
  margin-bottom: 0; }

.feedback__socials a:hover {
  opacity: 0.8; }

.map {
  width: 100%;
  height: 582px; }

.map iframe {
  width: 100%;
  height: 100%; }

.footer {
  background: #0c1a2c;
  padding-top: 60px;
  padding-bottom: 2px; }

.footer > span {
  font-family: MontserratL;
  display: block;
  padding: 0 15px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  opacity: 0.5;
  text-align: center; }

.footer .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer .holder .logo {
  width: 100%;
  max-width: 256px; }

.footer .holder .logo img {
  width: 100%; }

.footer__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 685px; }

.footer__nav a {
  display: block;
  width: 33.3%;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF; }

.footer__nav a:hover {
  text-decoration: underline; }

.modal-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 15px; }

.modal-block.active {
  opacity: 1;
  visibility: visible; }

.modal-block-map .modal-block__box {
  padding: 0;
  max-width: 1010px;
  height: 70vh; }

.modal-block-map .modal-block__box .map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px; }

.modal-block-map .modal-block__box .map iframe {
  width: 100%;
  height: 100%; }

.modal-block .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(13, 30, 51, 0.95); }

.modal-block__form {
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }

.modal-block__form input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #2E1901;
  padding-bottom: 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #2E1901;
  margin-bottom: 30px; }

.modal-block__form input:focus {
  border-color: #2265B6; }

.modal-block__form input::-webkit-input-placeholder {
  color: #2E1901; }

.modal-block__form input::-moz-placeholder {
  color: #2E1901; }

.modal-block__form input:-ms-input-placeholder {
  color: #2E1901; }

.modal-block__form input::-ms-input-placeholder {
  color: #2E1901; }

.modal-block__form input::placeholder {
  color: #2E1901; }

.modal-block__form button {
  cursor: pointer;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 auto; }

.modal-block__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 727px;
  padding: 0 15px;
  padding-top: 48px;
  padding-bottom: 22px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px; }

.modal-block__box > .btn {
  margin: 40px auto; }

.modal-block__box .tit {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #2E1901;
  max-width: 402px;
  margin: 0 auto;
  margin-bottom: 30px; }

.modal-block__box .close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer; }

.modal-block__box .closespan {
  cursor: pointer;
  display: block;
  text-align: center;
  margin-top: 40px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #2E1901;
  opacity: 0.8; }

/*кнопка звонка*/
.callback-bt {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  right: 5%;
  bottom: 15%;
  z-index: 999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite; }

.callback-bt .text-call {
  height: 68px;
  width: 68px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.callback-bt .text-call span {
  text-align: center;
  color: #38a3fd;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  font-family: 'montserrat', Arial, Helvetica, sans-serif; }

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 11px; }

.callback-bt:hover svg {
  display: none; }

.callback-bt:hover {
  z-index: 1;
  background: #fff;
  color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.callback-bt:hover svg {
  color: #38a3fd;
  font-size: 40px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.callback-bt svg {
  color: #fff;
  font-size: 34px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  line-height: 66px;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 30px;
  height: 30px;
  margin-top: -5px; }

.callback-bt svg {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }

@keyframes hoverWave {
  0% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  40% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2); }
  80% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067); }
  100% {
    -webkit-box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0); } }

/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); }
  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg); }
  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg); }
  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg); }
  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg); }
  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg); }
  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg); }
  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg); }
  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg); }
  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg); }
  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg); } }

/* конец кнопки звонка */
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .mainbanner {
    padding-top: 98px !important; }
  .header .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header__mobile {
    display: block; }
  .header__btm .holder > nav, .header__btm .holder > .header__links, .header__top {
    display: none; }
  .header__btm .mobile-btn {
    display: inline-block;
    color: #2265B6;
    margin-left: -15px; }
  .header__logo {
    display: block;
    width: 70px; }
  .mainbanner ul li {
    white-space: normal; }
  .mainbanner__img img {
    position: static;
    width: 100%; }
  .services__item-img {
    max-width: 140px;
    margin: 0 10px; }
  .services__item {
    width: 45%; }
  .howto__box-nums > div span {
    font-size: 55px; }
  .howto__box-nums img {
    height: 85%; }
  .faq .img {
    display: none; }
  .faq .box {
    max-width: none; }
  .faq__item {
    margin-bottom: 15px; }
  .faq__item-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (max-width: 768px) {
  .mainbanner {
    margin-bottom: 50px; }
  .information, .howto, .about, .reviews, .feedback {
    margin-top: 50px; }
  .mainbanner .holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mainbanner__img {
    display: none; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
  section {
    padding: 40px 0 !important; }
  .mainbanner ul li {
    font-size: 18px;
    margin-bottom: 10px; }
  .services__item {
    padding: 45px 0;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative; }
  .services__item:hover:before {
    background: rgba(34, 101, 182, 0.5); }
  .services__item:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: rgba(34, 101, 182, 0.1);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
  .services__item.reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .services__item.larger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .services__item-text > p {
    min-height: 0; }
  .services__item-img {
    max-width: 185px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .services__item-img .bg {
    display: none; }
  .services__item-text .price {
    margin-bottom: 20px; }
  .services__item-text {
    position: relative;
    z-index: 2;
    max-width: none;
    width: 100%;
    max-width: 255px;
    padding: 0;
    margin: 0 auto; }
  .services__item-text h3 {
    min-height: 0; }
  .services__item.larger {
    padding: 0 15px; }
  .partners__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .partners__list .item {
    width: calc(50% - 20px);
    max-width: none;
    margin: 10px; }
  .prices__text .header__tels {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px; }
  .prices__text .header__tels a {
    margin-top: 10px; }
  .prices .holder {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .prices__btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .prices__btns a {
    margin: 0 5px;
    margin-bottom: 10px; }
  .prices__img {
    margin: 0; }
  .prices__text {
    margin-bottom: 30px; }
  .prices__text h2 {
    margin-bottom: 20px; }
  .prices__text > p {
    margin-bottom: 20px; }
  .information__list {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
  .information__col {
    width: 100%;
    max-width: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0; }
  .information__item {
    width: 48%; }
  .howto__box-nums, .howto__box-text {
    display: none; }
  .howto {
    padding-bottom: 80px !important; }
  .howto .howto__box-num-mobile {
    display: block; }
  .about__box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about__box .img {
    margin: 0 auto;
    margin-top: 100px; }
  .about__box .text {
    max-width: none; }
  .reviews__slide {
    margin: 0;
    padding: 20px; }
  .reviews__slide .rev-info {
    padding: 0 20px;
    bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .reviews__slide .rev-info span {
    margin-bottom: 10px; }
  .reviews__slider .slick-list {
    margin: 0; }
  .footer .holder {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px; }
  .footer__nav a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .map {
    padding: 0 !important;
    height: 382px; }
  .feedback {
    background: url(../img/bgform.png) center/cover no-repeat, #0c1a2c; }
  .feedback__form {
    margin: 0; }
  .feedback__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .feedback__info {
    margin: 0;
    margin: 40px 0; }
  .feedback__socials {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .feedback__socials a {
    margin: 0 10px; } }

@media screen and (max-width: 650px) {
  .services__item {
    width: 100%; } }

@media screen and (max-width: 430px) {
  .information__item {
    width: 100%; }
  .information__col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .about .text ul:before {
    top: 2%;
    bottom: 12%; } }
