.grey-line {
	    background: #f5f5f5;
	    border-bottom: solid 1px #dfdfdf;
	    border-top: solid 1px #dfdfdf;
	    height: 20px;
}

.rectangle {
	display: flex;
	padding: 30px;
	margin-bottom: 20px;
}
.shopp {
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-image: url(../../../../images/Mask.png);
	color:#fff;
	border-radius: 15px;
	padding: 40px 20px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.infdiv {
	border-radius: 15px;
	background-color: #275CC3;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
	min-height: 188px;
    height: calc(100% - 20px);
}
.pobb {
	border-radius: 15px;
	background-color: #FFB023;
	padding: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	min-height: 188px;
	height: calc(100% - 20px);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.pobb.bg {
	background-color: #275CC3 !important;
}
.pobb img {
	width: 50%;
}
.blbox {
	border-radius: 15px;
	background-color: #fff;
	padding: 20px;
	min-height: 188px;
	display: flex;
	justify-content: center;
	height: calc(100% - 20px);
	flex-direction: column;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.shopitem h3 {
	font-size:22px;
	font-weight:500;
}
.shopitem h4 {
	font-size:22px;
	font-weight:500;
	color: #275CC4;
}
.shopitem p {
	font-size: 16px;
	margin-bottom:30px
}
.shopitem .form-group {
	margin:0!important;
}
.shopitem .form-group label {
	font-size:14px;
}
.shopimg img {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.fio {
	font-size: 20px;
	font-weight: 800;
	color: #275CC4;
}
.tex {
	font-size: 16px;
	font-weight: 600;
}
.numnum {
	font-size: 74px;
	color: #275CC4;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}
.cninf {
	margin-right: 10px;
}
.cninf p {
	font-size: 14px;
	color: #fff;
}
p.ball {
	font-size: 16px;
	font-weight: 600;
}
.infdiv span {
	margin-left: 10px;
	font-size: 14px;
	display: block;
	font-weight: 500;
}
.indiv span+span {
	margin-top: 10px;
}
.shopp img {
	display: block;
	max-width: 100%;
	height: auto;
}
.shopp h3 {
	font-size: 24px;
	margin: 20px 0;
}
.shopp p {
	font-size: 18px;
}
.rectangle.one {
	background-color: #FFB023;
}
.rectangle.two {
	background-color: #566CD3;
}
.rectangle.three {
	background-color: #218BD9;
}
h1.shopcheg {
	color: #275CC4;
	margin: 30px 0 10px;
}
p.shoppers {
	font-size: 16px;
	margin: 0 0 20px;
}
.cont {
	max-width: 1200px;
	margin: 0 auto;
	flex: 1;
}
.gridbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.putin img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 15px;
	margin-bottom: 20px;
}
.box-1 {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
.box-1 span.autor {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.box-1 span.proizv {
	font-size: 25px;
	color: #fff;
}
.box-2 {
	width: 300px;
}
.box-2 img {
	display: block;
	width: 100%;
	height: auto;
}
.box-3 {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items:flex-end;
}
.box-3 {
	
}
.box-3 .status {
	font-size: 20px;
	color: #fff;
}
.box-3 .data {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.counter {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 10px;
}
.counter .day {
	padding-left: 20px;
}
.counter .day .chislo {
	font-size: 40px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}
.counter .day .text-chislo {
	font-size: 12px;
	text-align: center;
	color: #fff;
}
.socset {
	display: block;
	height: 200px;
	color: #fff;
	font-size: 50px;
	display: flex;
	justify-content: center;
	align-items: center; 
	text-decoration: none;
	border-radius: 15px;
	margin-bottom: 20px;
}
.vk {
	background: #4a76a8;
}
.fb {
	background: #4266b2;
}
.inst {
	background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.banner {
	overflow: hidden;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 5px;
}
.socset:hover {
	color: #fff;
	opacity: 0.8;
}

.batl-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.batl-box .video-box {
	height: 225px;
	width: 300px;
	background: #F3F3F3;
	margin-right: 50px;
	border-radius: 14px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.batl-box .video-box img {
	display: block;
	width: 60px;
	height: 60px;
}
.batl-box .info-box {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
.batl-box .info-box .stars, .batl-box .info-box .lock {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
}
.batl-box .info-box .golos {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px;
	cursor: pointer;
}
.stars .textes {
	font-size: 14px;
	color: #EF831B;
	text-transform: uppercase;
	margin-left: 8px;
}
.lock .textes {
	font-size: 14px;
	color: #6E6E6E;
	text-transform: uppercase;
	margin-left: 8px;
}
.golos .textes {
	font-size: 16px;
	color: #BF2690;
	text-transform: uppercase;
	margin-left: 8px;
}
.batl-box .info-box h3{
	font-size: 24px;
	font-weight: 600;
}
.batl-box .info-box p {
	font-size: 16px;
	color: #6E6E6E;
	display: inline-block;
	max-width: 350px;
	margin-bottom: 0px;
}

.tabber {
	    background: #e8eff3;
    padding: 10px 0;
    border-radius: 5px;
    border: solid 1px #ddd;
}
.tab-pad {
	background: #fff;
    padding: 10px 0;
    border-radius: 5px;
}
.shuba {
	overflow: hidden;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 2px;
}
.shuba img {
    border-radius: 5px;
    margin-bottom: 5px;
}
.shuba h6 {
	font-size: 12px;
	margin-bottom: 5px;
}
.shuba.active {
	border-color: red;
}
.table-weight {
	font-weight: 600;
	font-style: italic;
}
.data-box {
	border:solid 1px #ddd;
	overflow: hidden;
	padding: 5px;
	cursor: pointer;
	width: 30px;
	border-radius: 4px;
	text-align: center;
	
}
.data-month {
	height: 20px;	
	font-size: 14px;
	
}
.data-day {
	font-size: 12px;
	margin: 0 auto;
	
}
.data-box:hover {
	background: #eee;
	
}
.data-box.active {
	background: #34b149;
	color: #fff;
	border-color: #3d944d;
	
}
.grafic .table-xs td {
	padding:8px 3px !important;
}
.modal-body .form-group {
	position: relative;
}
.chat .dialog {
	overflow: auto;
	height: 300px;
}
.chat {
	position: absolute;
	overflow: hidden;
	z-index: 10;
	right: 0;
	width: 400px;
}
.dn {
	height: 100px;
	background-color: #fff;
	background-image: url(/images/txt.png);
	background-repeat: no-repeat;
	background-position: center;
}
.dn.load {
	background-image: url(http://youngreaders.deacrm.ru/images/loading-anim-1.gif);
	background-size: 140px;
}

.error.show {
    display: block;
}

.progress__step_done::before,
.custom-radio .checked,
.custom-checkbox input:checked + label::after {
	/* background-image: url(https://youngreaders.ru/newreg/img/check.svg); */
	background-image: url(https://youngreaders.ru/wp-content/plugins/advanced-custom-fields/assets/images/icons/icon-check.svg);
}
.custom-radio .checked {
    background-position-x: left;
}
.barbox {
	position: relative;
}
.barbox ul.itembar {
	position: absolute;
	margin: 0;
    padding: 20px 0;
    top: 64px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border:solid 1px #ddd;
        width: 100%;
    z-index: 10;
    text-align: left;
}

.registration-page .barbox ul.itembar {
	top: 96px !important;
}
.registration-page .barbox.school-select ul.itembar {
	top: 120px !important;
}

.barbox ul.itembar.gr {
	position: absolute;
        top: 31px!important;
}
.barbox ul.itembar li {
	margin: 0;
    padding: 0;
    list-style: none;
    padding: 5px 10px;
}
.barbox ul.itembar li:hover {
	background: #f3f3f3;
}



.close {
    float: right;
    font-size: 1.25003rem;
    font-weight: 400;
    line-height: 1;
    color: #333;
    text-shadow: none;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #333;
    text-decoration: none;
    opacity: .75
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .25rem;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.modal-header .close {
    padding: 1.25rem;
    margin: -1.25rem -1.25rem -1.25rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5385
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-content {
        box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .1)
    }

    .modal-sm {
        max-width: 400px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 900px
    }
}
@media (max-width:1100px) {
    .box-2 {
	    display: none;
    }
}
@media (max-width:750px) {
    .box-1 span.autor {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
	}
	.box-1 span.proizv {
		font-size: 14px;
		color: #fff;
	}
	.box-3 .status {
		font-size: 12px;
		color: #fff;
		text-align: right;
	}
	.box-3 .data {
		font-size: 20px;
		color: #fff;
		font-weight: 600;
	}
	.counter {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 10px;
	}
	.counter .day {
		padding-left: 10px;
	}
	.counter .day .chislo {
		font-size: 20px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		line-height: 1;
	}
	.counter .day .text-chislo {
		font-size: 8px;
		text-align: center;
		color: #fff;
	}
	

	.batl-box {
		display: flex;
		flex-direction: column;
	}
	.batl-box .video-box {
		height: 225px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.batl-box .video-box img {
		display: block;
		width: 60px;
		height: 60px;
	}
	.batl-box .info-box {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
}

.modal-body .form-group {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.modal-header .close {
    position: absolute;
    right: 20px;
}

img.goods-photo {
    max-width: 80px;
}

.head-shop {
    min-height: 109px;
    background: #275CC4;
    border-radius: 10px;
    padding: 20px;
    max-width: 1200px;
    z-index: 100;
}
.head-shop.top-glue {
    position: fixed;
    top: 0;
}
.logo-shop {
    display: block;
    width: 100%;
    height: auto;
    max-width: 227px;
    margin-top: 10px;
}
.shop-name {
    font-weight: 500;
    display: block;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 15px;
}
.shop-bag {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 190px;
    float: right;
    font-size: 24px;
    color: #275CC3;
    cursor: pointer;
}
.shop-bag .sh-txt {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin-left: 10px;
}
.shop-bag .tovars {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #6CE259;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-left: 10px;
}
#modalUserAddressI .barbox ul.itembar {
	top:85px;
}


#modalUserAddressI .address-list ul.itembar {
	/* top:85px; */
	position: relative !important;
	max-height: 130px;
    overflow-y: scroll;
    top: -20px !important;
}

#modalUserAddressI .address-list ul.itembar::-webkit-scrollbar {
	width: 10px;
}

/* Track */
#modalUserAddressI .address-list ul.itembar::-webkit-scrollbar-track {
background: #fff; 
}

/* Handle */
#modalUserAddressI .address-list ul.itembar::-webkit-scrollbar-thumb {
background: #2196f3; 
}

/* Handle on hover */
#modalUserAddressI .address-list ul.itembar::-webkit-scrollbar-thumb:hover {
background: #2196f3; 
}



/* Popup container - can be anything you want */
.popup_help {
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	margin-left: 10px;
	float: right;
  }
  
  .popup_help i {
    font-size: 14px !important;
    color: #03a9f4;
}

  /* The actual popup */
  .popup_help .popuptext {
    visibility: hidden;
    width: 360px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -180px;
  }
  
  /* Popup arrow */
  .popup_help .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class - hide and show the popup */
  .popup_help .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }


  .display_inline {
	display: inline-block;
  }

  .new-school-description{
	padding-top: 30px;
	padding-bottom: 8px;
    text-align: left;
	font-size: 15px;
	text-decoration: underline;
	cursor: pointer;
  }
  .label-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
  }
  .registration__step-1 .label-wrapper {
    justify-content: center;
  }
  .label-wrapper-abs {
	position:absolute;
	top:0px;
	right:0px;
  }
  .label-note {
	  position:relative;
  }
  #modalUserAddress label,
  #modalUserAddressI label {
      font-weight: bold;
      font-size: 0.89rem;
  }
.text-center {
	text-align: center;
}
.registration .male-type {
	flex-wrap: wrap;
    gap: 20px;
    flex-direction: row;
}
.registration .male-type__checkbox {
    min-width: 240px;
}
@media (max-width:560px) {
	.registration .male-type {
		justify-content: space-around;
	}

}

.counter-form .label-note {
	width:100%;
}