html,
body {
	overflow-x: hidden;
}

.footer_menu .col a{
    display: flex;
    align-items: center;
}

form input.error{
    border: 1px solid red;
}

form select.error{
    border: 1px solid red;
}

select.error + .select2-container--default .select2-selection--single{
    border-color: red;
}
.footer_menu .col a span {
    padding-left: 10px;
}
.hidden_menu_box .left_list .item{
	display: block;
}

label.file{
	position: relative;
}
label.file input{
	position: absolute;
	left: 0;
	top: 0;
	left: -1000px;
	opacity: 0;
}
label.file span{
	display: block;
	width: 100%;
  text-align: center;
  height: 67px;
  line-height: 67px;
	font-size: 18px;
  color: #000;
  background-color: #FFE49D;
  border-radius: 50px;
  border: 1px solid #000;
	margin-bottom: 15px;
	cursor: pointer;
}
.popup_box{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  background-color: #fff;
}
.popup_box .popup{
  position: absolute;
  width: 100%;
  max-width: 912px;
  left: 50%;
  top: 50%;
  border-radius: 50px;
  box-shadow: 0 4px 100px rgba(0,0,0,.2);
  padding: 52px 72px 52px 79px;
  transform: translate(-50%,-50%);
  overflow: auto;
}
.close{
  position: absolute;
  width: 48px;
  height: 48px;
  right: 30px;
  top: 30px;
  background-image: url('../img/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.close:hover{
  box-shadow: 0 4px 19px rgba(0,0,0,.11);
}
.popup_box h3{
  font-size: 74px;
  font-family: 'Cormorant', serif;
  text-transform: uppercase;
  color: #494F43;
  margin-bottom: 24px;
}
.popup_box h3 span{
  display: block;
  padding-left: 78px;
  font-family: 'Cormorant', serif;
  font-size: 58px;
  color: #494F43;
}
.popup_box p{
  width: 100%;
  max-width: 706px;
  margin-bottom: 43px;
}
.popup_box form{
  flex-direction: column;
  background: none;
  padding: 0;
}
.popup_box form input{
  width: 100%;
	text-align: center;
  height: 67px;
  line-height: 67px;
  font-size: 18px;
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  margin-bottom: 15px;
}
.popup_box form button{
	border-radius: 50px;
	background: #FFE49D;
	box-shadow: 9px 12px 27.7px 0px rgba(255, 228, 157, 0.73);
	color: #000;
	text-transform: uppercase;
	width: 100%;
	padding: 22px 0;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	height: 67px;
	border: none;
}
.popup_box form button.success{
  background-color: #B4A698;
}
.popup_box form button:hover{
  background-color: #494F43;
	color: #fff;
	box-shadow: 9px 12px 27.7px 0px #494F43;
}

.hidden_menu_box .right_box .title{
  font-size: 25px;
}

.hidden_menu_box .right_box .standart_list{
  list-style: none;
  padding: 0;
}

.hidden_menu_box .right_box .standart_list li::after{
  display: none;
}

.hidden_menu_box .right_box .standart_list li{
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hidden_menu_box .right_box .standart_list li img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.hidden_menu_box .right_box .standart_list li p{
  width: calc(100% - 45px);
  padding-left: 19px;
  margin: 0;
}

.hidden_menu_box .inside_block{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.hidden_menu_box .right_box .box{
  height: 100%;
}

.mob_menu_box{
  overflow-y: auto;
}

.error_main_section{
  width: 100%;
  display: flex;
  justify-content: center;
}

.error_main_section .container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article_box .info img{
  max-width: 100%;
  height: auto;
}

.article_box .info video, .article_box .info iframe{
  min-height: 500px;
  object-fit: cover;
}

.sc_team_list .item .info{
  min-height: 42px;
}

.art_big_img_link{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}

.soc_btns a svg,.soc_ab_list a svg{
  margin-right: 15px;
}

.iti--allow-dropdown{
  width: 100%;
}

/* .sc_help22 form .oferta_label .text{
  color: #000 !important;
}

.sc_help22 form .oferta_label .text a{
  color: #000 !important;
} */

.cookies_wrap_modal{
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
  background: #F8F8F8;
  filter: drop-shadow(0px 0px 5px #DBDBDB);
}

.cookies_wrap_modal .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies_wrap_modal .container p{
  width: 100%;
  max-width: 860px;
  font-size: 16px;
}

.cookies_wrap_modal .container .accept_btn{
  background-color: #FFE49D;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease;
  text-align: center;
  padding: 23px;
  font-size: 18px;
}

.cookies_wrap_modal .container .accept_btn:active{
  transform: scale(.9);
}

.popup_box form .input_phone_new{
  margin-bottom: 0;
  padding-right: 96px;
}
.popup_box .iti--allow-dropdown{
  margin-bottom: 15px;
  width: 100%;
}
.popup_box .iti__selected-flag{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

/**/

.sc_help form,.how_start_sect form,.now_form form{
  position: relative;
  padding-bottom: 107px !important;
}

.sc_help form .captcha_block_rel,.how_start_sect form .captcha_block_rel,.now_form form .captcha_block_rel{
  position: absolute;
  top: 80px;
  left: 0;
}

.sc_help form .oferta_label,.how_start_sect form .oferta_label,.now_form form .oferta_label{
  position: absolute;
  left: 310px;
  top: 105px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 304px);
  padding-left: 10px;
}

.popup_box form .oferta_label{
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.how_start_sect form{
  padding-bottom: 81px !important;
}

.how_start_sect form .oferta_label{
  padding-left: 27px;
  bottom: 28px;
}

.sc_help form .oferta_label .oferta_check,.how_start_sect form .oferta_label .oferta_check,.now_form form .oferta_label .oferta_check,.popup_box form .oferta_label .oferta_check{
  position: absolute;
  top: 0;
  left: 10px;
  width: 29px;
  height: 29px;
  opacity: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  z-index: 10;
  cursor: pointer;
}

.sc_help form .oferta_label .default,.how_start_sect form .oferta_label .default,.now_form form .oferta_label .default,.popup_box form .oferta_label .default{
  width: 29px;
  height: 29px;
  border-radius: 3.372px;
  background: #FFF;
  display: inline-flex;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
}


.sc_help form .oferta_label .default .active,.how_start_sect form .oferta_label .default .active,.now_form form .oferta_label .default .active,.popup_box form .oferta_label .default .active{
  opacity: 0;
}

.sc_help form .oferta_label .oferta_check:checked + .default > .active,.sc_help form .oferta_label .oferta_check:checked + label + .default > .active,.how_start_sect form .oferta_label .oferta_check:checked + .default > .active,.how_start_sect form .oferta_label .oferta_check:checked + label + .default > .active,.now_form form .oferta_label .oferta_check:checked + .default > .active,.now_form form .oferta_label .oferta_check:checked + label + .default > .active,.popup_box form .oferta_label .oferta_check:checked + .default > .active,.popup_box form .oferta_label .oferta_check:checked + label + .default > .active{
  opacity: 1;
}

.sc_help form .oferta_label .text,.how_start_sect form .oferta_label .text,.now_form form .oferta_label .text,.popup_box form .oferta_label .text{
  width: calc(100% - 29px);
  padding-left: 14px;
  margin-left: 5px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sc_help form .oferta_label .text a,.how_start_sect form .oferta_label .text a,.now_form form .oferta_label .text a,.popup_box form .oferta_label .text a{
  color: #FFF;
  font-size: 12px;
  text-decoration: underline;
}

.sc_help form .oferta_label1,.how_start_sect form .oferta_label1,.now_form form .oferta_label1{
  position: relative;
  display: none;
}

.sc_help form .oferta_label .oferta_check.error + label + .default,.how_start_sect form .oferta_label .oferta_check.error + label + .default,.now_form form .oferta_label .oferta_check.error + label + .default,.popup_box form .oferta_label .oferta_check.error + label + .default{
  border-color: #D64B29;
}

.sc_help form .oferta_label .oferta_check.error + label + .default + .text,.how_start_sect form .oferta_label .oferta_check.error + label + .default + .text,.now_form form .oferta_label .oferta_check.error + label + .default + .text,.popup_box form .oferta_label .oferta_check.error + label + .default + .text{
  border-radius: 3.372px;
  background: rgba(214, 75, 41, 0.30);
  padding: 7px 14px;
}

.now_form form .oferta_label .text{
  margin-bottom: 0;
}

.popup_box form .oferta_label .default{
  border: 1px solid #7AB388;
}

.popup_box form .oferta_label{
  margin-bottom: 20px;
}

.popup_box form .oferta_label .text{
  margin-bottom: 0 !important;
}

.popup_box form .oferta_label .text,.popup_box form .oferta_label .text a{
  color: #000;
}

#how_start_sect2 form,.how_start_sect .shouldsend_suprovid{
  padding-bottom: 120px !important;
}

#how_start_sect2 form .captcha_block_rel,.how_start_sect .shouldsend_suprovid .captcha_block_rel{
  top: 103px;
  left: 25px;
}

#how_start_sect2 form .oferta_label .oferta_check{
  top: 24px;
}

.captcha_block_rel{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


@media(max-width:1024px){
  .sc_help form .oferta_label2,.how_start_sect form .oferta_label2,.now_form form .oferta_label2{
    display: none;
  }
  .sc_help form .oferta_label1,.how_start_sect form .oferta_label1,.now_form form .oferta_label1,.popup_box form .oferta_label1{
    display: flex;
    margin-bottom: 20px;
    margin-top: 5px;
    align-items: flex-start;
  }
  .sc_help form,.now_form form{
    padding-bottom: 0 !important;
  }
  .sc_help form .oferta_label .text,.how_start_sect form .oferta_label .text,.now_form form .oferta_label .text,.popup_box form .oferta_label .text{
    text-align: left;
  }
  .sc_help form .oferta_label .text,.how_start_sect form .oferta_label .text,.now_form form .oferta_label .text,.popup_box form .oferta_label .text{
    margin-top: 0;
  }
  .how_start_sect form .oferta_label{
    bottom: 0;
    padding-left: 0;
  }
  .how_start_sect form,#how_start_sect2 form,.how_start_sect .shouldsend_suprovid{
    padding-bottom: 34px !important;
  }
  #how_start_sect2 form .oferta_label .oferta_check{
    top: 0;
  }
}

@media(max-width:999px){
  .popup_box .popup{
    padding-left: 25px;
    padding-right: 25px;
  }
	.popup_box p{
		font-size: 16px;
	}
  .popup_box form input{
    padding-top:0px;
    padding-bottom: 0px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .popup_box h3 span{
    padding-left: 25px;
    font-size: 24px;
  }
  .popup_box h3{
    font-size: 24px;
  margin-bottom: 19px;
  }
  .popup_box .btn{
    padding: 14px 0;
  }
  .close{
  width: 30px;
  height: 30px;
  right: 24px;
  top: 24px;
  background-size: cover;
  }
  .popup_box .popup{
    max-width: 94%;
  }
  .popup_box form input{
    font-size: 16px !important;
  }
  .popup_box form .input_phone_new, .input_phone_new{
    padding-right: 40px !important;
  }
  .pay_course_box{
    display: none;
  }
  .vacancies_page .send{
    padding-left: 22px;
    padding-right: 22px;
  }
  .sc_help form .captcha_block_rel, .how_start_sect form .captcha_block_rel, .now_form form .captcha_block_rel{
    position: static;
    margin-top: 5px;
  }
  .sc_help form .oferta_label, .how_start_sect form .oferta_label, .now_form form .oferta_label{
    left: initial;
    top: initial;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .sc_help form .oferta_label .oferta_check, .how_start_sect form .oferta_label .oferta_check, .now_form form .oferta_label .oferta_check, .popup_box form .oferta_label .oferta_check{
    left: 0;
  }
}

@media(max-width:768px){
  .article_box .info video, .article_box .info iframe{
    min-height: 250px;
  }
  .cookies_wrap_modal .container{
    flex-direction: column;
    align-items: center;
  }
  .cookies_wrap_modal .container p{
    font-size: 14px;
  }
  .cookies_wrap_modal .container .accept_btn{
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 10px;
  }
  .sc_help .container{
    padding-left: 15px;
    padding-right: 15px;
  }
}
