*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
    min-height: 100vh;
  font-size: 10px;
}
@media (min-width: 1920px) {
  html {
    /*font-size: 12px*/
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: 'Jost', sans-serif;
  background: #CBE2E8 url("../img/2222.png") no-repeat top 110px left;
 
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    /*max-width: 540px;*/
    max-width: 660px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    /*max-width: 1320px;*/
    max-width: 1440px;
  }
}
@media (min-width: 1600px) {
  .container {
    /*max-width: 1320px;*/
    max-width: 1920px;
  }
}

.masthead_box_text_left h4 {
	color: #fff;
}


#menu {
padding-top: 32px;
  display: flex;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px;
    position: fixed;
    background-color: #CBE2E8;
    z-index: 9999;
    padding-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

#menu #navi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#navi > ul {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  
  justify-content: center;
  padding: 0;
  margin-top: 0;

}

/*#navi > ul:before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  right: 0;*/
/*  border-right: solid 2px #e7bfde;*/
/*  margin-top: 7px;*/
/*  height: calc(100% - 15px);*/
/*}*/
#menu li {
  display: inline-block;
  /*margin: 0px 0px 60px 0;*/
  position: relative;
  padding-bottom: 10px;
  /*width: 100%;*/
color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
   margin: 0 18px;
}
#menu li a{
  color: #000000;
  text-decoration: none;
}
#menu li a:hover{
  text-decoration: underline;
}
.navbar-toggler {
  /*position: absolute;*/
  right: 27px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  display: none;
  z-index: 9;
  width: 44px;
  height: 41px;
  background: transparent url('../img/burger.svg') center no-repeat;
  background-size: contain;
  margin-top: 20px;
}
.navbar-toggler:hover {
  background: transparent url('../img/burger.svg') center no-repeat;
  background-size: contain;
}
.navbar-toggler span{
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  display: block;
}
.overlay-box {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000;
  cursor: pointer;
}
.hidden {
  display: none;
}
.side-panel {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #CBE2E8;
  padding: 20px;
  z-index: 9999;
  position: fixed;
  left: 0px;
  top: -400px;
  transition: left .4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side-panel.active {
  top: 0;
}
#side-panel #navi > ul {
  padding-left: 0;
}
.btn-close {
  cursor: pointer;
  display: none;
  right: 20px;
  top: 20px;
  position: fixed;
  z-index: 9999;
  width: 30px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #182E59;
  transition: top .4s;
  background: transparent url('data:image/svg+xml;charset=UTF-8,<svg width="31" height="31" viewBox="0 0 31 31" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.4434 15.5L0.943491 29L1.6506 29.7071H4.47902L16.5648 17.6214L29.9347 30.9913L30.6418 30.2842V27.4558L18.6861 15.5L30.642 3.54414V0.715712L29.9349 0.00860596L16.5648 13.3787L4.47889 1.29286H1.65047L0.943359 1.99997L14.4434 15.5Z" fill="black"/></svg>') center/1em auto no-repeat;
  opacity: 0.8;
}
.btn-close.active {
  display: block;
}
.side-panel ul {
  list-style-type: none;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  padding-left: 0;
  flex-direction: column;
  height: auto !important;
  margin-top: 25px;
}
.side-panel ul li {
  /*margin-top: 10px;*/
  padding: 20px 16px;
}
.side-panel ul li a {
  text-decoration: none;
  color: #333333;
}
.box-top {
  display: flex;
  justify-content: space-between;
  padding-left: 90px;
  padding-right: 90px;
    padding-top: 136px;
  margin-bottom: 80px;
}
.box-top > div:first-child{
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0em;
  color: #fff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-top_title {
  color: #000;
  max-width: 600px;
}
.box-top_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 600px;
  color: #000;
}
.box-top_item {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.box-top_item > div {
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  margin-right: 9px;
  margin-bottom: 9px;
  height: 63px;
}
.box-top_item > div > div:first-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  color: #49A8E2;
  margin-bottom: 5px;
}
.box-top_item > div > div:last-child {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}
.bt0 {
  padding: 30px 40px;
  background-color: #49A8E2;
  color: #fff !important;
  text-decoration: none;
  border-radius: 42px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 347px;
  text-align: center;
}
.bt0:hover {
  text-decoration: none !important;
  background-color: #fff;
  color: #49A8E2 !important;
}
.side-panel .regeks {
  display: none;
}
.bt {
  padding: 42px 0;
  background-color: #49A8E2;
  color: #fff;
  border-radius: 88px;
  margin-top: 63px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
   text-decoration: none;
  display: block;
  width: 400px;
  text-align: center;
}
.video {
  margin: 0 auto;
  display: block;

}
.box-video {
  margin: 0 auto;
  max-width: 830px;
}
.box-video video{
  width: 100%;
  border-radius: 90px;
}
.box-video-box {
  position: relative;
}
.box-video-box_item {
  position: absolute;
  top: 51px;
  right: 30px;
  overflow: hidden;
  background: #000;
  width: 384px;
  height: 384px;
  border-radius: 50%;
}
.box-video-box_item video{
  width: 100%;
  height: 100%;
}
.box-title {
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: 0em;
  color: #000;
  text-align: center;
    margin-top: 36px;
}
.box-title2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;

}
.box-cont {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  background: url("../img/Group106.svg") no-repeat top 207px center;
  position: relative;
  margin-bottom: 100px;
}
.box-video-fon {
  background: url("../img/227.svg") no-repeat right;
  padding-top: 100px;
}
.box-cont:before {
   content: "";
  background: url("../img/232.svg") no-repeat right;
  width: 313px;
  height: 660px;
  display: block;
  position: absolute;
  right: 0;
}
.box-cont:after {
  content: "";
  background: url("../img/Group73.svg") no-repeat right;
  width: 365px;
  height: 1137px;
  display: block;
  position: absolute;
  left: 0;
  top: 580px;
}
.box-cont_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}
.dsfc {
  display: flex;
  flex-direction: column;
  width: 350px;
  padding-top: 40px;
}
.box-cont_1 {
  display: flex;
  max-width: 830px;
  margin: 58px auto;
  z-index: 9;
  position: relative;
  justify-content: space-between;
}
.box-cont_1 > div:last-child{
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.box-cont_2 {
  display: flex;
  max-width: 830px;
  margin: 10px auto;
  z-index: 9;
  position: relative;
  justify-content: space-between;
}
.box-cont_2 > div:first-child{
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.box-volna {
  background: url("../img/Vector22.svg") no-repeat;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 908px;
  height: 497px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  /*margin-bottom: 140px;*/
  padding-bottom: 140px;
  position: relative;
  background-size: contain;
  padding-left: 15px;
  padding-right: 15px;
}

.box-volna-fon {
  background: url("../img/Group79.svg") no-repeat bottom 30px center;
  margin-top: 100px;
}
.box-volna:after {
  content: "";
  background: url("../img/236.svg") no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: -200px;
}
.box-int {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
  margin-top: -60px;
}
.box-int2 {
  margin-top: 100px;
}
.box-int img{
  max-width: 100%;
}
.box-int > div > div{
  margin-top: 20px;
}
.box-comanda {
  padding-top: 50px;
  position: relative;
}
.bt2 {
  padding: 42px 0;
  background-color: #49A8E2;
  color: #fff;
  border-radius: 88px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-decoration: none;
  display: block;
  width: 400px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 136px;
}
.box-comanda-title {
  margin-top: 170px;
}
.box-comanda-box_item {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  max-width: 300px;
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.box-comanda-box_img img{
  margin: 0 auto;
}
.box-comanda-box_text {
  text-align: center;
  margin-top: 14px;
}
.box-comanda-box_name {
  font-weight: 700;
  margin-top: 24px;
}
.box-comanda-box {
  display: flex;
  /*flex-wrap: wrap;*/
  max-width: 1200px;
  margin: 0 auto;
  /*justify-content: space-evenly;*/
  margin-top: 70px;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  z-index: 9;
  position: relative;
  height: 500px;
  margin-bottom: 100px;
}
.box-comanda:after {
  content: "";
  background: url("../img/244.svg") no-repeat;
  width: 330px;
  height: 790px;
  position: absolute;
  top: 350px;
  right: 0;
}
.box-comanda:before {
  content: "";
  background: url("../img/241.svg") no-repeat;
  width: 256px;
  height: 256px;
  position: absolute;
  top: 124px;
  left: -101px;
}
.box-coment-fon {
  position: relative;
  margin-top: 110px;
}
.box-coment-fon:after {
  content: "";
  background: url("../img/3.svg") no-repeat;
  width: 507px;
  height: 1054px;
  position: absolute;
  top: -40px;
  right: 0;
}
.box-coment-fon:before {
  content: "";
  background: url("../img/243.svg") no-repeat;
  width: 345px;
  height: 547px;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
}
.box-news-fon:after {
  content: "";
  background: url("../img/239.svg") no-repeat;
  width: 154px;
  height: 154px;
  position: absolute;
  top: -110px;
  left: 150px;
}
.box-news-fon:before {
  content: "";
  background: url("../img/238.svg") no-repeat;
  width: 238px;
  height: 238px;
  position: absolute;
    bottom: -185px;
  right: 30px;
  z-index: 99;
}
.box-news-fon {
  position: relative;
}
.box-coment {
  max-width: 1177px;
  
  /*border-radius: 414px 379px 576px 442px;*/
  background: #fff;
  margin: 0 auto;
  background: url("../img/Vector23.svg") no-repeat;
  background-size: contain;
  padding-top: 70px;
  z-index: 9;
  position: relative;
  height: 688px;
}
.box-coment-item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  background: url("../img/2.svg") no-repeat left center;
  padding-left: 140px;
}
.box-coment-item {
  display: flex;
  margin-bottom: 68px;
  max-width: 800px;
  margin-right: 20px;
}
.box-coment-item_c {
  display: flex;
}
.box-coment-title {
  margin-bottom: 53px;
}
.box-coment-item-ava {
  width: 150px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.box-coment-item-ava strong{
  margin-top: 10px;
}
.bt3 {
  padding: 19px 0;
  background-color: #49A8E2;
  color: #fff;
  border: 2px solid #49A8E2;
  border-radius: 88px;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-decoration: none;
  display: flex;
  width: 300px;
  text-align: center;
  margin-left: 400px;
  align-items: center;
  justify-content: center;
}
.bt3:after{
  /*content: "";*/
  /*width: 41px;*/
  /*height: 29px;*/
  /*margin-left: 20px;*/
  /*background: url("../img/Group30.svg") no-repeat;*/
}
.bt3:hover:after{
  /*background: url("../img/Group301.svg") no-repeat;*/
}
.bt3:hover {
  background-color: #fff;
  color: #49A8E2;
}
.btnw {
    margin: 0 auto;
    margin-top: 40px;
}
.bt4 {
  padding: 19px 0;
  color: #fff;
  background-color: #49A8E2;
  border: 2px solid #49A8E2;
  border-radius: 88px;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-decoration: none;
  display: flex;
  width: 300px;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  z-index: 999;
  position: relative;
}
.bt4:after{
  content: "";
  width: 27px;
  height: 28px;
  margin-left: 20px;
  background: url("../img/Union.svg") no-repeat;
}
.bt4:hover:after{
  background: url("../img/Union1.svg") no-repeat;
}
.bt4:hover {
  background-color: #fff;
  color: #49A8E2;
}

.scrol-box-news {
    /*overflow: auto;*/
    /*-ms-overflow-style: none;*/
    /*scrollbar-width: none;*/
}

.scrol-box-news::-webkit-scrollbar {
    /*width: 0;*/
    /*height: 0;*/
}
.modal__content {
    font-family: 'Jost', sans-serif;
    font-size: 23px;
}
.box-news {
  display: flex;
  flex-direction: column;
  max-width: 830px;
  margin: 0 auto;
}



.box-news-fon {
    background-color: #EFF6F8;
}
.box-news-fon2 img{
    width: 110%;
    display: block;
    margin-top: -5px;
}
.box-news-fon1,.box-news-fon2 {
  overflow: hidden;
}
.box-news-fon1 img{
    width: 110%;
    display: block;
    margin-bottom: -5px;
}
.box-news-item {
  display: flex;
  margin-bottom: 60px;
}
.box-news-item-img {
  border-radius: 140px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  flex-shrink: 0;
  height: 280px;
}
.box-news-item-img img{
    object-fit: cover;
    width: 100%;
    display: block;
    height: 280px;
}
.box-news-item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.box-news-item-text a{
  text-decoration: none;
    color: #000;
}
.box-news-item-text a:hover{
  text-decoration: underline;
}
.box-news-title {
  margin-bottom: 80px;
}
.box-contact-title {
    margin-top: 70px;
    margin-bottom: 80px;
}
.box-news-item2 .box-news-item-text{
  padding-right: 32px;
  padding-left: 0px;
}


.box-faq {
  display: flex;
  flex-direction: column;
  max-width: 980px;
  margin: 0 auto;
}
.box-faq-fon {
  background-color: #EFF6F8;
}
.box-faq-fon2 img{
  width: 110%;
  display: block;
  margin-top: -5px;
}
.box-faq-fon1,.box-faq-fon2 {
  overflow: hidden;
}
.box-faq-fon1 img{
  width: 110%;
  display: block;
  margin-bottom: -5px;
}
.box-faq-item {
  display: flex;
}
.box-faq-item-img {
  border-radius: 140px;
  overflow: hidden;
  max-width: 500px;
  width: 100%;
  flex-shrink: 0;
  height: 280px;
}
.box-faq-item-img img{
  object-fit: cover;
  width: 100%;
  display: block;
  height: 280px;
}
.box-faq-item-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.box-faq-item-text a{
  text-decoration: none;
  color: #000;
}
.box-faq-item-text a:hover{
  text-decoration: underline;
}
.box-faq-title {
  margin-bottom: 80px;
}
.box-contact-title {
  margin-top: 70px;
  margin-bottom: 80px;
}
.box-faq-item2 .box-faq-item-text{
  padding-right: 32px;
  padding-left: 0px;
}
#accordeon {
  width: 100%;

}



.acc-body {

  padding: 0 46px 26px 46px;
  display: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.acc-head-bx {
  background: #FFFFFF;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 14px;
}
.acc-head-line {
  border-top: 1px dashed #CBE2E8;
  margin: 0 46px 26px 46px;
}
.panel-heading a:after {
  content: "";
  position: absolute;
  background: url("../img/vvv.svg");
  width: 20px;
  height: 12px;
  right: 30px;
  top: 33px;
  transition: 0.3s;
}
.panel-heading a:hover:after {
  background: url("../img/vv.svg");
}
.panel-heading.in a:after {
  transform: rotate(180deg);
}
.panel-heading.in a {
  /*background: #09afdf;*/
}
.acc-head {
  background: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}
.panel-heading a {
  background: #FFFFFF;
  color: #000000;
  display: block;
  padding: 26px 46px;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.panel-heading a:hover {
  color: #fff;
  background: #49A8E2;
}
.box-faq-fon:after {
  content: "";
  background: url("../img/239.svg") no-repeat;
  width: 154px;
  height: 154px;
  position: absolute;
  top: -110px;
  left: 150px;
}
.box-faq-fon:before {
  content: "";
  background: url("../img/238.svg") no-repeat;
  width: 238px;
  height: 238px;
  position: absolute;
  bottom: -185px;
  right: 30px;
  z-index: 99;
}
.box-faq-fon {
  position: relative;
}
.box-contact-bt {
  margin-top: 63px;
  margin-bottom: 90px;
  display: flex;
  justify-content: center;
}
.bt5 {
  padding: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3A7AFB;
  border-radius: 88px;
  margin: 0 8px;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}
.bt5 img{
  margin-right: 10px;
}
.bt_vk {
  max-width: 190px;
}
.bt_wh {
  max-width: 194px;
  background: #66C86C;
}
.bt_vb {
  max-width: 142px;
  background: #7166EE;
}
.bt_tl {
  max-width: 187px;
  background: #38AFE2;
}

.bt_vk:hover {
  background: #396bd8;
}
.bt_wh:hover {
  background: #4f9d4f;
}
.bt_vb:hover {
  background: #5151a0;
}
.bt_tl:hover {
  background: #2f76a3;
}
.box-contact-form {
  background: #E1EFF4;
  border-radius: 89px;
  max-width: 1260px;
  padding: 75px 108px;

  margin: 0 auto;
}
.box-contact-formbox {
  display: flex;
  flex-wrap: wrap;
}

.box-contact-formbox > div:first-child{
  background: #FFFFFF;
  box-shadow: 0px 4px 77px rgba(28, 31, 36, 0.06), 0px 14px 51px rgba(37, 52, 69, 0.03), 0px 3.12708px 11.3915px rgba(37, 52, 69, 0.0112271), 0px 0.931014px 3.39155px rgba(37, 52, 69, 0.00830963);
  border-radius: 52px;
  padding: 45px;
  max-width: 62%;
  flex-shrink: 0;
}


.bt_ch {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 12px;
}
/* скрываем дефолтный флажок */
.bt_ch .check-highload {
  position: absolute;
  opacity: 0;
}
/* Создаем кастомный checkbox */
.highload2 {
  display: block;
  border: solid 1px #49A8E2;
  border-radius: 28px;
  padding: 4px 10px;
  text-align: center;
}
/* При наведении указателя мыши перекрашиваем */
.bt_ch:hover .check-highload ~ .highload2 {
  background-color: #49A8E2;
}
/* Когда отмечен, то красим в зеленый цвет */
.bt_ch .check-highload:checked ~ .highload2 {
  background-color: #49A8E2;
}
/*!* Создаем когда отмечено (не видно, когда не отмечено) *!*/
/*.highload2:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  display: none;*/
/*}*/
/*!* Показываем когда отмечен *!*/
/*.bt_ch .check-highload:checked ~ .highload2:after {*/
/*  display: block;*/
/*}*/
/*!* Стили индикатора *!*/
/*.bt_ch .highload2:after {*/
/*  left: 8px;*/
/*  top: 4px;*/
/*  width: 8px;*/
/*  height: 12px;*/
/*  border: solid white;*/
/*  border-width: 0 4px 4px 0;*/
/*  transform: rotate(45deg);*/
/*}*/
.check-disabled {
  border: solid 1px #E0E0E0;
  background-color: #E0E0E0;
  color: #fff;
}
.box-contact-form-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 18px;
}
.how-many-people {
    margin-bottom: 40px;
}
.quantity_inner_text {
  color: #49A8E2;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

}
.quantity_inner_text > div:first-child{
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.box-contact-form-title2 {
  color: #49A8E2;
}
.box-contact-form-cal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.box-contact-form-box {
  display: flex;
  justify-content: space-between;
}
.quantity {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  border: none;
  padding: 10px;
  width: 50px;
}
.bt_minus, .bt_plus {
  border-radius: 28px;
  padding: 4px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  border: solid 1px #49A8E2;
  background-color: #fff;
  width: 67px;
  height: 43px;
  cursor: pointer;
}
.bt_minus:hover, .bt_plus:hover {
  background-color: #49A8E2;
}
.inp-form {
  background: #FFFFFF;
  border-radius: 92px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 26px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
  border: none;
  width: 100%;
}
.inp-form-sub {
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  background: #49A8E2;
  border-radius: 88px;
  padding: 31px;
  border: none;
  width: 100%;
  cursor: pointer;
}
.sendok {
  background: #4988AE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sendok:after {
   content: "";
  width: 27px;
  height: 21px;
  background: url("../img/v.svg") no-repeat;
  display: block;
  margin-left: 20px;
}
.msg-ok {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  padding: 30px;
  color: #49A8E2;
  margin-top: 30px;
}
.msg-box {
  max-width: calc(38% - 30px);
  margin-left: auto;
}
.box-contact-form .box-contact-form-m {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.box-contact-form .box-contact-form-m > div:first-child{
  max-width: 647px;
}
.box-contact-formbox .box-contact-formbox_2 {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
    justify-content: flex-end;
  max-width: 38%;
  flex-shrink: 0;
}
.inp-form-text {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  color: #49A8E2;
  margin-top: 20px;
}
.box-back {
  padding-top: 150px;
  padding-left: 90px;
  padding-right: 90px;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  color: #000;
  text-decoration: none;
}
.page-box-news {
    display: flex;
  padding-top: 50px;
    padding-left: 90px;
    padding-right: 90px;
}
.page-box-news_l {
    max-width: 60%;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}
.page-box-news_r {
    max-width: calc(40% - 40px);
    padding-left: 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

}
.page-box-news_l_img {
    border-radius: 140px;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
}
.page-box-news_l_img img{
    width: 100%;
}
.page-news {
    background: #CBE2E8 url("../img/2257.svg") no-repeat left bottom;
}
/*------------------------*/
.footer {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
    background: url("../img/Group29.svg") no-repeat center bottom;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin-top: 60px;
}
.box-scrol-coment {
  height: 340px;
  max-width: 800px;
  /*overflow-x: auto;*/

  /*margin: 0 175px 20px 90px;*/
  margin: 0 auto;
}
.box-coment .slick-dots {
  bottom: 0;
}

@media (max-width: 1600px) {

}
@media (max-width: 1400px) {
  .bt0 {
    padding: 17px 16px;
    background-color: #49A8E2;
    color: #fff !important;
    text-decoration: none;
    border-radius: 42px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    width: 266px;
    text-align: center;
  }
  .box-comanda-box .slick-prev {
    left: 0;
  }
  .box-comanda-box .slick-next {
    right: 0;
  }
  .box-news .slick-prev {
    left: -80px;
  }
  .box-news .slick-next {
    right: -80px;
  }
  .box-coment-fon:before {
    z-index: 9;
  }
}
@media (max-width: 1300px) {
  .regeks {
    display: none !important;
  }
  .box-top > div:first-child {
    font-size: 48px;
    font-weight: 500;
    line-height: 49px;
  }

  .box-coment .slick-prev, .box-coment .slick-next {
    top: -60%;
  }
  .box-coment .slick-next {
    right: -158px;
  }
  .box-coment .slick-prev {
    right: -77px;
    left: auto;
  }
  .box-comanda-box .slick-prev, .box-comanda-box .slick-next {
    top: -18%;
  }
  .box-comanda-box .slick-next {
    right: 24px;
  }
  .box-comanda-box .slick-prev {
    right: 105px;
    left: auto;
  }
  .box-comanda-box {
    margin-top: 97px;
  }
}
@media (max-width: 1200px) {
  .box-coment .slick-next {
    right: -81px;
  }
  .box-coment .slick-prev {
    right: 0;
    left: auto;
  }
    .page-box-news_r {
        font-size: 22px;
        line-height: 24px;
    }
    .page-box-news_l {
        font-size: 16px;
        line-height: 18px;
    }
    .page-box-news {
        padding-right: 15px;
        padding-left: 15px;
    }
  #menu {
    right: auto;
  }
  .bt_reg {
    right: auto;
  }

  #menu #navi {
    display: none;
  }
  .navbar-toggler {
    display: block;
  }

  /*.box-cont {*/
  /*  display: none;*/
  /*}*/
  /*#side-panel .box-cont {*/
  /*  padding-left: 0;*/
  /*  max-width: 250px;*/
  /*  flex-direction: column;*/
  /*  margin: 0 auto;*/
  /*  display: flex;*/
  /*}*/
  .box-logo{
    margin-left: 9%;
  }
  .box-logo img{
    width: 80px;
  }
  #menu {
    /*margin-top: 30px;*/
  }
  .box-int {
    max-width: 1080px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-top {
    padding-right: 15px;
    padding-left: 15px;
  }
  #menu {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-contact-form {
    padding: 50px;
  }
}

@media (max-width: 992px) {
  .box-faq-fon:before {
    content: "";
    background: url("../img/238.svg") no-repeat;
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -153px;
    right: 30px;
    z-index: 99;
    background-size: contain;
  }
  .box-faq-fon:after {
    content: "";
    background: url("../img/239.svg") no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -110px;
    left: 150px;
    background-size: contain;
  }
  .box-coment .slick-prev {
    right: 86px;
    left: auto;
  }
  .box-coment .slick-next {
    right: 5px;
  }
  .box-coment-item-text {
    padding-left: 90px;
  }
    .page-box-news {
        flex-direction: column;
        padding-top: 35px;
    }
    .page-box-news_l {
        width: 100%;
        max-width: 100%;
    }
    .page-box-news_r {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        order: -1;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 19px;
    }
  .box-top {
    flex-direction: column;
  }
  .box-top > div:first-child{
    width: 100%;
    margin-top: 40px;
  }
  .box-top > div{
    width: 100%;
  }
  .box-top > div:last-child img{
    display: block;
    margin: 0 auto;
  }
  .box-top .box-video-box {
    width: 550px;
    margin: 0 auto;
  }
  .box-video-box_item {
    top: 51px;
    right: -34px;
  }
  body {
    background: #CBE2E8 url("../img/22222.png") no-repeat top 110px left;
  }
  #menu {
    margin-top: 0px;
  }
  .box-contact-form {
    padding: 50px 50px;
  }
  .box-title {
    font-size: 40px;
    line-height: 40px;
  }
  .box-cont_1,.box-cont_2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-cont_1 > div, .box-cont_2 > div{
    width: 50%;
  }
  .box-cont_1 > div:first-child img{
     width: 100%;
  }
  .box-cont_2 > div:last-child img{
    width: 100%;
  }
  .box-cont {
    background: none;
  }
  .box-cont:before {
    display: none;
  }
  .box-cont:after {
    display: none;
  }
}

@media (max-width: 900px) {

}
@media (max-width: 860px) {

}
@media (max-width: 850px) {

}
@media (max-width: 800px) {
  .box-coment .slick-prev, .box-coment .slick-next {
    top: -186px;
  }
  .box-coment {
    /*background-position: center;*/
    /*height: 442px;*/
  }

  .bt3 {
    margin: 0 auto;
  }
  .bt4 {
    margin: 0 auto;
    margin-top: 20px;
  }
  .box-coment-item {
    display: flex;
    margin-bottom: 0;
    flex-direction: column;
    

  }
  .box-coment-item-ava {
    margin-top: 20px;
  }
  .box-coment {
    padding-left: 15px;
    padding-right: 15px;
    height: 680px;
  }
  .box-coment-fon:before {
    display: none;
  }
  .box-coment-fon {
    margin-bottom: 100px;
  }
  .box-news {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-news-item {
    flex-direction: column;
  }
  .box-news-item-text {
    padding-left: 0px;
  }
  .box-news-item-img {
    max-width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-news-item-img img{
    margin: 0 auto;
    display: block;
  }
  .box-news-item2 {
    display: flex;
    flex-direction: column;
  }
  .box-news-item2 .box-news-item-img{
    order: -1;
  }
  .box-news-fon:before {
    width: 100px;
    height: 100px;
    background-size: contain;
    bottom: -87px;
  }
  .box-contact-formbox {
    flex-direction: column;
  }
  .box-contact-formbox > div {
    max-width: 100% !important;
  }
  .box-contact-formbox .box-contact-formbox_2 {
    padding-left: 0;
    margin-top: 50px;
  }
  .inp-form-sub {
    margin-top: 20px;
  }
  .box-contact-form {
    padding: 20px;
    border-radius: 52px;
  }
  .box-contact-formbox > div:first-child {
    padding: 26px;
  }
  .box-contact-bt {
    flex-wrap: wrap;
    margin-bottom: 34px;
  }
  /*.box-coment-item-text {*/
  /*  padding-top: 96px;*/
  /*  background-position: top center;*/
  /*  padding-left: 0;*/
  /*}*/
  .box-coment-item {
    margin-top: 0;
  }
  /*.box-coment-item-ava {*/
  /*  width: 100%;*/
  /*  align-items: center;*/
  /*  padding-top: 10px;*/
  /*}*/
  .box-coment-title {
    margin-bottom: 17px;
  }
  .box-title {
    /*margin-top: 0px;*/
  }
  .box-scrol-coment {
    margin-left: 0px;
    margin-right: 0px;
    height: 388px;

  }
  .box-coment-item-text {
    padding-left: 0;
    padding-top: 70px;
    background: url("../img/2.svg") no-repeat top center;
  }
  .box-coment-item-ava {
    width: 100%;
    align-items: center;
  }
  .btnw {
    margin-top: 40px;
  }
  .box-volna {
    height: 474px;
  }
  .bt2 {
    padding: 22px 0;
    bottom: 155px;
  }
  .box-coment-item_c {
    display: flex;
    flex-direction: column;
  }
  .box-coment .slick-dots {
    bottom: -51px;
  }
  .box-coment-item-text {
    min-height: 100px;
  }
}
@media (max-width: 750px) {
  .box-title {
    font-size: 40px;
    line-height: 40px;
  }

  .box-top > div:first-child {
    font-size: 40px;
    line-height: 40px;
  }
  .box-news-fon:after {
    width: 70px;
    height: 70px;
    background-size: contain;
    top: -62px;
    left: 53px;
  }
}
@media (max-width: 700px) {
  .box-top .box-video-box {
    width: 400px;
    margin: 0 auto;
  }
  .box-video-box_item {
    top: 33px;
    right: 20px;
  }
  .box-video-box_item {
    width: 250px;
    height: 250px;
  }
  .box-int {
    flex-direction: column;
    margin-top: 0;
  }
  .box-top > div:last-child img {
    width: 100%;
  }
  .box-volna {
    background: url("../img/fon3.svg") no-repeat;
    background-size: 97%;
    background-position: center;
    margin-bottom: 22px;
  }
  .box-volna > div {
    max-width: 400px;
  }
  .box-int2 {
    margin-bottom: 100px;
  }
  .box-comanda {
    background: url("../img/Vector16.svg") no-repeat;
    background-position: top 152px center;
  }
}
@media (max-width: 620px) {
}
@media (max-width: 600px) {

}
@media (max-width: 500px) {
  .logo {
    width: 200px;
  }
  .navbar-toggler {
    margin-top: 8px;
  }
  #menu {
    padding-top: 30px;
  }
  body {
    background-size: 200px;
  }
  .box-cont_1, .box-cont_2 {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .box-cont_1:last-child {
    padding-bottom: 50px;
  }

  .box-cont_1 > div, .box-cont_2 > div {
    width: 100%;
  }
  .box-cont_1 > div:last-child {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .box-cont_2 > div:first-child {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
    order: 1;
  }
  .box-cont_1 > div:first-child img {
    width: 320px;
    margin: 0 auto;
    display: block;
  }
  .box-cont_2 > div:last-child img {
    width: 320px;
    display: block;
    margin: 0 auto;
  }
  .box-cont_1:before, .box-cont_2:before {
    content: "";
    width: 1px;
    height: 84px;
    background: url("../img/line.svg") no-repeat;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .box-cont_1:last-child:before {
    display: none;
  }
  .box-comanda:before {
    width: 70px;
    height: 70px;
    top: 191px;
    left: 10px;
    background-size: cover;
  }
  .bt2 {
    width: 90%;
    padding: 27px 0;
    font-size: 20px;
  }
  .bt {
    width: 90%;
    padding: 27px 0;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 63px;
  }
  .box-video-fon {
    background-position: top right;
    padding-top: 95px;
    padding-bottom: 95px;
    background-size: 50%;
  }
  .box-video {
    margin: 0 auto;
  }
  .box-contact-form {
    padding: 5px;
  }
  .box-comanda-box_item {
    width: 50%;
  }
  .box-comanda-box_item:first-child {
    width: 100%;
  }
  .box-comanda-box_item img {
    /*width: 140px;*/
  }
  .box-volna {
    padding-bottom: 0px;
  }
  .box-volna-fon {
    padding-bottom: 100px;
  }
  .bt2 {
    bottom: -32px;
  }
  .box-coment {
    height: auto;
    padding-bottom: 150px;
  }
  .box-scrol-coment {
    height: auto;
  }
}
@media (max-width: 450px) {
  .box-top .box-video-box {
    width: 290px;
  }
  .box-video-box_item {
    width: 185px;
    height: 185px;
  }
  .box-video-box_item {
    top: 22px;
    right: 12px;
  }
}
@media (max-width: 418px) {

}
@media (max-width: 375px) {
  .box-cont_1 > div:first-child img {
    width: 250px;
  }
  .box-cont_2 > div:last-child img {
    width: 250px;
  }
  .quantity_inner_text {
    color: #49A8E2;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 320px) {

}

@media (max-height: 500px) {
  
}
/*--------------modal---------------*/
.modal-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.modal-overlay *:before,
.modal-overlay *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  overflow: auto;
  z-index: 999;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}

.modal-overlay_visible {
  opacity: 1;
  visibility: visible;
}

.modal-table {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.modal {
  transition: .4s all;
  display: inline-block;
  padding: 95px 85px;
  max-width: 860px;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
  color: #333;
  text-align: left;
  margin: 30px 0;
  transform: translate(0, 20%);
  position: relative;
  background: #E1EFF4;
  border-radius: 89px;
  cursor: auto;
  font-size: 16px;
}
.modal__content textarea{
   width: 100%;
  height: 244px;
  background-color: #fff;
  border-radius: 52px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 46px;
  border: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.4);
    font-family: 'Jost', sans-serif;
}
.modal__content input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-radius: 52px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 46px;
  border: none;
  padding: 20px;
  color: rgba(0, 0, 0, 0.4);
    font-family: 'Jost', sans-serif;
}
.modal__content button{
   height: 90px;
  width: 100%;
  background: #49A8E2;
  border-radius: 88px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
.modal__content button:hover{
  background: #4988AE;
}
.modal-overlay_visible .modal {
  transform: translate(0);
}

.modal__header {
  font-size: 22px;
  font-weight: 400;
  padding: 0 0 30px 0;
}

.modal__close {
  position: absolute;
  right: 40px;
  top: 35px;
  width: 40px;
  height: 40px;
  border-radius: 0 0 4px 4px;
  transition: .4s all;
}

.modal__close:hover {
  
  cursor: pointer;
}

.modal__close:before,
.modal__close:after {
  content: "";
  display: block;
  height: 30px;
  width: 4px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.modal__close:after {
  transform: rotate(-45deg);
}
@media (max-width: 600px) {
  .modal {
    border-radius: 42px;
    padding: 76px 26px 42px;
  }
  .modal__close {
    right: 21px;
    top: 23px;
  }
}

@media (max-width: 1200px) {
  /*.box-scrol-coment {*/
  /*  margin-right: 120px;*/
  /*}*/
  .box-coment .slick-prev, .box-coment .slick-next {
    top: -274px;
  }
}
@media (max-width: 1000px) {
  .box-coment-title {
    margin-top: 0px;
    margin-bottom: 27px;
  }
  .box-news .slick-prev {
    display: none !important;
  }
  .box-news .slick-next {
    display: none !important;
  }
  .box-comanda-box .slick-prev {
    display: none !important;
  }
  .box-comanda-box .slick-next {
    display: none !important;
  }
  .box-coment .slick-prev, .box-coment .slick-next {
    display: none !important;
  }
  
}
  @media (max-width: 992px) {
   .box-coment {
     margin-top: 100px;
     background-size: cover;
     background-position: center;
   }
    .box-coment .slick-prev, .box-coment .slick-next {
      top: -88%;
    }
    .box-faq {
      padding-left: 15px;
      padding-right: 15px;
    }
    
  }
@media (max-width: 800px) {

}
@media (max-width: 600px) {
  .box-scrol-coment {
    margin-right: 0;
  }
}
.scrol-box-news {
  /*max-height: 1020px;*/
  /*overflow-x: auto;*/
  /*padding-right: 20px;*/
}
/*.box-scrol-coment::-webkit-scrollbar {*/
/*  width: 0;*/
/*}*/
/*.box-scrol-coment::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  background-color: #f9f9fd;*/
/*}*/

/*.box-scrol-coment::-webkit-scrollbar-thumb {*/
/*  border-radius: 10px;*/
/*  background-color: #E1EFF4;*/
/*}*/

/*.box-scrol-coment::-webkit-scrollbar-track {*/
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);*/
/*  border-radius: 10px;*/
/*  background-color: #f9f9fd;*/
/*}*/

/*.scrol-box-news::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  background-color: #f9f9fd;*/
/*}*/

/*.scrol-box-news::-webkit-scrollbar-thumb {*/
/*  border-radius: 10px;*/
/*  background-color: #E1EFF4;*/
/*}*/

/*.scrol-box-news::-webkit-scrollbar-track {*/
/*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);*/
/*  border-radius: 10px;*/
/*  background-color: #f9f9fd;*/
/*}*/
/*--------------modal---------------*/
.box-contact-formbox_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
  text-decoration-line: underline;
}
.box-contact-formbox_text1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
   color: #49A8E2;
  margin-bottom: 8px;
}
.box-contact-formbox_step {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 18px;
}
.box-contact-formbox_step h3 {
  font-weight: 700;
  color: #000000;
}
.box-contact-formbox_step p {
  margin: 14px 0;
}
.box-contact-formbox_text2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 40px;
}