@media (max-width: 575px) {
  .txt20 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt20 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

.bold {
  font-family: 'Gilroy-Bold';
}

.dark {
  color: #1e1e25;
}

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

.regular {
  font-family: 'Gilroy-Regular';
}

.grey {
  color: #766f63;
}

.description {
  max-width: 160px;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

.adress {
  max-width: 160px;
}

.txt18 {
  font-size: 18px;
  line-height: 1.2em;
}

.semibold {
  font-family: 'Gilroy-Semibold';
}

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

#header {
  background: url("../../assets/img/header-bg.jpg") top/cover no-repeat;
  padding-bottom: 50px;
  min-height: 800px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .title {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .title {
    margin-top: 50px;
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .title {
    margin-top: 80px;
    max-width: 650px;
  }
}

@media (max-width: 575px) {
  .txt48 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt48 {
    font-size: 38px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt48 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

.blue {
  color: #0ead8b;
}

@media (max-width: 575px) {
  .txt24 {
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

.woman-top {
  position: absolute;
  left: 50%;
  bottom: 0;
}

.light-btn {
  font-family: 'Gilroy-Medium';
  text-transform: uppercase;
  font-size: 13px;
  color: #1e1e25;
  background: linear-gradient(to top, #e3f3f2, #e8f3e3);
  padding: 20px 30px;
  border-radius: 15px;
  border: none;
  position: relative;
  overflow: hidden;
}

.blue-btn {
  font-family: 'Gilroy-Bold';
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to bottom, #0ead8b, #0a896d);
  padding: 25px 50px;
  border-radius: 15px;
  border: none;
  position: relative;
  overflow: hidden;
}

.light-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

.blue-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -250%;
  }
  100% {
    left: 250%;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .pre-body {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .pre-body {
    margin-top: 80px;
  }
}

.pre-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 20px;
  height: 100%;
}

.woman {
  margin-bottom: -50px;
  padding-top: 30px;
}

.woman img {
  width: 100%;
}

@media (min-width: 576px) {
  .logo {
    max-width: 120px;
    max-height:70px;
  }
}
@media (max-width: 575px) {
  .logo {
    width: 50px;
  }
}

@media (min-width: 576px) {
  .blue-btn {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .blue-btn {
    font-size: 14px;
  }
}

#result {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

.txt16 {
  font-size: 16px;
  line-height: 1.2em;
}

a:hover {
  text-decoration: none;
}

.light-btn:hover {
  background: linear-gradient(to top, #c7e3e1, #c4d5bd);
}

#director {
  background: url("../../assets/img/background-2.jpg") top/cover no-repeat;
}

@media (max-width:991px){
  #director {
      overflow: hidden;
  }
}


@media (max-width: 575px) {
  .dir-block {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .dir-block {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .dir-col {
    margin-top: -50px;
  }
}

@media (min-width: 1200px) {
  .dir-col {
    margin-top: -70px;
    min-height:620px;
  }
}

@media (min-width:1200px) {
  .director {
    position:absolute;
    bottom:0;
    right:-300px;
    left:-400px;
    margin:auto;
  }
}

@media (min-width: 992px) and (max-width:1199px) {
  .director {
    /*margin-left: -60px;*/
    position:absolute;
    bottom:0;
    right:-300px;
    left:-450px;
    margin:auto;
  }
}

@media (max-width: 575px) {
  .director {
    width: 100%;
  }
}

#optimal {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 575px) {
  #optimal {
  padding-top: 0px;}
}

@media (min-width: 768px) {
  #ways-tab .nav-item {
    padding: 10px;
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  #ways-tab .nav-item {
    padding: 10px;
    width: 100%;
  }
}

#ways-tab .nav-item .nav-link.active {
  background: linear-gradient(to bottom, #599fff, #4a7ce7);
  border: 1px solid #729fff;
  border-radius: 15px;
  padding: 25px;
  /*box-shadow: 0 3px 0 #2956b7, 0 4px 3px rgba(0,0,0,0.3);*/
}

#ways-tab .nav-item .nav-link {
  background: rgba(30,30,37,0.3);
  border-radius: 15px;
  padding: 25px;
  line-height: 18px;
  height: 100%;
}

#ways-tabContent {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 60px rgba(0,0,0,0.15);
  position: relative;
  overflow: hidden;
}

.org-body {
  background: #f4f4f7;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #212326;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.org-body p {
  line-height: 15px;
}

.org-body:hover {
  background: #0ead8b;
  transition: all 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
}

.org-body:hover img {
  filter: brightness(0%) invert(100%);
}

.medium {
  font-family: 'Gilroy-Medium';
}

@media (min-width: 576px) {
  #ways-tabContent {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  #ways-tabContent {
    padding: 30px;
  }
}

.light-grey {
  color: #e2e2eb;
}

.timeline2 {
  background: url("../../assets/img/block-bg.jpg") center/cover;
  border: 2px solid #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 30px;
  height: 100%;
}

.timeline {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 30px;
  height: 100%;
}

#conditions {
  background: url("../../assets/img/background-3.jpg") top/cover;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 575px) {
  .cond-col-1 {
    width: 25%;
    padding-right: 15px;
  }
}

@media (min-width: 576px) {
  .cond-col-1 {
    width: 15%;
    padding-right: 15px;
  }
}

@media (max-width: 575px) {
  .cond-col-2 {
    width: 75%;
  }
}

@media (min-width: 576px) {
  .cond-col-2 {
    width: 85%;
  }
}

.consulting {
  background: url("../../assets/img/bottom-woman-bg.jpg") top/cover;
  border: 2px solid #fff;
  border-radius: 20px;
  position: relative;
}

.txt27 {
  font-size: 27px;
  line-height: 1.2em;
}

@media (min-width: 992px) and (max-width:1199px) {
  .consult-text {
    max-width: 430px;
  }
}

@media (min-width: 1200px) {
  .consult-text {
    max-width: 555px;
  }
}

.consult-text ul li {
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .woman-call {
    margin: 20px auto -30px auto;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .woman-call {
    margin: 20px auto -50px auto;
  }
}

@media (min-width: 992px) {
  .woman-call {
    position: absolute;
    bottom: 0;
    right: 30px;
  }
}

@media (max-width: 600px) {
  .woman-call {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .consulting {
    padding: 50px;
  }
}

@media (max-width: 575px) {
  .consulting {
    padding: 30px;
  }
}

#header-success {
  background: url('../../assets/img/success-header.jpg') top/cover;
  position: relative;
}

@media (max-width: 991px) {
  .success-director {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 992px) {
  .success-director {
    position: absolute;
    bottom: 0;
    right: 47%;
  }
}

@media (max-width: 1199px) {
  .success-title {
    padding-top: 60px;
  }
}

@media (min-width: 1200px) {
  .success-title {
    padding-top: 120px;
  }
}

.blue-btn-stroke {
  padding: 25px;
  border: 2px solid #0ead8b;
  border-radius: 15px;
  color: #0ead8b;
  font-size: 16px;
  font-family: 'Gilroy-Semibold';
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.blue-btn-stroke:hover {
  background: #0ead8b;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #header-success {
    min-height: 700px;
  }
}

.video {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 575px) {
  .guar {
    max-width:250px;
  }
}



/*Mobile Menu*/
@media (min-width: 576px) {
.mobile-menu {
  display: none;
}}
@media (max-width: 575px) {
.mobile-menu {
  display:block;
  width:100%;
  min-height:70px;
  position: fixed;
  z-index:999;
  bottom:0;
  left:0;
  right:0;
  background:#fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  padding:10px 20px;
}
.menu-item {
  width:50%;
  text-align: center;
  margin:auto;
}
.menu-item:hover {
  background: #f3f3f3;
}
.r-line {
  border-right: 1px solid #eee;
}
.menu-ico {
  /*height:40px;
  /*border:1px solid #eee;*/
  position:relative;
  margin-bottom:5px;
}

.menu-ico img {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.menu-txt {

}
}
.menu-txt .txt12 {
  font-size: 12px;
  line-height: 1.1em;
}
body {
  padding-bottom:70px;
}

.icons {
  width:80px;
  height:60px;
  border-radius:10px;;
  background:#0ead8b;
  border:3px solid #fff;
  overflow:hidden;
  position:relative;
  margin: -20px auto 0 auto;
}


/*Mobile Menu*/


/*Правки от 05-02-25*/
#risk {
  background: url("../../assets/img/background-2.jpg") top/cover no-repeat;
  padding-top:80px;
  padding-bottom:80px;
}

.warning-box {
  padding:5px;
}
.warning-tag {
  background: #fff;
  padding:10px 20px;;
  border-radius:15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  height:100%;
}

@media (min-width: 992px) {
  .warning-box {
      max-width: 33.33%;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .warning-box {
      max-width: 50%;
  }
}

.info {
  border-top:1px solid #bbb;
  padding-top:25px;
}

.mfc {
  background:#ceebe5;
  padding:20px;
  border-radius:20px;
}
@media (min-width: 768px){
.mfc-btn {
  min-width:300px;
}}
@media (max-width: 768px){
.mfc-btn {
  width:100%;
}}