::-webkit-input-placeholder {
  color: #666;
}

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #003977;
  color: #fff;
}

::selection {
  background-color: #003977;
  color: #fff;
}

body {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  position: relative;
  min-width: 320px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 153px;
  font-family: "ManropeRegular", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

body *:focus {
  outline-color: #003977;
}

body input,
body textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #000;
}

body input:focus,
body input:not(:placeholder-shown),
body textarea:focus,
body textarea:not(:placeholder-shown) {
  border: 1px solid #003977;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

b {
  font-weight: normal;
  font-family: "ManropeBold", sans-serif;
  color: #000000;
}

p {
  margin-bottom: 1.5em;
}

p:last-of-type {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  text-align: center;
  text-transform: uppercase;
  font-family: "ManropeBold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.button:hover {
  text-decoration: none;
}

.button.btn-purple {
  width: 195px;
  height: 50px;
  color: #ffffff;
  background-color: #b42d7e;
  -webkit-box-shadow: 0px 13px 16px #f5ddeb;
  box-shadow: 0px 13px 16px #f5ddeb;
}
.info-subtitle2 {
  margin-top: 15px;
}

.button.btn-purple:hover {
  background-color: #961c65;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.button.btn-blue {
  width: 166px;
  height: 50px;
  color: #ffffff;
  background-color: #003977;
}

.button.btn-blue:hover {
  background-color: #04356a;
}

.button.btn-transp {
  width: 166px;
  height: 50px;
  color: #003977;
  border: 2px solid rgba(34, 77, 144, 0.2);
  background-color: transparent;
}

.button.btn-transp:hover {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #003977;
}

.slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 100%;
  margin-top: 15px;
  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;
}

.slick-dots li {
  background: none;
  padding: 0;
  position: relative;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 8px;
}

.slick-dots button {
  display: inherit;
  position: relative;
  width: 6px;
  height: 6px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: #d3dbe9;
}

.slick-dots button:focus {
  outline: none;
}

.slick-dots .slick-active button {
  background-color: #b42d7e;
}

.menu-toggle {
  position: relative;
  width: 35px;
  height: 15px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu-toggle.on span {
  background: transparent;
}

.menu-toggle.on span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
  width: 27px;
}

.menu-toggle.on span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  width: 27px;
}

.menu-toggle span {
  position: absolute;
  width: 13px;
  height: 2px;
  top: 6px;
  right: 0;
  margin: 0;
  opacity: 1;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-toggle span:before {
  position: absolute;
  width: 19px;
  height: 2px;
  top: 6px;
  right: 0;
  content: "";
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-toggle span:after {
  position: absolute;
  width: 34px;
  height: 2px;
  right: 0;
  bottom: 6px;
  content: "";
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-breadcrumbs {
  white-space: nowrap;
  position: relative;
  max-width: 100%;
  overflow-x: auto;
  z-index: 1;
}

.page-breadcrumbs .breadcrumbs-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.page-breadcrumbs .breadcrumb-item.active .breadcrumb-link {
  color: #1c599b;
}

.page-breadcrumbs .breadcrumb-item:after {
  content: "/";
  font-size: 9px;
  line-height: 12px;
  color: #1c599b;
  margin: 0 10px 0 8px;
  display: inline-block;
}

.page-breadcrumbs .breadcrumb-item:last-of-type:after {
  display: none;
}

.page-breadcrumbs .breadcrumb-link {
  color: #e5e9ed;
  font-family: "ManropeMedium", sans-serif;
  font-size: 11px;
  line-height: 15px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-breadcrumbs .breadcrumb-link:hover {
  color: #a7bcd3;
}

h1,
.h1 {
  font-family: "ManropeMedium", sans-serif;
  font-size: 40px;
  line-height: 55px;
  font-weight: normal;
  color: #003977;
  margin-bottom: 0;
}

h2,
.h2 {
  font-family: "ManropeMedium", sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
}

h3,
.h3 {
  font-family: "ManropeMedium", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
}

h4,
.h4 {
  font-family: "ManropeMedium", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0;
}

.page-wrapper.homepage .price-calc {
  display: none;
}

.page-wrapper.service-page .scheme {
  margin-top: 85px;
}

.page-wrapper.allservices-page .scheme {
  margin-top: 60px;
}

.page-wrapper.auto-page .page-top {
  position: relative;
  z-index: 1;
}

.page-wrapper.auto-page .page-top:before {
  content: "";
  display: block;
  position: absolute;
  width: 360px;
  height: 330px;
  right: 100%;
  bottom: 60px;
  background: url(../img/bg/car.png) 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.page-wrapper.auto-page .page-top.active:before {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.page-wrapper.auto-page .page-top .page-top-img img.img-man {
  right: 90px;
}

.page-wrapper.auto-page .advantages {
  margin-top: 65px;
}

header {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  max-width: 1920px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

header.fixed,
header.header-internal {
  -webkit-box-shadow: 0px 4px 14px rgba(0, 57, 119, 0.1);
  box-shadow: 0px 4px 14px rgba(0, 57, 119, 0.1);
}

header.fixed .header-topline,
header.header-internal .header-topline {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

header .header-topline {
  -webkit-box-shadow: 0px 4px 14px rgba(0, 57, 119, 0.1);
  box-shadow: 0px 4px 14px rgba(0, 57, 119, 0.1);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

header .header-topline-inner {
  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;
  padding: 20px 0;
}

header .header-topline .menu-toggle {
  display: none;
}

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

header .header-logo .logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

header .header-logo img {
  width: 47px;
  height: 47px;
}

header .header-logo span {
  display: none;
  font-family: "ManropeBold", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #003977;
  margin-left: 12px;
}

header .header-info {
  font-family: "ManropeMedium", sans-serif;
  line-height: 21px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

header .header-address {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.7;
  -webkit-flex: 0.7;
  -ms-flex: 0.7;
  flex: 0.7;
}

header .header-address .address-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  position: relative;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
  color: #9c9fa5;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-address .address-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: -25px;
  background: url(../img/icons/location.svg) 50% 50% no-repeat;
  background-size: contain;
}

header .header-address .address-link:hover {
  color: #b42d7e;
}

header .header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  margin-left: 30px;
}

header .header-phone .phone-link {
  display: inline-block;
  font-family: "ManropeBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-phone .phone-link:hover {
  color: #b42d7e;
}

header .header-phone .phone-info {
  display: block;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #9c9fa5;
  margin-top: 3px;
}

header .header-price {
  margin-left: 40px;
}

header .header-menu {
  padding: 12px 0;
  position: relative;
}

header .header-menu .menu-primary-inner {
  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 .header-menu .menu-primary .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

header .header-menu .menu-primary .menu-item {
  margin-right: 35px;
}

header .header-menu .menu-primary .menu-item:last-of-type {
  margin-right: 0;
}

header .header-menu .menu-primary .menu-item.active .menu-link,
header .header-menu .menu-primary .menu-item.current-menu-item .menu-link,
header .header-menu .menu-primary .menu-item.current-page-ancestor .menu-link {
  color: #003977;
  background-color: #ecf1f9;
}

header
  .header-menu
  .menu-primary
  .menu-item.page-item-31
  + .current-page-ancestor:not(:hover)
  .menu-link {
  color: #657383;
  background-color: transparent;
}

header .header-menu .menu-primary .menu-link {
  display: inline-block;
  font-family: "ManropeBold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  color: #657383;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .header-menu .menu-primary .menu-link:hover {
  color: #003977;
  background-color: #ecf1f9;
}

header .header-menu .menu-toggle.on span {
  background: transparent;
}

header .header-menu .menu-toggle span {
  background-color: #003977;
}

header .header-menu .menu-toggle span:before {
  background-color: #003977;
}

header .header-menu .menu-toggle span:after {
  background-color: #003977;
}

header .header-menu .menu-services {
  padding: 18px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ecf1f9;
  z-index: 3;
}

header .header-menu .menu-services .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  max-width: 960px;
  font-size: 14px;
  line-height: 19px;
}

header .header-menu .menu-services .menu-item {
  margin: 10px 30px 10px 15px;
}

header .header-menu .menu-services .menu-link {
  display: inline-block;
  font-family: "ManropeMedium", sans-serif;
  text-decoration: none;
  color: #8c9fb4;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-menu .menu-services .menu-link:hover {
  color: #003977;
}

header .header-menu-full {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #003977;
  z-index: 5;
  overflow: hidden;
}

header .header-menu-full:before {
  content: "";
  position: absolute;
  max-width: 640px;
  max-height: 1080px;
  width: 68vh;
  height: 115vh;
  left: 45px;
  bottom: -25vh;
  background: url(../img/bg/menu-bg.svg) 50% 50% no-repeat;
  background-size: contain;
  z-index: -1;
}

header .header-menu-full .menu-toggle {
  position: absolute;
  top: 30px;
  right: 20px;
}

header .header-menu-full .menu-info {
  font-family: "ManropeMedium", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

header .header-menu-full .menu-full-wrapper {
  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;
  width: 100%;
  height: 100%;
}

header .header-menu-full .menu-full-wrapper .container {
  margin-left: 200px;
}

header .header-menu-full .menu-full-inner {
  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;
  min-height: 520px;
}

header .header-menu-full .menu-primary {
  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-flex: 0.45;
  -webkit-flex: 0.45;
  -ms-flex: 0.45;
  flex: 0.45;
}

header .header-menu-full .menu-primary .menu-list {
  list-style-type: none;
  padding-left: 0;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 19px;
}

header .header-menu-full .menu-primary .menu-item {
  margin-bottom: 20px;
}

header .header-menu-full .menu-primary .menu-item:last-of-type {
  margin-bottom: 0;
}

header .header-menu-full .menu-primary .menu-link {
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-menu-full .menu-primary .menu-link:hover {
  color: #a7bcd3;
}

header .header-menu-full .menu-address {
  margin-top: auto;
}

header .header-menu-full .menu-address .address-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  position: relative;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
  color: #c1cfdd;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-menu-full .menu-address .address-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: -25px;
  background: url(../img/icons/location.svg) 50% 50% no-repeat;
  background-size: contain;
}

header .header-menu-full .menu-address .address-link:hover {
  color: #ffffff;
}

header .header-menu-full .menu-services {
  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-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

header .header-menu-full .menu-services .menu-list {
  list-style-type: none;
  padding-left: 0;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 19px;
}

header .header-menu-full .menu-services .menu-item {
  margin-bottom: 20px;
}

header .header-menu-full .menu-services .menu-item:last-of-type {
  margin-bottom: 0;
}

header .header-menu-full .menu-services .menu-link {
  color: #a7bcd3;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-menu-full .menu-services .menu-link:hover {
  color: #ffffff;
}

header .header-menu-full .menu-phone {
  margin-top: auto;
}

header .header-menu-full .menu-phone .phone-link {
  display: inline-block;
  font-family: "ManropeSemibold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

header .header-menu-full .menu-phone .phone-link:hover {
  color: #c1cfdd;
}

.page-top {
  background: url(../img/bg/top-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}

.page-top .page-top-inner {
  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: 45px;
}

.page-top .page-top-info {
  width: calc(50% - 50px);
  padding-top: 55px;
}

.page-top .page-top-info .info-slogan {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  font-family: "ManropeSemibold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #111112;
  background-color: #fcff6a;
}

.page-top .page-top-info .info-title {
  margin-top: 12px;
}

.page-top .page-top-info .info-subtitle {
  margin-top: 25px;
  color: #5b5959;
}

.page-top .page-top-info .info-allservices {
  margin: 45px 0;
}

.page-top .page-top-info .info-allservices .allservices-btn {
  width: 205px;
}

.page-top .page-top-img {
  width: calc(50% + 50px);
  background: url(../img/bg/top-bg-circle.svg) 50% 100% no-repeat;
  background-size: contain;
  position: relative;
  height: 550px;
}

.page-top .page-top-img img {
  position: absolute;
  top: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.page-top .page-top-img img.img-man {
  right: 55px;
  max-width: 370px;
}

.page-top .page-top-img img.img-lock {
  left: -15px;
  max-width: 235px;
}

.page-top .page-top-img img.active {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.page-top-internal {
  background-color: #003977;
}

.page-top-internal .page-top-inner {
  padding: 40px 0;
  min-height: 440px;
}

.page-top-internal .page-info {
  margin-top: 45px;
}

.page-top-internal .page-info .info-title {
  color: #ffffff;
}

.page-top-internal .page-info .info-phone {
  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;
  margin-left: auto;
  margin-right: 10px;
}

.page-top-internal .page-info .info-phone .phone-title {
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #3b6695;
}

.page-top-internal .page-info .info-phone .phone-link {
  font-family: "ManropeBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 5px;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.page-top-internal .page-info .info-phone .phone-link:hover {
  color: #a7bcd3;
}

.allservices-top .page-top-inner {
  background: url(../img/bg/allservices.jpg) 100% 50% no-repeat;
  background-size: auto 100%;
}

.contacts {
  margin-bottom: -65px;
  background-color: #003977;
}

.contacts .contacts-inner {
  padding: 40px 0 35px;
}

.contacts .contacts-title {
  color: #ffffff;
}

.contacts .contacts-main {
  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;
  margin-top: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #16569c;
}

.contacts .contacts-list {
  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;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-flex: 0.85;
  -webkit-flex: 0.85;
  -ms-flex: 0.85;
  flex: 0.85;
}

.contacts .contact-item {
  margin-left: 30px;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.contacts .contact-item .contact-info {
  display: block;
  color: #ffffff;
}

.contacts .contact-item .contact-link {
  display: inline-block;
  white-space: nowrap;
  font-family: "ManropeBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.contacts .contact-item .contact-link:hover {
  color: #a7bcd3;
}

.contacts .contact-item .contact-name {
  display: block;
  color: #a7bcd3;
  margin-bottom: 10px;
}

.contacts .contact-item.email .contact-link {
  font-size: 14px;
  line-height: 19px;
}

.contacts .contacts-top-info {
  font-family: "RubikMedium", sans-serif;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 32px;
}

.contacts .contacts-map {
  height: 560px;
}

.contacts
  .contacts-map
  ymaps[class*="placemark-overlay"]
  ymaps[class*="image"] {
  background-repeat: no-repeat;
  background-size: contain;
}

.contacts .contacts-map ymaps[class*="balloon-content__header"] {
  font-family: "ManropeBold", sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.contacts .contacts-map ymaps[class*="balloon-content__footer"] {
  font-family: "ManropeRegular", sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.contacts .contacts-map ymaps[class*="ground-pane"] > ymaps {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.contacts .contacts-map ymaps[class*="inner-panes"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #003977;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 999;
}

.contacts .contacts-map ymaps[class*="copyright"] {
  display: none !important;
}

@supports not (mix-blend-mode: multiply) {
  .contacts .contacts-map ymaps[class*="ground-pane"] > ymaps {
    -webkit-filter: grayscale(1) brightness(0.6) contrast(1.5);
    filter: grayscale(1) brightness(0.6) contrast(1.5);
  }
  .contacts .contacts-map ymaps[class*="inner-panes"]:before {
    opacity: 0.8;
    -webkit-filter: contrast(2) hue-rotate(-50deg) saturate(1.45);
    filter: contrast(2) hue-rotate(-50deg) saturate(1.45);
  }
}

.services {
  margin-top: 55px;
}

.services .services-title {
  margin-bottom: 5px;
}

.services .services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.services .service-item {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15px;
  background-color: #ffffff;
  width: calc(100% / 3 - 30px);
}

.services .service-item .item-photo {
  position: relative;
  height: 0;
  padding-top: 63%;
  border-radius: 5px;
  overflow: hidden;
}

.services .service-item .item-photo:hover img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}

.services .service-item .item-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.services .service-item .item-info {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 19px;
  font-family: "ManropeBold", sans-serif;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.services .service-item .item-name {
  text-transform: uppercase;
  margin-top: 22px;
}

.services .service-item .item-price {
  color: #b42d7e;
  margin: auto 0;
  padding: 15px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.services .service-item .item-details {
  margin-top: auto;
}

.services-internal .services-slider {
  overflow: hidden;
}

.services-internal .services-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.services-internal .services-slider .slick-list {
  margin: 0 -15px;
}

.services-internal .services-slider .slick-arrow {
  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;
  position: absolute;
  top: 50px;
  border: none;
  z-index: 2;
  font-size: 0;
  padding: 0;
  width: 32px;
  height: 64px;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.services-internal .services-slider .slick-arrow:hover {
  -webkit-filter: brightness(0.9) contrast(1.15);
  filter: brightness(0.9) contrast(1.15);
}

.services-internal .services-slider .slick-prev {
  left: 0;
  background: url(../img/icons/prev2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.services-internal .services-slider .slick-next {
  right: 0;
  background: url(../img/icons/next2.svg) 50% 50% no-repeat;
  background-size: contain;
}

.services-internal .services-slider .slick-dots {
  margin-top: 40px;
}

.services-internal .service-item {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}

.services-regional {
  background: url(../img/bg/services-reg-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 55px 0 70px;
  margin-top: 65px;
}

.services-regional .services-title {
  text-align: center;
  position: relative;
  padding-top: 100px;
}

.services-regional .services-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 82px;
  height: 82px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background: url(../img/icons/kremlin.svg) 50% 50% no-repeat;
  background-size: contain;
}

.services-regional .services-slider {
  margin-top: 30px;
}

.services-regional .services-slider .slick-dots {
  display: none !important;
}

.services-regional .service-item {
  background: none;
}

.brands {
  margin-top: 15px;
  padding: 30px 28px 10px;
  border: 1px solid #d7deeb;
  border-radius: 5px;
}

.brands .brands-title {
  font-family: "ManropeBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.brands .brands-list {
  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;
  margin-top: 15px;
}

.payment {
  background-color: #f2f4f7;
  margin-top: 30px;
  padding: 30px 45px;
  border-radius: 5px;
}

.payment .payment-title {
  font-family: "ManropeBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.payment .payment-options {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.payment .payment-options .option-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;
  margin-top: 30px;
}

.payment .payment-options .option-item img {
  width: 40px;
  height: 40px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.payment .payment-options .option-item span {
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #9c9fa5;
  margin-left: 25px;
}

.scheme {
  margin-top: 45px;
}

.scheme .scheme-title {
  text-align: center;
}

.scheme .scheme-steps {
  list-style-type: none;
  padding-left: 0;
  margin: 40px -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scheme .scheme-steps .step-item {
  text-align: center;
  width: 20%;
  padding: 0 15px;
  position: relative;
}

.scheme .scheme-steps .step-item:last-of-type:after {
  display: none;
}

.scheme .scheme-steps .step-item:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 7px;
  right: -15px;
  top: 66px;
  background: url(../img/icons/arrow.svg) 50% 50% no-repeat;
  background-size: cover;
}

.scheme .scheme-steps .step-item .item-icon {
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -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;
  position: relative;
}

.scheme .scheme-steps .step-item .item-icon:before,
.scheme .scheme-steps .step-item .item-icon:after {
  content: "";
  position: absolute;
}

.scheme .scheme-steps .step-item .item-icon:before {
  width: 100%;
  height: 100%;
  border-radius: 200px;
  border: 1px solid #e6ecf9;
}

.scheme .scheme-steps .step-item .item-icon:after {
  width: 85%;
  height: 85%;
  border-radius: 200px;
  -webkit-box-shadow: 0px 4px 4px #d4def1;
  box-shadow: 0px 4px 4px #d4def1;
}

.scheme .scheme-steps .step-item .item-icon img {
  width: 57px;
  height: 57px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.scheme .scheme-steps .step-item .item-number {
  font-family: "ManropeBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  margin-top: 20px;
}

.scheme .scheme-steps .step-item .item-info {
  line-height: 21px;
  margin-top: 15px;
}

.scheme .scheme-steps .step-item .item-info span,
.scheme .scheme-steps .step-item .item-info a {
  display: block;
  color: #b42d7e;
  font-family: "ManropeBold", sans-serif;
  white-space: nowrap;
}

.scheme .scheme-steps .step-item .item-info a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.scheme .scheme-steps .step-item .item-info a:hover {
  color: #961c65;
}

.about {
  margin-top: 80px;
}

.about .about-photo {
  margin-top: 10px;
  position: relative;
  width: calc(100% - 65px);
  height: 0;
  padding-top: 73%;
}

.about .about-photo:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 55px);
  left: 0;
  top: 0;
  border-radius: 5px;
  background-color: #003977;
  z-index: -1;
}

.about .about-photo img {
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.about .about-subtitle {
  font-family: "ManropeSemibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #003977;
  margin-top: 30px;
}

.about .about-descr {
  color: #4a4444;
  margin-top: 30px;
}

.about .about-services {
  margin-top: 40px;
}

.about .about-services .services-btn {
  width: 205px;
  -webkit-box-shadow: 0px 9px 20px #d7deeb;
  box-shadow: 0px 9px 20px #d7deeb;
}

.about .about-services .services-btn:hover {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.price {
  background: url(../img/bg/price-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding: 115px 0 65px;
  margin-top: 65px;
}

.price .price-inner {
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
}

.price .price-title {
  color: #ffffff;
  text-align: center;
  position: relative;
}

.price .price-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icons/label.svg) 50% 50% no-repeat;
  background-size: contain;
}

.price .price-list {
  color: #ffffff;
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0 0;
}

.price .price-item {
  display: table;
  line-height: 21px;
  margin-bottom: 25px;
}

.price .price-item:last-of-type {
  margin-bottom: 0;
}

.price .price-item .item-name,
.price .price-item .item-value {
  display: table-cell;
}

.price .price-item .item-name {
  position: relative;
  overflow: hidden;
  padding-right: 28%;
}

.price .price-item .item-name:after {
  content: "";
  position: absolute;
  bottom: 0.35em;
  margin-left: 1em;
  width: 100%;
  border-bottom: 1px dashed #bab1b1;
}

.price .price-item .item-value {
  white-space: nowrap;
}

.price .price-item .item-name + .item-value {
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 1em;
}

.price .price-allservices {
  text-align: center;
  margin-top: 35px;
}

.price .price-allservices .allservices-btn {
  width: 195px;
}

.price-calc {
  margin-top: 40px;
}

.price-calc .price-messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-calc .price-messenger .messenger-img {
  width: 145px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.price-calc .price-messenger .messenger-info {
  margin-left: 45px;
}

.price-calc .price-messenger .messenger-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.price-calc .price-messenger .messenger-links .link-item {
  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: 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;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  width: 92px;
  height: 112px;
  padding-top: 5px;
  font-size: 13px;
  line-height: 21px;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.price-calc .price-messenger .messenger-links .link-item.whatsapp {
  color: #00c730;
  border: 1px solid #e9fced;
}

.price-calc .price-messenger .messenger-links .link-item.whatsapp:hover {
  background-color: #e9fced;
}

.price-calc .price-messenger .messenger-links .link-item.viber {
  color: #7c3394;
  border: 1px solid #f9eefd;
  margin-left: 10px;
}

.price-calc .price-messenger .messenger-links .link-item.viber:hover {
  background-color: #f9eefd;
}

.price-calc .price-messenger .messenger-links .link-item span {
  margin-top: 12px;
}

.price-calc .price-messenger .messenger-title {
  font-family: "ManropeMedium", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.price-calc .price-messenger .messenger-subtitle {
  font-size: 14px;
  line-height: 22px;
  color: #a79aa2;
  margin-top: 30px;
}

.price-calc .price-list-wrapper {
  -webkit-box-shadow: 0px 34px 34px #d6dde7;
  box-shadow: 0px 34px 34px #d6dde7;
  padding: 40px 50px 50px;
  border-radius: 5px;
  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;
}

.price-calc .price-title {
  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;
  padding-left: 25px;
}

.price-calc .price-title:before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  margin-left: -25px;
  background: url(../img/icons/label.svg) 50% 50% no-repeat;
  background-size: contain;
}

.price-calc .price-list {
  list-style-type: none;
  padding-left: 0;
  margin: 40px 0 0;
}

.price-calc .price-item {
  display: table;
  line-height: 21px;
  margin-bottom: 25px;
}

.price-calc .price-item:last-of-type {
  margin-bottom: 0;
}

.price-calc .price-item .item-name,
.price-calc .price-item .item-value {
  display: table-cell;
}

.price-calc .price-item .item-name {
  position: relative;
  overflow: hidden;
  padding-right: 28%;
}

.price-calc .price-item .item-name:after {
  content: "";
  position: absolute;
  bottom: 0.35em;
  margin-left: 1em;
  width: 100%;
  border-bottom: 1px dashed #bab1b1;
}

.price-calc .price-item .item-value {
  font-family: "ManropeSemibold", sans-serif;
  white-space: nowrap;
}

.price-calc .price-item .item-name + .item-value {
  text-align: right;
  width: 1%;
  vertical-align: bottom;
  padding-left: 1em;
}

.price-calc .price-allservices {
  text-align: center;
  margin-top: 35px;
  display: none;
}

.price-calc .price-allservices .allservices-btn {
  width: 195px;
}

.types {
  margin-top: 55px;
}

.types .types-title {
  text-align: center;
}

.types .types-wrapper {
  margin-top: 40px;
}

.types .types-img {
  max-width: 170px;
}

.types .types-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
}

.types .type-name {
  position: relative;
  margin-left: 40px;
  margin-bottom: 38px;
  display: inline-block;
  min-width: 60%;
}

.types .type-name:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 18px;
  top: 2px;
  left: -40px;
  background: url(../img/icons/checkmark.svg) 50% 50% no-repeat;
  background-size: contain;
}

.types-internal {
  background-color: #f4f6f8;
  padding: 60px 0;
  margin-bottom: 60px;
}

.advantages {
  margin-top: 30px;
}

.advantages .advantages-title {
  text-align: center;
}

.advantages .advantages-subtitle {
  text-align: center;
  font-family: "ManropeSemibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #003977;
  margin-top: 20px;
}

.advantages .advantages-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  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;
}

.advantages .advantage-item {
  width: calc(50% - 30px);
  margin: 65px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages .advantage-item .item-icon {
  width: 130px;
  height: 130px;
  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;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.advantages .advantage-item .item-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  border: 1px solid #e6ecf9;
}

.advantages .advantage-item .item-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.advantages .advantage-item .item-info {
  margin-left: 60px;
}

.advantages .advantage-item .item-name {
  font-family: "ManropeBold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.advantages .advantage-item .item-descr {
  margin-top: 25px;
}

.reviews {
  background-color: #003977;
  margin-top: 80px;
  padding: 55px 0 65px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.reviews:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12%;
  width: 288px;
  height: 340px;
  background: url(../img/bg/reviews-bg.svg) 50% 50% no-repeat;
  background-size: cover;
  z-index: -1;
}

.reviews .reviews-top {
  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;
}

.reviews .reviews-title {
  color: #ffffff;
}

.reviews .reviews-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
}

.reviews .reviews-slider-nav .slick-arrow {
  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;
  position: relative;
  z-index: 2;
  font-size: 0;
  padding: 0;
  border: 1px solid #205a98;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.reviews .reviews-slider-nav .slick-arrow:hover {
  background-color: #205a98;
}

.reviews .reviews-slider-nav .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 8px;
}

.reviews .reviews-slider-nav .slick-prev:before {
  background: url(../img/icons/prev.svg) 50% 50% no-repeat;
  background-size: contain;
}

.reviews .reviews-slider-nav .slick-next {
  margin-left: 10px;
}

.reviews .reviews-slider-nav .slick-next:before {
  background: url(../img/icons/next.svg) 50% 50% no-repeat;
  background-size: contain;
}

.reviews .reviews-slider {
  overflow: hidden;
  margin-top: 30px;
}

.reviews .reviews-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.reviews .reviews-slider .slick-list {
  margin: 0 -15px;
}

.reviews .review-item {
  background-color: #ffffff;
  padding: 25px 35px;
  margin: 0 15px;
  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;
  height: auto;
  border-radius: 5px;
  position: relative;
}

.reviews .review-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 35px;
  bottom: 25px;
  width: 28px;
  height: 24px;
  background: url(../img/icons/quotes.svg) 50% 50% no-repeat;
  background-size: cover;
}

.reviews .review-item .item-comment {
  color: #4a4444;
}

.reviews .review-item .item-comment:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 25px;
  background-color: #b42d7e;
}

.reviews .review-item .item-reviewer {
  margin-top: auto;
  padding: 45px 45px 0 0;
  font-family: "ManropeBold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}

.instagram {
  margin-top: 60px;
}

.instagram .instagram-title {
  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;
  text-align: center;
  position: relative;
}

.instagram .instagram-title:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/instagram.svg) 50% 50% no-repeat;
  background-size: 100%;
  margin-right: 12px;
}

.instagram .instagram-feed {
  width: 100%;
  height: 21.4vw;
  margin-top: 30px;
  overflow: hidden;
}

.instagram .instagram_gallery {
  height: 100%;
}

.instagram .instagram_gallery:not(.slick-initialized) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
}

.instagram .instagram_gallery:not(.slick-initialized) a {
  width: calc(100% / 6 - 4px);
  margin: 0 2px;
}

.instagram .instagram_gallery:not(.slick-initialized) a:nth-child(n + 7) {
  display: none;
}

.instagram .instagram_gallery .slick-track {
  height: 100%;
}

.instagram .instagram_gallery .slick-list {
  height: 100%;
  margin: 0 -2px;
}

.instagram .instagram_gallery a {
  display: block;
  position: relative;
  margin: 0 2px;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .instagram .instagram_gallery a:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.instagram .instagram_gallery a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq {
  margin-top: 60px;
}

.faq .faq-list {
  list-style-type: none;
  padding-left: 75px;
  margin-bottom: 0;
}

.faq .faq-wrapper {
  padding-right: 15px;
}

.faq .faq-item {
  margin-top: 40px;
}

.faq .faq-item .item-question {
  color: #003977;
  font-family: "ManropeSemibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.faq .faq-item .item-question:before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  top: 0.65em;
  left: -75px;
  background-color: #dfe5f1;
}

.faq .faq-item .item-answer {
  margin-top: 15px;
  color: #4a4444;
}

.faq .faq-img {
  margin-top: 20px;
}

footer {
  margin-top: 65px;
  padding: 45px 0 60px;
  background-color: #fafafa;
}

footer .footer-topline {
  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;
  margin-top: 85px;
}

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

footer .footer-logo .logo-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

footer .footer-logo img {
  width: 47px;
  height: 47px;
}

footer .footer-logo span {
  font-family: "ManropeBold", sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #003977;
  margin-left: 12px;
}

footer .footer-info {
  max-width: 300px;
  font-family: "ManropeMedium", sans-serif;
  line-height: 21px;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .footer-address {
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0.55;
  -webkit-flex: 0.55;
  -ms-flex: 0.55;
  flex: 0.55;
}

footer .footer-address .address-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
  position: relative;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-left: 25px;
  color: #9c9fa5;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

footer .footer-address .address-link:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: -25px;
  background: url(../img/icons/location.svg) 50% 50% no-repeat;
  background-size: contain;
}

footer .footer-address .address-link:hover {
  color: #b42d7e;
}

footer .footer-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  margin-left: 30px;
}

footer .footer-phone .phone-link {
  display: inline-block;
  font-family: "ManropeBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

footer .footer-phone .phone-link:hover {
  color: #b42d7e;
}

footer .footer-phone .phone-info {
  display: block;
  font-family: "ManropeMedium", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #9c9fa5;
  margin-top: 3px;
}

footer .footer-menu .menu-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;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

footer .footer-menu .menu-link {
  display: inline-block;
  font-family: "ManropeBold", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #a79aa2;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

footer .footer-menu .menu-link:hover {
  color: #003977;
}

footer .footer-bottomline {
  margin-top: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-bottomline .footer-bottominfo {
  font-size: 12px;
  line-height: 19px;
  color: #b7b4b4;
}

footer .footer-bottomline .footer-developer {
  white-space: nowrap;
  margin-left: 60px;
  font-family: "ManropeBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a79aa2;
}

footer .footer-bottomline .footer-developer a {
  color: #b42d7e;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

footer .footer-bottomline .footer-developer a:hover {
  color: #961c65;
}

.scrolltop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 2;
  left: 40px;
  bottom: 60px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, opacity 0.3s ease,
    visibility 0.3s ease;
  transition: transform 0.3s ease-out, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease-out, opacity 0.3s ease, visibility 0.3s ease,
    -webkit-transform 0.3s ease-out;
}

.scrolltop.visible {
  visibility: visible;
  opacity: 1;
}

.scrolltop .scrolltop-btn {
  width: 45px;
  height: 45px;
  background: url(../img/icons/scrolltop.svg) 50% 50% no-repeat;
  background-size: contain;
  border: none;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}

.scrolltop .scrolltop-btn:hover {
  -webkit-filter: brightness(0.95) contrast(1.1);
  filter: brightness(0.95) contrast(1.1);
}

.text-content {
  margin-top: 85px;
}

.text-content .content-wrapper *:first-child {
  margin-top: 0;
}

.text-content .content-wrapper *:last-child {
  margin-bottom: 0;
}

.text-content .content-wrapper h2,
.text-content .content-wrapper h3,
.text-content .content-wrapper h4 {
  margin-bottom: 1em;
}

.text-content .content-wrapper h2,
.text-content .content-wrapper h3,
.text-content .content-wrapper h4 {
  margin-top: 50px;
}

.text-content .content-wrapper ol {
  padding-left: 3em;
  margin: 2em 0 2em 0;
}

.text-content .content-wrapper ol li {
  margin-bottom: 1.2em;
}

.text-content .content-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin: 2em 0 2em 1em;
}

.text-content .content-wrapper ul li {
  padding-left: 2.2em;
  margin-bottom: 1.2em;
  position: relative;
}

.text-content .content-wrapper ul li:last-of-type {
  margin-bottom: 0;
}

.text-content .content-wrapper ul li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #dfe5f1;
  left: 0;
  top: 0.8em;
}

.text-content .content-wrapper table {
  margin: 2.5em 0;
  max-width: 600px;
  width: 100%;
  table-layout: fixed;
}

.text-content .content-wrapper table th,
.text-content .content-wrapper table td {
  border: 1px solid #dfe5f1;
  padding: 8px 25px;
}

.text-content .content-wrapper table th {
  font-weight: normal;
}

.text-content .content-wrapper table tr *:first-child {
  width: 70%;
}

.text-content .content-wrapper table b {
  font-family: "ManropeBold", sans-serif;
  font-weight: normal;
}

.text-content .menu-services .menu-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.text-content .menu-services .menu-item {
  margin-bottom: 12px;
}

.text-content .menu-services .menu-item:last-of-type {
  margin-bottom: 0;
}

.text-content .menu-services .menu-link {
  display: block;
  font-family: "ManropeBold", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #003977;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #e6ecf9;
  padding: 18px 24px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.text-content .menu-services .menu-link:hover {
  color: #ffffff;
  border: 1px solid #003977;
  background-color: #003977;
}
