body  {
	font:13px/20px Ubuntu, Arial, Helvetica, sans-serif !important;
	width:100%;
	height:100%;
	position:relative;
	margin:0 auto;
	padding:0;
	color:#383838;
}
button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
	text-transform:uppercase;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	outline:none;
}
h1 {
    clear: both;
    color: #383838;
    font-size: 36px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 39px;
}
h1.shifted {
	padding-right:200px;
}
h2, h3, h4, h5 {
	color:#383838;
	line-height:20px;
	font-weight: 500;
}
h2 {
	font-size:24px;
	margin: 0 0 24px;
}
h3{
	margin:0 0 23px;
}
h3, h3 a {
	font-size:20px;
	line-height:20px;
	font-weight: 500;
}

h3 span{
	font-size:75%;
	font-weight:normal;
}
a h3 {
	display:inline-block;
}
h4 {
	font-size:16px;
    margin:0 0 23px;
}
h5 {
    font-size: 14px;
    margin: 0 0 23px;
}
img {
	border:0;
}
blockquote{
    color:#383838;
    font-size:13px!important;
    margin:43px 0 45px;
    min-height:40px;
    padding-left:25px;
    position:relative;
    vertical-align:middle;
}
blockquote:before{
	bottom:3px;
    content:" ";
    display:block;
    left:0;
    position:absolute;
    top:3px;
    width:3px;
	background-color:#ddd;
}
.medium { font-weight: 500; font-size: 14px; }
hr  {
	border:0;
	height:1px;
	margin:20px 0;
	background: #E5E5E5;
}
p {
	color:#383838;
	font-size:13px;
	margin:0px 0px 20px;
}
a {
	cursor:pointer;
	text-decoration:none;
}
table {
	border-collapse:collapse;
}
ol {
	counter-reset:li;
}
ol li {
	position:relative;
}
ol li:before {
	content:counter(li) ". " !important;
	counter-increment:li;
	padding-right:0 !important;
	color:#383838;
}
ul li:before  {
	content:"\25CF";
	color:#383838;
}
li  {
	list-style-type:none;
}
.big_text {
	font-size:18px;
	font-weight:500;
}
.middle_text {
	font-size:14px;
}
hr.long { margin: 25px 0px 30px; }
.border_block_wide { border: 1px solid #e5e5e5; padding: 9px 38px 34px; }
.border_block_wide .props_list { width: 100%; }
.border_block_wide .props_list td:first-child { font-size: 14px; }
.border_block_wide .props_list td:first-child .txt { padding-right: 28px; }
.border_block_wide .props_list td:last-child { font-size: 16px; font-weight: bold; }
.border_block_wide .props_list td:last-child .txt { padding-left: 29px; }
.border_block_wide .props_list td .txt { padding-left: 14px; }
.border_block_wide .props_list td { padding-top: 6px; }
table.props_list { border-collapse: collapse; border: 0px; }
table[data-bx-no-border="Y"] td { border: 0px; border-bottom: 1px dotted #c3c3c3; }
.props_list td { text-align: right; padding: 2px 0px 2px 10px; font-size: 12px; border-bottom: 1px dotted #c3c3c3; }
.props_list td > span, .props_list td > .txt { position: relative; bottom: -11px; background: #FFF; padding: 0px 0px 0px 10px; display: inline-block; }
.props_list tr td:first-child { text-align: left; padding-right: 10px; padding-left: 0px;}
.props_list tr td:first-child > span, .props_list tr td:first-child > .txt { padding-right: 12px; position: relative; }
.props_list tr td:first-child > span.whint { padding-right: 32px; }
.props_list tr td:first-child > span:before, .props_list tr td:first-child > .txt:before  { content: ""; display: block; position: absolute; background: #ddd; left: 1px; top: 10px; width: 2px; height: 2px; }
.props_list tr td:first-child > .txt:before { top: 9px; width: 3px; height: 3px; }
.tizer_bold_text { font-weight: 600; font-size: 18px; }
.tizer_text { font-size: 16px; }

.checkbox-custom {
    border: 1px solid #4ea7f3;
    color: #4ea7f3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sogl {
	    display: block;
    width: 268px;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    cursor: pointer;
    padding-left: 20px;
}
.agreed {
    display: none;
}
/* new */
.all-line {
	margin-bottom: 40px;
}
.all-line .one-line {
  margin-top: 25px;
  background-color: #bfe2e3;
  padding: 30px 5px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative; 
}

.all-line .one-line:after {
  content: '';
  background-image: url("icons/стрелка.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 24px;
  height: 22px;
  -webkit-transform: rotateZ(90deg) translateY(50%);
      -ms-transform: rotate(90deg) translateY(50%);
          transform: rotateZ(90deg) translateY(50%); }

.all-line .one-line:before {
  content: '';
  background-image: url("images/razdel.png");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 100px;
  height: 25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.all-line .one-line:last-child:before, .all-line .one-line:last-child:after {
  display: none; }

.all-line .one-line:last-child {
  background-color: #018d8e; }

.all-line .one-line:last-child .name {
  color: #fff;
  text-transform: uppercase; }

.all-line .one-line .name {
  margin-bottom: 0;
  text-align: center;
  color: #383838;
  font-size: 17px;
  font-weight: 600; }

.all-list-basket {
  margin-top: 30px; }

.all-list-basket .one-basket {
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.all-list-basket .one-basket span.part:nth-child(1) {
  width: 560px; }

.all-list-basket .one-basket span.part:nth-child(2) {
  width: 260px; }

.all-list-basket .one-basket span.part:nth-child(3),
.all-list-basket .one-basket div span.part {
  width: 260px !important;
}
  .all-list-basket .one-basket span.part:nth-child(4) {
  width: 260px; }

.all-list-basket .one-basket span.part {
  display: inline-block;
  font-weight: 600;
  /*height: 65px;*/
  font-size: 17px;
  text-align: center; }

.all-list-basket .one-basket .text-basket {
  /*line-height: 60px;*/
  padding: 20px 5px;
  background-color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.all-list-basket .one-basket .link-basket {
  /*line-height: 60px;*/
  display: block;
  font-size: 17px;
  cursor: pointer;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #a51937;
  background-color: #e0c0cd;
  /*height: 60px;*/
  padding: 20px 0;
  text-decoration: none;
  text-transform: uppercase;
  color: #a51937;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

.all-list-basket .one-basket .link-basket:hover {
  color: #fff;
  background-color: #a51937; }

.basket-list {
  width: 100vw;
  position: relative;
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  background-color: #eef4ff;
  padding: 1px 0 65px 0; }
@media (max-width: 1199px) {
	.all-line .one-line {
		margin-top: 23px;
	}
	.all-line .one-line:before {
		bottom: -24px;
	}
	.all-list-basket .one-basket span.part:nth-child(1) {
    width: 65%;
  }
  .all-list-basket .one-basket span.part:nth-child(2) {
    width: 15%;
  }
  .all-list-basket .one-basket span.part:nth-child(3),
  .all-list-basket .one-basket div span.part {
    width: 15% !important;
  }
  .all-list-basket .one-basket span.part:nth-child(4) {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .all-list-basket .one-basket span.part {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .all-list-basket .one-basket span.part:nth-child(1) {
    width: 100%;
  }
  .all-list-basket .one-basket span.part:nth-child(2) {
    width: 100%;
  }
  .all-list-basket .one-basket span.part:nth-child(3),
  .all-list-basket .one-basket div span.part {
    width: 98% !important;
  }
  .all-list-basket .one-basket div {
    width: 100%;
  }
  .all-list-basket .one-basket span.part:nth-child(4) {
    width: auto;
  }

}
/* -new- */
/* new-new */
.schedule {
  width: 100vw;
  position: relative;
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  background-color: #eef4ff;
  padding: 1px 0 65px 0; }

.schedule .data {
  margin-top: 30px; 
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.schedule .one-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: 1px solid #cce8e8;
  padding: 10px 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 10px; }
.w-46 {
  width: 49%;
}
@media (max-width: 1024px) {
  .w-46 {
    width: 100%;
  }
}
.schedule .one-data .time p {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0; 
  color: #018d8e;
      margin: 0 30px;
  }

.schedule .one-data .time {
  color: #018d8e;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.schedule .one-data .name p {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0; }

.schedule .one-data .name {
  padding: 5px 0;
  width: 60%;
  padding-left: 25px;
  border-left: 1px solid #cce8e8; }

@media (max-width: 1199px) {
  .schedule .one-data {
    padding: 10px 0; } }

@media (max-width: 767px) {
  .schedule .one-data {
    width: 100%; } }
@media (max-width: 425px) {
  .schedule .one-data {
      width: 98%;
      margin: 0 auto;
  }
}
.table-inner {
  width: 100vw;
  position: relative;
  left: -webkit-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  background-color: #eef4ff;
  padding: 1px 0 65px 0; }

.table-inner thead {
  background-color: #018d8e;
  color: #fff;
  font-weight: 600;
  border-bottom-color: #eef4ff;
  border-left-color: #eef4ff;
  border-right-color: #eef4ff;
  border-top-color: #eef4ff; }

.table-inner tbody {
  background-color: #fff;
  font-weight: 600;
  border-color: #eef4ff; }

.table-inner table {
  margin-top: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

@media (max-width: 1024px) {
  .table-inner .table-in {
    overflow-x: scroll;
  }
}
.table-inner table td {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  border-width: 5px;
  padding: 20px; }
  @media (max-width: 424px) {
    .table-inner table td {
      padding: 17px;
    }

  }
  @media (max-width: 374px) {
    .table-inner table td {
      padding: 8px;
    }

  }

/* -new-new- */
.mt-20 {
  margin-top: 20px;
}
.comments_table {
  font-size: 16px;
  font-weight: 600;
}
.comments_table ol {
  margin-left: 20px;
}
.comments_table ol li {
  font-weight: 400;
}
blockquote {
  border: 0;
}