@charset "UTF-8";
/*  RESET  */
a,abbr,acronym,address,applet,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#000;background:#fff}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,td,th{text-align:left;font-weight:400}blockquote:after,blockquote:before,q:after,q:before{content:""}blockquote,q{quotes:"" ""}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.container:after,.row:after{clear:both}
/* /. RESET */
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

.section {
    padding: 50px 0 40px;
}
.pt0{
    padding-top: 0;
}
.pb0{
    padding-bottom: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e9e9e9;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left-xs {
    text-align: left;
}

.text-center-xs {
    text-align: center;
}

.text-right-xs {
    text-align: right;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 1330px;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lf {
        text-align: right;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row,
.my-row {
    margin-left: -10px;
    margin-right: -10px;
}

.row.big {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:10px;padding-right:10px}.row.big .col-lg-1,.row.big .col-lg-10,.row.big .col-lg-11,.row.big .col-lg-12,.row.big .col-lg-2,.row.big .col-lg-3,.row.big .col-lg-4,.row.big .col-lg-5,.row.big .col-lg-6,.row.big .col-lg-7,.row.big .col-lg-8,.row.big .col-lg-9,.row.big .col-md-1,.row.big .col-md-10,.row.big .col-md-11,.row.big .col-md-12,.row.big .col-md-2,.row.big .col-md-3,.row.big .col-md-4,.row.big .col-md-5,.row.big .col-md-6,.row.big .col-md-7,.row.big .col-md-8,.row.big .col-md-9,.row.big .col-sm-1,.row.big .col-sm-10,.row.big .col-sm-11,.row.big .col-sm-12,.row.big .col-sm-2,.row.big .col-sm-3,.row.big .col-sm-4,.row.big .col-sm-5,.row.big .col-sm-6,.row.big .col-sm-7,.row.big .col-sm-8,.row.big .col-sm-9,.row.big .col-xs-1,.row.big .col-xs-10,.row.big .col-xs-11,.row.big .col-xs-12,.row.big .col-xs-2,.row.big .col-xs-3,.row.big .col-xs-4,.row.big .col-xs-5,.row.big .col-xs-6,.row.big .col-xs-7,.row.big .col-xs-8,.row.big .col-xs-9{padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1360px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}


.form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 40px 0 20px;
    border: 2px solid #e6eff7;
    border-radius: 5px;
    background: #fff;
    color: #727376;
    text-shadow: none;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 20px;
}

.form-control.mini {
    height: 40px;
}

.form-control:focus {
    border-color: #356C81;
    box-shadow: 0 0 0 1px #356C81;
}
.form-control.error {
    border-color: #ee3923;
    box-shadow: 0 0 0 1px #ee3923;
}

.form-control::-moz-placeholder {
    color: #6b6f7d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6b6f7d;
}

.form-control::-webkit-input-placeholder {
    color: #6b6f7d;
}


textarea.form-control {
    height: auto;
    max-width: 100%;
    min-height: 115px;
    resize: none;
    padding-top: 10px;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1359px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1359px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1359px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1359px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1360px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1360px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1360px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1360px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1359px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1360px) {
    .hidden-lg {
        display: none !important;
    }
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

@media only screen and (min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}

.fancybox-close:after {
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}

.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-close:hover {
    background: #ff4632;
}

.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}

.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-prev span:after,
.fancybox-next span:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.fancybox-prev:hover span:after,
.fancybox-next:hover span:after {
    border-color: #356C81;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: #fff;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
    .fancybox-prev span {
        left: 15px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .fancybox-next span {
        right: 15px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
    cursor: default !important;
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/


/* Overlays */

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}


/* to make room for the icon, a width needs to be set here */

.ui-button-icon-only {
    width: 2.2em;
}


/* button elements seem to need a little more width */

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}


/* button text element */

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: 0.4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}


/* no icon support for input elements, provide padding by default */

input.ui-button {
    padding: 0.4em 1em;
}


/* button icon element(s) */

.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: 0.5em;
}


/* button sets */

.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -0.3em;
}


/* workarounds */


/* reset extra padding in Firefox, see h5bp.com/l */

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}


/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}


/* RTL support */

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0.4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: 0.5em;
    padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}


/* icon support */

.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}


/* left-aligned */

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}


/* right-aligned */

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}


/* support: IE8 - See #6727 */

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: 0.2em 0;
    vertical-align: middle;
    margin-left: 0.4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}


/* more specificity required here to override default borders */

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}


/* vertically center icon */

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}


/* TR overrides */

.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}


/* Component containers
----------------------------------*/

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}


/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}


/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}


/* Icons
----------------------------------*/


/* states and images */

.ui-icon {
    width: 16px;
    height: 16px;
}


/* positioning */

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}


/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}


/* Misc visuals
----------------------------------*/


/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}


/* Overlays */

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}

.jq-checkbox {
    top: -1px;
    width: 13px;
    height: 13px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    background: #f6f6f6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #fff, inset 1px -1px #fff;
    vertical-align: middle;
    cursor: pointer;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 9px;
    height: 9px;
    margin: 2px 0 0 2px;
    border-radius: 2px;
    background: #666;
    box-shadow: inset 0 -3px 6px #aaa;
}

.jq-checkbox.focused {
    border: 1px solid #08c;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-radio {
    width: 18px;
    height: 18px;
    border: 1px solid #8f8f8f;
    border-radius: 50%;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #2c2c2c;
}

.jq-radio.focused {
    border: 1px solid #08c;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1;
    background: #fff;
}

.focused .jq-file__name {
    border: 1px solid #5794bf;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #fff;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 35px;
    padding: 0 45px 0 10px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAjCAYAAABVcWC0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAAHElEQVQYV2P4DwRMQMwAIRiAAImLTWzglPxnAACW6U727Go5vAAAAABJRU5ErkJggg==) repeat-x;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #fff;
}

.jq-selectbox__select:hover {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

.jq-selectbox__select:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

.jq-selectbox.focused .jq-selectbox__select {
    /*border: 1px solid #F58220;*/
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #ccc;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 38px;
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
    font-size: 16px;
    line-height: 20px;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231f20;
    white-space: normal !important;
}

.jq-selectbox li.selected {
    background-color: #a3abb1;
    color: #fff;
}

.jq-selectbox li:hover {
    background-color: #08c;
    color: #fff;
}

.jq-selectbox li.disabled {
    color: #aaa;
}

.jq-selectbox li.disabled.selected {
    background: none;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794bf;
}

.jq-select-multiple.disabled {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08c;
    color: #fff;
}

.jq-select-multiple li.disabled {
    color: #aaa;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #ccc;
    color: #fff;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
    padding: 7px 9px;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    font: 14px Arial, sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
    border-color: #b3b3b3;
}

input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
    border-color: #ccc;
    border-top-color: #b3b3b3;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    outline: none;
}

button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #ccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #f1f1f1, inset -1px 0 #f1f1f1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #fff;
    font: 14px Arial, sans-serif;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: "";
}

button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
    background-color: #e6e6e6;
    background-position: 0 -10px;
}

button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 3px #ddd;
}

button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select.error {
    border: 1px solid #ff2424 !important;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    width: 100% !important;
    /*padding-right: 10px !important;*/
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    width: 6px;
    height: 100%;
    right: 15px;
    width: 4px;
    background: #c2cce4;
    border-radius: 3px;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    /*background: rgba(0,0,0,0.05);*/
    position: relative;
}

.jspDrag {
    background: #385cae;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 3px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}


/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
    margin: 0 -3px 0 0;
}

html{
    height: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    html,
    body {
        min-width: 320px;
    }
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.push1 {
    height: 1px;
}

.push2 {
    height: 2px;
}

.push3 {
    height: 3px;
}

.push4 {
    height: 4px;
}

.push5 {
    height: 5px;
}

.push6 {
    height: 6px;
}

.push7 {
    height: 7px;
}

.push8 {
    height: 8px;
}

.push9 {
    height: 9px;
}

.push10 {
    height: 10px;
}

.push11 {
    height: 11px;
}

.push12 {
    height: 12px;
}

.push13 {
    height: 13px;
}

.push14 {
    height: 14px;
}

.push15 {
    height: 15px;
}

.push16 {
    height: 16px;
}

.push17 {
    height: 17px;
}

.push18 {
    height: 18px;
}

.push19 {
    height: 19px;
}

.push20 {
    height: 20px;
}

.push25 {
    height: 25px;
}

.push30 {
    height: 30px;
}

.push35 {
    height: 35px;
}

.push40 {
    height: 40px;
}

.push45 {
    height: 45px;
}

.push50 {
    height: 50px;
}

.push55 {
    height: 55px;
}

.push60 {
    height: 60px;
}

.push70 {
    height: 70px;
}

.push80 {
    height: 80px;
}

.push90 {
    height: 90px;
}

.push100 {
    height: 100px;
}

.f8 {
    font-size: 8px;
}

.f9 {
    font-size: 9px;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

strong,
b,
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

input:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

.strike {
    text-decoration: line-through;
}

.hide {
    display: none;
    visibility: hidden;
}

.show {
    display: block;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

:invalid {
    box-shadow: none;
}

:-moz-submit-invalid {
    box-shadow: none;
}

:-moz-ui-invalid {
    box-shadow: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

em,
i {
    font-style: italic;
}

.cleaner,
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    display: block !important;
}

.left {
    float: left;
}

.right {
    float: right;
}

.upper {
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

img.left {
    float: left;
    margin-right: 20px;
}

img.right {
    float: right;
    margin-left: 20px;
}

.dashed {
    text-decoration: none;
    border-bottom: 1px dashed;
}

.dotted {
    text-decoration: none !important;
    border-bottom: 1px dotted;
}

.dashed:hover,
.dotted:hover {
    border-bottom-color: transparent;
}

.static {
    position: static;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.row.min {
    margin-left: -5px;
    margin-right: -5px;
}

.row.min>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.no-padding>div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}

a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-indent: -99999px;
}


/* slick carousel */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

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

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

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slider-wrapper .item img {
    min-height: 300px;
}

.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
}

.slick-dots li button {
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}

.slick-dots li {
    cursor: pointer;
    border: 2px solid #ffbb02;
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
}

.slick-dots li.slick-active {
    background: #ffbb02;
}

.slick-prev,
.slick-next {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #356C81;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    z-index: 10;
    border-radius: 5px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-prev:after,
.slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -4px;
    border-left: 2px solid #356C81;
    border-bottom: 2px solid #356C81;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.slick-prev:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.slick-next:after {
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(225deg);
    margin-left: -9px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #356C81;
    opacity: 1;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    border-color: #fff;
}

@media (min-width: 1500px) {
    .slick-prev {
        left: 50px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .slick-next {
        right: 50px;
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
}

@media (max-width: 991px) {
    .slick-dots {
        padding-top: 30px;
    }
}


/* /. slick carousel */


/*  custom chrome scroll */

@media only screen and (min-width: 992px) {
    body::-webkit-resizer {
        width: 12px;
        height: 1px;
    }
    body::-webkit-scrollbar {
        width: 12px;
    }
    body::-webkit-scrollbar-button {
        width: 12px;
        height: 0px;
    }
    body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #F0AD4E;
    }
    body::-webkit-scrollbar-track {
        background-color: #2c2c2c;
    }
}


/* /. custom chrome scroll */

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
.main-wrapper {
    flex: 1 0 auto;
}
.footer-wrapper {
    background: #fff;
    font-size: 13px;
    border-top: 1px solid #f5f9fc;
}
.footer-wrapper a {
    text-decoration: underline;
}

.footer-wrapper a:hover {
    text-decoration: none;
}

.footer-wrapper a.btn {
    color: #fff;
    text-decoration: none;
}

.footer-bottom {
    padding: 25px 0;
    background: rgba(255, 255, 255, 0.5);
}

.footer-top-wrapper {
    padding: 50px 0;
}

.footer-top-inner {
    padding-right: 280px;
    min-height: 150px;
}

.footer-top-last {
    max-width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.footer-top-wrapper {
    min-height: 315px;
}

.footer-top-wrapper .title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-contacts-el {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.footer-contacts-el a {
    text-decoration: none;
}

.footer-contacts-el a:hover {
    color: #F0AD4E;
}

.footer-top-last .button:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.social-links {
    display: flex;
}

.social-links a {
    margin: 0 7px 0 0;
    width: 42px;
    height: 42px;
    border: 1px solid #356C81;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links a{
    transition: all ease-out 300ms;
}
.social-links a:hover {
    background: #fff;
    border-color: #fff;
    color: #356C81 !important;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.footer-wrapper .social-links {
    padding-top: 15px;
}

@media (max-width: 1359px) {
    .footer-top-inner {
        padding-right: 0;
    }
    .footer-top-first {
        margin-bottom: 50px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer-top-last {
        max-width: 100%;
        position: static;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .footer-menu {
        margin-bottom: 50px;
    }
    .footer-contacts {
        margin-bottom: 50px;
    }
}

.content {
    font-size: 16px;
    line-height: 1.8;
}
.content img{
    width: auto !important;
    height: auto !important;
}
.content ul {
    margin-bottom: 20px;
}

.content ul>li {
    margin-bottom: 10px;
    position: relative;
}

.content ul>li {
    padding-left: 15px;
}

.content ul>li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 2px;
    background: #F0AD4E;
    border-radius: 1px;
}

.content ul ul {
    padding-top: 10px;
    padding-left: 10px;
}

.content ul ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}

.content ul ul li:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 2px;
    background: #F0AD4E;
    border-radius: 1px;
}

.content ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 35px;
    padding: 15px 0 5px 0;
}

.content ol li {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
}

.content ol li:before {
    content: counter(num) ".";
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: -26px;
    width: 20px;
    color: #F0AD4E;
    text-align: right;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 2px 0 5px 20px;
    border-left: 1px solid #ffbb02;
    text-align: left;
    color: #5f5f5f;
    font-size: 14px;
    font-style: italic;
}

h1,
.title-h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

.base-template h1 {
    margin-bottom: 40px;
}

h2,
.title-h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

h3,
.title-h3 {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
}

h4,
.title-h4 {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 700;
}

h5,
.title-h5 {
    font-size: 18px;
    line-height: 1.17;
    font-weight: 600;
    margin-bottom: 15px;
}

h6,
.title-h6 {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 15px;
}

h1+.subtitle,
.title-h1+.subtitle {
    margin-top: -10px;
    position: relative;
    padding-bottom: 20px;
}

h1+.subtitle:after,
.title-h1+.subtitle:after {
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    background: #F0AD4E;
}

.middle h1,
.middle .title-h1,
.middle h2,
.middle .title-h2,
.middle h3,
.middle .title-h3,
.middle h4,
.middle .title-h4,
.middle h5,
.middle .title-h5,
.middle h6,
.middle .title-h6 {
    color: #000;
}

.red {
    color: #ff4632;
}

.white {
    color: #fff;
}

.black {
    color: #0d0d0d;
}

p {
    margin-bottom: 20px;
}

a {
    color: #356C81;
    text-decoration: none;
}

a:hover {
    color: #F0AD4E;
}

a:focus {
    outline: none;
}

.more {
    display: flex;
    align-items: center;
    width: 112px;
    position: relative;
    z-index: 10;
    font-size: 16px;
}

.more:after {
    content: "";
    display: inline-block;
    background: url(../images/more-arrow.svg) 50% 50% no-repeat #356C81;
    background-size: 12px 17px;
    width: 22px;
    height: 22px;
    margin-left: 8px;
    border-radius: 100%;
    position: relative;
    transition: all ease-out 100ms;
    left: 0;
}

.more:hover:after {
    left: 5px;
    background-color: #F0AD4E;
}

.btn {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background: #F0AD4E;
    border-color: #F0AD4E;
    font-size: 12px;
    padding: 12px 20px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    transition: all 200ms ease-out;
    border: none;
    font-weight: 700;
    border-radius: 5px;
}

.btn:hover {
    filter: brightness(114%);
    color: #fff;
}

.btn.block {
    display: block;
    width: 100%;
}

.btn.min,
.btn.mini {
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0;
}

.btn.big {
    padding: 16px 40px;
    font-size: 15px;
}

.btn-white{
    background: #fff;
    border: 1px solid #F0AD4E;
    color: #F0AD4E;
}
.btn-white:hover{
    background: #F0AD4E;
    color: #fff;
    filter: brightness(100%);
}

.btn-white2{
    background: #fff;
    border: 1px solid #356C81;
    color: #356C81;
}
.btn-white2:hover{
    background: #356C81;
    color: #fff;
    filter: brightness(100%);
}

.full-width{
    width: 100%;
}

.form-group {
    position: relative;
}

.modal {
    display: none;
    width: 460px;
    max-width: 100%;
    background: #fff;
    padding: 55px 25px 35px;
    border-radius: 5px;
}
.modal.big-modal{
    width: 700px;
}
.modal .title-h3,
.modal h3{
    font-size: 22px;
}
.modal-body p {
    font-size: 16px;
}


.box {
    display: none;
}

.box.visible {
    display: block;
}

.close {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #fd4443;
}

.close:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fd4443;
}


/**************************************/

.header-push {
    height: 90px;
}

.header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}

.header-panel {
    background: #356C81;
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 15px;
    overflow: hidden;
}

.header-panel-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
}

.h-panel-right {
    display: flex;
    align-items: center;
}

.header-panel a {
    color: #fff;
}

.header-panel a:hover {
    color: #f0ad4e;
}

.header-tel {
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 700;
}

.header-tel svg {
    margin-right: 6px;
    width: 16px;
    position: relative;
    bottom: -2px;
}

.header-tel+.header-tel {
    margin-left: 14px;
}

.header-search-btn{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 3px;
    margin-left: 20px;
    cursor: pointer;
}
.header-search-btn svg path{
    fill: #fff;
    transition: all ease-out 300ms;
}
.header-search-btn:hover svg path{
    fill: #f0ad4e;
}

.spec-version-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    transition: all 300ms ease-out;
    border-radius: 3px;
}
.spec-version-link svg {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.spec-version-link:hover{
    background: #000;
    color: #fff;
}
.spec-version-link .text2{
    display: none;
}
.spec-version .spec-version-link .text1{
    display: none;
}
.spec-version .spec-version-link .text2{
    display: inline;
}
.header_making_an_appointment_btn{
    display: block;
    background: #DF3B39;
    color: #fff;
    margin: 0 0 0 20px;
    padding: 8px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
.header_making_an_appointment_btn:hover{
    color: #fff !important;
    filter: brightness(114%);
}

.header-search{
    display: none;
    background: #356C81;
    z-index: 20;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    
}
.header-search-inner{
    padding-right: 60px;
}
@media(min-width:992px){
    .header-search.active{
        display: flex;
    }
}
@media(max-width:991px){
    .mobile-menu .header-search{
        display: block !important;
        position: relative;
        padding: 30px 15px;
    }
    .mobile-menu .header-search .container{
        padding: 0;
        width: 100%;
    }
    .mobile-menu .header-search-inner{
        padding-right: 0;
    }
    .mobile-menu .header-search-close{
        display: none;
    }
}
.header-search form{
    width: 100%;
    position: relative;
}
.header-search input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 0 100px 0 15px;
    color: #000;
}
.header-search input[type="text"]::-moz-placeholder {
    color: #1C2E36;
    opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="text"]::-webkit-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="submit"] {
    position: absolute;
    right: -4px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: #f0ad4e;
    border: none;
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-out 300ms;
    color: #fff;
}
.header-search input[type="submit"]:hover{
    filter: brightness(114%);
    color: #fff;
}
.header-search-close{
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.header-search-close svg path{
    transition: all ease-out 300ms;
}
.header-search-close svg path {
    fill: #fff;
}
.header-search-close:hover svg path{
    fill: red;
}

.searchresults-element{
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.searchresults-element .introtext{
    margin-top: 10px;
    padding-left: 35px;
}
.searchresults-element .title{
    font-size: 18px;
}
.searchresults-element .title span{
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.header {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.header-address-inner {
    display: flex;
    align-items: center;
    font-size: 13px;
}
.header-schedule{
    font-size: 13px;
    padding-left: 19px;
}

.header-address svg {
    margin-right: 7px;
    width: 12px;
    margin-top: -4px
}

@media (max-width: 1229px){
    .header-tel {
        font-size: 14px;
        letter-spacing: 0;
    }
    .header-tel svg {
        display: none;
    }
    .spec-version-link{
        display: none;
    }
}

@media (max-width: 991px) {
    .header {
        height: 90px;
    }
    .header-push{
        height: 130px;
    }
    .social {
        padding-right: 5px;
    }
    .header-panel {
        height: 40px;
    }
    .header-address,
    .header-schedule{
        font-size: 12px;
    }
    .header-address svg {
        margin-right: 7px;
        width: 11px;
        margin-top: -1px;
    }
    .header-search-btn{
        display: none;
    }
}
@media(max-width:767px){
    .h-panel-right{
        width: 100%;
        justify-content: space-between;
    }
    .header-tel{
        display: block;
        margin-left: 0 !important;
        font-size: 11px;
        font-weight: normal;
    }
    .header-tel +.header-tel{
        margin-top: 2px;
    }
}

.gray-bg {
    background: #F5F9FC;
}
.hr-min {
    width: 100px;
    margin: 30px auto;
}
.weight300 {
    font-weight: 300;
}

.num-section-row{
    display: flex;
    flex-wrap: wrap;
}
.num-section-row > div{
    margin-bottom: 30px;
}
.num-section .item{
    height: 100%;
    background: #F5F9FC;
    padding: 20px;
    border-radius: 5px;
}
.num-section .num {
    font-size: 50px;
    line-height: 1;
    color: #356C81;
    font-weight: bold;
    opacity: 0;
    margin-bottom: 15px;
}
.num-section .num.animated {
    opacity: 1;
}
.num-section .item p {
    font-weight: 300;
    margin-top: -15px;
}

hr {
    border-color: #e3e3e4;
}

hr.white {
    border-color: #fff;
}

/* mob-menu-btn begin */

.menu-button {
    position: fixed;
    right: 15px;
    top: 75px;
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 500;
}

.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}

.icon-menu-burger__line {
    background: #356C81;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}

.icon-menu-burger:before,
.icon-menu-burger:after {
    background: #356C81;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}

.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}

.menu-button.active .icon-menu-burger {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}

.menu-button.active .icon-menu-burger__line {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}

.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}


/* /. mob-menu-btn */

.mobile-menu {
    position: fixed;
    top: 130px;
    right: -370px;
    background: #356C81;
    height: 100%;
    width: 320px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.1);
}

.overlay {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.mobile-menu li {
    position: relative;
}

.mobile-menu>div>ul>li.down>a {
    padding-right: 60px;
}

.mobile-menu .dropdown-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}

.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 15px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.mobile-menu .dropdown-button.active:before {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 22px;
}

.mobile-menu>div>ul>li.active .dropdown-button:before {
    border-color: #fff;
}

.mobile-menu>div>ul>li>ul {
    position: static;
    width: 100%;
    display: none;
}

.mobile-menu>div>ul>li>a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 13px 20px 10px;
    background: #356C81;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.mobile-menu>div>ul>li.active>a {
    color: #ffffff;
    background: #F0AD4E;
}

.mobile-menu>div>ul>li>ul>li.active>a,
.mobile-menu>div ul ul ul .active>a {
    text-decoration: underline;
}

.mobile-menu>div>ul>li>ul>li>a,
.mobile-menu>div ul ul ul a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 32px;
    color: #fff;
    position: relative;
}

.mobile-menu>div>ul>li>ul>li>a:before,
.mobile-menu>div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 20px;
    border-left: 4px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.mobile-menu>div ul ul ul a:before {
    top: 12px !important;
}

.mobile-menu>div ul ul ul a {
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}

.mobile-menu>div ul ul ul a:before {
    left: 34px;
    top: 10px;
}

.mobile-menu .dropdown-button+ul {
    position: static;
    width: 100%;
    display: none;
}

.mobile-menu .active>.dropdown-button+ul {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu>div ul ul ul {
    padding: 10px 0 !important;
}

.mobile-menu ul ul .dropdown-button {
    height: 38px;
}

.mobile-menu ul ul .dropdown-button:before {
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 5px !important;
    left: 17px;
    font-size: 18px;
}

.mobile-menu .menu-button {
    display: none;
}

.mob-menu-contacts{
    padding: 30px 15px;
    margin-bottom: 50px;
}
.mob-menu-contacts .btn{
    background-color: #F0AD4E;
    color: #fff;
    font-weight: normal;
}
.mob-menu-contacts{
    color: #fff;
}
.mob-menu-contacts a{
    color: #fff !important;
}
.mob-menu-contacts .address-item{
    padding-top: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 15px;
}
.mob-menu-contacts .address-item svg{
    margin-right: 10px;
    width: 15px;
    margin-top: -8px;
}
.mob-menu-contacts .item-phone,
.mob-menu-contacts .item-email{
    margin-top: 5px;
}
.mob-menu-contacts .item-phone a,
.mob-menu-contacts .item-email a{
    font-size: 16px;
    font-weight: bold;
}
.mob-menu-contacts .item-phone svg {
    margin-right: 6px;
    width: 16px;
    position: relative;
    bottom: -2px;
}
.mob-menu-contacts .item-email svg{
    margin-right: 6px;
    width: 16px;
    position: relative;
    bottom: -2px;
    fill: #fff;
}

.mob-menu-contacts .item-schedule{
    margin-top: 15px;
    font-size: 16px;
}
.mob-menu-contacts .item-schedule svg{
    margin-right: 4px;
    width: 17px;
    position: relative;
    bottom: -2px;
    fill: #fff;
}
.mob-menu-contacts .social-links{
    margin-top: 30px;
}
.mob-menu-contacts .social-links a {
    border: 1px solid #fff;
    background: #fff;
    color: #356C81;
}
.mob-menu-contacts .social-links a svg{
    color: #356C81;
}

@media only screen and (max-width: 991px) {
    .mobile-menu.open {
        right: 0;
    }
    .mobile-menu.open+.overlay {
        z-index: 500;
        opacity: 1;
    }
    .mobile-menu {
        overflow-y: scroll;
        padding-bottom: 100px;
    }
}


/* /. mobile-menu */

@media only screen and (max-width: 767px) {
    .f36 {
        font-size: 30px;
        line-height: 1.2;
    }
    h1,
    .title-h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    h2,
    .title-h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    h3,
    .title-h3 {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .box {
        padding: 0 20px;
    }
}
@media (min-width: 768px) {
    .flex-sm {
        display: flex;
    }
    .flex-sm>div {
        height: auto;
    }
    .modal {
        padding: 55px 40px 40px;
    }
    .mobile-tab-header {
        display: none;
    }
    ul.tabs.mobile {
        display: block !important;
        margin: 0;
    }
    .box {
        padding: 0 15px;
    }
    h1,
    .title-h1 {
        font-size: 40px;
    }
    h1.min,
    .title-h1.min {
        font-size: 30px;
    }
    .quest-section span {
        vertical-align: top;
        margin-right: 30px;
        display: inline;
        margin-bottom: 0;
    }
}

@-webkit-keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes fadeOutUpSmall {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.fadeOutUpSmall {
    -webkit-animation-name: fadeOutUpSmall;
    animation-name: fadeOutUpSmall;
}


/* Top menu */
@media (min-width: 992px) {
    .top-menu-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .top-menu>ul>li {
        display: inline-block;
        margin: 0 0 0 30px;
        position: relative;
    }
    .top-menu>ul>li:first-of-type {
        margin-left: 0;
    }
    .top-menu>ul>li>a {
        display: inline-block;
        font-size: 14px;
        color: #356C81;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        font-weight: 700;
    }
    .top-menu>ul>li:hover>a,
    .top-menu>ul>li.active>a {
        color: #F0AD4E;
    }
    .top-menu>ul>li:last-of-type {
        margin-right: 0;
    }
    .top-menu>ul>li>ul {
        display: none;
        position: absolute;
        top: calc(100% + 40px);
        width: 250px;
        z-index: 500;
        box-shadow: 4px 4px 14px rgb(0 0 0 / 8%);
        background: #fff;
        margin-left: -30px;
        left: 0;
        border-radius:5px;
    }
    .hPanelHide .top-menu>ul>li>ul {
        top: calc(100% + 35px);
    }
    .top-menu>ul>li:hover>ul {
        display: block;
    }
    .top-menu>ul>li>ul:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        height: 45px;
    }
    .hPanelHide .top-menu>ul>li>ul:before {
        top: -35px;
        height: 35px;
    }
    .top-menu>ul>li.down>a {
        position: relative;
    }
    .top-menu>ul>li.down>a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        transform: rotate(45deg);
        border-bottom: 2px solid #356C81;
        border-right: 2px solid #356C81;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        vertical-align: middle;
        margin: -6px 0 0 8px;
    }
    .top-menu>ul>li.down.active>a:after,
    .top-menu>ul>li.down:hover>a:after {
        border-color: #F0AD4E;
    }
    .top-menu>ul>li:last-of-type>ul {
        left: auto;
        right: 0;
    }
    .top-menu>ul>li:last-of-type>ul>li:first-of-type:before {
        left: auto;
        right: 15px;
    }
    .top-menu>ul>li>ul>li>a {
        display: block;
        padding: 14px 20px;
        font-size: 14px;
        color: #356C81;
        border-bottom: 1px solid #F6F7F9;
    }
    .top-menu>ul>li>ul>li:last-of-type>a {
        border: none;
    }
    .top-menu>ul>li>ul>li:hover>a,
    .top-menu>ul>li>ul>li.active>a {
        color: #F0AD4E;
    }
    .top-menu ul ul ul {
        position: absolute;
        left: calc(100% + 5px);
        top: -10px;
    }
    .top-menu ul ul ul {
        position: absolute;
        top: 0;
        left: calc(100% + 5px);
        width: 240px;
        display: none;
        z-index: 500;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
        background: #fff;
        padding: 10px 0;
        border-radius: 10px;
    }
    .top-menu ul ul li {
        position: relative;
    }
    .top-menu ul ul li:hover>ul {
        display: block;
    }
    .top-menu ul ul ul a {
        display: inline-block;
        padding: 5px 15px;
        font-size: 14px;
        color: #494743;
    }
    .top-menu ul ul ul li.active>a,
    .top-menu ul ul ul li:hover>a {
        color: #F0AD4E;
    }
    .top-menu>ul>li[data-menusize="big"] {
        position: static;
    }
    .top-menu li[data-tag] > a{
        position: relative;
    }
    .top-menu li[data-tag] > a:before{
        position: absolute;
        right: 0;
        top: -15px;
        background: #F0AD4E;
        color: #fff;
        line-height: 1;
        padding: 1px 3px;
        font-weight: normal;
        font-size: 10px;
        border-radius: 2px;
        text-transform: none;
    }
    .top-menu ul ul li[data-tag] > a:before{
        top: 5px;
        right: 8px;
    }
    .top-menu li[data-tag="new"] > a:before{
        content:"New";
    }
    .top-menu li[data-tag="action"] > a:before{
        content:"Акция";
    }
    .top-big-menu-wrap{
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 30px 30px;
        visibility: hidden;
        opacity: 0;
        top: 100px;
        z-index: 500;
        box-shadow: 4px 4px 14px rgb(0 0 0 / 8%);
        background: #fff;
        border-radius:5px;
    }
    .top-big-menu-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -45px;
        height: 45px;
    }
    .hPanelHide .top-big-menu-wrap:before{
        top: -35px;
        height: 35px;
    }
    .top-big-menu-wrap:after{
        content:"";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 30px;
        background: #fff;
        z-index: 10;
        border-radius: 0 5px 5px 0;
    }
    .header-wrapper.hPanelHide .top-big-menu-wrap{
        top: 90px;
    }
    .top-menu>ul>li[data-menusize="big"]:hover .top-big-menu-wrap{
        visibility: visible;
        opacity: 1;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul{
        max-height: 400px;
        overflow: auto;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul:before{
        display: none;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%;
        max-width: 25%;
        padding-left: 5px;
        padding-right: 5px;
        text-align: left;
        margin-bottom: 20px;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a {
        font-size: 14px;
        line-height: 1.21429;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
        padding: 0 0 5px;
        margin-bottom: 10px;
        display: inline-block;
        border: none;
        color: #333333;
    }
    .top-menu ul>li[data-menusize="big"] ul li:hover a {
        color: inherit;
    }
    .top-menu>ul>li[data-menusize="big"] ul li a:hover,
    .top-menu>ul>li[data-menusize="big"] ul li.active>a {
        color: #F0AD4E;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul {
        position: relative;
        left: 0;
        top: 0;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul {
        display: block;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        width: 100%;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li {
        padding: 0 20px 0 0;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li:nth-of-type(4n) {
        padding-right: 0;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul>li {
        margin-bottom: 10px;
        padding-left: 10px;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a {
        font-size: 13px;
        padding: 0;
        position: relative;
    }
    .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:after{
        content:"";
        width: 4px;
        height: 4px;
        border-radius: 1px;
        background: #F0AD4E;
        position: absolute;
        top: 7px;
        left: -10px;
    }
    .top-menu > ul > li[data-menusize="big"] li[data-tag] > a:before {
        top: -11px;
        right: -15px;
        left: auto;
    }
}

@media (min-width: 1360px) {
    .top-menu>ul>li {
        margin: 0 0 0 40px;
    }
    .top-menu>ul>li>a {
        font-size: 14px;
        text-transform: uppercase;
        color: #356C81;
    }
    ul.tabs.mobile li {
        padding: 18px 90px;
    }
    h1.big,
    .title-h1.big {
        font-size: 80px;
        line-height: 1;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .header-push {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .header-wrapper {
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
}

@media (min-width: 992px) {
    .header-push {
        height: 150px;
    }
    .header-wrapper.hPanelHide {
        top: -50px;
    }
    .header-wrapper.hPanelHide {
        top: -50px;
    }
    .header-wrapper.hPanelHide .header {
        height: 90px;
    }
}
/* /.Top menu */


/* Top slider */

.top-slider>div {
    display: none;
}

.top-slider>div:first-of-type,
.top-slider.slick-slider>div {
    display: block;
}

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

.top-slider .slick-dots li {
    border-color: #356C81 !important;
}

.top-slider .slick-dots li.slick-active {
    background-color: #356C81 !important;
}

.top-slider .item {
    overflow: hidden;
    position: relative;
}

.top-slider .item-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top-slider .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.top-slider .item-inner {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 41vw;
    max-height: 650px;
}

.top-slider .item .title {
    font-size: 51px;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 65%;
    font-weight: 700;
}
.top-slider .item .title span{
    color: #356C81;
}

.top-slider .item .text {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 45px;
    max-width: 65%;
    font-weight: 300;
}

.slider-buttons {
    width: 50%;
}

.top-slider .btn {
    height: 51px;
    padding: 0;
    line-height: 51px;
}

.top-slider .callback-btn svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    position: relative;
    bottom: -4px;
}

.top-slider .whatsapp-btn {
    background: #1fbf45;
}

.top-slider .whatsapp-btn svg {
    width: 20px;
    height: 22.844px;
    margin-right: 5px;
    position: relative;
    bottom: -5px;
}

.top-slider .slick-prev,
.top-slider .slick-next {
    border: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

.top-slider .slick-prev:hover,
.top-slider .slick-next:hover {
    background: #356C81;
}

.top-slider .slick-prev:hover:after,
.top-slider .slick-next:hover:after {
    border-color: #fff;
}

@media (max-width: 1919px) {
    .top-slider .item .title {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
}

@media (max-width: 1229px) {
    .slider-buttons {
        width: 65%;
    }
    .top-slider .item .text {
        font-size: 1.5vw;
        margin-bottom: 2.5vw;
    }
}

@media (max-width: 991px) {
    .top-slider .btn {
        height: 5vw;
        line-height: 5vw;
        font-size: 1.5vw;
        margin-bottom: 1.5vw;
    }
    .top-slider .item .text {
        font-size: 2vw;
        margin-bottom: 3vw;
    }
    .top-slider .btn svg {
        display: none;
    }
    .top-slider .slick-dots {
        bottom: 15px;
    }
}

@media (max-width: 767px) {
    .top-slider .item-inner {
        height: 50vw;
    }
    .top-slider .item .title {
        font-size: 3.7vw;
        margin-bottom: 2vw;
        max-width: 70%;
    }
    .top-slider .item .text {
        font-size: 2.5vw;
        margin-bottom: 3vw;
        max-width: 70%;
    }
    .slider-buttons {
        width: 100%;
    }
    .top-slider .btn {
        height: 8vw;
        line-height: 8vw;
        font-size: 2.5vw;
        margin-bottom: 1.5vw;
    }
}


/* /. Top slider */

.top-info-section {
    overflow: inherit !important;
}

.top-info-block .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.top-info-block .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-info-block .element {
    padding: 20px 25px;
    color: #fff;
    height: 100%;
}

.top-info-block .el-1 {
    background: #356C81;
    border-radius: 5px 0 0 5px;
}

.top-info-block .el-2 {
    background: #39748B;
    padding: 20px 25px 25px;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 100;
}

.top-info-block .form-control {
    margin-bottom: 10px;
    height: 45px;
}

.top-info-block .element .title {
    font-size: 24px;
    margin-bottom: 12px;
}

.top-info-block .element .title svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: -5px;
}

.top-info-block .el-1 li:first-of-type {
    padding-top: 6px;
}

.top-info-block .el-1 li {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.top-info-block .el-1 li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.top-info-block .el-1 li span {
    float: right;
}

@media only screen and (max-width: 991px) {
    .top-info-block .row {
        display: block;
    }
    .top-info-block .el-1 {
        margin-bottom: 20px;
        border-radius: 5px;
    }
    .top-info-block .el-2 {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .top-info-block .btn {
        position: relative;
        bottom: -70px;
    }
    .top-info-block .agreement {
        position: relative;
        top: -50px;
    }
    .top-info-block .el-2 {
        padding-bottom: 60px;
    }
}


/* Styler */

.select-styler,
.cloned-select-styler {
    width: 100%;
    margin-bottom: 10px;
    display: block !important;
}

.jq-selectbox__search input::-moz-placeholder {
    opacity: 0;
}

.jq-selectbox__search input:-ms-input-placeholder {
    opacity: 0;
}

.jq-selectbox__search input::-webkit-input-placeholder {
    opacity: 0;
}

.jq-selectbox__select {
    box-shadow: none;
    height: 45px;
    padding: 12px 24px 5px 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #727376;
    text-shadow: none;
    font-size: 14px;
    font-family: "Roboto";
    background: #fff;
}

.filters-block .jq-selectbox__select {
    border: 1px solid transparent;
}

.form-group .opened .jq-selectbox__select {
    border-color: transparent;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.jq-selectbox__select:hover {
    background: #fff;
}

.jq-selectbox__select:active {
    background: #fff;
    box-shadow: none;
}

.opened .jq-selectbox__select {
    border-color: #bbbbbb;
}

.jq-selectbox__trigger {
    border-left: none;
    width: 24px;
}

.jq-selectbox__trigger-arrow {
    opacity: 1;
    top: 21px;
    right: 8px;
    border-top: 6px solid #434343;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 19px;
}

.jq-selectbox__dropdown {
    max-width: 265px;
    top: 47px !important;
    bottom: inherit !important;
    border-radius: 5px;
    max-height: 260px;
    overflow: hidden;
    padding: 0 0 10px 0 !important;
    border: none;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

.jq-selectbox ul {
    max-height: 230px !important;
}

.jq-selectbox li {
    padding: 0 15px;
    color: #666666;
    white-space: normal !important;
    font-size: 14px;
    font-family: "Roboto";
    margin: 14px 0;
}

.jq-selectbox li:hover {
    color: #356C81;
    background: transparent;
}

.jq-selectbox li.selected {
    color: #356C81;
    background: transparent;
}

.jq-selectbox li:last-of-type {
    border-bottom: none;
}

.jq-selectbox__select-text {
    font-size: 14px;
    font-weight: normal;
}

.form-group.error .jq-selectbox__select {
    border-color: #f6392f;
    box-shadow: 0 0 0 1px #f6392f;
}

.jq-selectbox__dropdown .jspVerticalBar {
    width: 10px;
    right: 10px;
    background: #f2f2f2;
}

.jspDrag {
    background: #c1c1c1;
    border-radius: 0;
}

@media (max-width: 1359px) {
    .jq-selectbox__dropdown {
        padding: 10px !important;
        border-radius: 0 5px 5px 5px;
    }
}

@media only screen and (min-width: 768px) {
    .jq-selectbox__dropdown {
        width: 150% !important;
    }
}


/* /. Styler */


/* Datepicker */

.ui-datepicker {
    margin-top: 2px;
    border-radius: 0;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
}

.ui-icon-circle-triangle-e {
    background-position: -34px 0;
}

.ui-icon-circle-triangle-w {
    background-position: -98px 0;
}

#ui-datepicker-div {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    width: 239px;
    border: none;
    z-index: 400 !important;
    padding: 15px;
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #666666;
}

.ui-datepicker th {
    font-weight: normal;
    color: #666666;
}

.ui-datepicker td {
    padding: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    color: #356C81;
    background: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    padding: 0.3em;
    border-radius: 2px;
}

.ui-state-default:hover {
    opacity: 0.8;
}

.ui-datepicker-today a {
    color: #666 !important;
}

.ui-widget-header {
    background: #fff;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    background: none !important;
    border: none;
}

.datepicker-wrapper input+span {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 240px;
    bottom: -2px;
    left: 0;
    background: #fff;
    height: 6px;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.datepicker-wrapper input:focus {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

.datepicker-wrapper input:focus+span {
    opacity: 1;
    visibility: visible;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	width: 12px;
	height: 12px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	left: 0 !important;
	margin-left: 0;
	margin-top: 0;
	width: 12px;
	height: 12px;
	top: 5px;
	cursor: pointer;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transform: rotate(315deg);
}

.ui-datepicker .ui-datepicker-next span {
	transform: rotate(135deg);
}

.ui-datepicker td a:hover {
    color: #666666;
}

.ui-datepicker-current-day a {
    background: #F0AD4E !important;
    color: #fff !important;
    cursor: pointer;
}


/*/. Datepicker */

.blocksection {
    width: 100%;
    overflow: hidden;
}
.team-section{
    background: #f5f9fc;
}

.team-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.team-carousel .slick-slide {
    height: inherit;
}

.team-carousel .slick-slide>div {
    height: 100%;
}

.team-carousel .slick-list {
    padding-top: 10px;
}

.team-carousel>div {
    display: none;
}

.team-carousel>div:first-of-type,
.team-carousel.slick-slider>div {
    display: block;
}

.team-list.flex {
    display: flex;
    flex-wrap: wrap;
}

.team-list>div {
    margin-bottom: 30px;
}

.team-list .item {
    height: 100%;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}

.team-list .item-content {
    padding: 15px 20px 65px 20px;
    position: relative;
    background: #fff;
    flex: 1 1 auto;
}

.team-list .item .img-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.team-list .item .img-wrapper img {
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.team-list .item:hover .img-wrapper img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.team-list .item-title {
    font-size: 16px;
    color: #356C81;
    overflow: hidden;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    line-height: 1.2;
}

.team-list .item-subtitle {
    overflow: hidden;
    height: 44px;
    line-height: 1.2;
}

.team-list .item-btn-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}
.team-list .item-btn-wrapper .btn{
    position: relative;
    z-index: 10;
    margin-bottom: 0;
    background: #356C81;
    border-color: #356C81;
    padding-left: 0;
    padding-right: 0;
}
@media(max-width:991px){
    .team-list .item-btn-wrapper{
        padding: 0 10px 20px;
    }
    .team-list .item-btn-wrapper .btn{
        font-size: 11px;
    }
}

.team-carousel {
    margin-bottom: 50px !important;
}

.team-carousel .slick-prev,
.team-carousel .slick-next {
    border: 1px solid #f5f9fc;
    top: inherit;
    bottom: -80px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
}

.team-carousel .slick-prev {
    left: 50%;
    margin-left: -45px;
}

.team-carousel .slick-next {
    right: 50%;
    margin-right: -45px;
}

.team-carousel .slick-prev:after,
.team-carousel .slick-next:after {
    border-color: #356C81;
    border-width: 1px;
}

.team-carousel .slick-prev:hover,
.team-carousel .slick-next:hover {
    background: #356C81;
}

.team-carousel .slick-prev:hover:after,
.team-carousel .slick-next:hover:after {
    border-color: #fff;
}

@media (max-width: 600px) {
    .team-list.flex>div {
        width: 100%;
    }
}

.contacts-block .social a {
    margin: 0 12px 0 0;
    color: #F0AD4E;
    font-size: 30px;
}

.contacts-block .social a:hover {
    color: #fff;
}

.breadcrumb {
    padding-top: 30px;
    margin: 0 0 30px;
    list-style: none;
    height: 58px;
    overflow: hidden;
}

.breadcrumb>li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    margin-right: 26px;
    background: #f5f9fc;
    height: 28px;
    line-height: 28px;
    color: #000;
}

.breadcrumb svg {
    width: 18px;
    position: relative;
    bottom: -4px;
    fill: #356C81;
}

.breadcrumb>li a {
    color: #356C81;
    text-decoration: none;
}

.breadcrumb>li a:hover {
    color: #000;
}

.breadcrumb>li:after {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #f5f9fc;
}

.breadcrumb>li:before {
    position: absolute;
    content: "";
    left: -22px;
    bottom: 0;
    border: 14px solid #f5f9fc;
    border-left: 14px solid transparent;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb>li:first-of-type:before {
    display: none;
}

.ui-timepicker-container {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.ui-timepicker {
    box-sizing: content-box;
    display: block;
    height: 258px;
    list-style: none outside none;
    margin: 0;
    padding: 0 1px;
    text-align: center;
}

.ui-timepicker-viewport {
    box-sizing: content-box;
    display: block;
    height: 258px;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    /* IE */
}

.ui-timepicker-standard {
    background-color: #fff;
    color: #222;
    margin: 2px 0 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
    z-index: 10000 !important;
}

.ui-timepicker-standard a {
    border: 1px solid transparent;
    color: #222;
    display: block;
    padding: 1px 10px;
    text-decoration: none;
    transition: none;
    border-radius: 0;
}

.ui-timepicker-standard .ui-state-hover {
    background: #F0AD4E;
    font-weight: normal;
    color: #fff;
    border-color: transparent;
}

.ui-timepicker-standard .ui-menu-item {
    margin: 0;
    padding: 0;
}

.ui-timepicker-hidden {
    display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
    border: none;
}

.title-h3 {
    color: #356C81;
}

.specialist-section .aside .img-wrapper img {
    border-radius: 5px;
}

.specialist-section h1 {
    margin-bottom: 10px;
}
.specialist-section h1 + .btn{
    margin-top: 20px;
}

.specialist-section .status {
    font-size: 19px;
    color: #356C81;
    font-weight: 300;
}

.specialist-section .content {
    font-size: 16px;
}

@media (min-width: 992px) {
    .main-column {
        padding-left: 30px;
    }
}


/* Certificates */

.certificats-gallery .row {
    display: flex;
    flex-wrap: wrap;
}

.certificats-gallery .row>div {
    margin-bottom: 20px;
}

.certificats-gallery .item {
    height: 100%;
    background: #fff;
    padding: 10px;
    min-height: 300px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #f5f9fc;
}

.certificats-gallery .item img {
    max-height: 100%;
}

.certificats-gallery .item>a {
    background: rgba(0,0,0,.4);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.certificats-gallery .item>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.certificats-gallery .item:hover>a {
    opacity: 1;
}

.certificats-gallery .item:hover>a:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

@media (max-width: 1229px) {
    .certificats-gallery .item {
        min-height: 180px;
    }
}

@media (max-width: 991px) {
    .certificats-gallery .element {
        min-height: 26vw;
    }
}

@media (max-width: 767px) {
    .certificats-gallery .item {
        min-height: 65vw;
    }
}


/* /. Certificates */

.services>ul {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services>ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 40px;
    position: relative;
    padding-right: 15px;
}

.services>ul>li:nth-of-type(3n) {
    padding-right: 0;
}

.services li a {
    color: #494743;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 1.5;
}

.services li a:hover {
    color: #F0AD4E;
}

.services>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 18px;
    position: relative;
}
.services ul ul{
    padding-left: 12px;
}
.services ul ul a{
    position: relative;
}
.services ul ul a:before{
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background: #F0AD4E;
    position: absolute;
    top: 9px;
    left: -12px;
}

@media (max-width: 1359px) {
    .services>ul>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-right: 40px;
    }
    .services>ul>li:nth-of-type(3n) {
        padding-right: 40px;
    }
    .services>ul>li:nth-of-type(2n) {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .services>ul>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .services>ul>li:nth-of-type(3n) {
        padding-right: 0;
    }
}


/* news */

.news-section .row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.news-section .row>div {
    margin-bottom: 20px;
}

.news-section .item {
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.news-section .item-body {
    border: 1px solid #cddde8;
    border-top: none;
    flex: 1 1 auto;
    position: relative;
    padding-bottom: 70px;
    border-radius: 0 0 5px 5px;
}

.news-section .item .img-wrapper img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.news-section .item-content {
    padding: 30px 30px 10px;
}

.news-section .news-date {
    color: #9fadb6;
    font-weight: 300;
}

.news-section .item-title {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}

.news-section .item .more {
    position: absolute;
    left: 30px;
    bottom: 30px;
    text-decoration: none;
}

.news-section .item:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}

@media (max-width: 767px) {
    .news-section .row {
        display: block;
    }
}

@media (max-width: 1359px) and (min-width: 992px) {
    .index-template .news-section .row>div:last-of-type {
        display: none;
    }
}


/* /. news */


/* pagination */

.pagination{
    padding: 0;
    margin: 0;
}
.pagination li:first-of-type:before{
    content:"";
    display: table;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: table;
    width: 100%;
    height: 40px;
}

.pagination li {
    display: inline;
}

.pagination li>span {
    cursor: default;
}

.pagination li>a,
.pagination li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
}

.pagination li:first-child>a,
.pagination li:first-child>span {
    margin-left: 0;
}

.pagination li>a:hover {
    background-color: #eeeeee;
}

.pagination .active>a,
.pagination .active>a:hover {
    background-color: #356C81;
    color: #fff;
    border-color: #356C81;
    cursor: default;
}


/* /. pagination */

.news-page-section .content p {
    text-align: justify;
}

.news-page-section .img-wrapper img {
    border-radius: 5px;
}

.news-page-section .date {
    font-size: 18px;
    color: #9fadb6;
    font-weight: 300;
}


/* accordeon */

.accordeon .item-content {
    display: none;
    padding: 0 0 55px;
}

.accordeon .item {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgb(245 249 252);
    margin-bottom: 30px;
    padding: 0 30px 0 40px;
}

.accordeon .item-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    padding: 30px 100px 30px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.accordeon .item-title:hover,
.accordeon .item.active .item-title {
    color: #356C81;
}

.accordeon .item-title span {
    position: absolute;
    right: -5px;
    top: 50%;
    display: block;
    width: 63px;
    height: 22px;
    margin-top: -11px;
    cursor: pointer;
}

.accordeon .item-title span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotateZ(-90deg);
    transform: translate(-50%, -50%) rotateZ(-90deg);
    width: 22px;
    height: 63px;
    background-image: url(../images/slider-left-arr-hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 35px;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.accordeon .item-title span:hover:after {
    max-height: 63px;
}

.accordeon>div:first-of-type .item-content {
    display: block;
}

.accordeon>div:last-of-type {
    margin-bottom: 0;
}

.pricetable,
.tbodyprice {
    display: block;
}

.tbodyprice tr {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #f5f9fc;
    padding: 8px 0;
}

.tbodyprice tr>td:first-of-type {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    width: calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding-right: 15px;
}

.tbodyprice tr>td:last-of-type {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    text-align: right;
    width: 180px;
    max-width: 180px;
}

@media (max-width: 991px) {
    .accordeon .item {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .accordeon .item-title {
        font-size: 16px;
        padding: 20px 70px 20px 0;
    }
    .accordeon .item-content {
        padding: 0 0 30px;
    }
    .tbodyprice tr {
        border-bottom-width: 1px;
    }
    .tbodyprice tr>td {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .accordeon .item-title {
        font-size: 14px !important;
    }
    .tbodyprice tr>td {
        font-size: 14px;
    }
    .accordeon .item-title span {
        right: -10px;
    }
}


/* /. accordeon */

.map {
    height: 550px;
}

#mapexMap,
#google-map {
    height: 100%;
}

@media (max-width: 991px) {
    .map {
        height: 350px;
    }
}


/* Contacts-section */

.feedback-block .form-control {
    margin-bottom: 10px;
    height: 45px;
}

.contacts-block .item {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.contacts-block .item svg {
    position: absolute;
    left: 0;
    fill: #356C81;
}

.contacts-block .address-item svg {
    top: 1px;
    width: 18px;
    height: 24px;
}

.contacts-block .phone-item svg {
    top: 4px;
    width: 20px;
    height: 20px;
}

.contacts-block .email-item svg {
    top: 3px;
    width: 20px;
    height: 20px;
}

.contacts-block .schedule-item svg {
    top: 3px;
    width: 22px;
    height: 22px;
}

.contacts-block .item a {
    text-decoration: underline;
}

.contacts-block .item a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .feedback-block {
        margin-bottom: 50px;
    }
}


/* /. Contacts-section */


/* Gallery */

.gallery .item {
    margin-bottom: 20px;
}

.gallery .item a {
    display: block;
    position: relative;
}

.gallery .item a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    transform: scale(0);
    transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}

.gallery .item:hover a:after {
    transform: scale(1);
    opacity: 1;
}

.gallery .item a:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    transform: scale(0);
    transition: all 200ms ease-out;
    opacity: 0;
}

.gallery .item:hover a:before {
    transform: scale(1);
    opacity: 1;
}
/* /.Gallery */

/* Agreement */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}
.agreement label {
    padding-left: 25px;
    display: inline-block;
    position: relative;
}
.agreement input+label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    left: 0px;
}
.agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error+label {
    color: red;
}

.top-info-block .agreement input+label:before {
    background-image: url(../images/check-empty-white.svg);
}

.top-info-block .agreement input:checked+label:before {
    background-image: url(../images/checked-white.svg);
}

.top-info-block .agreement {
    margin-bottom: 0;
    color: #fff;
}


/* /. Agreement */


/* Aside menu */

.aside {
    margin-bottom: 30px;
}

.aside-menu-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
}

.aside-menu {
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #616161;
    padding: 15px 36px 15px 0;
    line-height: 1.3;
}

.aside-menu li:hover>a,
.aside-menu .open>a,
.aside-menu .active>a {
    color: #f0ad4e !important;
}

.aside-menu>ul ul {
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}

.aside-menu .active>ul {
    display: block;
}

.aside-menu>ul li {
    position: relative;
}

.aside-menu>ul>li {
    border-bottom: 1px solid #EBEBEB;
}

.aside-menu>ul>li:first-of-type {
    border-top: 1px solid #EBEBEB;
}

.aside-menu>ul .dropdown-button {
    height: 50px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}

.aside-menu>ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #b3b5b7;
    margin-top: -6px;
}

.aside-menu>ul .dropdown-button.active:after {
    display: none;
}

.aside-menu>ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 17px;
    background: #b3b5b7;
    margin-right: -6px;
}

.aside-menu>ul ul .dropdown-button {
    height: 37px;
}

.aside-menu ul ul a {
    padding: 10px 0 8px 0;
    font-size: 14px;
    position: relative;
}


/* /. Aside menu */

.index-template .map-wrapper,
.map-iframe {
    height: 550px;
}

.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
    bottom: -5px;
}

@media (max-width: 991px) {
    .index-template .map-wrapper,
    .map-iframe {
        height: 350px;
    }
}

.table-wrapper {
    width: 100%;
    overflow: auto;
}

.content table {
    width: 100%;
    margin-bottom: 30px;
}

.content table th {
    background: #f5f9fc;
    padding: 8px 15px;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-right-color: #e0e0e0;
    font-weight: 500;
}

.content table th:last-of-type {
    border-right-color: #ebebeb;
}

.content table td {
    border: 1px solid #ebebeb;
    padding: 8px 15px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}

.services-intro .img-wrapper img {
    width: 100%;
}


/* Files */

.files-list {
    display: flex;
    flex-wrap: wrap;
}

.files-list .item {
    width: 50%;
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px 0 40px;
}

.files-list .item .title {
    margin-bottom: 10px;
}

.files-list .item .title a span {
    color: #000;
    border-bottom: 1px dotted #1e1e1e;
}

.files-list .item .title a:hover span {
    border-color: transparent;
}

.files-list a:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 30px;
    height: 40px;
    background: url(../images/doc-icon.svg) 0 0 no-repeat;
}

@media(max-width:991px){
    .files-list .item{
        width: 100%;
    }
}

/* /. Files */


/* Reviews, rating */

.rating {
    position: relative;
    height: 24px;
    width: 140px;
    color: #e6eff7;
    white-space: nowrap;
    margin-bottom: 30px;
}

.rating .real {
    position: absolute;
    top: 0;
    left: 0;
    color: #F0AD4E;
    width: 0;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.rating svg {
    width: 24px;
    height: 21.328px;
}

.rating.rating1 .real {
    width: 20%;
}

.rating.rating2 .real {
    width: 40%;
}

.rating.rating3 .real {
    width: 60%;
}

.rating.rating4 .real {
    width: 80%;
}

.rating.rating5 .real {
    width: 100%;
}

.rev-form .ec-rating-stars span {
    background: transparent;
    width: auto;
    height: auto;
    margin-right: 7px;
}

.ec-rating-stars svg {
    cursor: pointer;
    color: #e6eff7;
    width: 20px;
    height: 20px;
}

.ec-rating-stars .active svg,
.ec-rating-stars .active2 svg {
    color: #F0AD4E;
}

.alert-success {
    background: #d4f5d4;
    padding: 15px;
    border: 1px solid #b3dbb3;
    font-size: 14px;
    margin-bottom: 20px;
}

.form-group.has-error input {
    border-color: #ff1a00;
}

.reviews-easycomm .element {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin-bottom: 40px;
    border-radius: 0;
}

.reviews-easycomm .element .rev-element-body {
    background: #ffffff;
    padding: 32px 22px 30px;
    border-radius: 5px;
    border: 2px solid #f5f9fc;
}

.reviews-easycomm .element .rev-element-body:after {
    content: "";
    position: absolute;
    left: 45px;
    bottom: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #f5f9fc;
    border-top: 10px solid #f5f9fc;
}

.rev-element-footer {
    padding: 20px 0 0 40px;
}

.rev-element-footer .rev-name {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
}


/* /. Reviews, rating */


/* Services items */

.services-items .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.services-items .row>div {
    margin-bottom: 20px;
}

.services-items .item {
    height: 100%;
    padding: 30px;
    position: relative;
    background: #f5f9fc;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 5px;
}

.services-items .item:hover {
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}

.services-items .item-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.services-items .item-title {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
    width: calc(100% - 100px);
}

.services-items .item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.services-items .item-description {
    font-size: 13px;
    line-height: 1.8;
}
/* /. Services items */


/* About section */
.about-section {
    padding: 90px 0 30px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.index-template .about-section .content{
    font-size: 14px;
}
@media (min-width: 768px){
    .index-template .about-section h1{
        font-size: 30px;
    }
}

.about-section-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 10;
    border-radius: 5px;
    overflow: hidden;
}

.about-section-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.about-section .content {
    padding: 30px 0;
}

@media (max-width: 1499px) {
    .about-section-img {
        left: 55%;
    }
}

@media (max-width: 1359px) {
    .about-section-img {
        left: 50%;
    }
    .about-section .content {
        padding: 0 30px 0 0;
        font-size: 15px;
    }
    .about-section h3,
    .about-section .title-h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .about-section {
        padding-bottom: 0;
    }
    .about-section-img {
        position: static;
        height: 60vw;
        background-size: cover;
        margin-bottom: 40px;
        border-radius: 5px;
    }
    .about-section .content {
        padding: 0;
    }
}
/* /.About section */


/* Middle section header */
.middle-section-header {
    background: #f5f9fc;
    margin-bottom: 80px;
    padding-bottom: 30px;
}
.middle-section-header.simple-header{
    margin-bottom: 40px;
}
.middle-section-header .breadcrumb>li {
    background: #fff;
}

.middle-section-header .breadcrumb>li:after {
    background: #fff;
}

.middle-section-header .breadcrumb>li:before {
    border-color: #fff;
    border-left-color: transparent;
}

.middle-section-header .introtext {
    padding-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 18px;
}


/* /. Middle section header */


/* About intro block */
.about-intro-block .row {
    display: flex;
    flex-wrap: wrap;
}
.about-intro-block .img-wrapper {
    padding-left: 50px;
    position: relative;
}
.about-intro-block .img-wrapper:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 20px;
    right: auto;
    width: 50%;
    height: 70%;
    background-position: 0 0, 5px 7px;
    background-size: 12px 12px;
    background-image: radial-gradient(#d1d4d8 1px, transparent 0), radial-gradient(#d1d4d8 1px, transparent 0);
    background-color: hsla(0, 0%, 100%, 0.3);
    z-index: 1;
}

.about-intro-block .img-inner {
    height: 100%;
    position: relative;
    z-index: 2;
}

.about-intro-block .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1359px) {
    .about-intro-block .img-inner {
        height: auto;
    }
    .about-intro-block {
        margin-bottom: 40px;
    }
    .about-intro-block .content-block {
        padding-top: 0;
    }
    .about-intro-block {
        padding-top: 10px;
    }
}

@media (max-width: 991px) {
    .about-intro-block .content-block {
        padding-top: 0;
    }
    .about-intro-block {
        padding-top: 0;
    }
    .about-intro-block .img-wrapper {
        padding-left: 20px;
    }
    .about-intro-block .img-wrapper:before {
        left: -5px;
    }
    .about-intro-block .row {
        flex-direction: column-reverse;
    }
    .about-intro-block .img-inner {
        margin-bottom: 50px;
    }
    .about-intro-block .img-inner img {
        width: auto;
    }
}


/* /. About intro block */

.about-page .gallery .item {
    border-radius: 5px;
    overflow: hidden;
}

.page-img img {
    width: 100%;
}

.site_map a {
    text-decoration: underline;
}

.site_map a:hover {
    text-decoration: none;
}



.marquee,  
.marquee-with-options,  
.marquee-vert-before,  
.marquee-vert {
    width: 100%;
    overflow: hidden !important;
    border: 0px solid #ccc;
}
.marquee-with-options-203 {
    overflow: hidden; 
    color: #fff; 
    background: #356C81; 
    white-space: nowrap;
    font-size: 16px;
    letter-spacing: 1px;
}
.news-section-nav{
    margin-bottom: 20px;
}
.news-section-nav li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}
.news-section-nav li > a{
    display: block;
    border: 2px solid #CFDDE8;
    font-weight: bold;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 5px;
    transition: all ease-out 300ms;
}
.news-section-nav li > a:hover{
    color: #356C81;
    border-color: #356C81;
}
.news-section-nav li > a.active{
    border-color: #D73833 !important;
    color: #D73833 !important;
}
@media(max-width: 767px){
    .news-section-nav li{
        margin-right: 5px;
            margin-bottom: 10px;
        }
    .news-section-nav li > a{
        padding: 5px 15px;
        font-size: 14px;
    }
}

.sub-categories{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 80px;
}
.sub-categories .item{
    position: relative;
    padding: 20px 20px 50px;
    background: #F5F9FC;
    transition: all ease-out 300ms;
    border-radius: 5px;
    height: 100%;
    min-height: 115px;
}
.sub-categories .item-title{
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}
.sub-categories .item-more-link{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px 20px;
    color: #356C81;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.item-more-link svg{
    width: 13px;
    margin-left: 5px;
    fill: #356C81;
    transition: all ease-out 300ms;
}
.sub-categories .item:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.sub-categories .item:hover .item-more-link svg{
    transform: translateX(10px);
}

@media(max-width:991px){
    .sub-categories{
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width:767px){
    .sub-categories{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width:499px){
    .sub-categories{
        grid-gap: 10px;
        margin-bottom: 60px;
    }
    .sub-categories .item{
        padding: 15px 15px 40px;
        min-height: 90px;
    }
    .sub-categories .item-title{
        font-size: 14px;
    }
    .sub-categories .item-more-link{
        padding: 0 15px 15px;
        font-size: 12px;
    }
    .item-more-link svg{
        width: 10px;
        margin-left: 3px;
    }
}
@media(max-width:399px){
    .sub-categories .item{
        padding: 12px 12px 40px;
    }
    .sub-categories .item-title{
        font-size: 13px;
    }
    .sub-categories .item-more-link{
        font-size: 11px;
    }
}



/* Action */
.action-section{
    background: #FAFCFD;
}
.action-section .title{
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
    color: #356C81;
}
.action-section .img-wrapper img{
    width: 100%;
    border-radius: 5px;
}
.action-section .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.action-section .row > div{
    height: auto;
}
.countdownHolder{
    position:relative;
    line-height:36px;
    margin: 0;
}
.countdownHolder > span:nth-of-type(odd){
    color: #ffffff;
    width: 50px;
    padding: 7px 5px;
    background-color: #356C81;
    text-align: center;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    border-radius: 5px;
}
.countdownHolder > span:nth-of-type(odd):after{
    content:"";
    display: block;
    position: absolute;
    top: 16px;
    right: -16px;
    color: #2E3841;
    width: 4px;
    height: 18px;
    background: url(../images/colon.png) 0 0 no-repeat;
}
.countdownHolder > span.countSeconds:after{
    display: none;
}
.countDiv{
    display:inline-block;
    width:22px;
}
.countDays:before,
.countHours:before,
.countMinutes:before,
.countSeconds:before{
    position:absolute;
    display:block;
    width: 50px;
    text-align: center;
    left:-2px;
    bottom: -32px;
    content:'дней';
    color:#8C8C8C;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.countDays:before{
    content:'дней';
}
.countHours:before{
    content:'часов';
}
.countMinutes:before{
    content:'минут';
}
.countSeconds:before{
    content:'секунд';
}

.action-form-box{
    width: 800px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px){
    .countdownHolder > span:nth-of-type(odd){
        width: 60px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 60px;
    }    
}

@media only screen and (min-width: 992px){   
    .countdownHolder > span:nth-of-type(odd){
        width: auto;
        font-size: 42px;
        padding: 15px 12px;
    }
    .countDays:before,
    .countHours:before,
    .countMinutes:before,
    .countSeconds:before{
        width: 74px;
        bottom: -38px;
    }
    .countdownHolder > span > span{
        display: block;
        float: left;
    }
    .countdownHolder > span:nth-of-type(odd):after{
        top: 24px;
        right: -15px;
    }
}

@media(max-width:1229px){
    .action-section .title{
        font-size: 30px;
    }
}
@media(max-width:991px){
    .action-section .item-second{
        order:1;
        margin-bottom: 40px;
    }
    .action-section .item-first{
        order:2;
    }
    .action-section-inner{
        width: 580px;
        max-width: 100%;
        margin: auto;
    }
}
/* End action */
.fancyboxModalSpecial{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -100;
    opacity: 0;
    width: 0;
    height: 0;
}

.container-404{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F9FC;
    text-align: center;
    padding: 100px 0;
}

.error-code span {
    font-size: 100px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    font-weight: bold;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
}
.errorboxbody .btn{
    margin-bottom: 0;
}
.error-code .first {
    background: #356C81;
    left: 60px;
    animation: fisrt 0.9s linear;
}

.error-code .last {
    background: #f0ad4e;
    right: 60px;
    animation: last 0.9s linear;
}
.error-code .first + span {
    background: #fff;
    color: #333;
    animation: center 1.2s;
}

@keyframes fisrt {
    0% {left: 226px; opacity: 0;}
    100% {left: 60px; opacity: 1;}
}

@keyframes center {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes last {
    0% {right: 226px;}
    100% {right: 60px;}
}


@media(max-width:767px){
    .error-code span {
        font-size: 40px;
        width: 90px;
        height: 90px;
        animation: none !important;
    }
    .error-code .first{
        left: 14px;
    }
    .error-code .last{
        right: 14px;
    }
}

/* features */
.features{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.features .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.features .item{
    display: flex;
    flex-wrap: wrap;
}
.features .item-icon{
    width: 75px;
}
.features .item-body{
    width: calc(100% - 75px);
    padding-left: 20px;
}
.features .item-title{
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 16px;
}
.features .item-text{
    font-size: 13px;
}
@media(max-width: 991px){
    .features .col{
        width: 50%;
    }
}
@media(max-width: 599px){
    .features{
        margin-left: 0;
        margin-right: 0;
    }
    .features .col{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* /. features */

/* spec-version */
@media(min-width:1230px){
    .spec-version .header-panel {
        background: #ffffff;
        color: #000;
        font-size: 16px;
        border-bottom: 1px solid #ccc;
    }
    .spec-version .header-panel a{
        color: #000;
    }
    .spec-version .header-address-inner {
        font-size: 15px;
    }
    .spec-version .header-schedule {
        font-size: 15px;
        padding-left: 0;
    }
    .spec-version .header-address svg{
        display: none;
    }
    .spec-version .spec-version-link{
        border: 2px solid #000;
    }
    .spec-version .header-search-btn{
        color: #000;
        margin-left: 30px;
        margin-right: 20px;
    }
    .spec-version .header-search-btn svg{
        width: 30px;
        height: 30px;
    }
    .spec-version .header-search-btn svg path{
        fill: #000;
    }
    .spec-version .spec-version-link {
        padding: 4px 16px;
        font-size: 15px;
        line-height: 1;
    }
    .spec-version .header-tel{
        font-size: 20px;
    }
    .spec-version .header-tel svg{
        display: none;
    }
    .spec-version .header-tel+.header-tel {
        margin-left: 34px;
    }
    .spec-version .header_making_an_appointment_btn{
        background: #000;
        color: #fff !important;
        font-size: 16px;
        margin-left: 40px;
        padding: 9px 20px;
    }
    .spec-version img{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .top-menu>ul>li>a{
        font-size: 16px;
        color: #000;
        border-bottom: 2px solid transparent;
    }
    .spec-version .top-menu>ul>li:hover>a, 
    .spec-version .top-menu>ul>li.active>a{
        border-bottom-color: #000;
    }
    .spec-version .top-menu li[data-tag] > a:before{
        display: none;
    }
    .spec-version .top-menu>ul>li.down>a:after {
        width: 9px;
        height: 9px;
        border-color: #000000;
    }
    .spec-version .header-search{
        background: #000;
    }
    .spec-version .header-search input[type="submit"]{
        background: #6c6c6c;
    }
    .spec-version .top-menu>ul>li>ul>li>a {
        font-size: 18px;
        color: #000000;
    }
    .spec-version .top-menu>ul>li>ul>li:hover>a, 
    .spec-version .top-menu>ul>li>ul>li.active>a {
        color: #ffffff;
        background: #000;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a{
        font-size: 18px;
        color: #000;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>a:hover,
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li.active>a{
        text-decoration: underline;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul>li{
        padding-left: 0;
        margin-bottom: 15px;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:after{
        display: none;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a{
        font-size: 16px;
    }
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul a:hover,
    .spec-version .top-menu>ul>li[data-menusize="big"] .top-big-menu-wrap >ul>li>ul .active > a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .slick-prev:after, 
    .spec-version .slick-next:after{
        border-color: #000;
    }
    .spec-version .top-slider .slick-prev:hover, 
    .spec-version .top-slider .slick-next:hover{
        background: #000;
    }
    .spec-version .btn{
        background: #000;
        color: #fff;
    }
    .spec-version .marquee-with-options-203{
        font-size: 20px;
        background: #000 !important;
    }
    .spec-version .top-info-block{
        font-size: 18px;
    }
    .spec-version .top-info-block .el-1{
        background: #000;
    }
    .spec-version .top-info-block .el-2{
        background: #000;
    }
    .spec-version .top-info-block .btn{
        border: 2px solid #fff;
        padding-top: 14px;
        padding-bottom: 13px;
    }
    .spec-version .jq-selectbox__trigger-arrow{
        border-top-color: #000;
    }
    .spec-version .agreement label{
        font-size: 18px;
    }
    .spec-version .agreement input+label:before{
        top: 6px;
    }
    .spec-version .form-control{
        font-size: 16px;
    }
    .spec-version .form-control:focus{
        border-color: #9d9d9d;
        box-shadow: 0 0 0 1px #9d9d9d;
    }
    .spec-version .services-items .item{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .services-items .item-description{
        font-size: 16px;
    }
    .spec-version .about-section,
    .spec-version .num-section .item,
    .spec-version .team-section,
    .spec-version .reviews-carousel-section{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version.index-template .about-section .content,
    .spec-version .num-section .item-text,
    .spec-version .reviews .item-body{
        font-size: 16px;
    }
    .spec-version .more {
        width: 140px;
        font-size: 20px;
        color: #000;
    }
    .spec-version .team-list .item{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .team-list .item-btn-wrapper .btn{
        background: #000;
        border-color: #000;
    }
    .spec-version .team-list .item-title{
        font-size: 18px;
    }
    .spec-version .team-list .item-subtitle{
        font-size: 16px;
        line-height: 1.4;
    }
    .spec-version .team-carousel .slick-prev, 
    .spec-version .team-carousel .slick-next,
    .spec-version .reviews-carousel .slick-prev,
    .spec-version .reviews-carousel .slick-next{
        width: 50px;
        height: 50px;
    }
    .spec-version .team-carousel .slick-prev,
    .spec-version .reviews-carousel .slick-prev{
        margin-left: -55px;
    }
    .spec-version .team-carousel .slick-next,
    .spec-version .reviews-carousel .slick-next{
        margin-right: -55px;
    }
    .spec-version .num-section .num{
        color: #000;
    }
    .spec-version .more:after{
        background-color: #000;
    }
    .spec-version .map-iframe{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .footer-wrapper{
        background: #fff;
        font-size: 16px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
        color: #000;
        border-top: 1px solid #ccc;
    }
    .spec-version .footer-text a{
        color: #000;
    }
    .spec-version .footer-menu a{
        color: #000;
    }
    .spec-version .footer-contacts-el{
        font-size: 16px;
    }
    .spec-version .footer-contacts-el a{
        color: #000;
    }
    
    body.spec-version::-webkit-scrollbar-thumb {
        background: #ccc;
    }
    .spec-version #wapp a{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .title-h3{
        color: #000;
    }
    .spec-version .form-control{
        border-color: #000;
    }
    .spec-version .top-info-block .form-control {
        border-color: #fff;
    }
    .spec-version .ui-timepicker-standard .ui-state-hover{
        background: #000;
    }
    .spec-version .ui-state-default, 
    .spec-version .ui-widget-content .ui-state-default, 
    .spec-version .ui-widget-header .ui-state-default{
        color: #000;
    }
    .spec-version .ui-datepicker .ui-datepicker-prev span, 
    .spec-version .ui-datepicker .ui-datepicker-next span{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .news-section .item-body{
        border-color: #000;
    }
    .spec-version .middle-section-header {
        background: #E4E4E4;
    }
    .spec-version .breadcrumb svg{
        fill: #000;
    }
    .spec-version .breadcrumb>li a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .breadcrumb>li a:hover{
        text-decoration: none;
    }
    .spec-version .sub-categories .item{
        background: #f1f1f1;
    }
    .spec-version .sub-categories .item-title{
        font-size: 18px;
    }
    .spec-version .sub-categories .item-more-link{
        font-size: 16px;
        color: #000;
    }
    .spec-version .item-more-link svg{
        fill: #000
    }
    .spec-version .content ul>li:after{
        background: #000;
    }
    .spec-version .gallery .item a:after,
    .spec-version .certificats-gallery .item>a{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .rev-item .inner{
        box-shadow: 0 0 0 2px #000;
        font-size: 18px;
    }
    .spec-version .rev-item .rev-date{
        color: #000;
    }
    .spec-version .rev-item a{
        color: #000;
    }
    .spec-version .ec-rating-stars svg {
        color: #9d9d9d;
    }
    .spec-version .ec-rating-stars .active svg, 
    .spec-version .ec-rating-stars .active2 svg{
        color: #000;
    }
    
    .spec-version .pagination li>a, 
    .spec-version .pagination li>span{
        font-size: 18px;
        color: #000;
        border-color: #000;
    }
    
    .spec-version .pagination .active>a, 
    .spec-version .pagination .active>a:hover {
        background-color: #000000;
        color: #fff;
        border-color: #000000;
    }
    .spec-version .news-section-nav li > a{
        color: #000;
        border-color: #000;
    }
    .spec-version .news-section-nav li > a.active{
        background: #000;
        color: #fff !important;
        border-color: #000 !important;
    }
    .spec-version .content a{
        color: #000;
        text-decoration: underline;
    }
    .spec-version .content a:hover{
        text-decoration: none;
    }
    .spec-version .ya-share2, 
    .spec-version .ya-share2 *{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .services ul ul{
        padding-left: 0;
        margin-bottom: 30px;
    }
    .spec-version .services li{
        margin-bottom: 5px;
    }
    .spec-version .services li a{
        font-size: 16px;
    }
    .spec-version .services ul ul a:before{
        display: none;
    }
    .spec-version .aside-menu a,
    .spec-version .aside-menu li:hover > a{
        color: #000 !important;
    }
    .spec-version .aside-menu > ul > li > a{
        font-weight: bold;
        font-size: 18px;
    }
    .spec-version .aside-menu ul ul a{
        font-size: 16px;
    }
    .spec-version .content table td{
        font-size: 16px;
    }
    .spec-version .content table th {
        background: #000000;
        padding: 16px 15px;
        color: #fff;
        font-size: 18px;
    }
    .spec-version blockquote {
        margin: 30px 0 60px;
        padding: 20px 0 5px 30px;
        border-left: 3px solid #000000;
        color: #000000;
        font-size: 18px;
        font-style: inherit;
    }
    .spec-version .action-section {
        background: #E4E4E4;
    }
    .spec-version .action-section .title{
        color: #000;
    }
    .spec-version .action-section .subtitle{
        font-size: 18px;
    }
    .spec-version .countdownHolder > span:nth-of-type(odd){
        background: #000;
    }
    .spec-version .countDays:before, 
    .spec-version .countHours:before, 
    .spec-version .countMinutes:before, 
    .spec-version .countSeconds:before{
        font-size: 14px;
        color: #000;
    }
    .spec-version .aside-menu-title {
        font-weight: bold;
        font-size: 24px;
    }
    .spec-version .accordeon .item {
        box-shadow: 0 0 0 2px #000;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .accordeon .item-title{
        font-size: 24px;
        color: #000 !important;
    }
    .spec-version .tbodyprice tr{
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom-color: #c7c7c7;
    }
    .spec-version .social-links{
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .spec-version .contacts-block .item svg{
        display: none;
    }
    .spec-version .contacts-block .item {
        margin-bottom: 24px;
        padding-left: 0;
        font-size: 20px;
    }
    .spec-version .contacts-block .item a{
        color: #000;
    }
    .spec-version .content{
        font-size: 18px;
    }
}

/* /. spec-version */

/* Reviews */
.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 50%;
}
.reviews .item{
    padding: 30px 40px 30px 80px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 0 1px #ecf2f4;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.reviews .item-quote{
    position: absolute;
    left: 30px;
    top: 60px;
}
.reviews .item-quote svg{
    fill: #356C81;
}
.reviews .item-body{
    flex: 1 0 auto;
}
.reviews .item-footer .btn{
    margin: 20px 0 0;
}
.reviews .item-date,
.reviews-modal .item-date{
    color: #999;
    margin-bottom: 15px;
    font-size: 13px;
}
.reviews .item-title,
.reviews-modal .item-title{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
}
.reviews .item-subtitle,
.reviews-modal .item-subtitle{
    color: #999;
}
.reviews .item-body,
.reviews-modal .item-body{
    padding-top: 10px;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .slick-slide>div {
    height: 100%;
}

.reviews-carousel .slick-prev,
.reviews-carousel .slick-next {
    border: 1px solid #f5f9fc;
    top: inherit;
    bottom: -50px;
    margin-top: 0;
    width: 40px;
    height: 40px;
    background: #fff;
}

.reviews-carousel .slick-prev {
    left: 50%;
    margin-left: -45px;
}

.reviews-carousel .slick-next {
    right: 50%;
    margin-right: -45px;
}

.reviews-carousel .slick-prev:after,
.reviews-carousel .slick-next:after {
    border-color: #356C81;
    border-width: 1px;
}

.reviews-carousel .slick-prev:hover,
.reviews-carousel .slick-next:hover {
    background: #356C81;
}

.reviews-carousel .slick-prev:hover:after,
.reviews-carousel .slick-next:hover:after {
    border-color: #fff;
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
}
@media(max-width: 499px){
    .reviews .item {
        padding: 20px 20px 20px 60px;
    }
    .reviews .item-quote{
        left: 16px;
        top: 44px;
    }
    .reviews .item-body{
        font-size: 13px;
    }
    .reviews-carousel .slick-next{
        right: 15px;
        margin-right: 0;
        top: -60px;
    }
    .reviews-carousel .slick-prev {
        left: auto;
        margin-left: 0;
        right: 65px;
        top: -60px;
    }
    .reviews-carousel-section .push20{
        display: none;
    }
    .reviews-carousel-section .push100{
        height: 50px;
    }
}
/* /. Reviews */


/* shop-categories */
.shop-categories{
    width: 100%;
}
.shop-categories-inner{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.shop-categories .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.shop-categories .item{
    height: 100%;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    color: #333;
    background: #fff;
    transition: all 200ms ease-out;
}
.shop-categories .item-img{
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.shop-categories .item-img img{
    max-height: 100%;
}
.shop-categories .item-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
}
.shop-categories .item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}
@media(max-width: 1489px){
    .shop-categories-inner{
        margin-left: -7px;
        margin-right: -7px;
    }
    .shop-categories .col{
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }
}
@media(max-width: 1199px){
    .shop-categories .col{
        width: 33.3333%;
    }
}
@media(max-width: 767px){
    .shop-categories .col{
        width: 50%;
    }
    .shop-categories .item{
        padding: 2vw;
    }
    .shop-categories .item-img{
        height: 25vw;
    }
    .shop-categories .item-title{
        font-size: 3vw;
    }
}
@media(max-width: 499px){
    .shop-categories .item-title{
        font-size: 3.5vw;
    }
}
/* /. shop-categories*/

/* fixed cart */
.header-cart {
    position: fixed;
    top: 170px;
    right: 0;
    padding: 20px 10px 10px;
    z-index: 500;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    border-radius: 5px 0 0 5px;
    font-size: 13px;
    color: #000;
    text-align: center;
}
.header-cart-icon{
    display: inline-block;
    position: relative;
    bottom: -1px;
}
.header-cart svg{
    width: 18px;
}
.header-cart .ms2_total_count {
    top: -7px;
    right: -11px;
    background: #f0ad4e;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 11px;
    text-align: center;
    padding: 3px 3px 2px 4px;
    border-radius: 10px;
    min-width: 16px;
}
#msMiniCart.header-cart .not_empty { 
    display: none; 
}
#msMiniCart.header-cart.full .empty{ 
    display: none; 
}
#msMiniCart.header-cart.full .not_empty{ 
    display: block;
}
.header-cart > div{
    align-items: center;
}
.header-cart .cart-text{
    white-space: nowrap;
    margin-left: 5px;
    display: block;
    font-size: 12px;
    color: #858a93;
}
.header-cart .not_empty:hover .cart-text{
    text-decoration: underline;
}
@media(max-width:991px){
    .header-cart{
        top: 150px;
    }
}
@media(max-width: 767px){
    .header-cart {
        top: 3px;
        z-index: 1000;
        padding: 10px 0 0;
        background: transparent;
        box-shadow: none;
        min-width: 60px;
    }
    .header-cart .cart-text{
        display: none;
    }
    .header-cart .ms2_total_count {
        font-size: 9px;
        line-height: 9px;
        padding: 2px;
        min-width: 14px;
    }
    .header-cart svg {
        color: #fff;
    }
}
/* /. fixed cart */

/* catalog categories page*/
.catalog-categories-columns{
    display: flex;
    flex-wrap: wrap;
}
.catalog-categories-aside{
    width: 320px;
}
.catalog-categories-column{
    width: calc(100% - 320px);
    padding-left: 30px;
}
.catalog-categories-nav-title{
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
}
.catalog-categories-nav{
    margin-bottom: 30px;
    padding: 10px 20px;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
}
.catalog-categories-nav a {
    display: block;
    text-decoration: none !important;
    color: #232323;
    padding: 15px 20px 15px 0;
    font-size: 16px;
    background: #fff;
    line-height: 1.3;
    font-weight: 500;
}
.catalog-categories-nav > ul > li{
    border-bottom: 1px solid #c1c1c1;
}
.catalog-categories-nav .down > a{
    padding-right: 30px;
}
.catalog-categories-nav > ul > li:last-of-type{
    border-bottom: none;
}
.catalog-categories-nav li:hover > a,
.catalog-categories-nav .open > a,
.catalog-categories-nav .active > a{
    color: #356C81 !important;
}
.catalog-categories-nav > ul ul{
    display: none;
}
.catalog-categories-nav .active > ul{
    display: block;
}
.catalog-categories-nav > ul li{
    position: relative;
}
.catalog-categories-nav > ul .dropdown-button{
    height: 51px;
    width: 30px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.catalog-categories-nav > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 17px;
    right: 0;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    transform: rotate(45deg);
    transition: all 200ms ease-out;
}
.catalog-categories-nav > ul .dropdown-button.active:after{
    transform: rotate(225deg);
    top: 23px;
}
.catalog-categories-nav > ul ul .dropdown-button{
    height: 37px;
}
.catalog-categories-nav > ul ul .dropdown-button:after{
    top: 5px;
}
.catalog-categories-nav > ul ul .dropdown-button.active:after,
.catalog-categories-nav > ul ul .active > a + .dropdown-button:after,
.catalog-categories-nav > ul ul .open > a + .dropdown-button:after{
    top: 10px;
}
.catalog-categories-nav ul ul{
    padding-left: 12px;
    margin-bottom: 12px;
}
.catalog-categories-nav ul ul a{
    font-weight: normal;
    font-size: 13px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog-categories-nav  ul ul > li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 11px;
    left: -15px;
    background: #D5D5D5;
}


@media (max-width: 991px) {
    .catalog-categories-nav-wrapper{
        display: none;
    }
}

.catalog {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.catalog .col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    width: 33.3333%;
}
.catalog.cols4 .col{
    width: 25%;
}
.catalog .item {
    color: #333;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 20px 15px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.gray-bg .catalog .item{
    border-color: #fff;
}
.catalog .item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-color: #fff;
}
.catalog .item-img {
    text-align: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.catalog .item-img img{
    max-height: 100%;
}
.product-tags{
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 15;
    color: #fff;
    text-align: left;
}
.product-gallery .product-tags{
    left: 20px;
    top: 20px;
}
.product-tags span{
    margin: 0 3px 3px 0;
    display: inline-block;
    padding: 2px 6px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
.product-tags span.product-tag-new{
    background: #76B500;
}
.product-tags span.product-tag-popular{
    background: #FFCA1E;
}
.product-tags span.product-tag-favorite{
    background: #893CA9;
}
.product-tags span.product-tag-sale{
    background: #FF1B2D;
}
.catalog .item-inner {
    flex: 1 0 auto;
    display: flex;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog .item-footer {
    padding-top: 20px;
}
.catalog .item-footer .btn{
    margin-bottom: 0;
}
.catalog .item-article{
    font-size: 14px;
    margin-bottom: 10px;
    height: 24px;
    white-space: nowrap;
}
.catalog .item-title{
    font-weight: 600;
    color: #000;
    line-height: 1.3;
}
.catalog .item-prices{
    margin-bottom: 20px;
}
.catalog .item-price{
    font-size: 20px;
    font-weight: 500;
}
.catalog .item-old-price{
    text-decoration: line-through;
    color: #777;
}
.catalog .item-old-price + .item-price{
    margin-left: 10px;
}
.catalog-carousel{
    display: block;
}
.catalog-carousel > div:not(:first-of-type){
    display: none;
}
.catalog-carousel .slick-list{
    padding-top: 10px;
}
.catalog-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.catalog-carousel .slick-slide {
    height: inherit;
}
.catalog-carousel .slick-slide>div {
    height: 100%;
}
.catalog-carousel .slick-next{
    left: auto;
    right: 15px;
    top: -40px;
    width: 40px;
    height: 40px;
}
.catalog-carousel .slick-prev{
    left: auto;
    right: 65px;
    top: -40px;
    width: 40px;
    height: 40px;
}
.products-carousel-section h2{
    padding-right: 120px;
}
@media(max-width: 1489px){
    .catalog-categories-column{
        padding-left: 15px;
    }
    .catalog{
        margin-left: -7px;
        margin-right: -7px;
    }
    .catalog .col {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }
    .catalog .item-img{
        height: 16vw;
    }
    .catalog-carousel .slick-next{
        right: 7px;
    }
    .catalog-carousel .slick-prev{
        right: 57px;
    }
}
@media(max-width: 1299px){
    .catalog .col {
        width: 50%;
    }
    .catalog.cols4 .col{
        width: 33.3333%;
    }
    .catalog .item-img {
        height: 22vw;
    }
}
@media(max-width: 991px){
    .catalog .col {
        width: 33.3333%;
    }
    .catalog-categories-aside{
        width: 100%;
    }
    .catalog-categories-column{
        width: 100%;
        padding-left: 0;
    }
    .catalog .item-old-price,
    .catalog .item-price{
        display: block;
    }
    .catalog .item-old-price + .item-price{
        margin-left: 0;
    }
}
@media(max-width: 767px){
    .catalog .col,
    .catalog.cols4 .col{
        width: 50%;
    }
    .catalog .item-img {
        height: 30vw;
    }
    .catalog-carousel{
        padding-top: 50px;
    }
    .catalog-carousel .slick-next{
        right: auto;
        left: 57px;
        top: 0;
    }
    .catalog-carousel .slick-prev{
        right: auto;
        left: 7px;
        top: 0;
    }
    .products-carousel-section h2{
        padding-right: 0;
    }
}
@media(max-width: 699px){
    .catalog .item{
        padding: 3vw;
    }
    .catalog .item-inner{
        padding-top: 3vw;
    }
    .catalog .item-footer{
        padding-top: 3vw;
    }
    .catalog .item-prices{
        margin-bottom: 2.8vw;
    }
    .catalog .item-article {
        font-size: 2.4vw;
        margin-bottom: 2vw;
        height: 3vw;
    }
    .catalog .item-title{
        font-size: 3vw;
    }
    .catalog .item-old-price{
        font-size: 3vw;
    }
    .catalog .item-price{
        font-size: 4vw;
    }
    .catalog .item .btn.mid{
        height: 9vw;
        padding: 0 3vw;
        border-width: 1px;
        font-size: 3vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 429px){
    .catalog .col, .catalog.cols4 .col{
        width: 100%;
    }
    .catalog .item-img{
        height: 60vw;
    }
    .catalog .item{
        padding: 6vw;
    }
    .catalog .item-article {
        font-size: 4vw;
        margin-bottom: 4vw;
        height: 6vw;
    }
    .catalog .item-title{
        font-size: 5vw;
    }
    .catalog .item-old-price{
        font-size: 5vw;
    }
    .catalog .item-price{
        font-size: 8vw;
    }
    .catalog .item .btn.mid {
        height: 15vw;
        font-size: 5vw;
    }
}
/* /. catalog categories page*/

/* product page */
.product-page-thumb-carousel .item-inner{
    position: relative;
}
.product-page-carousel .item a:after,
.product-page-thumb-carousel .item-inner:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #c1c1c1;
    z-index: 1;
    border-radius: 10px;
}
.product-page-thumb-carousel .slick-current .item-inner:after{
    border: 3px solid #f0ad4e;
}
.product-page-carousel > div:not(:first-of-type),
.product-page-thumb-carousel > div:not(:first-of-type){
    display: none;
}
.product-page-carousel .item a{
    display: block;
    position: relative;
    z-index: 5;
}
.product-page-thumb-carousel-wrapper{
    width: 608px;
    max-width: 100%;
}
.product-page-thumb-carousel{
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 6px;
}
.product-page-thumb-carousel .item{
    width: 25%;
    padding-left: 3px;
    padding-right: 3px;
}
.product-page-carousel img,
.product-page-thumb-carousel img{
    width: 100%;
}

.product-page-main-block{
    display: flex;
    flex-wrap: wrap;
}
.product-page-gallery{
    width: 450px;
}
.product-page-info{
    width: calc(100% - 450px);
    padding-left: 30px;
}
.product-page-info .item-article{
    margin-bottom: 20px;
}
.product-page-info .item-prices{
    margin-bottom: 20px;
}
.product-page-info .item-old-price{
    text-decoration: line-through;
    font-size: 18px;
}
.product-page-info .item-old-price + .item-price{
    margin-left: 10px;
}
.product-page-info .item-price{
    font-size: 24px;
    font-weight: 600;
}

.application-buttons-block{
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.application-buttons-block .col{
    margin-bottom: 30px;
}
.application-buttons-block .col1{
    margin-right: 30px;
}
.application-buttons-block .btn-cart{
    width: 250px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    max-width: 100%;
    margin-bottom: 0;
}
.product-page-info .oneclick-link a{
    border-bottom: 1px dashed;
    font-size: 18px;
}
.product-page-info .oneclick-link a:hover{
    border-bottom-color: transparent;
}

.application-buttons-block .item-counter-inner{
    width: 130px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.application-buttons-block .item-counter-inner .input-number{
    display: inline-block;
    height: 22px;
    width: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.application-buttons-block .item-counter-inner button {
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: #e5e5e5;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.application-buttons-block .item-counter-inner button:hover svg path{
    stroke: #000;
}
.application-buttons-block .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.application-buttons-block .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-chars-block{
    margin: 40px 0;
    width: 450px;
    max-width: 100%;
}
.product-chars-block .title{
    font-family: SuisseIntl-Book, sans-serif;
    font-size: 22px;
    color: #000000;
    margin-bottom: 20px;
}
.chars-row{
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    position: relative;
    font-size: 14px;
}
.chars-row > div:nth-of-type(1) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 3px 0 0;
}
.chars-row  > div:nth-of-type(2) {
    display: block;
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 0 0 0 3px;
    font-weight: bold;
}
.chars-row:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    border-bottom: 1px dotted #9F9F9F;
}

@media(max-width: 1199px){
    .product-page-template .catalog-categories-aside{
        display: none;
    }
    .product-page-template .catalog-categories-column{
        padding-left: 0;
        width: 100%;
    }
}
@media(max-width: 767px){
    .product-page-gallery{
        width: 50%;
    }
    .product-page-info{
        width: 50%;
    }
    .catalog-carousel .slick-prev,
    .catalog-carousel .slick-next{
        top: 15px;
    }
}
@media(max-width: 599px){
    .product-page-gallery{
        width: 100%;
    }
    .product-page-info{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}
/* /. product page */


/****** cart page*/
.cart-section .cart-item{
    border: 1px solid #E5E5E5;
    padding: 20px 40px 20px 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}
.cart-section .cart-item-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.cart-section .remove{
    position: absolute;
    right: -25px;
    top: -5px;
    z-index: 20;
}
.cart-section .remove button{
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
}
.cart-section .remove svg{
    width: 20px;
    height: 20px;
    transition: all 200ms ease-out;
}
.cart-section .remove:hover svg{
    transform: rotate(180deg);
}
.cart-section .left-part{
    width: 105px;
    align-self: flex-start;
}
.cart-section .left-part a{
    display: block;
}
.cart-section .left-part a:hover{
    opacity:0.8;
}
.cart-section .right-part{
    width: 440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-section .center-part{
    width: calc(100% - 545px);
    padding: 0 30px;
}

.cart-section .item-counter-inner{
    border: 1px solid #e1e0e0;
    width: 100px;
    max-width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 20px;
    border-radius: 5px;
}
.cart-section .item-counter-inner .input-number{
    display: inline-block;
    height: 22px;
    width: 22px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height:16px;
    background: transparent;
    border: none;
    margin: 0;
    font-weight: bold;
}
.cart-section .item-counter-inner button {
    width: 34px;
    height: 34px;
    padding: 0;
    border: none;
    background: transparent;
    transition: all 200ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-section .item-counter-inner button:hover svg path{
    stroke: #356C81;
}
.cart-section .count-input-wrapper{
    position: relative;
    display: inline-block;
}
.cart-section .count-input-wrapper:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.cart-section .technikal-btn{
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}
.cart-section .item-price-title,
.cart-section .item-cost-title{
    font-weight: 500;
    color: #747474;
}
.cart-section .item-cost .ms2_cost,
.cart-section .item-price .price{
    font-size: 18px;
}

.cart-section .item-product-information-title a{
    color: #000;
    font-size: 16px;
}
.cart-section .item-product-information-title a:hover{
    text-decoration: underline;
}

.cart-section .cart-total{
    font-size: 24px;
    margin-bottom: 20px;
}

.cart-section .cart-buttons{
    display: flex;
    align-items: center;
}
.cart-section .cart-buttons .btn{
    margin-bottom: 0;
}
.cart-section .clean-cart{
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #1c2e36;
    background: #fff;
    border-radius: 7px;
    margin-right: 10px;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart svg{
    width: 20px;
    fill: #1c2e36;
    transition: all ease-out 300ms;
}
.cart-section .clean-cart:hover{
    border-color: #356C81;
}
.clean-cart:hover svg{
    fill: #356C81;
}

@media(max-width:991px){
    .cart-section .center-part{
        padding: 0 20px;
        width: calc(100% - 425px);
    }
    .item-product-information-title a{
        font-size: 13px;
    }
    .cart-section .cart-item {
        padding: 15px 30px 15px 15px;
        margin-bottom: 20px;
    }
    .cart-section .remove{
        top: -10px;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 15px;
    }
    .cart-section .item-counter-inner{
        height: 38px;
        margin: 0 10px;
    }
    .cart-section .right-part{
        width: 320px;
    }
}
@media(max-width:767px){
    .cart-section .cart-item{
        padding: 20px 15px 20px 15px;
    }
    .cart-section .right-part{
        width: 320px;
        margin-top: 20px;
        max-width:100%;
    }
    .cart-section .center-part{
        padding: 0 0 0 15px;
        width: calc(100% - 105px);
    }
    .cart-section .remove {
        top: -17px;
        right: -12px;
    }
    .cart-section .item-product-information-title a {
        font-size: 12px;
        line-height: 1.6;
        display: inline-block;
    }
    .cart-section .item-price-title, 
    .cart-section .item-cost-title{
        font-size: 13px;
    }
    .cart-section .item-counter-inner{
        width: 80px;
    }
    .cart-section .item-counter-inner button{
        width: 24px;
    }
    .cart-section .item-counter-inner .input-number{
        font-size: 14px;
        line-height: 14;
    }
    .cart-section .item-cost .ms2_cost, 
    .cart-section .item-price .price{
        font-size: 13px;
    }
    .cart-section .item-counter-inner button svg{
        width: 12px;
    }
    .cart-section .cart-total{
        font-size: 18px;
    }
}
@media(max-width: 429px){
    .cart-section .right-part{
        flex-wrap: wrap;
    }
    .cart-section .right-part .item-price{
        width: 50%;
        order: 2;
        display: flex;
    }
    .cart-section .right-part .item-counter{
        width: 100%;
        order: 1;
        margin-bottom: 15px;
    }
    .cart-section .item-counter-inner{
        margin-left: 0;
        margin-right: 0;
    }
    .cart-section .right-part .item-cost{
        width: 50%;
        order: 3;
        display: flex;
    }
    .cart-section .right-part .item-price-title,
    .cart-section .right-part .item-cost-title{
        margin-right: 5px;
        color: #000;
    }
    .cart-section .right-part .item-price-title:after,
    .cart-section .right-part .item-cost-title:after{
        content: ":";
    }
    .cart-section .left-part{
        width: 100%;
    }
    .cart-section .center-part{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
}
/****** /. cart page*/

/****** Order Page */
.order-section .order-grid{
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-1,
.order-section .input-group-2,
.order-section .input-group-3{
    display: grid;
    grid-column-gap: 20px;
}
.order-section .input-group-1{
    grid-template-columns: 1fr 1fr;
}
.order-section .input-group-2{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.input-group-2 > .col:first-child{
    grid-column-start: 1;
    grid-column-end: 5;
}
.input-group-2 > .col:nth-child(2){
    grid-column-start: 1;
    grid-column-end: 3;
}

.order-section .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-section .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-section .checkbox label > div{
    position: absolute;
    left: 5px;
    top: 0;
    width: 22px;
    height: 22px;
    display: block;
    background: white;
    border: 2px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}
.order-section .checkbox label:hover > div{
    border-color: #356C81;
}
.order-section .checkbox label > div.radio{
    border-radius: 100%;
}
.order-section .checkbox label > div.radio:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    display: block;
    background-color: white;
    border-radius: 100px;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .radio{
    border-color: #356C81;
    background-color: #356C81;
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-section .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-section .checkbox input:checked + .checkboxsquare{
    border-color: #356C81;
    background-color: #356C81;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-section #msOrder .radio{
    min-height: 1px;
}
.order-section input[type="checkbox"].error + div + span{
    color: red;
}
.order-section .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-section .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}

.order-section #msOrder .form-control.error{
    border: 2px solid #FF1A00 !important;
}

.order-section .button.disabled, 
.order-section .button.disabled:hover, 
.order-section .btn.disabled, 
.order-section .btn.disabled:hover {
    background: #dadada;
    border-color: #dadada;
    color: #1c1c1b;
    cursor: default;
}

.orderbutton-wrapper{
    display: inline-block;
}
.orderbutton-wrapper #orderbutton.disabled + span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.order-section #agreement_order + label.err{
    color: #FF1A00;
}

.order-section #agreement_order + label a{
    color: #838383;
    text-decoration: underline;
}
.order-section #agreement_order + label a:hover{
    text-decoration: none;
    color: #000;
}
.order-section #agreement_order + label.err a{
    color: #FF1A00;
}
/* ======= /. custom check and radio ======= */
@media(max-width: 991px){
    .order-section .input-group-1 {
        grid-template-columns: 1fr;
    }
    .order-section .input-group-2 {
        grid-template-columns: 1fr 1fr;
    }
    .input-group-2 > .col:first-child,
    .input-group-2 > .col:nth-child(2){
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media(max-width:767px){
    .order-section .order-grid {
        grid-gap: 40px;
        grid-template-columns: 1fr;
    }
}

.jgrowlHide #jGrowl{
    display: none !important;
}
.isa_success {
  border: 1px solid #40b0e3;
  background-color: #f1f7fb;
  margin: 0 0 10px;
  padding: 15px;
}
.order-number{
    color: #40b0e3;
}
/****** /.Order Page */

.cart-page-empty-block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 40px;
}
.cart-page-empty-block .item-icon{
    width: 90px;
    height: 90px;
    background: url(../images/scorp2.png) 0 -18px no-repeat;
}
.cart-page-empty-block .item-body{
    width: calc(100% - 90px);
    padding-left: 30px;
}
.cart-page-empty-block .item-title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.cart-page-empty-block .item-text{
    margin-bottom: 20px;
}
.cart-page-empty-block .button{
    margin-bottom: 0;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cart-page-empty-block .button:hover{
    background: #414141;
    color: #fff;
}
/* alerts */
.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #953b39
}
/* /.alerts */

/* spec-version for shop */
@media(min-width: 1230px){
    .spec-version .product-tags span{
        background: #000;
        color: #fff;
    }
    .spec-version .product-page-thumb-carousel .slick-current .item-inner:after{
        border-color: #000;
    }
    .spec-version .catalog-categories-nav ul ul a{
        font-size: 15px;
    }
}

/* /. spec-version for shop */






