h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/open-sans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("fonts/ArialRegular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
html,body {
  overflow-x: hidden;
  background: #fff;
}

.header-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}
.navigation {
  display: flex;
  list-style: none;
  margin-top: 17px;
}

.logo {
  margin-left: -150px;
}

.navigation li {
  margin-right: 30px;
}
.navigation li:last-child{
  margin-right: 0;
}
.navigation li a {
  display: inline;
  font-family: "Roboto" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  position: relative;
}
.navigation li a:hover {
  border-bottom: 1px solid #000;
}

.header-content div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-content div span {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #000000;
}

.header-content div a span {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 200%;
  color: #000000;
}

.line {
  border: 1px solid #000000;
}

.bg {
  background: url(../img/bg.png) right no-repeat;
  padding-top: 30px;
  background-position-y: -20px;
}

.bg-motin{
  background: url(../img/motin.png) right no-repeat;
  padding-top: 34px;
  background-position-y: 10px;
}

.bg span {
  font-family: "Roboto" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(0, 96, 207, 0.6);
  padding-top: 50px;
}

.bg h1 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #000000;
  margin-top: 12px;
}

.bg p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 15px;
}

.bg p span {
  background: #2560FB;
  color: #fff;
  padding-top: 5px;
  font-family: "Arial" ,sans-serif;
  font-size: 21px;
  line-height: 46px;
  letter-spacing: 0.01em;
  font-weight: bold;
  padding-bottom: 5px;
  padding: 5px 8px;
}

.bg button {
  background: #2560FB;
  border-radius: 5px;
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 21px 52px;
  margin-top: 22px;
  margin-bottom: 40px;
}

.section-2__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.first-course {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: 0.03em;
  color: #000000;
}
.arrow-text {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 5px;
}
.arrow-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2__head button {
  background: #15E6B4;
  border-radius: 5px;
  border: none;
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 21px 90px;
  height: 60px;
}

.bg-motin img {
  margin-left: -250px;
  margin-top: 100px;
}
.about-me {
  margin-top: 158px;
}

.about-me h2 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;

}

.about-me p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #000000;
}
.about-me__list {
  list-style: none;
}

.about-me__list li {
  display: flex;
  margin-bottom: 10px;
}
.about-me__list li img {
  width: 19px;
  height: 15px;
  margin-right: 10px;
  margin-top: 10px;
}
.about-me__list li p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-bottom: 0;
}
.about-me__list li p span {
  background: #2560FB;
  color: #fff;
}
.section-3 {
  position: relative;
  margin-top: 100px;
  height: 580px;
}
.section-3::before{
  content: '';
  position: absolute;
  left: -10%;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
}

.section-3__info h2 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  margin-top: 72px;
}
.section-3__info p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.01em;
  color: #2D2D2D;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-3__imgs img {
  margin-top: 37px;
}
.section-4__info h2{
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  margin-top: 100px;
  text-align: center;
  margin-bottom: 40px;
}

.section-4__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

.nums {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 96px;
  line-height: 96px;
  text-align: center;
  color: #F0F0F0;
}
.nums span {
  color: #2560FB;
}

.item-text {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #2D2D2D;
  text-align: center;
  margin-top: 10px;
}

.section-5 {
  margin-top: 100px;
  margin-bottom: 0;
}

.section-5__info h2 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  margin-top: 30px;
}

.section-5__info-text{
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  margin-top: 40px;
}

.price {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
}

.old {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #F0F0F0;
}

.old-price {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  display: block;
  font-size: 28px;
  line-height: 32px;
  text-decoration-line: line-through;
  color: #F0F0F0;
}
.iti{
  width: 100%;
  margin-bottom: 20px;
}
.iti__country-list {
  max-width: 250px;
  overflow-x: hidden;
  
}
.iti__country-list{
  max-width: 400px;
  top: 60px;
}
#phone-1,
#phone-2,
#phone-3{
  padding-left: 0px;
}
.iti--allow-dropdown .iti__flag-container {
  left: 0px;
}
label{
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}
.desktop-dnone{
  display: none;
}
#error-msg-1, 
#valid-msg-1,
#error-msg-2, 
#valid-msg-2,
#error-msg-3, 
#valid-msg-3{
  position: absolute;
  right: 10px;
  top: 27px;
  font-size: 12px;
  color: #195B84;
}
#error-msg-1,
#error-msg-2,
#error-msg-3 {
  color: #195B84;
}
#valid-msg-1,
#valid-msg-2,
#valid-msg-3 {
  color: #00C900;
}

.hide {
  display: none;
}

.msg-help-1,
.msg-help-2,
.msg-help-3{
  font-size: 14px;
  position: relative;
  top: -10px;
  text-align: center;
  color: var(--main);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background: #F0F0F0;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.form-control{
  margin-bottom: 15px;
}
.form-text {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 60px;
}
.form-text span {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #2D2D2D;
  margin-right: 8px;
}
.form h4 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.modal-body .form h4{
  text-align: center;
}
.form label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form__input {
  border: 0;
  border-bottom: 2px solid #000000;
  background: none;
  margin-bottom: 15px;
  padding-left: 0;
  width: 366px;
  height: 70px;
  border-radius: 0;
  background: transparent;
}

.form__input:focus {
  color: #495057;
  background-color: transparent;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
  border-bottom: 2px solid #000;
}

.form__input::placeholder {
  font-family: "Arial",sans-serif;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  background: transparent;
}

.form__input:last-child::placeholder {
  padding-left: 0;
}

a.form-desc{
  font-family: "Arial" ,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #2D2D2D;
}
a.form-desc:last-child{
  margin-bottom: 0px;
}
.modal-body a.form-desc:last-child{
  margin-bottom: 0;
}
.form__button {
  width: 366px;
  height: 70px;
  background: #2560FB;
  border-radius: 5px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  padding: 21px 27px;
  transition: 0.4s;
  margin-bottom: 20px;
}
button span img{
  width: 20px;
  height: 20px;
}

.footer {
  background: #181818;
}

.footer-logo {
  margin-top: 40px;
}

.footer-info {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #FFFFFF;
  margin-top: 15px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.footer-nav li{
  list-style: none;
}
.footer-nav li a {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.footer-nav li a:hover {
  font-weight: bold;
}
.footer-right {
  display: flex;
  justify-content: space-between;
}

.footer-contacts a {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.footer-contacts a img {
  width: 15px;
  height: auto;
  margin-right: 12px;
}

.footer-contacts a p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.footer-contacts h5 {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-top: 40px;
}
.footer-line {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-text p,
.footer-text a p {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

.footer-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.header-content button {
  border: 2px solid #000000;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding: 18px;
}



.ver {
  font-family: "Arial" ,sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.01em;
  color: #2D2D2D;
  display: none;
}

.form-modal {
  background: none;
  width: 100%;
  height: auto;
  padding: 0;
}

.modal__header {
  text-align: center;
  margin-bottom: 30px;
}
form.form-reg .form-input__example{
  font-family: Arial, sans-serif;
  text-align: center;
  color:#636e72;
  font-size: 16px;
  margin-bottom: 20px;
}
.iti {
  width: 366px;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
form.form-reg .form-input__example {
 max-width: 380px;
}