*::-webkit-input-placeholder {
	color: #797979;
	opacity: 1;
}
*:-moz-placeholder {
	color: #797979;
	opacity: 1;
}
*::-moz-placeholder {
	color: #797979;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #797979;
	opacity: 1;
} 

* {
    box-sizing: border-box;
    outline: 0 !important;
}

html { scroll-behavior: smooth; }

body, html {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;   
    color:  #161616;   
    line-height: 1.4;
}

h1 {
	font-family: 'Roboto Condensed Medium';
	font-size: 190px;	
	margin-bottom: 20px;	
	line-height: 1;
	color: #161616;
}

h2 {
	font-family: 'Roboto Condensed Medium';
	font-size: 110px;
	font-weight: normal;	
	margin-bottom: 40px;
	line-height: 1;		
	color: #161616;
	text-align: center;
}

h3 {
	font-family: 'Roboto Condensed Medium';
	font-size: 60px;
	font-weight: normal;	
	margin-bottom: 25px;
	line-height: 1;		
	color: #161616;
}

h2 span {
	color: #D62F00;
	font-family: 'Lobster';
}

a {
	color: #224e5c;
	text-decoration: none;
}

a:hover {
	color: #224e5c;
}

.flex_between {
	display: flex;
	justify-content: space-between;
}

.flex_around {
	display: flex;
	justify-content: space-around;
}

.flex_center {
	display: flex;
	align-items: center;
}

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}

.button {
	font-family: 'Roboto Condensed';
	width: 180px;
	height: 50px;
	background-color: #2C568B;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #2C568B;	 
	transition: all 0.5s ease;
}

.button img {
	margin-right: 5px;
	margin-top: -2px;
}

.button:hover {
	background-color: #D62F00;
	border-color: #D62F00;
	color: #fff;
	text-decoration: none;
}

.button.button_white {
	background-color: #fff;
	border-color: #fff;
	color: #242424;
}

.button.button_transparent {
	background-color: transparent;
	border-color: #092B4E;
	color: #092B4E;
}



header {
	padding-top: 20px;
	padding-bottom: 40px;
}

a.logo {
	width: 177px;
	margin-right: 40px;
}

a.logo img {
	width: 100%;
}

ul.main_menu {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

ul.main_menu li {
	margin-right: 40px;
}

ul.main_menu li  a {
	font-size: 18px;
	font-family: 'Roboto Condensed';
	color: #161616;
}

.header_right .phone {
	margin-right: 15px;
}

.head_mess {
	margin-right: 40px;
}

.head_mess a {
	width: 24px;
	margin-left: 16px;
}

.img_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main_slide .img_bg img {
	border-radius: 5px;
}

.main_slider_wrap {
	position: relative;
}

.main_slider_dots {
	position: absolute;
	left: 0;
	bottom: 30px;
}

.slick-dots {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: -9px;
}

.slick-dots li {
	margin-right: 10px;
	margin-left: 10px;
}

.slick-dots li button {
	font-size: 0;
	border-radius: 50%;
	background-color: #161616;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
}

.slick-dots li.slick-active button {
	width: 12px;
	height: 12px;
	background-color: #d62f00;
}

.slick-prev, .slick-next {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
}

.slick-prev {
	background-image: url('../img/arrow_left.svg');
}

.slick-next {
	background-image: url('../img/arrow_right.svg');
	left: auto;
	right: 0;
}

.main_slide {
	position: relative;
}

.main_slide_content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 60px;
	background-color: #fff;
	border-top-right-radius: 5px;
	width: 740px;
}

.main_slide_title {
	font-size: 80px;
	line-height: 0.9;
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 10px;
	font-weight: 500;
}

.main_slide_title span, .main_slide_title b {
	color: #d62f00;
	font-family: 'Lobster';
	font-weight: 500;
}

.tisers {
	margin-top: 60px;
}

.tisers_item {
	height: 235px;
	width: 330px;
	border: 1px solid #D4D4D4;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
}

.tisers_item_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 24px;
	line-height: 1;
	margin-bottom: 5px;
}

.tisers_item_subtitle {
	
}

.tisers_item_text {
	height: 120px;
}

.format_school {
	margin-top: 120px;
}

.format_links {
	margin-bottom: 70px;
	flex-wrap: wrap;
	width: 1170px;
}

.format_links.format_links_main {
	margin-bottom: 0;
}

.format_links_item {
	display: flex;
	align-items: center;
	height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #2c568b;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	border: 1px solid #2C568B;
	border-radius: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.format_links_item.active, .format_links_item:hover {
	color: #fff;
	background-color: #2c568b;
}

.format_info_wrap {
	margin-top: 40px;	
}

.format_info_top_left {
	width: 800px;
	padding-top: 40px;
}

.format_info_top_title {
	font-size: 40px;
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 20px;
	line-height: 1;
}

.format_info_top_text ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.format_info_top_text ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

.format_info_top_text ul li:before {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #2c568b;
}

.format_info_top_right {
	width: 380px;
	text-align: center;
}

.format_info_top_right_text {
	font-family: 'Lobster';
	font-size: 20px;
	margin-top: 10px;
}

.format_info_slider_wrap {
	position: relative;
}

.format_info_slide {
	margin-left: 10px;
	margin-right: 10px;
	height: 460px;
}

.format_info_slide img {
	border-radius: 5px;
}

.format_slider_dots {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
}

.format_slider_dots_inner, .format_slider_dots_inner_1 {
	position: absolute;
}

.format_slider_dots_inner .slick-dots {
	margin-top: -11px;
}

.format_info_bottom_left, .format_info_bottom_right {
	width: 48%;
}

.format_info_bottom_right {
	position: relative;
	min-height: 335px;
}

.format_info_bottom_left_title {
	font-size: 40px;
	margin-bottom: 30px;
	font-family: 'Roboto Condensed Medium';
}

.format_info_bottom {
	margin-top: 60px;
}

.format_price_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(44, 86, 139, 0.2);
}

.format_price_item_title {
	width: 55%;
}

.format_price_item_price {
	text-align: right;
	width: 20%;
}

.format_price_item_val {
	width: 25%;
}

.with_old .format_price_item_price {
	color: #d62f00;
}

.with_old .format_price_item_price span {
	font-size: 14px;
	
	margin-left: 10px;
	text-decoration: line-through;
}

.format_discount_info {
	padding: 20px;
	background-color: #e6f5ff;
	border-radius: 5px;
	height: 100%;
}

.discount_info_title {
	font-size: 40px;	 
	font-family: 'Roboto Condensed Medium';
	line-height: 1;
	margin-bottom: 30px;
}

.discount_info_title span {
	font-family: 'Lobster';
	color: #d62f00;
}

.format_discount_info_inner {
	display: flex;
}

.format_discount_info_item {
	width: 265px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.format_discount_info_item:nth-child(2) {
	top: 35px;
	left: 25px;
}

.discount_info_item_top {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D4D4D4;
	position: relative;
}

.discount_info_item_top:after, .discount_info_item_top:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #E6F5FF;
	z-index: 2;
	border-radius: 50%;
	bottom: -10px;
}

.discount_info_item_top:after {
	left: -10px;
}

.discount_info_item_top:before {
	right: -10px;
}

.discount_info_item_val {
	color: #2c568b;
	font-size: 30px;
	font-family: 'Roboto Condensed Medium';
	line-height: 0.9;
	margin-bottom: 10px;
}

.discount_info_item_proc {
	color: #d62f00;
	font-size: 50px;
	font-family: 'Lobster';
	line-height: 0.9;
}

.discount_info_item_bot {
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	padding-bottom: 10px;
}

.discount_info_item_bot_inner {
	display: flex;
	align-items: center;
}

.discount_info_item_bot_inner span {
	font-size: 12px;
	
	margin-left: 5px;
}

.format_discount_info_bot {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.format_school .button {
	width: 100%;
	margin-top: 60px;
}

.program {
	margin-top: 120px;
}

.program_inner {
	position: relative;
}

.program_content {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 2;
}

.program_logo {
	width: 400px;
	margin-bottom: 50px;
}

.program_logo .pers {
	width: 170px;
	margin-left: 30px;
}

.pers_logo {
	text-align: right;
	margin-top: -25px;
}

.pers_logo img {
	width: 200px;
}

.program_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 5px;
}

.program_subtitle {
	font-family: 'Lobster';
	font-size: 40px;
	line-height: 1;
	color: #d62f00;
	margin-bottom: 12px;
}

.program_buttons {
	margin-top: 40px;
	flex-direction: column;
}

.program_buttons .button {
	width: 280px;
	margin-bottom: 20px;
	height: 60px;
}

.numbers_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 36px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.numbers {
	margin-top: 50px;
}


.numbers_item_title {
	font-family: 'Lobster';
	font-size: 100px;
	color: #d62f00;
	line-height: 1;	
}

.numbers_item_title span, .numbers_item_title b {
	font-size: 50px;
	font-weight: 500;
}

.numbers_item_subtitle {
	
}

.about {
	padding-top: 100px;
}

.about_left, .about_right {
	width: 50%;
}

.about_left {
	padding-right: 30px;
	position: relative;
}

.about_title {
	font-family: 'Lobster';
	font-size: 30px;
	line-height: 1;
	margin-bottom: 20px;
}

.about_left p {
	
}

.about_left .pers {
	position: absolute;
	top: -170px;
	right: -170px;
}

.about_right img {
	width: 100%;
}

.advantages {
	margin-top: 120px;
}

.advantages h3 {
	margin-bottom: 20px;
}

.advantages_left, .advantages_right {
	width: 48%;
}

.advantages_left img {
	width: 100%;
}

.accordeon_item {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D4D4D4;
}

.accordeon_item_top {
	font-family: 'Roboto Condensed Medium';
	font-size: 24px;
	position: relative;
	cursor: pointer;
	padding-right: 20px;
}

.accordeon_item_top:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 7px;
	background-image: url('../img/arrow_left.svg');
	transform: rotate(-90deg);
	transition: all 0.5s ease;
}

.accordeon_item.active .accordeon_item_top:after {
	transform: rotate(90deg);
}

.accordeon_item_bottom {
	display: none;
	
}

.payment_info {
	margin-top: 120px;
	background-color: #f0f9ff;
}

.payment_info_left {
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 25px;
	padding-bottom: 60px;
}

.payment_info_left, .payment_info_right {
	width: 50%;
}

.payment_info_right {
	padding-top: 60px;
}

.payment_info_title {
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 15px;
	font-size: 48px;
	line-height: 0.9;
}

.payment_info_subtitle {
	font-size: 28px;
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 15px;
}

.payment_info_contact {
	display: flex;
	align-items: center;
}

.payment_info_left .map_contact_us {
	margin-bottom: 20px;
}

.payment_info_contact_item {
	display: flex;
	align-items: center;
	margin-right: 30px;
}

.payment_info_contact_item .map_contact_us {
	margin-left: 10px;
}

.payment_info_contact_item img {
	margin-right: 5px;
}

.payment_info_contact_item a {
	color: #161616;
	position: relative;
	top: 2px;
}

.payment_info_buttons .button {
	margin-right: 20px;
	width: 280px;
	height: 60px;
}

.payment_info_right img {
	width: 100%;
}

.map_wrap {
	position: relative;
	margin-top: 120px;
}

.map_wrap img {
	width: 100%;
}

.map_contact {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 30px;
	width: 320px;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
}

.map_contact_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.map_contact_item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.map_contact_item img {
	margin-right: 5px;
	width: 18px;
}

.map_contact_item a {
	color: #161616;
}

.map_contact_us {
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.map_contact_us span {
	font-family: 'Roboto Condensed Medium';
	font-size: 18px;
	margin-right: 15px;
}

.map_contact_us img {
	margin-right: 15px;
	width: 24px;
}

.map_contact_timework {
	margin-top: 30px;
}

.map_contact .button {
	width: 100%;
	margin-top: 65px;
}

footer {
	background-color: #2c568b;
	margin-top: 120px;
	padding-bottom: 40px;
}

.footer_top {
	padding-top: 15px;	
	margin-bottom: 40px;
}

.footer_top .logo {
	width: 177px;
}

.footer_top .pers {
	width: 205px;
}

.footer_bottom {
	margin-top: -40px;
}

.footer_bottom_col {
	color: #fff;
}



.footer_bottom_col_title {
	font-size: 18px;
	font-family: 'Roboto Condensed Medium';
	line-height: 1;
	margin-bottom: 15px;
}

.footer_bottom_col ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.footer_bottom_col ul li {
	margin-bottom: 5px;
}

.footer_bottom_col ul li a {
	color: #fff;
	font-family: 'Roboto Condensed';
}

.footer_bottom_col .button_transparent {
	color: #fff;
	border-color: #fff;
	width: 280px;
	height: 60px;
	margin-bottom: 20px;
}

.footer_bottom_col .map_contact_item a {
	color: #fff;
}

.footer_bottom_col:last-child {
	padding-top: 50px;
}

.footer_text {
	width: 100%;
	margin-top: 50px;
}

.payment_page main {
	height: 858px;
	background-image: url('../img/payment_page_bg.jpg');
	background-size: cover;
	margin-top: -178px;
}

.payment_page footer {
	margin-top: 0;
}

.payment_page_form {
	margin-top: 190px;
	width: 375px;
	background-color: #fff;
	border-radius: 5px;
	padding: 20px;
	text-align: center;
}

.payment_page_form .logo {
	width: 101px;
}

.payment_page_form p {
	font-size: 14px;
}

.payment_page_form_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	margin-top: 13px;
	margin-bottom: 12px;
}

.payment_page_form form {
	margin-top: 23px;
	margin-bottom: 32px;
}

input[type='text'] {
	width: 100%;
	height: 60px;
	border: 1px solid rgba(22, 22, 22, 0.5);
	padding-left: 20px;
	border-radius: 5px;
}

.payment_page_form form input[type='text'] {
	border-color: #D4D4D4;
	margin-bottom: 10px;
}

.payment_page_form form input[type='submit'] {
	height: 60px;
	width: 100%;
}

.payment_page_form_phone {	
	width: 340px;
	margin: 0 auto;
	margin-bottom: 30px;	
}

.payment_page_form_phone img {
	width: 18px;
	margin-right: 5px;
}

.payment_page_form_phone a {
	color: #161616;
}

p.pay_timework {
	margin-bottom: 0;
	
}

.order_title {
	font-family: 'Lobster';
	font-size: 48px;
	margin-bottom: 35px;
}

.order_body {
	width: 920px;
}

.order_inner {

}

.order_sidebar {
	width: 420px;
	position: relative;
}

.order_format_note {
	background-color: #f0f9ff;
	padding: 20px;
	border-radius: 5px;
}

.order_format_note_title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.order_format_note_title img {
	width: 20px;
	height: 20px;
	margin-right: 13px;
}

.order_format_note_title span {
	font-family: 'Roboto Condensed Medium';
	font-size: 24px;
	line-height: 1;
}

.format_links_order {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.photo_cnt {
	font-family: 'Roboto Condensed Medium';
	font-size: 24px;
	margin-bottom: 30px;
}

.catalog_item {
	width: 286px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #D4D4D4;
	padding: 20px;
}

.catalog_item.active .addToBasket {
	display: none;
}

.catalog_item:nth-child(3n) V{
	margin-right: 0;
}

.catalog_item_img {
	margin-bottom: 10px;
	height: 175px;
	display: flex;
	justify-content: space-around;
}

.catalog_item_img img {
	max-width: 100%;
    max-height: 100%;
	border-radius: 5px;
}

.catalog_item_format {
	font-family: 'Roboto Condensed Medium';
	font-size: 18px;
	line-height: 1;
	margin-bottom: 5px;
}

.catalog_item_title {
	
	margin-bottom: 30px;
}

.catalog_item .button {
	width: 100%;
}

.catalog_item_selected {
	display: none;
	align-items: center;
	justify-content: space-between;
}

.catalog_item.active .catalog_item_selected {
	display: flex;
}

.catalog_item_selected .button {
	width: 185px;
	background-color: #f0f9ff;
}

.catalog_item_delete {
	width: 50px;
	height: 50px;
	border: 1px solid #D62F00;
	border-radius: 5px;
	background-image: url('../img/del.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.order_sidebar_inner {
	background-color: #f0f9ff;
	padding: 20px;
	border-radius: 5px;
	position: sticky;
	top: 0;
}

.selected_photos_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 24px;
	line-height: 1;
	margin-bottom: 10px;
}

.selected_photos_list {
	margin-top: 20px;
	margin-bottom: 40px;
}

.selected_photos_item {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 10px;
}

.selected_photos_list_basket .selected_photos_item {
	cursor: pointer;
	width: 110px;
	height: 110px;
	border: 1px solid #D4D4D4;
	padding: 5px;
	border-radius: 5px;
	position: relative;
}

.selected_photos_item_delete {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 0;
	background-image: url('../img/close.svg');
	background-size: cover;
}

.selected_photos_item.active {
	padding: 5px;
	border: 1px solid #D62F00;
}

.selected_photos_item_inner {
	border-radius: 50%;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.selected_photos_item img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.selected_photos_note {
	margin-bottom: 20px;
	display: flex;
	font-size: 14px;
}

.selected_photos_note span:first-child {
	color: #d62f00;
	margin-right: 5px;
}

.selected_photos .button {
	width: 100%;
	height: 60px;
}

.basket_wrap {
	margin-top: 30px;
}

.basket_cat_item_wrap {
	margin-bottom: 40px;
}

.basket_cat_title {
	font-size: 40px;
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 20px;
}

.basket_cat_item {
	margin-bottom: 20px;
}

.basket_cat_item_head {
	display: flex;
	align-items: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #f0f9ff;
	margin-bottom: 20px;
	font-size: 14px;
}

.basket_format_item {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.basket_format_item_title {
	width: 430px;
}

.basket_cat_item_head .basket_format_item_title {
	padding-left: 60px;
}

.basket_format_item_price {
	width: 140px;
	text-align: center;
}

.basket_format_item_cnt {
	width: 200px;
	text-align: center;
}

.basket_format_item_sum {
	width: 160px;
	text-align: center;
}

.basket_format_item_del {
	width: 40px;
	text-align: center;
	cursor: pointer;
}

.item_cnt_inner {
	display: flex;
	align-items: center;
	width: 160px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #D4D4D4;
}

.item_cnt_inner .plus {
	height: 100%;
	width: 50px;
	background-image: url('../img/plus.svg');
	background-repeat: no-repeat;
	background-position: 50%;
	border-left: 1px solid #D4D4D4;
	cursor: pointer;
}

.item_cnt_inner .minus {
	height: 100%;
	width: 50px;
	background-image: url('../img/minus.svg');
	background-repeat: no-repeat;
	background-position: 50%;
	border-right: 1px solid #D4D4D4;
	cursor: pointer;
}

.item_cnt_inner input {
	width: 60px;
	height: 100%;
	border: none;
	padding-left: 0;
	text-align: center;
}

.basket_format_item_title_inner {
	display: flex;
	align-items: center;
}

.format_item_info_popover {
	margin-left: 7px;
	position: relative;
	top: -2px;
	cursor: pointer;
}

.info_popover_body {
	width: 340px;
	background-color: #e6f5ff;
	padding: 8px 16px;
	font-size: 12px;
	border-radius: 5px;
	color: #2c568b;
	position: absolute;
	right: -350px;
	top: -10px;
	display: none;
	z-index: 2;
}

.info_popover_body:before {
	content: '';
	position: absolute;
	left: -15px;
    top: 16px;
	border: 7px solid transparent;
	border-right: 8px solid #E6F5FF;	
}

.format_item_info_popover:hover .info_popover_body {
	display: block;
}

.basket_format_item.disabled .basket_format_item_title_inner span,
.basket_format_item.disabled .basket_format_item_price,
.basket_format_item.disabled .basket_format_item_cnt,
.basket_format_item.disabled .basket_format_item_sum,
.basket_format_item.disabled .basket_format_item_del
 {
	pointer-events: none;
	opacity: 0.5;
}

.sidebar_order_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 20px;
}

.sidebar_order_cat {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(44, 86, 139, 0.3);
}

.sidebar_order_cat_title {
	font-size: 18px;
	font-family: 'Roboto Condensed Medium';
	margin-bottom: 15px;
	line-height: 1;
}

.sidebar_order_item {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar_order_item_left {
	display: flex;
	align-items: center;
}

.sidebar_order_item_img {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px;
}

.sidebar_order_item_img img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


.order_coupon_wrap {
	margin-top: 40px;
}

.order_coupon_inner {
	display: flex;
	align-items: center;
}

.order_coupon_inner input[type='text'] {
	background-color: transparent;
	border-color: #2C568B;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	color: #2c568b;
}

.order_coupon_wrap_error .order_coupon_inner input[type='text'],
.order_coupon_wrap_error .order_coupon_inner input[type='submit'] {
	border-color: red;
}

.coupon_error {
	color: red;
	font-size: 14px;
	margin-top: 10px;
}

.order_coupon_inner .button {
	height: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.sidebar_order_sum_wrap {
	margin-top: 40px;
}

.sidebar_order_sum_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.sidebar_order_sum_inner {
	font-family: 'Roboto Condensed';
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sidebar_order_sum_wrap .button {
	width: 100%;
	height: 60px;
}

.order_form {
	background-color: #f0f9ff;
	padding: 20px;
	border-radius: 5px;
}

.order_form_title {
	font-size: 40px;
	font-family: 'Roboto Condensed Medium';
	line-height: 1;
	margin-bottom: 30px;
}

.input_wrap {
	width: 540px;
	margin-bottom: 20px;
	max-width: 100%;
}

.input_wrap input {
	background-color: transparent;
	color: #2c568b;
}

.input_wrap label {
	
	margin-bottom: 5px;
}

.input_wrap label span {
	color: #d62f00;
}

.req_info {
	margin-bottom: 30px;
	
}

.req_info span {
	color: #d62f00;
}

.checkbox_wrap  {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.checkbox_wrap input[type='checkbox'] {
	display: none;
}

.checkbox_wrap .checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(22, 22, 22, 0.5);
	margin-right: 10px;
	border-radius: 3px;
}

.checkbox_wrap input[type='checkbox']:checked ~ .checkbox {
	border-color: #2C568B;
	background-image: url('../img/check.svg');
	background-repeat: no-repeat;
	background-position: 50%;
}

.policy_wrap a {
	color: #2c568b;
}

.order_form input[type='submit'] {
	width: 540px;
	margin-top: 30px;
	height: 60px;
	max-width: 100%;
}

.modal_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	line-height: 1;
	margin-bottom: 30px;
}

.close_bnt {
	width: 20px;
	height: 20px;
	background-image: url('../img/close.svg');
	background-size: cover;
	background-color: transparent;
}

.modal .close_bnt {
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0;
	border: none;
}

.modal_body {
	padding: 20px;
	background-color: #f0f9ff;
}

.modal .policy_wrap {
	margin-bottom: 25px;
}

.modal .button {
	width: 100%;
}

.mobile_menu_btn {
	display: none;
}

.mobile_menu_wrap {
	display: none;
}

.payment_bg {
	display: none;
}

.mobile_sum_title {
	display: none;
}

.modal_photo_title {
	font-family: 'Roboto Condensed Medium';
	font-size: 40px;
	margin-bottom: 30px;
}

.modal_photo_img {
	margin-bottom: 30px;
	height: 450px;
	text-align: center;
}

.modal_photo_img img {
	max-width: 100%;
	max-height: 100%;
}

.modal_photo_button_wrap {
	display: flex;
	align-items: center;
}

.modal_photo_button_wrap .button_transparent {
	margin-right: 20px;
}

.ajax_wrap {
	transition: all 0.5s ease;
}

.ajax_wrap.load {
	opacity: 0.5;
	pointer-events: none;
}

.basket_old_sum {
	font-size: 16px;
	text-decoration: line-through;
	
}

.basket_photo_select_wrap h3 {
	font-size: 40px;
}

.basket_photo_select_descr {
	font-size: 18px;
	margin-bottom: 30px;
}

.basket_photo_select_list .catalog_item_title {
	margin-bottom: 0;
}

.basket_photo_select_list .catalog_item {
	position: relative;
}

.basket_photo_select_list .catalog_item.active {
	border-color: #2C568B;
}

.basket_photo_select_list .catalog_item:after {
	content: '';
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.4);
}

.basket_photo_select_list .catalog_item.active:after {
	background-image: url('../img/check_w.svg');
	background-color: #2C568B;
	border-color: #2C568B;
	background-size: 80%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.basket_photo_select_errors {
	color: red;
}

.order_form input[type='submit'].order_coupon_submit {
	margin-top: 0;
}

.payment_page header {
	position: relative;
	z-index: 2;
}

.head_payment_button_wrap {
	position: relative;
}

.head_payment_button_wrap.disabled .button,
.payment_info_buttons.disabled .button,
.footer_bottom_col.disabled .button{
	pointer-events: none;
	opacity: 0.5;
}

.menu_basket_error_popover {
	position: absolute;
	width: 340px;
	background-color: #e6f5ff;
	padding: 8px 16px;
	font-size: 12px;
	border-radius: 5px;
	color: #2c568b;
	right: 0;
	top: 60px;
	display: none;
	z-index: 2;
}

.head_payment_button_wrap:hover .menu_basket_error_popover {
	display: block;
}

.mobile_menu_item .menu_basket_error_popover {
	left: 0;
	right: auto;
	top: -80px;
}

.menu_basket_error_popover:before {
	content: '';
	position: absolute;
	right: 70px;
	top: -14px;
	border: 7px solid transparent;
	border-bottom: 8px solid #E6F5FF;
}

.mobile_menu_item .menu_basket_error_popover:before {
	border-bottom: 7px solid transparent;
	border-top: 8px solid #E6F5FF;
	top: auto;
	bottom: -15px;
	right: auto;
	left: 80px;
}

.school_name_wrap {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(44, 86, 139, 0.3);
}

.school_name {
	font-family: 'Roboto Condensed Medium';
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.project_preview_button {
	width: 100%;
	height: 60px;
	margin-bottom: 25px;
	background-color: #D62F00;
	border-color: #D62F00;
	color: #fff;
	font-size: 22px;
}

.catalog_basket_link {
	display: none;
}

.catalog_basket_link.active {
	display: flex;
}

.col.pr-0.widget-payment-checkout-info {
	display: none;
}

.col-auto.pl-0 .btn {
	width: 500px;
	max-width: 100%;
	height: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #2c568b;
	font-size: 18px;
	padding-top: 10px;
}

/*.about {
	margin-top: 0;
	padding-top: 0;
}

.about > .pers {
	display: block;
	margin: 0 auto;
}*/

.page_text h1 {
	font-size: 60px;
	margin-bottom: 35px;
}

@media (min-width: 1430px) {
    
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
    
}


@media (min-width: 576px) {

    .modal-dialog {
        max-width: 500px;
            	
    }

	#modal-photo .modal-dialog {
		max-width: 100%; 
		width: 750px;
	}

	#modal-photo .modal-dialog .modal_body {
		background-color: #fff;
		padding: 25px;
	}

	#modal-complex-select .modal-dialog {
		max-width: 100%;
		width: 1200px;
	}


}