* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#rh-badge
{
    display:none !important;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

body {
  color: #3F3F3F;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffffff;
}

body._lock {
  overflow: hidden;
}

.menu__lang {
  max-width: 160px;
  width: 100%;
  height: 48px;
  background: #375267;
  border: 1px solid #485E70;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 16px 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.menu__lang:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/templater/trainingcourses-img/icon/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #3F3F3F;
}

h3 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #3F3F3F;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 30px;
  color: #3F3F3F;
}

h6 span {
  font-weight: 500;
  font-size: 9px;
  line-height: 111%;
  color: #3F3F3F;
}

footer {
  margin-top: auto;
}

.title-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}

.title-body::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 6px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(#E40613), to(#D8413A));
  background: -o-linear-gradient(top, #E40613 0%, #D8413A 100%);
  background: linear-gradient(180deg, #E40613 0%, #D8413A 100%);
}

.header {
  width: 100%;
  height: 130px;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99;
}

/* 
.logo img {
  width: 102px;
  height: 102px;
}

.logo p {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #313131;
}

.phone {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.phone-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;

}

.phone-link span {
  padding-right: 9px;
}

.call-back {
  width: 190px;
  height: 45px;
  margin: 0 23px 0 27px;
  padding: 13px 19px 15px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E40613), to(#D8413A));
  background: -o-linear-gradient(top, #E40613 0%, #D8413A 100%);
  background: linear-gradient(180deg, #E40613 0%, #D8413A 100%);
  border-bottom-right-radius: 22.5px;
}

.call-back-link img {
  width: 14px;
  height: 14px;
}

.call-back-link p {
  margin: 0 auto;
  padding-left: 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
}

*/

.header._active .header__inner {
  background: #ffffff;
  padding: 0;
}

.header._active .header__burger span {
  background: transparent;
}

.header._active .logo__text {
  color: #3F3F3F;
}

.header._active .nav-menu__link {
  color: #3F3F3F;
}

.header._active .nav-menu__link::before {
  background: #3F3F3F;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header.fixed .header {
  background: #ffffff;
}

.header.fixed .header__inner {
  padding: 0;
}

.header.fixed .header__burger span {
  background-color: #3F3F3F;
}

.header.fixed .menu__btn {
  height: 48px;
}

.header.fixed .menu__contact_phone span {
  color: #3F3F3F;
}

.header.fixed .logo {
  max-width: 290px;
}

.header.fixed .logo__img {
  width: 66px;
  height: 66px;
}

.header.fixed .logo__text {
  color: #3F3F3F;
}

.header.fixed .nav-menu__link {
  color: #3F3F3F;
}

.header.fixed .nav-menu__link::before {
  background: #3F3F3F;
}

.header._quiz .header {
  background: #ffffff;
}

.header._quiz .header__burger span {
  background-color: #3F3F3F;
}

.header._quiz .menu__contact_phone span {
  color: #3F3F3F;
}

.header._quiz .logo__text {
  color: #3F3F3F;
}

.header__content {
  z-index: 100;
  position: relative;
}

.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 25px;
  position: relative;
  z-index: 105;
}

.header__bottom {
  padding: 0 25px;
  z-index: 100;
}

.header__burger {
  display: none;
}

.header__burger._active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header__burger._active span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 1px);
  max-width: 60%;
}

.header__burger._active span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
  max-width: 60%;
}

.burger-2 {
  position: absolute;
  top: 50px;
  right: 50px;
}

.burger-2._active span {
  background-color: #3F3F3F;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.logo {
  max-width: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo__img {
  width: 70px;
  height: 70px;
}

.logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo__text {
  font-weight: 500;
  font-size: 10px;
  line-height: 170.9%;
  color: #FFFFFF;
  text-align: left;
  padding: 0 0 0 13px;
}

.menu {
  max-width: 597px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu__contact {
  max-width: 160px;
  width: 100%;
}

.menu__contact_phone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 0;
}

.menu__contact_phone span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #FFFFFF;
}

.menu__btn {
  width: 220px;
  height: 63px;
  border-radius: 0px 0px 0px 20px;
  padding: 25px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), -o-linear-gradient(top, #D8413A 0%, #E40613 100%);
  background: linear-gradient(89.61deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), linear-gradient(180deg, #D8413A 0%, #E40613 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.menu__btn:hover {
  -webkit-box-shadow: 0px 4px 0px #C9000C;
  box-shadow: 0px 4px 0px #C9000C;
}


.nav-menu {

  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  #background: rgba(10, 54, 89, 0.5);
  padding-top: 10px;
  border-top: 1px solid white;
}

.nav-menu._active {
  -webkit-transform: translateY(0) scaleY(1);
  -ms-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
}

.nav-menu._bg {
  background: #ffffff;
}

.nav-menu__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 0;
}

.nav-menu__link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffffff;
  bottom: -5px;
  z-index: 2;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-menu__link:hover::before {
  width: 100%;
}



.language {
  height: 25px;
  /* border: 1px solid #ffffff; */
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 5px 8px;
  display: flex;
  align-items: center;
}

.language img {
  width: 15px;
  height: 15px;
}

.language select {
  font-weight: 800;
  font-size: 12px;
  line-height: 15px;
}

/* ------------------------------- */

.main {
  width: 100vw;
  min-height: 100vh;
  position: relative;
}

.main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -7%;
  left: 0;
  background-image: url(../img/background/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.main-content {
  width: 100%;
  height: 100%;
  padding: 10% 0;
}

.main__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #FFFFFF;
  padding: 30px 0;
}

.btn {
  max-width: 417px;
  max-height: 91px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border-bottom-right-radius: 38px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.btn-white {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding: 23px 31px 24px 43px;
}

.btn-white span {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #0A3659;
}

.main-carousel {
  max-width: 463px;
  max-height: 139px;
  width: 100%;
  height: 100%;
  position: relative;
}

.main-carousel::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 101px;
  left: 0;
  bottom: -12px;
  background: #FFFFFF;
}

.main-carousel-item {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 25px;
}

.main-carousel-item p {
  width: 100%;
  height: 66px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.main-carousel-indicators {
  position: relative;
  margin-left: 25px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-carousel-indicators li {
  width: 64px;
  height: 5px;
}

.carousel-control-prev,
.carousel-control-next {
  left: unset;
  top: unset;
  bottom: -55px;
  z-index: 16;
}

.carousel-control-prev {
  right: 35%;
}

.carousel-control-next {
  right: 25%;
}

.carousel-control-prev img,
.carousel-control-next img {
  width: 100%;
  height: 100%;
}

.main__slider-body {
  max-width: 463px;
  width: 100%;
}

.main__video-block {
  height: 291px;
  position: relative;
}

.main__video-block::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 100px;
  left: 80px;
  background-image: url(../img/icons/video-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.main__video-block img {
  content: '';
  position: absolute;
  width: 235px;
  height: 235px;
  bottom: 100px;
  left: 180px;
}

.main__video-block p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  margin-bottom: 0;
}

/* ---------------------------------------------  */

.education {
  padding-top: 73px;
  position: relative;
  width: 100%;
}

.education::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 370px;
  left: 0;
  background-image: url(../img/background/education_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.education__title-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding-top: 30px;
}

.education__title-body {
  position: relative;
  width: 100%;
  height: 100%;
}

.education__title-body::after {
  content: '';
  position: absolute;
  width: 285px;
  height: 249px;
  top: 0;
  right: 0;
  background-image: url(../img/icons/education-top.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  z-index: -1;
}

.education__top {
  position: relative;
}

.education__top::after {
  content: '';
  position: absolute;
  width: 285px;
  height: 249px;
  bottom: 10px;
  left: 0;
  background-image: url(../img/icons/education-center.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  z-index: -1;
}

.card {
  background: #ffffff;
  border: none;
}

.card-b {
  max-width: 570px;
  max-height: 577px;
  width: 100%;
  height: 100%;
  padding: 89px 0 155px;
  position: relative;
}

.card-b::before {
  content: '';
  position: absolute;
  width: 408px;
  height: 396px;
  top: 65px;
  left: 81px;
  background-image: url(../img/card/card-1-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.card-b-img-top {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-s {
  width: 501px;
  height: 275px;
  position: relative;
  padding: 20px 25px;
}

.card-s__body {
  width: 100%;
  height: 100%;
  background-image: url(../img/card/card-2-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 0;
}

.card-s-img-top {
  content: '';
  position: absolute;
  width: 197px;
  height: 162px;
  top: -80px;
  left: -24px;
}

.card-s-body {
  padding: 0;
}

.card-title {
  padding-top: 7px;
}

.card-text {
  font-weight: normal;
  font-size: 13px;
  line-height: 139.4%;
  color: #000000;
}

.btn-red {
  max-width: 570px;
  max-height: 91px;
  width: 100%;
  height: 100%;
  background: #F24941;
  border: 2px solid #F24941;
  -webkit-box-shadow: inset 0px 4px 10px #F24941, inset 1px 1px 30px #F24941;
  box-shadow: inset 0px 4px 10px #F24941, inset 1px 1px 30px #F24941;
  padding: 18px 37px 12px;
  text-align: center;
  margin: 0 auto;
}

.btn-red span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  #padding: 29px 0 28px;

  margin: 0 auto;
  position: relative;
}

.btn-red span::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 20px;
  top: 50%;
  right: -30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.education__center {
  padding: 79px 0 45px;
}

.card-xl {
  background: transparent;
  padding: 59px 25px;
  position: relative;
  background-image: url(../img/card/card-4-frame.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.card-xl__body {
  position: relative;
}

.card-xl-body {
  padding: 0 0 0 90px;
  position: relative;
}

.card-xl-body::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 339px;
  top: 0;
  left: 30px;
  background: #0A3659;
}

.card-xl-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(top, #1F3D57 0%, #375267 100%);
  background: linear-gradient(180deg, #1F3D57 0%, #375267 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1F3D57;
  padding: 0;
}

.card-xl-text {
  font-size: 18px;
  line-height: 25px;
  color: #313131;
  padding: 28px 0 24px;
}

.selected-dial-code
{
  color: black !important;
  padding-left:10px!important;
}

.btn-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(top, #1F3D57 0%, #375267 100%);
  background: linear-gradient(180deg, #1F3D57 0%, #375267 100%);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 23px 28px;
}

.education-bottom {
  position: relative;
  width: 100%;
  min-height: 753px;
  height: 100%;
  padding: 40px 0;
}

.education-bottom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/background/education_bottom_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -2;
}

.education-bottom__body {
  padding: 168px 0 0px;
  position: relative;
  margin-top: -38px;
}

.education-bottom__body::after {
  content: '';
  position: absolute;
  width: 409px;
  height: 336px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-58%, -45%);
  -ms-transform: translate(-58%, -45%);
  transform: translate(-58%, -45%);
  background-image: url(../img/icons/eb-card-big-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.education-bottom__row {
  margin-bottom: 35px;
}

.education-bottom-center {
  margin: 15px 0px 3px 11px;
}

.eb-card {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 0;
  cursor: pointer;
}

.eb-card:hover .eb-card__icon {
  border: 4px solid #E40613;
}

.eb-card__icon:hover {
  border: 4px solid #E40613;
}

.eb-card__icon {
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
  -webkit-transition: border .3s ease .3s;
  -o-transition: border .3s ease .3s;
  transition: border .3s ease .3s;
  z-index: 0;
}

.eb-card-1 {
  top: -13px;
  left: 10px;
}

.eb-card-1 .eb-card__icon {
  top: -6px;
  right: 24px;
}

.eb-card-2 {
  top: 7px;
  left: 10px;
}

.eb-card-2 .eb-card__icon {
  top: -2px;
  right: 10px;
}

.eb-card-3 {
  top: 9px;
  left: -17px;
}

.eb-card-3 .eb-card__icon {
  top: -21px;
  right: 10px;
}

.eb-card-3 .eb-card__icon:hover {
  border: 4px solid #E40613;
}

.eb-card-4 {
  top: -15px;
  left: 44px;
}

.eb-card-4 .eb-card__icon {
  top: -3px;
  left: -70px;
}

.eb-card-5 {
  top: 2px;
  left: 46px;
}

.eb-card-5 .eb-card__icon {
  top: 0px;
  left: -85px;
}

.eb-card-6 {
  top: 7px;
  left: 68px;
}

.eb-card-6 .eb-card__icon {
  top: -19px;
  left: -73px;
}

.eb-card__text-body {
  font-size: 16px;
  line-height: 138.4%;
  color: #FFFFFF;
  padding-right: 50px;
}

.eb-card__title {
  font-weight: 700;
  padding-bottom: 22px;
}

.eb-card__text {
  min-width: 354px;
}

.eb-card-left {
  right: unset;
  left: -20px;
}

.eb-card-body-left {
  padding-left: 50px;
  padding-right: 0;
}

.education-bottom__body-2 {
  display: none;
}

/* -----------------------tariff------------------ */

.tariffs {
  width: 100%;
  position: relative;
  padding-top: 107px;
  background-color: #ffffff;
  z-index: 0;
}

.tariffs::before {
  content: '';
  position: absolute;
  width: 212px;
  height: 389px;
  top: 160px;
  left: 0;
  background-image: url(../img/icons/tariffs_bg_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.tariffs__body {
  padding: 65px 0;
}

.tariffs-nav .tariffs-nav-link {
  border-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.tariffs-nav-item {
  height: 84px;
  margin-bottom: 10px;
}

.tariffs-nav-link {
  width: 257px;
  height: 80px;
  padding: 20px 18px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(top, #1F3D57 0%, #375267 100%);
  background: linear-gradient(180deg, #1F3D57 0%, #375267 100%);
}

.tariffs-nav-link.active,
.tariffs-nav-link:hover {
  color: #FFFFFF;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  background: -webkit-gradient(linear, left top, left bottom, from(#E40613), to(#D8413A));
  background: -o-linear-gradient(top, #E40613 0%, #D8413A 100%);
  background: linear-gradient(180deg, #E40613 0%, #D8413A 100%);
  -webkit-box-shadow: inset 0px 4px 10px #F24941, inset 1px 1px 30px #F24941;
  box-shadow: inset 0px 4px 10px #F24941, inset 1px 1px 30px #F24941;
}

.tariffs-content__text {
  max-width: 992px;
  width: 100%;
  padding: 55px 0;
  margin: 0 auto;
}

.tariffs-content__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 154.4%;
  text-align: center;
  color: #3F3F3F;
  margin-bottom: 22px;
}

.tariffs-card {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.1);
  border-radius: 44px;
  padding: 35px 25px;
  cursor: pointer;
}

.tariffs-card:hover .btn-grey {
  background: -webkit-gradient(linear, left top, left bottom, from(#E40613), to(#D8413A));
  background: -o-linear-gradient(top, #E40613 0%, #D8413A 100%);
  background: linear-gradient(180deg, #E40613 0%, #D8413A 100%);
  -webkit-transition: all .3s ease .3s;
  -o-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}

.tariffs-card-header {
  padding: 21px 0 5px;
}

.tariffs-card-title {
  padding-left: 16px;
}

.tariffs-card-center {
  padding: 18px 0px 0px;
}

.tariffs-card-list li {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  position: relative;
  padding: 0 0 16px 28px;
}

.tariffs-card-list li::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 31px;
  top: -7px;
  left: -7px;
  background-image: url(../img/icons/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.tariffs-card-footer {
  padding: 0 11px;
}

.tariffs-card-footer-text {
  padding: 18px 0 0;
}

.btn-grey {
  max-width: 276px;
  max-height: 61px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#B9B9B9));
  background: -o-linear-gradient(top, #A5A5A5 0%, #B9B9B9 100%);
  background: linear-gradient(180deg, #A5A5A5 0%, #B9B9B9 100%);
  text-align: center;
  padding: 22px 19px;
  border-bottom-right-radius: 27px;
}

.btn-grey span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;

  margin: 0 auto;
  position: relative;
}

.btn-grey span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: -30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* -----------------------------work---------------------------- */

.work {
  width: 100%;
  padding: 50px 0 100px;
  position: relative;
  z-index: 0;
}

.work::before,
.work::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 390px;
  top: -100px;
  background-repeat: no-repeat;
  background-size: contain;
}

.work::before {
  background-image: url(../img/icons/work-after.svg);
  left: 0;
  z-index: -1;
}

.work::after {
  background-image: url(../img/icons/work-before.svg);
  right: -30px;
  z-index: -1;
}

.work__body {
  max-width: 1070px;
  padding: 52px 0;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-info {
  max-width: 400px;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

.work-info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -2;
}

.work-info__text {
  position: absolute;
  width: 100%;
  top: 54%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 12px;
  line-height: 132.4%;
  color: #313131;
  padding: 0 40px;
}

.work-info-1 {}

.work-info-1::before {
  content: '';
  position: absolute;
  width: 101%;
  height: 102%;
  top: -4px;
  left: 0px;
  background: url(../img/icons/work-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: ani3 3s 5s steps(5, start);
  -webkit-animation: ani3 3s 5s steps(5, start);
}

#scrollToTopBtn {
  background-color: black;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 68px;
  width: 68px;
  position: absolute;
  right: 20px;
}

.work-info-2::before,
.work-info-3::before,
.work-info-4::before {
  content: '';
  position: absolute;
  width: 102%;
  height: 107%;
  top: -7px;
  left: -2px;
  background: url(../img/icons/work-arrow-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
  animation: ani3 3s 8.5s steps(5, start);
  -webkit-animation: ani3 3s 8.5s steps(5, start);
}

.work-info-3::before {
  left: -2px;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  /* animation: ani3 3s steps(5, start) infinite;
  -webkit-animation: ani3 3s steps(5, start) infinite; */
}

@-webkit-keyframes ani3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ani3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* -------------------------------experts--------------------------- */

.experts {
  width: 100%;
  padding: 100px 0;
  position: relative;
}

.experts::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/background/expert_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -2;
}

.experts__title-body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 85px;
}

.experts__title-body::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 6px;
  top: 20px;
  left: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E40613), to(#D8413A));
  background: -o-linear-gradient(top, #E40613 0%, #D8413A 100%);
  background: linear-gradient(180deg, #E40613 0%, #D8413A 100%);
}

.experts__title {
  color: #FFFFFF;
  text-align: left;
  padding-left: 60px;
}

.experts__body p {
  font-size: 16px;
  line-height: 169%;
  color: #FFFFFF;
}

.experts-col {
  padding: 0;
}

.experts-carousel-indicators {
  width: 420px;
  height: 100px;
  left: -88px;
}

.experts-carousel-indicators img {
  margin: 0 5px;
  max-width: 80px;
  max-height: 80px;
}

.experts-carousel-item.active .experts-carousel-img,
.experts-carousel-item.active .experts-carousel-item-body::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .7s ease .3s;
  -o-transition: .7s ease .3s;
  transition: .7s ease .3s;
}

.experts-carousel-item-body {
  max-width: 570px;
  max-height: 456px;
  width: 100%;
  height: 100%;
  position: relative;
}

.experts-carousel-item-body::before {
  content: '';
  position: absolute;
  max-width: 475px;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #FFFFFF;
  background-size: cover;
  background-position: center center;
  border-bottom-right-radius: 59px;
  z-index: -1;
}

.experts-carousel-item-body::after {
  content: '';
  position: absolute;
  width: 185px;
  height: 151px;
  top: 42%;
  left: 0;
  background-image: url(../img/icons/border.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.experts-carousel-img {
  max-width: 209px;
  max-height: 214px;
  width: 100%;
  height: 100%;
  margin-top: 25%;
  padding-right: 10px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.experts-carousel-item-text {
  padding: 42px 20px 115px 0;
}

.experts-carousel-item-text p {
  font-weight: 500;
  font-size: 13px;
  line-height: 182%;
  color: #3F3F3F;
  padding-top: 18px;
}

.experts-carousel-control-prev,
.experts-carousel-control-next {
  position: absolute;
  width: 56px;
  height: 20px;
  bottom: 10%;
  left: 35%;
  z-index: 10;
  display:none;
}

.experts-carousel-control-next {
  left: 48%;
  z-index: 11;
}

.experts-slider-control-prev-icon,
.experts-slider-control-next-icon {
  padding: 6px 17px 0px 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(top, #1F3D57 0%, #375267 100%);
  background: linear-gradient(180deg, #1F3D57 0%, #375267 100%);
}

/* ----------------------reviews------------------------------- */



.reviews {
	width:100%;
	position:relative;
	overflow:hidden;
	padding:100px 0 93px
}
.reviews::before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:240px;
	left:0;
	background-image:url(../img/background/education_bg.png);
	background-repeat:no-repeat;
	background-size:cover;
	z-index:-1
}
.reviews__title-text {
	max-width:330px;
	margin:0 auto;
	padding:23px 0;
	line-height:28px
}
.reviews__body {
	padding-top:57px
}
.reviews-card {
	min-width:0
}
.reviews-card-slider {
	overflow:hidden;
	position:relative;
	padding-bottom:50px
}
.slick-track {
	display:flex;
	align-items:center;
	justify-content:space-between
}
.reviews-card-slider__item {
	min-width:0;
	max-width:390px;
	margin:0 auto
}
.reviews-card-body {
	position:relative;
	padding:41px 31px 37px;
	background:#0a3659;
	border-bottom-right-radius:37px;
	border-bottom-left-radius:37px;
	z-index:1;
	margin:0 10px
}
.slick-arrow {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:10;
	font-size:0
}
.slick-arrow.slick-prev {
	transform:translate(-60px);
	width:56px;
	height:21px;
	background:#1f3d57 url(../img/icons/slide-prev.svg);
	background-size:unset;
	background-position:center center;
	background-repeat:no-repeat
}
.slick-arrow.slick-next {
	width:56px;
	height:21px;
	background:#1f3d57 url(../img/icons/slide-next.svg);
	background-size:unset;
	background-position:center center;
	background-repeat:no-repeat
}
.reviews-card-body span {
	content:'';
	position:absolute;
	width:0;
	height:0;
	top:-25px;
	left:12px;
	font-weight:900;
	font-size:144px;
	line-height:176px;
	text-align:center;
	color:rgba(255,255,255,.03);
	z-index:-1
}
.reviews-card-body::after {
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-style:solid;
	border-width:16px 11.5px 0 11.5px;
	border-color:#0a3659 transparent transparent transparent;
	bottom:-14px;
	left:76px;
	z-index:-1
}
.reviews-card-text {
	font-size:14px;
	line-height:17px;
	text-align:center;
	color:#fff
}
.reviews-card-footer {
	padding-top:31px
}
.reviews-label {
	padding-left:18px
}
.reviews-card-title {
	font-weight:700;
	font-size:15px;
	line-height:18px;
	color:#0a3659
}
.reviews-card-subtitle {
	font-size:11px;
	line-height:13px;
	color:#3f3f3f;
	padding:10px 0
}
.reviews-btn {
	max-width:328px;
	width:100%;
	margin:45px auto;
	padding:31px 50px 22px;
	font-weight:500;
	font-size:14px;
	line-height:17px;
	color:#fff;
	border-bottom-right-radius:38px;
	border-bottom-left-radius:38px
}

/* ----------------------footer------------------ */

.footer {
  width: 100%;
  padding: 50px 0 40px;
  position: relative;
  background: #0A3659;
  color: #FFFFFF;
}

.footer-info {
  max-width: 400px;
  padding: 0;
}

.footer-info p {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 11px;
  line-height: 173%;
  padding: 12px 0 14px;
  margin: 0;
}

.footer__social {
  padding-top: 42px;
}

.footer__social a {
  padding-right: 15px;
}

.footer__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  padding-bottom: 35px;
}

.footer__list {
  padding-bottom: 6px;
}

.footer__list span {
  vertical-align: -webkit-baseline-middle;
  padding-right: 14px;
}

.footer__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}

.footer__bottom {
  background: -webkit-gradient(linear, right top, left top, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(right, #1F3D57 0%, #375267 100%);
  background: linear-gradient(270deg, #1F3D57 0%, #375267 100%);
  padding: 16px 0 17px;
}

.footer__bottom a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.playpause {
  background-image: url("../img/icons/play.svg");
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.overlay_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}

.object {
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  padding: 15px;
  margin: 0 auto;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
}

.modal {
  display: none;
  position: fixed;
  max-width: 600px;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
  z-index: 1000;
  margin: 0 auto;
}

.modal__body {
  max-width: 600px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  background-image: url(../img/background/pop-up_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 31px 15px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  border: 10px solid #FFFFFF;
}

.modal__body-2 {
  max-width: 600px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(top, #1F3D57 0%, #375267 100%);
  background: linear-gradient(180deg, #1F3D57 0%, #375267 100%);
  padding: 31px 15px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  border: 10px solid #FFFFFF;
  z-index: 0;
}

.modal__body-2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/icons/popup-man.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: -1;
}

.form-check-input {
  width: 10px;
  height: 10px;
  bottom: 10px;
}

.modal__body-2 .modal__lable-body {
  -webkit-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
}

.modal__body-2 .modal__title {
  text-align: left;
}

.modal__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 142.4%;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px 20px;
}

.modal__lable-body p {
  max-width: 223px;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 5px auto 0;
}

.modal__lable-body p span {
  color: #FFFFFF;
}

.modal__close {
  position: absolute;
  top: 5%;
  right: 4%;
  cursor: pointer;
}

.video-modal__close {
  position: absolute;
  top: 10%;
  left: 4%;
  cursor: pointer;
  z-index: 111111;
}

.video-modal__close img {
  width: 30px;
  height: 30px;
}

.modal-form-label {
  max-width: 299px;
  height: 54px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 27px;
  margin-bottom: 15px;
  position: relative;
}

.modal-form-label span {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 23px;
  left: 34px;
}

input {
  max-width: 199px;
  height: 54px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #313131;
  opacity: 0.5;
}

.intl-tel-input {
  width: 80%;
}

.modal__button {
  max-width: 299px;
  width: 100%;
  height: 54px;
  margin: 15px auto;
  padding: 14px;
  position: relative;
}

.modal__button::after {
  content: '';
  position: absolute;
  width: 92px;
  height: 92px;
  top: -31px;
  right: 0;
  background-image: url(../img/icons/form-button.svg);
  background-repeat: no-repeat;
}

.thanks__body {
  max-width: 670px;
  max-height: 270px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 80px 0 45px;
  margin: 0 auto;
  text-align: center;
  color: #3F3F3F;
  position: relative;
  z-index: 0;
}

.thanks__body::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: url(../img/icons/check-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.thanks__body p {
  color: #000;
}

.modal__button::after {
  display: none;
}

.show_popup {
  cursor: pointer;
}

.politician {
  position: relative;
  width: 100%;
}

.politician__top {
  max-height: 390px;
  width: 100%;
  height: 100%;
  background-image: url(../img/background/politician.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 119px 0 121px;
  position: relative;
}

.politician__top h3 {
  max-width: 758px;
  width: 100%;
}

.politician__links,
.politician__links a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  padding-bottom: 25px;
}

.politician__links a:active {
  font-weight: 700;
}

.politician__body {
  position: relative;
  padding: 95px 0;
}

.politician__text-title {
  font-weight: 700;
  padding-top: 32px;
}

.politician__text,
p {

  line-height: 26px;
  color: #3F3F3F;
  margin: 0;
}

.politician__text {
  padding-left: 65px;
}

p span,
.politician__text span {
}

@media (max-width: 1200px) {
  .eb-card-1 {
    top: 13px;
    left: -10px;
  }

  .eb-card-2 {
    top: 5px;
    left: -17px;
  }

  .eb-card-2 .eb-card__icon {
    top: -2px;
    right: 10px;
  }

  .eb-card-3 {
    top: -7px;
    left: -50px;
  }

  .eb-card-3 .eb-card__icon {
    top: -30px;
    right: -6px;
  }

  .eb-card-4 {
    top: 8px;
    left: 64px;
  }

  .eb-card-5 {
    top: 2px;
    left: 72px;
  }

  .eb-card-6 {
    top: -18px;
    left: 86px;
  }

  .work-info__text {
    top: 50%;
  }

  .experts-carousel-indicators {
    bottom: -50px;
  }

  .experts-carousel-item-body::after {
    top: 35%;
  }
  
  .header__inner {
    padding: 5px 0 10px;
  }

  .header__bottom {
    padding: 0;
  }

  .menu {
    max-width: 450px;
  }

  .nav-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .nav-menu__link {
    font-size: 12px;
    line-height: 14px;
  }


}

@media (max-width: 992px) {
  h1 {
    font-size: 28px;
    line-height: 34px;
  }

 /* .collapse.navbar-collapse {
    background: #FFFFFF;
    z-index: 1000;
  }*/

  .info {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

    .header__burger {
    display: block;
    position: relative;
    width: 65px;
    height: 24px;
    cursor: pointer;
    z-index: 110;
  }

  .header__burger span {
    top: calc(50% - 1px);
    right: 0;
    position: absolute;
    width: 100%;
    height: 3.1px;
    background-color: #ffffff;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .header__burger span:first-child {
    top: 0;
    max-width: 65%;
  }

  .header__burger span:nth-child(2) {
    max-width: 82%;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }

  .logo {
    max-width: 230px;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu__contact {
    padding-bottom: 20px;
  }

  .nav-menu {
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 30px 50px 60px;
    background: #0a3659;
    margin: 0 auto;
    -webkit-transform: translateY(-100%) scaleY(0);
        -ms-transform: translateY(-100%) scaleY(0);
            transform: translateY(-100%) scaleY(0);
  }

  .nav-menu__list {
    padding: 10px 0;
  }

  .call-back {
    margin-bottom: 10px;
  }



  .phone-link {
    margin-left: 15px;
  }
  
  

  .call-back {
    margin-left: 0;
  }

  .main__text {
    font-size: 16px;
    line-height: 24px;
  }

  .main__slider-body {
    max-width: 430px;
  }

  .btn-white {
    width: 350px;
    padding: 23px 10px;
  }

  .carousel-control-prev {
    right: 30%;
  }

  .carousel-control-next {
    right: 20%;
  }

  .main__video-block::before {
    display: none;
  }

  .main__video-block img {
    width: 180px;
    height: 180px;
    left: 25px;
  }

  .card-xl {
    padding: 20px 10px;
  }

  .card-xl-title {
    font-size: 24px;
    line-height: 28px;
  }

  .card-xl-text {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0 8px;
  }

  .card-xl-img-top {
    position: absolute;
    top: -50px;
    left: -60px;
  }

  .card-xl-img-top {
    position: relative;
    margin: 0 auto;
    text-align: center;
    left: 93%;
    top: -15px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-width: 280px;
  }

  .card-xl-body::before {
    display: none;
  }

  .education-bottom__body-1 {
    display: none;
  }

  .education-bottom__body-2 {
    display: block;
  }
  .edu-logo {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 70px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }

  .education-bottom__col {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10%;
  }

  .education-bottom__body::after {
    display: none;
  }

  .education-bottom-center {
    margin: 0;
  }

  .eb-card__text-body {
    padding-left: 100px;
  }

  .tariffs-card {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 50% !important;
    flex: 1 1 50% !important;
    padding: 35px 20%;
    margin-bottom: 20px !important;
  }

  .tariffs-card-header,
  .tariffs-card-footer button {
    margin: 0 auto;
  }

  .work-info__text {
    font-size: 9px;
    line-height: 100%;
  }

  .experts__title-body {
    padding: 0;
    margin-bottom: -50px;
  }

  .experts-col {
    margin: 60px auto 0;
    max-width: 500px;
    width: 100%;
  }

  .experts-carousel-indicators-row {
    width: 100%;
    height: 50px;
    position: relative;
  }

  .experts-carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
  }

  .footer-contact {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  h1 {
    width: 100%;
    font-size: 24px;
    text-align: center;
  }

  h2 {
    width: 100%;
    font-size: 24px;
  }
  
  h3 {
    width: 100%;
    font-size: 24px;
}

  .header.fixed .logo {
    max-width: 230px;
  }

  .header.fixed {
    height: 66px;
  }

  .header__burger {
    width: 33px;
    height: 13px;
  }

  .header__burger span {
    height: 1.5px;
  }

  .logo__img {
    width: 66px;
    height: 66px;
  }

  .logo__text {
    font-size: 8px;
    padding: 0;
  }

  .menu__contact {
    max-width: 185px;
  }

  .menu__btn {
    width: 185px;
    height: 45px;
    padding: 15px 12px;
  }

.menu__lang {
    height: 45px;
    max-width: 185px;
  }

  .main__text {
    text-align: center;
    padding: 15px 0 10px;
  }

  .main-content {
    padding: 5% 0;
  }

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

  .main__video-block {
    height: 230px;
  }

  .main__video-block img {
    bottom: 10px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .education {
    padding-top: 0;
  }

  /*.reviews-card-deck {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }*/

  .modal__body {
    padding: 15px;
  }

  .card-s-img-top {
    width: 197px;
    height: 162px;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .card-s-body {
    padding-top: 50px;
    text-align: center;
  }

  .card-xl {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: 50% 80%;
  }

  .card-xl-body {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }

  .card-xl-img-top {
    position: relative;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    top: -15px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-width: 280px;
  }

  .btn-blue {
    margin: 0 auto;
  }

  .tariffs {
    padding-top: 30px;
  }

  .tariffs__body {
    padding: 25px 0;
  }

  .work::before,
  .work::after {
    display: none;
  }

  .work__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-info {
    padding: 2px 0;
  }

  .work-info-2::before,
  .work-info-4::before {
    content: '';
    position: absolute;
    width: 103%;
    height: 107%;
    top: -12px;
    left: -2px;
    background: url(../img/icons/work-arrow-4.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
  }

  .work-info-1::before,
  .work-info-3::before {
    content: '';
    position: absolute;
    width: 103%;
    height: 107%;
    top: -7px;
    left: -2px;
    background: url(../img/icons/work-arrow-4.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   
  }

  .work-info-3::before {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }

  .work-info__img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .work-info__text {
    top: 50%;
    font-size: 14px;
  }

  .reviews {
    padding: 30px 0;
  }

  .reviews__body {
    padding: 0;
  }

  .footer-contact,
  .footer-nav {
    padding: 10px 0 !important;
  }
}

@media (max-width: 575px) {
   .header {
    height: 94px;
  }

  .burger-2 {
    top: 30px;
    right: 30px;
  }

  .nav-menu {
    padding: 100px 30px 50px 60px;
  }

  .collapse.navbar-collapse {
    margin-top: -20px;
    background: #FFFFFF;
    z-index: 1000;
  }


  .phone-link {
    color: #000;
  }

  .navbar-brand {
    width: 70%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    margin-left: -50px;
  }


  .info,
  .phone,
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .main__slider-body {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .btn-white {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
  }

  .btn-white span {
    font-size: 14px;
  }

  .main {
    min-width: 100vw;
    min-height: 120vh;
    width: 100%;
    
  }

  .main__row {
    padding: 0;
    margin: 0;
  }

  .main__title {
    margin-top: -40px;
  }

  .main__text {
    margin-top: -20px;
  }

  .main-carousel-indicators {
    margin-left: 0;
  }

  .carousel-control-prev {
    right: 20%;
  }

  .carousel-control-next {
    right: 5%;
  }

  .education__title-text {
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
  }

  .education__title-body::after {
    display: none;
  }

  .card-b {
    padding: 10px 0;
    margin-top: -0px;
  }

  .card-b::before,
  .card-s::before {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    background-size: contain;
  }

  .card-s {
    max-width: 501px;
    width: 100%;
    height: 275px;
    margin-bottom: 80px;
    padding: 0;
  }

  .card-s__body {
    width: 80%;
    background-size: contain;
    background-image: url(../img/card/card-1-frame.png);
    background-position: center center;
  }

  .btn-red {
    padding: 18px 0 12px;
  }

  .card-xl {
    background-image: none;
    border: 4px solid #0A3659;
  }

  .education-bottom__col {
    padding: 0 10px;
  }

  .eb-card__text-body {
    padding: 0;
  }

  .education-bottom-card {
    max-width: 550px;
    width: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .eb-card__icon {
    position: relative;
    margin: 20px 0 10px;
  }

  .eb-card__text {
    min-width: unset;
  }

  .tariffs::before {
    display: none;
  }

  .tariffs-content__text {
    padding: 15px 0px !important;
  }

  .tariffs-card {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 100% !important;
    flex: 1 0 100% !important;
    padding: 35px 25px;
  }

  .tariffs-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .experts__title-body::before {
    top: -20px;
    left: 50%;
  }

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

  .experts-slide {
    margin-top: 30px;
  }

  .experts-carousel-indicators {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  .experts-carousel-indicators img {
    height: 50px;
    
  }

  .experts-carousel-item-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    padding: 0 0 10px;
  }

  .experts-carousel-img {
    margin: 0 auto;
    padding: 10px;
  }

  .experts-carousel-item-body::before {
    max-width: 100%;
  }

  .experts-carousel-item-text {
    padding: 0 10px 20px;
  }

  .experts-carousel-item-text p {
    padding: 0;
  }

  .experts-carousel-control-prev,
  .experts-carousel-control-next {
    display: none;
  }

  .experts-carousel-item-body::after {
    content: '';
    position: absolute;
    width: 185px;
    height: 151px;
    top: 40px;
    left: 27%;
  }

  .footer-content {
    padding: 0 10px;
  }

  .modal__body-2::after {
    display: none;
  }

  .modal__body-2 .modal__title {
    text-align: center;
  }

  .modal__body-2 .modal__lable-body {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (max-width: 360px) {
  .main {
    min-width: 100vw;
    min-height: 140vh;
    width: 100%;
    
  }
}

.webp .main::before {
  background-image: url(../img/background/main_bg.webp);
}

.webp .education::before {
  background-image: url(../img/background/education_bg.webp);
}

.webp .card-b::before {
  background-image: url(../img/card/card-1-frame.webp);
}

.webp .card-s__body {
  background-image: url(../img/card/card-2-frame.webp);
}

.webp .card-xl {
  background-image: url(../img/card/card-4-frame.webp);
}

.webp .education-bottom::before {
  background-image: url(../img/background/education_bottom_bg.webp);
}

.webp .tariffs::before {
  background-image: url(../img/icons/tariffs_bg_icon.webp);
}

.webp .experts::before {
  background-image: url(../img/background/expert_bg.webp);
}

.webp .experts-carousel-item-body::after {
  background-image: url(../img/icons/border.webp);
}

.webp .reviews::before {
  background-image: url(../img/background/education_bg.webp);
}

.webp .modal__body {
  background-image: url(../img/background/pop-up_bg.webp);
}

.webp .modal__body-2::after {
  background-image: url(../img/icons/popup-man.webp);
}

.webp .politician__top {
  background-image: url(../img/background/politician.webp);
}

@media (max-width: 575px) {

  .webp .card-s__body {
    background-image: url(../img/card/card-1-frame.webp);
  }
}