body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
}

body.overflow {
  overflow: hidden;
}

.logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-burger {
  display: none;
}

.btn-contact {
  width: 141px;
  height: 38px;
  left: 1202px;
  top: 32px;
  background: #17B6AB;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid transparent;
  transition: .2s all linear;
}


.btn-contact:hover {
  color: #17B6AB;
  text-decoration: none;
  border: 1px solid #17B6AB;
  background: transparent;
}

header {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgb(145 145 145 / 10%);
  padding-top: 15px;
  position: relative;
}

header:before {
  content: "";
  width: 100%;
  height: 1px;
  background: url(../img/line-bg.png)no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1430px;
}

.main-menu {
  width: 100%;
}

.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 17px 0;
}

.main-menu ul li a {
  line-height: 17px;
  color: #000000;
}

.main-banner {
  margin-top: 25px;
  min-height: 454px;
  background: url(../img/bg-main.jpg)no-repeat;
  background-position: center right;
  width: 100%;
  display: flex;
  align-items: center;
}

.main-banner-about h1 {
  font-family: Good Vibes Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 59px;
  color: #EEC446;
  margin: 0;
  margin-bottom: 10px;
}

.main-banner-about h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: #1B1B1B;
  padding-left: 40px;
  margin-bottom: 25px;
}

.main-banner-about h2 span {
  color: #17B6AB;
}

.main-banner-about {
  max-width: 630px;
}

.main-banner-about p {
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  padding-left: 40px;
  max-width: 425px;
}

.benefits-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  margin-top: -35px;
  max-width: 1150px;
}

.benefits-row-box {
  display: flex;
  align-items: center;
  background: #17B6AB;
  border-radius: 6px;
  height: 97px;
  max-width: 371px;
  padding-right: 30px;
}

.benefits-box-img {
  margin: 0 25px;
}

.benefits-box-text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0;
}

.about-main {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  position: relative;
}

.about-main-img {
  width: 50%;
}

.about-main-img img {
  border-radius: 4px;
}

.about-main-text {
  width: 50%;
  padding-left: 25px;
}

.about-main-img img:first-child {
  margin-right: 20px;
}

.about-main-text-title {
  display: flex;
  align-items: center;
  padding-top: 45px;
}

.about-main-text-title p {
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  color: #FFFFFF;
  text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 0;
}

.about-main-text-title img {
  margin-right: 26px;
}

.about-main-about {
  margin-top: 30px;
}

.about-main-about p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #2E2E2E;
}

.about-main:before {
  content: "";
  width: 150%;
  height: 88px;
  background: #EEC446;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 24px;
}

a.btn {
  border: 1px solid #079A90;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  width: 157px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  background: #079A90;
  transition: .2s all linear;
}

a.btn.btn-out {
  background: transparent;
  color: #079A90;
}

.about-main-link {
  display: flex;
  align-items: center;
}

.about-main-link a.btn {
  width: 369px;
}

.about-main-link a.btn.btn-out {
  width: 157px;
  margin-right: 30px;
}

a.btn.btn-out:hover {
  background: #079A90;
  color: #fff;
}

a.btn:hover {
  background: transparent;
  color: #079A90;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  height: 39px;
  width: 100%;
}

.copyright a {
  font-weight: 300;
  font-size: 12px;
  color: #FFFFFF;
  border-bottom: 1px dashed #fff;
  text-decoration: none;
}

footer {
  background: #079A90;
  position: relative;
}

.copyright p {
  margin: 0;
}

.main {
  margin-bottom: 75px;
}

/* ABOUT ME */
.about-me {
  display: flex;
  margin: 0 auto;
  margin-top: 63px;
  margin-bottom: 55px;
  max-width: 1010px;
}

.about-me-img {
  width: 382px;
  position: relative;
  margin-right: 38px;
}

.about-me-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EEC446;
  border-radius: 6px;
  display: block;
  position: absolute;
  z-index: -1;
  top: -21px;
  left: -21px;
  max-height: 535px;
}

.about-me-img img {
  border-radius: 6px;
}

.about-me-text h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: #1B1B1B;
  margin: 0;
  margin-bottom: 12px;
}

.about-me-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #2E2E2E;
  margin-bottom: 15px;
}

.about-me-blockquote p {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: #2E2E2E;
  margin-bottom: 12px;
}

.about-me-blockquote span {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #2E2E2E;
  display: block;
}

.about-me-blockquote span b {
  font-weight: 800;
}

.about-me-blockquote span span {
  color: #219B93;
}

/* ABOUT ME END */

/* INTERVIEW  */
.title {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #1B1B1B;
  margin: 31px auto 45px;
}

.title.lf{
  margin-left: 0;
}

.inerview-row {
  display: flex;
  max-width: 1030px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.interview-box-number {
  font-weight: 800;
  font-size: 20px;
  line-height: 32px;
  color: #17B6AB;
  padding-bottom: 10px;
  border-bottom: 1px solid #EEC447;
}

.interview-box-text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #2E2E2E;
  max-width: 505px;
  padding-right: 15px;
}

.interview-box-text {
  margin-top: 23px;
}

.interview-row-box {
  min-width: 505px;
}

/* INTERVIEW END */

/* LIST   */
.list-row {
  width: 100%;
  margin-bottom: 30px;
}

.list-row ul {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-row ul li {
  width: 50%;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  position: relative;
  padding-left: 20px;
  padding-right: 25px;
  max-width: 610px;
  margin-bottom: 15px;
}

.list-row.romb ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #17B6AB;
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

.list-img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: -10px;
  z-index: -1;
  overflow: hidden;
}

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

.list-row.way ul li:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/way-icon.svg);
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.list-row.benefits ul li:before {
  content: "";
  width: 15px;
  height: 14px;
  background: url(../img/heart-icon.svg);
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.list-row.med-direction ul li:before {
  content: "";
  width: 17px;
  height: 17px;
  background: url(../img/direction-icon.svg);
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
}

.list-row.way ul li {
  padding-left: 25px;
}

.list-row.benefits ul li {
  padding-left: 30px;
}

.list-row.way {
  margin-bottom: 94px;
}

.list-row.way + .list-img { 
  justify-content: flex-end; 
}

.list-row.med-direction ul li {
  width: 33%; 
  font-size: 17px;
  line-height: 23px; 
  position: relative; 
  padding-right: 25px; 
  min-height: 45px;
  padding-left: 25px;
}

.list-row.med-direction + .list-img { 
  justify-content: flex-end; 
}
/* LIST END */

/* SMI   */
.smi-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}

.smi-row-box {
  width: 25%;
  position: relative;
  display: flex;
  justify-content: center;
}

.smi-box-about {
  background: #F3F3F3;
  border-radius: 6px;
  min-height: 660px;
  padding-top: 435px; 
  width: 260px;
  transition: .3s all linear;
}

.smi-box-img {
  position: absolute;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2));
  top: 10px;
}

.smi-box-title-journal p {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #1B1B1B;
  margin: 0 auto;
  margin-bottom: 14px;
  max-width: 150px;
}

.smi-box-title a {
  background: #17B6AB;
  border: 1px solid #17B6AB;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  height: 47px;
  width: 187px;
  margin: 0 auto;
  margin-bottom: 23px;
  text-decoration: none!important;
}

.smi-box-title p {
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1B1B1B;
  max-width: 239px;
  margin: 0 auto;
  margin-bottom: 17px;
  min-height: 34px;
}

.smi-row-box:first-child .smi-box-title p { 
  padding: 0 15px;
}

.smi-box-title-journal a {
  font-size: 15px;
  line-height: 19px;
  text-align: center;
  color: #5282DF;
  display: block;
  max-width: max-content;
  margin: 0 auto;
  margin-bottom: 15px
}

.smi .title { 
  margin-left: 0;
  margin-bottom: 20px;
}
/* SMI END */

/* CONTACTS   */
.forms-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form-row-box-title p {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #009B91;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.form-row-box-title p img {
  margin-right: 5px;
}

.form-row-box-about p a {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.form-row-box-title {
  margin-bottom: 30px;
}

.form-row-box-link {
  display: flex;
  align-items: center;
}

.form-row-box-link p {
  margin: 0;
  margin-right: 15px;
}

.form-box-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.form-box-row input {
  background: rgba(241, 241, 241, 0.46);
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 5px;
  outline: none;
  width: 33%;
  height: 48px;
  display: flex;
  align-items: center;
  max-width: 260px;
  padding-left: 23px;
}

.form-row-box {width: 80%;max-width: 820px;}

.form-row-box:first-child {
  max-width: 300px;
}

.form-box-row textarea {
  background: rgba(241, 241, 241, 0.46);
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 14px 23px;
  margin-top: 20px;
  resize: none;
  outline: none;
  margin-bottom: 20px;
  height: 151px;
}

.btn-yellow {
  border: 1px solid transparent;
  background: #EEC446;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 260px;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px; 
  color: #FFFFFF;
  margin: 0 0 0 auto;
  transition: 0.2s all linear;
}

.btn-yellow:hover {
  border: 1px solid #EEC446;
  color: #EEC446;
  background: #fff;
}

.form-contacts-img {
  margin-top: 15px;
}

.thanks-block h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 53px;
  color: #2E2E2E;
  margin: 0;
  max-width: 420px;
}

.thanks-block > p {
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #2E2E2E;
  max-width: 330px;
  margin: 20px 0;
}

.thanks-about {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #2E2E2E;
}

.thanks-about p {
  margin-bottom: 5px;
}

.thanks-about p b {
  font-weight: 800;
}

.thanks-about span {
  color: #219B93;
}

.thanks-block .btn-yellow {
  margin-left: 0;
  margin-top: 37px;
}

.thanks-block-about {
  position: relative;
  margin-bottom: 144px;
}

.thanks-block-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 450px;
}

.thanks-block-img img {
  width: 100%;
  max-width: 100%;
}

.about-phone p {
  margin: 0;
  line-height: 1;
}
.about-phone p a{
  font-weight: 800;
  margin-left: 5px;
}

.form-row-box-about.phones {
  display: flex;
  align-items: flex-start;
}

.form-row-box-about img {
  margin-right: 15px;
}

.form-row-box-about.phones img {
  padding-top: 6px; 
}

.form-row-box-about p {
  margin-bottom: 0;
}

.form-row-box-about {
  margin-bottom: 15px;
}
/* CONTACTS END */

section.form-contacts {
  min-height: calc(100vh - 175px);
}

section.interview {
  /* min-height: calc(100vh - 175px); */
}
span.wpcf7-form-control-wrap {
  width: 33%;
}

span.wpcf7-form-control-wrap.your-message {
  width: 100%;
}

.smi-box-about:hover  {
  background: #17b6ab;
}

.smi-box-about:hover .smi-box-title a {
 background: #EEC446;
}


.smi-box-about:hover  .smi-box-title-journal a {
 color: #fff;
} 


.smi-box-about:hover  .smi-box-title-journal p {
 color: #fff;
} 


.smi-box-about:hover  .smi-box-title p {
 color: #fff;
} 

body.error404 {
  background: #fafafa;
}

.erorr-block {
  min-height: calc(100vh - 270px);
}

.erorr-block-row {  
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 63px;
}

.erorr-block h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 42px;
  color: #079A90;
  margin: 0;
  margin-bottom: 30px;
}

.erorr-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #2E2E2E;
  margin: 0;
  margin-bottom: 23px;
  max-width: 460px;
}

.erorr-block-text {
  margin-left: 41px;
}

.erorr-block-text .btn-yellow {
  margin: 0 auto 0 0;
}