.hl_nav .hl_nav_item--book a,
.hl_nav .hl_nav_item--book-2 a,
.hf_nav .hf_nav_item--book a,
.hf_nav .hf_nav_item--book-2 a {
    font-weight: bold;
}
.hl_nav .hl_nav_item--book a,
.hl_nav .hl_nav_item--book a:hover,
.hf_nav .hf_nav_item--book a,
.hf_nav .hf_nav_item--book a:hover {
    color: #4a8e08;
}
.hl_nav .hl_nav_item--book-2 a,
.hl_nav .hl_nav_item--book-2 a:hover,
.hf_nav .hf_nav_item--book-2 a,
.hf_nav .hf_nav_item--book-2 a:hover {
    color: #e45713;
}
.hl_nav .hl_nav_item--book-3 a,
.hl_nav .hl_nav_item--book-3 a:hover,
.hf_nav .hf_nav_item--book-3 a,
.hf_nav .hf_nav_item--book-3 a:hover {
    color: #4a2487;
}
.hf_nav .hf_nav_item--order,
.hl_nav .hl_nav_item--order {
    width: 100%;
    max-width: 200px;
    height: 55px;
}
.hf_nav .hf_nav_item--order::before,
.hl_nav .hl_nav_item--order::before {
    display: none;
}
.hf_nav .hf_nav_item--order a:hover,
.hl_nav .hl_nav_item--order a:hover {
    box-shadow: inset 0px 2px 4px rgba(44, 47, 56, 0.4);
    background: #ff0000;
    color: #fff;
}
.hf_nav .hf_nav_item--order a,
.hl_nav .hl_nav_item--order a {
    background: #ff0000;
    border-radius: 42px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.hl_nav .hl_nav_item--order a {
    line-height: 55px;
    height: 100%;
}
.hf_nav .hf_nav_item--order,
.hf_nav .hf_nav_item--order a {
    width: 200px;
}
.hf_nav .hf_nav_item--order {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hf_nav .hf_nav_item--order a {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width: 882px){
	.hl_nav .hl_nav_item--order{
		width: initial;
		height: initial;
	}
	.hl_nav .hl_nav_item--order a{
		line-height: 50px;
	}
}
@media screen and (max-width: 840px) {
	.hl_nav .hl_nav_item--order a{
		padding-left: 15px;
		padding-right: 15px;
		height: auto;
		line-height: 120%;
		padding-top: 10px;
		padding-bottom: 10px;
    }
}
@media screen and (max-width: 381px){
	.hl_nav{
		margin-bottom: -30px;
	}
}
.book_info--2 {
    background: #687ab9;
}
.book_info--3 {
    background: #687ab9;
}
.book_info--2 p i {
    display: inline-block;
}
.book_info--3 p i {
    display: inline-block;
}
.otz--2 {
    background: #8dce3d;
}
.otz--3 {
    background: #8dce3d;
}

.tovar_info {
    background-image: url(../img/new/kniga_bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50%;
}
.tovar_info--2 {
    background-image: url(../img/new/kniga_2_bg.jpg);
}
.tovar_info--3 {
    background-image: url(../img/new/kniga_3_bg.jpg);
}
.tovar_info_img {
    max-width: 880px;
    height: auto;
    width: 100%;
}
.in_23 + .in_23 {
    margin-top: 30px;
}
.in_23 + .in_3 {
    margin-top: 60px;
}

.in_23 > span + span {
    padding-left: 15px;
    display: block;
    float: left;
    width: 33.333333333333336%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.in_23 > span {
    display: block;
    float: left;
    width: 66.6666666666666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.in_23 {
    overflow: hidden;
}
.in_23 input {
    width: 100%;
    display: block;
}
.checkbox_label {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
    min-height: 57px;
    padding: 17px 0 0 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox_label .checkbox_input {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.checkbox_label .checkbox_wrapper {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1;
    border: 1px solid #c3ccce;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.checkbox_label .checkbox_wrapper::before {
    content: " ";
    display: block;
    background-image: url(../img/new/check.png);
    background-repeat: no-repeat;
    background-position: 50%;
    width: 16px;
    height: 12px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.checkbox_label .checkbox_caption {
    font-size: 18px;
    line-height: 24px;
    color: #666a6f;
}
.checkbox_label .checkbox_label * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkbox_label .checkbox_input:checked ~ .checkbox_wrapper {
    background-color: #4a2487;
    border-color: #4a2487;
}
.checkbox_label .checkbox_input:checked ~ .checkbox_wrapper::before {
    opacity: 1;
}
.form_style input:disabled {
    opacity: 0.5;
}
@media screen and (max-width: 650px) {
    .in_23 > span + span {
        width: 100%;
    }
}
@media screen and (max-width: 1090px) {
    .tovar_info {
        padding-top: 50px;
    }
    .zakaz_list-2 {
        text-align: center;
    }
    .in_23 > span {
        width: 100%;
    }

    .in_23 > span + span {
        padding-left: 0;
        margin-top: 11px;
    }
}
@media screen and (min-width: 1091px) {
    .tovar_info {
        overflow: hidden;
    }
    .tovar_info--2 {
        background-image: url(../img/new/kniga_2_bg.jpg);
    }
    .tovar_info_inner {
        display: table;
        width: 100%;
        position: relative;
        overflow: initial;
    }
    .tovar_info_left,
    .tovar_info_right {
        display: table-cell;
    }
    .tovar_info_right {
        position: relative;
        width: 450px;
        z-index: 2;
    }
    .tovar_info_img {
        position: absolute;
        max-width: 815px;
        top: -37px;
        left: -114px;
        z-index: 1;
    }
    .tovar_info--2 .tovar_info_img {
        top: -94px;
    }

    .zakaz_list-2 {
        display: table;
        width: 100%;
        vertical-align: top;
    }

    .zakaz_list_left,
    .zakaz_list_right {
        display: table-cell;
    }

    .zakaz_list_right {
        vertical-align: top;
        padding-left: 30px;
    }

    .zl_name {
        margin: 0;
    }

    .zl_info {
        margin-top: 20px;
    }

    .zl_info span {
        display: inline;
    }
}
@media (min-width: 1140px) {
    .tovar_info--2 {
        padding-top: 155px;
    }
    .tovar_info_img {
        max-width: 880px;
    }
    .tovar_info--2 .tovar_info_img {
        top: -94px;
    }
}
.ti_list li + li {
    margin-top: 24px;
}
span.md-hidden {
    display: inline;
}
@media screen and (max-width: 930px) {
    span.md-hidden {
        display: none;
    }
}
html.hiden {
    overflow: hidden;
}
.modal-container {
    bottom: 0;
    overflow: auto;
    z-index: 70;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: none;
    z-index: 1000;
}
.modal-container__container {
    display: table;
    width: 100%;
    height: 100%;
}
.modal-container__wrapper {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 30px 24px;
    text-align: center;
}
.my-modal {
    max-width: 624px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 75;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 25px 40px 40px;
    -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.2);
    text-align: left;
    font-size: 18px;
    color: #666a6f;
    line-height: 24px;
}
.my-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    background: #e51219;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.my-modal__up {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #4a2487;
}
.my-modal__title {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Lora";
    line-height: 56px;
    color: #4a2487;
}

.my-modal__close svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    fill: #fff;
    height: 20px;
    width: 20px;
}

.container {
    max-width: 1134px;
    margin: 0 auto;
}

@media screen and (max-width: 1170px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
