

/* Start:/local/templates/tulaonb/css/service-form.css?17430654302336*/
.service-form {
    padding: 80px 80px;
}

.service-form__field {
    position: relative;
    padding: 10px 0 18px 0;
}

.service-form__field input[type="text"]+label {
    position: absolute;
    z-index: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #252543;
    height: 38px;
    width: 100%;
    top: 9px;
    left: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.service-form__field input[type="text"] {
    width: 100%;
    height: 38px;
    border: 0;
    border-bottom: 1px solid #478CC9;
    font-size: 16px;
    line-height: 21px;
    color: #252543;
    padding: 0;
}
.service-form__field input[type="text"]:focus {
    outline: none;
}

.service-form__field input[type="text"]:focus+label,
.service-form__field input[type="text"].not-empty+label {
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #827E7E;
    top: 0;
    height: 14px;
}


.service-form__field .checkbox {
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
}

.service-form__field .checkbox input {
    display: none;
}

.service-form__field .checkbox label {
    cursor: pointer;
    position: relative;
    min-height: 24px;
    z-index: 2;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #252543;
    padding: 4px 0 0 38px;
}

.service-form__field .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #478CC9;
    background: #FFFFFF;
    font-size: 20px;
}

.service-form__field .checkbox label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #478CC9;
    display: none;
}

.service-form__field .checkbox input:checked+label:after {
    display: block;
}

.service-form__field .checkbox input:checked+label:before {}


.service-form__field.error input[type="text"] {
    border-bottom: 1px solid #D70808;
}

.service-form__field.error input[type="text"]+label {
    color: #D70808;
}

@media (max-width: 575.98px){
    #field_3{
        padding: 40px 0px 20px 0px;
    }
}
/* End */


/* Start:/local/templates/tulaonb/css/order-style.css?17188773166462*/
.service-form {
    padding: 0px 80px;
    }

    .service-header{
        padding:80px 80px 40px 80px;
    }
     .modal-content  {
            padding: 0 ; 
        }
    @media (max-width:767px){
        .service-form {
            padding: 0px 40px;
        }


        
        .service-header{
            padding:40px 40px 20px 40px;
        }
    }
    .service-form__field {
        position: relative;
        padding: 10px 0 18px 0;
    }

    h5{
        
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    /* or 52px */

    text-transform: uppercase;

    color: #394053;
    }



    :root {
        --form-control-color: #478CC9;
    }


     *,
     *:before,
     *:after {
        box-sizing: border-box;
    }

    .form-control {

        display: grid;
        grid-template-columns: 1em auto;
        gap: 1em;
        padding: 0;
    }

    .form-control + .form-control {
        margin-top: 16px;
    }

    input[type="radio"] {
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--form-background);
        margin: 0;
     
        font: inherit;
        color: currentColor;
        width: 24px;
        height: 24px;
        border: 1px solid #478CC9;
        border-radius: 50%;
        transform: translateY(-0.075em);
     
        display: grid;
        place-content: center;
        margin-right: 13px;
        
        cursor: pointer;
     }
     
     input[type="radio"]::before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
     }
     
     input[type="radio"]:checked::before {
        transform: scale(1);
     }
     

     .check{
         border: none;
     }
     legend{
         margin-bottom: 19px;
     }
     .check span{
         margin-left: 13px;
     }
     .docs{
         margin-top: 10px;
     }
    .docs-2{
        margin-top: 37px;
        margin-bottom: 37px;
    }
    button{
        border: none;
        background-color: #fff;
    }
    .btn-close-modal {
        width: 302px;
        height: 50px;
        border-radius: 100px;
        background-color: #80A0D4;
        font-family: 'Raleway',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    text-align: center;
    color: #FFFFFF;
    }
    .sendbtn{
        justify-content: center;
        border: none;
    }
    button{
        outline: none;
    }
    .contacts{
        font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #827E7E;
    margin-bottom: 15px;
    }
    .tel span{
        
    font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 30px */
    }
    .tel span:nth-child(1){
        color: #827E7E;

    }
    .email span{
        
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        /* or 30px */
        }
        .email span:nth-child(1){
            color: #827E7E;
        
        }
    .service-form__field{
        font-family: 'IBM Plex Sans',sans-serif;


    }
    .modal{
        background-color: rgba(0, 53, 142, 0.5);
        box-shadow: 0px 10px 10px rgba(128, 160, 212, 0.5);
    }
    .tel{
        display: flex;
    }
    .email{
        display: flex;
        margin-bottom: 20px;
    }
    .modal-content{
        border: none;
    }
    .abonent{
        margin-top: 37px;
        margin-bottom:8px;
    }
    .sendbtn{
        padding-bottom: 60px;
    }
    
  
    .tel div{
        font-family: 'IBM Plex Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        /* or 30px */
        
        
        color: #827E7E;
        
    }
    .email div{
        
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            /* or 30px */
            
            
            color: #827E7E;
            margin-bottom: 15px;
            width: 110px;
        }

        .tel div{
            min-width: 110px;
        }
        
        
        .yur-block{
            height: 0;
            display: none;
        }
        .send-2:hover{
            background-color: #827E7E;
        }

        .title_text{

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 130%;
    /* or 52px */

    text-align: center;
    text-transform: uppercase;

    color: #111111;
    margin-bottom: 70px;    
    margin-top: 30px;   
        }        
            
        .for_reader-head_text{
            max-width:  656px;
            font-family: 'IBM Plex Sans';
            font-style: normal;
            font-weight: 400;
            font-size: 17px;
            line-height: 150%;
            /* or 26px */


            color: #394053;
            margin-bottom: 25px;   
        }

    .btn-make-order{
        display: flex;  
        justify-content: center;    
    }
        .list{
            background-color: rgba(187, 213, 255, 1);
            padding : 15px 21px;
            border-radius: 10px;
            margin-bottom: 23px;    
        }
        .list li{
            font-family: 'IBM Plex Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;


    color: #827E7E;
           }
           .list li:not(:last-child){
                margin-bottom: 25px;    
           }
    .btn-make-order{
        margin-top: 50px; 
        margin-bottom: 60px;      
    }
    @media (max-width:520px) {
       .title_text{
        font-size: 25px;
       }
    }
    
/* End */


/* Start:/local/templates/tulaonb/css/virtual-help-style.css?17188773809871*/
ul{
	padding: 0;
}
button.active{
	background-color: #fff; 
	border: 1px solid rgba(128, 160, 212, 1);
	color: rgba(128, 160, 212, 1);
}
button.active:hover{
	background: #fff;
}
.btn-block  {
	display: flex;  
	justify-content:center;
}
.btn-block button:nth-child(2){
	margin: 0px 23px;
}
.block-text{
	margin-top: 70px;
	display: flex;
	flex-direction: row;
	margin-bottom: 60px;
}
.block-1{
	min-width: 50%;
}

.block-text p{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: #827E7E;
}
.list-2 ul li{
	list-style: none;
	display: flex;
	flex-direction: row;
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	color: rgba(130, 126, 126, 1)

}


.title{
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	color: #111111;
}
.block-2{
	margin-left: 32px;
	background-color: rgba(187, 213, 255, 0.2);
	border-radius: 10px;
	padding: 31px 38px;
}

ul li{
	margin-bottom: 15px;
}
.modal-content  {
 padding: 0 100px;
 border-radius: 30px;
}
.service-form{

	padding: 0;
}
p.sub-title-modal{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	/* or 33px */


	color: #111111;
}
select{
	width: 100%;
	border: none;
	border-bottom: 1px solid #478CC9;
	background-position: calc(100% - 0.75rem) center !important;
	-moz-appearance:none !important;
	-webkit-appearance: none !important; 
	appearance: none !important;
	padding-right: 0.6rem !important;   padding-bottom: 7px;
	outline: none;
	cursor: pointer;
}
.modal-footer-section{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 40px;
}
.question  {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */


	color: #827E7E;
}
.check-info{
	margin-top: 35px;   
}
.answer{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */


	color: #252543;
	margin-bottom: 21px;    
}

.modal-footer-section{
	display: flex;  
	flex-wrap: wrap;
}
.modal-footer-section .active   {
	margin-top: 30px;    
}
@media (min-width: 1199px){
	.modal-footer-section .active   {
		 margin-top: 0px;
		 margin-left: 30px       
	}
}

.attention-text{
	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */


	color: #827E7E;
	margin-top: 35px;   
}
p.link{

	font-family: 'IBM Plex Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */


	color: #252543;

}
.link svg path {
	fill: #80A0D4;

}
.link svg path:hover{
	fill: #827E7E;
	cursor: pointer;
}
 .search-box{
		 margin-top: 92px;   
		 padding: 32px 40px;  
		 border: 2px solid rgba(0, 0, 0, 0.2);
		 border-radius: 10px;
		 margin-bottom: 68px;    
	}
	h5.title_search_{
		 font-family: 'Montserrat';

		 font-style: normal;
		 font-weight: 900;
		 font-size: 24px;
		 line-height: 150%;
		 /* or 36px */

		 text-transform: uppercase;

		 color: #394053;
	}
	.request__number {
		 width: 126px;   
	}
	.request__number{
		 font-family: 'IBM Plex Sans';
		 text-transform: none;
		 line-height: 130%;
		 /* or 21px */

		 width: 126px !important;   
		 color: #252543;
	}
	.button-search{
		 background: #80A0D4;
		 border-radius: 100px;
		 width: 123px;
		 height: 50px;
	}  
	.button-search img{
		 width: 25px;    
		 width: 24px;    
	}
	.search-box .service-form__field .or{

		 font-family: 'IBM Plex Sans';
		 font-style: normal;
		 font-weight: 400;
		 font-size: 16px;
		 line-height: 130%;
		 /* or 21px */


		 color: #252543;
	}
	.search-box .service-form__field .search_link{
	  font-style: normal;
	  font-weight: 400;
	  font-size: 16px;
	  line-height: 130%;
		 /* or 21px */

	  text-decoration-line: underline;

	  color: rgba(128, 160, 212, 1);
	}
	.input-search-param{
		 max-width: 589px;
		 display: flex;
		 flex-direction: row;
		 justify-content: space-between;
		 flex-wrap: wrap;
		 align-items: center;
	}
	.block2 hr{
		 border: 8px solid #BBD5FF;

	}
	.block2 .list-nav {
		 display: flex;  
		 flex-direction:  row;
		 margin-bottom: 73px;    

	}
	.block2 .list-nav li{
		 list-style: none;
		 width: 30px;    
		 height: 30px;  
		 display: flex;  
		 justify-content: center;    
		 align-items: center ; 

	}
	.block2 .list-nav li a{
		 text-decoration: none;
		 font-style: normal;
		 font-weight: 500;
		 font-size: 22px;
		 line-height: 150%;
		 /* or 33px */




		 color: #00358E ;
	}
	.block2 .list-nav li:not(:first-child){
		 margin-left: 6px;  
	}
	.block2 .list-nav .active-link a{
		 color: white ;
	}
	.block2 .list-nav .active-link{
		 background: #BBD5FF;
	}
	.request_number_title{
		 font-style: normal;
		 font-weight: 600;
		 font-size: 22px;
		 line-height: 150%;
		 /* or 33px */


		 color: #394053;
	}
	.request_text{
		 font-style: normal;
		 font-weight: 400;
		 font-size: 17px;
		 line-height: 150%;
		 /* or 26px */


		 color: #394053;
		 margin-top: 22px;   
	}

  

 


.raiting{
	padding: 0; 
	background:white;
	justify-content: flex-end;
}



.toraiting  {
	border-radius: 10px 10px 0px 0px;
	padding: 11px 21px;  
	background: rgba(187, 213, 255, 0.2);
}
.raiting{
	display: flex;
	flex-direction: row;
	align-items: center;

	margin-top: 21px;
	margin-bottom: 17px;
}
.raiting span{
	margin: 0px 15px;
}
.request_answers_block .list-2 ul li{
	font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 150%;
/* or 26px */


color: #394053;
}

.comment{
	border-radius: 0px 0px 10px 10px;
		 background: rgba(187, 213, 255, 0.2);
			  padding: 11px 21px;  


}
.k{
	margin-left: 20px;  
}
.request_answers{
	margin-bottom: 60px;    
}
@media(max-width: 768px){
	.block-text{
		 flex-direction: column;
	}
	.block-2{
		 margin-left: 0
	}
	.modal-title{
		 font-size: 30px
 }
 .request_answers_block{
	margin-top: 40px    
}
.request_answers{
	display: flex  ;         
	flex-direction: column;
}
}
@media (max-width: 425px){
 .modal-title{
	font-size: 25px
}

}
@media (max-width: 575.98px){
	.modal.modal-bottom .modal-body {
	  padding: 20px !important;
 }
}

.comm{
	font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
/* or 22px */


color: #394053;
}
.comm-author{
	display: flex;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
/* or 22px */

justify-content: end;
color: #827E7E;}

.block2{
	display: none;  
}

.raiting-modal-body{
	display: flex;  
	flex-direction:row;
	flex-wrap: wrap;
	align-items:   center;
}

	.rating-area-modal {
		 margin-left: 15px;  
		 overflow: hidden;
	}
.rating-area-modal:not(:checked) > input {
	display: none;
}
.rating-area-modal:not(:checked) > label {
	float: right;
	padding: 0;
	width: 55px;    
	cursor: pointer;
	font-size: 32px;
	line-height: 32px;
	color: white;
	text-shadow: 1px 1px #bbb;
}
.raiting-modal-body p{
	margin-bottom: 0;   
}
.rating-result span {
	margin: 0px 5px;  
}
@media (max-width: 1000px){
.rating-area-1:not(:checked) > label {
	float: right;
	padding: 0;
	width: 20px; 
}
.raiting span{
	margin: 0px 5px;
}
.rating-result span {
	margin: 0px 0px;  
}
}
.title_request_number{
		 margin-top: 11px;   
}

.search-request{
	max-width: 420px;
}
.search-filter{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.search-filter select{
  max-width: 166px;
  height: 38px;
}
.search-filter .select-filter-2{
  max-width: 264px;

}
.search-filter button{
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-around;
}




.search_link{
	padding: 0;
	color: rgba(128, 160, 212, 1);
}

.filter-btn-subm{
	display: flex;
	justify-content: flex-end;
	display: none;
}
#linktext{
	display: flex;
	flex-wrap: wrap;
}
p.link svg{
	margin-right: 15px;
}
.tag-list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	overflow: auto;
}
.raiting{
		 flex-wrap: wrap;

}
@media (max-width: 1200px) {
	.rating-area-modal {
		 margin-left: 0;
	}
	.search-request{
		 max-width: 100%;
	}   
	.search-filter input{
		 margin-bottom: 10px
	} 
	.search-filter{
		 flex-wrap: wrap;
	}
	.tag-list{
	justify-content: flex-start;
	}
	 .tag-list button:not(:first-child){
	margin-left: 20px;
  }
}

@media (max-width: 425px) {

	
	.tag-list button:not(:first-child){
	margin-left: 20px;
  } 
  .btn-close-modal{
	width:  160px;
  }
}
@media(max-width: 768px){

	#linktext{
	display: block;
}
	.button-search-pc span{
		 display: none;
	}
	.button-search-pc{
		 max-width: 71px;
	}
	.input-search-param{
		 justify-content: flex-start;
	} 
	.request__number{
	width: calc(100% - 91px) !important;

}
.button-search-pc{
	margin: 0px 10px;
}
.search-box{
	padding: 32px 15px;
}
span.or{
	margin-right: 10px
}

.search-filter {
	display: flex;
	flex-direction: column;

}
.search-filter  select{
	max-width: 100%;
	margin-top: 28px;
}

.search-filter  input{
	max-width: 100%;
	margin-bottom: 0;
}
.search-filter  button{
	display: none;
}
.search-filter .select-filter-2 {
	max-width: 100%;
}
.filter-btn-subm{
	justify-content: center
}
.filter-btn-subm button{
	width: 173px;
	margin-top: 28px;
}
}
.tag-list::-webkit-scrollbar {
 width: 0;
}


/* End */


/* Start:/local/templates/tulaonb/css/lightpick.css?17344576856962*/
.lightpick {
    position: absolute;
    z-index: 991;
    padding: 4px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background-color: #FFF;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #333;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 40px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: 18.8% auto;
    background-position: center bottom;
    color: #DC322F;
}

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-in-range:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #268BD2;
    background-image: none;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}
/* End */


/* Start:/local/templates/tulaonb/css/lightpick-custom.css?16668771854177*/
.lightpick {
    box-shadow: none;
    padding-top: 0;
}

.lightpick__day-of-the-week {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */
    text-align: right;
    color: #827E7E;
}

.lightpick__day {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    color: #394053;
    height: 36px;
}

.lightpick__day.is-in-range {
    background: #80A0D4;
    color: #FFF;
}

.lightpick__day.is-today {
    background-image: none;
}

.lightpick__day.is-start-date.is-in-range, .lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    background-color: #80A0D4;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    background-color: #80A0D4;
    background-image: none;
}

.lightpick__month-title-bar {
    padding: 0;
}

header.lightpick__month-title-bar {
    height: 30px;
    position: relative;
    margin: 0;
    padding-right: 12px;
}

.lightpick__month-title {
    position: absolute;
    top: 1px;
    right: 28px;
    top: -4px;
    right: 27px;
    margin: 0;
}

.lightpick__month-title > .lightpick__select-months {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */
    color: #827E7E;
    margin: 0;
    text-transform: capitalize;
}

.lightpick__month-title > .lightpick__select:disabled {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    font-size: 24px;
    line-height: 150%;
    /* or 18px */
    color: #827E7E;
    margin: 0;
    text-transform: capitalize;
}

.lightpick__toolbar {
    width: 143px;
    width: 220px;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 0 auto;
}
.lightpick__month-title > .lightpick__select.lightpick__select-months, .lightpick__month-title > .lightpick__select.lightpick__select-months:disabled {
    margin-right: 10px;
}

.lightpick__select-years {
    width: 33px;
    width: 56px;
    width: 74px;
}

.lightpick__previous-action, .lightpick__next-action {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #80A0D4;
    border: 0;
    padding: 0;
    display: block;
    line-height: 0;
}

.lightpick__previous-action {
    background-color: transparent;
    background-image: url(/local/templates/tulaonb/css/../images/gallery/arrow-left.png);
    background-size: 13px 25px;
    width: 13px;
    height: 25px;
}

.lightpick__next-action {
    background-color: transparent;
    background-image: url(/local/templates/tulaonb/css/../images/gallery/arrow-right.png);
    background-size: 13px 25px;
    width: 13px;
    height: 25px;
}


@media(max-width: 575px){
    .lightpick {
        width: 100%;
        padding: 0;
    }
    .lightpick__month {
        width: 100%;
        padding: 0;
    }
    .lightpick__month-title {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        display: flex;
        width: 174px;
        top: -2px;
    }
    header.lightpick__month-title-bar {
        padding: 0;
        margin-bottom: 10px;
    }
    .lightpick__month-title > .lightpick__select:disabled {
        font-size: 20px;
        line-height: 150%;
    }
    .lightpick__select-years {
        text-align: left;
        width: 60px;
    }
    .lightpick__previous-action {
        background-size: 16px 28px;
        width: 16px;
        height: 28px;
    }
    .lightpick__next-action {
        background-size: 16px 28px;
        width: 16px;
        height: 28px;
    }
    .lightpick__toolbar {
        width: 226px;
        margin: 0 auto;
    }
}

/* End */
/* /local/templates/tulaonb/css/service-form.css?17430654302336 */
/* /local/templates/tulaonb/css/order-style.css?17188773166462 */
/* /local/templates/tulaonb/css/virtual-help-style.css?17188773809871 */
/* /local/templates/tulaonb/css/lightpick.css?17344576856962 */
/* /local/templates/tulaonb/css/lightpick-custom.css?16668771854177 */
