@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald/Oswald-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald/Oswald-DemiBold.woff') format('woff'), url('../fonts/Oswald/Oswald-DemiBold.ttf') format('truetype'), url('../fonts/Oswald/Oswald-DemiBold.svg#Oswald-DemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.btn-blue {
  background: #0053f9;
  height: 68px;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  padding: 0 30px;
  align-items: center;
  text-align: center;
  border: 0;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
.btn-blue:hover {
  color: #ffffff;
  background: #0042c6;
  text-decoration: none;
}
@media (max-width: 767px) {
  .btn-blue {
    padding: 0 10px;
    width: 100%;
  }
}
body {
  font-size: 16px;
  line-height: 1.2;
  font-family: 'Montserrat';
  position: relative;
  color: #fff;
}
body .blue {
  color: #0053f9;
}
body .container {
  max-width: 1170px !important;
}
body .order {
  text-align: center;
}
body .order a {
  text-decoration: none;
  background-color: #0053f9;
  max-width: 338px;
  width: 100%;
  height: 68px;
  padding: 20px 20px;
  cursor: pointer;
  font-size: 0.88em;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  transition: .3s;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.main .dates-block {
  margin-bottom: 30px;
}
body.main .dates-block .time-block {
  border: 3px solid #0253fa;
  padding: 17px;
  margin-right: 20px;
  max-width: 210px !important;
  width: 100%;
}
body.main .dates-block .time-block .p1 {
  font-size: 1.25em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
}
body.main .dates-block .time-block .p1 .blue {
  color: #0253fa;
}
body.main .dates-block .t1 {
  max-width: 270px;
  width: 100% !important;
}
body.main .dates-block .t1 p {
  font-size: 0.94em;
  color: #ffffff;
  line-height: 1.333;
  margin: 0;
}
body.main .mission {
  background: url(../images/main/mission-bg.png) no-repeat left top;
  color: #000000;
  padding: 179px 0 0 0;
  position: relative;
}
body.main .mission::before {
  position: absolute;
  content: "";
  max-width: 1125px;
  width: 100%;
  height: 160px;
  background-color: #0053f9;
  top: 125px;
  right: 0;
  z-index: 1;
}
body.main .mission .r-top .text-block {
  position: relative;
  z-index: 10;
}
body.main .mission .r-top .text-block .t-title {
  font-family: Oswald;
  font-size: 50px;
  font-weight: 600;
  margin-top: 25px;
}
body.main .mission .r-top .text-block .line {
  max-width: 550px;
  width: 100%;
  height: 20px;
  background: #0053f9;
  margin-top: 30px;
  margin-left: -382px;
}
body.main .mission .r-top .text-block .text {
  margin-top: 30px;
  color: #707070;
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
}
body.main .mission .r-top .img-text {
  margin-left: -200px;
  position: relative;
  z-index: 5;
}
body.main .mission .r-top .img-text .text {
  color: #3d3d3d;
  line-height: 0.5;
  font-family: Oswald;
  font-size: 120px;
  font-weight: 600;
  text-align: center;
  margin: -20px 40px 0 0;
}
body.main .under-m {
  background: #121212;
  margin: -85px 0 0 0;
  padding: 144px 0 0 0;
  position: relative;
}
body.main .under-m::before {
  position: absolute;
  content: "";
  max-width: 850px;
  width: 100%;
  height: 100px;
  background-color: #0053f9;
  bottom: 80px;
  right: 0;
  z-index: 1;
}
body.main .under-m .row .m-left {
  margin-left: auto;
  max-width: 440px;
  margin-right: 10px;
}
body.main .under-m .row .min-title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0 -10px;
}
body.main .under-m .row .back-block {
  margin-top: 15px;
  background-color: #0053f9;
  max-width: 440px;
  padding: 10px 10px 10px 10px;
}
body.main .under-m .row .back-block .text-img {
  padding: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  background-color: #ffffff;
  color: #3e4a58;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.4px;
  align-items: center;
}
body.main .under-m .row .back-block .text-img .img {
  flex: 1;
  max-width: 80px;
  background-color: #E3EAF8;
}
body.main .under-m .row .back-block .text-img .text {
  flex: 1;
  margin-left: 25px;
  font-size: 0.88em;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
}
body.main .under-m .r-mid {
  margin-top: 40px;
}
body.main .automatic {
  background: #121212;
  padding: 80px 0 0 0;
}
body.main .automatic .title-img {
  text-align: center;
}
body.main .automatic .row .m-left {
  margin-left: auto;
  max-width: 440px;
  margin-right: 10px;
}
body.main .automatic .row .min-title {
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0 -10px;
}
body.main .automatic .row .back-block {
  margin-top: 15px;
  background-color: #0053f9;
  max-width: 440px;
  padding: 10px 10px 10px 10px;
}
body.main .automatic .row .back-block .text-img {
  padding: 20px;
  margin-left: -20px;
  margin-bottom: -20px;
  background-color: #ffffff;
  color: #3e4a58;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.4px;
  align-items: center;
}
body.main .automatic .row .back-block .text-img .img {
  flex: 1;
  max-width: 80px;
  background-color: #E3EAF8;
}
body.main .automatic .row .back-block .text-img .text {
  flex: 1;
  margin-left: 25px;
  font-size: 0.88em;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
}
body.main .automatic .r-top {
  margin-top: 70px;
}
body.main .automatic .r-mid {
  margin-top: 40px;
}
body.main .automatic .r-mid .text-more {
  margin-top: 53px;
}
body.main .automatic .r-mid .text-more .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
body.main .automatic .r-mid .text-more .you {
  font-family: Oswald;
  font-size: 120px;
  font-weight: 600;
  margin-right: -108px;
  z-index: 10;
}
body.main .exit {
  margin-top: -60px;
  background-color: #ffffff;
  color: #121212;
  padding: 52px 0 59px 0;
}
body.main .exit .text-block .min-title {
  font-family: Oswald;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  margin: 0 0 30px 0;
}
body.main .exit .text-block .min-title::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 7px;
  background-color: #0053f9;
  top: -15px;
  left: 0;
}
body.main .exit .e-blocks {
  font-size: 0.88em;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
body.main .exit .e-blocks > div:not(:last-of-type) .eb-block .eb-img:before {
  position: absolute;
  content: "";
  right: -168px;
  top: 25px;
  width: 100%;
  height: 3px;
  background-color: #0053f9;
  width: 149px;
}
body.main .exit .e-blocks .eb-img {
  height: 54px;
  margin: 0 0 20px 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
body.main .section-1 {
  background: url(../images/main/bg1.jpg) no-repeat center center / cover;
  height: 1027px;
  padding-top: 20px;
  padding-bottom: 378px;
}
body.main .section-1 .header-block {
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.main .section-1 .header-block .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
body.main .section-1 .header-block .time-block {
  border: 3px solid #0253fa;
  padding: 17px;
  margin-right: 20px;
  max-width: 210px !important;
  width: 100%;
}
body.main .section-1 .header-block .time-block .p1 {
  font-size: 1.225em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
}
body.main .section-1 .header-block .time-block .p1 .blue {
  color: #0253fa;
}
body.main .section-1 .header-block .t1 {
  width: 56%;
}
body.main .section-1 .header-block .t1 .p1 {
  font-size: 0.94em;
  color: #ffffff;
  line-height: 1.333;
}
body.main .section-1 .header-block .humb {
  width: 45px;
  height: 45px;
  background-color: rgba(18,18,18,0.52);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.main .section-1 .header-block .humb div {
  background-color: #ffffff;
  width: 18px;
  height: 3px;
  margin: 2px 0;
}
body.main .section-1 .header-block .button-block .bat {
  width: 100%;
}
body.main .section-1 .header-block .button-block .bat button {
  background-color: rgba(18,18,18,0.5);
  height: 45px;
  line-height: 45px;
  font-size: 0.88em;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  cursor: pointer;
  border: 0;
  text-align: center;
  transition: .3s;
}
body.main .section-1 .header-block .button-block .bat button:hover {
  background-color: rgba(18,18,18,0.8);
}
body.main .section-1 .text-block {
  position: relative;
  z-index: 3;
}
body.main .section-1 .text-block .t2 {
  margin-top: 170px;
  margin-bottom: 15px;
}
body.main .section-1 .text-block .t2 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #0053f9;
  text-transform: uppercase;
  line-height: 2;
}
body.main .section-1 .text-block .t3 {
  width: 70%;
}
body.main .section-1 .text-block .t3 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.231;
}
body.main .section-1 .text-block .line {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 15px 0 25px;
}
body.main .section-1 .text-block .t4 {
  width: 60%;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 9;
}
body.main .section-1 .text-block .t4 .p1 {
  font-size: 0.88em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.571;
}
body.main .section-1 .text-block .but {
  width: 316px;
  margin-top: 45px;
}
body.main .section-1 .text-block .but .btn1 {
  background-color: #0053f9;
  height: 68px;
  width: 100%;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 29px 28px;
  align-items: center;
  text-align: center;
  border: 0;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
body.main .section-1 .text-block .but .btn1:hover {
  background-color: #004ade;
  text-decoration: none;
}
body.main .section-1 .text-block .but .btn1 img {
  width: 11px;
  margin-left: 11px;
  height: 11px;
  color: #fff;
}
body.main .section-1 .text-block .flag {
  position: absolute;
  left: 444px;
  bottom: 94px;
  z-index: 1;
}
body.main .section-1 .t3t {
  margin: 35px 0 10px;
}
body.main .section-1 .t3t .p1t {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
body.main .section-1 .timer {
  width: 230px;
}
body.main .section-1 .timer ul.countdown {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
}
body.main .section-1 .timer ul.countdown li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
body.main .section-1 .timer ul.countdown li span {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body.main .section-1 .timer ul.countdown li.seperator {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body.main .section-1 .timer ul.countdown li p {
  font-size: 0.94em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.main .section-video .video-block {
  position: relative;
  width: 914px;
  margin-left: auto;
  top: 2px;
  margin-right: auto;
  margin-top: -70px;
  margin-bottom: -46px;
}
body.main .section-video .video-block .overhead-block {
  background: url(../images/main/video.png) no-repeat center center;
  width: 914px;
  height: 500px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
body.main .section-video .video-block .overhead-block .play-block {
  border-width: 1px;
  border-color: #fff;
  border-style: solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  border-radius: 50%;
  width: 109px;
  height: 109px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.main .section-video .video-block .overhead-block .play-block .play-button {
  background: url(../images/main/play-button.png) no-repeat center center;
  width: 77px;
  height: 77px;
  cursor: pointer;
}
body.main .section-video .video-block .overhead-block .text-block-video {
  max-width: 200px;
  margin-left: 27px;
}
body.main .section-video .video-block .overhead-block .text-block-video .title .p1 {
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.571;
}
body.main .section-video .video-block iframe {
  z-index: 22;
  width: 100%;
}
body.main .section-2 {
  background: url(../images/main/bg2.jpg) no-repeat center center;
  padding-bottom: 98px;
}
body.main .section-2 .t1 {
  width: 75%;
}
body.main .section-2 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #191919;
  text-transform: uppercase;
  line-height: 1.375;
}
body.main .section-2 .t1 .p1.p1-1 {
  font-size: 1.9em;
  max-width: 830px;
}
body.main .section-2 .line {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 26px 0 40px;
}
body.main .section-2 .items {
  max-width: 683px;
}
body.main .section-2 .items .item {
  background-color: #fff;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.07);
  height: 135px;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 23px;
}
body.main .section-2 .items .item .img {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
body.main .section-2 .items .item .img svg {
  height: 56px;
  fill: #0053f9;
}
body.main .section-2 .items .item .title .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #191919;
  text-transform: uppercase;
  line-height: 1.2;
}
body.main .section-2 .items .item .text {
  margin-top: 15px;
}
body.main .section-2 .items .item .text .p1 {
  font-size: 0.88em;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
}
body.main .section-2 .items .item .text-2 {
  width: 90%;
}
body.main .section-2 .items .item.item-3 {
  margin-bottom: 0;
}
body.main .section-3 {
  background: url(../images/main/bg3.png) no-repeat center center, #191919;
  padding: 102px 0;
}
body.main .section-3 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
body.main .section-3 .t1 .p1 .p1-1 {
  color: #091e47;
}
body.main .section-3 .line {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 23px auto;
}
body.main .section-3 .t2 {
  background: url(../images/main/x.png) no-repeat center center;
}
body.main .section-3 .t2 .p1 {
  font-size: 1em;
  color: #b1cafc;
  line-height: 110px;
  font-weight: 300;
  text-align: center;
}
body.main .section-3 .t3 {
  width: 66%;
  position: relative;
  margin: 30px auto 68px;
}
body.main .section-3 .t3 .p1 {
  font-size: 1.25em;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
body.main .section-3 .t3::before {
  content: '';
  background: url(../images/main/before.png) no-repeat center center;
  width: 23px;
  height: 84px;
  position: absolute;
  top: -18px;
  left: -19px;
}
body.main .section-3 .t3::after {
  content: '';
  background: url(../images/main/after.png) no-repeat center center;
  width: 23px;
  height: 84px;
  position: absolute;
  top: -18px;
  right: -19px;
}
body.main .section-3 .strange-block {
  position: relative;
}
body.main .section-3 .strange-block .stripe {
  background-color: #0053f9;
  width: 1116px;
  height: 70px;
  position: absolute;
  top: 90px;
  left: -3px;
  right: 0;
  margin: 0 auto;
}
body.main .section-3 .strange-block .r1 .item {
  padding-top: 18px;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.06);
  max-width: 520px;
  padding-bottom: 28px;
  max-height: 260px;
  background-color: #fff;
}
body.main .section-3 .strange-block .r1 .item .img {
  text-align: center;
}
body.main .section-3 .strange-block .r1 .item .img svg {
  fill: #0053f9;
  height: 59px;
}
body.main .section-3 .strange-block .r1 .item .title {
  width: 63%;
  margin: 20px auto 15px;
}
body.main .section-3 .strange-block .r1 .item .title .p1 {
  font-size: 1.4em;
  font-family: "Oswald";
  color: #191919;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: center;
}
body.main .section-3 .strange-block .r1 .item .title-2 {
  width: 83%;
}
body.main .section-3 .strange-block .r1 .item .text {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-3 .strange-block .r1 .item .text .p1 {
  font-size: 0.88em;
  color: #191919;
  line-height: 1.5;
  text-align: center;
}
body.main .section-3 .strange-block .r1 .item .text-2 {
  width: 75%;
}
body.main .section-3 .strange-block .r1 .item.item-2 {
  padding-top: 22px;
  margin-right: auto;
  margin-left: 0;
}
body.main .section-3 .strange-block .r1 .item.item-2 .title-2 {
  margin: 15px auto 20px;
}
body.main .section-3 .strange-block .r1 .item.item-1 {
  margin-left: auto;
  margin-right: 0;
}
body.main .section-3 .txt-block {
  position: relative;
  margin-top: 110px;
  width: 57%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-3 .txt-block .t4 {
  width: 100%;
  position: relative;
  z-index: 3;
}
body.main .section-3 .txt-block .t4 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
body.main .section-3 .txt-block .what {
  position: absolute;
  top: -52px;
  left: -54px;
  z-index: 2;
}
body.main .section-3 .t5 {
  width: 55%;
  margin: 25px auto 70px;
}
body.main .section-3 .t5 .p1 {
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.313;
  text-align: center;
}
body.main .section-3 .t6 {
  margin-bottom: 83px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body.main .section-3 .t6 .p1 {
  font-size: 1.25em;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
body.main .section-3 .but {
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-3 .but .btn1 {
  background-color: #0053f9;
  height: 68px;
  width: 100%;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 29px 28px;
  align-items: center;
  text-align: center;
  border: 0;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
body.main .section-3 .but .btn1:hover {
  background-color: #004ade;
  text-decoration: none;
}
body.main .section-3 .but .btn1 img {
  width: 11px;
  margin-left: 11px;
  height: 11px;
  color: #fff;
}
body.main .section-4 {
  background-color: #141414;
  padding-top: 106px;
  padding-bottom: 100px;
}
body.main .section-4 .carousel-control-prev,
body.main .section-4 .carousel-control-next {
  display: none;
}
body.main .section-4 .container {
  padding: 0;
  position: relative;
}
body.main .section-4 .column-line {
  background-color: #0053f9;
  width: 123px;
  position: absolute;
  top: -106px;
  bottom: 0;
  right: 75px;
  height: 993px;
}
body.main .section-4 .t1 .p1,
body.main .section-4 .t2 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.3;
}
body.main .section-4 .t2 .p1 {
  font-size: 1.38em;
}
body.main .section-4 .line {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 14px 0 0;
}
body.main .section-4 .carousel .carousel-indicators {
  display: none !important;
  bottom: -470px;
  width: 1800px;
  left: -500px;
  right: 0;
}
body.main .section-4 .carousel .carousel-indicators li {
  box-shadow: 0px 34px 30px 10px rgba(0,0,0,0.1);
  width: 381px;
  height: 367px;
  padding-top: 182px;
  text-indent: 0;
  padding-left: 25px;
  padding-right: 17px;
  margin-top: 6px;
}
body.main .section-4 .carousel .carousel-indicators li .title .p1 {
  font-size: 1.69em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.125;
}
body.main .section-4 .carousel .carousel-indicators li .title .p1 .blue {
  color: #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li .text {
  margin-top: 15px;
}
body.main .section-4 .carousel .carousel-indicators li .text .p1 {
  font-size: 0.69em;
  color: #ffffff;
  line-height: 1.364;
  text-align: left;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
body.main .section-4 .carousel .carousel-indicators li .media {
  margin-top: 10px;
}
body.main .section-4 .carousel .carousel-indicators li .media.mt {
  margin-top: 25px;
}
body.main .section-4 .carousel .carousel-indicators li .media .p2 {
  font-size: 0.88em;
  color: #0053f9;
  font-weight: 500;
  text-align: left;
}
body.main .section-4 .carousel .carousel-indicators li .media .media-body .p1 {
  font-size: 0.69em;
  color: #ffffff;
  line-height: 1.364;
  text-align: left;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
body.main .section-4 .carousel .carousel-indicators li.active.li1 {
  background: url(../images/main/maria-thumb.png) no-repeat center center, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li1 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li1 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li2 {
  background: url(../images/main/ivan-thumb.png) no-repeat center top -80px, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li2 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li2 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li3 {
  background: url(../images/main/indi-thumb.png) no-repeat center center, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li3 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li3 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li4 {
  background: url(../images/main/kostin.png) no-repeat center top -90px, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li4 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li4 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li5 {
  background: url(../images/main/nastasia.png) no-repeat center top -70px, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li5 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li5 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li6 {
  background: url(../images/main/riy.png) no-repeat center top -20px, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li6 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li6 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li7 {
  background: url(../images/main/kapustin.png) no-repeat center top -70px, #0053f9;
}
body.main .section-4 .carousel .carousel-indicators li.active.li7 .title .p1 .blue {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.active.li7 .media .p2 {
  color: #fff;
}
body.main .section-4 .carousel .carousel-indicators li.li1 {
  background: url(../images/main/maria-thumb.png) no-repeat center center, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li2 {
  background: url(../images/main/ivan-thumb.png) no-repeat center top -80px, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li3 {
  background: url(../images/main/indi-thumb.png) no-repeat center center, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li4 {
  background: url(../images/main/kostin.png) no-repeat center top -90px, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li5 {
  background: url(../images/main/nastasia.png) no-repeat center top -70px, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li6 {
  background: url(../images/main/riy.png) no-repeat center top -20px, #0e0e0e;
}
body.main .section-4 .carousel .carousel-indicators li.li7 {
  background: url(../images/main/kapustin.png) no-repeat center top -70px, #0e0e0e;
}
body.main .section-4 .carousel .carousel-inner {
  height: 735px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item {
  padding-top: 88px;
  height: 528px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative {
  position: relative;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img {
  position: relative;
  width: 586px;
  height: 658px;
  margin-top: -727px;
  left: 168px;
  top: 642px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img img {
  max-width: 590%;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.oleg {
  top: 560px;
  left: 125px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.indi {
  left: -4px;
  top: 435px;
  width: 700px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.nastasia {
  left: 130px;
  top: 581px;
  width: 700px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.kostin {
  left: 85px;
  top: 565px;
  width: 700px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.riy {
  left: 132px;
  top: 635px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.kapustin {
  left: 135px;
  top: 580px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex {
  justify-content: space-between;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .num {
  margin-top: 215px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .num .p1 {
  font-size: 3.13em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .name {
  font-size: 5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.125;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .name .blue {
  color: #0053f9;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block {
  padding: 48px 40px 50px 36px;
  background-color: #0e0e0e;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.13);
  width: 100%;
  margin-left: auto;
  margin-bottom: 50px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .speaker-links {
  color: #ffffff;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .speaker-links:hover {
  color: #0053F9;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .t {
  margin-bottom: 20px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .t .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .media {
  margin-bottom: 20px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .media .mr-3 {
  margin-right: 10px !important;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .media .mr-3.mt {
  margin-top: 6px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .media .top {
  margin-top: 8px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .list .media .media-body .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat {
  width: 35%;
  margin-top: 25px;
  margin-left: 24px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat.nast {
  margin-top: 45px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat.b-riy {
  margin-top: 130px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat a {
  border-width: 1px;
  border-color: #0053f9;
  border-style: solid;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  cursor: pointer;
  padding: 0 20px;
  display: inline-block;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat a:hover {
  background-color: #0042c7;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-2 {
  height: 290px;
  margin-bottom: 129px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-3 {
  height: 515px;
  margin-bottom: 125px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.info-block-m {
  height: 715px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet {
  position: relative;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .r1 {
  align-items: center;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .r1-1 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .img img {
  max-width: 100%;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name .num {
  font-size: 2em;
  margin-right: 15px;
  font-family: "Oswald";
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.125;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name .p1 .blue {
  color: #0053f9;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block {
  padding: 20px 40px;
  background-color: #0e0e0e;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.13);
  width: 80%;
  height: inherit;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .t {
  margin-bottom: 20px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .t .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media {
  margin-bottom: 20px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media .mr-3 {
  margin-right: 10px !important;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media .top {
  margin-top: 8px;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media .media-body .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media .media-body .p1 span {
  font-family: Tahoma;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .bat {
  width: 35%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .bat a {
  border-width: 1px;
  border-color: #0053f9;
  border-style: solid;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  line-height: 44px;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  display: inline-block;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .bat a:hover {
  border-color: #0042c7;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block.in-block-2 {
  height: inherit;
  margin-bottom: 0;
}
body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block.in-block-3 {
  height: inherit;
  margin-bottom: 0;
}
body.main .section-4 .carousel .carousel-control-prev,
body.main .section-4 .carousel .carousel-control-next {
  background-color: #0053f9;
  opacity: 1;
  width: 54px;
  height: 54px;
  left: 0;
  top: 0;
  margin: auto 0;
}
body.main .section-4 .carousel .carousel-control-prev svg,
body.main .section-4 .carousel .carousel-control-next svg {
  fill: #fff;
  width: 10px;
  filter: blur(90);
  height: 17px;
}
body.main .section-4 .carousel .carousel-control-prev:hover,
body.main .section-4 .carousel .carousel-control-next:hover {
  opacity: 1;
}
body.main .section-4 .carousel .carousel-control-next {
  right: 0;
  left: inherit;
}
body.main .section-5 {
  padding: 90px 0;
  background: url(../images/prog-bg.jpg) no-repeat center bottom, url(../images/prog-bg-top.jpg) no-repeat center top #121212;
  color: #FFF;
}
@media (max-width: 767px) {
  body.main .section-5 {
    background-size: 587px auto;
  }
}
body.main .section-5 .order {
  margin: 25px 0 0 0;
}
body.main .section-5 .t1 {
  margin: 0 0 20px;
}
body.main .section-5 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
@media (max-width: 767px) {
  body.main .section-5 .t1 .p1 {
    font-size: 1.9em;
  }
}
body.main .section-5 .t2 {
  margin: 0 0 60px;
}
body.main .section-5 .t2 .p1 {
  font-size: 1.25em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.571;
  text-align: center;
}
body.main .section-5 .day .p1 {
  font-size: 2em;
  font-family: "Oswald";
  color: #004fed;
  text-transform: uppercase;
  text-align: center;
}
body.main .section-5 .sc-5block {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}
body.main .section-5 .list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #0E0E0E;
  padding: 50px 40px;
}
body.main .section-5 .list table tbody tr td {
  border: none;
}
body.main .section-5 .list table tbody tr .time {
  font-size: 1em;
  color: rgba(255,255,255,0.5);
  line-height: 1.75;
  width: 115px;
  white-space: nowrap;
}
body.main .section-5 .list table tbody tr .delo {
  font-size: 1em;
  line-height: 1.75;
}
body.main .section-5 .carousel .carousel-inner {
  min-height: 502px;
}
body.main .section-5 .carousel .carousel-control-prev,
body.main .section-5 .carousel .carousel-control-next {
  background-color: #0053f9;
  opacity: 1;
  width: 54px;
  height: 54px;
  left: 0;
  top: 0;
  margin: auto 0;
}
body.main .section-5 .carousel .carousel-control-prev svg,
body.main .section-5 .carousel .carousel-control-next svg {
  fill: #fff;
  width: 10px;
  filter: blur(90);
  height: 17px;
}
body.main .section-5 .carousel .carousel-control-prev:hover,
body.main .section-5 .carousel .carousel-control-next:hover {
  opacity: 1;
}
body.main .section-5 .carousel .carousel-control-next {
  right: 0;
  left: inherit;
}
@media (max-width: 991px) {
  body.main .section-5 {
    padding: 50px 0;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body.main .section-5 {
    padding: 35px 0;
    font-size: 11px;
  }
  body.main .section-5 .t2 {
    margin: 0 0 30px;
  }
  body.main .section-5 .list {
    padding: 10px 5px;
  }
  body.main .section-5 .list table tbody tr td {
    padding: 10px 5px;
  }
  body.main .section-5 .list table tbody tr .time {
    width: auto;
  }
}
body.main .section-mastermind {
  position: relative;
}
body.main .section-mastermind::before {
  content: '';
  height: 188px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F1F2F6;
  position: absolute;
}
body.main .section-mastermind .container {
  padding: 70px 0 70px;
  position: relative;
  z-index: 1;
}
body.main .section-mastermind .hand {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-width: 550px;
}
body.main .section-mastermind .t1 {
  font-family: Oswald;
  color: #121212;
  font-size: 2.36em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  text-align: center;
}
body.main .section-mastermind .t2 {
  color: #121212;
  font-size: 1.13em;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
body.main .section-mastermind .blue-bl {
  background: #0053f9;
  border-radius: 5px 5px 0 0;
  color: #FFF;
  position: relative;
  z-index: 9;
}
body.main .section-mastermind .blue-bl .blue-bl-sec1 {
  padding: 45px;
}
body.main .section-mastermind .blue-bl .blue-bl-sec2 {
  padding: 0 0 30px 45px;
  background: #004FEE;
}
body.main .section-mastermind .bl1 {
  font-size: 1.25em;
  line-height: 1.5;
  margin: 0 0 50px;
}
body.main .section-mastermind .bl2 {
  font-family: Oswald;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 40px;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}
body.main .section-mastermind .txt {
  margin: 15px 0 20px;
  letter-spacing: -0.5px;
}
body.main .section-mastermind .bl3 {
  font-family: Oswald;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}
body.main .section-mastermind .black-bl {
  background: #121212;
  padding: 15px 15px;
}
body.main .section-mastermind .bk1 {
  line-height: 1.2;
}
body.main .section-mastermind .bk2 {
  font-family: Oswald;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: -1.2px;
}
@media (max-width: 1199px) {
  body.main .section-mastermind::before {
    height: 180px;
  }
  body.main .section-mastermind .bl1 {
    margin: 0;
  }
  body.main .section-mastermind .hand {
    max-width: 490px;
  }
}
@media (max-width: 991px) {
  body.main .section-mastermind {
    font-size: 12px;
  }
  body.main .section-mastermind::before {
    height: 173px;
  }
  body.main .section-mastermind .blue-bl .blue-bl-sec1 {
    padding: 30px;
  }
  body.main .section-mastermind .blue-bl .blue-bl-sec2 {
    font-size: 10px;
    padding: 0 0 30px 30px;
  }
  body.main .section-mastermind .hand {
    max-width: 370px;
  }
}
@media (max-width: 768px) {
  body.main .section-mastermind {
    font-size: 12px;
  }
  body.main .section-mastermind::before {
    display: none;
  }
  body.main .section-mastermind .hand {
    display: none;
  }
  body.main .section-mastermind .container {
    padding: 40px 0 40px;
  }
  body.main .section-mastermind .t1 {
    margin: 0 0 15px;
  }
  body.main .section-mastermind .t2 {
    margin: 0 0 30px;
  }
  body.main .section-mastermind .blue-bl .blue-bl-sec1 {
    padding: 20px 15px;
  }
  body.main .section-mastermind .blue-bl .blue-bl-sec2 {
    padding: 20px 15px;
    font-size: 1em;
  }
  body.main .section-mastermind .bl1 {
    margin: 0 0 30px;
  }
  body.main .section-mastermind .bl2 {
    margin: 0 0 30px;
  }
  body.main .section-mastermind .bl-r1 {
    text-align: center;
  }
  body.main .section-mastermind .bl3 {
    margin: 0 0 15px;
  }
}
body.main .section-packs {
  background: #121212;
  padding: 100px 0;
}
body.main .section-packs .bnt1 {
  text-decoration: none;
  background-color: #0053f9;
  height: 52px;
  width: 100%;
  padding: 0 5px;
  cursor: pointer;
  font-size: 0.7em;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  transition: .3s;
  display: inline-block;
}
body.main .section-packs .bnt1:hover {
  background: #0042c6;
}
body.main .section-packs .bnt1-2 {
  text-decoration: none;
  background-color: #0053f9;
  width: 100%;
  padding: 10px 5px;
  cursor: pointer;
  font-size: 0.75em;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  transition: .3s;
  display: inline-block;
}
body.main .section-packs .bnt1-2:hover {
  background: #0042c6;
}
body.main .section-packs .t1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
body.main .section-packs .line {
  background-color: #0053f9;
  width: 80px;
  height: 6px;
  margin: 17px auto 100px;
}
body.main .section-packs .packs {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
body.main .section-packs .col-ind {
  flex-basis: 200px;
  padding: 0 20px;
}
body.main .section-packs .col-ind.active > div {
  border-left: 3px solid #0053f9;
  border-right: 3px solid #0053f9;
}
body.main .section-packs .col-ind.active .pack-title {
  border-top: 3px solid #0053f9;
}
body.main .section-packs .col-ind.active .pack-button {
  border-bottom: 3px solid #0053f9;
}
body.main .section-packs .title-row .col-ind::before,
body.main .section-packs .title-row .col-desc::before {
  display: none;
}
body.main .section-packs .title-row .desc {
  padding: 0;
}
body.main .section-packs .price-row .col-ind .pack-indicator,
body.main .section-packs .place-row .col-ind .pack-indicator {
  font-family: "Oswald";
  font-size: 1.19em;
}
body.main .section-packs .up-price .desc {
  color: rgba(255,255,255,0.5);
}
body.main .section-packs .up-price .col-ind .pack-indicator {
  color: rgba(255,255,255,0.5);
}
body.main .section-packs .col-desc {
  position: relative;
  padding: 15px 0;
}
body.main .section-packs .col-desc::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  background: #262626;
}
body.main .section-packs .col-ind {
  position: relative;
  align-self: stretch;
}
body.main .section-packs .col-ind::before {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  right: 0;
  background: #262626;
}
body.main .section-packs .pack-title {
  padding: 15px 0;
  background: url(../images/main/name-background.png) no-repeat center center #1C1C1C;
  font-size: 1.75em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 9;
}
body.main .section-packs .pack-title.vip {
  background: url(../images/main/vip.png) no-repeat center center #1C1C1C;
}
body.main .section-packs .pack-button {
  padding: 15px 10px;
  background: #1C1C1C;
}
body.main .section-packs .pack-indicator {
  font-size: 2em;
  padding: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1C1C1C;
  position: relative;
  z-index: 9;
}
body.main .section-packs .desc {
  padding: 15px 15px 15px 20px;
  text-align: left;
  position: relative;
  z-index: 9;
  line-height: 1.5;
}
@media (max-width: 991px) {
  body.main .section-packs {
    padding: 70px 0;
    font-size: 13px;
  }
  body.main .section-packs .col-ind {
    flex-basis: 130px;
    padding: 0 5px;
  }
}
body.main .section-6,
body.main .section-6-prices {
  background: url(../images/main/bg6.png) no-repeat center bottom, #121212;
  padding: 112px 0;
}
body.main .section-6 .t1 .p1,
body.main .section-6-prices .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
body.main .section-6 .line,
body.main .section-6-prices .line {
  background-color: #0053f9;
  width: 80px;
  height: 6px;
  margin: 17px auto 100px;
}
body.main .section-6 .infos,
body.main .section-6-prices .infos {
  margin: 5px 0px;
  font-size: 9px;
}
body.main .section-6 .big-table,
body.main .section-6-prices .big-table {
  position: relative;
  margin-bottom: 120px;
}
body.main .section-6 .big-table .item,
body.main .section-6-prices .big-table .item {
  padding-left: 46px;
  background-color: #262626;
  width: 1035px;
  height: 42px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body.main .section-6 .big-table .item.big-2,
body.main .section-6-prices .big-table .item.big-2 {
  height: 140px;
}
body.main .section-6 .big-table .item.big,
body.main .section-6-prices .big-table .item.big {
  height: 67px;
}
body.main .section-6 .big-table .item.big .tit-1,
body.main .section-6-prices .big-table .item.big .tit-1 {
  width: 35%;
}
body.main .section-6 .big-table .item.big .tit-2,
body.main .section-6-prices .big-table .item.big .tit-2 {
  width: 30%;
}
body.main .section-6 .big-table .item .title .p1,
body.main .section-6-prices .big-table .item .title .p1 {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.375;
}
body.main .section-6 .big-table .item.item-last,
body.main .section-6-prices .big-table .item.item-last {
  display: none;
  margin: 0 auto;
}
body.main .section-6 .big-table .columns,
body.main .section-6-prices .big-table .columns {
  position: absolute;
  top: -72px;
  left: 470px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.main .section-6 .big-table .columns .column,
body.main .section-6-prices .big-table .columns .column {
  background-color: #1c1c1c;
  box-shadow: 0px 32px 36.75px 12.25px rgba(0,0,0,0.2);
  width: 176px;
  padding: 15px 13px;
  min-height: 830px;
  margin-right: 35px;
}
body.main .section-6 .big-table .columns .column.active,
body.main .section-6-prices .big-table .columns .column.active {
  outline: 4px solid #0053F9;
}
body.main .section-6 .big-table .columns .column .name,
body.main .section-6-prices .big-table .columns .column .name {
  background: url(../images/main/name-background.png) no-repeat center center;
  margin: 0 0 7px;
}
body.main .section-6 .big-table .columns .column .name .p1,
body.main .section-6-prices .big-table .columns .column .name .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}
body.main .section-6 .big-table .columns .column .nal .p1,
body.main .section-6-prices .big-table .columns .column .nal .p1 {
  font-size: 2em;
  color: #ffffff;
  line-height: 2.1;
  text-align: center;
}
body.main .section-6 .big-table .columns .column .nal .p1.fnts,
body.main .section-6-prices .big-table .columns .column .nal .p1.fnts {
  font-family: "Oswald";
  font-size: 19px !important;
  line-height: 69px !important;
}
body.main .section-6 .big-table .columns .column .nal.price.last,
body.main .section-6-prices .big-table .columns .column .nal.price.last {
  display: none;
}
body.main .section-6 .big-table .columns .column .nal.price.last .p1.fnts,
body.main .section-6-prices .big-table .columns .column .nal.price.last .p1.fnts {
  font-size: 16px !important;
  color: #999;
}
body.main .section-6 .big-table .columns .column .nal.big-line-height .p1,
body.main .section-6-prices .big-table .columns .column .nal.big-line-height .p1 {
  line-height: 2.8;
}
body.main .section-6 .big-table .columns .column .nal.biggest-line-height .p1,
body.main .section-6-prices .big-table .columns .column .nal.biggest-line-height .p1 {
  line-height: 5.2;
}
body.main .section-6 .big-table .columns .column .nal.otd .p1,
body.main .section-6-prices .big-table .columns .column .nal.otd .p1 {
  line-height: 2.3;
}
body.main .section-6 .big-table .columns .column .bat,
body.main .section-6-prices .big-table .columns .column .bat {
  text-align: center;
}
body.main .section-6 .big-table .columns .column .bat a,
body.main .section-6-prices .big-table .columns .column .bat a {
  text-decoration: none;
  background-color: #0053f9;
  height: 52px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 0.8em;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  transition: .3s;
  display: inline-block;
}
body.main .section-6 .big-table .columns .column .bat a:hover,
body.main .section-6-prices .big-table .columns .column .bat a:hover {
  background-color: #0148d6;
}
body.main .section-6 .big-table .columns .column.column-3,
body.main .section-6-prices .big-table .columns .column.column-3 {
  margin-right: 0;
}
body.main .section-6 .big-table .columns .column.column-3 .name,
body.main .section-6-prices .big-table .columns .column.column-3 .name {
  background: url(../images/main/vip.png) no-repeat center center;
}
body.main .section-6 .icon,
body.main .section-6-prices .icon {
  text-align: center;
}
body.main .section-6 .icon svg,
body.main .section-6-prices .icon svg {
  fill: #fff;
  width: 48px;
  height: 49px;
}
body.main .section-6 .t3,
body.main .section-6-prices .t3 {
  width: 55%;
  margin: 14px auto 50px;
}
body.main .section-6 .t3 div,
body.main .section-6-prices .t3 div {
  font-size: 13px;
}
body.main .section-6 .t3 .p1,
body.main .section-6-prices .t3 .p1 {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
body.main .section-6 .t3 .p1 strong,
body.main .section-6-prices .t3 .p1 strong {
  font-weight: 700;
}
body.main .section-6 .t4,
body.main .section-6-prices .t4 {
  margin-bottom: 38px;
}
body.main .section-6 .t4 .p1,
body.main .section-6-prices .t4 .p1 {
  font-size: 2em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.713;
  text-align: center;
}
body.main .section-6 .r1,
body.main .section-6-prices .r1 {
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-6 .r1 .border-block,
body.main .section-6-prices .r1 .border-block {
  border-width: 5px;
  border-color: #0053f9;
  border-style: solid;
  width: 100%;
  padding: 30px 54px 25px;
}
body.main .section-6 .r1 .border-block.active,
body.main .section-6-prices .r1 .border-block.active {
  border-color: #D1005C;
}
body.main .section-6 .r1 .border-block .title,
body.main .section-6-prices .r1 .border-block .title {
  margin-bottom: 10px;
}
body.main .section-6 .r1 .border-block .title .p1,
body.main .section-6-prices .r1 .border-block .title .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
body.main .section-6 .r1 .border-block .text .p1,
body.main .section-6-prices .r1 .border-block .text .p1 {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.333;
  font-weight: 400;
  text-align: center;
}
body.main .section-6 .r1 .border-block .bat,
body.main .section-6-prices .r1 .border-block .bat {
  text-align: center;
  margin-top: 25px;
}
body.main .section-6 .r1 .border-block .bat a,
body.main .section-6-prices .r1 .border-block .bat a {
  text-decoration: none;
  background-color: #0053f9;
  height: 52px;
  padding: 0 16px;
  font-size: 0.88em;
  font-family: "Montserrat";
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 52px;
  text-align: center;
  transition: .3s;
  display: inline-block;
}
body.main .section-6 .r1 .border-block .bat a:hover,
body.main .section-6-prices .r1 .border-block .bat a:hover {
  background-color: #0148d6;
}
body.main .section-6-prices .r1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-6-prices .r1 .border-block {
  margin-left: auto;
  margin-right: auto;
  padding: 55px 20px;
  width: 88%;
}
body.main .section-6-prices .r1 .border-block .title {
  margin-bottom: 0;
}
body.main .section-6-prices .r1 .border-block .title .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #0053f9;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
body.main .section-6-prices .r1 .border-block .price .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
body.main .section-6-prices .r1 .border-block .time-data {
  margin-top: 15px;
}
body.main .section-6-prices .r1 .border-block .time-data .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.572;
  text-align: center;
}
body.main .section-6-prices .r1 .border-block .bat {
  width: 78%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
body.main .section-6-prices .r1 .border-block .bat a {
  font-size: 0.69em;
  padding: 0;
  width: 100%;
  align-self: center;
  text-align: center;
}
body.main .section-6-prices .icon {
  margin-top: 100px;
}
body.main .section-6-prices .t2 {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.main .section-6-prices .t2 .p1 {
  font-size: 1.25em;
  color: #ffffff;
  line-height: 1.4;
  text-align: center;
}
body.main .section-6-prices .t2 .p1 strong {
  font-weight: 500;
}
body.main .section-6-prices .t2 .p1 div {
  font-size: 13px;
}
body.main .section-6-prices .t3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.main .section-6-prices .t3 .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}
body.main .section-6-prices .t4 {
  margin-top: 100px;
}
body.main .section-6-prices .r1 .bat a {
  cursor: pointer;
}
body.main .section-6-prices .r2 {
  justify-content: center;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-6-prices .r2 .border-bl {
  border-width: 5px;
  border-color: #0053f9;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  max-width: 300px;
  padding: 25px 0 40px;
}
body.main .section-6-prices .r2 .border-bl.active {
  border-color: #D1005C;
}
body.main .section-6-prices .r2 .border-bl .title .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.6;
  text-align: center;
}
body.main .section-6-prices .r2 .border-bl .sale .p1 {
  font-size: 1.38em;
  font-family: "Oswald";
  color: #0053f9;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
body.main .section-6-prices .r2 .border-bl .text {
  margin: 10px 0 15px;
}
body.main .section-6-prices .r2 .border-bl .text .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
body.main .section-6-prices .r2 .border-bl .old-price .p1 {
  font-size: 1em;
  font-family: "Oswald";
  color: #7a7a7a;
  text-decoration: line-through;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
body.main .section-6-prices .r2 .border-bl .new-price {
  margin: 5px 0;
}
body.main .section-6-prices .r2 .border-bl .new-price .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.main .section-6-prices .r2 .border-bl .when .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.572;
  text-align: center;
  font-weight: 400;
}
body.main .section-6-prices .r2 .border-bl .bat {
  text-align: center;
  width: 164px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}
body.main .section-6-prices .r2 .border-bl .bat a {
  background-color: #0053f9;
  padding: 21px 33px;
  font-size: 0.88em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
}
body.main .section-6-prices .r2 .border-bl .bat a:hover {
  background-color: #0045d0;
}
body.main .section-7 {
  background: url(../images/main/bg7.png) no-repeat center top;
  padding: 112px 0;
  height: inherit;
}
body.main .section-7 .t1 {
  width: 26%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-7 .t1 .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.571;
  letter-spacing: 1px;
  text-align: center;
}
body.main .section-7 .line {
  background-color: #0053f9;
  width: 81px;
  height: 6px;
  margin: 25px auto 32px;
}
body.main .section-7 .t2 {
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
body.main .section-7 .t2 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #191919;
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
body.main .section-7 .text-block {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-7 .text-block .text .p1 {
  font-size: 1.07em;
  color: #191919;
  line-height: 1.235;
  text-align: center;
  margin-bottom: 40px;
}
body.main .section-7 .t3 {
  margin-top: 52px;
}
body.main .section-7 .t3 .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #0053f9;
  text-transform: uppercase;
  line-height: 1.959;
  text-align: center;
}
@media (max-width: 767px) {
  body.main .section-7 .t3 .p1 {
    line-height: 1.3;
    font-size: 1.55em;
  }
}
body.main .section-7 .items {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
body.main .section-7 .items .tit {
  margin-top: 45px;
  margin-bottom: 18px;
}
body.main .section-7 .items .tit .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.571;
  letter-spacing: 1px;
  text-align: center;
}
@media (max-width: 767px) {
  body.main .section-7 .items .tit {
    margin-top: 25px;
  }
}
body.main .section-7 .items .item {
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.07);
  height: 135px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 auto 15px;
}
body.main .section-7 .items .item .img {
  width: 90%;
  text-align: right;
}
body.main .section-7 .items .item .img svg {
  fill: #0053f9;
  height: 55px;
}
body.main .section-7 .items .item .img.mt {
  margin-top: 5px;
}
body.main .section-7 .items .item .text .p1 {
  font-size: 0.88em;
  font-weight: 400;
  color: #191919;
  line-height: 1.5;
}
body.main .section-8 {
  background: url(../images/main/bg8.jpg) no-repeat center center / cover;
  padding: 108px 0;
  height: 695px;
}
body.main .section-8 .t1 {
  width: 41%;
}
body.main .section-8 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.375;
  text-align: left;
}
body.main .section-8 .line {
  background-color: #0053f9;
  width: 80px;
  height: 6px;
  margin: 25px 0 45px;
}
body.main .section-8 .tabs .r1 {
  justify-content: space-between;
}
body.main .section-8 .tabs .r1 nav .nav-tabs {
  width: 100%;
  border: 0;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a {
  border-width: 1px;
  border-color: #c2c1c1;
  border-style: solid;
  width: 48.8%;
  border-radius: 0;
  height: 111px;
  font-size: 0.88em;
  padding: 48px;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  transition: .3s;
  text-align: center;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a.active {
  background-color: #0053f9;
  border-color: #0053f9;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a:hover {
  border-color: #0053f9;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-2-tab,
body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-4-tab {
  margin-left: auto;
  padding: 41px;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-3-tab {
  padding: 41px;
}
body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-2-tab,
body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-1-tab {
  margin-bottom: 14px;
}
body.main .section-8 .tabs .r1 .tab-content {
  margin-top: -175px;
}
body.main .section-8 .tabs .r1 .tab-content .tab-pane .block {
  background-color: #0053f9;
  width: 100%;
  padding: 38px 15px 25px 38px;
}
body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .title {
  margin-bottom: 25px;
}
body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .title .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .text .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.429;
  margin-bottom: 20px;
}
body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .text .li {
  line-height: 1.2;
  margin-bottom: 10px;
}
body.main .section-9 {
  background: url(../images/main/bg9.png) no-repeat center center / cover;
  padding: 110px 0;
}
body.main .section-9 .place-map i {
  color: #2f50f0;
  font-size: 25px;
}
body.main .section-9 .place-map .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  margin: 0 0 0 10px;
  flex: 1;
}
body.main .section-9 .container {
  padding: 0;
}
body.main .section-9 .map {
  height: 200px;
  margin-top: 30px;
}
body.main .section-9 .r1 {
  justify-content: space-around;
}
body.main .section-9 .r1 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #121212;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
body.main .section-9 .r1 .line {
  background-color: #0053f9;
  width: 81px;
  height: 5px;
  margin: 23px 0 43px;
}
body.main .section-9 .r1 .contacts .con {
  margin-bottom: 20px;
}
body.main .section-9 .r1 .contacts .con .media .img {
  margin-top: 1px;
  margin-right: 13px !important;
}
body.main .section-9 .r1 .contacts .con .media .img svg {
  fill: #0053f9;
  width: 20px;
}
body.main .section-9 .r1 .contacts .con .media .media-body .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
body.main .section-9 .r1 .contacts .t2 {
  margin-left: 33px;
}
body.main .section-9 .r1 .contacts .t2 .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
body.main .section-9 .r1 .contacts .icons {
  margin-left: 33px;
  max-width: 140px;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
body.main .section-9 .r1 .contacts .icons .icon a {
  transition: .3s;
  color: #2f50f0;
  font-size: 30px;
}
body.main .section-9 .r1 .contacts .icons .icon a:hover {
  opacity: 0.6;
}
body.main .section-9 .r1 .contacts .icons .icon a svg {
  fill: #2f50f0;
  transition: .3s;
}
body.main .section-9 .r1 .contacts .icons .icon.icon-1 a svg {
  width: 23px;
}
body.main .section-9 .r1 .contacts .icons .icon.icon-2 a {
  font-size: 33px;
}
body.main .section-9 .r1 .contacts .icons .icon.icon-2 a svg {
  width: 29px;
}
body.main .section-9 .r1 .contacts .icons .icon.icon-3 {
  margin-left: -3px;
}
body.main .section-9 .r1 .contacts .icons .icon.icon-3 a svg {
  width: 30px;
}
body.main .section-9 .r1 .contacts .icons:hover a svg {
  fill: #1d3fe5;
}
body.main .section-9 .r1 .t4 .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #121212;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
}
body.main .section-9 .r1 .t5 {
  margin-top: 15px;
  width: 72%;
}
body.main .section-9 .r1 .t5 .p1 {
  font-size: 0.88em;
  color: #191919;
  line-height: 1.286;
  font-weight: 400;
  text-align: left;
}
body.main .section-9 .r1 form {
  margin-top: 23px;
}
body.main .section-9 .r1 form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
body.main .section-9 .r1 form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.main .section-9 .r1 form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.main .section-9 .r1 form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
body.main .section-9 .r1 form .inputblock {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.main .section-9 .r1 form .inputblock label.error {
  display: none !important;
}
body.main .section-9 .r1 form .inputblock input,
body.main .section-9 .r1 form .inputblock textarea,
body.main .section-9 .r1 form .inputblock select {
  display: inline-block;
  width: 100%;
  border: 1px solid #CCC;
  line-height: 48px;
  height: 48px;
  padding: 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #333;
  border-radius: 0;
}
body.main .section-9 .r1 form .inputblock input.error,
body.main .section-9 .r1 form .inputblock textarea.error,
body.main .section-9 .r1 form .inputblock select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body.main .section-9 .r1 form .inputblock textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
body.main .section-9 .r1 form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
body.main .section-9 .r1 form .controls button,
body.main .section-9 .r1 form .controls input {
  width: 100%;
}
body.main .section-9 .r1 form .inputblock {
  width: 100%;
  margin-bottom: 12px;
}
body.main .section-9 .r1 form .inputblock input {
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: 0;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  font-size: 0.88em;
  color: #7d7d7d;
}
body.main .section-9 .r1 form .bat {
  width: 100%;
}
body.main .section-9 .r1 form .bat .btn1 {
  background-color: #0053f9;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: .3s;
  height: 70px;
  font-size: 0.75em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
body.main .section-9 .r1 form .bat .btn1:hover {
  background-color: #0048d8;
}
body.main .section-9 .r1 form .agree {
  color: #000;
  font-size: 12px;
  margin: 15px 0 0;
}
body.main .section-9 .r1 form .agree .form-check-input {
  margin-top: .15rem;
}
body.main .section-9 .r1 form .agree .form-check-input.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body.main .section-9 .r1 form .agree a {
  color: #000;
  text-decoration: underline;
}
body.main .section-11 {
  color: #ffffff;
  background: url(/assets/images/main/sec-11-bg.png) no-repeat center top / cover;
  padding: 80px 0 179px 0;
}
body.main .section-11 .container {
  max-width: 1410px !important;
}
body.main .section-11 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 1.375;
  text-align: center;
}
body.main .section-11 .r1 {
  margin-top: 80px;
}
body.main .section-11 .r1 .maxw {
  max-width: 385px;
}
body.main .section-11 .r1 .col-main {
  margin-right: 25px;
}
body.main .section-11 .r1 .main-block .text {
  flex: 1;
  margin-left: 25px;
}
body.main .section-11 .r1 .main-block .text .min-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
body.main .section-11 .r1 .main-block .text p {
  font-size: 14px;
  line-height: 25px;
  color: #b9b9b9;
}
body.main .section-12 {
  color: #000000;
  padding: 78px 0 0 0;
}
body.main .section-12 .r1 .img-block {
  background-image: url(/assets/images/main/img-block-bg.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: 0px 91px;
  position: relative;
  z-index: 10;
}
body.main .section-12 .r1 .t-title {
  font-family: Oswald;
  font-size: 2.13em;
  font-weight: 600;
  position: relative;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}
body.main .section-12 .r1 .t-title::before {
  position: absolute;
  content: "";
  width: 65px;
  height: 5px;
  bottom: -15px;
  left: 0;
  background: #0053f9;
}
body.main .section-12 .r1 .questions {
  background-color: #eeeff6;
  margin-left: -115px;
  padding: 40px 0px 29px 115px;
}
body.main .section-12 .r1 .questions .list .line {
  margin: 0 0 8px 0;
}
body.main .section-12 .r1 .questions .list .line .img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #dfe4ef;
}
body.main .section-12 .r1 .questions .list .line .text {
  flex: 1;
  margin: 0 0 0 20px;
  font-size: 14px;
}
body.main .section-12 .r1 .questions .list .line .text span {
  font-weight: 500;
}
body.main .section-13 {
  color: #000000;
  text-align: center;
  padding: 70px 0 80px 0;
}
body.main .section-13 .t-title {
  font-family: Oswald;
  font-size: 50px;
  font-weight: 600;
}
body.main .section-13 .text {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 500;
}
body.main .section-13 .but {
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
  margin: 40px auto 0 auto;
}
body.main .section-13 .but .btn1 {
  background-color: #0053f9;
  height: 68px;
  width: 100%;
  font-size: 1em;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 29px 28px;
  align-items: center;
  text-align: center;
  border: 0;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
}
body.main .section-13 .but .btn1:hover {
  background-color: #004ade;
  text-decoration: none;
}
body.main footer {
  padding: 30px 0;
  text-align: center;
}
body.main footer .t1 {
  color: #000000;
}
body.main footer .links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
body.main footer .links a {
  color: #000000;
}
body.main footer .links a:not(: last-of-type) {
  margin-right: 15px;
}
body.main .modal {
  color: #000;
}
body.main .modal#econom,
body.main .modal#comfort,
body.main .modal#vip,
body.main .modal#masha,
body.main .modal#ivan,
body.main .modal#nastasia,
body.main .modal#riy,
body.main .modal.modal-full-form {
  background-color: rgba(33,32,30,0.85);
}
body.main .modal#econom .modal-dialog,
body.main .modal#comfort .modal-dialog,
body.main .modal#vip .modal-dialog,
body.main .modal#masha .modal-dialog,
body.main .modal#ivan .modal-dialog,
body.main .modal#nastasia .modal-dialog,
body.main .modal#riy .modal-dialog,
body.main .modal.modal-full-form .modal-dialog {
  max-width: 980px;
  border: 0;
}
body.main .modal#econom .modal-dialog .modal-content,
body.main .modal#comfort .modal-dialog .modal-content,
body.main .modal#vip .modal-dialog .modal-content,
body.main .modal#masha .modal-dialog .modal-content,
body.main .modal#ivan .modal-dialog .modal-content,
body.main .modal#nastasia .modal-dialog .modal-content,
body.main .modal#riy .modal-dialog .modal-content,
body.main .modal.modal-full-form .modal-dialog .modal-content {
  background-color: rgba(255,255,255,0);
  border: 0;
}
body.main .modal#econom .modal-dialog .modal-content .close,
body.main .modal#comfort .modal-dialog .modal-content .close,
body.main .modal#vip .modal-dialog .modal-content .close,
body.main .modal#masha .modal-dialog .modal-content .close,
body.main .modal#ivan .modal-dialog .modal-content .close,
body.main .modal#nastasia .modal-dialog .modal-content .close,
body.main .modal#riy .modal-dialog .modal-content .close,
body.main .modal.modal-full-form .modal-dialog .modal-content .close {
  opacity: 1;
  margin-left: auto;
  margin-right: -50px;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  font-size: 3.75em;
  color: #fff;
  border: 0;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body,
body.main .modal#comfort .modal-dialog .modal-content .modal-body,
body.main .modal#vip .modal-dialog .modal-content .modal-body,
body.main .modal#masha .modal-dialog .modal-content .modal-body,
body.main .modal#ivan .modal-dialog .modal-content .modal-body,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body,
body.main .modal#riy .modal-dialog .modal-content .modal-body,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body {
  padding: 3px;
  background-color: rgba(255,255,255,0);
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha {
  height: inherit;
  background-color: #191919;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha .list,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha .list {
  padding: 70px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha .list .media,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha .list .media {
  margin-bottom: 25px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha .list .p1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha .list .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right {
  background-color: #fff;
  padding: 40px 70px 20px 45px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
  height: auto;
  border: 3px solid #0253fa;
  padding: 5px 5px 5px 5px;
  margin-right: 15px;
  max-width: 220px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 {
  font-size: 1.25em;
  font-family: "Oswald";
  color: #000;
  text-transform: uppercase;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 .blue {
  color: #0253fa;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
  margin-bottom: 0;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1 {
  font-size: 0.94em;
  color: #000;
  line-height: 1.333;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form {
  margin-top: 23px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock label.error {
  display: none !important;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input.error,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea.error,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .controls,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .controls input,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .controls button,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .controls input {
  width: 100%;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock {
  width: 100%;
  margin-bottom: 12px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input {
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: 0;
  width: 100%;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  font-size: 0.88em;
  color: #7d7d7d;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .bat,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .bat {
  width: 100%;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1 {
  background-color: #0053f9;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: .3s;
  height: 55px;
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: center;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .bat .btn1:hover {
  background-color: #0048d8;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .text .p1 {
  font-size: 0.875em;
  color: #383838;
  margin-top: 15px;
}
body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup,
body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .text .p1 sup {
  margin-top: 3px;
}
body .mod-1 {
  color: #000;
}
body .mod-1#econom,
body .mod-1#comfort,
body .mod-1#vip,
body .mod-1#masha,
body .mod-1#ivan,
body .mod-1#nastasia,
body .mod-1#riy,
body .mod-1.mod-full-form {
  background-color: rgba(33,32,30,0.85);
}
body .mod-1#econom .mod-dialog,
body .mod-1#comfort .mod-dialog,
body .mod-1#vip .mod-dialog,
body .mod-1#masha .mod-dialog,
body .mod-1#ivan .mod-dialog,
body .mod-1#nastasia .mod-dialog,
body .mod-1#riy .mod-dialog,
body .mod-1.mod-full-form .mod-dialog {
  max-width: 980px;
  border: 0;
}
body .mod-1#econom .mod-dialog .mod-content,
body .mod-1#comfort .mod-dialog .mod-content,
body .mod-1#vip .mod-dialog .mod-content,
body .mod-1#masha .mod-dialog .mod-content,
body .mod-1#ivan .mod-dialog .mod-content,
body .mod-1#nastasia .mod-dialog .mod-content,
body .mod-1#riy .mod-dialog .mod-content,
body .mod-1.mod-full-form .mod-dialog .mod-content {
  background-color: rgba(255,255,255,0);
  border: 0;
}
body .mod-1#econom .mod-dialog .mod-content .close,
body .mod-1#comfort .mod-dialog .mod-content .close,
body .mod-1#vip .mod-dialog .mod-content .close,
body .mod-1#masha .mod-dialog .mod-content .close,
body .mod-1#ivan .mod-dialog .mod-content .close,
body .mod-1#nastasia .mod-dialog .mod-content .close,
body .mod-1#riy .mod-dialog .mod-content .close,
body .mod-1.mod-full-form .mod-dialog .mod-content .close {
  opacity: 1;
  margin-left: auto;
  margin-right: -50px;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  font-size: 3.75em;
  color: #fff;
  border: 0;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body,
body .mod-1#comfort .mod-dialog .mod-content .mod-body,
body .mod-1#vip .mod-dialog .mod-content .mod-body,
body .mod-1#masha .mod-dialog .mod-content .mod-body,
body .mod-1#ivan .mod-dialog .mod-content .mod-body,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body,
body .mod-1#riy .mod-dialog .mod-content .mod-body,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body {
  padding: 3px;
  background-color: rgba(255,255,255,0);
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .masha,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .masha {
  height: inherit;
  background-color: #191919;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .masha .list,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .masha .list {
  padding: 70px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .masha .list .media,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .masha .list .media {
  margin-bottom: 25px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .masha .list .p1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .masha .list .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right {
  background-color: #fff;
  padding: 40px 70px 20px 45px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block {
  height: 50px;
  border: 3px solid #0253fa;
  padding: 3px 10px 10px 10px;
  margin-right: 20px;
  max-width: 225px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 {
  font-size: 1.25em;
  font-family: "Oswald";
  color: #000;
  text-transform: uppercase;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 .time-block .p1 .blue {
  color: #0253fa;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 {
  margin-bottom: 0;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .r2 .t1 .p1 {
  font-size: 0.94em;
  color: #000;
  line-height: 1.333;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form {
  margin-top: 23px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock label.error {
  display: none !important;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input.error,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea.error,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock select.error {
  border-color: #E76767;
  box-shadow: 0 0 4px #CC0000;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.3;
  resize: none;
  height: auto;
  min-height: 150px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .controls,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .controls {
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .controls input,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .controls button,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .controls input {
  width: 100%;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock {
  width: 100%;
  margin-bottom: 12px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .inputblock input {
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: 0;
  width: 100%;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  font-size: 0.88em;
  color: #7d7d7d;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .bat,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .bat {
  width: 100%;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1 {
  background-color: #0053f9;
  width: 100%;
  border: 0;
  cursor: pointer;
  transition: .3s;
  height: 55px;
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 55px;
  letter-spacing: 1px;
  text-align: center;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right form .bat .btn1:hover {
  background-color: #0048d8;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .text .p1,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .text .p1 {
  font-size: 0.875em;
  color: #383838;
  margin-top: 15px;
}
body .mod-1#econom .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#comfort .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#vip .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#masha .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#ivan .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#nastasia .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1#riy .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup,
body .mod-1.mod-full-form .mod-dialog .mod-content .mod-body .r1 .right .text .p1 sup {
  margin-top: 3px;
}
body .times {
  max-width: 760px;
  width: 100%;
  margin: 45px auto 0;
  text-align: center;
}
body .times .t1t {
  width: 71%;
}
body .times .t1t .p1t {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body .times .linet {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 15px auto 35px;
}
body .times .t2t .p1t {
  display: none;
  font-size: 1.13em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.222;
  letter-spacing: 1px;
}
body .times .t3t {
  margin: 35px 0 10px;
}
body .times .t3t .p1t {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
body .times .timer {
  width: 230px;
  margin: 0 auto;
}
body .times .timer ul.countdown {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
}
body .times .timer ul.countdown li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
body .times .timer ul.countdown li span {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body .times .timer ul.countdown li.seperator {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body .times .timer ul.countdown li p {
  font-size: 0.94em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.prices .section-6 {
  padding: 0;
}
body.prices .section-6 .nal.price .p1 {
  font-size: 19px !important;
  line-height: 74px !important;
}
body.prices .section-6 .big-table .columns .column .bat a {
  padding: 0 20px;
  width: 100%;
  line-height: 1;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left {
  height: 536px;
  background-color: #0f43b0;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .t1,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .t1,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .t1,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .t1,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .t1,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .t1 {
  margin: 25px 0 25px 35px;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1 {
  font-family: 'Oswald';
  font-size: 2.5em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .list,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .list,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .list,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .list,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .list,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .list {
  margin-left: 35px;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .list .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .price,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .price,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .price {
  border: 1px solid #fff;
  margin-top: 180px;
  padding: 15px;
  width: 52%;
  margin-left: 35px;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .left .price .p1 {
  font-size: 3.125em;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.prices .modal#masha body.prices .modal#ivan .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.prices .modal#nastasia .modal-dialog .modal-content .modal-body .r1 .right .r2,
body.prices .modal#riy .modal-dialog .modal-content .modal-body .r1 .right .r2 {
  width: 100%;
}
body.first-payment .steps {
  margin: 30px 0 0 0;
}
body.first-payment .steps .item {
  background-color: #f6f9fe;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.07);
  width: 100%;
  padding: 30px 0 30px 27px;
  min-height: 123px;
}
body.first-payment .steps .item .step-num {
  margin-bottom: 5px;
}
body.first-payment .steps .item .step-num .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #191919;
  text-transform: uppercase;
  line-height: 1;
}
body.first-payment .steps .item .text-of-item {
  margin-top: 15px;
}
body.first-payment .steps .item .text-of-item .p1 {
  font-size: 0.88em;
  color: #191919;
  line-height: 1.2;
}
body.first-payment .steps .item .text-of-item.text-width {
  width: 72%;
  margin-top: 0;
}
body.first-payment .section-1 {
  background: url(../images/first-payment/bg1.jpg) no-repeat center center / cover;
  padding: 50px 0 70px 0;
  height: inherit;
}
body.first-payment .section-1 .t1 {
  width: 71%;
}
body.first-payment .section-1 .t1 .p1 {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body.first-payment .section-1 .line {
  background-color: #0053f9;
  width: 80px;
  height: 5px;
  margin: 15px 0 35px;
}
body.first-payment .section-1 .t2 .p1 {
  font-size: 1.13em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.222;
  letter-spacing: 1px;
  text-align: left;
}
body.first-payment .section-1 .t3 {
  margin: 35px 0 10px;
}
body.first-payment .section-1 .t3 .p1 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}
body.first-payment .section-1 .timer {
  width: 25%;
}
body.first-payment .section-1 .timer ul.countdown {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: baseline;
}
body.first-payment .section-1 .timer ul.countdown li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
body.first-payment .section-1 .timer ul.countdown li span {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body.first-payment .section-1 .timer ul.countdown li.seperator {
  font-size: 2.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.5;
}
body.first-payment .section-1 .timer ul.countdown li p {
  font-size: 0.94em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.first-payment .section-2 {
  background: url(../images/first-payment/bg2.png) no-repeat center center;
  padding-bottom: 50px;
  padding-top: 50px;
  background-size: 53%;
}
body.first-payment .section-2 .icon {
  text-align: center;
}
body.first-payment .section-2 .icon svg {
  fill: #fff;
  width: 48px;
  height: 49px;
}
body.first-payment .section-2 .text {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
body.first-payment .section-2 .text .p1 {
  font-size: 1.25em;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
}
body.first-payment .section-2 .t2 {
  margin-top: 10px;
  margin-bottom: 57px;
}
body.first-payment .section-2 .t2 .p1 {
  text-align: center;
  font-size: 0.88em;
  line-height: 1.2;
}
body.first-payment .section-3.section-6 {
  height: inherit;
}
body.first-payment .section-3.section-6 .r2 {
  width: 80%;
  margin: auto;
}
body.first-payment .section-3.section-6 .r2 .border-bl {
  max-width: 75%;
  padding: 30px 0 30px;
  border-width: 5px;
  border-color: #0053f9;
  border-style: solid;
}
body.first-payment .section-3.section-6 .r2 .border-bl.ml-a {
  margin-left: auto;
  margin-right: inherit;
}
body.first-payment .section-3.section-6 .r2 .border-bl.mr-a {
  margin-right: auto;
  margin-left: inherit;
}
body.first-payment .section-3.section-6 .r2 .border-bl.active {
  border-color: #D1005C;
}
body.first-payment .section-3.section-6 .r2 .border-bl .bat {
  height: 52px;
  margin-top: 25px;
  text-align: center;
}
body.first-payment .section-3.section-6 .r2 .border-bl .bat a {
  width: 150px;
  text-align: center;
  padding: 20px 40px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  font-size: 0.69em;
  line-height: 1.2;
  justify-content: center;
  background-color: #0053f9;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  margin: auto;
  transition: 0.3s;
}
body.first-payment .section-3.section-6 .r2 .border-bl .bat a:hover {
  background-color: #0045d0;
}
body.first-payment .section-3.section-6 .r2 .border-bl .old-price .p1 {
  font-size: 1em;
  font-family: "Oswald";
  color: #7a7a7a;
  text-decoration: line-through;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
body.first-payment .section-3.section-6 .r2 .border-bl .new-price {
  margin: 5px 0;
}
body.first-payment .section-3.section-6 .r2 .border-bl .new-price .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
body.first-payment .section-3.section-6 .r2 .border-bl .title .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.6;
  text-align: center;
}
body.first-payment .section-3.section-6 .r2 .border-bl .text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin: 10px auto 15px;
}
body.first-payment .section-3.section-6 .r2 .border-bl .text .p1 {
  font-size: 1em;
  font-family: "Montserrat";
  color: #ffffff;
  line-height: 1.375;
  text-align: center;
}
body.first-payment .section-3.section-6 .big-table .item.dark {
  background-color: #151515;
}
body.first-payment .section-3.section-6 .big-table .columns .column {
  min-height: 970px;
}
body.first-payment .section-3.section-6 .big-table .columns .column .nal.price .p1 {
  font-size: 1em;
  color: #ffffff;
  font-weight: 500;
  line-height: 4.575;
  text-align: center;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat {
  width: 150px;
  height: 52px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a {
  width: 150px;
  height: 52px;
  font-size: 0.69em;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  background-color: #74a2ff;
  text-align: center;
  padding: 15px;
  line-height: 12px;
  transition: .3s;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a.darker {
  background-color: #387aff;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a.darker:hover {
  background-color: #286cf4;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a.darkest {
  background-color: #0053f9;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a.darkest:hover {
  background-color: #0049db;
}
body.first-payment .section-3.section-6 .big-table .columns .column .bat a:hover {
  background-color: #598bf0;
}
body.first-payment .section-3.section-6 .t4 {
  margin-top: 175px;
}
body.first-payment .section-3.section-6 .r1 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body.first-payment .section-3.section-6 .r1 .border-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}
body.first-payment .section-3.section-6 .r1 .border-block .title {
  background: url(../images/main/name-background.png) no-repeat center center;
}
body.first-payment .section-3.section-6 .r1 .border-block .title .p1 {
  font-size: 1.75em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
}
body.first-payment .section-3.section-6 .r1 .border-block .title.vip {
  background: url(../images/main/vip.png) no-repeat center center;
}
body.first-payment .section-3.section-6 .r1 .border-block .price .p1 {
  font-size: 1.5em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 2.292;
  text-align: center;
}
body.first-payment .section-3.section-6 .r1 .border-block .text .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.572;
  text-align: center;
}
body.first-payment .section-3.section-6 .r1 .border-block .bat a {
  font-size: 0.69em;
  padding: 22px 25px;
  letter-spacing: 1px;
}
body.first-payment .section-3 {
  padding-bottom: 130px;
  padding-top: 65px;
}
body.second-payment .section-1 {
  padding: 80px 0 70px 0;
  background: url(../images/second-payment/bg1.jpg) no-repeat center center / cover;
}
body.second-payment .section-1 .t2 {
  width: 57%;
}
body.second-payment .arrow {
  max-width: 640px;
  text-align: center;
  margin: 100px 0 0 0;
}
body.second-payment .arrow img {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  display: inline-block;
  cursor: pointer;
}
body.second-payment .section-2 {
  background: 0;
  padding-bottom: 90px;
}
body.second-payment .section-2 .t1 {
  width: 76%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
body.second-payment .section-2 .t1 .p1 {
  font-size: 1.13em;
  color: #000000;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: 'Montserrat';
  text-transform: uppercase;
  line-height: 1.444;
}
body.second-payment .section-2 .t1 .p1 .blue {
  color: #0053f9;
}
body.second-payment .section-2 .r1 {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
body.second-payment .section-2 .r1 .title {
  text-align: center;
}
body.second-payment .section-2 .r1 .title .p1 {
  font-size: 0.88em;
  color: #191919;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.571;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding: 10px;
  border: 2px solid #0053f9;
  display: inline-block;
}
body.second-payment .section-2 .r1 .r1-1 .item-block {
  background-color: #ffffff;
  box-shadow: 0px 27px 63px 21px rgba(0,0,0,0.07);
  width: 381px;
  min-height: 140px;
  margin: 0 auto 15px;
  padding: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
body.second-payment .section-2 .r1 .r1-1 .item-block.dark .img {
  text-align: center;
}
body.second-payment .section-2 .r1 .r1-1 .item-block.dark .img svg {
  fill: #121212;
  height: 68px;
}
body.second-payment .section-2 .r1 .r1-1 .item-block.blue .img {
  text-align: center;
}
body.second-payment .section-2 .r1 .r1-1 .item-block.blue .img svg {
  fill: #0053f9;
  height: 68px;
}
body.second-payment .section-2 .r1 .r1-1 .item-block .text {
  margin: 0 0 0 15px;
  flex: 1;
}
body.second-payment .section-2 .r1 .r1-1 .item-block .text .p1 {
  font-size: 0.88em;
  font-family: "Montserrat";
  color: #191919;
  line-height: 1.5;
  text-align: left;
}
body.second-payment .section-2 .panel {
  background-color: #0053f9;
  max-width: 442px;
  padding-top: 33px;
  margin: 40px auto 0;
  padding-bottom: 25px;
}
body.second-payment .section-2 .panel .title .p1 {
  font-size: 2em;
  font-family: "Oswald";
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
body.second-payment .section-2 .panel .text {
  margin-top: 20px;
  width: 88%;
}
body.second-payment .section-2 .panel .text .p1 {
  font-size: 0.88em;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
body.second-payment .section-3.section-6-prices {
  padding-bottom: 80px;
}
body.second-payment .section-3.section-6-prices .t4 {
  margin-top: 0;
}
body.second-payment .section-3.section-6-prices .r2 {
  width: 80%;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl {
  max-width: 75%;
  padding: 30px 0 30px;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl.ml-a {
  margin-left: auto;
  margin-right: inherit;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl.mr-a {
  margin-right: auto;
  margin-left: inherit;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl .bat {
  width: 150px;
  height: 52px;
  margin-top: 25px;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl .bat a {
  width: 150px;
  text-align: center;
  padding: 20px 40px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  font-size: 0.69em;
  line-height: 1.2;
  justify-content: center;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl .text {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body.second-payment .section-3.section-6-prices .r2 .border-bl .text .p1 {
  font-size: 1em;
  font-family: "Montserrat";
  color: #ffffff;
  line-height: 1.375;
  text-align: center;
}
body.second-payment .section-3.section-6-prices .icon {
  margin-top: 57px;
}
body.second-payment .section-3.section-6-prices .t2 {
  width: 55%;
  margin: 14px auto 50px;
}
body.second-payment .section-3.section-6-prices .t2 div {
  font-size: 13px;
}
body.second-payment .section-3.section-6-prices .t2 .p1 {
  font-size: 1em;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
body.second-payment .section-3.section-6-prices .t2 .p1 strong {
  font-weight: 700;
}
body.test-a {
  color: #000;
  padding: 50px 0 50px 0;
}
body.test-a .container {
  max-width: 800px !important;
}
body.test-a h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
body.test-a .t-title {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}
body.test-a .m-title {
  margin: 25px 0 0 0;
  font-size: 18px;
  text-align: center;
}
body.test-a .f-block {
  margin: 30px 0;
}
body.test-a .anketa {
  margin: 50px 0 0 0;
}
body.test-a .order .btn {
  background: #ff7734;
  color: #fff;
  font-weight: 600;
  width: 256px;
  height: 50px;
  font-size: 18px;
  transition: 0.2s;
}
body.test-a .order .btn:hover {
  transform: scale(1.06);
}
body.test-a .answer {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.test-a .answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body.test-a .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
}
body.test-a .answer:hover input ~ .checkmark {
  background-color: #ccc;
}
body.test-a .answer input:checked ~ .checkmark {
  background-color: #ff7734;
}
body.test-a .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
body.test-a .answer input:checked ~ .checkmark:after {
  display: block;
}
body.test-a .answer .checkmark:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
}
#econom .modal-dialog {
  max-width: 680px !important;
}
div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a {
  width: 30px;
  height: 30px;
  border-width: 4px;
  border-color: #3693d6;
  border-bottom-style: solid;
  background: none;
}
div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a:hover {
  border-color: #0053f9;
}
div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a.bx-prev {
  border-left-style: solid;
  transform: rotate(45deg);
  left: -40px;
}
div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a.bx-next {
  border-right-style: solid;
  transform: rotate(-45deg);
  right: -40px;
}
@media (max-width: 767px) {
  div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px;
  }
  div#ModalAll .modal-dialog .modal-content .modal-body .bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px;
  }
}
.slider-bx .mod-1 .mod-dialog .mod-content .mod-body .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left {
  height: 536px;
  background-color: #0f43b0;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .t1 {
  margin: 25px 0 25px 35px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1 {
  font-family: 'Oswald';
  font-size: 2.5em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list {
  margin-left: 35px;
  padding-right: 15px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list .p1 {
  font-size: 0.93em;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 10px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list.mini-list {
  font-size: 14px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list.mini-list .p1 {
  margin-bottom: 6px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price {
  border: 1px solid #fff;
  padding: 15px;
  width: 85%;
  margin-left: 35px;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price .p1 {
  font-size: 1.525em;
  font-family: 'Oswald';
  text-transform: uppercase;
  color: #fff;
  line-height: 2;
  margin-bottom: 10px;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price .p2 {
  font-size: 1.125em;
  color: #fff;
  line-height: 1;
  font-family: 'Oswald';
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
  width: 100% !important;
}
.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .pthx {
  font-size: 1.500em;
  text-align: center;
  font-family: 'Oswald';
  border: 3px solid #0253fa;
  padding: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price {
    position: initial;
  }
  .modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    height: inherit !important;
    width: 100%;
    justify-content: space-between;
  }
  .modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
    margin-right: 0;
    max-width: 100px !important;
  }
  .modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
    width: 45%;
  }
}
#video-modal .close {
  position: absolute;
  right: -26px;
  top: -22px;
  font-size: 43px;
  font-weight: 300;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
}
#video-modal.show .modal-dialog {
  top: 5%;
}
#video-modal .modal-dialog {
  max-width: 80%;
  margin: auto;
  transform: none !important;
  top: -100%;
  transition: 0.3s;
}
#video-modal .modal-dialog .modal-content {
  background: none;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  body {
    font-size: 16px;
  }
  body.main .mission .r-top .img-text {
    margin-left: -125px;
    position: relative;
    z-index: 5;
  }
  body.main .mission::before {
    position: absolute;
    content: "";
    max-width: 725px;
    width: 100%;
    height: 160px;
    background-color: #0053f9;
    top: 125px;
    right: 0;
    z-index: 1;
  }
  body.main .under-m::before {
    position: absolute;
    content: "";
    max-width: 575px;
    width: 100%;
    height: 100px;
    background-color: #0053f9;
    bottom: 80px;
    right: 0;
    z-index: 1;
  }
  body.main .section-4 .carousel .carousel-indicators {
    bottom: -710px;
    max-width: 1200px;
    left: -191px;
    right: 0;
  }
  body.main .section-4 .carousel .carousel-indicators li {
    width: 294px;
    height: 360px;
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  body .container {
    max-width: 960px !important;
  }
  body.main .section-1 {
    height: inherit;
    padding-bottom: 160px;
    background-size: cover;
  }
  body.main .section-1 .header-block .time-block {
    max-width: 156px;
  }
  body.main .section-1 .text-block .t2 {
    margin-top: 120px;
  }
  body.main .section-1 .text-block .flag {
    left: 353px;
    bottom: 104px;
  }
  body.main .section-video .video-block {
    top: -35px;
    width: 732px;
  }
  body.main .section-video .video-block iframe {
    width: 100%;
    height: 400px;
  }
  body.main .section-video .video-block .overhead-block {
    width: 100%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-2 {
    padding-bottom: 60px;
  }
  body.main .section-2 .t1 {
    width: 80%;
  }
  body.main .section-2 .items .item {
    height: 120px;
  }
  body.main .section-3 {
    background-size: cover;
    padding: 60px 0;
  }
  body.main .section-3 .line {
    margin: 15px auto;
  }
  body.main .section-3 .t2 {
    background-size: 6%;
  }
  body.main .section-3 .t2 .p1 {
    line-height: 60px;
  }
  body.main .section-3 .strange-block .stripe {
    width: 980px;
    left: -26px;
  }
  body.main .section-3 .strange-block .r1 .item {
    padding: 15px 0;
    min-height: 235px;
  }
  body.main .section-3 .strange-block .r1 .item .title {
    width: 65%;
    margin: 10px auto;
  }
  body.main .section-3 .strange-block .r1 .item .text-2 {
    width: 83%;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 {
    padding: 15px 0;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 .title-2 {
    width: 90%;
    margin: 10px auto;
  }
  body.main .section-3 .txt-block {
    width: 70%;
    margin-top: 80px;
  }
  body.main .section-3 .t5 {
    margin: 20px auto 30px;
  }
  body.main .section-3 .t6 {
    width: 58%;
    margin-bottom: 55px;
  }
  body.main .section-4 {
    padding-top: 70px;
    height: inherit;
  }
  body.main .section-4 .column-line {
    top: -70px;
  }
  body.main .section-4 .container {
    padding: 0 15px;
  }
  body.main .section-4 .carousel .carousel-indicators {
    left: -33px;
    max-width: 1024px;
    right: 0;
    margin: 0;
    bottom: -470px;
  }
  body.main .section-4 .carousel .carousel-indicators li {
    height: inherit;
    padding-top: 100px;
    padding-bottom: 10px;
    width: 24%;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex {
    justify-content: space-around;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block {
    margin-top: 70px;
    align-self: flex-end;
    width: 100%;
    padding: 25px 30px;
    height: inherit;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block .bat {
    width: 40%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-2,
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-3 {
    margin-top: 70px;
    height: inherit;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-2 {
    margin-bottom: 50px;
    margin-top: 127px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .info-block.in-block-3 {
    margin-bottom: 50px;
    margin-top: 100px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .d-flex .num {
    margin-top: 270px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img {
    height: 597px;
    margin-top: -731px;
    left: 84px;
    top: 647px;
    width: 473px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img img {
    max-width: 100%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.indi {
    left: -84px;
    top: 466px;
    width: 625px;
  }
  body.main .section-6 {
    padding: 60px 0;
  }
  body.main .section-6 .big-table {
    margin-bottom: 160px;
  }
  body.main .section-6 .big-table .item {
    width: 100%;
    margin-bottom: 20px;
    height: 35px;
  }
  body.main .section-6 .big-table .item .tit-2 {
    width: 36%;
  }
  body.main .section-6 .big-table .item .esp .p1 {
    line-height: 2.375;
  }
  body.main .section-6 .big-table .columns {
    top: -70px;
    left: 380px;
  }
  body.main .section-6 .big-table .columns .column {
    width: 160px;
    padding: 15px 13px;
    min-height: inherit;
    margin-right: 20px;
  }
  body.main .section-6 .big-table .columns .column .bat a {
    padding: 16px 15px;
  }
  body.main .section-6 .big-table .columns .column .nal .p1 {
    line-height: 2.05;
  }
  body.main .section-6 .big-table .columns .column .nal.big-line-height .p1 {
    line-height: 3.05;
  }
  body.main .section-6 .big-table .columns .column .nal.biggest-line-height .p1 {
    line-height: 5.6;
  }
  body.main .section-6 .big-table .columns .column .nal.otd .p1 {
    line-height: 1.05;
  }
  body.main .section-6 .big-table .columns .column .nal.last .p1 {
    line-height: 4;
  }
  body.main .section-6 .r1 .border-block {
    padding: 30px 43px 25px;
  }
  body.main .section-6-prices {
    padding: 60px 0;
  }
  body.main .section-6-prices .r1 .border-block {
    width: 100%;
    padding: 25px 0;
  }
  body.main .section-6-prices .t4 {
    margin-top: 65px;
  }
  body.main .section-6-prices .r2 {
    width: 72%;
  }
  body.main .section-7 {
    padding: 60px 0 40px;
  }
  body.main .section-7 .t1 {
    width: 30%;
  }
  body.main .section-7 .line {
    height: 5px;
  }
  body.main .section-7 .t2 {
    width: 95%;
  }
  body.main .section-7 .items .item {
    height: 100px;
  }
  body.main .section-8 {
    background-size: cover;
    height: 640px;
    padding: 60px 0;
    background-position: top center;
  }
  body.main .section-8 .t1 {
    width: 57%;
  }
  body.main .section-8 .line {
    height: 5px;
    margin-top: 15px;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a {
    height: inherit;
    padding: 40px;
    font-size: 1em;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .text .p1 {
    font-size: 1em;
  }
  body.main .section-9 {
    padding: 60px 0;
  }
  body.main .section-9 .r1 form .inputblock input {
    font-size: 1em;
  }
  body.main .section-9 .r1 form .bat .btn1 {
    font-size: 1em;
  }
  body.main footer {
    height: 70px;
  }
  body.main footer .d-flex {
    justify-content: space-around;
  }
  body.main footer .d-flex .t1 a,
  body.main footer .d-flex .t2 a {
    font-size: 1em;
  }
  body.main footer .d-flex .t1 .p1,
  body.main footer .d-flex .t2 .p1 {
    font-size: 1em;
  }
  body.main .modal#econom .modal-dialog,
  body.main .modal#comfort .modal-dialog,
  body.main .modal#vip .modal-dialog,
  body.main .modal.modal-full-form .modal-dialog {
    max-width: 80%;
  }
  body.main .modal#econom .modal-dialog .modal-content,
  body.main .modal#comfort .modal-dialog .modal-content,
  body.main .modal#vip .modal-dialog .modal-content,
  body.main .modal.modal-full-form .modal-dialog .modal-content {
    max-width: 100%;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left {
    height: inherit;
    padding-bottom: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price {
    width: 57%;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right {
    height: inherit;
    padding-bottom: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    height: 54px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
    margin-right: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
    width: 39%;
  }
  body.first-payment .section-1 {
    padding-bottom: 60px;
  }
  body.first-payment .section-2 {
    background-size: 65%;
  }
  body.first-payment .section-6.section-3 {
    padding: 60px 0;
  }
  body.first-payment .section-6.section-3 .line {
    margin-bottom: 140px;
  }
  body.first-payment .section-6.section-3 .big-table {
    margin-bottom: 160px;
  }
  body.first-payment .section-6.section-3 .big-table .item {
    width: 100%;
    margin-bottom: 20px;
    height: 35px;
  }
  body.first-payment .section-6.section-3 .big-table .item .tit-2 {
    width: 36%;
  }
  body.first-payment .section-6.section-3 .big-table .item .esp .p1 {
    line-height: 2.375;
  }
  body.first-payment .section-6.section-3 .big-table .item.in-height {
    height: 80px;
  }
  body.first-payment .section-6.section-3 .big-table .item.in-2-height {
    height: 55px;
  }
  body.first-payment .section-6.section-3 .big-table .columns {
    top: -70px;
    left: 380px;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column {
    width: 160px;
    padding: 15px 13px;
    min-height: inherit;
    margin-right: 20px;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .bat a {
    padding: 14px 8px;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal .p1 {
    line-height: 2.05;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal.last-nal .p1 {
    line-height: 2.75;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal.big-line-height {
    line-height: 2.3;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal.lh-big .p1 {
    line-height: 3.4;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal.otd .p1 {
    line-height: 1.55;
  }
  body.first-payment .section-6.section-3 .big-table .columns .column .nal.last .p1 {
    line-height: 4;
  }
  body.first-payment .section-6.section-3 .r1 {
    width: 100%;
  }
  body.first-payment .section-6.section-3 .r1 .border-block {
    padding: 30px 43px 25px;
    width: 100%;
  }
  body.second-payment .section-1 {
    padding: 130px 0;
  }
  body.second-payment .section-2 .t1 {
    margin-top: 0;
    width: 82%;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block {
    width: 100%;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block .text {
    width: 95%;
  }
  body.second-payment .section-3 {
    padding: 60px 0;
  }
  body.second-payment .section-3 .r2 {
    width: 87% !important;
  }
  body.second-payment .section-3 .r2 .border-block {
    max-width: 100%;
    padding: 25px 0;
  }
  body.second-payment .section-3 .t4 {
    margin-top: 0 !important;
  }
  body.main .mission::before {
    position: absolute;
    content: "";
    max-width: 525px;
    width: 100%;
    height: 160px;
    background-color: #0053f9;
    top: 140px;
    right: 0;
    z-index: 1;
  }
  body.main .mission .r-top .img-text {
    margin-left: -60px;
    position: relative;
    z-index: 5;
  }
  body.main .under-m {
    background: #121212;
    margin: -40px 0 0 0;
    padding: 110px 0 0 0;
    position: relative;
  }
  body.main .under-m::before {
    position: absolute;
    content: "";
    max-width: 450px;
  }
  body.main .exit .e-blocks > div:not(:last-of-type) .eb-block .eb-img:before {
    display: none;
  }
  body.main .section-10 .questions .min-title {
    margin: 40px 115px 15px 0;
  }
  body.main .section-10 .text .content {
    height: 138px;
  }
  body.main .section-12 .r1 .img-block {
    background-position: 0px 74px;
  }
  body.main .section-11 .r1 .col-main {
    margin-right: 0;
  }
  body.main .section-11 .r1 .col-right {
    margin-right: 0;
  }
  body.main .section-11 {
    color: #ffffff;
    background: #000;
    padding: 97px 0 90px 0;
  }
  body.main .section-11 .r1 .main-block .text .min-title {
    text-transform: uppercase;
    font-size: 14px;
  }
  body.main .section-4 .carousel .carousel-indicators li.li1 {
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li2 {
    background: url(../images/main/ivan-thumb.png) no-repeat left 25px top 5px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li3 {
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li4 {
    background: url(../images/main/kostin.png) no-repeat left 0px top 10px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li5 {
    background: url(../images/main/nastasia.png) no-repeat left 35px top 0px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li6 {
    background: url(../images/main/riy.png) no-repeat left 30px top 0px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li7 {
    background: url(../images/main/kapustin.png) no-repeat left 25px top -15px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li1 {
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li2 {
    background: url(../images/main/ivan-thumb.png) no-repeat left 25px top 5px, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li3 {
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li4 {
    background: url(../images/main/kostin.png) no-repeat left 0px top 10px, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li5 {
    background: url(../images/main/nastasia.png) no-repeat left 35px top 0px, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li6 {
    background: url(../images/main/riy.png) no-repeat left 30px top 0px, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li7 {
    background: url(../images/main/kapustin.png) no-repeat left 25px top -15px, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.oleg {
    left: 41px;
    top: 625px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.kostin {
    left: 8px;
    top: 583px;
    width: 700px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.nastasia {
    left: -25px;
    top: 595px;
    width: 700px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.riy {
    left: 75px;
    top: 667px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .relative .img.kapustin {
    left: 95px;
    top: 630px;
  }
}
.p1-2 {
  font-size: 1.18em;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 13px;
  }
  body .container {
    max-width: 720px !important;
  }
  body .slider-bx .mod-1 .mod-dialog .mod-content .mod-body .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  body .modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list .p1 {
    margin-bottom: 5px;
  }
  body .modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .t1 {
    margin: 15px 0 10px 35px;
  }
  body .modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price .p1 {
    line-height: 1;
    margin-bottom: 10px;
  }
  body.main .section-1 {
    background-size: cover;
    height: inherit;
    padding-bottom: 150px;
  }
  body.main .section-1 .header-block .button-block .bat button {
    font-size: 0.8em;
  }
  body.main .section-1 .header-block .time-block {
    max-width: 148px;
  }
  body.main .section-1 .text-block {
    margin-top: 80px;
  }
  body.main .section-1 .text-block .t2 {
    margin: 0;
  }
  body.main .section-1 .text-block .t3 {
    width: 100%;
  }
  body.main .section-1 .text-block .but .btn1 {
    font-size: 1.18em;
    height: 50px;
  }
  body.main .section-video .video-block {
    top: -30px;
    width: 577px;
  }
  body.main .section-video .video-block iframe {
    width: 100%;
    height: 315px;
  }
  body.main .section-video .video-block .overhead-block {
    width: 100%;
    height: 315px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-video .video-block .overhead-block .play-block {
    transform: scale(0.8,0.8);
  }
  body.main .section-2 {
    padding-bottom: 60px;
  }
  body.main .section-2 .t1 {
    width: 80%;
  }
  body.main .section-2 .t1 .p1 {
    font-size: 2em;
  }
  body.main .section-2 .items .item {
    height: inherit;
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-2 .items .item .text .p1 {
    font-size: 1em;
  }
  body.main .section-3 {
    background-size: cover;
    padding: 50px 0;
  }
  body.main .section-3 .line {
    margin: 15px auto;
  }
  body.main .section-3 .t1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-3 .t2 {
    background-size: 8%;
  }
  body.main .section-3 .t2 .p1 {
    line-height: 45px;
  }
  body.main .section-3 .t3 {
    margin: 30px auto 50px;
  }
  body.main .section-3 .strange-block .stripe {
    width: 699px;
    left: -5px;
  }
  body.main .section-3 .strange-block .r1 .item {
    padding: 15px 0;
    min-height: 260px;
  }
  body.main .section-3 .strange-block .r1 .item .title {
    width: 80%;
    margin: 10px auto;
    margin-bottom: 35px;
  }
  body.main .section-3 .strange-block .r1 .item .text .p1 {
    font-size: 1em;
  }
  body.main .section-3 .strange-block .r1 .item .text-2 {
    width: 90%;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 {
    padding: 15px 0;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 .title-2 {
    width: 90%;
    margin: 10px auto;
  }
  body.main .section-3 .txt-block {
    width: 85%;
    margin-top: 60px;
  }
  body.main .section-3 .txt-block .what {
    width: 10%;
    top: -30px;
    left: -30px;
  }
  body.main .section-3 .t5 {
    margin: 15px auto 25px;
  }
  body.main .section-3 .t6 {
    width: 65%;
    margin-bottom: 40px;
  }
  body.main .section-3 .but .btn1 {
    font-size: 1.18em;
    height: 50px;
  }
  body.main .section-4 {
    padding-top: 50px;
    height: inherit;
  }
  body.main .section-4 .t1 .p1 {
    text-align: center;
  }
  body.main .section-4 .line {
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-4 .container {
    padding: 0 15px;
  }
  body.main .section-4 .carousel .carousel-indicators {
    left: -24px;
    right: 0;
    margin: 0;
    bottom: -710px;
    max-width: 768px;
  }
  body.main .section-4 .carousel .carousel-indicators li {
    height: inherit;
    padding-top: 100px;
    padding-bottom: 25px;
    width: 33.333%;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li1,
  body.main .section-4 .carousel .carousel-indicators li.li2,
  body.main .section-4 .carousel .carousel-indicators li.li3,
  body.main .section-4 .carousel .carousel-indicators li.li1.active,
  body.main .section-4 .carousel .carousel-indicators li.li2.active,
  body.main .section-4 .carousel .carousel-indicators li.li3.active {
    background-size: 100%;
  }
  body.main .section-6 {
    padding: 60px 0;
  }
  body.main .section-6 .line {
    height: 5px;
    margin: 15px auto 60px;
  }
  body.main .section-6 .table-tablet {
    margin-bottom: 0;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name {
    background: url(../images/main/name-background.png) no-repeat center center;
    background-size: 18%;
    margin-bottom: 30px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name .vip {
    background: url(../images/main/vip.png) no-repeat center center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name .p1 {
    font-size: 2.75em;
    font-family: "Oswald";
    color: #ffffff;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item {
    margin-left: auto;
    margin-right: auto;
    width: 69%;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table th,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table td,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered th,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered td {
    border: 1px solid #262626 !important;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .name,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td .name {
    font-size: 1.13em;
    color: #ffffff;
    line-height: 1.375;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .nal,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td .nal {
    font-size: 2.5em;
    color: #ffffff;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td.pl {
    padding-left: 40px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat {
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2 {
    text-decoration: none;
    background-color: #0053f9;
    width: auto;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 0.8em;
    font-family: "Montserrat";
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    transition: .3s;
    display: inline-block;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2 br {
    display: none;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2:hover {
    background: #0042c6;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev,
  body.main .section-6 .table-tablet .carousel .carousel-control-next {
    background-color: #0053f9;
    opacity: 1;
    width: 54px;
    height: 54px;
    left: 0;
    top: 0;
    margin: auto 0;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev svg,
  body.main .section-6 .table-tablet .carousel .carousel-control-next svg {
    fill: #fff;
    width: 10px;
    height: 17px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev:hover,
  body.main .section-6 .table-tablet .carousel .carousel-control-next:hover {
    opacity: 1;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-next {
    right: 0;
    left: inherit;
  }
  body.main .section-6 .icon {
    margin-top: 40px;
  }
  body.main .section-6 .t3 {
    width: 57%;
    margin: 15px auto 35px;
  }
  body.main .section-6 .r1 {
    width: 92%;
  }
  body.main .section-6-prices {
    padding: 60px 0;
  }
  body.main .section-6-prices .r1 .border-block {
    width: 100%;
    padding: 25px 0;
  }
  body.main .section-6-prices .r1 .border-block .bat a {
    font-size: 1em;
  }
  body.main .section-6-prices .line {
    margin-bottom: 50px;
  }
  body.main .section-6-prices .t4 {
    margin-top: 65px;
  }
  body.main .section-6-prices .r2 {
    width: 100%;
  }
  body.main .section-6-prices .r2 .border-bl {
    padding: 20px 0 40px;
  }
  body.main .section-6-prices .r2 .border-bl .bat a {
    padding: 15px 25px;
  }
  body.main .section-7 {
    padding: 50px 0 35px;
  }
  body.main .section-7 .t1 {
    width: 40%;
  }
  body.main .section-7 .line {
    height: 5px;
  }
  body.main .section-7 .t2 {
    width: 85%;
  }
  body.main .section-7 .items {
    width: 100%;
  }
  body.main .section-7 .items .item {
    height: 80px;
  }
  body.main .section-7 .items .item .img svg {
    height: 40px;
  }
  body.main .section-7 .text-block {
    max-width: 62%;
  }
  body.main .section-7 .text-block .text .p1 {
    font-size: 1.125em;
    margin-bottom: 25px;
  }
  body.main .section-8 {
    background-size: cover;
    height: inherit;
    padding: 60px 0;
    background-position: top center;
  }
  body.main .section-8 .t1 {
    width: 57%;
  }
  body.main .section-8 .t1 .p1 {
    font-size: 2em;
  }
  body.main .section-8 .line {
    height: 5px;
    margin-top: 15px;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a {
    height: inherit;
    padding: 35px 10px;
    font-size: 1em;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-2-tab,
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-4-tab {
    margin-left: auto;
    padding: 35px 10px;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-3-tab {
    padding: 35px 10px;
  }
  body.main .section-8 .tabs .r1 .tab-content {
    margin: 50px auto 0;
    width: 100%;
    text-align: center !important;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block {
    padding: 25px 66px;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .title .p1 {
    text-align: center;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .text .p1 {
    font-size: 1.125em;
  }
  body.main .section-9 {
    padding: 60px 0;
  }
  body.main .section-9 .r1 .t1 .p1 {
    font-size: 1.9em;
  }
  body.main .section-9 .r1 .line {
    height: 4px;
    margin-top: 10px;
  }
  body.main .section-9 .r1 .t5 {
    margin-top: 10px;
    width: 83%;
  }
  body.main .section-9 .r1 .t5 .p1 {
    font-size: 1em;
  }
  body.main .section-9 .r1 form .inputblock input {
    font-size: 1em;
    height: 45px;
    line-height: 45px;
  }
  body.main .section-9 .r1 form .bat .btn1 {
    font-size: 0.8em;
  }
  body.main footer {
    height: 60px;
  }
  body.main footer .d-flex {
    justify-content: space-around;
  }
  body.main footer .d-flex .t1 a,
  body.main footer .d-flex .t2 a {
    font-size: 1em;
  }
  body.main footer .d-flex .t1 .p1,
  body.main footer .d-flex .t2 .p1 {
    font-size: 1em;
  }
  body.main footer .links a:not(:last-of-type) {
    margin-right: 2px;
  }
  body.main .modal#econom .modal-dialog,
  body.main .modal#comfort .modal-dialog,
  body.main .modal#vip .modal-dialog,
  body.main .modal.modal-full-form .modal-dialog {
    max-width: 80%;
  }
  body.main .modal#econom .modal-dialog .modal-content,
  body.main .modal#comfort .modal-dialog .modal-content,
  body.main .modal#vip .modal-dialog .modal-content,
  body.main .modal.modal-full-form .modal-dialog .modal-content {
    max-width: 100%;
  }
  body.main .modal#econom .modal-dialog .modal-content .close,
  body.main .modal#comfort .modal-dialog .modal-content .close,
  body.main .modal#vip .modal-dialog .modal-content .close,
  body.main .modal.modal-full-form .modal-dialog .modal-content .close {
    margin-top: 0;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left {
    height: inherit;
    padding-bottom: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price {
    width: 92%;
    margin-left: 10px;
    margin-top: 96px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list .p1 {
    font-size: 1em;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right {
    height: inherit;
    padding-bottom: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    height: 54px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
    height: auto;
    max-width: 135px;
    margin-right: 9px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
    width: 50%;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 .p1 {
    font-size: 10px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input {
    height: 45px;
    line-height: 45px;
    font-size: 1em;
  }
  body.prices .section-6 {
    padding: 0 !important;
  }
  body.prices .section-6 .nal.price {
    font-size: 16px !important;
    line-height: 1 !important;
  }
  body.first-payment .steps .item {
    padding: 15px 20px;
    min-height: 109px;
  }
  body.first-payment .steps .item .text-of-item.text-width {
    width: 90%;
    margin-top: 10px;
  }
  body.first-payment .section-1 {
    padding: 60px 0;
  }
  body.first-payment .section-1 .t1 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  body.first-payment .section-1 .t1 .p1 {
    text-align: center;
    font-size: 2em;
  }
  body.first-payment .section-1 .line {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  body.first-payment .section-1 .t2,
  body.first-payment .section-1 .t3 {
    width: 100%;
  }
  body.first-payment .section-1 .t2 .p1,
  body.first-payment .section-1 .t3 .p1 {
    text-align: center;
  }
  body.first-payment .section-1 .t3 {
    margin-top: 20px;
  }
  body.first-payment .section-1 .t3 .p1 {
    font-size: 1.2em;
  }
  body.first-payment .section-1 .timer {
    margin-left: auto;
    margin-right: auto;
  }
  body.first-payment .section-2 {
    background-size: 86%;
    padding: 50px 0;
  }
  body.first-payment .section-2 .text {
    width: 45%;
  }
  body.first-payment .section-2 .t2 {
    margin-bottom: 40px;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl {
    padding-left: 25px;
    width: 75%;
    margin-left: auto;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .nal.price {
    font-size: 1.5em;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a {
    background-color: #74a2ff;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darker {
    background-color: #387aff;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darker:hover {
    background-color: #286cf4;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darkest {
    background-color: #0053f9;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darkest:hover {
    background-color: #0049db;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a:hover {
    background-color: #598bf0;
  }
  body.first-payment .section-3.section-6 .t4 {
    margin-top: 60px;
  }
  body.first-payment .section-3.section-6 .r1 {
    width: 100%;
  }
  body.first-payment .section-3.section-6 .r1 .border-block {
    padding: 15px;
    width: 100%;
  }
  body.first-payment .section-3.section-6 .r1 .border-block .bat a {
    font-size: 1em;
    padding: 16px 8px;
  }
  body.second-payment .section-1 {
    padding: 50px 0;
  }
  body.second-payment .section-1 .line {
    height: 4px;
  }
  body.second-payment .section-2 {
    padding: 50px 0;
  }
  body.second-payment .section-2 .t1 {
    margin-top: 0;
  }
  body.second-payment .section-2 .t1 .p1 {
    font-size: 1.125em;
  }
  body.second-payment .section-2 .r1 {
    width: 100%;
  }
  body.second-payment .section-2 .r1 .r1-1 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block {
    max-width: 100%;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block .text {
    width: 97%;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block .text .p1 {
    font-size: 1em;
  }
  body.second-payment .section-2 .panel .text {
    width: 97%;
  }
  body.second-payment .section-2 .panel .text .p1 {
    font-size: 1em;
  }
  body.second-payment .section-3.section-6 .t4 {
    margin-top: 0;
  }
  body.second-payment .section-3.section-6 .t2 {
    margin-bottom: 0;
  }
  body.second-payment .section-3.section-6 .r2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.second-payment .section-3.section-6 .r2 .border-bl {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
  }
  body.second-payment .section-3.section-6 .r2 .border-bl .bat a {
    font-size: 1em;
    padding: 11px 7px;
  }
  body.main .mission {
    background: url(../images/main/mission-bg.png) no-repeat left top;
    color: #000000;
    padding: 130px 0 0 0;
    position: relative;
  }
  body.main .mission .r-top .img-text {
    margin-left: 0px;
    position: relative;
    z-index: 5;
  }
  body.main .mission::before {
    position: absolute;
    content: "";
    max-width: 320px;
    width: 100%;
    height: 120px;
    background-color: #0053f9;
    top: 85px;
    right: 0;
    z-index: 1;
  }
  body.main .mission .r-top .img-text .text {
    font-size: 89px;
    font-weight: 600;
    text-align: center;
    margin: -11px -3px 0 0;
  }
  body.main .mission .r-top .text-block .line {
    display: none;
  }
  body.main .mission .r-top .text-block {
    position: relative;
    z-index: 10;
    margin-top: -150px;
  }
  body.main .mission .r-top .text-block .text {
    margin-top: 20px;
    color: #707070;
    line-height: 2;
    font-size: 14px;
    font-weight: 500;
  }
  body.main .under-m {
    background: #121212;
    margin: -55px 0 0 0;
    padding: 120px 0 0 0;
    position: relative;
  }
  body.main .under-m .row .back-block .text-img {
    padding: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    background-color: #ffffff;
    color: #3e4a58;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.4px;
  }
  body.main .under-m::before {
    position: absolute;
    content: "";
    max-width: 350px;
    width: 100%;
    height: 100px;
    background-color: #0053f9;
    bottom: 80px;
    right: 0;
    z-index: 1;
  }
  body.main .automatic .row .back-block .text-img {
    padding: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    background-color: #ffffff;
    color: #3e4a58;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.4px;
  }
  body.main .automatic .r-mid .img-col {
    margin-top: 45px;
  }
  body.main .automatic .r-mid .text-more {
    margin-top: 30px;
  }
  body.main .automatic .r-mid .text-more .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
  }
  body.main .automatic .r-mid .text-more .you {
    font-family: Oswald;
    font-size: 93px;
    font-weight: 600;
    margin-right: -93px;
    margin-bottom: 28px;
    z-index: 10;
  }
  body.main .exit {
    margin-top: -15px;
    background-color: #ffffff;
    color: #121212;
    padding: 55px 0 39px 0;
  }
  body.main .exit .text-block .text {
    color: #707070;
    line-height: 2;
    font-size: 14px;
    font-weight: 500;
    margin: 25px 0 0 0;
  }
  body.main .mission .r-top .text-block .t-title {
    font-family: Oswald;
    font-size: 45px;
    font-weight: 600;
    margin-top: 25px;
  }
  body.main .exit .e-blocks > div:not(:last-of-type) .eb-block .eb-img:before {
    display: none;
  }
  body.main .section-4 .carousel .carousel-indicators li.li2 {
    background: url(../images/main/ivan-thumb.png) no-repeat center center, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li2 {
    background: url(../images/main/ivan-thumb.png) no-repeat center center, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li4 {
    background: url(../images/main/kostin.png) no-repeat center center, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li4 {
    background: url(../images/main/kostin.png) no-repeat center center, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li5 {
    background: url(../images/main/nastasia.png) no-repeat center center, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li5 {
    background: url(../images/main/nastasia.png) no-repeat center center, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li6 {
    background: url(../images/main/riy.png) no-repeat center center, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li6 {
    background: url(../images/main/riy.png) no-repeat center center, #0053f9;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.li7 {
    background: url(../images/main/kapustin.png) no-repeat center center, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li7 {
    background: url(../images/main/kapustin.png) no-repeat center center, #0053f9;
    background-size: 100%;
  }
  body.main .modal#econom .modal-dialog,
  body.main .modal#comfort .modal-dialog,
  body.main .modal#vip .modal-dialog,
  body.main .modal#masha .modal-dialog,
  body.main .modal#ivan .modal-dialog,
  body.main .modal#nastasia .modal-dialog,
  body.main .modal#riy .modal-dialog,
  body.main .modal.modal-full-form .modal-dialog {
    max-width: 740px;
    border: 0;
    margin: auto;
  }
  .modal-content .modal-body .r1 .masha .list,
  body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha .list,
  body.main .modal#ivan .modal-dialog body.main .modal#nastasia .modal-dialog body.main .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha .list,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha .list {
    padding: 40px;
  }
  body.main .section-10 .questions .min-title {
    margin: 40px 105px 15px 0;
  }
  body > div.section-10 > div > div.row.r1 {
    align-items: flex-end;
  }
  body.main .section-10 .text .content {
    height: 150px;
  }
  body.main .section-10 .questions .but .btn1 {
    font-size: 1.18em;
  }
  body.main .section-11 {
    background: #000000;
    padding: 97px 0 80px 0;
  }
  body.main .section-11 .container {
    max-width: 720px !important;
  }
  body.main .section-11 .container .r1 {
    justify-content: center !important;
  }
  body.main .section-11 .r1 .col-main {
    margin-right: 0px;
  }
  body.main .section-11 .r1 .col-right {
    margin-right: 25px;
    margin-top: 20px;
  }
  body.main .section-12 .r1 .img-block {
    margin: 40px 0 0 0;
  }
  body.main .section-12 .t-title {
    font-family: Oswald;
    font-size: 50px;
    font-weight: 600;
    position: relative;
    margin: 0 0 40px 0;
    text-align: center;
  }
  body.main .section-12 .r1 .img-block {
    background-position: 0px 54px;
  }
  body.main .section-4 .carousel .carousel-indicators li.li6 {
    background: url(../images/main/riy.png) no-repeat center top -22px, #0e0e0e;
    background-size: 100%;
  }
  body.main .section-4 .carousel .carousel-indicators li.active.li6 {
    background: url(../images/main/riy.png) no-repeat center top -22px, #0053f9;
    background-size: 100%;
  }
  body.test-a .t-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body.main .section-6 .t3 .p1,
  body.main .section-6-prices .t3 .p1 {
    font-size: 8px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
  }
  .slider-bx .mod-1 .mod-dialog .mod-content .mod-body .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  body.main .section-6 .t3 div,
  body.main .section-6-prices .t3 div {
    font-size: 11px;
  }
  body.main .section-9 .r1 .contacts .con .media .media-body .p1 {
    font-size: 0.7em;
  }
  body.second-payment .section-3.section-6-prices {
    padding-bottom: 0px;
  }
  body.second-payment .section-3.section-6-prices .icon {
    margin-top: 20px !important;
  }
  body.second-payment .arrow {
    max-width: 640px;
    text-align: center;
    margin: 60px 0 0 0;
  }
  body.second-payment .section-1 {
    padding: 10px 0 !important;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block.dark .img svg {
    fill: #121212;
    height: 50px;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block.blue .img svg {
    fill: #0053f9;
    height: 50px;
  }
  body.main .mission::before {
    display: none;
  }
  body.main .mission {
    background: url(../images/main/mission-bg.png) no-repeat left top;
    color: #000000;
    padding: 0px 0 0 0;
    position: relative;
  }
  body.main .mission .r-top .text-block .line {
    max-width: 550px;
    width: 100%;
    height: 20px;
    background: #0053f9;
    margin-top: 30px;
    margin-left: -175px;
  }
  body.main .mission .r-top .text-block .text {
    margin-top: 40px;
    color: #707070;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
  }
  body.main .mission .r-top .img-text {
    position: relative;
    z-index: 5;
    margin: 15px -15px;
  }
  body.main .mission .r-top .img-text .text {
    line-height: 0.5;
    font-family: Oswald;
    font-size: 90px;
  }
  body.main .under-m .row .min-title {
    text-align: center;
  }
  body.main .under-m .row .m-left {
    margin-left: 10px;
    max-width: 440px;
    margin-right: 0;
  }
  body.main .under-m {
    background: #121212;
    margin: -115px 0 0 0;
    padding: 144px 0 0 0;
    position: relative;
  }
  body.main .under-m .row .min-title {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 22px 0 0 -10px;
  }
  body.main .under-m .row .back-block .text-img {
    padding: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    background-color: #ffffff;
    color: #3e4a58;
    font-size: 12px;
  }
  body.main .under-m .row .main-block {
    margin-left: 10px;
  }
  body.main .under-m::before {
    display: none;
  }
  body > section.under-m > div > div.row.r-mid > div > div > div.min-title {
    margin-top: 0px;
  }
  body.main .automatic {
    background: #121212;
    margin: 0px 0 0 0;
    padding: 70px 0 0 0;
    position: relative;
  }
  body.main .automatic .row .min-title {
    text-align: center;
  }
  body.main .automatic .row .m-left {
    max-width: 440px;
    margin-right: 0;
  }
  body.main .automatic .row .min-title {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
    font-weight: 600;
    margin: 22px 0 0 -10px;
  }
  body.main .automatic .row .back-block .text-img {
    padding: 20px;
    margin-left: -20px;
    margin-bottom: -20px;
    background-color: #ffffff;
    color: #3e4a58;
    font-size: 12px;
  }
  body.main .automatic .row .main-block {
    margin-left: 0;
  }
  body > section.under-m > div > div.row.r-mid > div {
    z-index: 10;
  }
  body.main .automatic .r-top {
    margin-top: 30px;
  }
  body > section.automatic > div > div.row.r-mid > div:nth-child(1) > div > div.min-title {
    margin-top: 0;
  }
  body.main .automatic .r-mid .text-more .you {
    display: none;
  }
  body.main .automatic .r-mid .text-more {
    margin-top: 40px;
  }
  body.main .automatic .r-mid .text-more .text {
    font-size: 12px;
  }
  body.main .automatic .r-mid .img-col {
    margin: 10px 0;
  }
  body.main .exit .text-block .min-title {
    margin-top: 35px;
    font-family: Oswald;
    font-size: 25px;
  }
  body.main .exit .text-block .text {
    color: #707070;
    line-height: 2;
    font-size: 12px;
    font-weight: 500;
    margin: 25px 0 0 0;
  }
  body.main .exit {
    margin-top: -60px;
    background-color: #ffffff;
    color: #121212;
    padding: 52px 0 25px 0;
  }
  body.main .mission .r-top .text-block .t-title {
    font-family: Oswald;
    font-size: 25px;
    font-weight: 600;
    margin-top: 30px;
  }
  body.main .automatic .row .back-block .text-img .text {
    flex: 1;
    margin-left: 15px;
  }
  body.main .under-m .row .back-block .text-img .text {
    flex: 1;
    margin-left: 15px;
  }
  body.main .exit .e-blocks > div:not(:last-of-type) .eb-block .eb-img:before {
    display: none;
  }
  body.main .exit .e-blocks .eb-block {
    margin-bottom: 15px;
  }
  body.main .exit .e-blocks .eb-img {
    margin: 0 0 10px 0;
  }
  body.main .modal#econom .modal-dialog,
  body.main .modal#comfort .modal-dialog,
  body.main .modal#vip .modal-dialog,
  body.main .modal#masha .modal-dialog,
  body.main .modal#ivan .modal-dialog,
  body.main .modal#nastasia .modal-dialog,
  body.main .modal#riy .modal-dialog,
  body.main .modal.modal-full-form .modal-dialog {
    max-width: 240px;
    border: 0;
    margin: auto;
  }
  .modal-content .modal-body .r1 .masha .list,
  body.main .modal#masha .modal-dialog .modal-content .modal-body .r1 .masha .list,
  body.main .modal#ivan .modal#nastasia .modal#riy .modal-dialog .modal-content .modal-body .r1 .masha .list,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .masha .list {
    padding: 15px !important;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name {
    justify-content: center;
  }
  body.main .section-10 .p1 {
    font-size: 16px;
    line-height: 1.2;
  }
  body.main .section-10 .text .content {
    text-align: center;
    font-size: 1em;
  }
  body.main .section-10 .questions .min-title {
    font-size: 1.5em;
    margin: 40px 0px 15px 0;
  }
  body.main .section-10 .questions .answer {
    font-size: 1.5em;
  }
  body.main .section-10 {
    padding: 30px 0;
  }
  body.main .section-10 .questions .but .btn1 {
    font-size: 1.18em;
  }
  body.main .section-12 .r1 .t-title {
    font-size: 1.5em;
  }
  body.main .section-12 .r1 .questions .list .line .text {
    font-size: 1em;
  }
  body.main .section-12 .r1 .questions {
    padding: 40px 10px 29px 20px;
    margin-left: 0;
  }
  body.main .section-13 .t-title {
    font-size: 1.5em;
  }
  body.main .section-11 .r1 .main-block .text .min-title {
    font-size: 0.88em;
  }
  body.main .section-11 .r1 .main-block .text p {
    font-size: 1em;
  }
  body.main .section-11 .r1 .main-block .img {
    width: 60px;
  }
  body.main .section-11 {
    padding: 50px 0 30px 0;
    background: #000000;
  }
  body.main .section-11 .r1 .main-block {
    margin: 0 0 15px 0;
  }
  body.main .section-12 {
    color: #000000;
    padding: 50px 0 0 0;
  }
  body.main .section-13 {
    padding: 45px 0 50px 0;
  }
  body.main .section-13 .text {
    font-size: 12px;
  }
  .section-video {
    padding: 50px 0px 55px;
  }
  body.main .section-7 .t3 {
    margin-top: 0;
  }
  body.main .section-11 .p1 {
    font-size: 16px;
    line-height: 1.2;
  }
  body.main .section-11 .r1 {
    margin-top: 40px;
  }
  body.main .section-11 .r1 .col-main {
    margin-right: 0;
  }
  body.test-a {
    padding: 30px 0 50px 0;
  }
  body.test-a .t-title {
    font-size: 16px;
  }
  body.test-a .m-title {
    margin: 20px 0 0 0;
    font-size: 15px;
  }
  body.test-a h5 {
    font-size: 14px;
    line-height: 20px;
  }
  body.test-a .anketa {
    margin: 30px 0 0 0;
  }
  body.test-a .answer {
    font-size: 14px;
    padding-left: 25px;
  }
  body {
    font-size: 12px;
  }
  body .container {
    max-width: 320px !important;
  }
  body.prices .section-6 {
    padding: 0 !important;
  }
  body.prices .section-6 .nal.price {
    font-size: 16px !important;
    line-height: 1 !important;
  }
  body.main .section-6 .t4,
  body.main .section-6-prices .t4 {
    margin-top: 25px;
  }
  body.main .section-1 {
    height: inherit;
    padding-bottom: 35px;
    padding-top: 10px;
    background: #000000 url(../images/header-mob2.jpg) no-repeat center -35px;
  }
  body.main .section-1 .col-3 {
    position: initial;
  }
  body.main .section-1 .header-block {
    align-items: flex-start;
    position: relative;
  }
  body.main .section-1 .header-block .d-flex {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  body.main .section-1 .header-block .time-block {
    padding: 10px 5px;
    max-width: 150px !important;
    margin-right: 13px;
  }
  body.main .section-1 .header-block .t1 {
    margin-top: 0px;
    width: 115px;
  }
  body.main .section-1 .header-block .t1 .p1 {
    font-size: 11px;
  }
  body.main .section-1 .header-block .button-block {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    margin: auto;
    right: 0;
    background: #000000;
    padding: 20px 10px;
  }
  body.main .section-1 .header-block .button-block .bat {
    margin-bottom: 15px;
  }
  body.main .section-1 .header-block .button-block .bat button {
    font-size: 1em;
    background-color: rgba(43,43,43,0.78);
  }
  body.main .section-1 .text-block {
    margin-top: 340px;
  }
  body.main .section-1 .text-block .t2 {
    margin: 0 0 10px;
    width: 100%;
  }
  body.main .section-1 .text-block .t2 .p1 {
    font-size: 16px;
    line-height: 1.2;
  }
  body.main .section-1 .text-block .t3 {
    width: 100%;
  }
  body.main .section-1 .text-block .t3 .p1 {
    font-size: 1.6em;
  }
  body.main .section-1 .text-block .but {
    width: 95%;
    margin-top: 17px;
  }
  body.main .section-1 .text-block .but .btn1 {
    font-size: 10px;
    height: 45px;
    padding: 21px 0px;
    width: 215px;
  }
  body.main .section-1 .text-block .line {
    width: 32px;
    height: 2px;
    margin: 10px 0 13px;
  }
  body.main .section-1 .text-block .t4 {
    width: 100%;
    font-size: 10px;
    letter-spacing: 1.47px;
    line-height: 14.99px;
    max-width: 264px;
  }
  body.main .section-video .video-block {
    top: 13px;
    width: 320px;
  }
  body.main .section-video .video-block iframe {
    width: 100%;
    height: 200px;
  }
  body.main .section-video .video-block .overhead-block {
    width: 100%;
    height: 200px;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-video .video-block .overhead-block .play-block {
    width: 100px;
    height: inherit;
    border: 0;
    transform: scale(0.8,0.8);
  }
  body.main .section-video .video-block .overhead-block .text-block-video {
    margin-left: 0;
  }
  body.main .section-2 {
    padding-bottom: 40px;
  }
  body.main .section-2 .t1 {
    width: 100%;
  }
  body.main .section-2 .t1 .p1 {
    font-size: 1.45em;
    text-align: center;
  }
  body.main .section-2 .t1 .p1.p1-1 {
    font-size: 1.45em;
  }
  body.main .section-2 .line {
    width: 20%;
    height: 4px;
    margin: 15px auto 30px;
  }
  body.main .section-2 .items .item {
    height: inherit;
    padding: 15px 0;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-2 .items .item .img {
    text-align: center;
    margin-bottom: 15px;
  }
  body.main .section-2 .items .item .title .p1 {
    text-align: center;
  }
  body.main .section-2 .items .item .text {
    width: 100%;
  }
  body.main .section-2 .items .item .text .p1 {
    font-size: 1em;
    text-align: center;
  }
  body.main .section-3 {
    background-size: cover;
    padding: 40px 0;
    overflow: hidden;
  }
  body.main .section-3 .line {
    margin: 15px auto;
  }
  body.main .section-3 .t1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-3 .t1 .p1 {
    font-size: 1.9em;
  }
  body.main .section-3 .t2 {
    background-size: 0%;
  }
  body.main .section-3 .t2 .p1 {
    line-height: 1.2;
    font-size: 1.4em;
  }
  body.main .section-3 .t3 {
    margin: 20px auto 30px;
    width: 95%;
  }
  body.main .section-3 .t3::before,
  body.main .section-3 .t3::after {
    width: 27px;
    height: 104px;
    position: absolute;
    top: -10px;
    left: -15px;
    background-size: 100%;
  }
  body.main .section-3 .t3::after {
    left: inherit;
    right: -15px;
  }
  body.main .section-3 .strange-block .r1 .item {
    padding: 15px 0;
    min-height: 260px;
    max-height: 500px;
    margin-bottom: 30px;
  }
  body.main .section-3 .strange-block .r1 .item .title {
    width: 85%;
    margin: 10px auto;
  }
  body.main .section-3 .strange-block .r1 .item .text .p1 {
    font-size: 1em;
  }
  body.main .section-3 .strange-block .r1 .item .text-2 {
    width: 90%;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 {
    padding: 15px 0;
  }
  body.main .section-3 .strange-block .r1 .item.item-2 .title-2 {
    width: 90%;
    margin: 10px auto;
  }
  body.main .section-3 .txt-block {
    width: 100%;
    margin-top: 30px;
  }
  body.main .section-3 .txt-block .t4 .p1 {
    font-size: 2.2em;
  }
  body.main .section-3 .t5 {
    margin: 15px auto 25px;
    width: 85%;
  }
  body.main .section-3 .t6 {
    width: 95%;
    margin-bottom: 35px;
  }
  body.main .section-3 .but {
    width: 100%;
  }
  body.main .section-3 .but .btn1 {
    font-size: 1.18em;
    padding: 28px 25px;
    height: 50px;
  }
  body.main .section-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  body.main .section-4 .container {
    padding: 0 20px;
  }
  body.main .section-4 .t1 {
    margin-bottom: 20px;
  }
  body.main .section-4 .t1 .p1 {
    font-size: 2.1em;
    text-align: center;
  }
  body.main .section-4 .line {
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-4 .t2 .p1 {
    font-size: 1.2em;
    text-align: center;
  }
  body.main .section-4 .carousel .carousel-inner {
    height: 980px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item {
    margin: auto;
    padding-top: 15px;
    width: 100%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .r1 .r1-1 .order {
    order: -1;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name .num {
    font-size: 1.5em;
    margin-right: 8px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .name .p1 {
    font-size: 1.3em;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block {
    width: 100%;
    padding: 15px;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .bat {
    width: 50%;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .t .p1 {
    font-size: 1em;
  }
  body.main .section-4 .carousel .carousel-inner .carousel-item .tablet .info-block .list .media .media-body .p1 {
    font-size: 1em;
  }
  body.main .section-4 .carousel .carousel-control-prev,
  body.main .section-4 .carousel .carousel-control-next {
    width: 20px;
  }
  body.main .section-6 {
    padding: 30px 0;
  }
  body.main .section-6 .line {
    height: 5px;
    margin: 15px auto 20px;
  }
  body.main .section-6 .table-tablet {
    margin-bottom: 0;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name {
    background: url(../images/main/name-background.png) no-repeat center center;
    background-size: 18%;
    margin-bottom: 30px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name .vip {
    background: url(../images/main/vip.png) no-repeat center center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .name .p1 {
    font-size: 2.75em;
    font-family: "Oswald";
    color: #ffffff;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table th,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table td,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered th,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered td {
    border: 1px solid #262626 !important;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .name,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td .name {
    font-size: 1.13em;
    color: #ffffff;
    line-height: 1.375;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .nal,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td .nal {
    font-size: 2.5em;
    color: #ffffff;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr td.pl {
    padding-left: 30px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr.mob-price td,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr.mob-price td {
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr.mob-price td .nal,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr.mob-price td .nal {
    font-size: 1.9em;
    margin: 10px 0 0;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr.mob-price td.pl,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr.mob-price td.pl {
    padding: 25px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr.mob-price td.next-price .nal,
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table-bordered tbody tr.mob-price td.next-price .nal {
    font-size: 1.78em;
    color: #999;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat {
    text-align: center;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2 {
    text-decoration: none;
    background-color: #0053f9;
    width: auto;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 0.8em;
    font-family: "Montserrat";
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    transition: .3s;
    display: inline-block;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2 br {
    display: none;
  }
  body.main .section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat .bnt1-2:hover {
    background: #0042c6;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev,
  body.main .section-6 .table-tablet .carousel .carousel-control-next {
    background-color: #0053f9;
    opacity: 1;
    width: 30px;
    height: 54px;
    left: 0;
    top: 0;
    margin: auto 0;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev svg,
  body.main .section-6 .table-tablet .carousel .carousel-control-next svg {
    fill: #fff;
    width: 10px;
    height: 17px;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-prev:hover,
  body.main .section-6 .table-tablet .carousel .carousel-control-next:hover {
    opacity: 1;
  }
  body.main .section-6 .table-tablet .carousel .carousel-control-next {
    right: 0;
    left: inherit;
  }
  body.main .section-6 .icon {
    margin-top: 40px;
  }
  body.main .section-6 .t3 {
    width: 100%;
    margin: 15px auto 35px;
  }
  body.main .section-6 .r1 {
    width: 100%;
  }
  body.main .section-6 .r1 .border-block {
    padding: 20px 42px;
    margin-bottom: 30px;
  }
  body.main .section-6 .t4 .p1 {
    font-size: 1.6em;
  }
  body.main .section-6-prices {
    padding: 40px 0 30px;
  }
  body.main .section-6-prices .r1 .border-block {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 25px;
  }
  body.main .section-6-prices .r1 .border-block .bat {
    height: 45px;
  }
  body.main .section-6-prices .r1 .border-block .bat a {
    font-size: 1em;
    line-height: 45px;
    height: 45px;
  }
  body.main .section-6-prices .icon {
    margin-top: 50px;
  }
  body.main .section-6-prices .t3 {
    width: 100%;
  }
  body.main .section-6-prices .t3 .p1 {
    font-size: 1em;
  }
  body.main .section-6-prices .line {
    margin-bottom: 35px;
  }
  body.main .section-6-prices .t4 {
    margin-top: 45px;
  }
  body.main .section-6-prices .r2 {
    width: 100%;
  }
  body.main .section-6-prices .r2 .border-bl {
    padding: 10px 0 30px;
    margin-bottom: 25px;
  }
  body.main .section-6-prices .r2 .border-bl .bat a {
    padding: 15px 25px;
  }
  body.main .section-7 {
    padding: 50px 0 35px;
  }
  body.main .section-7 .t1 {
    width: 80%;
  }
  body.main .section-7 .line {
    height: 4px;
    margin-top: 10px;
  }
  body.main .section-7 .t2 {
    width: 100%;
  }
  body.main .section-7 .t2 .p1 {
    font-size: 1.5em;
  }
  body.main .section-7 .items {
    width: 100%;
  }
  body.main .section-7 .items .item {
    height: inherit;
    padding: 10px 0;
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  body.main .section-7 .items .item .text .p1 {
    text-align: center;
    font-size: 1em;
  }
  body.main .section-7 .items .item .img {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
  body.main .section-7 .items .item .img svg {
    height: 40px;
  }
  body.main .section-7 .text-block {
    max-width: 87%;
  }
  body.main .section-7 .text-block .text .p1 {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
  body.main .section-8 {
    height: inherit;
    padding: 40px 0;
    background-position: top center;
  }
  body.main .section-8 .t1 {
    width: 100%;
  }
  body.main .section-8 .t1 .p1 {
    font-size: 2em;
    text-align: center;
  }
  body.main .section-8 .line {
    height: 3px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a {
    height: inherit;
    padding: 35px 7px;
    font-size: 1em;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-2-tab,
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-4-tab {
    margin-left: auto;
    padding: 35px 7px;
  }
  body.main .section-8 .tabs .r1 nav .nav-tabs a#nav-3-tab {
    padding: 35px 7px;
  }
  body.main .section-8 .tabs .r1 .tab-content {
    margin: 40px auto 0;
    width: 100%;
    text-align: center !important;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block {
    padding: 15px 20px;
    text-align: left;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .title .p1 {
    text-align: center;
  }
  body.main .section-8 .tabs .r1 .tab-content .tab-pane .block .text .p1 {
    font-size: 1.125em;
  }
  body.main .section-9 {
    padding: 40px 0;
  }
  body.main .section-9 .container {
    padding: 0 15px;
  }
  body.main .section-9 .r1 {
    width: 320px !important;
  }
  body.main .section-9 .r1 .width {
    width: 320px !important;
  }
  body.main .section-9 .r1 .mt {
    margin-top: 0;
  }
  body.main .section-9 .r1 .t1 .p1 {
    font-size: 1.9em;
    text-align: center;
  }
  body.main .section-9 .r1 .line {
    height: 3px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-9 .r1 .t5 {
    margin-top: 10px;
    width: 100%;
  }
  body.main .section-9 .r1 .t5 .p1 {
    font-size: 1em;
  }
  body.main .section-9 .r1 .contacts {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-9 .r1 .t4 {
    margin-top: 40px;
  }
  body.main .section-9 .r1 .t4 .p1 {
    text-align: center;
  }
  body.main .section-9 .r1 .t5 .p1 {
    text-align: center;
  }
  body.main .section-9 .r1 form .inputblock {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .section-9 .r1 form .inputblock input {
    font-size: 1.2em;
    height: 45px;
    line-height: 45px;
  }
  body.main .section-9 .r1 form .bat {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 30px;
  }
  body.main .section-9 .r1 form .bat .btn1 {
    font-size: 0.9em;
  }
  body.main footer .d-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  body.main footer .d-flex .t1 a,
  body.main footer .d-flex .t2 a {
    font-size: 1em;
  }
  body.main footer .d-flex .t1 .p1,
  body.main footer .d-flex .t2 .p1 {
    font-size: 1em;
  }
  body.main footer .d-flex .t2 {
    margin-top: 15px;
  }
  body.main .modal#econom .modal-dialog,
  body.main .modal#comfort .modal-dialog,
  body.main .modal#vip .modal-dialog,
  body.main .modal.modal-full-form .modal-dialog {
    max-width: 80%;
    margin: auto;
  }
  body.main .modal#econom .modal-dialog .modal-content,
  body.main .modal#comfort .modal-dialog .modal-content,
  body.main .modal#vip .modal-dialog .modal-content,
  body.main .modal.modal-full-form .modal-dialog .modal-content {
    max-width: 100%;
  }
  body.main .modal#econom .modal-dialog .modal-content .close,
  body.main .modal#comfort .modal-dialog .modal-content .close,
  body.main .modal#vip .modal-dialog .modal-content .close,
  body.main .modal.modal-full-form .modal-dialog .modal-content .close {
    margin-top: 0;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left {
    height: inherit;
    padding-bottom: 25px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price {
    display: none;
    width: 89%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .price .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .price .p1 {
    text-align: center;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .t1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .t1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .t1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .t1 {
    margin: 20px 0;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .t1 .p1 {
    text-align: center;
    font-size: 2.1em;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .list,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .list,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .list,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list {
    display: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .left .list .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .left .list .p1 {
    font-size: 13px;
    text-align: left;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right {
    height: inherit;
    padding: 15px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    display: none;
    height: inherit;
    width: 100%;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
    height: auto;
    max-width: 125px;
    margin-right: 5px;
    padding: 15px 5px 0 5px;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block .p1 {
    font-size: 1em;
    font-family: "Oswald";
    color: #000;
    text-transform: uppercase;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
    width: 58%;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right form .inputblock input {
    height: 45px;
    line-height: 45px;
    font-size: 1.2em;
  }
  body.main .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
  body.main .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
  body.main .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .text .p1,
  body.main .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .text .p1 {
    text-align: center;
    font-size: 1em;
  }
  body.main .modal#ModalThanks1 .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#ModalThanks2 .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.main .modal#ModalThanks3 .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    display: block;
  }
  body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2,
  body.prices .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 {
    height: inherit !important;
    width: 100%;
    justify-content: space-between;
  }
  body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block,
  body.prices .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .time-block {
    margin-right: 0;
    max-width: 125px !important;
  }
  body.prices .modal#econom .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.prices .modal#comfort .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.prices .modal#vip .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1,
  body.prices .modal.modal-full-form .modal-dialog .modal-content .modal-body .r1 .right .r2 .t1 {
    width: 45%;
  }
  body.first-payment .r2 {
    width: 100% !important;
  }
  body.first-payment .r2 .border-bl {
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
  body.first-payment .steps .item {
    padding: 10px 15px;
    min-height: inherit;
    margin-bottom: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  body.first-payment .steps .item .step-num .p1 {
    text-align: center;
  }
  body.first-payment .steps .item .text-of-item {
    margin: 0;
  }
  body.first-payment .steps .item .text-of-item .p1 {
    font-size: 1.125em;
    text-align: center;
  }
  body.first-payment .steps .item .text-of-item.text-width {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  body.first-payment .section-1 {
    padding: 10px 0 20px;
  }
  body.first-payment .section-1 .t1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  body.first-payment .section-1 .t1 .p1 {
    text-align: center;
    font-size: 1.6em;
    margin-top: 330px;
  }
  body.first-payment .section-1 .line {
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  body.first-payment .section-1 .t2,
  body.first-payment .section-1 .t3 {
    width: 100%;
  }
  body.first-payment .section-1 .t2 .p1,
  body.first-payment .section-1 .t3 .p1 {
    text-align: center;
  }
  body.first-payment .section-1 .t3 {
    margin-top: 20px;
  }
  body.first-payment .section-1 .t3 .p1 {
    font-size: 1.2em;
  }
  body.first-payment .section-1 .timer {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  body.first-payment .section-2 {
    background-size: cover;
    padding: 40px 0;
  }
  body.first-payment .section-2 .text {
    width: 95%;
  }
  body.first-payment .section-2 .t2 {
    margin-bottom: 40px;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td {
    padding: 10px;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl {
    padding-left: 15px;
    width: 70%;
    margin-left: auto;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl .name-item {
    font-size: 1.125em;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td.pl .name-item.fwb {
    font-weight: 500;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .table-item .table tbody tr td .nal.price {
    font-size: 1em;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a {
    background-color: #74a2ff;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darker {
    background-color: #387aff;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darker:hover {
    background-color: #286cf4;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darkest {
    background-color: #0053f9;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a.darkest:hover {
    background-color: #0049db;
  }
  body.first-payment .section-3.section-6 .table-tablet .carousel .carousel-inner .carousel-item .slider .bat a:hover {
    background-color: #598bf0;
  }
  body.first-payment .section-3.section-6 .t4 {
    margin-top: 60px;
  }
  body.first-payment .section-3.section-6 .r1 {
    width: 100%;
  }
  body.first-payment .section-3.section-6 .r1 .border-block {
    padding: 15px;
    width: 100%;
  }
  body.first-payment .section-3.section-6 .r1 .border-block .bat a {
    font-size: 1em;
    padding: 16px 8px;
  }
  body.second-payment .section-1 {
    padding: 40px 0;
  }
  body.second-payment .section-1 .t1 .p1 {
    font-size: 1.5em;
  }
  body.second-payment .section-1 .line {
    height: 3px;
    margin-bottom: 30px;
  }
  body.second-payment .section-1 .t2 .p1 {
    font-size: 1em;
  }
  body.second-payment .section-2 {
    padding: 30px 0;
  }
  body.second-payment .section-2 .t1 {
    margin-top: 0;
  }
  body.second-payment .section-2 .t1 .p1 {
    font-size: 0.8em;
  }
  body.second-payment .section-2 .r1 {
    width: 100%;
    margin-top: 25px;
  }
  body.second-payment .section-2 .r1 .title {
    margin-bottom: 15px;
  }
  body.second-payment .section-2 .r1 .title .p1 {
    margin: 0;
  }
  body.second-payment .section-2 .r1 .title.mt {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  body.second-payment .section-2 .r1 .r1-1 {
    width: 100%;
    margin-left: auto;
    margin: 0;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block {
    width: 100%;
    padding: 10px 0;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block .text {
    margin: 15px 0 0;
  }
  body.second-payment .section-2 .r1 .r1-1 .item-block .text .p1 {
    font-size: 0.9em;
    text-align: center;
  }
  body.second-payment .section-2 .panel {
    padding: 25px 0;
  }
  body.second-payment .section-2 .panel .text {
    width: 90%;
  }
  body.second-payment .section-2 .panel .text .p1 {
    font-size: 1.125em;
  }
  body.second-payment .section-3.section-6-prices .t4 {
    margin-top: 0;
  }
  body.second-payment .section-3.section-6-prices .r2 {
    width: 100%;
  }
  body.second-payment .section-3.section-6-prices .r2 .border-bl {
    margin-bottom: 25px;
    padding: 20px 10px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.second-payment .section-3.section-6-prices .r2 .border-bl .bat a {
    font-size: 1em;
    padding: 18px 7px;
  }
  body.second-payment .section-3.section-6-prices .icon {
    margin-top: 40px;
  }
  body.second-payment .section-3.section-6-prices .t2 .p1 .mall {
    font-size: 0.767em;
  }
}
* img {
  max-width: 100%;
}
@media (min-width: 321px) and (max-width: 767px) {
  body.main .section-11 .r1 {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
}
