/*fonts*/
@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

body.open {
  overflow: hidden;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: normal;
  background: #FFFFFF;
  color: #1A2D59;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 7px;
}

body::-webkit-scrollbar-thumb {
  background: #1A2D59;
}

body::-webkit-scrollbar-track {
  background: #F7FAFF;
}

p {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1 b, h2 b, h3 b, h4 b, h5 b {
  color: #BD3738;
}

h1 {
  font-size: 60px;
  line-height: 80px;
}

h2 {
  font-size: 45px;
  line-height: 65px;
}

h3 {
  font-size: 35px;
  line-height: 45px;
}

img {
  max-width: 100%;
}

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

li {
  list-style-type: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}

textarea {
  font-family: 'Poppins', sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
}

textarea::-webkit-input-placeholder {
  color: #1A2D59;
}

textarea::-moz-placeholder {
  color: #1A2D59;
}

textarea:-ms-input-placeholder {
  color: #1A2D59;
}

textarea:-moz-placeholder {
  color: #1A2D59;
}

textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: 'Poppins', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  color: #1A2D59;
}

input::-moz-placeholder {
  color: #1A2D59;
}

input:-ms-input-placeholder {
  color: #1A2D59;
}

input:-moz-placeholder {
  color: #1A2D59;
}

input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

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

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.container {
  width: 100%;
  max-width: 1530px;
  padding: 0 15px;
  margin: 0 auto;
}

.container-xl {
  width: 100%;
  max-width: 1920px;
  padding: 0 15px;
  margin: 0 auto;
}

.section {
  margin-bottom: 150px;
}

.section-title {
  position: relative;
  z-index: 1;
  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;
  margin-bottom: 65px;
}

.section-title h2 {
  max-width: 890px;
  text-align: center;
  margin-bottom: 0;
}

.section-title p {
  font-weight: 500;
  max-width: 770px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.section-title img {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -65px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-btn {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(189, 55, 56, 0.25);
          box-shadow: 0px 4px 10px rgba(189, 55, 56, 0.25);
  border-radius: 30px;
  padding: 20px 48px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-btn:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #BD3738;
}

.page-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #9D2E2F;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.play-btn svg {
  fill: #1A2D59;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin-right: 15px;
}

.play-btn span {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #1A2D59;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.page-bgr {
  position: absolute;
  z-index: -1;
  display: block;
}

.page-bgr_one {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A2D59;
}

.page-bgr_two {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #BD3738;
}

.page-bgr_three {
  width: 56px;
  height: 55px;
  border-radius: 50%;
  border: 5px solid #DAE5FF;
}

.page-bgr_four {
  width: 88px;
  height: 88px;
  background: url("../img/icons/bgr-cube.svg") center no-repeat;
  background-size: contain;
}

.page-bgr_five {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #BD3738;
}

.page-bgr_six {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #BD3738;
}

.page-bgr_seven {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A2D59;
}

.form-input {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.form-input span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.form-input input {
  height: 60px;
  width: 100%;
  font-size: 16px;
  color: #1A2D59;
  padding: 0px 30px;
  background: #FFFFFF;
  border-radius: 30px;
  border: none;
}

.form-textarea {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 25px;
}

.form-textarea span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.form-textarea textarea {
  height: 170px;
  width: 100%;
  font-size: 16px;
  color: #1A2D59;
  padding: 20px 30px;
  background: #FFFFFF;
  border-radius: 30px;
  border: none;
}

/*-options*/
/*header*/
.header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  background: #F7FAFF;
  padding: 15px 0px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header.fixed {
  padding: 5px 0px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(26, 45, 89, 0.2);
          box-shadow: 0px 5px 5px 0px rgba(26, 45, 89, 0.2);
}

.header .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

.header-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu_list li {
  margin-right: 30px;
}

.header-menu_list li:last-child {
  margin-right: 0;
}

.header-menu_list a {
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #1A2D59;
}

.header-menu_list a:after {
  content: '';
  position: absolute;
  left: 0;
  top: -12px;
  width: 0;
  height: 3px;
  background: #BD3738;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-menu_list a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -12px;
  width: 0;
  height: 3px;
  background: #BD3738;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 80px;
}

.header-contacts_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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px;
}

.header-contacts_right span {
  font-size: 13px;
  font-weight: 400;
}

.header-contacts_right a {
  font-weight: 700;
  font-size: 18px;
  color: #1A2D59;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header-burger {
  display: none;
}

/*-header*/
/*home*/
.home {
  position: relative;
  z-index: 2;
  height: 800px;
  background: #F7FAFF;
  margin-top: 98px;
}

.home-bgr {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -4px;
  -webkit-animation: home-bgr 10s linear infinite alternate;
          animation: home-bgr 10s linear infinite alternate;
}

@-webkit-keyframes home-bgr {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

@keyframes home-bgr {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

.home .container-xl {
  height: 100%;
}

.home-text {
  position: relative;
  z-index: 2;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 890px;
  height: 100%;
}

.home-text .page-bgr_one {
  left: 45%;
  top: 5%;
}

.home-text .page-bgr_five {
  left: 70%;
  top: 0;
}

.home-text .page-bgr_four {
  right: 0;
  top: 10%;
}

.home-text .page-bgr_two {
  right: 5%;
  bottom: 20%;
}

.home-text .page-bgr_three {
  right: 20%;
  bottom: 15%;
}

.home-text_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-bottom: 10px;
}

.home-text_point svg {
  margin-top: 4px;
  margin-right: 14px;
}

.home-text_point p {
  margin-bottom: 0;
}

.home-text_list {
  margin-top: 30px;
}

.home-text_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-bottom: 15px;
}

.home-text_list li:last-child {
  margin-bottom: 0;
}

.home-text_list p {
  margin-bottom: 0;
}

.home-text_list svg {
  margin-top: 6px;
  margin-right: 14px;
}

.home-text_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.home-text_buttons .page-btn {
  margin-right: 30px;
}

.home-img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 46%;
}

.home-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

/*-home*/
/*about*/
.about .container {
  position: relative;
  z-index: 1;
}

.about .container:before {
  content: '';
  position: absolute;
  z-index: -2;
  right: -600px;
  top: -90px;
  width: 1425px;
  height: 2275px;
  background: url("../img/icons/about-bgr-1.svg") center no-repeat;
  background-size: contain;
}

.about .container:after {
  content: '';
  position: absolute;
  z-index: -2;
  left: -580px;
  bottom: 0;
  width: 1647px;
  height: 2100px;
  background: url("../img/icons/about-bgr-2.svg") center no-repeat;
  background-size: contain;
}

.about-box {
  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;
  margin-bottom: 50px;
}

.about-box:last-child {
  margin-bottom: 0;
}

.about-box:nth-child(2n+2) .about-box_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.about-box:nth-child(2n+2) .about-box_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.about-box:nth-child(1) .page-bgr_one {
  left: 10px;
  top: -80px;
}

.about-box:nth-child(1) .page-bgr_two {
  left: 70px;
  top: -20px;
}

.about-box:nth-child(1) .page-bgr_three {
  left: -30px;
  top: 0;
}

.about-box:nth-child(2) .page-bgr_one {
  right: -50px;
  bottom: 150px;
}

.about-box:nth-child(2) .page-bgr_two {
  right: 70px;
  bottom: -50px;
}

.about-box:nth-child(2) .page-bgr_three {
  right: -50px;
  bottom: 0;
}

.about-box:nth-child(3) .page-bgr_two {
  left: 70px;
  bottom: -50px;
}

.about-box:nth-child(3) .page-bgr_four {
  left: -50px;
  bottom: 0;
}

.about-box_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45%;
}

.about-box_text {
  width: 45%;
}

.about-box_text h3 {
  margin-bottom: 50px;
}

.about-box_text li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.about-box_text li:last-child {
  margin-bottom: 0;
}

.about-box_text img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 30px;
}

.about-box_text p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}

.about-box_text li:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

/*-about*/
/*offer*/
.offer-three {
  background: #F7FAFF;
  padding-bottom: 150px;
}

.offer-three .container {
  position: relative;
  z-index: 1;
}

.offer-three .container:after {
  content: '';
  position: absolute;
  left: 100%;
  bottom: -230px;
  width: 210px;
  height: 436px;
  background: url("../img/icons/benefits-bgr-2.svg") center no-repeat;
}

.offer-three .container:before {
  content: '';
  position: absolute;
  right: 100%;
  top: -150px;
  width: 210px;
  height: 436px;
  background: url("../img/icons/offer-bgr-2.svg") center no-repeat;
}

.offer-three .container .page-bgr_one {
  left: -70px;
  bottom: 10%;
  width: 25px;
  height: 25px;
}

.offer-three .container .page-bgr_two {
  bottom: 2%;
  left: -60px;
  width: 10px;
  height: 10px;
}

.offer-three .container .page-bgr_six {
  right: -110px;
  top: 25%;
  width: 36px;
  height: 36px;
}

.offer-two .container {
  position: relative;
}

.offer-two .container:after {
  content: '';
  position: absolute;
  left: 100%;
  top: -100px;
  width: 210px;
  height: 436px;
  background: url("../img/icons/offer-bgr-1.svg") center no-repeat;
}

.offer-wrap {
  position: relative;
  padding: 100px 90px 140px 90px;
  background: #1A2D59;
  overflow: hidden;
}

.offer-text {
  position: relative;
  z-index: 3;
  width: 70%;
  color: #FFFFFF;
}

.offer-text h3 {
  margin-bottom: 40px;
}

.offer-text p {
  margin-bottom: 40px;
}

.offer-img {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 40px;
  bottom: 0;
}

.offer-bgr {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
}

.offer-wave {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -4px;
  -webkit-animation: offer-wave 10s linear infinite alternate;
          animation: offer-wave 10s linear infinite alternate;
}

@-webkit-keyframes offer-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

@keyframes offer-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

.offer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer-form .form-input {
  width: 32%;
}

/*-offer*/
/*benefits*/
.benefits .container {
  position: relative;
  z-index: 1;
}

.benefits .container .page-bgr_one {
  left: -100px;
  top: 30%;
  width: 30px;
  height: 30px;
}

.benefits .container .page-bgr_two {
  left: -70px;
  top: 20%;
  width: 10px;
  height: 10px;
}

.benefits .container .page-bgr_three {
  right: -90px;
  top: 25%;
  width: 30px;
  height: 30px;
}

.benefits .container .page-bgr_six {
  right: -50px;
  top: 15%;
  width: 10px;
  height: 10px;
}

.benefits-boxs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.benefits-boxs:before {
  content: '';
  position: absolute;
  left: -230px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  background: url("../img/icons/benefits-bgr-1.svg") center no-repeat;
  background-size: contain;
}

.benefits-boxs:after {
  content: '';
  position: absolute;
  right: -230px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  background: url("../img/icons/benefits-bgr-2.svg") center no-repeat;
  background-size: contain;
}

.benefits-box {
  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;
  width: 24%;
  background: #F7FAFF;
  border-radius: 10px;
  padding: 60px 30px 50px 30px;
}

.benefits-box p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.benefits-box:nth-child(2n+2) {
  background: #FFF4F4;
}

.benefits-box:nth-child(2n+2) .benefits-box_img span {
  animation: benefits-img 10s linear infinite reverse;
}

.benefits-box:nth-child(2n+2) .benefits-box_img span:after {
  background: #BD3738;
}

.benefits-box_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.benefits-box_img span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: benefits-img 10s linear infinite;
          animation: benefits-img 10s linear infinite;
}

.benefits-box_img span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1A2D59;
}

@-webkit-keyframes benefits-img {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes benefits-img {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

/*-benefits*/
/*courses*/
.courses .container {
  position: relative;
  z-index: 1;
}

.courses .container .page-bgr_one {
  width: 40px;
  height: 40px;
  right: -70px;
  top: 35%;
}

.courses .container .page-bgr_two {
  right: -90px;
  top: 25%;
}

.courses .container .page-bgr_six {
  left: -30px;
  bottom: 7%;
}

.courses .container .page-bgr_three {
  left: -75px;
  bottom: -1%;
}

.courses .container .page-bgr_four {
  right: -50px;
  top: 2%;
}

.courses-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.courses-tabs li {
  position: relative;
  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;
  text-align: center;
  width: 24%;
  padding: 50px 30px;
  border-radius: 10px;
  background: #F7FAFF;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.courses-tabs li:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 99%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #BD3738;
  opacity: 0;
}

.courses-tabs svg {
  fill: #1A2D59;
  margin-bottom: 25px;
}

.courses-tabs span {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #1A2D59;
}

.courses-tabs li:nth-child(2n+2) {
  background: #FFF4F4;
}

.courses-tabs li:nth-child(2n+2) svg {
  fill: #BD3738;
}

.courses-tabs li.active {
  background: #BD3738;
}

.courses-tabs li.active:after {
  opacity: 1;
}

.courses-tabs li.active svg {
  fill: #FFFFFF;
}

.courses-tabs li.active span {
  color: #FFFFFF;
}

.courses-tabs li:nth-child(2n+2).active {
  background: #1A2D59;
}

.courses-tabs li:nth-child(2n+2).active:after {
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1A2D59;
}

.courses-tabs li:nth-child(2n+2).active svg {
  fill: #FFFFFF;
}

.courses-box {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px;
  background: #F7FAFF;
  border-radius: 10px;
}

.courses-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.courses-box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 47%;
}

.courses-box_text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47%;
}

.courses-box_text h3 {
  margin-bottom: 30px;
}

.courses-box_text p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.courses-box_text button {
  margin-top: 10px;
}

/*-courses*/
/*progress*/
.progress .container {
  position: relative;
}

.progress .container .page-bgr_one {
  left: -50px;
  top: 30%;
  width: 25px;
  height: 25px;
}

.progress .container .page-bgr_two {
  left: -30px;
  top: 20%;
  width: 10px;
  height: 10px;
}

.progress .container .page-bgr_six {
  width: 36px;
  height: 36px;
  top: -15%;
  right: -70px;
}

.progress-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.progress-box {
  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;
  width: 32%;
}

.progress-box p {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  width: 70%;
  margin-bottom: 0;
  text-align: center;
}

.progress-box_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  background: #FFFFFF;
  border: 20px solid #FFFFFF;
}

.progress-box_img span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
  height: 190px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  border-radius: 50%;
  -webkit-animation: progress-img 10s linear infinite;
          animation: progress-img 10s linear infinite;
}

.progress-box_img b {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #FFFFFF;
  border-radius: 50%;
  background: #1A2D59;
  -webkit-animation: progress-point 10s linear infinite;
          animation: progress-point 10s linear infinite;
}

.progress-box:nth-child(1) .progress-box_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -300px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 320px;
  height: 95px;
  background: url("../img/icons/progress-bgr-1.svg") center no-repeat;
}

.progress-box:nth-child(2) .progress-box_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -340px;
  top: 65%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 360px;
  height: 120px;
  background: url("../img/icons/progress-bgr-2.svg") center no-repeat;
}

.progress-box:nth-child(3) .progress-box_img:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -260px;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 250px;
  height: 70px;
  background: url("../img/icons/progress-bgr-3.svg") center no-repeat;
}

.progress-box:nth-child(3) .progress-box_img:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -340px;
  bottom: 0;
  width: 310px;
  height: 96px;
  background: url("../img/icons/progress-bgr-4.svg") center no-repeat;
}

.progress-box:nth-child(2) .progress-box_img span {
  -webkit-animation: progress-img 10s 2s linear infinite;
          animation: progress-img 10s 2s linear infinite;
}

.progress-box:nth-child(2) .progress-box_img b {
  background: #BD3738;
  -webkit-animation: progress-point 10s 2s linear infinite;
          animation: progress-point 10s 2s linear infinite;
}

.progress-box:nth-child(3) .progress-box_img span {
  -webkit-animation: progress-img 10s 4s linear infinite;
          animation: progress-img 10s 4s linear infinite;
}

.progress-box:nth-child(3) .progress-box_img b {
  -webkit-animation: progress-point 10s 4s linear infinite;
          animation: progress-point 10s 4s linear infinite;
}

@-webkit-keyframes progress-img {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes progress-img {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes progress-point {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes progress-point {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

/*-progress*/
/*reviews*/
.reviews {
  position: relative;
  background: #F7FAFF;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 0px;
}

.reviews .container {
  position: relative;
  z-index: 1;
}

.reviews .container .page-bgr_one {
  top: 20%;
  left: -50px;
}

.reviews .container .page-bgr_two {
  top: 30%;
  left: -90px;
  width: 36px;
  height: 36px;
}

.reviews .container .page-bgr_six {
  top: 20%;
  right: -50px;
  width: 15px;
  height: 15px;
}

.reviews .container .page-bgr_seven {
  top: 30%;
  right: -90px;
}

.reviews .container .page-bgr_three {
  top: 5%;
  right: -150px;
}

.reviews .container .page-bgr_five {
  top: 50%;
  left: -60px;
  width: 15px;
  height: 15px;
  background: #1A2D59;
}

.reviews-slide {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px 30px 75px 30px;
}

.reviews-slide:after {
  content: '';
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 100px;
  height: 70px;
  background: url("../img/icons/dots.svg") center no-repeat;
  background-size: contain;
}

.reviews-slide p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}

.reviews-slide span {
  font-size: 20px;
  font-weight: 600;
  color: #1A2D59;
}

.reviews-navigation {
  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;
  margin-top: 50px;
}

.reviews-pagination {
  width: auto;
  margin: 0px 40px;
}

.reviews-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 25px;
}

.reviews-pagination .swiper-pagination-total {
  font-size: 15px;
}

.reviews-arrow {
  fill: #1A2D59;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.reviews-bgr {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -90px;
  -webkit-animation: reviews-bgr 10s linear infinite alternate;
          animation: reviews-bgr 10s linear infinite alternate;
}

@-webkit-keyframes reviews-bgr {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

@keyframes reviews-bgr {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

/*-reviews*/
/*footer*/
.footer .container {
  position: relative;
}

.footer-contatcs {
  position: absolute;
  left: 15px;
  top: -80px;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-contatcs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32%;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}

.footer-contatcs img {
  margin-right: 30px;
}

.footer-contatcs_text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-contatcs_text span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #1A2D59;
  margin-bottom: 5px;
}

.footer-contatcs_text a {
  font-size: 18px;
  font-weight: 400;
  color: #1A2D59;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-map {
  width: 100%;
  height: 500px;
}

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

.footer-bottom {
  position: relative;
  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: 15px 0px;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-logo img {
  height: 50px;
}

.footer-descr {
  font-size: 16px;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-socials li {
  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;
  margin-right: 30px;
}

.footer-socials li:last-child {
  margin-right: 0;
}

.footer-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-socials svg {
  fill: #1A2D59;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer-btn {
  position: absolute;
  right: 15px;
  top: -40px;
  fill: #BD3738;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*-footer*/
/*video*/
.video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.75);
}

.video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  padding-top: 40%;
}

.video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
}

.video-close {
  position: absolute;
  right: 0;
  top: -40px;
  width: 35px;
  height: 35px;
  fill: #FFFFFF;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/*-video*/
/*modal*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.75);
}

.modal-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1200px;
  background: #1A2D59;
  padding: 80px 50px 130px 50px;
  overflow: hidden;
}

.modal-text {
  position: relative;
  z-index: 3;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
  color: #FFFFFF;
}

.modal-text h3 {
  margin-bottom: 30px;
}

.modal-text p {
  margin-bottom: 30px;
}

.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-form .form-input {
  width: 32%;
}

.modal-close {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  fill: #FFFFFF;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.modal-img {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 480px;
}

.modal-img img {
  max-height: 100%;
}

.modal-bgr {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  height: 100%;
}

.modal-wave {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -4px;
  -webkit-animation: modal-wave 10s linear infinite alternate;
          animation: modal-wave 10s linear infinite alternate;
}

@-webkit-keyframes modal-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

@keyframes modal-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}
.modal-form_two {
 align-items: flex-end;
}
.modal-form_two button {
 width: 32%;
 height: 60px;
 padding: 20px 15px;
}
.modal-form_two .form-input {
 margin-bottom: 0;
}
.modal-descr {
 margin-bottom: 0;
 font-size: 12px;
 line-height: 16px;
 margin-top: 20px;
}
.modal-descr a {
 color: #BD3738;
 text-decoration: underline;
}
/*-modal*/
/*thank*/
.thank {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background: rgba(0, 0, 0, 0.75);
}

.thank-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1200px;
  background: #1A2D59;
  padding: 70px 50px 120px 50px;
  overflow: hidden;
}

.thank-text {
  position: relative;
  z-index: 3;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #FFFFFF;
}

.thank-text h3 {
  margin-bottom: 20px;
}

.thank-text p {
  margin-bottom: 0;
}

.thank-close {
  position: absolute;
  z-index: 4;
  right: 20px;
  top: 20px;
  fill: #FFFFFF;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.thank-img {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 480px;
}

.thank-img img {
  max-height: 100%;
}

.thank-bgr {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}

.thank-wave {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: -4px;
  -webkit-animation: thank-wave 10s linear infinite alternate;
          animation: thank-wave 10s linear infinite alternate;
}

@-webkit-keyframes thank-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

@keyframes thank-wave {
  from {
    left: 0;
  }
  to {
    left: -300px;
  }
}

/*-thank*/
@media (min-width: 1200px) {
  /*hover*/
  .header-contacts_right a:hover {
    color: #BD3738;
  }
  .header-menu_list a:hover:after {
    width: 50%;
  }
  .header-menu_list a:hover:before {
    width: 50%;
  }
  .page-btn:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
  .page-btn:hover:after {
    height: 100%;
  }
  .video-close:hover {
    fill: #BD3738;
  }
  .thank-close:hover {
    fill: #BD3738;
  }
  .courses-tabs li:hover {
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
  .play-btn:hover svg {
    fill: #132040;
    -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
            transform: scale(1.04);
  }
  .play-btn:hover span {
    color: #132040;
    text-decoration: underline;
  }
  .modal-close:hover {
    fill: #BD3738;
  }
  .reviews-arrow:hover {
    fill: #BD3738;
  }
  .footer-contatcs_text a:hover {
    color: #BD3738;
  }
  .footer-socials a:hover svg {
    fill: #BD3738;
  }
  .footer-btn:hover {
    fill: #1A2D59;
  }
  /*-hover*/
}

@media (max-width: 1670px) {
  /*options*/
  h1 {
    font-size: 45px;
    line-height: 60px;
  }
  h2 {
    font-size: 35px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .section-title h2 {
    max-width: 800px;
  }
  .section-title img {
    height: 70px;
    top: -40px;
  }
  /*-options*/
  /*header*/
  /*-header*/
  /*home*/
  .home {
    height: 650px;
  }
  .home-text {
    max-width: 670px;
  }
  .home-bgr {
    bottom: -30px;
  }
  /*-home*/
  /*about*/
  .about-box_text p {
    font-size: 16px;
    line-height: 26px;
  }
  /*-about*/
  /*help*/
  .help-box {
    width: 310px;
  }
  /*-help*/
  /*courses*/
  .courses-tabs span {
    font-size: 18px;
    line-height: 28px;
  }
  .courses-box {
    padding: 40px 30px;
  }
  .courses-box_text p {
    font-size: 16px;
    line-height: 26px;
  }
  /*-courses*/
  /*progress*/
  .progress-box p {
    font-size: 20px;
    line-height: 28px;
  }
  /*-progress*/
  /*reviews*/
  .reviews-slide p {
    font-size: 16px;
    line-height: 26px;
  }
  /*-reviews*/
  /*footer*/
  .footer-contatcs_text span {
    font-size: 20px;
  }
  .footer-map {
    height: 450px;
  }
  /*-footer*/
}

@media (max-width: 1200px) {
  /*header*/
  .header-logo {
    position: relative;
    z-index: 12;
  }
  .header-burger {
    position: relative;
    z-index: 12;
    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;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 36px;
    height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 25px;
  }
  .header-burger span {
    display: block;
    height: 3px;
    width: 100%;
    background: #333333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header-burger.open {
    height: 16px;
  }
  .header-burger.open span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(-45deg);
        -ms-transform: translate(0px, 6px) rotate(-45deg);
            transform: translate(0px, 6px) rotate(-45deg);
  }
  .header-burger.open span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .header-burger.open span:nth-child(3) {
    -webkit-transform: translate(0px, -7px) rotate(45deg);
        -ms-transform: translate(0px, -7px) rotate(45deg);
            transform: translate(0px, -7px) rotate(45deg);
  }
  .header-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7FAFF;
  }
  .header-menu:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 230px;
    height: 130px;
    background: url("../img/icons/menu.svg") center no-repeat;
  }
  .header-menu:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 1200px;
    height: 110px;
    background: url("../img/icons/menu-2.svg") center no-repeat;
    background-size: contain;
  }
  .header-menu_list {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 100px 15px 0px 15px;
    width: 100%;
  }
  .header-menu_list li {
    width: 100%;
    margin: 0;
  }
  .header-menu_list a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 20px 0px;
    border-bottom: 1px solid #E1E6EE;
  }
  /*-header*/
  /*home*/
  .home-img {
    display: none;
  }
  /*-home*/
  /*about*/
  .about .container:before {
    display: none;
  }
  .about .container:after {
    display: none;
  }
  .about-box_img {
    width: 46%;
  }
  .about-box_text {
    width: 49%;
  }
  .about-box_text h3 {
    margin-bottom: 30px;
  }
  .about-box_text li {
    margin-bottom: 20px;
  }
  .about-box_text p {
    font-size: 14px;
    line-height: 21px;
  }
  /*-about*/
  /*offer*/
  .offer-wrap {
    padding: 100px 30px 140px 30px;
  }
  .offer-img {
    right: 20px;
  }
  /*-offer*/
  /*benefits*/
  .benefits-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits-box {
    width: 49%;
    margin-top: 10px;
  }
  /*-benefits*/
  /*courses*/
  .courses-tabs {
    margin-bottom: 30px;
  }
  .courses-tabs li {
    padding: 30px 10px;
  }
  .courses-tabs span {
    font-size: 14px;
    line-height: 21px;
  }
  .courses-box_text p {
    font-size: 14px;
    line-height: 21px;
  }
  .courses-tabs svg {
    height: 50px;
    margin-bottom: 20px;
  }
  .courses-box {
    padding: 30px 15px;
  }
  .courses-box_text h3 {
    margin-bottom: 15px;
  }
  .courses-box_text p {
    margin-bottom: 15px;
  }
  .courses-box_text button {
    margin-top: 5px;
  }
  /*-courses*/
  /*progress*/
  .progress-box_img {
    margin-bottom: 20px;
  }
  .progress-box_img img {
    height: 150px;
    width: 150px;
  }
  .progress-box p {
    font-size: 16px;
    line-height: 24px;
  }
  .progress-box_img b {
    width: 27px;
    height: 27px;
    font-size: 13px;
  }
  .progress-box_img span {
    width: 135px;
    height: 135px;
  }
  /*-progress*/
  /*footer*/
  .footer-contatcs img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
  }
  .footer-contatcs li {
    padding: 15px;
  }
  .footer-contatcs_text span {
    font-size: 18px;
  }
  .footer-contatcs_text a {
    font-size: 16px;
  }
  /*-footer*/
  /*modal*/
  .modal-wrap {
    width: 100%;
    padding: 100px 30px 140px 30px;
  }
  /*-modal*/
  /*thank*/
  .thank-wrap {
    width: 100%;
    padding: 70px 30px 100px 30px;
  }
  /*-thank*/
}

@media (max-width: 992px) {
  /*offer*/
  .offer-text {
    width: 100%;
  }
  .offer-img {
    display: none;
  }
  .offer-wrap {
    padding: 50px 30px 90px 30px;
  }
  .offer-three {
    padding-bottom: 50px;
  }
  /*-offer*/
  /*footer*/
  .footer .container {
    background: #F7FAFF;
  }
  .footer-contatcs {
    position: static;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  .footer-contatcs li {
    width: 100%;
    margin-bottom: 10px;
  }
  /*-footer*/
  /*modal*/
  .modal-wrap {
    padding: 50px 30px 90px 30px;
  }
  .modal-img {
    display: none;
  }
  .modal-text {
    width: 100%;
  }
  /*-modal*/
}

@media (max-width: 768px) {
  /*options*/
  p {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title img {
    height: 45px;
    top: -20px;
  }
  .page-bgr {
    display: none;
  }
  .form-input {
    margin-bottom: 15px;
  }
  .form-input span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .form-input input {
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
  }
  .form-textarea span {
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .form-textarea textarea {
    height: 90px;
    padding: 15px;
    font-size: 14px;
    border-radius: 20px;
  }
  /*-options*/
  /*header*/
  .header-burger {
    margin-left: 10px;
  }
  .header-logo img {
    height: 40px;
  }
  .header-contacts {
    margin-left: 0;
  }
  .header-contacts svg {
    width: 30px;
    height: 30px;
  }
  .header-contacts_right a {
    font-size: 14px;
  }
  .header-contacts_right span {
    font-size: 12px;
  }
  .header-menu_list {
    padding: 70px 15px 0px 15px;
  }
  /*-header*/
  /*home*/
  .home {
    height: auto;
    margin-top: 0;
    margin-bottom: 70px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .home-text_point p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
  }
  .home-text_list {
    margin-top: 20px;
  }
  .home-text_buttons {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .home-text_buttons .play-btn {
    margin-top: 20px;
  }
  .home-bgr {
    height: auto;
    width: 1900px;
    bottom: -2px;
  }
  @-webkit-keyframes home-bgr {
    from {
      left: 0;
    }
    to {
      left: -100px;
    }
  }
  @keyframes home-bgr {
    from {
      left: 0;
    }
    to {
      left: -100px;
    }
  }
  /*-home*/
  /*about*/
  .about-box {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 70px;
  }
  .about-box:last-child {
    margin-bottom: 0;
  }
  .about-box_text {
    width: 100%;
  }
  .about-box_img {
    width: 90%;
    margin-bottom: 30px;
  }
  .about-box_text img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .about-box:nth-child(2n+2) .about-box_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about-box:nth-child(2n+2) .about-box_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  /*-about*/
  /*offer*/
  .offer .container {
    padding: 0px;
  }
  .offer-two .container {
    padding: 0px;
  }
  .offer-three .container {
    padding: 0px;
  }
  .offer-wrap {
    overflow: hidden;
    padding: 40px 15px 70px 15px;
  }
  .offer-text h3 {
    margin-bottom: 15px;
  }
  .offer-text p {
    margin-bottom: 30px;
  }
  .offer-wave {
    bottom: -2px;
    width: 1500px;
    height: auto;
  }
  .offer-form .form-input {
    width: 100%;
  }
  /*-offer*/
  /*benefits*/
  .benefits-box {
    width: 100%;
    padding: 40px 15px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .benefits-box:last-child {
    margin-bottom: 0;
  }
  /*-benefits*/
  /*courses*/
  .courses-tabs li {
    padding: 15px 10px;
  }
  .courses-tabs li:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #BD3738;
  }
  .courses-tabs li:nth-child(2n+2).active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1A2D59;
  }
  .courses-tabs span {
    display: none;
  }
  .courses-tabs svg {
    height: 40px;
    width: auto;
    margin-bottom: 0;
  }
  .courses-box {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .courses-box_img {
    width: 100%;
    margin-bottom: 40px;
  }
  .courses-box_text {
    width: 100%;
  }
  /*-courses*/
  /*progress*/
  .progress-boxs {
    -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;
  }
  .progress-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .progress-box:last-child {
    margin-bottom: 0;
  }
  .progress-box:nth-child(1) .progress-box_img:before {
    display: none;
  }
  .progress-box:nth-child(2) .progress-box_img:before {
    display: none;
  }
  .progress-box:nth-child(3) .progress-box_img:before {
    display: none;
  }
  .progress-box:nth-child(3) .progress-box_img:after {
    display: none;
  }
  /*-progress*/
  /*reviews*/
  .reviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .reviews-bgr {
    width: 1500px;
    top: -75px;
  }
  .reviews-slide {
    padding: 20px 15px;
  }
  .reviews-slide:after {
    right: 10px;
    bottom: 10px;
    width: 70px;
    height: 70px;
  }
  .reviews-navigation {
    margin-top: 20px;
  }
  /*-reviews*/
  /*footer*/
  .footer .container {
    padding: 0;
  }
  .footer-contatcs li {
    border-radius: 0;
  }
  .footer-contatcs li:last-child {
    margin-bottom: 0;
  }
  .footer-map {
    height: 350px;
  }
  .footer-bottom {
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .footer-socials {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 15px;
  }
  .footer-socials li {
    margin: 0px 10px;
  }
  .footer-descr {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    text-align: center;
  }
  /*-footer*/
  /*video*/
  .video-wrap {
    width: 95%;
    padding-top: 57%;
  }
  .video-close {
    height: 30px;
    width: 30px;
  }
  /*-video*/
  /*modal*/
  .modal-bgr {
    display: none;
  }
  .modal-form {
    width: 100%;
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal-form .form-input {
    width: 100%;
  }
  .modal-wrap {
    padding: 50px 15px 50px 15px;
  }
  .modal-close {
    right: 10px;
    top: 10px;
  }
  .modal-text h3 {
    margin-bottom: 10px;
  }
  .modal-text p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .modal-wave {
    width: 1500px;
    height: auto;
  }
  p.modal-descr {
    font-size: 12px;
  }
  .modal-form_two .form-input {
    margin-bottom: 10px;
  }
  .modal-form_two button {
   width: 100%;
  }
  /*-modal*/
}
