.site_button.white {
  border: 1px solid #fff;
  color: #fff;
  background: none;
  box-shadow: none;
}
.site_button.white:hover {
  background: #fff;
  color: #E20A23;
}

.blockin {
  max-width: 1200px;
}

.main .site_button {
  font-weight: 400;
}
.main .site_button.border {
  color: #E20A23;
}
.main .site_button.border:hover {
  color: #fff;
}

.navigationtop {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0;
}
.navigationtop ul {
  gap: 10px;
}
.navigationtop ul li {
  padding-right: 10px;
  border-right: 1px solid #31353B;
}
.navigationtop ul li:last-child {
  border: 0;
  padding: 0;
}
.navigationtop ul li a {
  border: 0;
  text-align: left;
  padding: 0 25px 0 0 !important;
  min-height: auto;
  line-height: 1.2;
  justify-content: flex-start;
  background: url(../images/main-navigate-arrow.svg) 100% 0 no-repeat;
}
.navigationtop ul li a:hover {
  background: url(../images/main-navigate-arrow.svg) 100% 0 no-repeat;
  box-shadow: none;
  color: #E20A23;
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .navigationtop {
    display: none;
  }
}

.mainSlider {
  background: url(../images/mainsliderbg.png) 50% 50% no-repeat;
  background-size: cover;
}
.mainSlider__item {
  height: calc(100vh - 300px);
  position: relative;
}
.mainSlider__item .blockin {
  position: static;
}
.mainSlider__item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
}
.mainSlider__item-bg img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
.mainSlider__item-img {
  display: none;
}
.mainSlider__item-img img {
  margin: 0 -15px;
  display: block;
}
.mainSlider__item-img .site_button {
  margin-top: 0 !important;
  max-width: none !important;
}
.mainSlider__item-left {
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.mainSlider__item-title {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
}
.mainSlider__item-text {
  margin-top: 10px;
  font-size: 15px;
  color: #34495E;
  line-height: 21px;
}
.mainSlider__item .site_button {
  margin-top: 50px;
  max-width: 270px;
  width: 100%;
}
.mainSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 15px;
  right: 15px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  z-index: 2;
}
.mainSlider .owl-dots div {
  cursor: pointer;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  background: #E3E7EC;
  border-radius: 50%;
  background-clip: padding-box;
}
.mainSlider .owl-dots div.active {
  background: #E20A23;
}
@media screen and (max-width: 1240px) {
  .mainSlider__item-bg {
    left: 30%;
  }
}
@media screen and (max-width: 991px) {
  .mainSlider {
    padding-top: 0px;
  }
  .mainSlider__item {
    height: auto;
    min-height: calc(100vh - 80px);
    text-align: center;
    padding: 40px 0 50px;
  }
  .mainSlider__item-title {
    font-size: 24px;
    line-height: 28px;
  }
  .mainSlider__item-left {
    padding-bottom: 30px;
  }
  .mainSlider__item-left .site_button {
    display: none;
  }
  .mainSlider__item-bg {
    display: none;
  }
  .mainSlider__item-img {
    display: block;
  }
  .mainSlider .owl-dots {
    bottom: 20px;
    justify-content: center;
  }
}

.mainPrice {
  position: relative;
  overflow: hidden;
  color: #31353B;
}
.mainPrice-blue {
  background: #DDE4EF;
}
.mainPrice-blue .mainPrice-price {
  border-color: #CCCCCC;
}
.mainPrice-blue .mainPrice-price table tr td {
  border-color: #CCCCCC;
}
.mainPrice-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.mainPrice-bg-1 {
  left: calc(50% - 1900px);
  width: 1728px;
  display: flex;
  align-items: flex-end;
}
.mainPrice-bg-2 {
  left: calc(50% - 1800px);
  width: 1475px;
}
.mainPrice-bg-3 {
  left: calc(50% - 1400px);
  width: 1198px;
}
.mainPrice-bg-4 {
  /*left:calc(50% - 950px);
  width:930px; */
  left: calc(0% - 100px);
  width: 50%;
}
.mainPrice-bg-5 {
  left: calc(50% - 1100px);
  width: 891px;
}
.mainPrice-bg img {
  -o-object-position: 100% 0;
     object-position: 100% 0;
}
.mainPrice-grey {
  background: #31353B;
}
.mainPrice-white {
  color: #fff;
}
.mainPrice-white .mainPrice-title span {
  color: #fff;
}
.mainPrice-white .mainPrice-title h2 {
  color: #fff;
}
.mainPrice-white .mainPrice-price {
  border-color: #34495E;
}
.mainPrice-white .mainPrice-price table td {
  border-color: #34495E;
}
.mainPrice-white .mainPrice-price a {
  color: #fff;
}
.mainPrice-grey2 {
  background: #333435;
}
.mainPrice-grey2 .mainPrice-price {
  border-color: #3a3b3b !important;
}
.mainPrice-grey2 .mainPrice-price table td {
  border-color: #3a3b3b !important;
}
.mainPrice-grey2 .mainPrice-price a {
  color: #fff;
}
.mainPrice-tab-block {
  display: none;
}
.mainPrice-tab-block.active {
  display: block;
}
.mainPrice .fp-tableCell {
  overflow-y: auto;
  padding: 70px 0;
}
.mainPrice-title {
  line-height: 1;
}
.mainPrice-title-wrap {
  justify-content: space-between;
  gap: 50px;
}
.mainPrice-title > span {
  font-size: 20px;
  color: #34495E;
  margin-bottom: 20px;
  display: block;
}
.mainPrice-title h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  color: #31353B;
  text-transform: uppercase;
}
.mainPrice-title a {
  font-size: 55px;
  display: block;
  text-transform: uppercase;
  line-height: 60px;
}
.mainPrice-title a span {
  border-bottom: 1px dashed #E20A23;
}
.mainPrice-title a:hover span {
  border-color: transparent;
}
.mainPrice-padding {
  padding-left: 300px;
}
.mainPrice-price {
  border-bottom: 1px solid #E3E7EC;
}
.mainPrice-price table {
  width: 100%;
  border-spacing: 0;
}
.mainPrice-price table td {
  border-top: 1px solid #E3E7EC;
  padding: 20px;
  font-size: 15px;
  line-height: 1.4;
  vertical-align: top;
  font-weight: 500;
}
.mainPrice-price table td:first-child {
  text-transform: uppercase;
  padding-left: 0;
}
.mainPrice-price table td:last-child {
  white-space: nowrap;
  width: 1%;
  padding-right: 0;
}
.mainPrice-price table td span {
  font-size: 12px;
  color: #808080;
  font-weight: normal;
  display: block;
}
.mainPrice-price a {
  font-size: 14px;
  display: block;
  line-height: 18px;
  color: #31353B;
  background: url(../images/main-more-button.svg) 100% 50% no-repeat;
  text-transform: uppercase;
  padding-right: 23px;
}
.mainPrice-price a:hover {
  color: #E20A23;
}
.mainPrice-price-block {
  margin-top: 10px;
}
.mainPrice-price-block:first-child {
  margin: 0;
}
.mainPrice-price-block > div {
  gap: 20px;
}
.mainPrice-price-block > div em {
  color: #E20A23;
}
.mainPrice-button {
  margin-top: 20px;
  gap: 20px;
}
.mainPrice-info {
  line-height: 1.2;
}
.mainPrice-info span {
  color: #E20A23;
}
@media screen and (max-width: 991px) {
  .mainPrice .fp-tableCell {
    padding: 30px 0;
  }
  .mainPrice-bg {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    bottom: 0 !important;
  }
  .mainPrice-bg-1 {
    background: url(../images/main-price-1m.webp) 0 0 no-repeat;
  }
  .mainPrice-bg-2 {
    background: url(../images/main-price-2m.webp) 0 0 no-repeat;
  }
  .mainPrice-bg-3 {
    background: url(../images/main-price-3m.webp) 0 0 no-repeat;
  }
  .mainPrice-bg-4 {
    background: url(../images/main-price-4m.webp) 0 0 no-repeat;
  }
  .mainPrice-bg-5 {
    background: url(../images/main-price-5m.webp) 0 0 no-repeat;
  }
  .mainPrice-bg img {
    display: none;
  }
  .mainPrice-title {
    line-height: 1.3;
  }
  .mainPrice-title span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .mainPrice-title h2 {
    line-height: 1.3;
    font-size: 21px;
  }
  .mainPrice-title.hidemob {
    display: none;
  }
  .mainPrice-padding {
    padding-left: 0;
  }
  .mainPrice-price table {
    display: block;
  }
  .mainPrice-price table tbody {
    display: block;
  }
  .mainPrice-price table tr {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-top: 1px solid #E3E7EC;
  }
  .mainPrice-price table td {
    display: block;
    border: 0;
    padding: 5px 0 5px 100px;
  }
  .mainPrice-price table td:first-child {
    width: 100%;
    padding-left: 0;
  }
  .mainPrice-price table td:last-child {
    width: auto;
  }
  .mainPrice-button {
    flex-direction: column-reverse;
  }
  .mainPrice-button .site_button {
    width: 100%;
  }
  .mainPrice-white .mainPrice-price {
    border-color: #34495E;
  }
  .mainPrice-white .mainPrice-price table tr {
    border-color: #34495E;
  }
  .mainPrice-blue .mainPrice-price {
    border-color: #CCCCCC;
  }
  .mainPrice-blue .mainPrice-price table tr {
    border-color: #CCCCCC;
  }
  .mainPrice-grey2 .mainPrice-price {
    border-color: #454545;
  }
  .mainPrice-grey2 .mainPrice-price table tr {
    border-color: #454545;
  }
  .mainPrice-tab-block {
    display: block;
    margin-top: 40px;
  }
  .mainPrice-tab-block:first-child {
    margin: 0;
  }
}

.mainInfoCenter {
  background: url(../images/main-center-left.png) 0 0 no-repeat, url(../images/main-info-center.png) 50% 50% no-repeat;
}
.mainInfoCenter .fp-tableCell {
  padding: 30px 0;
}
.mainInfoCenter .hideDesc {
  display: none;
}
.mainInfoCenter .hideDesc img {
  display: block;
  width: 100%;
}
.mainInfoCenter-text {
  margin-top: 20px;
  line-height: 21px;
}
.mainInfoCenter-text a {
  color: #E20A23;
}
.mainInfoCenter-partners {
  margin-top: 134px;
}
.mainInfoCenter-partners h2 {
  font-size: 35px;
  text-transform: uppercase;
}
.mainInfoCenter-partners-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 120px;
  border: 1px solid #E3E7EC;
  height: 120px;
  background: #fff;
}
.mainInfoCenter-partners-item img {
  width: auto !important;
}
.mainInfoCenter-partners .owl-dots {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.mainInfoCenter-partners .owl-dots div {
  cursor: pointer;
  width: 7px;
  height: 7px;
  border: 1px solid transparent;
  background: #E3E7EC;
  border-radius: 50%;
  background-clip: padding-box;
}
.mainInfoCenter-partners .owl-dots div.active {
  background: #E20A23;
}
@media screen and (max-width: 991px) {
  .mainInfoCenter {
    background: none;
  }
  .mainInfoCenter .hideDesc {
    display: block;
    padding: 0;
  }
  .mainInfoCenter-partners {
    margin-top: 20px;
  }
  .mainInfoCenter-partners h2 {
    font-size: 24px;
  }
}/*# sourceMappingURL=new.css.map */