/* GLOBAL SETTINGS */
html{height: auto;}
body{height: auto; overflow: visible;}
html.overflow-menu, html.overflow-menu body{overflow: hidden;}
html.overflow-menu{position:fixed;}
.row-0,.no-padd .row{margin-left: 0;margin-right: 0;}
.row-0 div,.no-padd .row div[class^="col"]{padding-left: 0;padding-right: 0;}
.row-16{margin-left:-6px;margin-right:-6px;}
.row-16 div[class^="col"]{padding-left:6px;padding-right:6px;}
.row-50{margin-left:-25px;margin-right:-25px;}
.row-50 div[class^="col"]{padding-left:25px;padding-right:25px;}
.separator{position:relative;display:block;width:100%;height:1px;background:#d3d3d3;}
.align-content >*{margin:0 auto;}
.upper{text-transform:uppercase;}
.no-padd{padding:0;}
.no-margin{margin-left:-15px;margin-right:-15px;}
.section{position:relative;}
.section.full-height{height:100vh;}
.mt-30{margin-top:30px;}
.mt-35{margin-top:35px;}
.mt-40{margin-top:40px;}
.mt-45{margin-top:45px;}
.mt-50{margin-top:50px;}
.mb-30{margin-bottom:30px;}
.mb-35{margin-bottom:35px;}
.mb-40{margin-bottom:40px;}
.mb-45{margin-bottom:45px;}
.mb-50{margin-bottom:50px;}
.mb-90{margin-bottom:90px;}
.pt-40{padding-top:40px;}
.pb-80{padding-bottom:40px;}
.h-100{height:100vh;min-height:100vh;}
.js-height-page{position:relative;display:block;}
@media(max-width:575px){
	.mt-50{margin-top:30px;}
}


.alert-search {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    left: 0;
    top: calc(100% + 10px);
    display: flex;
    padding: 15px 20px 18px;
    max-width: 100%;
    transition: all 0.3s;
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}
.alert-search.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}
.alert-search:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: 100%;
    background: url(../img/alert-arrow.png) center no-repeat;
    width: 12px;
    height: 5px;
    background-size: contain;
}
.alert-search .icon {
    width: 20px;
    height: 20px;
}
.alert-search p {
    max-width: calc(100% - 20px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 22px;
}
.alert-search a {
    text-decoration: none;
    position: relative;
}
.alert-search a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -3px;
    height: 1px;
    width: 100%;
    transition: all 0.3s;
    background: #EF801A;
}

@media ( min-width:1200px ){
    .alert-search a:hover:after {
        width: 0%;
    }
    .alert-search a:hover {
        text-decoration: none;
    }
}
@media ( max-width:767px ){
    .alert-search p{
        line-height: 22px;
    }
}
/* FORM ELEMENTS */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color:#626262;opacity:1;font-size:14px;font-family: 'Nunito Sans', sans-serif;}
input:-moz-placeholder, textarea:-moz-placeholder{color:#626262;opacity:1;font-size:14px;font-family: 'Nunito Sans', sans-serif;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#626262;opacity:1;font-size:14px;font-family: 'Nunito Sans', sans-serif;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color:#626262;opacity:1;font-size:14px;font-family: 'Nunito Sans', sans-serif;}
textarea::placeholder{color:#626262;opacity:1;font-size:14px;line-height:22px;font-family: 'Nunito Sans', sans-serif;}
input, textarea, select{border-radius:0;background:none;border:none;margin:0;width:100%;padding:0;-webkit-appearance: none;}
textarea{display: block; resize: none; overflow: auto;font-family: 'Nunito Sans', sans-serif;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance:none;appearance:none;margin:0;}
button{background:none;border:0px none;}
input[type=number]{-moz-appearance:textfield;}
input[type="submit"], input[type="file"]{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;border: none;cursor: pointer;z-index:2;font-size: 0;}
input[type=search]::-ms-reveal,input[type=search]::-ms-clear,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration,select::-ms-expand,input::-ms-clear{display:none;width:0;height:0;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{display:none;}
.input{position:relative;font-size:14px;height:48px;padding:0 15px;color:#1f1f1f;font-weight:400;z-index:2;-webkit-transition: 0.3s;transition: 0.3s;border-radius:3px;text-align:left;background:#fff;font-family: 'Nunito Sans', sans-serif;border: 1px solid #E9E9E9;}
.input-label{position: relative;display:block;font-size:13px;line-height:13px;color:#1f1f1f;margin-bottom:10px;font-weight:500;}
.input-hint{position: relative;display:block;font-size:12px;line-height:11px;color:#626262;margin-top:7px;font-weight:400;}
.counter-max-symbols, .notices {display:block;font-size:12px;line-height:1em;color:#929292;font-weight:400;margin-top:7px;text-align: left;}
.input-label-with-count{display: -ms-flexbox;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;}
.input-label-with-count .input-label,.input-label-with-count .counter-max-symbols{margin:0;}
textarea.input{height:48px;padding-top:14px;padding-bottom:10px;line-height:22px;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
textarea.input{height:96px; padding: 13px 14px;}
textarea.input.focus{height:100px;}
.input-field-wrapp{position:relative;margin-bottom:15px;}
.input:focus{border-color:#EF7F1A;}
.input::placeholder{color: #626262;}
.input-field-wrapp.size-2 textarea.input{height:100px}
.input-field-wrapp.fail .input{color:#C13127;box-shadow:0 0 0 1px #C13127;}
.input-field-wrapp.fail input::placeholder{color:#C13127;}
.input-error{position:relative;color: #C13127;font-weight:400;font-size:0;line-height:0;white-space: nowrap;overflow: hidden;-webkit-transition:0.2s;transition:0.2s;}
.form-error .input-error{font-size:12px;line-height:18px;}

.input-correct{color: #2E9700;border-color: #2E9700;}
.input-incorrect{color: #C13127;;border-color: #C13127;}

@media ( max-width:1480px ){
    .input{
        height: 40px;
    }
}
/*checkbox radio*/
.radiobox-wrapper{position: relative;}
.radiobox-wrapper .radiobox-item{margin-bottom:15px;display: block;font-size:0;}
.radiobox-wrapper .radiobox-item:last-child{margin-bottom: 0;}
.radiobox-wrapper .radiobox-item .checkbox-entry{display:block;}
.radiobox-inline .radiobox-item{margin-right:35px;display:inline-block;font-size:0;}
.radiobox-inline .radiobox-item:last-child{margin-right:0;}
.checkbox-entry{position: relative;display: inline-block;cursor: pointer;font-size:0;}
.checkbox-entry input{display: none;}
.checkbox-entry span{position: relative;font-size:13px;min-height:18px;line-height:18px;font-weight:400;padding-left:28px;display: inline-block;color:#626262;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.checkbox-entry span a{color:#2c4dca;position: relative;}
.checkbox-entry span:before{content: "";position: absolute;left:0;top:0;width:18px;height:18px;box-sizing: border-box;border:1px solid #EF801A;border-radius:50%;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;background:#fff;}
.checkbox-entry span:after{content: "";position: absolute;left:5px;top:5px;width:8px;height:8px;border-radius:50%;background:#EF801A; -webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.checkbox-entry input:checked + span{color:#1f1f1f;}
.checkbox-entry input:checked + span:after{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
.checkbox-entry img{display:inline-block;padding-left:12px;vertical-align:top;height:16px;}
/*type checkbox*/
.checkbox-wrapper{position: relative;}
.checkbox-wrapper .checkbox-item{margin-bottom:15px;display: block;font-size:0;}
.checkbox-wrapper .checkbox-item:last-child{margin-bottom:0;}
.checkbox-wrapper .checkbox-item .checkbox-entry{display:block;}
.checkbox-entry.checkbox span{position: relative;font-size:14px;min-height:18px;line-height:16px;font-weight:400;padding-left:28px;padding-top:2px;display: inline-block;color:#626262;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.checkbox-entry.checkbox span:before{border-radius:3px;width:18px;height:18px;border: 1px solid #E9E9E9;}
.checkbox-entry.checkbox span:after{content:"";position: absolute;left:5px;top:6px;width: 8px;height: 4px;border-left: 1px solid #3EAA08;border-bottom: 1px solid #3EAA08;border-radius: 0;background: none;-webkit-transform: rotate(-45deg) scale(1);-webkit-transform: rotate(-45deg) scale(1);backface-visibility: hidden;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;opacity: 0;}
.checkbox-entry.checkbox input:checked + span{color:#323232;}
.checkbox-entry.checkbox input:checked + span:before{border-color:#3EAA08;}
.checkbox-entry.checkbox input:disabled + span:before{border-color:#3EAA08;background-color: #e8e8e8;}
.checkbox-entry.checkbox input:checked + span:after{-webkit-transform: rotate(-45deg) scale(1);-webkit-transform: rotate(-45deg) scale(1);}

.form-control{
    color: #1f1f1f;
    font-size: 14px;
    height: 48px;
    transition: all 0.3s;
}
.form-control::placeholder{
    color: #626262;
    font-size: 14px;
}
.form-control.sm{
    height: 40px;
}


/*upload file*/
.input-field input[type="file"]{display: none;}
.upload-file{display:block;}
.upload-file .wrapp-file{position: relative;font-size: 13px;line-height: 20px;color: #626262;font-weight: 400;display: block;padding-right: 35px;}
.upload-file .wrapp-file img{position: absolute;width: 20px;height: 20px;top: 0;right: 5px;display: block;}
.upload-file .wrapp-file .file-name i{color:#cecece;}
.remove-file{position: absolute;top:50%;left:15px;margin-top:-6px;width: 13px;height: 13px;display: inline-block;cursor: pointer;z-index: 1;opacity:0;visibility:visible;}
.remove-file:before {content: "";position: absolute;top: 0;left: 0;width: 13px;height: 13px;background-size: contain;background-repeat: no-repeat;background-image: url(../icon/close.svg);}
.upload-wrapper{position: relative;display:block;font-size:0;padding: 14px 15px;border-top: 1px dashed #E9E9E9;}
.upload-wrapper .input-field-wrapp.upload-file{margin:0;padding-right:0;}
.upload-wrapper.upload-file{padding-left:40px;}
.upload-wrapper.upload-file .remove-file{opacity: 1;visibility:visible;}
.area-with-upload{text-align:left;border:1px solid #E9E9E9;border-radius: 3px;margin-bottom:5px;}
.area-with-upload .input-field-wrapp{margin-bottom:0;}
.area-with-upload .input-field-wrapp .input{border:none;}
.area-with-upload .input-field-wrapp .input:focus{box-shadow:none;}
/*input-search*/
.input-search .input{padding-right:45px;pointer-events:none;}
.input-search .icon{position:absolute;right:15px;top:16px;cursor:pointer;width:16px;height:17px;z-index: 2;}
/*SIMPLE PAGE*/
.simple-page{position: relative;}
.simple-page b{font-weight:500;color:#1f1f1f}
.simple-page>*,.simple-page .text >*{margin-bottom:20px;}
.simple-page >*:first-child{margin-top:0;}
.simple-page >*:last-child,.simple-page .text >*:last-child{margin-bottom:0;}
 .simple-page .h1,
.simple-page .h2{font-weight: 700;}
/*tabs*/
.tabs{position:relative;}
.tab{display: none}
.tab.active{display: block}
.tab-nav{font-size: 0;display: block;position: relative;margin-bottom:5px;text-align:center;border-bottom:1px solid #E9E9E9}
.tab-toggle{display: flex;justify-content: center;font-size: 0}
.tab-nav .tab-toggle div{position: relative;display: inline-block;width: auto;vertical-align: top;font-size:14px;line-height:18px;color:#626262;font-weight: 400;cursor: pointer;white-space: nowrap}
.tab-nav .tab-toggle div .tab-caption{position: relative;display: inline-block;padding:25px 0;margin: 0 30px;font-weight:400;}
.tab-nav .tab-toggle div:before{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height:2px;background:#EF7F1A;opacity: 0;visibility: hidden;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out}
.tab-toggle div.active:before{opacity: 1;visibility: visible}
.tab-toggle div.active .tab-caption{font-weight:500;color:#1f1f1f}
.tabs.style2{margin:0;margin-top:25px;}
.tabs.style2 .tab-nav{margin-bottom:0;border-top:1px solid #E9E9E9}


.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form-group >label {
    position: absolute;
    left: 10px;
    top: -9px;
    background: #fff;
    font-size: 12px;
    line-height:18px;
    color: #929292;
    padding: 0 4px;
    z-index: 6;
}
.form-group .form-control {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 14px;
}
.form-control:hover ,
.form-control:focus {
    border-color: #CCCCCC;
}


@media(max-width:1480px){
    .form-group{
        margin-bottom: 25px;
    }
    .simple-page .text{font-size: 16px;line-height: 26px;}
}
@media(max-width:1200px){
    .simple-page .text{font-size: 14px;line-height: 22px;}
}
@media(max-width:575px){
	.tab-nav .tab-toggle div{flex: 1;}
	.tab-nav .tab-toggle div .tab-caption{padding: 15px 0;margin: 0 10px;}
}

 /*--------------------------------sumoselect--------------------------------*/
.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}

.SelectBox {padding: 5px 8px;}

.sumoStopScroll{overflow:hidden;}

/* Filtering style */
.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 5px 45px 5px 15px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass{z-index: 1;}

    .SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
    .SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;}
        .SumoSelect > .CaptionCont > span { display: block; padding-right: 30px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
            /*placeholder style*/
            .SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

        .SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
            .SumoSelect > .CaptionCont > label > i { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=');
                background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;background-repeat: no-repeat;}

    .SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 3px;overflow: hidden;}
        .SumoSelect.open > .optWrapper {top:35px; display:block;}
        .SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}

        .SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
        .SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative;
         /*Set the height of pop up here (only for desktop mode)*/
            max-height: 250px;
             /*height*/ }
         .SumoSelect > .optWrapper.okCancelInMulti > .options { border-radius: 2px 2px 0 0;}
         .SumoSelect > .optWrapper.selall > .options { border-radius: 0 0 2px 2px;}
         .SumoSelect > .optWrapper.selall.okCancelInMulti > .options { border-radius: 0;}
        .SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
        .SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
        .SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
        .SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
        .SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;border-bottom: 1px solid #f5f5f5;}
            .SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
            .SumoSelect > .optWrapper.selall > .options > li.opt:first-child { border-radius:0; }
            .SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
            .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {border-radius: 0;}
            .SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
            .SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel{background-color: #a1c0e4;}

            .SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
            .SumoSelect > .optWrapper > .options li span { display: none; }
            .SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

        /*Floating styles*/
        .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; }

    /*disabled state*/
    .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
        .SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ filter: alpha(opacity=50); /* Netscape */ -moz-opacity: 0.5; /* Safari 1.x */ -khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5; }


    /*styling for multiple select*/
    .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
        .SumoSelect > .optWrapper.multiple > .options li.opt span,
        .SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
            .SumoSelect > .optWrapper.multiple > .options li.opt span i,
            .SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
    .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }

    .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
        .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {box-shadow: 0 0 2px #a1c0e4;border-color: #a1c0e4;outline: none;background-color: #a1c0e4;}

    .SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
        .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; }
    /*styling for select on popup mode*/
    .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; }

    /*styling for only multiple select on popup mode*/
    .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
    .SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }

    .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
    .SumoSelect .select-all.selected > span i,
    .SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none;border-color: transparent;background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');background-repeat: no-repeat;background-position: center center;}
    /*disabled state*/
    .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
     .SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;}

    /**Select all button**/
    .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
    .SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
    .SumoSelect .select-all.partial > span i{background-color:#ccc;}


     /*styling for optgroups*/
    .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input[type=number] {
    -moz-appearance: textfield;
}
.select-box .SumoSelect {
    width: 100%
}
.select-box{
    position: relative;
}
.select-box .SumoSelect > .CaptionCont > span {
    font-size: 14px;
    line-height: 21px;
    color: #323232;
    font-style: normal;
    padding-right: 0;
}
.select-box .SumoSelect > .CaptionCont .placeholder {
    color: #395668;
}

.select-box .SumoSelect > .CaptionCont {
    height: 48px;
    padding: 5px 40px 5px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    box-shadow:  0 0 0;
    transition: all 0.4s;

}
.select-box .SumoSelect > .CaptionCont.search .search-txt{
    height: 100%;
}
.SumoSelect.open .CaptionCont {
    z-index: 5;
}
.select-box .SumoSelect > .CaptionCont:hover {
    border-color:  #CCCCCC;
}

.select-box .SumoSelect > .optWrapper .options,
.select-box .SumoSelect > .optWrapper {
    border-radius: 0 0 4px 4px;
    border: 0
}

.select-box .SumoSelect > .optWrapper {
    top: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.3s;
    width: auto;
}
.select-box .SumoSelect.open > .optWrapper {
    top: 100%;
    left: 0px;
    right: 0px;
    background: #FFFFFF;
    z-index: 7;
    box-shadow: 0px 5px 10px rgba(4, 21, 68, 0.1);
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    display: none
}

.select-box .SumoSelect > .optWrapper .options li.opt {
    padding: 12px 15px;
    transition: all .3s;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #626262;
    border: 0;
    cursor: pointer;
}

.select-box .SumoSelect > .optWrapper .options li.opt:hover {
    background: #F5F5F5;
    color: #1f1f1f;
}

.select-box .SumoSelect > .CaptionCont > label {
    width: 24px;
    cursor: pointer
}

.select-box .SumoSelect  .CaptionCont  i {
    margin: auto 0;
    background-size: 100% auto;
    width: 10px;
    height:7px;
    background: url(../icon/arrow-down.svg) center no-repeat;
    transform: rotate(0deg);
    transition: all 0.3s;
    background-size: contain;
}

.select-box .SumoSelect > .optWrapper .options label {
    font-size: 14px;
    line-height: 21px;
    color: #1f1f1f;
}
.select-box .SumoSelect.open i{
    transform: rotate(180deg);
}

.select-box .SumoSelect > .optWrapper.multiple .options li.opt,
.select-box.search .SumoSelect > .optWrapper.multiple .options li.opt{
    padding-left: 53px;
}
.select-box .SumoSelect.open .multiple i,
.select-box.search .SumoSelect.open i{
    transform:rotate(0);
    display: none;
}
.select-box .SumoSelect > .optWrapper.multiple > .options li span:after,
.select-box.search .SumoSelect > .optWrapper > .options li span:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 1.25px solid #CCCCCC;
    border-radius: 3px;
}
.select-box .SumoSelect > .optWrapper.multiple > .options .selected span:after ,
.select-box.search .SumoSelect > .optWrapper > .options .selected span:after {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: url(../img/icon/checkbox.svg) center no-repeat;
    border: 0;
}
.select-box.search .SumoSelect > .optWrapper > .options li span:last-child{
    display: none;
}
.select-box .SumoSelect > .optWrapper.multiple > .options li span,
.select-box.search .SumoSelect > .optWrapper > .options li span{
   width: 20px;
    height: 20px;
    margin: 0;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.select-box .SumoSelect > .optWrapper > .options .selected label{
    font-weight: 400;
    color: #EF801A;
}

@media ( max-width: 1480px ){
    .select-box .SumoSelect > .CaptionCont{
        height: 40px;
    }
    .select-box .SumoSelect > .optWrapper .options label,
    .select-box .SumoSelect > .CaptionCont > span{
        font-size: 13px;
    }
}
@media ( max-width: 575px ){
    .select-box .SumoSelect > .CaptionCont > label{
        width: 30px;
    }
}



/*accordion*/
.accordion{position: relative;z-index: 1;}
.accordion-item{position: relative;border-bottom: 1px solid #E9E9E9;}
.accordion-title{position: relative;font-size:14px;line-height:24px;font-weight:400;color:#1f1f1f;padding:17px 0;cursor: pointer;padding-right: 40px;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out}
.accordion-title:before{content: "";position: absolute;right:2px;top:22px;width:10px;height:7px;background: url(../icon/arrow-down.svg) center no-repeat; transform: rotate(0) translateY(-50%);-webkit-transform: rotate(0) translateY(-50%);-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out}
.accordion-inner{display: none;padding-bottom:20px;padding-right: 40px;}
.accordion-title.active{padding-bottom:15px;}
.accordion-title.active:before{top: 26px;transform: rotate(180deg) translateY(-50%);-webkit-transform: rotate(180deg) translateY(-50%);}
.accordion.type2 .accordion-item:first-child{border-top: 1px solid #E9E9E9;}
.accordion.type2 .accordion-title{padding-top:15px;padding-bottom:15px;padding-right: 20px;}
.accordion.type2 .accordion-title:before{top:50%}
.accordion.type2 .accordion-inner{padding-left:20px;padding-right:20px;}
.accordion.type2 .accordion-title.active{padding-bottom:15px;}
.accordion.type2.style2 .accordion-inner{padding-left:0;padding-right:0;}
.accordion.accord-counter .accordion-title{padding-right:50px;}
.accordion.accord-counter .accordion-title .count-check{display:inline-block;width:20px;height:20px;border-radius:50%;background: #E9E9E9;color:#626262;font-size: 11px;line-height: 22px;font-weight: 400;text-align: center;position:absolute;top:15px;right:23px;opacity:0;}
.departure-objects .accordion-inner li{font-size: 14px;color: #626262;}
@media(max-width:1200px){
    .accordion.type2 .accordion-title,
    .accordion-title{
        padding: 12px 20px 12px 0;
    }
    .accordion.type2 .accordion-title{
        font-size: 14px;
    }
    .departure-objects .accordion-inner li{
        font-size: 13px;
    }
    .accordion.type2 .accordion-inner{
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width:575px){
	.accordion-title{position: relative;font-size:14px;}
	.accordion-title.active{padding-bottom:10px;}
}


/*faq*/
.faq-sec .tabs{position:relative;}
.faq-sec .not-answer{position:relative;border: 1px solid #E9E9E9;border-radius: 5px; text-align:center;padding:45px 15px;margin-top:50px;justify-content: center;display: -ms-flexbox;display: flex;align-items: center;}
.faq-sec .not-answer .title{margin-right:20px;}
.faq-sec .h2{font-weight: 700;}
.faq-sec .text,
.faq-sec p{line-height: 22px}
.faq-sec .accordion-title{
    font-weight: 500;
}
@media(min-width:1500px){
	.faq-sec .not-answer .btn{min-width:380px;}
}
@media(max-width:575px){
	.faq-sec .tabs{margin-top:10px;}
	.faq-sec .not-answer{padding: 20px 15px;margin-top: 30px;display: block;}
	.faq-sec .not-answer .title{margin:0;margin-bottom:15px;}
}

/*contact*/
.contacts-wrapp{font-size:0;justify-content: space-between;display: -ms-flexbox;display: flex;}
.contacts-wrapp .contact-item{display: inline-block;vertical-align: top;margin-right:50px;}
.contacts-wrapp .contact-item:last-child{margin-right:0;}
.contact-item .contact-list{margin-top:5px;}
.contact-item .contact-list li{position:relative;display:block;padding:20px 0;font-size:16px;line-height:30px;color:#1f1f1f;border-bottom:1px solid #E9E9E9;}
.contact-item .contact-list li:last-child{border-bottom:none;padding-bottom:0;}
.contact-item .contact-list li img{position:absolute;left:0;top:20px;width:30px;height:30px;display:inline-block;}
.contact-item .contact-list li a,.contact-item .contact-list li span{position:relative;z-index:1;padding-left:45px;cursor:pointer;transition: all 0.3s ease-out;-webkit-transition: all 0.3s}
.contact-page .title.h2{
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}
@media(min-width:1200px){
	.contact-item .contact-list li >*:hover{color:#EF7F1A}
}
@media(max-width:575px){
	.contacts-wrapp{display:block;}
	.contacts-wrapp .contact-item{display:block;}
	.contacts-wrapp .contact-item{margin-bottom:35px;margin-right:0;}
	.contacts-wrapp .contact-item:last-child{margin-bottom:0;}
	.contact-item .contact-list{margin-top:0;}
	.contact-item .contact-list li{padding:15px 0;font-size:13px;line-height:20px;}
	.contact-item .contact-list li img{top:15px;width:20px;height:20px;}
	.contact-item .contact-list li a,.contact-item .contact-list li span{padding-left:35px;}
}

/*POPUPS*/
.popup-wrapper{position: fixed; z-index: 1000;top: 0;width: 100%;height: 100%;left: -100%;transition-delay: 0.3s;-webkit-transition-delay: 0.3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-layer{position: absolute;left: 0;top: -100px;right: 0;bottom: -100px;background: rgba(0, 0, 0, 0.6);transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out; opacity: 0;}
.popup-wrapper.active .bg-layer{opacity: 1;}
.popup-content{position: absolute;left:-1000px;top: 0;width:100%;height:100%;overflow: auto; -webkit-overflow-scrolling: touch;font-size: 0;text-align: center;-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;transform: scale(1.1);-webkit-transform: scale(1.1);opacity:0;padding: 15px;letter-spacing: 0;}
.popup-content.active{transform: scale(1);-webkit-transform: scale(1);opacity: 1;left:0;-webkit-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;z-index:1;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-container{display:inline-block;vertical-align:middle;width:100%;position:relative;background:#fff;max-width:590px;border-radius:10px;z-index: 1;}
.popup-container.size-xs{max-width: 590px;padding: 50px 90px;}
.popup-container.size-sm{max-width: 794px;padding: 50px 100px 60px;}
.popup-container.size-sm.type2{padding: 60px;}
.popup-container.size-md{max-width: 996px;padding: 50px 100px 60px;}
.popup-container.size-lg{max-width: 1216px;}
.btn-close{position: absolute;right: 5px;top: 5px;width: 31px;height: 31px;display: flex;align-items: center;justify-content: center;cursor: pointer;border-radius: 4px;transition: all 0.3s;z-index: 5;}
.btn-close .icon{transition: all 0.3s;stroke:#000;}
.open-popup{cursor:pointer;}

.popup-top .title + form{margin-top:25px;}
.form-link{position: relative;margin-top: 20px;}
.form-link *{margin-bottom: 15px;}

.popup-container.add-photo .popup-top{padding: 0;padding-bottom: 63.64%;border-top-left-radius: 3px;border-top-right-radius: 3px;overflow: hidden;background-color: rgba(255, 153, 0, 0.4);}
.popup-container.add-photo .popup-bottom{text-align:left;}
.popup-container.add-photo .popup-bottom >*{margin-bottom:15px;}
.popup-container.add-photo .popup-bottom .btn-wrapp{margin-top:20px;}
.popup-container.add-photo .popup-bottom >*:last-child{margin-bottom:0;}


.popup-container.size-md{max-width: 996px;padding: 50px 100px 60px;}
.popup-container.size-lg{max-width: 1216px;border-radius: 10px;}

.success-message{position:relative;text-align:center;}
.success-message >*{margin-bottom:15px;}
.success-message >*:last-child{margin-bottom:0;}
.success-message .success-img{width:86px;height:86px;display: inline-block;margin-bottom: 30px;}
.success-message .btn{margin-top:15px;}

.contact-master-form .text, .contact-master-form .btn{margin-top:20px;}
.contact-master-form .text p{line-height: 22px;}
/*call to master*/
.call-to-master-block{position: relative;min-height:90px;margin-top:40px;}
.call-to-master-block .master-item {position: absolute;top: 0;left:0;max-width:90px;min-width:90px;padding:0;border-radius: 0;margin:0;}
.call-to-master-block .master-item.right{left: auto;right: 0;}
.call-to-master-block .master-item .master-photo{width:90px;height:90px;line-height:90px;border-radius:30px;}
.call-to-master-block .master-item .master-photo:before{border-radius:30px;}
.call-to-master-block .master-item .master-photo span{line-height:86px;border-radius:30px;font-size:30px;}
.animation-call{position: absolute;left:50%;top:50%;margin-top:-30px;margin-left:-30px;background:linear-gradient(90.11deg, #39A908 0.1%, #70B109 99.92%);background-repeat: no-repeat;display: block;width:60px;height:60px;border: none;border-radius: 50%;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);-webkit-animation: zoom 1.2s infinite;animation: zoom 1.2s infinite;}
.animation-call img{width:24px;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.animation-call:before{content: '';position: absolute;top: 50%;margin-top: -14px; left:-7px;-webkit-transform: translateX(-110%);transform: translateX(-110%);width:120px;height:28px;background-size:120px 28px;background-image: url(../icon/connect-icon-left.svg);}
.animation-call:after{content: '';position: absolute;top: 50%;margin-top: -14px;right:-7px;-webkit-transform: translateX(110%);transform: translateX(110%);width:120px;height: 28px;background-size:120px 28px;background-image: url(../icon/connect-icon-right.svg);}
@-webkit-keyframes zoom {
  0% {-webkit-transform: scale(1);transform: scale(1);box-shadow: 0 0 0 5px rgba(207, 219, 201, 0.8);}
  50% {-webkit-transform: scale(1.05);transform: scale(1.05);box-shadow: 0 0 0 10px rgba(207, 219, 201, 0.5);}
  100% {-webkit-transform: scale(1);transform: scale(1);box-shadow: 0 0 0 5px rgba(207, 219, 201, 0.8);}
}
.contact-master-form .form-link p{
    font-size: 13px;
}
.popup-time{margin-top:40px;font-size:24px;line-height:1em;color: #1f1f1f;font-weight:400;}

.popup-title{font-size: 24px;line-height: 28px;text-align: center;color: #1f1f1f;margin-bottom: 25px;font-weight: 500;}
.leave-review .popup-top >*{margin-bottom:30px;}
.leave-review .popup-top >*:last-child{margin-bottom:0;}
.leave-review .popup-bottom .btn{margin-top:15px;}
.leave-review .master-info {position: relative;padding-left: 85px;min-height:65px;display: -ms-flexbox;display: flex;align-items: center;margin-bottom: 0;}
.leave-review .master-info .master-photo{position: absolute;top: 0;left: 0;text-align: center;width: 65px;height: 65px;line-height: 65px;border-radius: 15px;overflow: hidden;}
.leave-review .master-info .master-photo:before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;border-radius: 15px;border: 2px solid #E9E9E9;}
.leave-review .master-info .master-photo span{position: absolute;left: 2px;top: 2px;right: 2px;bottom: 2px;border-radius: 15px;font-size: 16px;line-height: 46px;color: #626262;font-weight: 500;background: #fff;text-transform: uppercase;}
.leave-review .master-info .master-photo img{max-height: 65px;max-width: 65px;position: relative;z-index: 2;}
.leave-review .master-info .master-name{font-size:18px;line-height:28px;color: #1f1f1f;font-weight:500;}
.leave-review .master-rating{position: relative;text-align:left;}
.master-rating ul{font-size: 0;}
.master-rating ul li{margin-top: 20px;}
.master-rating ul li .rating-star{vertical-align: top;}
.leave-review .rating-star{ font-size: 0;display: inline-block;vertical-align: middle;}
.select-stars .select-icon{position: relative;width: 18px;height: 18px;display: inline-block;-webkit-background-size: cover;background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;cursor: pointer;-webkit-transition: background 0.25s linear;transition: background 0.25s linear;margin-right: 6px;}
.select-stars .select-icon.icon-star-empty{background-image: url(../icon/star-empty-icon.svg);}
.select-stars .select-icon.hover,
.select-stars .select-icon.icon-star{background-image: url(../icon/star-icon.svg);background-size: contain;background-position: center;}
.master-rating ul li .name-rating{display: inline-block;font-size: 14px;color: #626262;font-weight: 400;margin-left: 10px;padding-top: 1px;}
.leave-review .master-rating ul li .name-rating{vertical-align: top;padding-top: 2px;}

.popup-content.gallery-popup{padding:0;}
.popup-content.gallery-popup .popup-container{max-width:100%;padding: 60px 100px;border-radius:0;height: 100%;overflow-y: auto;}
.gallery-wrapp{position:relative;max-width:830px;margin: 0 auto;}
.gallery-wrapp .photo-block{position: relative;font-size: 0;height: calc(100vh - 120px);}
.gallery-wrapp .photo-block img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;object-fit:contain;}
.popup-content.gallery-popup .btn-close{top:30px;right:100px;position: fixed;}

.gallery-popup.type2 .gallery-wrapp{max-width:1460px;}
.gallery-popup.type2 .gallery-wrapp .description-gallery{text-align:left;max-width:480px}
.gallery-popup.type2 .gallery-wrapp .description-gallery >*{margin-bottom: 15px;}
.gallery-popup.type2 .gallery-wrapp .description-gallery >*:last-child{margin-bottom: 0;}
.gallery-popup .swiper-entry{
    position: relative;
    transition: all 0.2s
}
@media ( max-width:575px ){
    .popup-contact  .title + form{
        margin-top: 15px;
    }
}
/*PASSPORT PHOTO*/
.popup-align.passport-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.add-photo li{
    font-size: 14px;
    line-height: 22px;
}
.popup-container.add-photo.size-sm{
    padding-left: 80px;
    padding-right: 80px;
}
.passport-row .popup-photo {
    width: calc(50% - 10px);
    height: 186px;
}
.popup-align .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.passport-row .popup-bottom {
    width: calc(50% - 10px);
}
.btn-ap-group{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.btn-ap-group .btn{
    height: 40px;
    width: calc(50% - 35px);
    padding: 0 10px;
}
.btn-ap-group > span{
    font-size: 14px;
    line-height: 26px;
    color: #626262;
}

@media(min-width:1200px){
	.btn-close:hover{background: #EF801A;}
	.btn-close:hover .icon{stroke:#fff;}
    .form-link a:hover{color: #EF801A;}
    .form-link a:hover:before{background: transparent!important;}
}
@media(max-width:1199px){
    .popup-container.size-md{padding: 40px 35px;}
    .popup-title{font-size: 20px;line-height: 1.2;}
    .popup-content.gallery-popup .btn-close{right:10px;top:23px;}
    .popup-content.gallery-popup .popup-container{padding-left:15px;padding-right:15px;}
}
@media(max-width:767px){
    .popup-container.size-sm{
        padding: 40px 30px;
    }
        .gallery-wrapp .photo-block{height:auto;padding-bottom:70%;}
    .gallery-wrapp .photo-block img{object-fit:cover;}
}
@media(max-width:575px){
    .btn-ap-group .btn{
        width: 100%!important;
    }
    .btn-ap-group > span{
        display: block;
        width: 100%;
        text-align: center;
        padding: 5px 0;
    }
	.popup-container{border-radius:6px;}
    .popup-container.size-md{padding: 30px 20px;}
	.popup-container.size-xs,.popup-container.size-sm,.popup-container.size-sm.type2{padding:30px 15px;}
	.success-message >*{margin-bottom:10px;}
	.success-message .success-img{margin-bottom:20px;}
	.success-message .btn{margin-top:5px;}
	.form-link *{margin-bottom: 5px;}
    .call-to-master-block{min-height:60px;margin-top:25px;}
    .call-to-master-block .master-item{max-width:60px;min-width:60px;}
    .call-to-master-block .master-item .master-photo{width:60px;height:60px;line-height:60px;border-radius: 15px;}
    .call-to-master-block .master-item .master-photo:before{border-radius:15px;}
    .call-to-master-block .master-item .master-photo span{line-height:56px;border-radius:15px;font-size:20px;}
	.animation-call{margin-top:-23px;margin-left:-23px;width:46px;height:46px;}
	.animation-call img{width:20px;}
	.animation-call:before{content: '';position: absolute;top: 50%;margin-top: -7px; left:-7px;-webkit-transform: translateX(-110%);transform: translateX(-110%);width:40px;height:15px;background-size:40px 15px;background-image: url(../icon/connect-icon-left.svg);}
	.animation-call:after{content: '';position: absolute;top: 50%;margin-top: -7px;right:-7px;-webkit-transform: translateX(110%);transform: translateX(110%);width:40px;height: 15px;background-size:40px 15px;background-image: url(../icon/connect-icon-right.svg);}
    .popup-time{margin-top:18px;font-size:15px;}
    .leave-review .popup-top >*{margin-bottom:20px;}
    .leave-review .master-info .master-photo{width:50px;height: 50px;line-height: 50px;}
    .leave-review .master-info .master-photo img{max-height: 50px;max-width: 50px;}
    .leave-review .master-info {padding-left: 65px;min-height:50px;}
    .leave-review .master-info .master-name{font-size: 16px;line-height:20px}
    .leave-review .popup-bottom .btn{margin-top:5px;}
    .popup-content.gallery-popup .popup-container{padding:60px 15px;height:auto;min-height: 100%;}
    .popup-content.gallery-popup.type2 .popup-container{padding:60px 0;}
    .gallery-popup.type2 .gallery-wrapp .description-gallery{margin-top:20px;}
    .gallery-popup.type2 .gallery-wrapp .description-gallery >*{margin-bottom: 10px;}
    .gallery-wrapp .photo-block{height:auto;padding-bottom:100%;}
    .gallery-wrapp .photo-block img{object-fit:cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);}
    .size-xs .title + form{margin-top: 15px;}
}


/*--------------------------------POPUP CITY------------------------------*/
.city-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.city-search .form-control {
    width: 100%;
    background: url(../icon/place.svg) calc(0px + 15px) center no-repeat;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    height: 48px;
    padding: 0 40px;
}
.city-search .clear-input {
    position: absolute;
    right: 15px;
    top: 19px;
    stroke:#000;
    cursor: pointer;
    display: none;
}
.city-search .form-group.active .clear-input{display: block;}
.city-search .form-group.active{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 4px 4px;
}
.city-search .clear-input:hover {
    stroke:#EF801A;
}
.city-list {
    border: 1px solid #E9E9E9;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    display: none;
    height: 240px;
}
.city-list ul {
    padding: 10px 15px 15px;
    max-height: 240px;
    overflow-y: auto;
}
.city-list a {
    padding: 7px 15px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    border-radius: 4px;
    color: #626262;
    text-align: left;
}
.city-list a span {
    color: #1f1f1f;
    font-size: 16px;
}
.city-list a:hover {
    background: #F7F7F7;
}
.city-search-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.city-search-bottom .cancel {
    font-size: 12px;
    line-height: 1.3;
    color: #1f1f1f;
}
.city-search-bottom .cancel:hover {
    color: #EF801A;
}


.popup-city .popup-title{
    margin-bottom: 30px;
}
.popular-city{
    padding-top: 25px;
    min-height: 240px;
}
.popular-city .popular-title {
    font-size: 16px;
    line-height: 25px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 16px;
}
.popular-city .city-group {
    display: flex;
    flex-wrap: wrap;
}
.popular-city .radio-city {
    width: 33.33%;
    display: block;
}

.popular-city .radio-text {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 22px;
    color: #626262;
    text-align: left;
    cursor: pointer;
}
.popular-city .radio-text:hover,
.popular-city input:checked + .radio-text {
    background: #F7F7F7;
}
.popular-city  .city {
    color: #1f1f1f;
    font-size: 16px;
    display: block;
}
.popup-city  .middle-group {
    margin-bottom: 40px;
    text-align: left;
}
.popup-city  .search-not-found {
    padding: 30px 0 0;
    display: none;
    min-height: 240px;
}
.search-not-found.active{
    display: block;
}
.search-not-found .caption {
    font-size: 18px;
    line-height: 1.6;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 10px;
}

.search-not-found .title {
    font-size: 14px;
    line-height: 1.5;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 5px;
}
.search-not-found .text {
    margin-bottom: 10px;
}
.search-not-found li {
    font-size: 14px;
    line-height: 22px;
    color: #626262;
}
.search-not-found .text ul li:before{
    top: 11px;
}
@media ( max-width:767px ){
    .popup-title{
        font-size: 18px;
    }
    .popular-city .city{
        font-size: 14px;
    }
    .popular-city .radio-text{
        font-size: 13px;
    }
    .search-not-found .caption,
    .popular-city .popular-title{
        font-size: 15px;
        line-height: 1.3;
    }
    .popular-city .radio-city{
        width: 50%;
    }
    .city-list ul{
        padding: 10px;
    }
    .city-list ul a{
        padding: 5px 10px;
        font-size: 13px;
    }
    .city-list a span{
        font-size: 14px;
    }
}
@media ( max-width:575px ){
    .popup-city .popup-title{
        margin-bottom: 20px;
    }
}

/*--------------------------------POPUP CATEGORY------------------------------*/

.popup-category .popup-container{
    vertical-align: top;
}

.category-tabs {
    display: flex;
}
.category-tabs .tab{
/*    column-count: 3;*/
    flex-wrap: wrap;
}
.category-tabs .tab-toggle{
    display: block;
    width: 180px;
    background: #F7F7F7;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.category-tabs .tab-toggle > div{
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #E9E9E9;
    cursor: pointer;
    transition: all 0.3s;
    overflow: hidden;
    position: relative;
}
.category-tabs .tab-toggle > div:first-child{
    border-radius: 10px 0 0 0;
}
.category-tabs .tab-toggle > div.active{
    background: #fff;
}
.category-tabs .tab-toggle > div.active:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #EF801A;
}
.category-tabs .tabs-content{
    width: calc(100% - 180px);
    padding: 45px 70px 35px;
}
.category-tabs .tab-toggle .text{
    transition: all 0.3s;
    font-size: 14px;
    line-height: 21px;
    color: #1f1f1f;
    width: calc(100% - 20px);
    padding-left: 15px;
    text-align: left;
}
.category-tabs .active .text{
    font-weight: 500;
}
.category-tabs .tab-toggle .icon{
    fill:#626262;
    transition: all 0.3s;
}
.category-tabs .active .icon{
    fill:#EF801A;
}
.category-tabs .tab{font-size: 0;text-align: left;}
.category-tabs .link-more{
    font-size: 16px;
    line-height: 1;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 18px;
    display: table;
    text-transform: inherit;
}
.category-tabs .link-more:after{
    transform: translate(0);
    top: 4px;
}
.category-tabs .link-more:before{
    content: none;
}
.category-tabs .item{
    text-align: left;
    padding-bottom: 20px;
    width: calc(33.33% - 14px);
    margin-right: 21px;
    display: inline-block;
    vertical-align: top;
}
.category-tabs .item:nth-child(3n){
    margin-right: 0;
}
.container_grid div {width: 270px;/*background-color: #C0392B;*/color: #fff;display: flex;justify-content: center;align-items: center;}

.category-tabs ul a{
    font-size: 14px;
    line-height: 1.5;
    color: #626262;
}
.category-tabs ul li:not(:last-child){
    margin-bottom: 10px;
}

@media ( min-height:840px ){
    .popup-category{
        padding-top: 100px;
    }
}
@media ( min-width:1200px ){
    .category-tabs .link-more:hover,
    .category-tabs ul a:hover{color: #EF801A;}
    .category-tabs .tab-toggle > div:hover{
        background: #fff;
    }
    .category-tabs .link-more:hover:after{
        background: url(../icon/arrow-right-orange.svg) center no-repeat;
    }
    .category-tabs .tab-toggle > div:hover .icon{
        fill:#EF801A;
    }
}

@media ( max-width:992px ){
    .category-tabs .tabs-content {
    width: calc(100% - 60px);
        padding: 35px 35px;
    }
    .category-tabs .tab-toggle .text{
        display: none;
    }
    .category-tabs .tab-toggle{
        width: 60px;
    }
    .category-tabs .item{
        width: 50%;
        margin-right: 0;
        padding-bottom: 25px;
    }
    .category-tabs .item:nth-child(2n - 1){
        padding-right: 10px
    }
    .category-tabs .item:nth-child(2n){padding-left: 10px;}
    .category-tabs ul li:not(:last-child){
        margin-bottom: 5px;
    }
    .category-tabs .link-more{
        font-size: 15px;
    }
}
@media ( max-width:575px ){
    .category-tabs .tabs-content {
    width: calc(100% - 50px);
        padding: 40px 25px 25px;
    }
    .category-tabs .tab-toggle{
        width: 50px;
    }
    .category-tabs .item{
        width: 100%;
        margin-right: 0;
        padding-bottom: 20px;
    }
    .category-tabs .item:nth-child(2n - 1){
        padding-right: 0px
    }
    .category-tabs .item:nth-child(2n){padding-left: 0px;}
    .category-tabs ul li:not(:last-child){
        margin-bottom: 4px;
    }
    .category-tabs .link-more{
        font-size: 15px;
        line-height: 1.2;
        margin-bottom: 11px;
    }
    .category-tabs .tab-toggle > div{
        padding: 15px;
    }
}
/*--------------------------------FOOTER------------------------------*/
.footer{
    background: #1f1f1f;
    padding: 16px 0;
    position: relative;
    left: 0;
    width: 100%;
    transition: all 0.4s;
}

.footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1250px;
}
.footer-nav ul {
    display: flex;
    align-items: center;
}
.footer-nav li:not(:last-child) {
    margin-right: 47px;
}
.footer-nav a {
    display: block;
    font-size: 14px;
    line-height: 27px;
    color: #9B9B9B;
}
.footer-right .lang:hover,
.footer-nav a:hover {
    color: #fff;
}
.footer-right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-right .lang {
    font-size: 14px;
    line-height: 27px;
    color: #9B9B9B;
    margin-right: 50px;
    display: inline-block;
}
.social a{
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.social a svg{
    fill:#fff;
    transition: all 0.3s;
}
.social a:hover svg{
    fill:#1f1f1f;
}
.social a:hover{
    border-color: #fff;
    background: #fff;
}
.social li:not(:first-child){
    margin-left: 10px;
}
.social ul {
    display: flex;
    align-items: center;
}
@media ( max-width:1480px ){
    .footer-nav li:not(:last-child){
        margin-right: 20px;
    }
}
@media ( max-width:1280px ){
    .footer.active{
        left: 280px;
    }
}
@media ( max-width:850px ){
    .footer.active{
        left: 250px;
    }
    .footer-nav ul,
    .footer-nav li,
    .footer-nav{
        text-align: center;
        width: 100%;
        display: block;
    }
    .footer-right{
        padding-top: 15px;
        width: 100%;
        justify-content: center;
    }
    .footer-right .social{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .footer-right .lang{
        margin: 0 0 15px;
    }
    .footer{
        padding: 25px 0;
    }
}

/*--------------------------------FOOTER END------------------------------*/

/*--------------------------------MAIN SECTIONS------------------------------*/
.main-section .container {
    max-width: 1025px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-section .image {
    width: calc(50% - 36px);
}
.main-section .image img {
    max-width: 386px;
}
.main-section.mobile-app .image img {
    max-width: 468px;
    margin-left: -10%;
}
.main-section .text {
    width: calc(50% - 36px);
    align-self: center;
}
.main-section .h2 {
    letter-spacing: 0.03em;
    color: #1f1f1f;
    margin-bottom: 25px;
}
.main-section p {
    margin-bottom: 40px;
}
.app-list {
    display: flex;
    flex-wrap: wrap;
}
.app-list a {
    font-size: 0;
    margin:0 10px 0 0;
}
.app-list a:last-child{
    margin-right: 0;
}
.app-list img {
    max-width: 100%;
    max-height: 48px;
    width: auto;
}

.main-section .reverse-row{
    flex-direction: row-reverse;
}
.main-section .reverse-row .image{
    text-align: right;
}
.main-section .reverse-row .text{
    width: calc(50% - 30px);
}

.general-rating {
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
}
.amount-review-rating{
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
}
.general-rating b {
    margin-bottom: 0;
    padding: 0 4px;
}
.rating-star {
    display: flex;
    align-items: center;
    padding-left: 4px;
}
.rating-star img {
    max-width: 20px;
    margin-bottom: 0;
}
.rating-star img:not(:last-child) {
    margin-right: 10px;
}

@media ( max-width:1480px ){
    .main-section .container{
        max-width: 900px;
    }
    .app-list img{
        max-height: 40px;
    }
}
@media ( max-width:991px ){
    .main-section .image img,
    .main-section.mobile-app .image img{
        margin-left: 0;
        max-width: 80%;
    }
    .main-section.mobile-app .image img{
        max-width: 90%;
    }
    .main-section .image{
        text-align: center!important;
    }
}
@media ( max-width:575px ){
    .main-section .container{
        text-align: center;
    }
    .main-section .image{
        width: 100%;
        display: none;
    }
    .main-section .text{
        width: 100%;
    }
    .main-section .image,
    .main-section .reverse-row .image{
        text-align: center;
    }
    .main-section .image{
        margin-bottom: 25px;
    }
    .main-section p{
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .main-section .h2{
        margin-bottom: 10px;
    }
    .general-rating{
        justify-content: center;
        font-size: 14px;
        line-height: 22px;
    }
    .amount-review-rating{
        font-size: 14px;
        line-height: 22px;
    }
    .main-section .image img{
        max-width: 200px;
    }
    .main-section .text,
    .main-section .reverse-row .text{
        width: 100%;
    }
    .app-list{
        justify-content: center;
    }
    .main-section {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        margin-bottom: 35px;
    }
    .main-section .spacer-120{
        height: 40px;
    }
    .main-section.reviews {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .main .title{
        font-size: 22px;
    }
}
/*--------------------------------MAIN SECTION - END------------------------------*/


/*--------------------------------NOT FOUND AND SEARCH AUTOCOMPLITE------------------------------*/
.not-found {
    height: calc(100vh - 78px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.not-found .container {
    text-align: center;
}
.not-found img {
    max-width: 385px;
    margin-bottom: 30px;
}
.not-found .h3 {
    color: #1f1f1f;
    margin-bottom: 12px;
    line-height: 1.2;
}
.not-found p {
    line-height: 24px;
    color: #626262;
    margin-bottom: 30px;
}

.service-list {
    max-width: 500px;
    top: calc(100% - 3px);
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
    width: 100%;
    position: absolute;
    display: none;
    border-radius: 0 0 4px 4px;
}
.service-list ul {
    padding: 20px;
}
.service-list li.remove {
    display: none;
}
.service-list a {
    display: block;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.4;
    color: #626262;
}
.service-list a:hover {
    background: #F7F7F7;
    border-radius: 4px;
    color: #1f1f1f;
}


@media ( max-width: 1280px ){
    .not-found {height: calc(100vh - 64px);}
}
@media ( max-width: 575px ){
    .service-list{
        top: 45px;
        z-index: 3;
    }
    .service-list ul {
        padding: 5px;
    }
    .service-list a{
        padding: 5px 15px;
    }
}

/*--------------------------------MAIN SECTION - END------------------------------*/

/*--------------------------------PAGINATION------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .arrow {
    background: #FFFFFF;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    font-size: 14px;
    line-height: 17px;
    color: #626262;
    display: block;
    padding: 5px;
}

.pagination span {
    font-size: 14px;
    line-height: 17px;
    color: #626262;
    display: block;
    padding: 0 5px;
}
.pagination .current {
    background: linear-gradient(90.11deg, #EF7F1A 0.1%, #FF9900 99.92%);
/*    box-shadow: 0px 4px 10px rgba(166, 87, 15, 0.25);*/
    border-radius: 10px;
    width: 40px;
    height: 40px;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}
.pagination .arrow svg{
    stroke: #626262;
    transition: all 0.3;
}

.search-rezult .pagination{
    margin-bottom: 60px;
}
@media (min-width:1200px ){
    .pagination .arrow:hover {
        background: #EF7F1A;
    }
    .pagination .arrow:hover svg{
        stroke: #fff;
    }
    .pagination a:hover {
        color: #EF7F1A;
    }
}
@media (max-width:767px ){
    .pagination ul{
        padding: 0 10px;
    }
    .pagination .arrow,
    .pagination .current{
        height: 32px;
        width: 32px;
        font-size: 12px;
    }
    .pagination li a{
        font-size: 12px;
    }
    .pagination li{
        margin: 0 3px;
    }
    .pagination span{
        padding: 0 2px;
    }
}
/*--------------------------------PAGINATION - END------------------------------*/

/*--------------------------------SEE ALSO------------------------------*/
.see-also {
    padding-bottom: 100px;
}
.see-also .container {
    max-width: 1042px;
}
.see-also .h3 {
    text-align: center;
    padding-bottom: 20px;
}
.see-also ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.see-also li {
    padding: 0 5px 10px;
}

.see-also a {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    display: inline-block;
    padding: 10.5px 20px;
    background: #FFFFFF;
    border-radius: 21px;
}

@media (min-width:1200px ){
    .see-also a:hover{
        color: #EF801A;
    }
}
@media (max-width:991px ){
    .see-also{
        padding-bottom: 60px;
    }
}
@media (max-width:767px ){
    .see-also a {
        font-size: 14px;
        line-height: 20px;
    }
}
/*--------------------------------SEE ALSO - END------------------------------*/
/*--------------------------------USER REVIEW AND COMMENTS------------------------------*/
/*select-rating-category*/
.select-rating-category{position:relative;padding-bottom: 10px}
.select-rating-category ul{font-size:0;}
.select-rating-category li{position:relative;display:inline-block;vertical-align: top;margin-bottom:10px;margin-right:10px;font-size:13px;line-height:18px;font-weight:400;color: #626262;padding:9px 15px;border: 1px solid #E9E9E9;border-radius: 30px;min-height:36px;cursor:pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.select-rating-category li.more-rat-category{padding:9px 15px;}
.select-rating-category li.more-rat-category i{width:3px;height:3px;border-radius:50%;display:inline-block;vertical-align: middle;margin:0 7px;background:#626262;position:relative;}
.select-rating-category li.more-rat-category i:before,.select-rating-category li.more-rat-category i:after{content:"";position:absolute;left:-7px;top:0;width:3px;height:3px;border-radius:50%;display:inline-block;background:#626262;}
.select-rating-category li.more-rat-category i:before{left:auto;right:-7px;}
.select-rating-category li.active:not(.more-rat-category){background: #EF801A;color: #fff;}
.select-rating-category li.hide-more-rat-category{padding:8px 15px;}
.select-rating-category li.hide-more-rat-category i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;background: url(../icon/close.svg) center no-repeat;
    background-size: 14px;
}

.select-rating-category li.hide-more-rat-category i:after,
.select-rating-category li.hide-more-rat-category i:before {
/*
    content: "";
    height: 2px;
    width: 18px;
    display: block;
    position: absolute;
    top: 6px;
    left: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #626262;
    backface-visibility: hidden;
*/
}
.select-rating-category li.hide-more-rat-category i:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.select-rating-category li.hide-category,.select-rating-category .more-rat-category.hide,.select-rating-category li.hide-more-rat-category{display:none;}
.select-rating-category li.hide-category.visible, .select-rating-category li.hide-more-rat-category.visible{display:inline-block;}
.select-rating-category li:hover{background: #EF801A;color: #fff;}

/*master-rating*/
.master-rating{position:relative;margin-bottom:15px;}
.master-rating .rating-info{display: -ms-flexbox;display: flex;justify-content: space-between;align-items: center;}
.master-rating .rating-info .caption{font-size:14px;line-height:1em;color: #1f1f1f;font-weight:500;}
.master-rating .rating-info .rated-customers{font-size:12px;line-height:1em;color: #626262;font-weight:400;}
.master-rating ul{font-size:0;padding-top: 6px;}
.master-rating ul li{margin-bottom:15px;}
.master-rating ul li .rating-star{vertical-align:top;}
.master-rating ul li .name-rating{display:inline-block;font-size:14px;color: #626262;font-weight:400;margin-left:10px;padding-top: 1px;}
.master-rating .btn{margin-top:20px;}
.master-reviews{position:relative;margin-top:20px;}
.master-reviews .review-info{display: -ms-flexbox;display: flex;flex-wrap: wrap;align-items: center;font-size:0;    margin-bottom: 10px;}
.review-info .caption{font-size:14px;color: #1f1f1f;font-weight:500;margin-right:14px;}
.review-info .sort-review {
    cursor: pointer;
    position: relative;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    background: #fff;
    padding: 0 50px 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #1f1f1f;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
}
.review-info .sort-review:before{content: "";position: absolute;right:15px;top:13px;width: 7px;height: 7px;border-left: 1px solid #000;border-bottom: 1px solid #000;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.review-item{position:relative;padding:20px 0;border-bottom:1px solid #E9E9E9;}
.review-item .review-name{font-size:14px;line-height:1;color: #323232;font-weight:500;padding-right: 75px;}
.review-item .rating{position:absolute;top:20px;right:0;padding:0;}
.review-item .review-text{margin-top:12px;font-size: 14px;}
.review-item .review-date{font-size:11px;line-height:18px;color: #929292;font-weight:400;margin-top:11px;}
.reply-review{position:relative;margin-left:20px;margin-top: 15px;}
.reply-info{text-align: left;padding-left: 55px;}
.reply-info .master-name{font-size:14px;line-height:18px;color: #1f1f1f;font-weight: 500;padding: 10px 0;}
.reply-info .text p{font-size: 14px;color: #626262;}
.reply-info .text{margin-bottom:5px;font-size: 14px;color: #626262;}
.all-rating-and-reviews .reply-review .master-photo{position: absolute;left: 0;
    top: 0; width: 40px;height: 40px;line-height:40px;border-radius:10px;}
.all-rating-and-reviews .reply-review .master-photo:before{border-radius:10px;}
.all-rating-and-reviews .reply-review .master-photo span {
    line-height: 36px;
    border-radius: 10px;
    font-size: 14px;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    color: #626262;
    font-weight: 500;
    background: #fff;
    text-transform: uppercase;
}
.all-rating-and-reviews .reply-review .master-photo img{max-height:40px;max-width:40px;position: relative;z-index: 2;border-radius: 10px; }
.all-rating-and-reviews .master-photo:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 35px;
    border: 2px solid #E9E9E9;
}
.master-reviews .btn-show-more{margin-top:25px;}
.master-reviews .review-item{display:none;}
.master-reviews .review-item.active{display:block;}
.all-rating-and-reviews .fix-bottom-btn{position:fixed;bottom: 0;left: 0;width: 100%;z-index:10;-webkit-transform: translateY(100%);transform: translateY(100%);-webkit-transition: 0.3s;transition: 0.3s;}
.all-rating-and-reviews .fix-bottom-btn .btn{margin-top:0;}
.master-detail.visible-bottom-btn .master-item{padding-bottom:71px;}
.master-detail.visible-bottom-btn .master-item .fix-bottom-btn{-webkit-transform: translateY(0);transform: translateY(0);}

.all-rating-and-reviews{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 25px 30px 30px;
}
.sort-review .popup-container{
    padding: 30px 25px;
}
.sort-review .radiobox-item{
    text-align: left;
}
.sort-review .popup-title{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E9E9E9;
}

.all-rating-and-reviews .caption-block {
    font-size: 16px;
    line-height: 15px;
    color: #1f1f1f;
    font-weight: 500;
    margin-bottom: 26px;
}
.g-rating-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.g-rating-wrapper .general-rating-master {
    background: #F7F7F7;
    border-radius: 3px;
    padding: 9px 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.g-rating-wrapper .caption {
    font-size: 14px;
    line-height: 18px;
    color: #626262;
    padding-right: 5px;
}
.g-rating-wrapper .rating {
    display: flex;
    align-items: center;
}
.g-rating-wrapper .rating-digit {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #EFB01A;
}
.g-rating-wrapper .rating-star {padding-left: 0;}
.g-rating-wrapper .rating-star img:not(:last-child){
    margin-right: 2px;
}
.g-rating-wrapper img {
    width: 12px;
    height: 12px;
}
.g-rating-wrapper .rated-customers {
    font-size: 12px;
    line-height: 1.5;
    color: #1f1f1f;
    margin-bottom: 20px;
}
.m-rating-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.m-rating-wrapper .caption {
    font-size: 16px;
    line-height: 24px;
    color: #1f1f1f;
    font-weight: 500;
    width: 100%;
    margin-bottom: 12px;
}
.m-rating-wrapper .master-rating li {
    margin-top: 0;
}
.master-rating li {
    display: flex;
    align-items: center;
}
.master-rating li:last-child {
    margin-bottom: 0;
}
.master-rating .rating-star img:not(:last-child){
    margin-right: 2px;
}
.m-rating-wrapper .rating-star{
    padding-left: 0;
}
.master-rating .name-rating {
    font-size: 14px;
    line-height: 18px;
    color: #626262;
}
.add-review-block {

    border-radius: 3px;
    padding: 16px 55px 25px;
    max-width: 330px;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.add-review-block b {
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    line-height: 21px;
    font-size: 14px;
}
.add-review-block .btn {
    background-color: transparent;
    padding: 0 25px;
}
.review-info .select-box .SumoSelect > .CaptionCont{
    height: 40px;
    min-width: 226px;
}
.review-item .rating-star img:not(:last-child){
    margin: 0 0 0 2px;
}

.review-info .caption {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 500;
}
.reply-info .text p{
    display: inline;
}

@media ( min-width:1200px ){
    .add-review-block .btn:hover{
        background: #EF801A;
    }
}
@media ( max-width:991px ){
    .all-rating-and-reviews{
        padding: 20px 15px;
    }
}
@media ( max-width:767px ){
    .g-rating-wrapper .general-rating-master{width: 100%}
    .add-review-block{
        max-width: 100%;
        padding: 25px;
    }
    .master-rating ul li{
        margin-bottom: 12px;
    }
    .master-rating ul{
        padding-top: 0;
    }
    .select-rating-category{
        padding-bottom: 5px;
    }
    .master-reviews{
        margin-top: 15px;
    }
    .add-review-block{margin-bottom: 5px}
    .all-rating-and-reviews .caption-block{
        margin-bottom: 20px;
    }
}
/*
.reply-review .text .read-more{
    position: relative;
    display: inline;
    top: 0;
}
*/

/*--------------------------------USER REVIEW AND COMMENTS END------------------------------*/

.btn-callback {
    position: fixed;
    right: 30px;
    bottom: 30px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    z-index: 20;
}
.btn-callback.active {
    opacity: 1;
    visibility: visible;
}
.btn-callback:after {
    background: linear-gradient(90.11deg, #39A908 0.1%, #70B109 99.92%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    content: "";
    z-index: 1;
    animation: pulse 2s infinite;
    transform: scale(1);
}
.btn-callback.orange:after {
    background: linear-gradient(90.11deg, #EF801A 0.1%, #EF801A 99.92%)!important;
    animation: pulse_orange 2s infinite!important;
}

.btn-callback .icon {
    width: 24px;
    height: 24px;
    fill:#fff;
    position: relative;
    z-index: 2;
}
@keyframes pulse {
  0% {
    transform:scale(0.95);
    box-shadow: 0 0 0 0 rgba(57, 169, 8, 0.8);
  }

  70% {
    transform:  scale(1);
    box-shadow: 0 0 0 10px rgba(57, 169, 8, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(57, 169, 8, 0);
  }
}

@keyframes pulse_orange {
    0% {
        transform:scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 128, 26, 0.8);
    }

    70% {
        transform:  scale(1);
        box-shadow: 0 0 0 10px rgba(239, 128, 26, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(239, 128, 26, 0);
    }
}


/*--------------------USER DATA POPUP ----------------------- */
.change-photo-header {
    display: flex;
    margin-bottom: 30px;
}
.change-photo-header .photo {
    width: 145px;
    height: 145px;
    border-radius: 32px;
    background-color: #C4C4C4;
    position: relative;
    overflow: hidden;
}
.change-photo-header .photo.added {
    background-color: transparent;
}
.change-photo-header img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
    object-fit:contain;
}
.change-photo-header .text {
    align-self: center;
    width: calc(100% - 145px);
    padding-left: 20px;
    text-align: left;
}
.change-photo-header b{
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    margin-bottom: 10px;
    display: block;
}
.change-photo-header li {
    text-align: left;
}
.change-photo .btn-ap-group {
    margin-bottom: 20px;
}
.change-photo .btn-ap-group .btn:first-child {
    width: calc(60% - 35px);
}
.change-photo .btn-ap-group .btn:nth-child(3) {
    width: calc(40% - 35px);
}
.change-photo .text{
    text-align: left;
}
.change-photo .text.list-t2 li{font-size: 14px;}
.change-photo .text.list-t2 li:last-child{margin-bottom: 0!important;}

.bottom-group-btn ,
.popup-group-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.bottom-group-btn  .cancel,
.popup-group-bottom .cancel {
    font-size: 12px;
    line-height: 1.3;
    color: #1f1f1f;
    text-transform: uppercase;
}
.your-data-photo .h4 {
    margin-bottom: 10px;
    text-align: left;
}
.your-data-photo ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.your-data-photo .photo {
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    width: calc(50% - 10px);
}
.your-data-photo .photo:before {
    content: "";
    padding-top: 59%;
    display: block;
}
.your-data-photo img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%,-50%);
}
.your-data-info .h4 {
    text-align: left;
    margin-bottom: 15px;
}
.your-data-info .your-data-list {
    padding: 5px 15px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    flex-wrap: wrap;
    justify-content: space-between;
}
.your-data-info .your-data-list:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: #E9E9E9;
}
.your-data-info .item {
    width: calc(50% - 15px);
}
.your-data-info p {
    font-size: 12px;
    line-height: 22px;
    color: #929292;
}
.your-data-info span {
    font-size: 12px;
    line-height: 22px;
    color: #323232;
    display: block;
}
.popup-group-bottom.align-center{
    justify-content: center;
}
.popup-group-bottom.align-center .btn + .btn{
    margin-left: 20px;
}
.delete-account .popup-title {
    margin-bottom: 20px;
}
.delete-account ul {
    margin-bottom: 20px;
}
.delete-account li {
    font-size: 14px;
    line-height: 22px;
    color: #626262;
    text-align: left;
}
.delete-account li:not(:last-child) {
    margin-bottom: 5px;
}
.delete-account .h4 {
    margin-bottom: 15px;
}
.cancel-create-account .popup-title {
    margin-bottom: 20px;
}
.cancel-create-account p {
    font-size: 16px;
    line-height: 22px;
    color: #626262;
    margin-bottom: 15px;
}
.cancel-create-account .phone {
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    padding: 0 25px;
    height: 48px;
}
.cancel-create-account .phone .icon {
    fill: #626262;
    margin: 0 10px 0 0;
}
.cancel-create-account .phone span {
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
    letter-spacing: 0.03em;
    color: #626262;
    transition: all 0.3s;
}



@media ( min-width:1200px ){
    .bottom-group-btn  .cancel:hover,
    .popup-group-bottom .cancel:hover {
        color: #EF801A;
    }
    .cancel-create-account .phone:hover{
        border-color: #EF801A;
    }
    .cancel-create-account .phone:hover .icon{
        fill: #EF801A;
    }
    .cancel-create-account .phone:hover span{
        color: #EF801A;
    }
}
@media ( max-width:1480px ){
    .cancel-create-account .phone{
        height: 40px;
    }
}
@media ( max-width:575px ){
    .change-photo .text.list-t2 li:before{
        top: 6px;
    }
    .change-photo .text.list-t2 li{
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 18px;
    }
    .change-photo-header .photo{
        width: 90px;
        height: 90px;
    }
    .change-photo-header .text{
        width: calc(100% - 90px);
    }
    .your-data-info .item{
        width: 100%;
    }
    .your-data-info .item:nth-child(1){
        border-bottom: 1px solid #E9E9E9;
        padding-bottom: 5px;
    }
    .your-data-info .item:nth-child(2){
        padding-top: 5px;
    }
    .your-data-info .your-data-list:after {
        content: none;
    }
}
/*--------------------USER DATA POPUP END----------------------- */
/*--------------------ADD CATEGORY and WORK GALLERY POPUP----------------------- */
.add-category .checkbox-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.add-category .checkbox-item{
    width: calc(50% - 10px);
    text-align: left;
}

.area-with-edit{text-align: left;box-shadow:0 0 0 1px #E9E9E9;border-radius: 3px;margin-top:10px;}
.area-with-edit .editor-block{position:relative;padding:10px 0;border-bottom:1px solid #E9E9E9;font-size: 0;}
.area-with-edit .editor-block >*{display:inline-block;padding:0 15px;cursor:pointer;border-right:1px solid #E9E9E9;height: 20px;vertical-align: top;line-height: 20px;}
.area-with-edit .editor-block >* img{vertical-align:middle;}
.area-with-edit .input-field-wrapp{margin-bottom:0;}
.area-with-edit .input-field-wrapp .input{border:none;border-top-left-radius:0;border-top-right-radius:0;}


.photo-gallery ul {
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery li{
    width: calc(33.33% - 13.33px);
    position: relative;
    border-radius: 10px;
    margin-right: 20px;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}
.photo-gallery li:nth-child(3n){
    margin-right: 0;
}
.photo-gallery ul li:before{
    content: "";
    padding-top: 100%;
    display: block;
}
.photo-gallery .remove {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    z-index: 5;
    transition: all 0.3s;
}
.photo-gallery .remove svg {
    stroke:#fff;
    width: 10px;
    height: 10px;
}
.photo-gallery li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    z-index: 3;
    max-width: 160%;
    max-height: 160%;
}
.photo-gallery label {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 6;
}
.photo-gallery{
    padding-bottom: 10px;
}


.refund-popup .popup-title {
    margin-bottom: 15px;
}
.refund-popup .text {
    margin-bottom: 20px;
}
.refund-popup .play {
    background: linear-gradient(90.11deg, #39A908 0.1%, #70B109 99.92%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.refund-popup .icon-1 {
    width: 29px;
    height: 40px;
    margin-left: 6px;
}
.refund-popup .icon-2 {width: 22px;height: 40px; display: none;}
.refund-popup .active-pause .icon-1 {display: none;}
.refund-popup .active-pause .icon-2 {display: block;}
.refund-popup .play-btn {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #626262;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 25px;
}
.refund-popup .btn {
    width: 100%;
}
.refill-popup .popup-title {
    margin-bottom: 10px;
}
.refill-popup .text {
    margin-bottom: 25px;
}
.refill-popup img {
    width: auto;
}
.refill-form-header {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}
.refill-form-header span {
    font-size: 14px;
    line-height: 21px;
    color: #323232;
    font-weight: 500;
    margin-right: 8px;
}
.refill-form-header img {
    width: auto;
}
.refill-popup .btn .icon {
    fill:transparent;
    stroke:#fff;
    width: 5px;
    height: 8px;
}
.refill-popup .btn-text {margin-right: 25px;}

@media ( min-width:1200px ){
    .refill-popup .btn:hover .icon {
        stroke:#EF801A;
    }
    .refund-popup .play-btn:hover {color: #EF7F1A;}
    .photo-gallery .remove:hover {
        background: rgba(0, 0, 0, 0.5);
    }
}
@media ( max-width:767px ){
    .refill-success .success-img{
        width: auto;
        height: auto;
    }
    .refill-success .success-img img{
        max-width: 44px;
    }
}
@media ( max-width:575px ){
    .add-category .checkbox-item{
        width: 100%;
    }
    .photo-gallery li{
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .photo-gallery ul{
        justify-content: space-between;
    }

}
/*--------------------ADD CATEGORY POPUP END----------------------- */

div.form-group.has-error > input, div.form-group.has-error > textarea {
    border-color: #d32535;
}

p.help-block, div.help-block {
    font-size: 12px!important;
    text-align: left;
    color: #d32535;
    padding-top: 5px;

}

.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px!important;
    font-size: 14px!important;
    line-height: 1.7!important;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: initial!important;
    border: 1px solid #E9E9E9!important;

}

div.form-group.has-error span.select2.select2-container.select2-container--bootstrap.input-lg span.selection span.select2-selection.select2-selection--single {
    border: 1px solid #d32535!important;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    font-size: 14px!important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #E9E9E9!important;
}


/*--------------------ADD CATEGORY POPUP END----------------------- */
/*--------------------PAGINATION BEGIN----------------------- */

.pagination {display: block; padding-left: 0; margin: 0; border-radius: initial;text-align: center;}
.pagination > li > a, .pagination > li > span {position: relative;float: none;padding: 0;margin-left: 0; color: inherit; text-decoration: none;background-color:inherit;border: none;}
.pagination > .active > a, .pagination > .active > span, body:not(.mobile) .pagination > .active > a:hover, body:not(.mobile) .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;cursor: default;border-color: initial;}
ul.pagination li.disabled span {background-color: inherit;background-position: initial!important;line-height: initial!important;}
.pagination li:first-child {float: left;}
.pagination li:last-child .page-link {padding-right: 15px;}
.pagination li:last-child {float: right; position: relative;}
.pagination li:last-child .page-link, .pagination li:first-child .page-link, ul.pagination li.disabled span {font-size: 12px; text-transform: uppercase; font-weight: 700; color: #2d3642; padding: 0px 20px; height: 40px; line-height: 40px; display: inline-block; position: relative;}
.pagination li:last-child .page-link:before,
.pagination li:last-child .page-link:after {left: auto; right: 0; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.pagination li:first-child .page-link:after,
.pagination li:last-child .page-link:after,
ul.pagination li.next.disabled span:after {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY2MTI0QjkzQTJCMTFFNzg5NTU5RkQ3NkQxMUE2RjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY2MTI0QkEzQTJCMTFFNzg5NTU5RkQ3NkQxMUE2RjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjYxMjRCNzNBMkIxMUU3ODk1NTlGRDc2RDExQTZGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjYxMjRCODNBMkIxMUU3ODk1NTlGRDc2RDExQTZGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptura/UAAACZSURBVHjaYvz//z8DMnifIhEApNYyoQk6Aql1QNzIANIBwu+SxU2A+B8QTwTxGUEEUKUaUNV1IF4qOOdFHEg3I1CFBJB+AsQ7gII+MGNBdjwG4hPIgjAJRiD+yoAGQBIyQOwCtGcZigTQiBdAWhOIw4GSU5B1MAAlbwEpKyDOAko2g12F7HOgoBeQ2gLEJYxYgiQeSM0FCDAAnPZAbOa8mb8AAAAASUVORK5CYII="); opacity: 0;}
ul.pagination li.next.disabled span{margin-top: -6px;display: block;line-height: 40px !important;}
ul.pagination li.next.disabled span:before {left: auto; right: 0; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
ul.pagination li.active a.page-link {background: #ff8a00; color: #fff; border-radius: 3px;}
ul.pagination li a.page-link{margin: 0 5px;}
.pagination li.prev .page-link, .pagination li.prev span {padding-left: 15px; }
.pagination li.prev {float: left; position: relative;}
.pagination li.next .page-link, .pagination li.next span {padding-right: 15px;}
.pagination li.next {float: right; position: relative;}
.pagination li.next .page-link, .pagination li.next span, .pagination li.prev .page-link, .pagination li.prev span {font-size: 12px; text-transform: uppercase; font-weight: 700; color: #2d3642; padding: 0px 20px; height: 40px; line-height: 40px; display: inline-block; position: relative;}
.pagination li.next span, .pagination li.prev span {opacity: 0.5; cursor: not-allowed;}
.pagination li:first-child .page-link:before, .pagination li:first-child span:before, .pagination li.next .page-link:before, .pagination li.next span:before, .pagination li:first-child .page-link:after, .pagination li:first-child span:after, .pagination li.next .page-link:after, .pagination li.next span:after { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJhJREFUeNpi/P//PwMy0DN3CQBSa5nQBB2B1DogbmSE6QAKmgCpU0A8+dLJPflgCaCgGlDgOhAvBQrGgRQy6po5SwDpJ0C8AyjoAzMWZMdjID6BLAiTYATirwxoACQhA8QuQHuWoUgAjXgBpDWBOBwoOQVZBwNQ8haQsgLiLKBkM9hVyD4HCnoBqS1AXMKIJUjigdRcgAADAIMlNnAKjoULAAAAAElFTkSuQmCC");     content: '';display: block;position: absolute;top: 50%;left: 0;width: 6px;height: 12px;margin-top: -7px;background-repeat: no-repeat;background-position: center center;-webkit-transition: opacity .3s ease-in-out;transition: opacity .3s ease-in-out;}
.pagination li.next .page-link:before, .pagination li.next span:before, .pagination li.next .page-link:after, .pagination li:last-child span:after {left: auto; right: 0; -webkit-transform: rotate(180deg);transform: rotate(180deg);}
.pagination li:first-child .page-link:after, .pagination li:last-child .page-link:after {background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzY2MTI0QjkzQTJCMTFFNzg5NTU5RkQ3NkQxMUE2RjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzY2MTI0QkEzQTJCMTFFNzg5NTU5RkQ3NkQxMUE2RjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNjYxMjRCNzNBMkIxMUU3ODk1NTlGRDc2RDExQTZGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNjYxMjRCODNBMkIxMUU3ODk1NTlGRDc2RDExQTZGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ptura/UAAACZSURBVHjaYvz//z8DMnifIhEApNYyoQk6Aql1QNzIANIBwu+SxU2A+B8QTwTxGUEEUKUaUNV1IF4qOOdFHEg3I1CFBJB+AsQ7gII+MGNBdjwG4hPIgjAJRiD+yoAGQBIyQOwCtGcZigTQiBdAWhOIw4GSU5B1MAAlbwEpKyDOAko2g12F7HOgoBeQ2gLEJYxYgiQeSM0FCDAAnPZAbOa8mb8AAAAASUVORK5CYII="); opacity: 0;}
ul.pagination li.prev.disabled span, ul.pagination li.next.disabled span {line-height: 40px!important;}
.pagination ul a, .pagination ul span {display: block;min-width: 40px;height: 40px;font-size: 14px;line-height: 40px;font-weight: 700; text-align: center; border-radius: 3px;}
.pagination ul {display: inline-flex!important;}
@media (max-width: 767px) {
    .pagination li.prev .page-link, .pagination li.prev span, .pagination li.next .page-link, .pagination li.next span {font-size: 0px; width: 20px; padding: 0px; min-width: 100%;}
    .pagination li.prev .page-link, .pagination li.prev span, .pagination li.next .page-link, .pagination li.next span {font-size: 0px!important; width: 20px!important; padding: 0px!important; min-width: 100%!important;}
}

/*--------------------PAGINATION END----------------------- */
/*--------------------CHANGES----------------------- */

@media(min-width:1200px){
    .popup-content[data-rel="cancel-save-object"] .popup-group-bottom .btn{min-width:206px;}
}

.dashboard.content-inner{padding-top:0;}
.sidebar{align-content: flex-start;}
.sidebar .top-info{position: relative;width: 100%;padding:20px 15px;}
.sidebar .logo{max-width: 216px;display: inline-block;font-size: 0;margin-bottom: 20px;}
.sidebar .logo-img {max-width: 100%;width: auto;height: auto;}
.sidebar li:first-child{border-top: 1px solid #E9E9E9;}
.sidebar .exit-cabinet{position:relative;padding:20px 15px;width:100%;}
.sidebar .exit-cabinet .btn{width:100%;}
.sidebar .link-bottom-wrapp{padding:20px;position: absolute;bottom: 0;left: 0;}
.sidebar .link-bottom-wrapp >*.link-bottom{padding:0;margin-bottom:15px;}
.sidebar .link-bottom-wrapp >*:last-child{margin-bottom:0;}

.add-input-block-item .add-more{margin-top:10px;font-size: 12px;line-height: 22px;color: #323232;cursor: pointer;transition: all 0.3s;}
.add-input-block-item .add-more b{font-size: 11px;}
.experience-bloСЃk{display: -ms-flexbox;display: flex;align-items: center;margin-bottom: 0;}
.experience-bloСЃk .title{margin-right:10px;}
.experience-bloСЃk .input-field-wrapp{margin-bottom:0;font-size:0;}
.experience-bloСЃk .input-field-wrapp .input{color: #323232;font-weight: 500;text-align: center;height: 40px;padding: 0 5px;width: 48px;margin-right:10px;}
.experience-bloСЃk .input-field-wrapp .input-label{font-size: 13px;line-height: 1em;color: #626262;font-weight: 400;white-space: nowrap;display: inline-block;margin-bottom: 0;min-width: 12px;height: 13px;}
.input-with-remove-btn.hide{display:none}
.added-inputs .input-with-remove-btn.hide{display: block;margin-top: 10px;}
.input-with-remove-btn{position: relative;}
.input-with-remove-btn .input{padding-right: 45px;}
.input-with-remove-btn .remove{position: absolute;cursor: pointer;right: 20px;top: 50%;transform: translateY(-50%);z-index: 3;}
.input-with-remove-btn .icon{stroke:#323232;width: 10px;height: 10px;}
.accordion-inner .input-with-remove-btn{margin-bottom:25px;}
.accordion-inner .add-input-block-item .add-more{margin-top:0;display:inline-flex;}
.service-price-wrapp + .add-input-block-item{margin-top:25px;}
.change-service .checkbox-wrapper + .input-with-remove-btn{margin-bottom:20px;margin-top:5px;}
.change-service .accordion-inner .input-with-remove-btn{margin-bottom:20px;}
.change-service .accordion-inner .add-input-block-item{margin:5px 0 0;}
.region-work .checkbox-wrapper + .input-with-remove-btn{margin-bottom:20px;margin-top:5px;}
.region-work .checkbox-wrapper + .add-input-block-item{margin:5px 0 10px;}
@media (min-width: 1280px){
    .sidebar{position: absolute;top: 0;
        height: calc(100vh );
    }
}
@media(min-width:1200px){
    .input-with-remove-btn .remove:hover .icon{stroke:#EF7F1A;}
    .accordion-inner .add-input-block-item{position:relative;margin-bottom: 10px;}
    .accordion-inner .add-input-block-item .service-price-item{margin-top: 15px;}
}
@media (max-width: 1280px){
    .sidebar-toggle{position: absolute;right: -45px;top: 50%;margin-top:-9px;}
    .sidebar-toggle .bar-wrapp:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;background:#fff;border-radius:4px;z-index: -1;box-shadow: 0px 0px 4px rgb(0 0 0 / 8%);}
}
@media (max-width:767px){
    .sidebar-toggle{right: -35px;}
    .region-work .checkbox-wrapper + .add-input-block-item{margin: 15px 0 0;}
    .region-work .accordion-inner .input-with-remove-btn{margin-bottom: 15px;}
}
@media (max-width: 575px){
    .sidebar .header-user-link .photo{margin-right: 10px;}
    .sidebar .header-user-link .name{display:block;}
}
@media (max-height:880px){
    .sidebar ul{max-height:350px;overflow-y: auto;}
}
@media (max-height:820px){
    .sidebar ul{max-height:300px;}
}

/*add sertificats*/
.add-photo-docs .template {
    font-size: 0;
}
.add-photo-docs img {
    margin-bottom: 25px;
}
.add-photo-docs .title {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
.add-photo-docs p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #626262;
    margin-bottom: 20px;
}

.popup-container.size-md{max-width: 996px;padding: 50px 100px 60px;}
.popup-container.size-lg{max-width: 1216px;border-radius: 10px;}

.success-message{position:relative;text-align:center;}
.success-message >*{margin-bottom:15px;}
.success-message >*:last-child{margin-bottom:0;}
.success-message .success-img{width:86px;height:86px;display: inline-block;margin-bottom: 30px;}
.success-message .btn{margin-top:15px;}

.contact-master-form .text, .contact-master-form .btn{margin-top:20px;}
.contact-master-form .text p{line-height: 22px;}

/*--------------------------------------------------------*/
/* News & News detail */
/*--------------------------------------------------------*/
.news-category{position:relative;font-size:0;margin: 20px 0;}
.news-category .category-title{display:none;}
.news-category ul{font-size:0;display: inline-block;border-bottom: 1px solid #E9E9E9;}
.news-category li{position: relative;display: inline-block;width: auto;vertical-align: top;font-size: 12px;line-height: 18px;color: #323232;font-weight:500;padding: 9px 10px;cursor: pointer;white-space: nowrap;margin-right:30px;}
.news-category li:last-child{margin-right:0;}
.news-category li:before{content: "";position: absolute;left: 0;bottom: -1px;width: 100%;height: 2px;background: #EF7F1A;opacity: 0;visibility: hidden;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.news-category li.active:before{opacity:1;visibility:visible;}

.row-20{margin-left:-10px;margin-right:-10px;}
.row-20 div[class^="col"]{padding-left:10px;padding-right:10px;}
.news-wrapp + *{margin-top:60px;}
.news-wrapp > div[class^=col]{margin-top: 20px;}
.news-wrapp > div[class^=col] > .news-item{position: relative;height:100%;box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08);border-radius: 4px;}
.news-item .news-img{position: relative;font-size: 0;padding-bottom:56.6%;overflow: hidden;background-color:#C4C4C4;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.img-link{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;}
.news-item .news-img img{position: absolute;top: 0;width: 100%;height: 100%;-webkit-transition: 0.4s;transition: 0.4s;backface-visibility: hidden;object-fit: cover;}
.news-item .news-content{position: relative;padding:15px 20px 20px;text-align:left;}
.news-item .news-content>*{margin-bottom:10px;}
.news-item .news-content>*:last-child{margin-bottom: 0;}
.news-content .title{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;-webkit-transition: 0.25s;transition: 0.25s;font-size:18px;line-height:1.4em;}
.news-content .text{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;max-height:48px;letter-spacing: 0.01em;}
@media(min-width: 1200px){
    .news-category li:hover a{color:#EF801A;}
    .news-item .news-img:hover img{-webkit-transform: scale(1.02);transform: scale(1.02);}
    .news-item .title a:hover{color:#EF801A;}
}
@media (max-width: 991px){
    .news-category{margin-bottom:0;}
    .news-category .category-title{display: block;border: 1px solid #E9E9E9;padding: 10px 35px 10px 11px;font-size: 12px;line-height: 18px;color: #323232;font-weight:500;text-align:left;}
    .news-category .category-title:before{content: '';position: absolute;right: 15px;top: 50%;width: 12px;height: 12px;border: solid #000;border-width: 0 1px 1px 0;-webkit-transform: translateY(-50%) rotate(45deg);transform: translateY(-50%) rotate(45deg);margin-top: -2px;-webkit-transition: 0.25s;transition: 0.25s;}
    .news-category .category-title.active:before{margin-top: 2px;-webkit-transform: translateY(-50%) rotate(-135deg);transform: translateY(-50%) rotate(-135deg);}
    .news-category ul{position: absolute;top: 100%;left: 0;width: 100%;-webkit-transition: 0.25s;transition: 0.25s;-webkit-transform-origin: top center;transform-origin: top center;-webkit-transform: scaleY(0);transform: scaleY(0);z-index: 5;background: #E9E9E9;border:none;}
    .news-category.active ul{-webkit-transform: scaleY(1);transform: scaleY(1);z-index:6}
    .news-category li{display: block;margin: 0 10px;text-align: left;padding: 9px 0;}
    .news-category li.active:before{content:none;}
    .news-category li.active{color:#EF7F1A;}
    .news-wrapp + *{margin-top:40px;}
}
@media(max-width:767px){
    .row-20{margin-left:-15px;margin-right:-15px;}
    .row-20 div[class^="col"]{padding-left:15px;padding-right:15px;}
    .news-item .news-content{padding:15px;}
    .news-wrapp + *{margin-top: 20px;}
}

.bd-example > .alert + .alert, .bd-example > .nav + .nav, .bd-example > .navbar + .navbar, .bd-example > .progress + .btn, .bd-example > .progress + .progress {
    margin-top: 1rem;
}

.alert-primary {color: #004085;background-color: #cce5ff;border-color: #b8daff;}
.alert-secondary {color: #383d41; background-color: #e2e3e5;border-color: #d6d8db;}
.alert-success {color: #155724; background-color: #d4edda; border-color: #c3e6cb;}
.alert-danger {color: #721c24; background-color: #f8d7da; border-color: #f5c6cb;}
.alert-warning {color: #856404; background-color: #fff3cd; border-color: #ffeeba;}
.alert-info {color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb;}
.alert-light {color: #818182;background-color: #fefefe;border-color: #fdfdfe;}
.alert-dark {color: #1b1e21;background-color: #d6d8d9;border-color: #c6c8ca;}
.alert {position: relative;padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-radius: .25rem;font-size: initial!important;}
/*--------------------CHANGES END ----------------------- */

div.form-group.has-error > input, div.form-group.has-error > textarea {
    border-color: #d32535;
}

p.help-block, div.help-block {
    font-size: 12px!important;
    text-align: left;
    color: #d32535;
    padding-top: 5px;

}

.select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg .select2-container--bootstrap .select2-selection--single, .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px!important;
    font-size: 14px!important;
    line-height: 1.7!important;
}

.select2-container--bootstrap .select2-selection {
    box-shadow: initial!important;
    border: 1px solid #E9E9E9!important;

}

div.form-group.has-error span.select2.select2-container.select2-container--bootstrap.input-lg span.selection span.select2-selection.select2-selection--single {
    border: 1px solid #d32535!important;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    font-size: 14px!important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #E9E9E9!important;
}

.experience-bloсk{display: -ms-flexbox;display: flex;align-items: center;margin-bottom: 0;}
.experience-bloсk .title{margin-right:10px;}
.experience-bloсk .input-field-wrapp{margin-bottom:0;font-size:0;}
.experience-bloсk .input-field-wrapp .input{color: #323232;font-weight: 500;text-align: center;height: 40px;padding: 0 5px;width: 48px;margin-right:10px;}
.experience-bloсk .input-field-wrapp .input-label{font-size: 13px;line-height: 1em;color: #626262;font-weight: 400;white-space: nowrap;display: inline-block;margin-bottom: 0;min-width: 12px;height: 13px;}
/*work-shedule-block*/
.work-shedule-block{position:relative;}
.work-shedule-block .work-shedule-day{display: -ms-flexbox;display:flex;justify-content:space-between;align-items: flex-start;max-width: 320px;}
.work-shedule-block .work-shedule-day:last-child{margin-bottom:0;}
.work-shedule-block .work-shedule-day .checkbox-item{margin-top:8px;}
.select-hours .select-item{display:inline-block;pointer-events:none;cursor:inherit;}
.select-hours.allowed-select .select-item{pointer-events:inherit;cursor:pointer;}
.select-hours .select-separator{position:relative;display:inline-block;vertical-align: middle;width:8px;height:1px;background:#626262;margin: 0 4px;}
.add-select-block .add-select-inner.hide{display:none}
.added-select .add-select-inner.hide{display:block;margin-top: 10px;position:relative;}
.added-select .add-select-inner.hide .btn-close{right:auto;left:-32px;top:4px;}
.work-shedule-block.work-date .add-select-inner.hide .btn-close{left:184px;}
.add-select-block .add-more{margin-top:10px;display:none;transition: 0.2s;-webkit-transition: 0.2s;cursor: pointer;}
.add-select-block .add-more.visible{display:inline-block;}
.work-shedule-block .work-shedule-day:not(:last-child){
    margin-bottom: 30px;
}
.work-schedule .SumoSelect > .CaptionCont {height: 40px;}
.work-schedule-header .h3 {
    margin-bottom: 5px;
    width: 100%;
}
.work-schedule-header  b {
    font-size: 16px;
    line-height: 22px;
    color: #323232;
    font-weight: 500;
}
.work-schedule .add-more{
    font-size: 12px;
    line-height: 18px;
    color: #323232;
}
.work-schedule .add-more b{font-size: 11px;font-weight: 500;}

.work-schedule-header b{margin-bottom: 15px;}
.work-schedule-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.work-schedule-header .left {
    margin-bottom: 15px;
}
.work-schedule-header .tab-switch {
    margin-bottom: 15px;
}
.tab-switch {
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 4px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.3s;

}
.tab-switch span {
    height: 38px;
    display: flex;
    align-items: center;
    padding: 0 19px;
    position: relative;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    color: #626262;
    cursor: pointer;
    transition: all 0.3s;
}
.tab-switch span.active {
    background: linear-gradient(90.11deg, #39A908 0.1%, #70B109 99.92%);
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
.switch-tab{
    display: none;
}
.switch-tab.active{
    display: block;
}
.tab-date .checkbox-item {
    margin-bottom: 15px;
}
.tab-date .hours-wrapper {
    padding-top: 5px;
}

.add-inputs-block{position:relative;margin-top:15px;   max-width: 660px;}
.add-inputs-block .add-input-block-item{position:relative;padding-bottom:20px;margin-bottom:25px;border-bottom:1px solid #E9E9E9;}
.add-inputs-block .add-input-block-item:last-child{margin-bottom:15px;}
.add-input-block-item .title{margin-bottom:15px;}
.add-input-block-item .add-more{
    margin-top:10px;
    font-size: 12px;
    line-height: 22px;
    color: #323232;
    display: table;
    cursor: pointer;transition: all 0.3s;
}
.add-input-block-item .add-more b{font-size: 11px;}
.experience-bloСЃk{display: -ms-flexbox;display: flex;align-items: center;margin-bottom: 0;}
.experience-bloСЃk .title{margin-right:10px;}
.experience-bloСЃk .input-field-wrapp{margin-bottom:0;font-size:0;}
.experience-bloСЃk .input-field-wrapp .input{color: #323232;font-weight: 500;text-align: center;height: 40px;padding: 0 5px;width: 48px;margin-right:10px;}
.experience-bloСЃk .input-field-wrapp .input-label{font-size: 13px;line-height: 1em;color: #626262;font-weight: 400;white-space: nowrap;display: inline-block;margin-bottom: 0;min-width: 12px;height: 13px;}
.input-with-remove-btn.hide{display:none}
.added-inputs .input-with-remove-btn.hide {
    display: block;
    margin-top: 10px;
}
.input-with-remove-btn{
    position: relative;
}
.input-with-remove-btn .input{
    padding-right: 45px;
}
.input-with-remove-btn .remove{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.input-with-remove-btn .icon{
    stroke:#323232;
    width: 10px;
    height: 10px;
}

.education-and-exp .h3 {
    margin-bottom: 15px;
}
.education-and-exp .text .title {
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    font-weight: 500;
    margin-bottom: 5px;
}
.education-and-exp .text p {
    font-size: 14px;
    line-height: 22px;
    color: #626262;
}

@media (min-width: 767px){
    .register-page.step4 {min-height: calc(100vh - 168px);}
}
@media ( min-width:1200px ){
    .register-page.step4 {min-height: calc(100vh - 186px);}
    .register-success .phone:hover {
        color: #EF7F1A;
    }
}
@media ( max-width:1700px ){
    .education-and-exp,
    .work-schedule,
    .level-of-students,
    .place-of-study{
        padding: 50px 65px 60px;
    }

}
@media ( max-width:1480px ){
    .ps-list .SumoSelect > .optWrapper > .options{
        max-height: 146px;
    }
    .work-schedule,
    .education-and-exp,
    .level-of-students,
    .place-of-study{
        padding: 40px 30px;
    }
}
@media ( max-width:1200px ){
    .register-success p{font-size: 14px;}
    .register-success .icon {
        width: 56px;
        height: 56px;
        margin-bottom: 25px;
    }
    .tab-switch {
        padding: 2px;
    }
    .tab-switch span {
        height: 34px;
        padding: 0 12px;
        font-size: 11px;
    }

}
@media ( max-width:991px ){
    .place-of-study  .item-inner ,
    .place-of-study .select-box {
        max-width: 100%;
    }

}
@media ( max-width:575px ){
    .ps-list .input-group .input-field-wrapp{
        width: 100%;
    }
    .ps-list .input-group .input-field-wrapp:last-child{margin-bottom: 0;}
    .education-and-exp,
    .work-schedule {
        padding: 30px 20px;
    }
    .work-schedule .select-hours{
        width: 100%;
    }
    .work-shedule-block .work-shedule-day{flex-wrap: wrap;}
    .work-shedule-block .work-shedule-day:not(:last-child){
        margin-bottom: 20px;
    }
    .work-shedule-block .work-shedule-day .checkbox-item{margin-top: 0;margin-bottom: 10px;}
    .select-hours .select-item .SumoSelect{
        width: 90px;
    }
    .work-schedule .SumoSelect > .CaptionCont{width: 100%;}
    .select-item .SumoSelect > .CaptionCont > label > i{height: 24px;}
    .work-schedule-header b{font-size: 14px;}
    .tab-switch span{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}