@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
html, body {
  font-size: 18px;
  font-family: Source Sans Pro;
}

.show .overlay
ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  color: #fff;
}

* {
  margin: 0;
  padding: 0;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

.video-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-bg-1 {
  background-image: url(../img/sec-1-bg.png);
}

.video-bg-2 {
  background-image: url(../img/se-1-page-2.png);
}

.gray-layer {
  width: 100%;
  height: 100%;
  position: absolute;
}

.gray-layer-1 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(126, 125, 125, 0.65)), to(rgba(126, 125, 125, 0.65)));
  background: linear-gradient(0deg, rgba(126, 125, 125, 0.65), rgba(126, 125, 125, 0.65));
}

.gray-layer-2 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(126, 125, 125, 0.7)), to(rgba(126, 125, 125, 0.7)));
  background: linear-gradient(to top, rgba(126, 125, 125, 0.7), rgba(126, 125, 125, 0.7));
}

.video-bg > video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.active {
  color: #9A043D;
}

.r {
  border: 2px solid red;
}

.rr {
  background-color: red;
}

.b {
  border: 2px solid #000;
}

.a {
  height: 100%;
}

.parent_sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.sticky_block {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 130px;
}

.sec-bg-video {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}

.top-menu {
  width: 100%;
  position: fixed;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.show .top-menu {
  background: #A6A5A5;
  opacity: 0.95;
}

.menu-fixed {
  background: #A6A5A5;
  opacity: 0.95;
}

.menu-fixed .nav-bar {
  padding: 30px 0;
}

.sec-1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sec-flex {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mg-solution {
  max-width: 753px;
  width: 100%;
}

.title-sec-1 {
  margin-left: -34px;
}
.title-sec-1 h1 {
  font-size: 4rem;
  line-height: 96px;
}

.sec-1-page-2 .title-sec-1 {
  margin-left: -122px;
}

.wrapper {
  max-width: 1694px;
  margin: 0 auto;
}

.logo {
  margin-left: 14px;
  display: inline-block;
}

.logo-img {
  width: 150px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-bar {
  padding: 44px 0 30px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu li {
  display: inline-block;
}
.menu a {
  text-transform: uppercase;
  font-size: 1rem;
  margin-left: 57px;
}
.menu a:hover {
  color: #9A043D;
}

.img-solution {
  width: 100%;
  max-width: 753px;
}

.lang-menu {
  margin-left: 105px;
}
.lang-menu li {
  display: inline-block;
}
.lang-menu li a:hover {
  color: #9A043D;
}
.lang-menu li span {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #fff;
  margin: 0 6px;
  margin-bottom: 1px;
}

h3 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 2.66rem;
  line-height: 64px;
  color: #FFFFFF;
}

.sec-1 h3 {
  text-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
}

.anchor-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 132px;
  font-size: 16px;
}
.anchor-btn img {
  margin-right: 16px;
  vertical-align: top;
}
.anchor-btn span {
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #fff;
  margin-left: 96px;
}

.sec-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sec-2 h2 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 53px;
  color: #9A043D;
  margin-bottom: 44px;
}
.sec-2 p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 29px;
  color: #232323;
}

.container-fluid-custom {
  width: 66%;
  margin: 0;
  padding: 0;
  padding-bottom: 230px;
  overflow: hidden;
}

.sec-2-sticky-parent {
  width: 34%;
}

.sec-2-sticky {
  height: 1085px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background-image: url(../img/sec-2-bg.png);
  background-repeat: no-repeat;
  background-size: 249%;
  background-position: 0 -124px;
}

.content-card {
  padding-left: 45px;
  padding-right: 85px;
  padding-bottom: 28px;
}

.content-card-right {
  margin-left: -15px;
  padding-right: 130px;
  padding-left: 0;
}

.content-card-right .services_list {
  padding-left: 0px;
  margin-top: 40px;
}
.content-card-right .services_list li {
  margin-bottom: 11px;
}

.sec-2 .content-card-right {
  padding-right: 10px;
}

.burgundy_text {
  color: #9A043D;
  font-weight: normal;
  display: block;
}

.mission_info {
  margin-bottom: 39px;
}

.o_hidden {
  overflow: hidden;
}

.sec-3-wrapper-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 150px;
}

.sec-3-custom-container-fluid {
  margin: 0;
  width: 100%;
}

.sec-3-sticky-parent {
  width: 50%;
}

.sec-3-sticky {
  height: 1008px;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  background-repeat: no-repeat;
}

.sec-3-sticky-img {
  overflow: hidden;
  margin-top: -32px;
  margin-left: -79px;
}

.numbering {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 112px;
  color: #F9F9FB;
  margin-bottom: -57px;
}

.features {
  width: 390px;
  height: 361px;
  background: #F9F9FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features a {
  color: #939393;
  font-family: Playfair Display;
  font-weight: bold;
  font-size: 1.33rem;
  color: #939393;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 57px;
}
.features a img {
  margin-left: 11px;
}
.features span {
  display: block;
  width: 3px;
  height: 165px;
  background: #CCCCCC;
  margin-top: 46px;
}

.sec-3 {
  background: #F9F9FB;
  padding-top: 145px;
}
.sec-3 h1 {
  color: #9A043D;
  margin-bottom: 148px;
  font-size: 3.55rem;
  margin-left: -15px;
}

.sec-3 .wrapper {
  padding-left: 30px;
}

.sec-3 .quote-info {
  padding-left: 0;
  margin-bottom: 74px;
}

h1 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 3.55rem;
  color: #fff;
}

h5 {
  font-family: Playfair Display;
  font-weight: normal;
  font-size: 1.22rem;
  color: #939393;
  line-height: 140%;
}

h4 {
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 140%;
  color: #232323;
}

.sec-3-content {
  padding-right: 0;
  margin-top: -15px;
  padding-bottom: 200px;
}
.sec-3-content p {
  line-height: 29px;
  margin-bottom: 24px;
  font-weight: 300;
  padding-right: 30px;
}

h6 {
  font-size: 1.33rem;
  font-family: Playfair Display;
  font-weight: bold;
  color: #9A043D;
}

.dash {
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #9A043D;
  vertical-align: middle;
  margin-right: 16px;
  margin-top: 15px;
}

.footer {
  background: #E1E1E3;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 0.77rem;
  color: #939393;
  padding: 140px 0;
}
.footer a {
  color: #939393;
}
.footer a:hover {
  color: #9A043D;
}

.fab {
  font-size: 1rem;
}

.copywriting {
  padding-left: 31px;
}
.copywriting p {
  margin-bottom: 94px;
}

.soc-icon {
  display: inline-block;
}

.firs-icon {
  margin-right: 32px;
}

.footer-menu a {
  text-transform: uppercase;
  margin: 0 30px;
}

.footer-contact {
  padding-right: 65px;
}
.footer-contact p {
  line-height: 170%;
  margin-bottom: 26px;
}
.footer-contact a {
  display: inline-block;
  margin-bottom: 10px;
}

.sec-1-page-2 {
  background-repeat: no-repeat;
}
.sec-1-page-2 h1 {
  color: #fff;
}

.sec-2-page-2 {
  background: #fff;
  padding-bottom: 118px;
}
.sec-2-page-2 p {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 135%;
  color: #232323;
  margin-bottom: 21px;
}
.sec-2-page-2 h3 {
  color: #9A043D;
  margin-bottom: 72px;
  padding-top: 88px;
  font-size: 3.55rem;
}

.top-line {
  width: 50%;
  height: 5px;
  background-color: #9A043D;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  left: 0;
}

.top-line-right {
  left: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.titile-4 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 1.66rem;
  line-height: 38px;
  color: #464646;
  margin-top: 43px;
  margin-bottom: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}

.t-4-active {
  color: #B4B4BB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

.titile-4-separator {
  display: none;
}

.img-solution-1 {
  display: none;
}

.solution-content-item {
  padding-right: 48px;
  margin-bottom: 63px;
}
.solution-content-item p {
  margin-top: 42px;
  padding-left: 46px;
  font-size: 1rem;
  line-height: 29px;
}
.solution-content-item p span {
  font-weight: 400;
}

.services_list {
  padding-left: 45px;
  margin-top: 22px;
  padding-right: 35px;
}
.services_list li {
  font-size: 1rem;
  line-height: 141%;
  font-weight: 300;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services_list li img {
  margin-bottom: 0 !important;
  margin-right: 15px;
}

.block-parent {
  position: relative;
}

.block {
  position: absolute;
  -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s;
  transition: transform 0.3s,opacity 0.3s,-webkit-transform 0.3s;
}

.block-2 {
  opacity: 0;
  display: none;
}

.block-2 .quote-info {
  margin-top: 109px;
}

.block-2-img {
  margin: 20px 0;
}

.solution-content-rigt .paragraph {
  margin-top: 71px;
  line-height: 29px;
}

.quote-text {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  margin-top: -17px;
  color: #727272;
}

.quote-info {
  padding-left: 25px;
  padding-right: 40px;
}
.quote-info img {
  margin-top: -107px;
}

.quote-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
.quote-author p {
  font-family: Source Sans Pro;
  font-weight: bold;
  font-size: 1rem;
  color: #727272;
  margin-bottom: 5px;
}
.quote-author img {
  margin-top: 0;
  margin-right: 21px;
  vertical-align: super;
}

.sec-3 .quote-author img {
  padding-top: 13px;
}

.quote-author .employees-position {
  font-family: Source Sans Pro;
  font-weight: normal;
  font-size: 1rem;
  line-height: 140%;
  color: #A5A4A4;
}

.title-h5 {
  font-size: 36px !important;
  line-height: 140% !important;
  color: #9A043D !important;
}

.quote-info-list {
  margin-top: 67px;
}

.quote-info-list .services_list {
  padding-left: 0px;
  margin-top: 65px;
}
.quote-info-list .services_list li {
  margin-bottom: 29px;
  line-height: 29px;
}

.quote-info-list .solution-content-item {
  margin-top: 145px;
}

.disable-block {
  opacity: 0;
  z-index: -1;
}

.visible-block {
  opacity: 1;
  z-index: 1;
}

.solution-content-left {
  padding-left: 30px;
}
.solution-content-left h4 {
  margin-left: 98px;
}

.separator-sec-2 {
  margin-bottom: 75px;
}

.solution-content-rigt {
  padding-left: 20px;
  padding-top: 6px;
  padding-right: 40px;
}
.solution-content-rigt img {
  margin-bottom: 97px;
}
.solution-content-rigt h3 {
  padding-top: 64px;
}

.paragraph {
  font-size: 1rem !important;
  line-height: 29px !important;
  padding-left: 0 !important;
  padding-right: 0;
}

.for_individuals {
  padding-top: 0;
}

.for_individuals .list_for_individuals {
  padding-right: 15px;
}

.individuals_nested_list {
  margin-left: 20px;
  margin-bottom: -25px;
}

.list_for_individuals {
  font-weight: 300;
  font-size: 1rem;
  line-height: 120%;
  padding-right: 45px;
}
.list_for_individuals li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_for_individuals img {
  margin-right: 11px;
  margin-bottom: 0;
}

.h4-subtitle {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 60px;
  padding-left: 30px;
  margin-bottom: 60px;
}

.row-2 {
  margin-top: 105px;
}

.row-2 .solution-content-right {
  margin-top: 70px;
  margin-left: 10px;
}

.sec-1-page-3 {
  padding-top: 250px;
  padding-bottom: 160px;
  background-image: url(../img/contact-bg-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.feedback-left {
  width: 38%;
  background: #fff;
  padding-top: 145px;
  padding-left: 137px;
  background-image: url(../img/bg-feedback.png);
  background-repeat: no-repeat;
  background-position: 0 145px;
  padding-bottom: 137px;
}
.feedback-left h3 {
  letter-spacing: 0.04em;
  color: #9A043D;
}

.feedback-right {
  width: 62%;
  background: #B4B4BB;
  padding-top: 144px;
  padding-left: 141px;
  padding-bottom: 137px;
}
.feedback-right h4 {
  color: #fff;
}

.p-title {
  font-size: 1.33rem;
  text-transform: uppercase;
  color: #232323;
  font-weight: bold;
  margin-bottom: 7px;
}

.feedback-info {
  margin-top: 80px;
}

.requisites {
  margin-left: 51px;
}
.requisites a {
  font-size: 1.33rem;
  color: #232323;
  display: inline-block;
}
.requisites p {
  margin-bottom: 0;
  font-size: 1.33rem;
}

.feedback-info .d-flex {
  margin-bottom: 31px;
}

.feedback-info-head {
  margin-bottom: 26px;
}

/*.mail-img {
	margin-left: 3px;
}

.phone-img {
	margin-left: 6px;
}*/
.sec-map {
  height: 720px;
  /*background-image: url(../img/map-bg.png);*/
}

.img-wrap {
  width: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

form {
  margin-top: 54px;
  width: 72%;
}
form label {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 207.9%;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 13px;
}
form textarea {
  padding-top: 34px !important;
  padding-left: 18px !important;
  resize: none;
  border-radius: 0 !important;
  border: none !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form textarea::-webkit-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form textarea:-ms-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form textarea::-ms-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form textarea::placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form input {
  padding-left: 18px !important;
  border-radius: 0 !important;
  border: none !important;
  height: calc(1.5em + .75rem + 13px) !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form input::-webkit-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form input:-ms-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form input::-ms-input-placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}
form input::placeholder {
  font-family: Source Sans Pro !important;
  font-size: 16px !important;
  color: rgba(62, 58, 64, 0.5) !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.1rem #9a043d61;
          box-shadow: 0 0 0 0.1rem #9a043d61;
}

.logo-resize {
  width: 105px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.form-group-left {
  padding-right: 15px !important;
}

.form-group-right {
  padding-left: 15px !important;
}

.textarea-input {
  margin-top: -3px;
}

.btn-submit {
  background-color: #9A043D;
  border: none;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  padding: 18px 50px;
  border-radius: 30px;
  margin-top: 45px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-submit:hover {
  background-color: #8C0438;
}

.leaflet-control-attribution {
  display: none !important;
}

.leaflet-bottom, .leaflet-top {
  z-index: 3;
}

.burger-menu {
  width: 25px;
  height: 25px;
  display: none;
  position: relative;
}

.btn-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 0;
  width: 40px;
  height: 25px;
  background-color: transparent;
  cursor: pointer;
  z-index: 9;
}

.btn-menu:focus {
  outline: none;
}

.show_menu .btn-menu:focus {
  outline: none;
}

.btn-menu .text {
  display: block;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-menu .bar,
.btn-menu .bar:before,
.btn-menu .bar:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-menu .bar {
  top: 8px;
  left: 0;
}

.btn-menu .bar:before {
  position: absolute;
  content: '';
  top: 8px;
  left: 0;
}

.btn-menu .bar:after {
  position: absolute;
  content: '';
  top: -8px;
  left: 0;
}

.show {
  overflow: hidden;
}

.show .btn-menu .bar {
  background-color: transparent;
}

.show .btn-menu .bar:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.show .btn-menu .bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overlay {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 78px;
  left: 0;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
  background: #E1E1E3;
  z-index: 99;
}

.show .overlay {
  display: none;
}

.overlay nav ul {
  list-style-type: none;
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  text-align: center;
}
.overlay nav ul li {
  margin-bottom: 50px;
}

.overlay .lang-menu-mobile ul, .overlay .lang-menu-mobile-separator {
  opacity: 0;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.show .overlay .lang-menu-mobile ul, .show .lang-menu-mobile-separator {
  opacity: 1;
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.show nav ul {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s 0.3s ease-out;
  transition: all 0.3s 0.3s ease-out;
}

.overlay nav a {
  color: #939393;
  display: block;
  line-height: 42px;
  text-decoration: none;
  font-family: Playfair Display;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.sub-services {
  font-size: 0.7rem !important;
}

.overlay nav .sub-menu {
  padding: 0 40px;
  margin-top: -10px;
}
.overlay nav .sub-menu li {
  width: 90%;
  margin-left: 5%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-bottom: 30px !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.overlay nav .sub-menu li a {
  line-height: 21px;
}

.sub-menu-active-link {
  background-color: #efefef;
  border-left: 3px solid #9A043D;
  border-right: 3px solid #9A043D;
}

.lang-menu-mobile {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lang-menu-mobile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 59px;
}
.lang-menu-mobile ul a {
  font-family: Playfair Display;
  font-weight: bold;
  font-size: 24px;
  color: #939393;
}
.lang-menu-mobile ul a span {
  width: 1px;
  height: 17px;
  display: inline-block;
  background-color: #939393;
  margin: 0 16px;
}

.overlay .active {
  color: #9A043D;
}

.lang-menu-mobile-separator {
  width: 165px;
  display: inline-block;
  border-top: 1px solid #939393;
}

.btn-more-content {
  display: none;
  font-size: 1rem;
  line-height: 23px;
  color: #9A043D;
  margin-top: 100px;
  margin-left: 30px;
}
.btn-more-content:hover {
  color: #9A043D;
}
.btn-more-content img {
  margin-right: 15px;
  margin-top: -3px;
}

.more-content-block {
  display: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background: #020024;
  background: -webkit-gradient(linear, left top, left bottom, from(#020024), color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(50%, white));
  background: linear-gradient(#020024 0%, rgba(255, 255, 255, 0.5) 0%, white 50%);
}

.content-card-hidden-5 .more-content-block {
  left: 0;
  background: #020024;
  background: -webkit-gradient(linear, left top, left bottom, from(#020024), color-stop(0%, rgba(249, 249, 251, 0.5)), color-stop(50%, #f9f9fb));
  background: linear-gradient(#020024 0%, rgba(249, 249, 251, 0.5) 0%, #f9f9fb 50%);
}

.content-card-active {
  height: 100% !important;
  overflow: visible !important;
}

.background-none {
  background: none !important;
}
.background-none a {
  margin-top: 125px !important;
}
.background-none a img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sec-1-page-3-title-sec-1 {
  width: 40%;
  text-align: right;
}

/*.content-card-hidden-page-2 .background-none a {
    margin-top: 145px !important;
}*/
.btn-more-content-card-hidden-5 {
  margin-left: 20px;
}

.background-none .btn-more-content-card-hidden-5 {
  margin-top: 175px !important;
}

.children-absolut {
  position: absolute;
}

.location-img {
  width: 20px;
}

.gratitude-block {
  margin-top: 84px;
  display: none;
  -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s;
  transition: transform 0.3s,opacity 0.3s,-webkit-transform 0.3s;
}
.gratitude-block h4 {
  font-size: 30px;
  color: #9A043D !important;
  margin-bottom: 24px;
}
.gratitude-block p {
  font-size: 18px;
  color: #FFFFFF !important;
}

.form-page-3 {
  -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: opacity 0.3s,-webkit-transform 0.3s;
  transition: transform 0.3s,opacity 0.3s;
  transition: transform 0.3s,opacity 0.3s,-webkit-transform 0.3s;
}

button:focus {
  outline: none;
}

#msg {
  margin-top: 20px;
}

.form-group-left, .form-group-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.submit-btn, .feedback-right, .feedback-left, .sec-feedback {
  -webkit-transition: 0.3s ease-out !important;
  transition: 0.3s ease-out !important;
}

/* start styles for MEDIA */
/* media stles */
@media (min-aspect-ratio: 16 / 9) {
  #videoBG {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  #videoBG {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1450px) and (max-width: 1580px) {
  .solution-content-rigt-individuals {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .solution-content-rigt-individuals.sec-2-page-2 h3 {
    font-size: 3.45rem;
  }
}
@media only screen and (max-width: 1450px) {
  .nav-bar {
    padding: 44px 40px 30px;
  }

  .logo {
    margin-left: 0;
  }

  .title-sec-1 {
    margin-left: 6.5%;
  }
  .title-sec-1 h3 {
    font-size: 2.33rem;
    line-height: 56px;
  }

  .sec-1-page-3 .title-sec-1 {
    margin-left: 0;
  }

  .anchor-btn {
    margin-top: 9vh;
  }

  .container-fluid-custom {
    width: 82%;
  }

  .sec-2-sticky-parent {
    width: 18%;
  }

  .sec-2-sticky {
    height: 500px;
    top: 125px;
    background-position: 0px -10%;
  }

  .sec-2 h2 {
    font-size: 2.05rem;
    margin-bottom: 37px;
  }

  .content-card-right {
    margin-left: 0;
  }

  .content-card {
    padding-left: 38px;
    padding-right: 34px;
  }

  .sec-2 .content-card-right {
    padding-left: 0px;
    padding-right: 57px;
  }

  .container-fluid-custom {
    padding-bottom: 77px;
    padding-left: 0;
    padding-right: 0;
  }

  .sec-3-content {
    padding-left: 10px;
    padding-right: 0;
    padding-bottom: 160px;
  }

  .sec-3 .quote-info {
    padding-right: 0;
  }

  .sec-3 h1 {
    margin-left: -6px;
  }

  .menu-fixed .nav-bar {
    padding: 15px 40px;
  }

  .sec-3 .wrapper {
    padding-left: 46px;
  }

  .title-sec-1 h1 {
    font-size: 2.33rem;
    line-height: 56px;
  }

  .sec-1-page-3 {
    height: 503px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec-1-page-3-title-sec-1 {
    width: 36%;
  }

  .sec-1-page-2 .title-sec-1 {
    margin-left: 70px;
  }

  .feedback-left {
    width: 36%;
    padding-top: 140px;
    padding-left: 55px;
  }

  .feedback-right {
    width: 64%;
    padding-top: 137px;
    padding-left: 64px;
  }

  .feedback-info a {
    font-size: 1.1rem;
  }

  .location-img {
    width: 17px !important;
    height: 23px !important;
  }

  form {
    width: 92%;
  }

  .phone-img {
    width: 15px;
  }

  .feedback-info-head {
    margin-bottom: 13px;
  }

  .sec-map {
    height: 482px;
  }

  .titile-4 {
    font-size: 1.22rem;
    margin-top: 36px;
  }

  .sec-2-page-2 h3 {
    padding-top: 27px;
    margin-bottom: 52px;
  }

  .sec-2-page-2 .solution-content-left {
    padding-left: 41px;
  }

  .sec-2-page-2 .solution-content-left .solution-content-item {
    padding-right: 0px;
    margin-bottom: 42px;
  }

  .sec-2-page-2 .solution-content-rigt {
    padding-left: 0px;
    padding-top: 16px;
  }
  .sec-2-page-2 .solution-content-rigt img {
    margin-bottom: 82px;
  }
  .sec-2-page-2 .solution-content-rigt h3 {
    padding-top: 18px;
    margin-bottom: -21px;
  }

  .sec-2-page-2 .solution-content-rigt .services_list {
    margin-top: 48px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item {
    padding-right: 0;
    margin-bottom: -11px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list {
    padding-left: 51px;
    margin-top: 43px;
    padding-right: 0px;
  }
  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list li {
    margin-bottom: 33px;
  }

  .img-solution-3 {
    margin-top: 23px;
  }

  .h4-subtitle {
    font-size: 1.55rem;
    padding-left: 42px;
    padding-right: 30px;
    margin-bottom: 60px;
  }

  .list_for_individuals {
    padding-right: 0px;
  }
  .list_for_individuals li {
    margin-bottom: 29px;
    line-height: 29px;
  }

  .sec-2-page-2 .solution-content-rigt .list_for_individuals {
    margin-top: -16px;
  }

  .sec-2-page-2 .solution-content-rigt span img {
    margin-bottom: 0;
  }

  .sec-2-page-2 .block-2 .solution-content-rigt .paragraph {
    margin-top: -66px;
  }

  .sec-2-page-2 .block-2 .quote-info {
    padding-left: 39px;
    padding-right: 10px;
  }

  .sec-2-page-2 .block-2 .quote-info-list .solution-content-item {
    margin-top: 88px;
  }

  .sec-2-page-2 .block-2 .solution-content-item .services_list {
    padding-left: 0px;
    margin-top: 62px;
    padding-right: 0px;
  }

  .requisites p {
    font-size: 1.1rem;
  }

  .requisites {
    margin-left: 18px;
  }

  .sec-2-page-2 h3 {
    font-size: 3rem;
  }

  .solution-content-rigt-individuals {
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .footer-menu a {
    margin: 0;
  }

  .footer-menu ul {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    padding: 0 20px;
  }

  .footer {
    padding: 100px 0;
  }

  .sec-3-wrapper-custom {
    padding-left: 60px !important;
  }

  .sec-3-sticky-img {
    margin-top: -146px;
    margin-left: -163px;
  }

  .sec-3-content {
    padding-bottom: 112px;
  }

  .sec-2-page-2 h3 {
    font-size: 2.4rem;
  }

  .sec-2-page-2 .solution-content-left {
    padding-left: 25px;
  }

  .sec-2-page-2 .solution-content-rigt {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titile-4 {
    margin-bottom: 70px;
  }

  .separator-sec-2 {
    margin-bottom: 55px;
  }

  .solution-content-item p {
    margin-top: 35px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list {
    margin-top: 35px;
  }

  .solution-content-rigt .paragraph {
    margin-top: 55px;
  }

  .sec-2-page-2 .solution-content-rigt h3 {
    padding-top: 0px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list li {
    margin-bottom: 30px;
  }

  .sec-2-page-2 {
    padding-bottom: 60px;
  }

  .sec-2-page-2 .sticky_block {
    top: 115px;
  }

  .sec-2-page-2 .solution-content-rigt img {
    margin-bottom: 70px;
  }

  .services_list ul {
    margin-bottom: 45px;
  }

  .sec-2-page-2 h3 {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1140px) {
  .feedback-left {
    width: 44%;
  }

  .feedback-right {
    width: 56%;
  }

  .sec-3-sticky {
    top: 11%;
    height: 70%;
  }

  .sec-3-sticky-img {
    margin-left: -77px;
    height: 100%;
  }
  .sec-3-sticky-img img {
    height: 100%;
  }

  .solution-title {
    line-height: 30px;
  }

  .sec-2-page-2 .solution-content-left {
    padding-left: 10px;
  }

  .sec-2-page-2 .solution-content-rigt {
    padding-right: 10px;
  }

  .solution-title {
    font-size: 1.2rem;
  }

  .dash {
    width: 20px;
    margin-right: 10px;
  }

  .solution-content-item p {
    padding-left: 30px;
    margin-top: 20px;
  }

  .sec-2-page-2 .solution-content-rigt {
    padding-left: 10px;
  }

  .sec-2-page-2 h3 {
    font-size: 2.22rem;
  }

  .sec-2-page-2 .solution-content-rigt {
    padding-top: 7px;
  }

  .solution-content-rigt .paragraph {
    margin-top: 34px;
  }

  .list_for_individuals li {
    margin-bottom: 21px;
    line-height: 28px;
  }

  .separator-sec-2 {
    margin-bottom: 20px;
  }

  .h4-subtitle {
    font-size: 1.33rem;
    margin-bottom: 50px;
  }

  .for_individuals .list_for_individuals {
    padding-right: 0;
  }

  .sec-1-page-3-title-sec-1 {
    width: 44%;
  }
}
@media only screen and (max-width: 1020px) {
  .nav-bar .col-9 {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .lang-menu {
    margin-left: 0;
  }

  .menu a {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 992px) {
  .copywriting {
    padding-left: 15px;
    padding-right: 35px;
  }

  .title-sec-1 h3 {
    font-size: 1.8rem;
    line-height: 43px;
  }

  .feedback-left, .feedback-right {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sec-feedback {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-contact {
    padding-right: 0px;
  }

  .footer-menu ul {
    padding: 0;
  }

  .sec-2 {
    padding-top: 80px;
  }

  .container-fluid-custom {
    padding-bottom: 60px;
  }

  .content-card, .content-card-right {
    padding-left: 38px !important;
    padding-right: 70px !important;
  }

  .services_list {
    padding-right: 0;
  }

  .sec-3-wrapper-custom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sec-3-custom-container-fluid, .sec-3-sticky-parent {
    width: 100%;
  }

  .sec-3 {
    padding-top: 104px;
  }
  .sec-3 h1 {
    margin-left: 0;
    font-size: 2.22rem;
    margin-bottom: 127px;
  }

  .sec-3-wrapper-custom {
    padding-left: 0 !important;
  }

  .sec-3-custom-container-fluid {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .quote-text {
    font-size: 1rem;
    line-height: 140%;
  }

  .sec-3-content {
    padding-left: 0px;
  }
  .sec-3-content p {
    padding-right: 0px;
  }

  .sec-3-custom-container-fluid .row {
    margin: 0;
  }

  .sec-3 .quote-info {
    margin-bottom: 51px;
  }

  .sec-3-sticky {
    height: auto;
  }

  .sec-3-sticky-img {
    margin-top: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
  }
  .sec-3-sticky-img img {
    margin-left: 59px;
    width: 80%;
    min-width: 620px;
  }

  .sec-3-content {
    padding-bottom: 0;
  }

  .top-line {
    width: 100% !important;
  }

  .top-line-right {
    left: 0%;
  }

  .img-solution {
    max-width: 100%;
  }

  .titile-4-separator {
    display: block;
  }
  .titile-4-separator span {
    display: block;
    width: 90%;
    border-bottom: 1px solid #E0DDDD;
    margin: 0 auto;
  }

  .titile-4 {
    margin-bottom: 27px;
    margin-top: 27px;
  }

  .separator-sec-2 {
    margin-bottom: 0px;
  }

  .img-solution-3 {
    margin-top: 0px;
  }

  .img-solution-1 {
    display: block;
  }

  .img-solution-2 {
    display: none;
  }

  .block h3 {
    margin-top: 60px;
  }

  .content-card-hidden {
    overflow: hidden;
    position: relative;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item {
    margin-bottom: 0px;
  }

  .sec-2-page-2 .solution-content-left {
    padding-left: 0;
  }
}
@media only screen and (max-width: 880px) {
  /*.lang-menu {
      margin-left: 70px;
  }*/
  .menu a {
    margin-left: 20px;
  }

  .logo-img {
    width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-bar .col-9 {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .menu, .lang-menu {
    display: none;
  }

  .burger-menu {
    display: block;
  }

  .copywriting {
    padding: 0;
    text-align: center;
  }

  .footer-menu {
    margin-top: 57px;
  }
  .footer-menu ul {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .anchor-btn span {
    width: 260px;
    margin-left: 80px;
  }

  .title-sec-1 {
    margin-left: 0;
  }
  .title-sec-1 h3 {
    font-size: 1.33rem;
    line-height: 33px;
  }

  .sec-1-page-2 .title-sec-1 {
    margin-left: 40px;
  }
  .sec-1-page-2 .title-sec-1 h1 {
    font-size: 2rem;
    line-height: 47px;
  }

  .footer-menu a {
    margin: 0 15px;
  }

  .copywriting p {
    margin-bottom: 78px;
  }

  .footer-contact {
    margin-top: 59px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .footer-contact p {
    text-align: center;
  }
  .footer-contact a {
    text-align: center;
  }

  .feedback-right {
    padding-left: 15px;
    padding-right: 15px;
  }

  form {
    width: 100%;
  }

  .form-group-left {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .form-group-right {
    padding-left: 5px !important;
  }

  .footer {
    padding: 77px 0;
  }

  .feedback-right h4 {
    color: #fff;
    font-size: 1.9rem;
  }

  .show .overlay {
    display: block;
  }

  .h4-subtitle {
    margin-bottom: 50px;
    margin-top: 36px;
  }

  .sec-2-page-2 .block-2 .quote-info-list .solution-content-item {
    margin-top: 70px;
  }

  .quote-info-list .solution-content-item {
    padding-bottom: 50px;
  }

  .block-2-img {
    margin: 0;
  }

  .nav-bar {
    padding: 15px 40px;
  }

  .show .top-menu {
    opacity: 1;
  }

  .btn-more-content {
    display: inline-block;
  }

  .more-content-block {
    display: block;
  }

  .content-card-hidden-1 {
    height: 430px;
  }

  .content-card-hidden-1 p {
    margin-bottom: 40px;
  }

  .content-card-hidden-2 {
    height: 430px;
  }

  .content-card-hidden-3 {
    height: 560px;
  }

  .content-card-hidden-4 {
    height: 560px;
  }

  .content-card-hidden-5 {
    height: 740px;
  }

  .content-card-hidden-1-page-2 {
    height: 375px;
  }

  .content-card-hidden-2-page-2 {
    height: 305px;
  }

  .content-card-hidden-3-page-2 {
    height: 370px;
  }

  .content-card-hidden-4-page-2 {
    height: 340px;
  }

  .content-card-hidden-5-page-2 {
    height: 435px;
  }

  .btn-more-content {
    margin-left: 30px;
  }

  .btn-more-content-card-hidden-5 {
    margin-left: 70px;
  }

  .sec-3-sticky {
    z-index: 3;
  }

  .more-content-block {
    z-index: 9;
  }

  /*.content-card-hidden-page-2 p {
  	margin-bottom: 85px;
  }*/
  .block-1 .background-none .btn-more-content {
    margin-top: 200px !important;
  }

  .content-card-hidden-page-2 .btn-more-content {
    margin-left: 35px;
  }

  .content-card-hidden-page-2 .services_list {
    margin-bottom: 95px;
  }

  .solution-content-item-4 {
    margin-top: 20px;
  }

  .content-card-hidden-5-page-2 .for_individuals {
    padding-bottom: 60px;
  }

  .overlay {
    top: 90px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .show .overlay {
    width: 100%;
    height: calc(100vh - 90px);
  }

  .sec-2-page-2 .btn-more-content {
    margin-top: 90px;
    margin-left: 59px;
  }

  .content-card-hidden-page-2 {
    margin-bottom: -8px !important;
  }

  .block-1 .content-card-active {
    margin-bottom: 85px !important;
  }

  .content-card-hidden-5-page-2 .background-none .btn-more-content {
    margin-top: 155px !important;
  }

  .sec-2-page-2 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .sec-2-sticky-parent {
    display: none;
  }

  .container-fluid-custom {
    width: 100%;
  }

  .sec-3-custom-container-fluid {
    padding-left: 28px !important;
    padding-right: 70px !important;
  }

  .show .overlay {
    height: calc(100vh - 80px);
  }
}
@media only screen and (max-width: 480px) {
  .btn-more-content {
    margin-left: 40px;
  }

  .btn-more-content-card-hidden-5 {
    margin-left: 25px;
  }

  .overlay nav .sub-menu {
    padding: 0;
    width: 100%;
  }

  .mission_info-3 {
    margin-bottom: 60px;
  }

  .overlay nav .sub-menu li {
    width: 100%;
    margin-left: 0%;
  }

  .content-card-hidden-1 {
    height: 550px;
  }

  .content-card-hidden-2 {
    height: 510px;
  }

  .content-card-hidden-3 {
    height: 760px;
  }

  .content-card-hidden-4 {
    height: 655px;
  }

  .content-card-hidden-5 {
    height: 900px;
  }

  .content-card-hidden-1-page-2 {
    height: 570px;
  }

  .content-card-hidden-2-page-2 {
    height: 335px;
  }

  .content-card-hidden-3-page-2 {
    height: 570px;
  }

  .content-card-hidden-4-page-2 {
    height: 380px;
  }

  .content-card-hidden-5-page-2 .btn-more-content {
    margin-left: 15px;
  }

  .show .overlay nav ul li {
    margin-bottom: 28px;
  }

  .lang-menu-mobile {
    margin-top: 30px;
  }
  .lang-menu-mobile ul {
    margin-top: 30px;
  }

  .overlay {
    top: 82px;
  }

  .sec-1-page-3 {
    background-position: 41% 0%;
  }

  .nav-bar {
    padding: 15px 12px 0px;
  }

  .show .nav-bar {
    padding: 15px 12px;
  }

  .menu-fixed .nav-bar {
    padding: 15px 12px;
  }

  .logo-img {
    width: 109px;
  }

  .title-sec-1 h1 {
    font-size: 1.66rem;
    line-height: 56px;
  }

  .sec-1-page-3 .title-sec-1 {
    margin-left: 10.5%;
  }

  .feedback-left h3 {
    font-size: 2.22rem;
  }

  .feedback-left {
    padding-top: 74px;
    padding-left: 49px;
    background-position: 0 45px;
  }

  .requisites p {
    font-size: 1rem;
  }

  .feedback-info {
    margin-top: 32px;
    margin-left: -8px;
  }

  .requisites {
    margin-left: 19px;
  }

  .location-img {
    padding-top: 0;
  }

  .mail-img {
    width: 25px;
  }

  .feedback-info a {
    font-size: 1rem;
  }

  .feedback-left {
    padding-bottom: 56px;
  }

  .feedback-right {
    padding: 80px 16px;
  }

  .btn-submit {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 21px;
  }

  .footer-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu ul li {
    margin: 10px 0;
  }

  .title-sec-1 br {
    display: none;
  }

  .anchor-btn {
    font-size: 0.77rem;
  }
  .anchor-btn span {
    width: 190px;
    margin-left: 25px;
  }

  .sec-1-page-2 .title-sec-1 {
    margin-left: 0px;
    margin-top: -118px;
    line-height: 40px;
  }
  .sec-1-page-2 .title-sec-1 h1 {
    line-height: 40px;
    font-size: 1.66rem;
  }
  .sec-1-page-2 .title-sec-1 br {
    display: block;
  }

  .content-card, .content-card-right {
    padding-left: 30px !important;
    padding-right: 40px !important;
  }

  .titile-4 {
    line-height: 28px;
  }

  .sec-3-custom-container-fluid {
    padding-left: 14px !important;
    padding-right: 16px !important;
  }

  .sec-3-sticky-img img {
    margin-left: 59px;
    width: 620px;
    height: 677px;
  }

  .block .col-12 {
    padding: 0;
  }

  .sec-2-page-2 .solution-content-left {
    padding-left: 0;
  }

  .sec-2-page-2 .block-2 .quote-info {
    padding-left: 15px;
  }

  .quote-info-list {
    margin-top: 114px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .sec-2-page-2 .block-2 .solution-content-item .services_list {
    margin-left: -5px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list {
    margin-top: 43px;
  }

  .quote-info-list .solution-content-item {
    padding-bottom: 10px;
  }

  .block h3 {
    margin-top: 47px;
    padding-left: 13px;
  }

  .sec-2-page-2 .solution-content-left .solution-content-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sec-2-page-2 .solution-content-rigt .solution-content-item .services_list {
    padding-left: 45px;
  }

  .h4-subtitle {
    padding-left: 14px;
  }

  .list_for_individuals {
    padding-right: 20px;
    padding-left: 15px;
  }

  /*.sec-2-page-2 {
      padding-bottom: 0px;
  }*/
  .individuals_nested_list {
    padding-right: 10px;
  }

  .container-fluid-custom {
    padding-bottom: 27px;
  }
}
/* end styles for MEDIA */
