@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic");
@font-face {
  font-family: "ProximaReg";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ProximaNova-Reg.otf");
}

html {
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  list-style: none;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

a {
  color: black;
  text-decoration: none;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

audio,
canvas,
iframe,
img,
svg,
video,
textarea {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
button {
  outline: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

[class^="icon-"] {
  display: inline-block;
}

* {
  outline: none !important;
}

label.error {
  display: none !important;
}

.error {
  border-color: red !important;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 34px;
  cursor: pointer;
  font-size: 15px;
  vertical-align: middle;
}
.checkbox__text a {
  color: #e0af44;
  text-decoration: underline;
}

.checkbox__text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  border: 1px solid #000000;
}

.checkbox input:checked + .checkbox__text:after {
  content: "";
  position: absolute;
  background: #000000;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
}

select {
  -webkit-appearance: none;
  background: url("../img/sel.png") no-repeat calc(100% - 15px) center;
     -moz-appearance: none;
  text-overflow: "";
          appearance: none !important;
}

select::-ms-expand {
  display: none;
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 60px);
}

.modal {
  padding-right: 0 !important;
}

button,
input[type="submit"],
a {
  cursor: pointer;
  transition: all .4s;
}

.modal-dialog {
  max-width: 374px;
}
.modal-dialog .close {
  position: absolute;
  right: -22px;
  top: -22px;
  font-size: 40px;
  font-weight: 300;
  z-index: 54;
  opacity: 1;
  background: #3f89f3;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-dialog .title {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .modal-dialog .title {
    font-size: 30px;
  }
}
.modal-dialog .input {
  position: relative;
  margin-bottom: 8px;
}
.modal-dialog .input svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}
.modal-dialog .modal-body {
  padding: 64px 53px;
}
@media (max-width: 767px) {
  .modal-dialog .modal-body {
    padding: 31px 30px;
  }
}
.modal-dialog .modal-content {
  border: none;
  background: #ffffff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.modal-dialog .btn-blue {
  margin-top: 19px;
  border: none;
  margin-left: auto;
  justify-content: center;
  margin-right: auto;
}
.modal-dialog .snos {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  color: #9a9a9a;
}
.modal-dialog .snos a {
  color: #3f89f3;
  text-decoration: none;
  border-bottom: 1px solid #3f89f3;
}
.modal-dialog input[type="text"] {
  width: 100%;
  padding: 17px 25px;
  padding-right: 60px;
  font-size: 15px;
  border: 1px solid rgba(140, 148, 162, .4);
  border-radius: 1111px;
  width: 100%;
}
.modal-dialog input[type="submit"] {
  width: 100%;
}
.modal-dialog .title-senk {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 45px;
}
.modal-dialog .sub-senk {
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

#lic .modal-dialog {
  max-width: 555px;
}
#lic .modal-dialog .modal-body {
  padding: 0;
}

.mob-menu {
  display: none;
  z-index: 499;
  cursor: pointer;
  margin-left: 20px;
  border-radius: 3px;
  transition: all .4s;
  overflow: hidden;
}
.mob-menu.active {
  border-color: transparent;
}
.mob-menu.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -6px;
}
.mob-menu.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -6px;
}
.mob-menu.active span:nth-child(2) {
  margin-left: -100px;
}
.mob-menu span {
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #3f89f3;
  display: block;
  border-radius: 5px;
  transition: all .4s;
}
@media screen and (max-width: 991px) {
  .mob-menu {
    display: block;
  }
}

.close-mob {
  display: none;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 41px;
  height: 41px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 999;
  opacity: 1;
  cursor: pointer;
}

.close-mob:before,
.close-mob:after {
  position: absolute;
  left: 18px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #ffffff;
  top: 4px;
}

.close-mob:before {
  transform: rotate(45deg);
}

.close-mob:after {
  transform: rotate(-45deg);
}

* {
  outline: none;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
  font-size: 16px;
  font-family: "MADE Evolve Sans", sans-serif;
  background: #f3f3f3;
  color: #2e2d2d;
}

header {
  padding-top: 23px;
  padding-bottom: 48px;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .03);
  border-radius: 5px;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 23px;
  }
}
header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .top .logo {
    flex-grow: 1;
  }
}
header .top .time {
  display: flex;
  align-items: center;
  color: #8c94a2;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .top .time {
    display: none;
  }
}
header .top .time b {
  font-weight: bold;
}
header .top .time svg {
  margin-right: 9px;
}
header .top .adr {
  display: flex;
  align-items: center;
  color: #2e2d2d;
  font-size: 16px;
}
@media (max-width: 991px) {
  header .top .adr {
    display: none;
  }
}
header .top .adr svg {
  margin-right: 9px;
}
header .top .tel {
  display: flex;
  align-items: center;
  color: #2e2d2d;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  header .top .tel {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  header .top .tel {
    display: none;
  }
}
header .top .tel svg {
  margin-right: 12px;
}

.menu-header {
  position: relative;
  margin-top: -26px;
}
@media (max-width: 767px) {
  .menu-header {
    display: none;
  }
}
.menu-header ul {
  list-style: none;
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  min-height: 52px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .menu-header ul {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu-header ul li {
  margin-left: -2px;
  margin-right: -1px;
}
.menu-header ul li:first-child a:after {
  content: none;
}
.menu-header ul li:last-child a:before {
  content: none;
}
.menu-header ul li a {
  letter-spacing: .04em;
  font-size: 15px;
  font-weight: 500;
  color: #2e2d2d;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  text-align: center;
  display: block;
}
@media (max-width: 1200px) {
  .menu-header ul li a {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .menu-header ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu-header ul li a:hover {
  text-decoration: none;
  color: #3f89f3;
}
.menu-header ul li a:hover:after,
.menu-header ul li a:hover:before {
  filter: grayscale(0);
}
.menu-header ul li a:after {
  content: "";
  position: absolute;
  background: url("../img/menu.svg") center center no-repeat;
  width: 3px;
  height: 17px;
  top: 50%;
  margin-top: -8.5px;
  left: 0;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .menu-header ul li a:after {
    content: none;
  }
}
.menu-header ul li a:before {
  content: "";
  position: absolute;
  background: url("../img/menu.svg") center center no-repeat;
  width: 3px;
  height: 17px;
  top: 50%;
  margin-top: -8.5px;
  right: 0;
  filter: grayscale(100%);
}
@media (max-width: 991px) {
  .menu-header ul li a:before {
    content: none;
  }
}

.btn-blue {
  display: flex;
  align-items: center;
  background: #3883ed;
  border-radius: 1111px;
  max-width: 275px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  width: 100%;
  justify-content: space-between;
  min-height: 73px;
  padding-left: 44px;
  padding-right: 44px;
}
@media (max-width: 767px) {
  .btn-blue {
    font-size: 16px;
  }
}
.btn-blue:hover {
  background: #295fb1;
}
.btn-blue span {
  color: #ffffff;
}
.btn-blue svg {
  margin-right: -21px;
}
@media (max-width: 767px) {
  .btn-blue svg {
    margin-left: 18px;
  }
}

.shape {
  overflow: hidden;
  padding-top: 34px;
  padding-bottom: 205px;
}
@media (max-width: 1200px) {
  .shape {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .shape {
    padding-bottom: 37px;
  }
}
.shape .container {
  position: relative;
}
@media (max-width: 767px) {
  .shape .container {
    padding-top: 270px;
  }
}
.shape .container:after {
  content: "";
  position: absolute;
  background: url("../img/shape.png") center center no-repeat;
  width: 674px;
  height: 681px;
  top: 0;
  right: -145px;
}
@media (max-width: 1430px) {
  .shape .container:after {
    background-size: contain;
    width: 500px;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .shape .container:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .shape .container:after {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: url("../img/shapemob.png") center top no-repeat;
    background-position-y: top;
    background-size: 300px;
  }
}
.shape h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 75px;
  padding-top: 72px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .shape h1 {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 13px;
  }
}
@media (max-width: 767px) {
  .shape h1 {
    font-size: 29px;
    line-height: 45px;
  }
}
.shape h1 span {
  color: #3883ed;
}
.shape .sub {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 33px;
  padding-left: 36px;
  position: relative;
}
@media (max-width: 1200px) {
  .shape .sub {
    padding-left: 0;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }
  .shape .sub br {
    display: none;
  }
}
@media (max-width: 767px) {
  .shape .sub {
    font-size: 17px;
    line-height: 26px;
  }
}
.shape .sub:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 4px;
  top: 12px;
  background: #3883ed;
  left: 0;
}
@media (max-width: 1200px) {
  .shape .sub:after {
    content: none;
  }
}
.shape .price {
  display: flex;
  background: #ffffff;
  align-items: center;
  max-width: 564px;
  border-radius: 1111px;
  min-height: 95px;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .shape .price {
    margin-left: auto;
    margin-right: auto;
    max-width: 630px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .shape .price {
    flex-direction: column;
    max-width: 316px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
  }
}
.shape .price .btn-blue {
  margin-left: 35px;
}
@media (max-width: 767px) {
  .shape .price .btn-blue {
    margin-left: 0;
    margin-top: 10px;
  }
}
.shape .price .left {
  display: flex;
  align-items: center;
  font-size: 18px;
  padding-left: 37px;
}
@media (max-width: 767px) {
  .shape .price .left {
    padding-left: 0;
  }
}
.shape .price .left svg {
  margin-right: 10px;
}
.shape .price .left span {
  font-size: 18px;
}
.shape .price .left b {
  font-weight: bold;
  font-size: 30px;
  margin-left: 7px;
}
.shape .priem {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .shape .priem {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .shape .priem {
    flex-direction: column;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.shape .priem .item {
  text-align: center;
  margin-right: 45px;
}
@media (max-width: 1200px) {
  .shape .priem .item {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .shape .priem .item {
    display: flex;
    text-align: left;
    align-items: center;
  }
}
.shape .priem .item .icon {
  min-height: 51px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: center;
}
@media (max-width: 767px) {
  .shape .priem .item .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    background: #ffffff;
  }
  .shape .priem .item .icon svg {
    width: 40px;
    height: 40px;
  }
}
.shape .priem .item .title {
  font-size: 16px;
}
.shape .priem .item .title b {
  font-weight: bold;
}
.shape .priem .item a {
  color: #3883ed;
  border-bottom: 1px dashed #3883ed;
  text-decoration: none;
}

.zak {
  background: #ffffff;
  padding-bottom: 46px;
}
@media (max-width: 1200px) {
  .zak {
    padding-top: 61px;
  }
}
.zak .items {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -90px;
}
@media (max-width: 1200px) {
  .zak .items {
    top: auto;
  }
}
@media (max-width: 767px) {
  .zak .items {
    flex-direction: column;
  }
}
.zak .items .item {
  background: #f3f3f3;
  box-shadow: 0 4px 30px rgba(0, 0, 0, .2);
  border-radius: 10px;
  width: calc(50% - 16px);
  padding-left: 35px;
  padding-top: 40px;
  padding-bottom: 35px;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 1200px) {
  .zak .items .item {
    box-shadow: none;
    padding-top: 250px;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .zak .items .item {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 0;
  }
  .zak .items .item br {
    display: none;
  }
  .zak .items .item:last-child {
    margin-bottom: 0;
  }
}
.zak .items .item b {
  font-weight: bold;
}
.zak .items .item:nth-child(1) {
  background: url("../img/zak-1.png") left bottom no-repeat, #ffffff;
}
@media (max-width: 1200px) {
  .zak .items .item:nth-child(1) {
    background: url("../img/zak-1-1.png") top center no-repeat, #ffffff;
  }
}
.zak .items .item:nth-child(2) {
  background: url("../img/zak-2.png") left bottom no-repeat, #ffffff;
}
@media (max-width: 1200px) {
  .zak .items .item:nth-child(2) {
    background: url("../img/zak-1-2.png") top center no-repeat, #ffffff;
  }
}

h2.title {
  font-weight: 500;
  font-size: 40px;
  padding-left: 59px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  h2.title {
    text-align: center;
    padding-bottom: 15px;
    padding-left: 0;
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  h2.title {
    font-size: 33px;
  }
}
h2.title:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  background: #3883ed;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
@media (max-width: 1200px) {
  h2.title:after {
    bottom: 0;
    left: 50%;
    margin-left: -19px;
    top: auto;
    margin-top: 0;
  }
}

.usl {
  background: #ffffff;
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .usl {
    padding-bottom: 53px;
  }
}
@media (max-width: 767px) {
  .usl {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 31px;
  }
}
.usl h2 {
  margin-bottom: 62px;
}
@media (max-width: 1200px) {
  .usl h2 {
    margin-bottom: 30px;
  }
}
.usl table {
  width: 100%;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .usl table {
    display: none;
  }
}
.usl table tbody {
  font-size: 17px;
}
.usl table tbody tr:last-child td {
  border: none;
}
.usl table tbody td {
  border-bottom: 1px solid #e8e8e8;
}
.usl table tbody td:nth-child(2),
.usl table tbody td:nth-child(3) {
  text-align: center;
  font-weight: 500;
  font-size: 17px;
}
.usl table td {
  padding: 20px 27px;
}
.usl table td:nth-child(2),
.usl table td:nth-child(3) {
  text-align: center;
}
.usl table thead {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.usl table thead tr td {
  background: #3f89f3;
  white-space: nowrap;
}
.usl table thead tr td:nth-child(2) {
  padding-left: 49px;
  padding-right: 49px;
  border-right: 1px solid rgba(255, 255, 255, .3);
  border-left: 1px solid rgba(255, 255, 255, .3);
}
.usl table thead tr td:nth-child(1) {
  border-radius: 10px 0 0 10px;
}
.usl table thead tr td:nth-child(3) {
  border-radius: 0 10px 10px 0;
  padding-left: 39px;
}
.usl table thead span {
  display: flex;
  align-items: center;
}
.usl table thead span small {
  font-weight: 500;
  font-size: 16px;
}
.usl table thead span svg {
  margin-right: 11px;
}

.uslmob {
  display: none;
}
@media (max-width: 767px) {
  .uslmob {
    display: block;
  }
}
.uslmob .item {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .1);
  box-sizing: border-box;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  border-radius: 20px;
  margin-bottom: 14px;
}
.uslmob .item .title {
  font-size: 16px;
  padding: 19px 28px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.uslmob .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 19px;
  padding-bottom: 23px;
}
.uslmob .bottom .left,
.uslmob .bottom .right {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
}
.uslmob .bottom .left {
  margin-right: 21px;
}
.uslmob .bottom .left svg {
  margin-right: 7px;
}
.uslmob .bottom .right {
  margin-right: 21px;
}
.uslmob .bottom .right svg {
  margin-right: 12px;
}

.about {
  background: #f3f3f3;
  padding-top: 125px;
  overflow: hidden;
  padding-bottom: 139px;
}
@media (max-width: 767px) {
  .about {
    padding-top: 31px;
    padding-bottom: 42px;
  }
  .about h2 {
    margin-bottom: 20px;
  }
}
.about .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .container {
    display: block;
  }
}
.about .container .left {
  max-width: 506px;
  width: 100%;
  margin-right: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .about .container .left {
    width: auto;
    max-width: none;
  }
}
.about .container .left:after {
  content: "";
  position: absolute;
  background: url("../img/about-1.svg") center center no-repeat;
  width: 600px;
  height: 650px;
  top: -155px;
  left: -180px;
  background-size: contain;
}
@media (max-width: 991px) {
  .about .container .left:after {
    top: 0;
  }
}
@media (max-width: 767px) {
  .about .container .left:after {
    content: none;
  }
}
.about .container .left:before {
  content: "";
  position: absolute;
  background: url("../img/about-2.svg") center center no-repeat;
  width: 184px;
  height: 189px;
  bottom: -104px;
  right: -40px;
  background-size: contain;
}
@media (max-width: 991px) {
  .about .container .left:before {
    right: -100px;
    top: 300px;
  }
}
@media (max-width: 767px) {
  .about .container .left:before {
    content: none;
  }
}
.about .container .left img {
  position: relative;
  border-radius: 10px;
  z-index: 5;
}
@media (max-width: 991px) {
  .about .container .left img {
    display: none;
  }
}
.about .container .right {
  max-width: 561px;
}
@media (max-width: 991px) {
  .about .container .right {
    max-width: 100%;
    z-index: 5;
    position: relative;
    text-align: center;
  }
}
.about .container .right .priem {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about .container .right .priem {
    justify-content: space-around;
    margin-top: 30px;
  }
}
.about .container .right .priem .item {
  margin-right: 60px;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .about .container .right .priem .item {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
  }
}
.about .container .right .priem .item b {
  font-weight: 500;
}
.about .container .right .priem .item .icon {
  width: 89px;
  height: 89px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 11px;
}
.about .container .right .priem .item:last-child {
  margin-right: 0;
}
.about .container .right p {
  margin-bottom: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .about .container .right p {
    margin-bottom: 7px;
  }
}
.about .container .right .p img {
  display: none;
  margin-bottom: 23px;
  border-radius: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .about .container .right .p img {
    display: block;
  }
}
.about .container .right > .title {
  font-size: 40px;
  font-weight: 500;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .about .container .right > .title {
    text-align: center;
    margin-bottom: 60px;
  }
}
.about .container .right > .title:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 4px;
  background: #3883ed;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .about .container .right > .title:after {
    left: 50%;
    margin-left: -19px;
  }
}

.faq {
  padding-top: 115px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .faq {
    padding-top: 40px;
  }
}
.faq h2 {
  margin-bottom: 47px;
}
.faq .spoler {
  padding-bottom: 22px;
}
.faq .spoler .title {
  position: relative;
  min-height: 82px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .07);
  border-radius: 10px;
  font-size: 18px;
  padding: 10px 40px;
  padding-right: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .faq .spoler .title {
    font-size: 16px;
    padding: 10px;
    padding-right: 80px;
  }
}
.faq .spoler .title.active {
  background: #3f89f3;
  color: #ffffff;
}
.faq .spoler .title.active span {
  background: #ffffff;
  transform: rotate(45deg);
  color: #2e2d2d;
}
.faq .spoler .title.active span path {
  fill: #2e2d2d;
}
.faq .spoler .title span {
  background: #eeeded;
  display: flex;
  align-items: center;
  transition: all .3s;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #939393;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -22px;
  font-size: 35px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .faq .spoler .title span {
    right: 21px;
  }
}
.faq .spoler .text {
  padding: 29px;
  padding-left: 40px;
  line-height: 24px;
  font-size: 16px;
  display: none;
}
@media (max-width: 767px) {
  .faq .spoler .text {
    padding: 19px;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
}

.slick-dots {
  text-align: center;
  margin-top: 45px !important;
}
@media (max-width: 767px) {
  .slick-dots {
    margin-top: 10px !important;
  }
}
.slick-dots li {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}
.slick-dots li.slick-active button {
  background: #3f89f3;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 8px;
  vertical-align: middle;
  height: 8px;
  border-radius: 50%;
  background: #e2e2e2;
}

.rev {
  padding-top: 53px;
  background: #ffffff;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .rev {
    padding-bottom: 60px;
  }
}
.rev h2 {
  margin-bottom: 30px;
}
.slick-arrow {
  position: absolute;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eeeded;
  border: none;
  border-radius: 50%;
  top: 0;
  margin-top: -95px;
}
#lic .slick-arrow {
  top: 50%;
  margin-top: -23px;
  left: 5px;
}
.lic-sld{
  min-height: 780px;
}
#lic .slick-arrow:hover {
  background: #3f89f3;
}
#lic .slick-arrow.slick-next {
  left: auto;
  right: 5px;
}
.rev .slick-arrow.slick-next {
  right: 0;
  background: #3f89f3;
}
.rev .slick-arrow.slick-next path {
  fill: #ffffff;
}
#lic .slick-arrow:hover path {
  fill: #ffffff;
}
#lic .slick-arrow path {
 transition: all 0.3s;
  
}












.slick-arrow.slick-prev {
  right: 56px;
}
.slick-arrow svg path {
  fill: #939393;
}
.rev .item {
  padding: 30px;
}
@media (max-width: 620px) {
  .lic-sld{
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  .rev .item {
    padding: 15px;
  }
}
.rev .item .text {
  background: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 6px 40px rgba(34, 24, 31, .1);
  border-radius: 5px;
  padding: 24px;
  margin-bottom: 19px;
  position: relative;
}
@media (max-width: 991px) {
  .rev .item .text {
    box-shadow: 0 10px 20px rgba(34, 24, 31, .1);
    border-radius: 5px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .rev .item .text {
    margin-bottom: 30px;
  }
}
.rev .item .text:after {
  content: "";
  position: absolute;
  background: url("../img/rev.png") center center no-repeat;
  width: 30px;
  left: -1px;
  height: 14px;
  top: 100%;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .rev .item .text:after {
    background: none;
    border: 30px solid transparent;
    border-top: 20px solid #ffffff;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
.rev .item .name {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .rev .item .name {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .rev .item .name span {
    display: none;
  }
}
@media (max-width: 767px) {
  .rev .item .name span {
    display: block;
  }
}
.rev .item .name .img {
  border: 2px solid #3f89f3;
  border-radius: 50%;
  overflow: hidden;
  width: 72px;
  height: 72px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .rev .item .name .img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .rev .item .name .img {
    margin-bottom: 10px;
  }
}

.contact {
  padding-top: 68px;
  padding-bottom: 120px;
  background: #f3f3f3;
  overflow: hidden;
  position: relative;
  min-height: 834px;
}
@media (max-width: 1200px) {
  .contact {
    padding-bottom: 60px;
    min-height: 720px;
  }
}
@media (max-width: 767px) {
  .contact {
    min-height: 1px;
    padding-bottom: 0;
  }
}
.contact:after {
  content: "";
  position: absolute;
  background: url("../img/contact.svg") right bottom no-repeat;
  width: 560px;
  height: 575px;
  bottom: 0;
  right: 0;
  background-size: contain;
}
@media (max-width: 991px) {
  .contact:after {
    bottom: auto;
    right: -30px;
    top: -0;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .contact:after {
    content: none;
  }
}
.contact .container {
  position: relative;
  z-index: 5;
}
.contact .container:after {
  content: "";
  position: absolute;
  background: url("../img/contac-1.svg") center center no-repeat;
  width: 220px;
  height: 220px;
  background-size: contain;
  top: 0;
  right: -60px;
}
@media (max-width: 991px) {
  .contact .container:after {
    right: auto;
    left: -60px;
    top: 40px;
  }
}
@media (max-width: 767px) {
  .contact .container:after {
    content: none;
  }
}
.contact .container #map-yandex {
  min-height: 548px;
}
.contact .container .map-yandex {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .contact .container .map-yandex {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.contact .container .map-yandex .desk {
  max-width: 312px;
  width: 100%;
  height: 211px;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .07);
  position: absolute;
  top: 169px;
  z-index: 9;
  border-radius: 10px;
  padding: 38px 28px;
  left: 126px;
}
@media (max-width: 991px) {
  .contact .container .map-yandex .desk {
    left: 80px;
  }
}
@media (max-width: 767px) {
  .contact .container .map-yandex .desk {
    position: static;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact .container .map-yandex .desk a {
  display: block;
  text-decoration: none;
}
.contact .container .map-yandex .desk .tel {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 9px;
  color: #2e2d2d;
  letter-spacing: .05em;
}
.contact .container .map-yandex .desk .mail {
  letter-spacing: .05em;
  color: #3f89f3;
  border-bottom: 1px solid #3f89f3;
  display: inline-block;
  margin-bottom: 21px;
}
.contact .container .map-yandex .desk .adr {
  display: flex;
  align-items: center;
  margin-left: -3px;
  margin-bottom: 15px;
}
.contact .container .map-yandex .desk .adr svg {
  margin-right: 7px;
}
.contact .container .map-yandex .desk .time {
  color: #8c94a2;
  display: flex;
  align-items: center;
}
.contact .container .map-yandex .desk .time svg {
  margin-right: 7px;
}

footer {
  background: #383838;
  padding: 22px 0;
}
footer .container {
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media (max-width: 767px) {
  footer .container a {
    margin-bottom: 15px;
  }
}

.header-menu-mob {
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  z-index: 999;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.header-menu-mob .close-menu {
  width: 43px;
  height: 43px;
  background: #3f89f3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header-menu-mob .logo {
  margin-bottom: 26px;
  display: block;
}
.header-menu-mob ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 40px;
  width: 100%;
  max-width: 236px;
  margin-left: auto;
  margin-right: auto;
}
.header-menu-mob ul li:last-child a {
  border: none;
}
.header-menu-mob ul li a {
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: block;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .04em;
  width: 100%;
  color: #2e2d2d;
  text-decoration: none;
}
.header-menu-mob .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: bold;
}
.header-menu-mob .tel svg {
  margin-right: 9px;
}
.header-menu-mob .mail {
  letter-spacing: .05em;
  color: #3f89f3;
  margin-bottom: 18px;
  display: inline-block;
  border-bottom: 1px solid rgba(63, 137, 243, .4);
}
.header-menu-mob .adr {
  display: flex;
  color: #2e2d2d;
  align-items: center;
  opacity: .6;
  margin-bottom: 13px;
  justify-content: center;
}
.header-menu-mob .adr svg {
  margin-right: 8px;
}
.header-menu-mob .time {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2e2d2d;
  opacity: .6;
  margin-bottom: 13px;
  align-items: center;
}
.header-menu-mob .time b {
  font-weight: bold;
}
.header-menu-mob .time svg {
  margin-right: 8px;
}

.oh {
  overflow: hidden;
}