

/* Start:/local/templates/terminal/components/pavelphp/optometrist/.default/style.css?176136913518516*/
.main-block {
    display: flex;
}
/*-------type-filter-------*/
.type-filter-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}
#tab-3 .type-filter-row .type-filter {
	width: 49%;
}
.type-filter {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px 35px;
    width: 32%;
    cursor: pointer;
    position: relative;
}
.type-filter .hint-container {
    position: absolute;
    right: 15px;
    top: 15px;
}
.type-filter .help .sign {
    opacity: 0.7;
}
.type-filter .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}
.type-filter .description {
    display: flex;
    align-items: center;
    margin: 50px 0 25px;
    padding: 0 10px;
}
.type-filter .description img {
    height: 88px;
    width: auto;
    margin-right: 30px;
}
.type-filter:hover {
    border-color: #ed037c;
}
.type-filter.selected {
    border-color: black;
}
.type-filter.small {

}
.type-filter.small .description img {
    height: 39px;
    margin-right: 50px;
}
.type-filter.small .description {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
}
/*-------summary----------*/
.summary {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px;
    font-weight: 500;
}
#right-panel-top-position {
    position: relative;
    min-height: 100%;
}
#right-panel.fixed-top {
    position: fixed;
    top: -20px;
    z-index: 8;
    background-color: #fff;
    width: 100%;
}
#right-panel.fixed-top .section.zagolovok b {
	display: none;
}
#right-panel.fixed-bottom {
    position: absolute;
    bottom: 0;
}
.summary .section {
    border-top: 1px solid #e5e5e5;
    padding: 12px 5px;
}
.summary .section:first-child {
    border-top: none;
}
.summary .section.buy-lens {
	display: none;
}
.summary .title {
    font-size: 25px;
}
.summary .title .pink {
    color: #ed037c;
}
.summary .prop {
    opacity: 0.8;
    display: flex;
}
.summary .props .name {
    width: 37%;
}
.summary .props .value {
    width: 63%;
}
.summary .image-preview {
    text-align: center;
    padding-bottom: 25px;
    padding-top: 25px;
}
.summary .image-preview .img {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}
.summary .image-preview .img::before {
    content: '';
    display: block;
    background: url(/local/templates/terminal/components/pavelphp/optometrist/.default/stars.png) no-repeat;
    height: 16px;
    width: 86px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.summary .image-preview a {
    color: inherit;
    text-decoration: underline 1px;
    font-size: 16px;
}
.summary .image-preview a:hover {
    text-decoration: none;
}
.summary .image-preview .add-to-card {
	display: none;
}
.summary .add-to-card {
    width: 100%;
    margin-top: 30px;
}
.summary .add-to-card.btn-gray {
    color: #fff;
}
/*---------------------------*/
.color-choose {
    font-weight: 500;
    display: flex;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 15px 25px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}
.color-choose .left-block {
    display: flex;
    align-items: center;
}
.color-choose a {
    text-decoration: underline 1px;
}
.color-choose a:hover {
    text-decoration: none;
}
.color-in-lens {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: inset 0px 6px 10px -2px #555;
}
.color-choose .color {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.color-choose .color .btn-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: inset 0px 6px 10px -2px #555;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 7px;
}
.color-choose .color .name {
}
.color-in-lens {
    position: absolute;
    top: 0;
    right: 9px;
    width: 25px;
    height: 25px;
}
.color-choose .color.selected  .btn-color::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
}
.color-choose .choised {
    padding-right: 30px;
    padding-left: 10px;
    width: 120px;
}
.color-choose .btn {
    font-weight: 500;
}
.color-choose::before {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background-image: url('/local/templates/terminal/components/pavelphp/optometrist/.default/triangle.png');
    top: -14px;
    left: 40%;
    position: absolute;
}
.color-choose.right::before {
    transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 60%;
}
/*---------------------------*/
#lens_variant {
    margin-top: 30px;
    margin-bottom: 300px;
}
.lens-brand-block {
    font-weight: 500;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 15px 25px;
    margin-bottom: 40px;
}
.lens-brand-block > .name {
    font-size: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 20px;
}
.lens-brand-block .name img {
    width: auto;
    float: right;
    max-height: 40px;
}
.lens-brand-block .choose-text {
    font-size: 17px;
    padding: 0 30px 15px;
}
.lens-brand-block .list {}
.lens-brand-block .list .lens {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #e5e5e5;
    padding: 25px 10px;
    margin: 0 30px;
    cursor: pointer;
    font-weight: 500;
}
.lens-brand-block .list .lens.collapsed {
	height: 0px;
	display: block;
	padding: 0;
	overflow: hidden;
	border-top: 0px;
}
.lens-brand-block .list .lens:hover {
    background-color: #f9f9f9;
}
.lens-brand-block .list .lens.selected {
    background-color: #f1f1f1;
}
.lens-brand-block .list .lens .radio {
    width: 15%;
}
.lens-brand-block .list .lens .radio .redio-element {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lens-brand-block .list .lens .radio .redio-element.selected::before {
    background-color: #ed037c;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    content: '';
}
.lens-brand-block .list .lens .category {
    width: 20%;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
}
.lens-brand-block .list .lens .params {
    width: 20%;
    opacity: 0.8;
}
.lens-brand-block .list .lens .hint-block {
    width: 10%;
    text-align: center;
}
.lens-brand-block .list .lens .help .sign,
.lens-brand-block .hint-block .help .sign {
    width: 25px;
    height: 25px;
    font-size: 15px;
    line-height: 22px;
    opacity: 0.8;
}
.lens-brand-block .list .lens .benefits {
    width: 35%;
    opacity: 0.8;
}
.lens-brand-block .list input[type="radio"] {
    display: none;
}
.lens-brand-block > .extra {
    font-size: 1.1em;
    border-top: 1px solid #e5e5e5;
    padding: 20px 0 10px;
    text-align: right;
}
.lens-brand-block > .extra a {
    text-decoration: underline 1px;
    cursor: pointer;
}
.lens-brand-block > .extra a:hover {
    text-decoration: none;
}
.lens-brand-block .hint-block {
	display: inline-block;
	position: relative;
}
.lens-brand-block .name .hint-block .hint-container {
	position: absolute;
	top: -25px;
}
.lens-brand-block .hint-block .hint {
	font-weight: normal;
}
/*----------------*/
.final-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.final-step img {
    width: auto;
}
.final-step h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 20px 0 0;
    text-align: center;
}
.final-step .text {
    font-size: 18px;
    margin: 20px 0 0;
}
.final-step .do-order {
    margin: 80px 0 0;
    padding-left: 100px;
    padding-right: 100px;
}
.final-step .continue-ordering {
    text-decoration: underline 1px;
    margin: 20px 0 0;
    font-size: 1.2em;
}
.final-step .continue-ordering:hover {
    text-decoration: none;
}
/*----------------*/
.buying-tabs .hint-container .hint {
    white-space: normal;
    width: 400px;
    left: -200px;
}
.buying-tabs .section-buy {
    border: none;
}
.buying-tabs .section-buy .hint-container .hint {
    width: 620px;
    white-space: nowrap;
    left: -400px;
}
.buying-tabs .tabs li {
    position: relative;
}
.buying-tabs .tabs li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.buying-tabs .tabs li.clickable a{
    color: #fab6d9;
}
.buying-tabs .tabs li.clickable a span {
    border-color: #fab6d9;
}
.buying-tabs .tabs li.clickable::before {
    display: none;
}
.buying-tabs .tooltip {
    z-index: 10;
}
#do-order {
    width: 100%;
    margin-top: 30px;
}
[zatemnenie] {
    cursor: pointer;
}
[zatemnenie].selected {
    color: inherit;
}
#tab-2 .step-buttons {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding-top: 25px;
}
/*Показ линз*/
.lens-popup {
    width: calc(100% - 30px);
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
    max-height: 90vh;
    overflow: scroll;
    border-radius: 10px;
    position: relative;
}
.lens-popup .lens-card {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 20px;
}
.lens-popup .lens-card .left {
    width: 400px;
}
@media only screen and (max-width: 992px) {
    .lens-popup .lens-card,
    .lens-popup .row-2 {
        grid-template-columns: 1fr;
    }
    .add_table .table_td_wr h5 {
        white-space: nowrap;
        font-size: 13px;
    }
    .resept_table .table_td_wr,
    .resept_table .table_hd_wr,
    .resept_table .resept_td {
        border: 0px;
        padding: 5px;
    }
    .resept_table.table_wr {
        display: flex;
    }
    .resept_table.table_wr.one-row {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
    }
    .resept_table.table_wr.one-row .resept_td {
        display: flex;
        flex-direction: column;
    }
    .resept_table .table_hd_wr {
        display: block !important;
        border: none;
    	min-height: 162px;
    }
    .resept_table .table_hd_wr > div,
    .resept_table .table_td_wr > div {
        padding: 5px 1px;
        height: 38px;
    }
    .resept_table .resept_td > div {
        padding: 5px 1px;
    }
    .resept_table.add_table .show-all {
        width: 100%;
        margin-top: 40px;
    }
    .add_table .lens_params .data-clear {
        display: none !important;
    }
    .blue_dased_a {
        margin: 12px 0 5px 0 !important;
    }
    #tab-2 .text-right {
        text-align: center;
    }
    .resept_td input {
        margin-top: 10px;
    }
    .align-buttons {
        flex-direction: column;
    }
    .align-buttons a {
        margin: 6px 0;
    }
    .buying-scope .option:hover .price {
        display: block;
    }
}
.ajax-loader {
    width: 32px;
    height: 32px;
}
body .popup-modal {
    border: 1px solid #e5e5e5;
}
body .tab-content {
    min-height: 900px;
}
/*MOBILE BUY PANEL*/
#mobile-buy-panel {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ececec;
    z-index: 10000;
    display: none;
}
#buy-container {
    padding: 20px;
    justify-content: space-between;
    align-items: center;
        display: flex;
}
#mobile-buy-panel .btn {
    height: auto;
}
#mobile-buy-panel .left-block,
#mobile-buy-panel .right-block {
    width: 50%;
}
#mobile-buy-panel .left-block {
    text-align: center;
}
#mobile-buy-panel .right-block {
    font-size: 16px;
}
#mobile-buy-panel .right-block .section {
    margin: 2px 0;
}
#mobile-buy-panel .total-block {
    border-top: 2px dashed #404a52;
    margin-top: 10px;
    padding-top: 7px;
}
#mobile-buy-panel .right-block b {
    float: right;
}
.default-popup.optometrist-popup .buttons {
	text-align: center;
}
@media only screen and (max-width:1900px) {
	.lens-brand-block .hint-block .hint {
		font-size: 16px;
	}
}
@media only screen and (max-width:768px) {
    body .buying-tabs .tabs li + li {
        margin-left: 0;
        width: 100%;
        margin-top: 8px;
    }
    .type-filter-row.small .type-filter {
        width: 48%;
    }
    .type-filter-row.small .type-filter.small .description {
        flex-direction: column;
        text-align: center;
    }
    .type-filter-row.small .type-filter.small .description img {
        margin-right: 0;
    }
    .type-filter {
        width: 100%;
        margin-bottom: 26px;
    }
    .type-filter-row {
        flex-direction: column;
        margin-bottom: 0;
        font-size: 20px;
    }
    .type-filter-row.small {
        flex-direction: row;
    }
    .color-in-lens {
    	right: 24px;
    }
    .type-filter.fotochrome.selected {
    	margin-bottom: 100px;
    }
    .lens-brand-block .list .lens:hover::before,
    .lens-brand-block .list .lens:hover::after,
    .lens-brand-block .list .lens.selected::before,
    .lens-brand-block .list .lens.selected::after {
    	display: block;
    	content: '';
    	position:absolute;
    	height: 100%;
    	width: 25px;
    	background-color: #f9f9f9;
    	left: -25px;
    	top: 0;
    }
    .lens-brand-block .list .lens:hover::after,
    .lens-brand-block .list .lens.selected::after {
    	left: auto;
    	right: -25px;
    }
    .lens-brand-block .list .lens.selected::before,
    .lens-brand-block .list .lens.selected::after {
    	background-color: #f1f1f1;
    }
    .lens-brand-block .list .lens {
        flex-direction: column;
        margin: 0px;
        position: relative;
    }
    .lens-brand-block .list .lens > div {
        width: 100% !important;
        padding-left: 50px;
    }
    .lens-brand-block .list .lens .radio {
        position: absolute;
        left: 0;
        padding-left: 0;
    }
    .lens-brand-block .list .lens .hint-block {
		position: absolute;
		right: 0;
		padding: 0;
		width: 26px !important;
		display: block;
		top: 23px;
    }
    .hint-container.active .hint {
    	visibility: hidden;
		opacity: 0;
    }
    .color-choose {
        display: block;
		position: absolute;
		margin-top: -375px;
		width: calc(100% - 30px);
    }
    .color-choose .choised {
        display: none;
    }
    .color-choose .left-block {
    }
    .color-choose .color {
        margin-left: 6px;
    }
    #tab-2 .table_hd_wr .hint-container {
        display: none;
    }
    .lens-brand-block > .name {
        font-size: 20px;
    }
    .lens-brand-block .name img {
        max-height: 23px;
    }
    #add-retsept .table_hd_wr {
    	text-align: center;
    }
    .resept_table .table_hd_wr > div,
    .resept_table .table_td_wr > div {
        display: flex;
		align-items: center;
        justify-content: center;
        font-size: 16px;
		font-weight: normal;
    }
    .tab-content {
    	width: 100%;
    }
    .add_table .table_td_wr h5 {
    	margin: 0;
		text-align: center;
    }
    .resept_table {
    	margin-bottom: 20px;
    }
    .lens-brand-block .choose-text {
    	padding-left: 0px;
    }
    .resept_table :nth-child(1) { order: 2; }
    .resept_table :nth-child(2) { order: 1; }
    .resept_table :nth-child(3) { order: 3; }
}
@media only screen and (max-width: 992px) {
	.default-popup,
	.default-popup li {
		font-size: 18px;
	}
	#right-panel-top-position {
		position: fixed;
		bottom: 40px;
		background-color: #fff;
		z-index: 1002;
		padding: 0;
		width: 100%;
		min-height: 100px;
	}
	#right-panel-top-position #right-panel {
		max-width: 100% !important;
		position: relative;
		top: auto !important;
		bottom: auto !important;
		display: flex;
		justify-content: center;
		
		border-top: 1px solid #e5e5e5;
	}
	#right-panel-top-position #right-panel .section-buy {
		display: none;
	}
	#right-panel-top-position #right-panel .summary {
		border: none;
		border-radius: 0px;
		padding: 5px;
		display: inline-block;
		width: 100%;
		max-width: 375px;
	}
	#right-panel-top-position #right-panel .section {
		display: none !important;
		border: none;
	}
	#right-panel-top-position #right-panel .buy-lens {
		display: block !important;
		float: right;
		width: calc(100% - 180px);
		padding: 10px 0 0 10px;
		font-weight: normal;
		margin-top: 5px;
		margin-bottom: 20px;
		font-size: 16px;
		text-align: center;
	}
	#right-panel-top-position #right-panel .image-preview {
		width: 170px;
		padding: 0;
		display: block !important;
		cursor: pointer;
		float: left;
	}
	#right-panel-top-position #right-panel .image-preview .img::before {
		display: none;
	}
	#right-panel-top-position #right-panel .image-preview > a {
		display: none
	}
	#right-panel-top-position #right-panel.order-step .image-preview .add-to-card {
		margin: 0;
		display: block;
	}
	#right-panel-top-position #right-panel .oprava-info {
		margin-top: 10px;
	}
	
	/*Оправа выюрана*/
	#right-panel-top-position #right-panel.order-step .buy-lens {
		display: none!important;
	}
	#right-panel-top-position #right-panel.order-step .oprava-info,
	#right-panel-top-position #right-panel.order-step .lens-option-section,
	#right-panel-top-position #right-panel.order-step .izgotovlenie-section,
	#right-panel-top-position #right-panel.order-step .add-to-card-section {
		display: block !important;
		width: calc(100% - 180px);
		float: right;
		padding: 5px 0 0 0px;
	}
	#right-panel-top-position #right-panel.order-step .add-to-card-section {
		border-top: 2px dashed currentColor;
		padding-left: 0;
		margin-top: 10px;
	}
	#right-panel-top-position #right-panel.order-step .add-to-card-section #add-to-card {
		display: none;
	}
	#right-panel-top-position #right-panel.order-step .oprava-info .title,
	#right-panel-top-position #right-panel.order-step .lens-option-section .title,
	#right-panel-top-position #right-panel.order-step .izgotovlenie-section .title,
	#right-panel-top-position #right-panel.order-step .add-to-card-section .title {
		font-size: 16px;
		font-weight: normal;
		display: flex;
		justify-content: space-between;
	}
	#right-panel-top-position #right-panel.order-step .add-to-card-section  .title .pink {
		color: inherit;
	}
	#right-panel-top-position #right-panel.order-step .oprava-info .title b,
	#right-panel-top-position #right-panel.order-step .lens-option-section .title b,
	#right-panel-top-position #right-panel.order-step .izgotovlenie-section .title b {
	}
	#right-panel-top-position #right-panel.order-step .oprava-info .props,
	#right-panel-top-position #right-panel.order-step .lens-option-section .props,
	#right-panel-top-position #right-panel.order-step .izgotovlenie-section .props {
		display: none;
	}
}

/* End */


/* Start:/local/components/pavelphp/moy_retsept.form/templates/optometrist/style.css?17069070332994*/
.add_table .table_td_wr h5 {
    margin-top: 5px;
    font-weight: 500;
}
.add_table .resept_td h6 {
    margin-top: 7px;
    font-weight: 500;
    font-size: 16px;
}
.add_table .table_td_wr .blue_dased_a {
    display: inline-block;
    margin-top: 5px;
}
.add_table .resept_td p {
    margin-top: 3px;
    font-weight: 400;
}
.add_table.resept_table .additional {
    display: none;
}
.add_table.resept_table.show-aditional .additional {
	display: block;
}
.add_table .table_td_wr a {
    text-decoration: none;
    margin-left: 7px;
    white-space: normal;
    max-width: 100%;
    display: inline;
}
.resept_table .link-blue {
    white-space: normal;
    max-width: 100%;
    display: inline;
}
.select2-results__options li {
}
.add_table .show-all {
    background-color: #FFF;
    position: absolute;
    right: 0;
    margin-top: 25px;
    text-align: center;
}
.add_table .data-clear {
    margin-top: 3px;
    border-bottom: 1px dotted #ed037c;
}
.add_table .data-clea:hover {
    border-bottom: 1px solid #fff;
}
.add_table .pd-one {
}
.add_table .add-field.no-display {
    display: none !important;
}
#load-retsept {
    margin-bottom: 15px;
}
#load-retsept select {
    width: 300px;
}
#load-retsept .styled-select {
	display: inline;
}

.choise a {
    color: #231f20;
    text-decoration: underline 1px;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
@media only screen and (max-width: 1750px) {
	.add_table .table_td_wr h5 {
		font-size: 16px;
    }
}
@media only screen and (max-width: 1040px) {
    .add_table .lens_params .data-clear{
        width: 54px;
        overflow: hidden;
    }
}
.nazv_resept input{
    width: 91%;
    border: 1px solid #c7c7c7;
    height: 26px;
    padding-left: 10px;
}
.nazv_resept h6{
    line-height: 26px;
    font-weight: 500;
    font-size: 15px;
}
.nazv_resept .btn{
    text-align: center;
    padding: 0;
}
#add-retsept .styled-select.style2 .select2-container--default .select2-selection--single {
    height: 30px
}
#add-retsept .styled-select.style2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 28px;
}
.previous-step {
    border-bottom: 1px solid #ed037c;
    display: inline-block;
}
.previous-step:hover {
    border-bottom: 1px solid #fff;
}
#add-retsept {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
#add-retsept .table_hd_wr,
#add-retsept .table_td_wr,
#add-retsept .resept_td  {
    border: none;
    padding-left: 0;
    padding-right: 0;
}
#add-retsept .hint-container {
    position: absolute;
    margin-left: 5px;
}

#resept-file-input {
    display: none;
}
#add-retsept .data-clear {}
@media only screen and (max-width:768px){ 
    .choise a {
        text-align: center;
    }
    .add_table .pd-one {
		padding-top: 10px;
	}
    .add_table.resept_table.show-aditional .additional {
    	display: flex;
    }
}

/* End */
/* /local/templates/terminal/components/pavelphp/optometrist/.default/style.css?176136913518516 */
/* /local/components/pavelphp/moy_retsept.form/templates/optometrist/style.css?17069070332994 */
