

/* Start:/local/templates/fl/css/site.css?159726914858843*/
.wrapper input{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input{
    outline: none;
}
.submit{
    cursor: pointer;
}
.title{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    text-align: center;
    width: 100%;
}
.underline{
    text-decoration: underline;
}
h1{
    margin: 0;
}
h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
h3{
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}
.title.align-left{
    text-align: left;
}
.input-error {
    box-shadow: 0 0 1px 1px red;
    border-color: red !important;
}
.unit-empty{
    height: 0 !important;
    max-height: 0 !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    opacity: 0 !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    visibility: hidden !important;
    opacity: 0 !important;
}
/*polit start*/

.container-custom_filter{
	width: 100%;
	background: #FFFCF5;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 20px 30px;
}
.title-custom_filter{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #333854;
}
.block-custom_filter{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: calc(100% + 10px);	
	margin: 11px 0 0 0;
	position: relative;
	left: -5px;
}
.block-custom_filter .unit-block-new_order{
	margin: 5px;
	width: calc(50% - 76px);
	flex-grow: 1;
}
.block-custom_filter .container-select-unit-block-new_order{
	max-width: 100%;
}
html body .search-btn{
	font-family: 'roboto';
	position: relative;
	min-width: 121px;
	padding-right: 50px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 30px 5px 5px 5px;
}
.search-btn:after{
	content: "";
	height: 20px;
	width: 20px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 16px;
	background-image: url(/local/templates/fl/css/../img/search.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain; 
}


.modal-container-polit{
    max-width: 95%;
    max-height: 95%;
    width: 1000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 34px !important;
    height: auto;
    position: relative;
}
.modal-block-polit{
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.modal-close-polit{
    position: absolute;
    top: 24px;
    right: 24px;
    border: none;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    background-image: url(/local/templates/fl/css/../img/close-modal.svg);
    -webkit-background-size: auto auto;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 100;
}
.modal-close-polit:hover{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal-content-polit{
    line-height: 22px;
}
.title-modal-polit{
    font-family: 'roboto';
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
    position: relative;
    text-align: left !important;
}
.caption-modal-polit{

}
.caption-modal-polit ul,
.caption-modal-polit ol{
    list-style-type: none;
    padding-left: 0
}
.caption-modal-polit li{
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/fl/css/../img/gal-li.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

/*polit end*/







/*slick slider start*/

html body .slick-prev{
    -webkit-transform: rotate(180deg) translate(0, 50%);
    -ms-transform: rotate(180deg) translate(0, 50%);
    transform: rotate(180deg) translate(0, 50%);
}
html body .slick-prev:before, 
html body .slick-next:before{
    display: none;
}
html body  .slick-prev{
    left: 7px;
} 
html body  .slick-next{
    right: 7px;
}
html body  .slick-prev, 
html body  .slick-next{
    z-index: 10;
    width: 11px;
    height: 80px;
    border: none;
    border-radius: 100%;  
    opacity: 0.95;
    background-size: contain;
    background-image: url(/local/templates/fl/css/../img/arrows.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
html body  .slick-prev:hover, 
html body  .slick-prev:focus, 
html body  .slick-next:hover, 
html body  .slick-next:focus{
    -webkit-background-size: auto auto;
    background-size: contain;
    background-image: url(/local/templates/fl/css/../img/arrows.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent;

    -webkit-filter: hue-rotate(10deg);
    filter: hue-rotate(10deg);
    outline: none;
}
html body  .slick-slide:focus{
    outline: none;
}
.slick-disabled{
    display: none !important;
}
/*slick slider end*/



/*container-front start*/

.container-front-decor{
    background: linear-gradient(250.22deg, #1FEBC6 0.46%, #4FA800 100%), #F8F7FF;
}
.container-front{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
    position: relative;
}
.text-front{
    box-sizing: border-box;
    padding-top: 105px;
    padding-bottom: 105px;
    width: 100%;
    max-width: 545px;
    position: relative;
    z-index: 20;
}
.title-front{
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: -0.03em;
    margin: 0;
}
.caption-front{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    margin-top: 18px;
    display: block;
}
.link-front{
    margin-top: 35px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #FFC359 0%, #F79716 100%);
    border-radius: 4px;
    min-height: 44px;
    width: 172px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.2s;
}
.link-front:hover{
    box-shadow: 0 0 3px 1px #FFC359;
}
.block-decor-img-front{
    z-index: 10;
    position: relative;
    width: 570px;
    min-width: 350px;
    flex-shrink: 1;
    margin: 15px 0 -185px 0;
    box-sizing: border-box;
    padding-left: 75px;
}
.decor-img-e1,
.decor-img-e2,
.decor-img-e3,
.decor-img-e4,
.decor-img-e5,
.decor-img-e6{
    position: absolute;
    height: auto;
}
.decor-img-e3,
.decor-img-e4,
.decor-img-e5,
.decor-img-e6{
    animation-name: circle-rotate;
    animation-iteration-count: infinite;
    animation-duration: 20s;
    animation-timing-function: linear;
}
.decor-img-e1,
.decor-img-e2{
    animation-name: line-skew;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.decor-img-e4,
.decor-img-e6{
    animation-name: circle-rotate-end;    
}
.decor-img-e1{
    left: 0;
    top: 15px;
    width: 195px;
}
.decor-img-e2{
    left: 450px;
    top: 140px;
    width: 195px;
}
.decor-img-e3{
    left: 38px;
    top: 180px;
    width: 64px;
    height: 64px;
}
.decor-img-e4{  
    left: 430px;
    top: 15px;
    width: 30px;
    height: 30px;
}
.decor-img-e5{
    left: 594px;
    top: 198px;
    width: 30px;
    height: 30px;
}
.decor-img-e6{
    left: -70px;
    top: 300px;
    width: 30px;
    height: 30px;
}
.woman-img-front{
    width: 100%;
    max-width: 475px;
}

@keyframes circle-rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes circle-rotate-end{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
@keyframes line-skew{
    0%{
        transform: skew(0);
    }
    25%{
        transform: skew(-50deg);
    }
    50%{
        transform: skew(50deg);
    }
    100%{
        transform: skew(0);
    }
}


/*container-front end*/

/* container-why start*/

.container-why{
    box-sizing: border-box;
    padding-top: 155px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.title-why{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
}
.block-why{
    margin-top: 50px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    counter-reset: section; 
}
.unit-why{
    width: 210px;
    flex-grow: 1;
    margin: 20px 30px 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 20px;
}
.title-unit-why{
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    padding-right: 40px;
    position: relative;
    z-index: 10;
}
.title-unit-why:before{
    content: "";
    width: 30px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #8BDD15;
}
.title-unit-why:after{
    counter-increment: section;                 
    content: counter(section);
    font-weight: 900;
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: #F2F1F9;
    position: absolute;
    top: -30px;
    left: -25px;
    z-index: -1;
}
.caption-unit-why{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #636363;
    margin-top: 15px;
    display: block;
    position: relative;
    z-index: 11;
}
.link-why{
    margin-top: 45px;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 185px;
    min-height: 44px;
    padding: 5px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.2s;
}
.link-why:hover{
    box-shadow: 0 0 3px 1px #8BDD15;
}


/*container-why end*/

/*container-how_work-decor start*/

.container-how_work-decor{
    background-color: #F9F9F9;
    padding-top: 76px;
    padding-bottom: 88px;
}
.container-how_work{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.block-how_work{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    margin-top: 70px;
}
.unit-how_work{
    max-width: 220px;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    padding: 105px 0 0 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
    margin: 0 15px 30px 15px;
}
.block-garant-how_work{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 48px;
    background: linear-gradient(270deg, #8BDD15 0%, #B7EB1F 100%), #FFFFFF;
    box-shadow: 5px 5px 25px rgba(45, 42, 68, 0.05);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 21px;
}
.date-garant-how_work{
    color: #C5F33C;
    position: relative;
    box-sizing: border-box;
    min-height: 95px;
    margin: 0 55px 0 49px;
    padding-right: 60px;
}
.day-garant-how_work{
    font-weight: 900;
    font-size: 100px;
    line-height: 88px;
    letter-spacing: -0.1em;
    margin-top: -39px;
}
.small-day-garant-how_work{
    font-weight: 900;
    font-size: 30px;
    line-height: 1em;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}
.decor-day-garant-how_work{
    width: 77px;
    height: 95px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.text-garant-how_work{
    display: block;
    max-width: 100%;
}
.title-garant-how_work{
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.03em;
}
.caption-garant-how_work{
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    margin-top: 6px;
    display: block;
}


/*container-how_work-decor end*/


/*container-feedback start*/

.container-feedback{
    display: block;
    box-sizing: border-box;
    padding-bottom: 82px;
    padding-top: 72px;
}
.slider-feedback{
    display: block;
    width: 100%;
    margin-top: 49px;
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
}
.unit-feedback{
    margin: 0 15px;
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.text-unit-feedback{
    box-sizing: border-box;
    padding: 25px 30px 30px 30px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    background-color: #F9F9F9;
    border-radius: 4px;
}
.text-unit-feedback:after{
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 34px;
    width: 21px;
    height: 6px;
    background-image: url(/local/templates/fl/css/../img/decor-feedback.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.stars{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
}
.star{
    width: 15px;
    min-width: 15px;
    height: 15px;
    margin-right: 4px;
    transition: 0.2s;
    background-image: url(/local/templates/fl/css/../img/star.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.star.active,
.star.active ~ .star{
    background-image: url(/local/templates/fl/css/../img/star-active.svg);
}
.caption-unit-feedback{
    display: block;
    margin-top: 14px;
    font-family: 'robotoitalic';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #636363;
}
.human-unit-feedback{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.avatar-unit-feedback{
    width: 89px;
    min-width: 89px;
    height: 89px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 24px;
}
.caption-human-unit-feedback{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
}
.fio-unit-feedback{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
}
.date-unit-feedback{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.03em;
    color: #969696;
    margin-top: 9px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slider-feedback .slick-dots{
    position: static;
    margin-top: 50px;
}
.slider-feedback .slick-dots li button:before,
.slider-feedback .slick-dots li button{
    display: none;
}
.slider-feedback .slick-dots li{
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 10px;
    background-color: #DAD7EE;
    border-radius: 100%;
    box-sizing: border-box;
}
.slider-feedback .slick-dots li.slick-active{
    background-color: white;
    border: 3px solid #96C901;
}


/*container-feedback end*/


/*container-tip_page start*/

.container-tip_page{
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-tip_page p{
    font-size: 16px;
    line-height: 150%;
    color: #333333;
    margin: 24px 0 0 0;
}
.btn-custom{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 44px;
    padding: 5px 23px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 20px auto;
    text-decoration: none;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}
.btn-custom:hover{
    box-shadow: 0 0 3px 1px #8BDD15;
}

.container-tip_page ul,
.container-tip_page ol{
    list-style-type: none;
    padding: 0;
    margin: 30px 0;
}
.container-tip_page ol{
    counter-reset: section; 
}
.container-tip_page ol li{
    padding-left: 47px;
    box-sizing: border-box;
    position: relative;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.container-tip_page ol li:before{
    counter-increment: section;                 
    content: counter(section);
    width: 26px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'roboto';
    font-weight: 500;
    padding: 2px 2px 17px 2px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(/local/templates/fl/css/../img/ol-li.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.container-tip_page li{
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'roboto';
}
.container-tip_page li:last-child{
    margin-bottom: 0;
}
.container-tip_page ul li{
    position: relative;
    box-sizing: border-box;
    padding-left: 44px;
}
.container-tip_page ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    height: 15px;
    width: 22px;
    background-image: url(/local/templates/fl/css/../img/ul-li.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

/*container-tip_page end*/

/*container-page-center start*/

.container-page-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.form-inside{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 370px;
    margin-top: 23px;
}
.unit-form-inside{
    margin-top: 18px;
    width: 100%;
    position: relative;
    height: auto;
    display: block;
}
.title-unit-form-inside{
    background-color: white;
    position: absolute;
    box-sizing: border-box;
    padding: 2px 6px;
    transform: translateY(-50%);
    left: 15px;
    top: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.input{
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 21px;
    width: 100%;
    min-height: 44px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.input_m{
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 21px;
    width: auto;
    min-height: auto;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
	margin: 0;
}
.pl_needed-caption-break{
	margin: 5px 10px;
	display: inline-block;
}
.submit{
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-radius: 4px;
    min-height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.2s;
    margin: 22px 0 0 0;
    outline: none;
    border: none;
}
.submit:hover{
    box-shadow: 0 0 3px 1px #8BDD15;
}
.block-polit{
    box-sizing: border-box;
    padding: 0 0 0 25px;
    background-image: url(/local/templates/fl/css/../img/polit.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 16px auto;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.03em;
    color: #A1A1A1;
    margin: 20px 0 0 0;
}
.block-polit a{
    margin-left: 4px;
    color: #A1A1A1;
    text-decoration: underline;
    transition: 0.2s;
}
.block-polit a:hover{
    text-decoration: none;
}
.caption-form-inside{
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #333333;
    width: 100%;
    display: block;
    margin: 22px 0 0 0;
}
.inside-with-vk{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 275px;
    border-top: 1px solid #E0E0E0;
    position: relative;
    margin-top: 36px;
    padding-top: 31px;
    box-sizing: border-box;
}
.button-inside-with-vk{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    box-sizing: border-box;
    background-color: #5181B8;
    background-image: url(/local/templates/fl/css/../img/vk.svg);
    background-position: 20px 50%;
    background-size: 24px auto;
    background-repeat: no-repeat;
    border-radius: 4px;
    min-height: 44px;
    width: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
    padding: 5px 10px 5px 55px;
}
.button-inside-with-vk:hover{
    box-shadow: 0 0 3px 1px #5181B8;
}
.link-iisus-password{
    margin: 25px auto -11px auto;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.03em;
    text-decoration-line: underline;
    color: #96C901;
    transition: 0.2s;
}
.link-iisus-password:hover{
    text-decoration: none;
}

/*container-page-center end*/



/* container-new_order start*/

.container-new_order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 40px;
}
.block-new_order{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 12px;
}
.block-new_order .input{
    padding: 5px 16px;
}
.block-new_order .input::-moz-placeholder {color: #B4B4B4;}
.block-new_order .input::-webkit-input-placeholder { color: #B4B4B4; }
.block-new_order .input:-ms-input-placeholder { color: #B4B4B4; }
.block-new_order .input:-ms-input-placeholder { color: #B4B4B4; }
.block-new_order .input::placeholder { color: #B4B4B4; } 
.unit-block-new_order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.caption-unit-block-new_order{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    display: block;
    margin: 0 0 6px 0;
}
.container-select-unit-block-new_order{
    width: 100%;
    max-width: 370px;
    height: auto;
    position: relative;
}
.container-select-unit-block-new_order:after{
    content: "";
    background-image: url(/local/templates/fl/css/../img/select.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    transition: 0.2s;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 21px;
    top: 19px;
}
.container-select-unit-block-new_order.active:after{
    transform: rotate(180deg);
}
.block-new_order .select-unit-block-new_order{
    padding: 5px 40px 5px 16px;
}
.search-select-unit-block-new_order{
    display: none;
    width: 100%;
    max-height: 300px;
    height: auto;
    overflow: auto;
    position: absolute !important;
    top: 44px;
    left: 0;
    z-index: 888;
}
.unit-search-select-unit-block-new_order{
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-top-width: 0;
    box-sizing: border-box;
    border-radius: 0;
    padding: 5px 16px;
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.2s;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.unit-search-select-unit-block-new_order:hover{
    background-color: rgb(255, 210, 131);
}
.unit-search-select-unit-block-new_order:last-child{
    border-radius: 0 0 4px 4px;
}
.input-unit-block-new_order{

}
.block-new_order .textarea-unit-block-new_order{
    height: 190px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 16px;
    font-family: 'robotoitalic';
}
.container-date-unit-block-new_order{
    max-width: 270px;
    width: 100%;
    position: relative;
}
.container-date-unit-block-new_order:after{
    content: "";
    background-image: url(/local/templates/fl/css/../img/date.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    transition: 0.2s;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 21px;
    top: 17px;
}
.date-unit-block-new_order{
    
}
.block-antiplagiat{
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
	min-height: 42px;
}
.block-antiplagiat .radio__text{
    margin-right: 24px;
}
.caption-antiplagiat{
    font-size: 14px;
    line-height: 16px;
    font-family: 'robotoitalic';
    color: #B4B4B4;
    display: inline-block;
    margin: 10px 0;
}
.btn-custom-new_order{
    margin: 43px 0 0 0;
    text-transform: uppercase;
    min-width: 223px;
    font-weight: 700;
}
.block-antiplagiat .select-antiplagiat{
    max-width: 234px;
	margin-right: 10px;
    margin-left: 10px;
}
.yes-transfer{
    display: none;
}
.double-unit-block-new_order{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.break-double-unit-block-new_order{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    margin: 10px;
    display: inline-block;
}

/*radio start*/

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.radio__text {
  position: relative;
  padding: 0 0 0 28px;
  cursor: pointer;
  color: #838383;
}
.radio__text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
}
.radio__text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: .2s;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #96C901;
    background-image: url(/local/templates/fl/css/../img/check.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 50% 50%;
}
.radio input:checked + .radio__text:after {
    opacity: 1;
}
.radio input:checked + .radio__text {
    color: #333;
}


/*radio end*/


/* container-new_order end*/


/*block-content-order start*/

.block-content-order{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 22px;
}
.aside{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
.aside-row{
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 30px;
    margin-bottom: 20px;
}
.unit-aside{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #333333;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 0 0 0 45px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 22px;
    width: 100%;
    text-decoration: none;
    margin-top: 27px;
}
.unit-aside:first-child{
    margin-top: 0;
}
.unit-aside:hover,
.unit-aside.active{
    color: #FFC359;
}
.img-unit-aside{
    position: absolute;
    max-width: 22px;
    max-height: 22px;
    width: auto;
    height: auto;
    display: block;
    filter: brightness(0.25);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}
.unit-aside:hover .img-unit-aside,
.unit-aside.active .img-unit-aside{
    filter: brightness(1);
}
.content-order{
    max-width: calc(100% - 300px);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.unit-content-order{
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 19px;
    padding: 15px 30px;
    transition: 0.2s;
}
.unit-content-order:hover{
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
}
.left-unit-content-order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
    flex-grow: 1;
}
.top-left-unit-content-order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    color: #838383;
}
.date-left-unit-content-order{
    margin-right: 28px;
}
.id-left-unit-content-order{

}
.title-left-unit-content-order{
    flex-grow: 1;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #333333;
    margin: 15px 0;
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
.title-left-unit-content-order:hover{
    color: #96C901;
}
.categor-left-unit-content-order{
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.03em;
    color: #838383;
}
.right-unit-content-order{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    min-width: 155px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}
.status-right-unit-content-order{
    background: #EFEFEF;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 2px 7px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 16px;
    color: #929292;
}
.count-order-right-unit-content-order{
    margin-top: 12px;
    padding: 0 0 0 21px;
    box-sizing: border-box;
    background-image: url(/local/templates/fl/css/../img/star-order.svg);
    background-repeat: no-repeat;
    background-size: 14px auto;
    background-position: 0 50%;
    min-height: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.seo-text{
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #838383;
}
.seo-text p,
.seo-text li{
    color: #838383;
}

/*block-content-order end*/

.block-cost-order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
}
.caption-cost-order{
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}
.cost-order{
    margin-top: 4px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #333333;
}
.link-file-right-unit-content-order{
    text-decoration: underline;
    transition: 0.2s;
    font-size: 13px;
    line-height: 15px;
    color: #96C901;
    display: inline-block;
    margin-top: 12px;
}
.link-file-right-unit-content-order:hover{
    text-decoration: none;
}
.button-right-unit-content-order{
    border: 1px solid #96C901;
    box-sizing: border-box;
    border-radius: 4px;
    width: 131px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    box-sizing: border-box;
    padding: 11px 11px 11px 24px;
    text-decoration: none;
    transition: 0.2s;   
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
.button-right-unit-content-order:hover{
    color: white;
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
}


/*container-modal start*/

html body .container-modal{
    background: #FFFFFF;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 37px;
    width: 100%;
    max-width: 504px;
}
.container-modal .modal-close-polit{
    width: 14px;
    height: 14px;
    background-image: url(/local/templates/fl/css/../img/close-order.svg);
    top: 19px;
    right: 19px;
}
.container-modal .input,
.container-modal .textarea{
    margin-bottom: 20px;
}
.container-modal .textarea{
    height: 124px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.title-container-modal{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.03em;
    color: #333854;
    margin-bottom: 40px;
}
.btn-submit{
    margin: 6px 0 0 0;
    text-transform: uppercase;
    min-width: 170px;
}

/*container-modal end*/

.block-cart-tz{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    background: #FFFCF5;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 25px 30px;
    margin-top: 25px;
}
.block-info-tz{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 17px;
}
.text-info-tz{
    border: 1px solid #FFC359;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: transparent;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-right: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: 137px;
    min-width: 137px;
    min-height: 35px;
    text-decoration: none;
    transition: 0.2s;
}
.cancel_order {
    background-color: rgba(255,0,0,.17);
    border-color: rgba(255,0,0,.17);
}
.cancel_cancel_order {
    background: #98da17;
    border-color: #98da17;
    color: #fff;
}
.text-info-tz:hover{
    background-color: #FFC359;
}
.cancel_order:hover {
    background-color: rgba(255,0,0,.47);
    border-color: rgba(255,0,0,.47);
}
.cancel_cancel_order:hover {
    background: #70bd00;
    border-color: #70bd00;
}
.block-info-tz .link-file-right-unit-content-order{
    margin: 5px 10px 5px 0;
}
.block-result-work{
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    border: 4px solid #96C901;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 34px;
}
.left-block-result-work{
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
}
.title-left-block-result-work{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333854; 
}
.files{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 5px;
}
.unit-files{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    transition: 0.2s;
    box-sizing: border-box;
    padding: 0 0 0 32px;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    background-image: url(/local/templates/fl/css/../img/save.svg);
    background-size: 18px auto;
    background-repeat: no-repeat;
    background-position: 0 50%;
    min-height: 18px;
}
.color-green{
    transition: 0.2s;
    text-decoration: none;
    margin-left: 7px;
    display: inline-block;
    color: #96C901;
}
.unit-files:hover .color-green{
    text-decoration: underline;
}
.right-block-result-work{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    min-width: 180px;
    width: 180px;
}
.btn-result-work{
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    letter-spacing: -0.03em;
    color: #333333;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 6px 0;
    width: 169px;
    min-height: 44px;
}
.btn-result-work:hover,
.btn-green{
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-color: #8BDD15;
    color: white;
}
.btn-green:hover{
    box-shadow: 0 0 3px 1px #8BDD15;
}

.btn_w_auto{
	width: auto;
}

.container-correspondence{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 30px;
}
.title-correspondence{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333854;
}
.block-correspondence{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}
.block-date-correspondence{
    min-height: 16px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}
.block-date-correspondence:after{
    content: "";
    background-color: #EDEDED;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
}
.date-correspondence{
    z-index: 10;
    font-size: 14px;
    line-height: 16px;
    color: #C4C4C4;
    text-align: center;
    box-sizing: border-box;
    padding: 0 34px;
    background-color: white;

}
.messeng-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    max-width: 750px;
}
.avatar-messeng-left{
    width: 52px;
    min-width: 52px;
    height: 52px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #F1F1F1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 20px;
}
.block-messeng-left{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
    max-width: 100%;
}
.title-messeng-left{
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-right: 10px;
}
.time-messeng-left{
    font-size: 12px;
    line-height: 14px;
    color: #BABABA;
    display: inline-block;
}
.text-messeng-left{
    margin-top: 8px;
    background: #F1F1F1;
    border-radius: 0px 4px 4px 4px;
    box-sizing: border-box;
    padding: 15px 19px;
    font-size: 13px;
    line-height: 19px;
    color: #333333;
}
.messeng-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px;
    max-width: 750px;
    align-self: flex-end;
}
.time-messeng-right{
    font-size: 12px;
    line-height: 14px;
    color: #BABABA;
}
.text-messeng-right{
    margin-top: 8px;
    background: #EDF3D9;
    border-radius: 4px 4px 0 4px;
    box-sizing: border-box;
    padding: 15px 19px;
    font-size: 13px;
    line-height: 19px;
    color: #333333;
}


.block-checked-man{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.block-checked-man + .left-block-result-work,
.block-checked-man + .left-block-result-work + .right-block-result-work{
    border-top: 2px solid #EDEDED;
    margin-top: 22px;
    padding-top: 24px;
    box-sizing: border-box;
}
.text-checked-man{
    background-image: url(/local/templates/fl/css/../img/check-man.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 35px auto;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 60px;
    font-size: 20px;
    line-height: 23px;
    color: #333854;
}
.avatar-info-checked-man{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}
.info-avatar-info-checked-man{
    display: block;
}
.title-avatar-info-checked-man{
    font-size: 16px;
    line-height: 19px;
    color: #333333;
    display: block;
    margin-bottom: 5px;
}
.cost-checked-man{

}

.block-send-correspondence{
    margin-top: 30px;
    width: 100%;
    display: block;
}
.block-send-correspondence .textarea{
    padding: 16px;
    height: 80px;
}
.block-status-order{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    margin-top: -26px;
}
.unit-status-order{
    width: 100%;
    max-width: 130px;
    height: auto;
}
.title-unit-status-order{
    font-size: 14px;
    line-height: 16px;
    color: #C4C4C4;
    display: block;
}
.unit-status-order.active .title-unit-status-order{
    font-weight: 500;
    color: #333333;
}
.decor-unit-status-order{
    width: 100%;
    height: 4px;
    display: block;
    margin-top: 6px;
}
.modal-avatar-info-checked-man{
    margin: -10px 0 32px 0;
}
.container-select-man{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    margin-top: 35px;
}
.title-select-man{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333854;
}
.unit-select-man{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 25px 30px;
}
.left-unit-select-man{
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}
.content-select-man{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 100%;
    flex-grow: 1;
}
.text-content-select-man{
    font-size: 13px;
    line-height: 19px;
    color: #333333;
    display: block;
    margin: 25px 0 20px 0;
}
.right-unit-select-man{
    box-sizing: border-box;
    margin-left: 28px;
    padding-left: 28px;
    border-left: 1px solid #EDEDED;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 165px;
    min-width: 165px;
}
.right-unit-select-man .block-cost-order{
    margin-bottom: 16px;
}
.right-unit-select-man .btn-result-work{
    width: 135px;
    min-width: 135px;
}
.worker-end{
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    box-sizing: border-box;
    padding: 13px 0 0 16px; 
    background-image: url(/local/templates/fl/css/../img/fb.svg);
    background-repeat: no-repeat;
    background-position: 0 16px;
    background-size: 10px auto;
    border-top: 1px solid #EDEDED;
}
.bold{
    font-weight: 700;
}
.custom-clear-text{
    background-image: url(/local/templates/fl/css/../img/clear.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 21px;
    top: 15px;
    cursor: pointer;    
}
.active-clear-text.container-select-unit-block-new_order:after{
    display: none;
}
/*pagination start*/
.pagination {
    font-size: 12px;
    line-height: 14px;
    color: #999999;
    display: block;
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    /*margin-top: 10px;*/
}
.pagination .text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
    flex-wrap: wrap;
}
.no-strel{
    cursor: no-drop;
    opacity: 0.5;
}
.pagination a,
.pagination b,
.no-strel{
    border-radius: 100%;
    color: #333;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 4px;
    border: 1px solid transparent;
}
html body .pagination b{
    color: white;
    background: #96C901;
    border-color: #cfcfcf;
    box-shadow: 0px 3px 4px rgba(150, 201, 1, 0.23);
    cursor: default;
}
/*pagination end*/


/*page contacts ...*/
.block-soc-net{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.unit-soc-net{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	width: 40px;
	height: 40px;
	position: relative;
	border-radius: 4px;
	margin: 5px;
	transition: 0.4s;
	box-sizing: border-box;
}
.unit-soc-net:hover{
	top: -2px;
}
.link-mail-contacts {
    color: #4dab08;
    font-weight: 500;
    text-decoration: none;
}
html body .container_caption_in-right{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
}
.block_caption_in-right{
	
}
.container_caption_in-right .caption-antiplagiat{
	margin: 14px 0 14px 14px;
}
.container-sort{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}
.block-sort{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-grow: 1;
}
.caption-sort{
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}
.select-sort{
	background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px 11px;
    width: 100%;
    max-width: 172px;
    min-height: 30px;
	font-size: 12px;
	line-height: 14px;
    color: #838383;
    margin-left: 11px;
    outline: none;
}
.block-sort_count{
	display: block;
	width: auto;
	font-size: 14px;
	line-height: 16px;
}

	






@media (max-width: 1000px){
	.block-custom_filter .unit-block-new_order{
		width: 100%;
	}
    .block-checked-man{
        flex-direction: column;
        justify-content: center;
    }
    .avatar-info-checked-man{
        margin: 15px 0;
    }
    .block-status-order{
        margin: 15px 0 0 0;
    }
    .title-left-unit-content-order{
        margin: 10px 0;
        font-size: 20px;
        line-height: 24px;
    }
    .title-front {
        font-size: 34px;
        line-height: 42px;
    }
    .day-garant-how_work{
        margin-top: -24px;
    }
    .date-garant-how_work{
        margin:  -15px 0 10px 0;
    }
    .block-garant-how_work{
        flex-direction: column;
        text-align: center;
    }
    .container-feedback,
    .container-how_work-decor,
    .container-why,
    .container-page-center{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .slider-feedback .slick-dots{
        margin: 25px 0 0 0;
    }
    .block-how_work,
    .block-why{
        margin-top: 40px;
    }
    .slider-feedback,
    .link-why{
        margin-top: 30px;
    }
}
@media (max-width: 850px){
    .block-content-order{
        flex-direction: column;
    }
    .aside{
        margin-bottom: 10px;
        max-width: 100%;
        position: relative;
    }
    .unit-aside{
        margin-top: 20px;
    }
    .content-order{
        max-width: 100%;
    }
}
@media (max-width: 800px){
    .double-unit-block-new_order{
        flex-direction: column;
        align-items: flex-start;
    }
    .woman-img-front{
        display: none;
    }
    .block-decor-img-front{
        margin: 0;
        width: 100%;
        min-width: 100%;
        padding: 0;
        position: absolute;
        height: 100%;
        left: 15px;
        top: 0;
    }
    .text-front{
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 100%;
        text-align: center;
    }
    .link-front{
        margin: 25px auto 0 auto;
    }
}
@media (max-width: 700px){
	html body .container_pl_needed{
		width: 100%;
    	margin: 15px 0 0 0;
	}
    .modal-container-polit{
        padding: 25px 20px !important;
    }
    .modal-close-polit{
        top: 10px;
        right: 10px;
    }
    .title,
    .title-garant-how_work,
    .title-modal-polit,
    .title-why{
        font-size: 26px;
        line-height: 30px;
        text-align: center;
    }
    h2{
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
    }
    h3{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }
}
@media (max-width: 600px){
	
	.unit-status-order{
		margin-top: 3px;
		max-width:100% !important;
	}
	.block-status-order{
		margin: 10px 0 0 0;
		flex-direction: column;
	}
	.nav_f{
		margin: 0;
		flex-wrap: wrap;
		justify-content: center;
	}
	
    .unit-select-man{
        padding: 25px 20px;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .text-content-select-man{
        margin: 15px 0;
    }
    .text-checked-man {
        background-size: 17px auto;
        min-height: 25px;
        padding-left: 25px;
        font-size: 18px;
        line-height: 21px;
    }
    .right-unit-select-man{
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 20px 0 0 0;
        padding: 0;
        border: none;
    }
    .right-unit-select-man .block-cost-order {
        margin-bottom: 0;
        text-align: center;
    }
    .btn-result-work{
        margin: 15px 0 0 0;
    }
    .right-block-result-work{
        width: 100%;
        align-items: center;
    }
    .left-block-result-work{
        width: 100%;
    }
    .block-result-work,
    .block-cart-tz{
        flex-direction: column;
        align-items: flex-start;
        padding: 25px 20px;
    }
    .title-container-modal{
        margin-bottom: 25px;
    }
    html body .container-modal{
        padding: 25px 20px;
    }
    .btn-custom-new_order{
        margin-top: 30px;
    }
    .block-antiplagiat{
        flex-direction: column;
        align-items: flex-start;
        margin-top: 7px;
    }
    .block-antiplagiat .select-antiplagiat{
        max-width: 100%;
        margin: 0; 
    }
    .block-antiplagiat .radio__text{
        margin: 0 0 10px 0;
    }
    .link-file-right-unit-content-order {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }
    .block-info-tz {
        justify-content: center;
    }
    .text-info-tz.cancel_order,
    .text-info-tz.cancel_cancel_order {
        margin-left: 0!important;
    }
}
@media (max-width: 550px){
	.container-sort{
		flex-direction: column;
		align-items: flex-start;
	}
	.block-sort_count{
		margin-top: 10px;
	}
	html body .container_caption_in-right{
		flex-direction: column;
		align-items: flex-start;
	}
	.container_caption_in-right .caption-antiplagiat {
	    margin: 14px 0;
	}	
	.container-custom_filter{
		padding: 15px 20px;
	}
    .aside-row{
        padding: 20px;        
    }
    .right-unit-content-order{
        padding: 0;
        margin: 20px 0 0 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .unit-content-order{
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 20px;
    }
}
@media (max-width: 400px){
    .container-date-unit-block-new_order,
    .btn-custom-new_order{
        max-width: 100%;
        width: 100%;
    }
    .title-front {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 375px){
    .block-polit{
        flex-direction: column;
        align-items: flex-start;
    }
    .block-polit a{
        margin-left: 0;
    }
}



.ypay{
	padding: 5px 10px 5px 10px;
	display: inline-block;
	cursor: pointer;
	margin: 0px 20px 10px 0;
}
.ypay.sel{
	padding: 5px 10px 3px 10px;
	border-bottom: 2px solid #96C901;
	cursor: default;
}
.ypay_submit{
	padding: 8px 10px 9px 10px;
	margin-top: 20px;
	background: #96C901;
	color: white;
	cursor: default;
	font-size: 1em;
	border: none;
	cursor: pointer;
}
.ypay_submit:hover{
	background: #88B700;
}
.webform-field-upload-list a.upload-file-name{
	color: #96C901;
}
.webform-field-upload{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.webform-small-button.webform-button-replace,
.webform-small-button.webform-small-button{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 36px;
    padding: 5px 23px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 15px auto;
    text-decoration: none;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    min-width: 223px;
    margin: 0;
    text-transform: uppercase;
    min-width: 223px;
    font-weight: 500;
    cursor: pointer;
}
.container-upload_modal{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.container-upload_modal .webform-field-upload{
	align-items: center;
	justify-content: center;
}
.container-upload_modal .webform-small-button.webform-small-button{
	height: 34px;
	min-height: 34px;
	padding: 5px 17px;
	min-width: 169px;
}
.webform-small-button.webform-button-replace{
	background: linear-gradient(270deg, #a2a89a 0%, #777b6c 100%);	
}
.webform-small-button .webform-button-replace:hover,
.webform-field-upload .webform-small-button:hover{
    box-shadow: 0 0 3px 1px #8BDD15;
}
.webform-field-upload-list.webform-field-upload-list-single:empty ~ .webform-field-upload .webform-button-upload,
.webform-field-upload-list.webform-field-upload-list-single ~ .webform-field-upload .webform-button-replace{
	display: inline-flex;
}
.file-input .webform-field-upload input[type=file], .file-input .webform-field-upload input[type=button]{
	cursor: pointer;
}
.webform-field-upload-list.webform-field-upload-list-single{
	font-size: 18px;
}
.container_pl_needed{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: 100%;
	margin: 5px 15px;
}
.hr-custom{
	display: block;
	width: 100%;
	height: 1px;
	background-color: grey;
	margin: 10px 0 4px 0;
}
.btn-mail_on-seo{
	text-transform: initial;
	font-size: 16px;
	text-decoration: none;
	max-width: 233px;
}
#confirm_performer{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: 
}
.btn-center{
	margin-right: auto;
	margin-left: auto;
}
.change_profile_photo #ca_button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 36px;
    padding: 5px 23px;
    box-sizing: border-box;
    background: linear-gradient(270deg, #8BDD15 0%, #A8D81B 100%);
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 15px auto;
    text-decoration: none;
    transition: 0.2s;
    border: none;
    cursor: pointer;
    min-width: 223px;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    min-width: 223px;
    font-weight: 500;
    cursor: pointer;
}
.change_profile_photo #ca_button:hover{
	box-shadow: 0 0 3px 1px #8BDD15;
}
.change_profile_photo #ca_block{
	margin-top: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
}
.change_profile_photo input[type="checkbox"],
.container-checkbox input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.change_profile_photo input[type="checkbox"] + label,
.container-checkbox input[type="checkbox"] + label {
	position: relative;
	padding: 0 0 0 28px;
	cursor: pointer;
}
.change_profile_photo input[type="checkbox"] + label:before,
.container-checkbox input[type="checkbox"] + label:before{
	content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 2px;
}
.change_profile_photo input[type="checkbox"] + label:after,
.container-checkbox input[type="checkbox"] + label:after {
	content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: .2s;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #96C901;
    background-image: url(/local/templates/fl/css/../img/check.svg);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: 50% 50%;
}
.change_profile_photo input[type="checkbox"]:checked + label:before,
.container-checkbox input[type="checkbox"]:checked + label:before {
	background: #9FD468;
}
.change_profile_photo input[type="checkbox"]:checked + label:after,
.container-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}
.container-page-center div.soc-serv-title{
    margin: 25px 0 0 0;
    max-width: 370px;
    box-sizing: border-box;
    padding: 7px;
    height: auto;
}
.container-page-center div.soc-serv-accounts,
.container-page-center div.soc-serv-accounts table{
    width: 100%;
	max-width: 370px;
}
.container-page-center tr.soc-serv-header,
.container-page-center div.soc-serv-accounts{
	color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: 'roboto';
}
.container-page-center .soc-serv-link{
	text-decoration: none;	
}
.checkbox-checkbox{
	display: block;
	width: 100%;
	margin: 2px 0;
	font-size: 15px;
}

.title-unit-form-inside ~ .checkbox-checkbox:nth-child(2){
	margin-top: 16px;
}

/* me added*/
.header-message{
    background-color: #f4f2d5;
    padding: 7px 0;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 2px 2px 0px #4cad0e;
}

.pointer {
	cursor: pointer;
}

/* End */


/* Start:/local/templates/fl/css/style-header.css?159143928414399*/
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-black-webfont.svg#roboto_blackregular') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-italic-webfont.svg#robotoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-light-webfont.svg#roboto_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-medium-webfont.svg#roboto_mediumregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'roboto';
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.eot');
    src: url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.woff2') format('woff2'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.woff') format('woff'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.ttf') format('truetype'),
         url('/local/templates/fl/css/../fonts/roboto/roboto-thin-webfont.svg#roboto_thinregular') format('svg');
    font-weight: 100;
    font-style: normal;
}
html, body{
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    font-size: 16px; 
    font-weight: 400;
    font-family: 'roboto';
    box-sizing: border-box;
    color: #333854;
    position: relative;
}
.wrapper{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    overflow: hidden;
}
main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    max-width: 100%;
    width: 100%;
}
.container{
    max-width: 1200px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.container-fluid{
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

/*header start*/

.front-page header{
    background: linear-gradient(333.22deg, #1FEBC6 0.46%, #4FA800 100%), #F8F7FF;
}
header{
    background: linear-gradient(204deg, #1FEBC6 0.46%, #4FA800 100%), #F8F7FF;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    box-sizing: border-box;
    padding-top: 28px;
    padding-bottom: 28px;
}
.block-logo{
    width: 100%;
    max-width: 217px;
    height: auto;
}
.logo-img{
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
.nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 650px;
    flex-grow: 1;
    margin: 0 20px;
}
.nav_f{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 430px;
    flex-grow: 1;
    margin: 0 20px;
}
.unit-nav{
    color: white;
    font-weight: 500;
    letter-spacing: -0.03em;
    position: relative;
    top: 2px;
    box-sizing: border-box;
    padding: 2px 5px;
    text-decoration: none;
    box-sizing: border-box;
}
.unit-nav:after,
.login-authorization:after,
.registration-authorization:after{
    content: "";
    background-color: #FFC359;
    width: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 2px;
    transition: 0.3s;
}
.unit-nav:hover:after,
.login-authorization:hover:after,
.registration-authorization:hover:after{
    width: 100%;
}
.authorization{
    box-sizing: border-box;
    width: 100%;
    max-width: 199px;
    min-height: 48px;
    /*border: 2px solid #A0EECC;*/
    border-radius: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px;
    font-size: 14px;
    line-height: 16px;
    color: white;
    letter-spacing: -0.03em;
    transition: 0.2s;
    animation-name: authorization-border-lite;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes authorization-border-lite{
    0%{
        box-shadow: 0 0 0 2px #A0EECC;
    }
    75%{
        box-shadow: 0 0 1px 4px #A0EECC;
    }
    100%{
        box-shadow: 0 0 0 2px #A0EECC;
    }
}
/*@keyframes authorization-border{
    0%{
        box-shadow: -2px 0 #A0EECC, 0 -2px #4fa800, 2px 0px #A0EECC, 0px 2px #1febc6;
    }
    25%{
        box-shadow: 0 -2px #A0EECC, 2px 0px #4fa800, 0px 2px #A0EECC, -2px 0px #1febc6;
    }
    50%{
        box-shadow: 2px 0px #A0EECC, 0px 2px #4fa800, -2px 0px #A0EECC, 0 -2px #1febc6;
    }
    75%{
        box-shadow: 0px 2px #A0EECC, -2px 0px #4fa800, 0 -2px #A0EECC, 2px 0px #1febc6;
    }
    100%{
        box-shadow: -2px 0px #A0EECC, 0 -2px #4fa800, 2px 0px #A0EECC, 0 2px #1febc6;
    }
}*/
.decor-authorization{
    width: 27px;
    min-width: 27px;
    height: 27px;
    margin-right: 13px;
    background-color: #A0EECC;
    border-radius: 100%;
    background-image: url(/local/templates/fl/css/../img/man.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 11px auto;
}
.login-authorization,
.registration-authorization{
    color: white;
    padding: 2px 0 1px 0;
    position: relative;
    text-decoration: none;
}
.login-authorization:after,
.registration-authorization:after{
    height: 1px;
}
.break-authorization{
    margin: 0 5px;
    display: inline-block;
}
.registration-authorization{

}
.header-flex-break{
    display: none;
}


/*nav mobile start*/
.nav-mobile-block {
    cursor: pointer;
    display: none;
    margin-left: 0;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    text-transform: uppercase;
    font-size: 19px;
    margin: 0;
    text-align: right;
    background-color: transparent;
    color: #333854;
}
.nav-mobile-block > span{
    position: relative;
    bottom: -1px;
    display: none;
}
.nav-mobile-container-line {
    width: 40px;
    height: 20px;
    min-width: 40px;
    min-height: 20px;
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav-mobile-line:nth-child(1) {
    top: 4px;
}
.nav-mobile-line:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.nav-mobile-line:nth-child(3) {
    bottom: 0;
}
.active-menu .nav-mobile-line:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 5px;
}
.active-menu .nav-mobile-line:nth-child(2) {
    width: 0;
}
.active-menu .nav-mobile-line:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.nav-mobile-line {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: 0.2s;
}
/*nav mobile end*/

/*mobile menu start*/

.mobile-menu-fixed{
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 888;
    background: #fafafa;
    width: 250px;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 7px #9e9e9e4d;
    transition: 0.4s;
}
.title_menu-fixed{
    font-family: 'roboto';
    font-weight: 500;
    font-size: 26px;
}
.mobile-menu-fixed .nav__menu-fixed{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    width: 100%;
}
.mobile-menu-fixed .sub-menu{
    width: 100%;
    max-width: 100%;
    background-color: transparent;
}
.modal-close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 18px;
    top: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(/local/templates/fl/css/../img/close-modal.svg);
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.modal-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav__menu-fixed .unit-nav{
    color: #333854;
    margin-bottom: 12px;
}
.nav__menu-fixed .unit-nav:last-child{
    margin-bottom: 0;
}
/*mobile menu end*/

.success-authorization{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}
.avatar-success-authorization{
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 100%;
    border: 2px solid #A0EECC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-right: 21px;
}
.a-s-a_customer:after{
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    top: 9px;
    right: -9px;
    border-radius: 100%;
    background-image: url(/local/templates/fl/css/../img/rub.svg), linear-gradient(270deg, #FFC359 0%, #F79716 100%);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% 50%;     
}
.text-success-authorization{
    max-width: 100%;
    display: block;
}
.many-success-authorization{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    display: block;
}
.inside-success-authorization,
.outside-success-authorization{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #FFFFFF;
    transition: 0.2s;
    display: inline-block;
}
.inside-success-authorization:hover,
.outside-success-authorization:hover{
    text-decoration: none;
}
.inside-success-authorization{
    margin-right: 8px;
}



@media (max-width: 1200px){
    .header .nav{
        display: none;
    }
    .nav-mobile-block{
        display: flex;
        margin-left: 15px;
    }
}
@media (max-width: 800px){
    .front-page header{
        border-bottom: 1px solid #f2f1f9;
    }
}
@media (max-width: 600px){
    .header-flex-break{
        display: block;
        width: 100%;
        order: 2;
    }
    .header{
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .authorization,
    .success-authorization{
        order: 3;
        margin: 20px auto 0 auto;
    }
}

/* End */


/* Start:/local/templates/fl/css/style-footer.css?15914392841250*/
.container-footer{
	background-color: #4E4D4D;
	padding-top: 34px;
	padding-bottom: 34px;
}
.footer{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.footer .nav{
	margin: 0;
}
.row-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.footer .block-logo{
	max-width: 144px;
}
.footer-cart{
	max-width: 348px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 20px;
}
.copyright{
	width: 100%;
	text-align: center;
	margin-top: 22px;
	display: block;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: -0.03em;
	color: #C4C4C4;
}
.copyright a{
	color: #96C901;
	text-decoration: none;
	transition: 0.2s;
}
.copyright a:hover{
	text-decoration: underline;
}
.footer-flex-break{
	display: none;
}
@media (max-width: 1000px){
	.footer-flex-break{
		display: block;
		width: 100%;
	}
	.footer .nav{
	    margin: 15px auto;
	    flex-wrap: wrap;
	}
	.copyright{
		margin-top: 10px;
	}
	.footer-cart{
		margin: 0 0 0 15px;
	}
}
@media (max-width: 600px){
	.row-footer{
		flex-direction: column;
		justify-content: center;
	}
	.footer-cart{
		margin: 15px 0 0 0;
	}
	.container-footer{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/* End */


/* Start:/local/templates/fl/js/fancybox/jquery.fancybox.min.css?159143928413769*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/fl/css/slick/slick.css?15914392841776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/fl/css/slick/slick-theme.css?15914392843145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/fl/css/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/fl/css/slick/./fonts/slick.eot');
    src: url('/local/templates/fl/css/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/fl/css/slick/./fonts/slick.woff') format('woff'), url('/local/templates/fl/css/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/fl/css/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/fl/js/air-datepicker/css/datepicker.min.css?159213996812259*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:99995}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/fl/js/overlayscrollbars/css/OverlayScrollbars.min.css?159143928419440*/
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.6.3
 *
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 31.01.2019
 */
html.os-html,html.os-html > .os-host{display:block;overflow:hidden;box-sizing:border-box;height:100%!important;width:100%!important;min-width:100%!important;min-height:100%!important;margin:0!important;position:absolute!important}html.os-html > .os-host > .os-padding{position:absolute}body.os-dragging,body.os-dragging *{cursor:default}.os-host,.os-host-textarea{position:relative;overflow:visible!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start}.os-host-flexbox{overflow:hidden!important;display:-webkit-box;display:-ms-flexbox;display:flex}.os-host-flexbox > .os-size-auto-observer{height:inherit!important}.os-host-flexbox > .os-content-glue{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.os-host-flexbox > .os-size-auto-observer,.os-host-flexbox > .os-content-glue{min-height:0;min-width:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:1;flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto}#os-dummy-scrollbar-size{position:fixed;opacity:0;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);visibility:hidden;overflow:scroll;height:500px;width:500px}#os-dummy-scrollbar-size > div{width:200%;height:200%;margin:10px 0}#os-dummy-scrollbar-size,.os-viewport{-ms-overflow-style:scrollbar!important}.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner{display:none!important;width:0!important;height:0!important;visibility:hidden!important;background:transparent!important}.os-content-glue{box-sizing:inherit;max-height:100%;max-width:100%;width:100%;pointer-events:none}.os-padding{box-sizing:inherit;direction:inherit;position:absolute;overflow:visible;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:1}.os-host-overflow > .os-padding{overflow:hidden}.os-viewport{direction:inherit!important;box-sizing:inherit!important;resize:none!important;outline:none!important;position:absolute;overflow:hidden;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.os-content-arrange{position:absolute;z-index:-1;min-height:1px;min-width:1px;pointer-events:none}.os-content{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:100%;height:100%;width:100%;visibility:visible}.os-content > .os-textarea{box-sizing:border-box!important;direction:inherit!important;background:transparent!important;outline:0 none transparent!important;overflow:hidden!important;position:absolute!important;display:block!important;top:0!important;left:0!important;margin:0!important;border-radius:0!important;float:none!important;-webkit-filter:none!important;filter:none!important;border:none!important;resize:none!important;-webkit-transform:none!important;transform:none!important;max-width:none!important;max-height:none!important;box-shadow:none!important;-webkit-perspective:none!important;perspective:none!important;opacity:1!important;z-index:1!important;clip:auto!important;vertical-align:baseline!important;padding:0}.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea{right:0!important}.os-content > .os-textarea-cover{z-index:-1;pointer-events:none}.os-content > .os-textarea[wrap='off']{white-space:pre!important;margin:0!important}.os-text-inherit{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;font-variant:inherit;text-transform:inherit;text-decoration:inherit;text-indent:inherit;text-align:inherit;text-shadow:inherit;text-overflow:inherit;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;unicode-bidi:inherit;direction:inherit;color:inherit;cursor:text}.os-resize-observer,.os-resize-observer-host{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.os-resize-observer-host{padding:inherit;border:inherit;border-color:transparent;border-style:solid;box-sizing:border-box}.os-resize-observer-host:after{content:''}.os-resize-observer-host > .os-resize-observer,.os-resize-observer-host:after{height:200%;width:200%;padding:inherit;border:inherit;margin:0;display:block;box-sizing:content-box}.os-resize-observer.observed,object.os-resize-observer{box-sizing:border-box!important}.os-size-auto-observer{box-sizing:inherit!important;height:100%;width:inherit;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;-webkit-box-flex:inherit;-ms-flex-positive:inherit;flex-grow:inherit;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0}.os-size-auto-observer > .os-resize-observer{width:1000%;height:1000%;min-height:1px;min-width:1px}.os-resize-observer-item{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:-1;opacity:0;direction:ltr!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer-item-final{position:absolute;left:0;top:0;-webkit-transition:none!important;transition:none!important;-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.os-resize-observer{-webkit-animation-duration:.001s;animation-duration:.001s;-webkit-animation-name:hs-resize-observer-dummy-animation;animation-name:hs-resize-observer-dummy-animation}.os-host-transition > .os-scrollbar,.os-host-transition > .os-scrollbar-corner{-webkit-transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s;transition:opacity 0.3s,visibility 0.3s,top 0.3s,right 0.3s,bottom 0.3s,left .3s}html.os-html > .os-host > .os-scrollbar{position:absolute;z-index:999999}.os-scrollbar,.os-scrollbar-corner{position:absolute;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);z-index:1}.os-scrollbar-corner{bottom:0;right:0}.os-scrollbar{pointer-events:none}.os-scrollbar-track{pointer-events:auto;position:relative;height:100%;width:100%;padding:0!important;border:none!important}.os-scrollbar-handle{pointer-events:auto;position:absolute;width:100%;height:100%}.os-scrollbar-handle-off,.os-scrollbar-track-off{pointer-events:none}.os-scrollbar.os-scrollbar-unusable,.os-scrollbar.os-scrollbar-unusable *{pointer-events:none!important}.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle{opacity:0!important}.os-scrollbar-horizontal{bottom:0;left:0}.os-scrollbar-vertical{top:0;right:0}.os-host-rtl > .os-scrollbar-horizontal{right:0}.os-host-rtl > .os-scrollbar-vertical{right:auto;left:0}.os-host-rtl > .os-scrollbar-corner{right:auto;left:0}.os-scrollbar-auto-hidden,.os-padding + .os-scrollbar-corner,.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner{opacity:0;visibility:hidden;pointer-events:none}.os-scrollbar-corner-resize-both{cursor:nwse-resize}.os-host-rtl > .os-scrollbar-corner-resize-both{cursor:nesw-resize}.os-scrollbar-corner-resize-horizontal{cursor:ew-resize}.os-scrollbar-corner-resize-vertical{cursor:ns-resize}.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize{cursor:default}.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical{top:0;bottom:0}.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal{right:0;left:0}.os-scrollbar:hover,.os-scrollbar-corner.os-scrollbar-corner-resize{opacity:1!important;visibility:visible!important}.os-scrollbar-corner.os-scrollbar-corner-resize{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);background-repeat:no-repeat;background-position:100% 100%;pointer-events:auto!important}.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.os-host-overflow{overflow:hidden!important}@-webkit-keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}@keyframes hs-resize-observer-dummy-animation{from{z-index:0}to{z-index:-1}}.os-theme-none > .os-scrollbar-horizontal,.os-theme-none > .os-scrollbar-vertical,.os-theme-none > .os-scrollbar-corner{display:none!important}.os-theme-none > .os-scrollbar-corner-resize{display:block!important;min-width:10px;min-height:10px}.os-theme-dark > .os-scrollbar-horizontal,.os-theme-light > .os-scrollbar-horizontal{right:10px;height:10px}.os-theme-dark > .os-scrollbar-vertical,.os-theme-light > .os-scrollbar-vertical{bottom:10px;width:10px}.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,.os-theme-light.os-host-rtl > .os-scrollbar-horizontal{left:10px;right:0}.os-theme-dark > .os-scrollbar-corner,.os-theme-light > .os-scrollbar-corner{height:10px;width:10px;background-color:transparent}.os-theme-dark > .os-scrollbar,.os-theme-light > .os-scrollbar{padding:2px;box-sizing:border-box;background:transparent}.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,.os-theme-light > .os-scrollbar.os-scrollbar-unusable{background:transparent}.os-theme-dark > .os-scrollbar > .os-scrollbar-track,.os-theme-light > .os-scrollbar > .os-scrollbar-track{background:transparent}.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle{min-width:30px}.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle{min-height:30px}.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{-webkit-transition:background-color .3s;transition:background-color .3s}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,.os-theme-dark > .os-scrollbar > .os-scrollbar-track,.os-theme-light > .os-scrollbar > .os-scrollbar-track{border-radius:10px}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(0,0,0,0.4)}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(255,255,255,0.4)}.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(0,0,0,.55)}.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle{background:rgba(255,255,255,.55)}.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active{background:rgba(0,0,0,.7)}.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active{background:rgba(255,255,255,.7)}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;display:block}.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before{display:none}.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before{top:-6px;bottom:-2px}.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{left:-6px;right:-2px}.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before{right:-6px;left:-2px}
/* End */
/* /local/templates/fl/css/site.css?159726914858843 */
/* /local/templates/fl/css/style-header.css?159143928414399 */
/* /local/templates/fl/css/style-footer.css?15914392841250 */
/* /local/templates/fl/js/fancybox/jquery.fancybox.min.css?159143928413769 */
/* /local/templates/fl/css/slick/slick.css?15914392841776 */
/* /local/templates/fl/css/slick/slick-theme.css?15914392843145 */
/* /local/templates/fl/js/air-datepicker/css/datepicker.min.css?159213996812259 */
/* /local/templates/fl/js/overlayscrollbars/css/OverlayScrollbars.min.css?159143928419440 */
