* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header__hat {
  width: 100%;
  height: 50px;
  background: #031364;
}

.logo {
  float: left;
  padding-top: 5px;
}

.work__info__item {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.work__info__item:first-child {
  margin-right: 40px;
}

.work__info__block {
  float: right;
  display: flex;
  align-items: center;
  margin-right: 88px;
}
.work__info__block img {
  margin-right: 8px;
}
.work__info__block div {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}

.work__info__block div a {
  color: #fff;
}

.main__menu {
  float: right;
  padding-top: 14px;
}
.main__menu ul {
  display: flex;
}
.main__menu ul li {
  display: block;
  margin-right: 43px;
}
.main__menu ul li:last-child {
  margin-right: 0;
}
.main__menu ul li a {
  font-size: 18px;
  color: #FFFFFF;
}

.header__content {
  background: url(../img/main_bg.png) no-repeat center top/cover;
  padding-top: 106px;
  padding-bottom: 215px;
  position: relative;
}

h1 {
  width: 550px;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header__form {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 331px);
  width: 662px;
  height: 197px;
  border-radius: 15px;
  background: #031364;
}
.header__form:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 5.5px;
  width: calc(100% - 10px);
  height: 30px;
  z-index: 1;
  background: #031364;
  border-radius: 50%;
}
.header__form:after {
  content: "";
  display: block;
  width: 320px;
  height: 37px;
  background: url(../img/form_part_2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: calc(50% - 160px);
}

.form__text {
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #000000;
  position: absolute;
  bottom: 8px;
  left: calc(50% - 73px);
  display: block;
  z-index: 1;
}

.header__form__title {
  font-weight: normal;
  font-size: 33px;
  color: #FFFFFF;
  position: absolute;
  width: 236px;
  left: calc(50% - 118px);
  z-index: 1;
  top: 0;
}

input {
  display: block;
  width: 200px;
  background: #F5F5F5;
  border-radius: 10px;
  font-weight: 300;
  font-size: 18px;
  color: #131313;
  padding: 11px 0;
  padding-left: 14px;
  box-sizing: border-box;
  border: none;
  outline: none;
  margin-right: 6px;
}

button {
  display: block;
  width: 200px;
  border-radius: 10px;
  box-sizing: border-box;
  border: none;
  outline: none;
  padding: 12px 0;
  background: #FEE50C;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #000000;
  cursor: pointer;
}

form {
  display: flex;
  align-items: center;
  width: 612px;
  margin: 0 auto;
  margin-top: 75px;
}

h2 {
  font-weight: normal;
  font-size: 34px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #031364;
  text-align: center;
  position: relative;
}
h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background: #FEE50C;
  left: calc(50% - 75px);
  top: 50px;
}

.advantages {
  padding-top: 120px;
  padding-bottom: 93px;
}

.advantages__block {
  width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.advantages__block__item {
  width: 170px;
  text-align: center;
}

.advantages__item__circle {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #FEE50C;
  border: 1.5px solid #FEE50C;
  transition: all 0.3s ease 0s;
}
.advantages__item__circle:hover {
  width: 125px;
  height: 125px;
}

.circle__img {
  text-align: center;
  padding-top: calc(50% - 29px);
}

.advantages__item__text {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #000000;
  margin-top: 15px;
}

.choice {
  padding: 71px 0;
  background: #FEE50C;
  position: relative;
}

.choice__bg {
  position: absolute;
  background: url(../img/ring_bg.svg) no-repeat;
  right: 0;
  bottom: 0;
  width: 360px;
  height: 410px;
}

.choice__title {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #031364;
  position: relative;
}
.choice__title span {
  font-weight: 500;
}
.choice__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 170px;
  height: 2px;
  background: #031364;
  left: 0;
  top: 80px;
}

.choice__text {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.08em;
  color: #031364;
  width: 900px;
  margin-top: 45px;
}

.choice__btn {
  display: block;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #031364;
  width: 275px;
  border: 2px solid #031364;
  padding: 8px 0;
  margin-top: 41px;
  transition: all 0.6s ease 0s;
}
.choice__btn:hover {
  background: #031364;
  color: #fff;
}

.rates {
  padding-bottom: 136px;
  padding-top: 72px;
}

table {
  width: 1020px;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  margin-top: 50px;
}

table, td, th {
  border: 2px solid #FEE50C;
}

td, th {
  padding: 3px;
  width: 40px;
  height: 85px;
}

td {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #031364;
  text-align: center;
}

th {
  font-weight: normal;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #031364;
}

.th__name {
  width: 150px;
}

.video__hat {
  height: 95px;
  width: 100%;
  background: #FEE50C;
}

.video__title {
  font-weight: normal;
  font-size: 32px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #031364;
  text-align: center;
  padding-top: 31px;
}
.video__title span {
  font-weight: 500;
}

.vjs-has-started, .vjs-user-inactive {
  height: 81vh !important;
  width: 100% !important;
  outline: none;
}

.vjs-paused {
  width: 100%;
  height: 81vh;
}

.vjs-big-play-button {
  border: none !important;
  line-height: 2.3em !important;
  background: rgba(0, 0, 0, 0.7) !important;
  border-radius: 18px !important;
  width: 120px !important;
  height: 68px !important;
  top: calc(50% - 34px) !important;
  left: calc(50% - 60px) !important;
}

.vjs-poster {
  background-size: cover !important;
}

.contacts {
  padding-top: 83px;
  padding-bottom: 96px;
}

.section {
  margin-top: 68px;
}

.contacts__content {
  margin-top: 68px;
}

@media screen and (min-width: 767px) {
  .section {
    display: flex;
    align-items: center;
  }
}
.section__container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.section__content {
  margin-left: 60px;
}

.section__image iframe {
  width: 700px;
}

@media screen and (min-width: 767px) {
  .section__image {
    flex: 0 0 50%;
  }
}
.contacts__item__title {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: #031364;
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid #FEE50C;
}

.phone__number__bl {
  color: #031364;
}

.contacts__item__ul {
  margin-top: 17px;
}
.contacts__item__ul li {
  display: block;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #031364;
  margin-bottom: 12px;
}
.phone__number {
  color: #fff;
}
.contacts__item__ul li:last-child {
  margin-bottom: 0;
}

.social__block {
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.contacts__inst {
  margin-right: 9px;
}

.social__contacts {
  margin-top: 36px;
}

.tel__contacts {
  margin-top: 36px;
}

.contacts h2:after {
  width: 80px;
  height: 2px;
  background: #FEE50C;
  left: calc(50% - 40px);
  top: 50px;
}

.footer {
  background: #031364;
  width: 100%;
}

.footer .logo {
  padding: 55px 0;
}

.footer__menu {
  float: left;
  padding-top: 62px;
  margin-left: 30%;
}
.footer__menu ul {
  display: flex;
  align-items: center;
}
.footer__menu ul li {
  display: block;
}
.footer__menu ul li:first-child {
  margin-right: 40px;
}
.footer__menu ul li a {
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}

.first__footer__contact {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
}

.second__footer__contact {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
  line-height: 19px;
  margin-top: 15px;
}
.second__footer__contact a {
  color: #fff;
}
.footer__contact {
  float: right;
  padding-top: 39px;
}

.click__btn {
  background: #E1CB0D;
}

@media screen and (max-width: 1200px) {
  .container {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .work__info__block {
    margin-right: 55px;
  }

  .choice__text {
    width: 688px;
  }

  table {
    width: 95%;
  }

  .section__content {
    margin-left: 36px;
  }
}
@media screen and (max-width: 992px) {
  .work__info__item:first-child {
    margin-right: 10px;
  }

  .work__info__block {
    margin-right: 35px;
  }

  .work__info__block div {
    font-size: 14px;
  }

  .main__menu ul li {
    margin-right: 30px;
  }

  .advantages__block {
    width: 100%;
  }

  .choice__bg {
    width: 200px;
    height: 174px;
    background-size: 200px 200px;
  }

  .section__content {
    margin-left: 10px;
  }

  .section__image iframe {
    width: 465px;
  }

  .footer__menu {
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  .header__form {
    width: 560px;
    left: calc(50% - 280px);
  }

  form {
    width: 522px;
  }

  button, input {
    width: 170px;
  }

  .work__info__block {
    display: none;
  }

  .advantages__item__circle {
    width: 100px;
    height: 100px;
  }

  .advantages__item__text {
    font-size: 17px;
  }

  .choice__text {
    width: 100%;
  }

  th {
    font-size: 17px;
  }

  td {
    font-size: 18px;
  }

  td, th {
    height: 60px;
  }

  .vjs-has-started, .vjs-user-inactive {
    height: 50vh !important;
  }

  .vjs-paused {
    height: 50vh;
  }

  .section__image iframe {
    width: 100%;
  }

  .section__body {
    width: 226px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .footer__menu {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .header__form {
    width: 310px;
    left: calc(50% - 155px);
    height: 300px;
    bottom: -137px;
  }

  form {
    flex-direction: column;
    width: 270px;
  }

  button, input {
    width: 270px;
  }

  input {
    margin-bottom: 15px;
  }

  .header__form:after {
    background-size: 270px 37px;
    width: 270px;
    left: calc(50% - 135px);
  }

  h1 {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .header__content {
    padding-top: 45px;
  }

  .advantages__block {
    flex-direction: column;
    align-items: center;
  }

  .advantages__item__circle {
    width: 120px;
    height: 120px;
  }

  .advantages__item__text {
    font-size: 20px;
  }

  .advantages__block__item {
    margin-bottom: 60px;
  }
  .advantages__block__item:last-child {
    margin-bottom: 0;
  }

  h2 {
    font-size: 25px;
  }

  .advantages {
    padding-top: 190px;
  }

  .choice__text {
    text-align: center;
  }

  .choice__btn {
    margin: 0 auto;
    margin-top: 40px;
  }

  .choice {
    padding: 50px 0;
  }

  .choice__bg {
    display: none;
  }

  td, th {
    font-size: 12px;
    height: 40px;
  }

  table {
    width: 97%;
  }

  .rates {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video__title {
    font-size: 27px;
    padding-top: 16px;
  }

  .video__hat {
    height: 60px;
  }

  .vjs-has-started, .vjs-user-inactive {
    height: 160px !important;
  }

  .vjs-paused {
    height: 160px;
  }

  .vjs-big-play-button {
    border-radius: 10px !important;
    width: 100px !important;
    height: 50px !important;
    top: calc(50% - 25px) !important;
    left: calc(50% - 50px) !important;
    line-height: 1.8em !important;
  }

  .footer__contact {
    padding-top: 37px;
  }

  .second__footer__contact {
    font-size: 10px;
    margin-top: 8px;
  }

  .first__footer__contact {
    font-size: 10px;
  }

  .footer .logo {
    padding: 40px 0;
  }

  .main__menu ul li {
    margin-right: 11px;
  }

  .main__menu ul li a {
    font-size: 15px;
  }
}

.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}