@charset "utf-8";
.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;
}
.push15{
    height: 15px;
}
.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;
}
.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;
}
.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;
}
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
    line-height: 1.5;
    color: #2E2E2E;
    background: #F6F6F6;
    overflow-x: hidden;
    font-family: 'Roboto Condensed', sans-serif;
}
body.white-bg{
    background: #fff;
}
.main-wrapper{
    min-height: 100%;
    margin-bottom: -310px;
}
.footer-push{
    height: 310px;
}
.footer-wrapper{
    min-height: 310px;
    /*background-image: linear-gradient(20deg,#1C202B,#11505B);*/
    background: #15404b;
    font-size: 13px;
    color: #fff;
}
.footer-wrapper a{
    color: #fff;
    text-decoration: none;
}
.footer-menu ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    width: 100%;
    padding: 14px;
    text-align: center;
}
.footer-menu a{
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    text-decoration: underline;
}
.footer-menu a:hover{
    color: #ffcb00;
}
.footer-middle{
    padding: 35px 0 20px 0;
}
.footer-middle .btn {background: #ffcb00; border-radius: 5px; color: #000;}
.footer-middle .btn:hover {color: #000;}
.footer-contacts-item{
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.footer-contacts-item a:hover{
    color: #ffcb00;
}
.footer-contacts-item svg{
    color: #ffcb00;
    margin-right: 15px;
}
.footer-contacts-item.address-item svg,
.footer-contacts-item.phone-item svg{
    width: 19px;
    height: 26px;
}
.footer-contacts-item.email-item svg{
    width: 20px;
    height: 20px;
}
.footer-social a:first-of-type{
    margin-left: 0;
}
.footer-bottom{
    padding: 20px 0;
    position: relative;
}
.footer-wrapper .development a{
    color: #11505B;
}
.footer-wrapper .development a:hover{
    color: #ffcb00;
}
.copyright a{
    text-decoration: underline;
}
.copyright a:hover{
    text-decoration: none;
}
.development a{
    display: flex;
    align-items: center;
    color: #fff !important;
    line-height: 1.2;
}
.development a img{
    margin-left: 10px;
}
.footer-bottom .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.development{
    display: flex;
    justify-content: flex-end;
}
.footer-text-2{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-text-2 svg{
    width: 20px;
    color: #ffcb00;
    margin-right: 20px;
}
.footer-text-2 > div{
    width: calc(100% - 40px);
}
.footer-contacts-item.email-item a:first-of-type{
    margin-right: 20px;
}
@media(max-width: 767px){
    .logo-mobile img {height: 46px;}
    .header-bottom-inner {flex-direction: column;}
    .footer-middle .item1{
        margin-bottom: 30px;
    }
    .footer-contacts-item{
        font-size: 14px;
    }
    .development{
        padding-top: 15px;
        justify-content: flex-start;
    }
    .footer-bottom div.text-center, .footer-bottom div.text-right {text-align: left;}
}

h1,
.title-h1{
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
}
h2,
.title-h2{
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    font-weight: bold;
}
h3,
.title-h3{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
h4,
.title-h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
    font-weight: bold;
}
h5,
.title-h5{
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 10px;
    position: relative;
    font-weight: bold;
}
@media(max-width:991px){
    h1,
    .title-h1{
        font-size: 26px;
    }
    h2,
    .title-h2{
        font-size: 22px;
    }
}
@media(max-width:767px){
    h1,
    .title-h1{
        font-size: 20px;
    }
    h2,
    .title-h2{
        font-size: 18px;
    }
}
@media(min-width:992px){
    h1.pagetitle,
    .title-h1.pagetitle{
        font-size: 36px;
    }
}
blockquote{
    position: relative;
    margin: 30px 0;
    padding: 30px 30px 30px 60px;
    text-align: left;
    background: linear-gradient(86.99deg, #367F8C 1.66%, #1C202B 48.97%, #367F8C 99.84%);
    color: #fff;
    font-size: 14px;
}
blockquote:before{
    content:"";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 32px;
    left: 25px;
    background: url(../images/info-icon.svg) 0 0 no-repeat;
}
blockquote p:last-of-type{
    margin-bottom: 0;
}
p{
    margin-bottom: 20px;
}
a{
    color: #940B32;
    text-decoration: underline;
    transition: all ease-out 300ms;
}
a:hover{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a.decoration-none{
    text-decoration: none;
}
strong,
b, 
.bold{
    font-weight: bold;
}
em, i{
    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;
}
.red{
    color: red;
}
.gray{
    color: #8A8A8A;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.strike{
    text-decoration: line-through;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hidden {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.visible{
    opacity:1;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.label{
    display: block;
    margin-bottom: 4px;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dotted:hover{
    border: none;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dashed:hover{
    border-bottom-color: transparent;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
.error{
    color: #FF0000;
}
img{
    max-width: 100%;
}
.content{
    font-size: 18px;
    line-height: 1.8;
}
.article-img img{
    width: 100%;
    border-radius: 3px;
}
.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: 13px;
    left: 2px;
    background: #425292;
    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: #425292;
	border-radius: 1px;
}

.content ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 20px;
	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: #425292;
	text-align: right;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.modal{
    display: none;
    width: 500px;
    max-width: 100%;
    background: #fff;
    padding: 40px 30px;
}
.modal .title,
.fancybox_modal .title{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #11505B;
    line-height: 1.1;
}
.modal p,
.fancybox_modal p{
    margin-bottom: 0;
}
.modal .title + p,
.fancybox_modal .title + p{
    font-size: 14px;
    margin: -10px 0 30px;
}
@media (min-width: 992px){
    .modal,
    .fancybox_modal{
        padding: 40px;
    }
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #11505B;
    font-size: 14px;
    padding: 12px 35px;
    margin-bottom: 10px;
    position: relative;
    border: 2px solid #11505B;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    letter-spacing: 1px;
    border-radius: 2px;
}
.btn:hover{
    -webkit-filter: brightness(114%);
    filter: brightness(114%);
    color: #fff;
}
.btn.btn-transparent{
    background: transparent;
    border-color: #11505B;
    color: #11505B;
}
.btn.btn-transparent:hover{
    color: #fff;
    background: #11505B;
    border-color: #11505B;
}
.btn.block{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.btn.mid{
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.btn.mini,
.btn.min{
    font-size: 11px;
    padding: 8px 10px;
    border-bottom: none;
}
hr{
    border-top: 1px solid #C7C7C7;
    border-bottom: 1px solid #fff;
}
.hr-min {
    width: 100px;
    margin: 30px auto;
}
table{
    width: 100%;
    border-collapse: collapse;
}
table tr:nth-child(odd) {
    background: #F5F5F5;
}
table td, 
table th {
    padding: 14px 20px;
    font-size: 14px;
    border-left: 1px solid #E2E6E7;
    vertical-align: middle;
    color: #5F5F5F;
}
table th{
    color: #000;
    font-weight: bold;
    border-left-color: rgba(255,255,255,0.2);
}
table td:first-child, table th:first-child {
    border-left: none;
}
table .separate td{
    background: #E2E6E7;
    color: #333333;
    font-weight: bold;
}
@media (max-width: 767px) {
    table td, 
    table th {
        padding: 8px 10px;
        font-size: 12px;
    }
}

/* CUSTOM CHROME SCROLL */
body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 10px;
    height: 1px;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-button {
    background-image: url('');
    background-repat: no-repeat;
    width: 10px;
    height: 0px;
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffcb00;
}
body::-webkit-scrollbar-track {
    background-color: #212121;
}
/* /. CUSTOM CHROME SCROLL */

/* PRELOADER */
#preloader {
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    opacity: 1;
}
#preloader.hid {
    opacity: 0;
    visibility: hidden;
}
.load8 .loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,72,127, 0.2);
  border-right: 1.1em solid rgba(0,72,127, 0.2);
  border-bottom: 1.1em solid rgba(0,72,127, 0.2);
  border-left: 1.1em solid #ffcb00;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.load8 .loader,
.load8 .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* /. PRELOADER */

/* UP BTN */
#up{
    position: fixed;
    overflow: hidden;
    right: 15px;
    bottom: 60px;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    background: #ffcb00;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 150px, 0);
    cursor: pointer;
    border-radius: 3px;
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: #11505B;
    color: #fff;
}
#up svg{
    height: 20px;
    position: relative;
    bottom: -7px;
}
@media(max-width:767px){
    #up{
        bottom: 15px;
    }
}
/* /. UP BTN */


/* BREADCRUMBS */
.breadcrumb {
    margin: -20px 0 40px;
    padding: 0;
    font-size: 13px;
    list-style: none;
}
.breadcrumb li {
    display: inline-block;
    margin-right: 25px;
}
.breadcrumb a {
    color: #000;
    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;
}
.breadcrumb a:after {
    content: "/";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: -2px;
    right: -16px;
    transition: all 200ms ease-out;
}
.breadcrumb svg {
    width: 16px;
    position: relative;
    bottom: -3px;
    fill: #11505B;
}
.breadcrumb li > span{
    font-weight: bold;
}
/* / BREADCRUMBS */

/* PAGINATION */
.pagination{
    display: inline-block;
    margin: 30px 0;
}
.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;
    font-weight: 100;
    margin-bottom: 5px;
    margin-right: 5px;
}
.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: #11505B;
    color: #fff;
    border-color: #11505B;
    cursor: default;
}
/* /. PAGINATION */

/* AGREEMENT */
.agreement {
    position: relative;
    margin-bottom: 30px;
    color: #7c7f8c;
}
.agreement input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.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: 3px;
    left: 0px;
}
.agreement input:checked+label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error+label {
    color: red;
}
/* /. AGREEMENT */

/* TABS */
.box{
    display: none;
}
.box.visible{
    display: block;
}
.mobile-tab-header{
    color: #000;
    position: relative;
    display: block;
    font-size: 16px;
    padding: 5px 40px 5px 15px;
    background: #fff;
    border: 1px solid #BEBEBE;
    cursor: pointer;
}
.mobile-tab-header:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -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;
}
.mobile-tab-header.active:after {
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: -4px;
}
.mobile-tab-header a{
    text-decoration: none;
    color: #000;
}
ul.tabs{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 100;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
ul.tabs li.current{
    display: none;
} 
ul.tabs a{
    display: block;
    font-size: 16px;
    padding: 5px 40px 5px 15px;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-top: none;
    text-decoration: none;
    color: #000;
}
ul.tabs a:hover{
    color: #11505B;
}
.mobile-tab-header.active + ul.tabs{
    display: block;
}
/* /. TABS */

/* Fancybox */
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-button--fullscreen:before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play:before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause:before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
}
.fancybox-content {
    padding: 50px 40px;
}
.fancybox_modal_inner{
    background: #fff;
    padding: 35px 25px;
    animation-name: zoomIn;
    animation-timing-function: ease-out;
    font-size: 14px;
}
.fancybox_modal.fancybox_modal_big{
    width: 900px;
}
#responseMessage .fancybox_modal-content.error {
    color: #FF4632;
}
@media(min-width: 990px){
    .fancybox_modal.fancybox_modal_big{
        width: 960px;
    }
    .fancybox_modal.fancybox_modal_big .fancybox_modal_inner{
        padding: 50px;
    }
}
@media(max-width: 767px){
    .fancybox-content {
        padding: 30px 20px;
    }
}

/* /. Fancybox */

/* SLICK SLIDER */
.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: flex !important;
    overflow: hidden;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.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;
    margin-bottom: 15px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li{
    cursor: pointer;
    background: transparent;
    border-radius: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 7px;
    cursor: pointer;
    position: relative;
    border: 2px solid #11505B;
}
.slick-dots li.slick-active{
    border-color: #11505B;
    background: #11505B;
}
.slick-prev,
.slick-next{
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    top: 50%;
    margin-top: -22px;
    z-index: 20;
    border-radius: 100%;
    transition: all 200ms ease-out;
    background-image: linear-gradient(20deg,#13525d,#357d8a);
    color: #fff;
}
.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 #fff;
    border-bottom: 2px solid #fff;
    -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-image: linear-gradient(20deg,#357d8a,#13525d);
}
/* /. SLICK SLIDER */

/* TOP SLIDER */
.top-slider-wrapper{
    margin-top: -30px;
}
.top-slider .slick-prev{
    left: 25px;
}
.top-slider .slick-next{
    right: 25px;
}

.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    position: relative;
}
.top-slider .container{
    display: flex;
    height: 100%;
}
.top-slider .element-content{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.top-slider .element-content-inner{
    padding: 5% 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.top-slider .title{
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
    text-transform: uppercase;
    font-weight: bold;
}
.top-slider .subtitle{
    font-size: 3vw;
}
.top-slider .subtitle p{
    margin-bottom: 0;
}
.top-slider img{
    width: 100%;   
}
.top-slider .slick-dots {
    position: absolute;
    bottom: -40px;
    margin-bottom: 0;
}

@media(min-width:768px){
    .top-slider .img-wrapper{
        margin-bottom: 0;
    }
    .top-slider .item .element-content{
        z-index: 20;
    }
}
@media(min-width:992px){
    .top-slider .title{
        font-size: 3vw;
    }
    .top-slider .subtitle{
        font-size: 2vw;
    }
    .top-slider .slick-dots {
        bottom: 30px;
    }
}
@media (min-width: 1230px) {
    .top-slider .title {
        font-size: 50px;
    }
    .top-slider .subtitle{
        font-size: 22px;
    }
}
/* /. TOP SLIDER */


/* LIGHTGALLERY */
@media (min-width: 768px) {
    .lightgallery img{
        display: block;
        width: 100%;
    }
    .lightgallery a:after{
        content:"";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../images/zoom.png) 50% 50% no-repeat rgba(0,0,0,0.2);
        background-size: 0 0;
        z-index: 2;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        opacity: 0;
    }
    .lightgallery .img-wrapper:hover a:after{
        opacity: 1;
        background-size: 48px 48px;
    }
}
/* /. LIGHTGALLERY */

/* GALLERY */
.item-gallery .element {
    margin-bottom: 10px;
    overflow: hidden;
}
.item-gallery > .row{
    display: flex;
    flex-wrap: wrap;
}
.item-gallery .element .img-wrapper + p {margin-top: 20px;}
/* /. GALLERY */

/* REVIEWS */
.reviews{
    margin: 0 -10px;
}
.rev-header .title{
    font-weight: bold;
    text-transform: none;
}
.reviews > .rev-item .inner{
    padding: 30px;
    margin: 10px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
}
.ticket-comment{
    margin: 0 !important;
}
.comment-reply{
    padding: 10px 0;
}
.reviews > .rev-item .rev-item .inner{
    padding: 20px 0 0 30px;
    border: none;
    margin: 0;
    font-style: italic;
}
.reviews .rev-date{
    padding: 0 0 10px;
    font-size: 12px;
}
.reviews > .rev-item .rev-item .rev-date{
    display: none;
}
.reviews > .rev-item .rev-item .inner .title{
    text-transform: none;
    margin-bottom: 0;
    color: #11505B;
    font-size: 14px;
}
.reviews > .rev-item .rev-item .rev-text{
    margin-top: -10px;
}
.reviews > .rev-item .rev-item .comment-reply{
    display: none;
}
.comment-form-wrapper{
    position: relative;
    padding-bottom: 50px;
}
.ie .comment-form-wrapper{
    background-attachment: scroll;
}
.comment-form-wrapper .inner{
    position: relative;
    z-index: 10;
    width: 575px;
    max-width: 100%;
    margin: 0;
}
#comment-editor {
    width: 100% !important;
    display: block;
}
#ticketForm .form-actions, 
#comment-form .form-actions {
    padding-top: 0 !important;
    border-top: none !important;
}
.comment-form-wrapper .form-control{
    border: 1px solid #ccc;
    background: #fff;
}
.comment-form-wrapper textarea.form-control{
    height: 180px;
}
.comment-form-wrapper .form-control.error{
    border-color: #FF3324;
}
.comment-form-wrapper .form-control.error::-moz-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error:-ms-input-placeholder{
    color: #EA1527;
}
.comment-form-wrapper .form-control.error::-webkit-input-placeholder{
    color: #EA1527;
}
/* /. REVIEWS */

/* CATALOG CATEGORIES */
.shop-categories .row{
    display: flex;
    flex-wrap: wrap;
}
.shop-categories.indexcat {margin-top:70px;}
.shop-categories .row.index {
    justify-content: center;
}
.shop-categories .row > div{
    margin-bottom: 30px;
}
.shop-categories .element{
    border: 1px solid #d3d3d3;
    height: 100%;
    padding: 5px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element:hover{
    border-color: #15404B;
}
.shop-categories .element .img-wrapper{
    height: 160px;
    line-height: 160px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.shop-categories .element .img-wrapper img{
    vertical-align: middle;
    max-height: 100%;
}
.shop-categories .element .title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.shop-categories .element:hover .title{
    color: #11505B;
}

@media(max-width: 991px){
    .shop-categories .element .img-wrapper{
        height: 20vw;
        line-height: 20vw;
    }
}
@media(max-width: 767px){
    .shop-categories .element .img-wrapper{
        height: 25vw;
        line-height: 25vw;
    }
}
@media(max-width: 500px){
    .shop-categories .element .title{
        font-size: 3vw;
    }
}
@media(max-width: 470px){
    .top-menu-inner .logo-mobile {width: 90%; height: auto;}    
}
@media(min-width: 1230px){
    .shop-categories .row > .col-lg-3{
        width: 20%;
    }
}
/* /. CATALOG CATEGORIES */

/* CATALOG */
.catalog .row > div{
    margin-bottom: 10px;
}
.catalog .element{
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 100%;
    border-radius: 2px;
}
.catalog .element .img-wrapper {
    overflow: hidden;
    position: relative;
    height: 232px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .element .element-article{
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px 20px;
    color: #11505B;
    background: #fff;
}
.catalog .element .element-content {
    padding: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border-radius: 0 0 2px 2px;
}
.catalog .title-h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 40px;
    color: #ffcb00;
    margin-bottom: 0;
}
.catalog .title-h5:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    border-top: 2px solid #ffcb00;
    border-right: 2px solid #ffcb00;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.catalog .element .img-wrapper img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: 100%;
}
.catalog .element .img-wrapper.crop img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.catalog .element:hover .img-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.catalog .element .img-wrapper .hiddentitle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -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: 2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog .element .img-wrapper .hiddentitle span{
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 8px 30px;
    color: #fff;
    display: inline-block;
}
.catalog .element:hover .img-wrapper .hiddentitle{
    opacity: 1;
}
.catalog .element .img-wrapper:after {
    content: "";
    display: block;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    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;
}
.catalog .element:hover .img-wrapper:after {
    opacity: 1;
}
.catalog .element:hover .title-h5:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.catalog .element .btn{
    position: relative;
    z-index: 20;
    margin-bottom: 0;
}
.catalog .element .title-h6{
    font-weight: bold;
    margin-bottom: 10px;
}
.catalog .element .text{
    height: 48px;
    overflow: hidden;
    margin-bottom: 10px;
}
.goodprice{
    color: #343644;
}
.catalog > .row{
    display: flex;
    flex-wrap: wrap;
}
.latest .elements > div:last-of-type hr{
    display: none;
}
.latest hr{
    margin: 15px 0 10px 0;
}
.index-template .catalog{
    background: #f6f6f6;
}
.index-template .catalog .element .element-content{
    background: #fff;
}
.product-tags{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    padding: 7px 0 0 7px;
    text-align: left;
}
.product-tags span{
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 4px 8px;
    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: #FF1B2D;
}
.index-template .product-tags{
    display: none;
}
.products-carousel .slick-track{
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-carousel .slick-slide {
    height: inherit;
}
.products-carousel div[class^="col-"]{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.index-template .products-carousel{
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .catalog .element .img-wrapper {
        height: 35vw;
    }
}
@media (max-width: 767px) {
    .catalog .element .img-wrapper {
        height: 65vw;
    }
}
/* /. CATALOG */

/* PRODUCT PAGE */
/* Product count */
.product-count-element .element-counter input{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    border-radius: 0;
    margin: 0;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-left: none;
    border-right: none;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.product-count-element .element-counter button{
    display: inline-block;
    width: 40px;
    height: 42px;
    float: left;
    margin: 0;
    background: #E8E8E8;
    border: 1px solid #E8E8E8;
    font-size: 20px;
    font-family: arial;
    line-height: 34px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.product-count-element .element-counter button.btn-minus{
    line-height: 28px;
}
.product-count-element .element-counter button:hover{
    background: #C1C1C1;
    border-color: #C1C1C1;
}
/* /. Product count */
.product-price{
    font-size: 36px;
}
.fotorama__thumb-border{
    border-color: #ffcb00 !important;
}
/* /. PRODUCT PAGE */

/* CART AND ORDER */
.order-wrapper{
    background: #fff;
    padding: 20px;
}
.order-wrapper .error {margin-bottom: 10px; display: block;}
.order-wrapper #msOrder .error {
    border-color: #FF1A00 !important
}
.order-wrapper .agreement label {font-size: 16px; line-height: 24px;}
#msOrder {
    margin-top: 20px !important;
}
.cart-body{
    margin: 10px 0 0;
}
.cart-body .element{
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 10px;
    border: 1px solid #EBEBEB;
    position: relative;
}
.cart-body .element-counter{
    display: inline-block;
}
.cart-body .element-price{
    display: inline-block;
}
.cart-body .element-delete {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: red;
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 20;
}
.cart-body .element-delete span{
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-body .element-delete span:after{
    width: 1px;
    top: 5px;
    bottom: 5px;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.cart-body .element-delete span:before{
    height: 1px;
    top: 50%;
    left: 5px;
    right: 5px;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-top: -1px;
}
.cart-body .element-delete span:hover:after,
.cart-body .element-delete span:hover:before{
    background: #FF0000;
}

.cart-body .subelement2{
    padding-left: 120px;
    min-height: 100px;
}
.cart-body .subelement2 .text,
.cart-body .element .element-price,
.cart-body .element .element-counter{
    height: 100px;
    display: flex;
    align-items: center;
}
.cart-body .element .element-counter{
    width: 110px;
}
.cart-body .element .element-img-wrapper{
    padding: 2px;
    border: 1px solid #EBEBEB;
    position: absolute;
    top: 0;
    left: 0;
}
.cart-body .element .element-img{
    width: 99px;
    height: 76px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 1;
}
.cart-body .element a:hover .element-img{
    opacity: 0.8;
}
.cart-body .element hr{
    margin: 10px 0;
}

@media (max-width: 767px) {
    .cart-body .element .element-img-wrapper{
        position:static;
        margin-bottom: 20px;
        display: inline-block;
    }
    .cart-body .subelement2 {
        padding-left: 0;
    }
    .cart-body .subelement2 .text,
    .cart-body .element .element-price,
    .cart-body .element .element-counter{
        height: auto;
    }
    .cart-body .subelement1 .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cart-body .subelement1 .row .text-right-xs{
        display: flex;
        justify-content: flex-end;
    }
}

.element-counter .form-control{
    display: inline-block;
    height: 30px;
    width: 40px;
    padding: 0 2px;
    text-align: center;
    color: #000;
    background: #F4F4F6;
    border: 1px solid #E5E5E5;
    margin-bottom: 0;
}
.element-counter button {
    width: 30px;
    display: inline-block;
    padding: 0;
    vertical-align: top;
    border: none;
    background: transparent;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-family: arial;
}

.isa_success {
    border: 1px solid #79bcda;
    background-color: #d9f0f5;
    margin: 0 0 10px;
    padding: 15px;
}
.order-number{
    color: #ffcb00;
}
.jgrowlHide #jGrowl{
    display: none !important;
}
/* custom check and radio order-wrapper */
.order-wrapper .checkbox label{
    padding-left: 38px;
    position: relative;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    margin-bottom: 15px;
    display: inline-block;
}
.order-wrapper .checkbox label input{
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}
.order-wrapper .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-wrapper .checkbox label:hover > div{
    border-color: #11505B;
}
.order-wrapper .checkbox label > div.radio{
    border-radius: 100%;
}
.order-wrapper .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-wrapper .checkbox input:checked + .radio{
    border-color: #11505B;
    background-color: #11505B;
}
.order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper .checkbox input:checked + .radio:before{
    opacity: 1;
    transform: scale(0.5);
}
.order-wrapper .checkboxsquare svg {
    width: 100%;
    opacity: 0;
    transform: scale(0);
    transition: 300ms all;
}
.order-wrapper .checkbox input:checked + .checkboxsquare{
    border-color: #105CAA;
    background-color: #105CAA;
}
.checkbox input:checked + .checkboxsquare svg{
    opacity: 1;
    transform: scale(1);
}
.order-wrapper .order-wrapper #msOrder .radio{
    min-height: 1px;
}
.order-wrapper input[type="checkbox"].error + div + span{
    color: red;
}
.order-wrapper .checkbox input:checked.error + div + span{
    color: #444444;
}
.order-wrapper .checkbox p.small{
    padding-left: 38px;
    font-size: 14px;
    color: #444;
}
/* /. custom check and radio */
/* /. CART AND ORDER */


/*  BRANDS */
.brands-carousel-wrapper{
    padding: 0 50px;
}
.brands-carousel .slick-prev{
    left: -50px;
}
.brands-carousel .slick-next{
    right: -50px;
}
.brands-carousel > div{
    display: none;
}
.brands-carousel > div:first-of-type,
.brands-carousel.slick-slider > div{
    display: block;
}
.logotype {
    padding: 0 10px;
    margin: 0px 0 15px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

@media(max-width:767px){
    .brands-carousel-wrapper{
        padding: 0;
    }
}
/* /. BRANDS */


/* ASIDE */
.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: #232323;
    padding: 20px 44px 20px 20px;
    font-size: 15px;
    background: #fff;
    line-height: 1.5;
    font-weight: 500;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
.aside-menu > ul > li:first-of-type > a{
    border-top: 1px solid #e6e6e6;
    border-radius: 3px 3px 0 0;
}
.aside-menu > ul > li:last-of-type > a{
    border-radius: 0 0 3px 3px;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #11505B !important;
}
.aside-menu > ul ul{
    display: none;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul .dropdown-button{
    height: 63px;
    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: 12px;
    height: 12px;
    top: 23px;
    right: 21px;
    border-bottom: 1px solid #747474;
    border-right: 1px solid #747474;
    -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;
}
.aside-menu > ul .dropdown-button.active:after{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 28px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu > ul ul .dropdown-button:after{
    top: 12px;
}
.aside-menu > ul ul .dropdown-button.active:after,
.aside-menu > ul ul .active > a + .dropdown-button:after,
.aside-menu > ul ul .open > a + .dropdown-button:after{
    top: 16px;
}
.aside-menu  ul ul a{
    padding: 12px 36px 10px 30px;
    font-weight: normal;
    font-size: 13px;
    position: relative;
}
.aside-menu  ul ul > li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 18px;
    left: 15px;
    background: #D5D5D5;
}
.aside-menu  ul ul ul a{
    padding: 8px 36px 8px 30px;
}
.aside-menu  ul ul ul a:before,
.aside-menu  ul ul ul ul a:before{
    display: none;
}
.aside-menu  ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu  ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title {
    padding: 18px 42px 15px 20px;
    background: #11505B;
    position: relative;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 2px;
}
.aside-menu-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 20px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -8px;
    -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;
}
.active .aside-menu-title:after {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -3px;
}
@media (max-width: 991px) {
    .aside-menu > ul{
        display: none;
    }
    .aside-menu.active > ul{
        display: block;
    }
    .aside-menu a {
        border-right: 1px solid #F5F5F5;
    }
}
@media (min-width: 992px) {
    .aside-menu > ul > li.active > a{
        color: #fff !important;
        background-color: #11505B !important;
        border-color: #11505B !important;
    }
    .aside-menu > ul > li.active > .dropdown-button:after{
        border-color: #fff;
    }
    .aside-menu > ul > li:hover > a{
        background: #F6F6F6;
    }
}

.aside-news .element{
    padding-left: 100px;
    margin-bottom: 25px;
    min-height: 74px;
}
.aside-news .element .img-wrapper{
    position: absolute;
    left: 0;
    top: 4px;
}
.aside-news .element .title a{
    text-decoration: none;
    color: #2C2C2C;
}
.aside-news .inner{
    margin-top: -10px;
}

/* /. ASIDE */


/* NEWS*/
.news .row{
    display: flex;
    flex-wrap: wrap;
}
.news .row > div{
    margin-bottom: 30px;
}
.news .item{
    max-width: 100%;
}
.news .item img{
    width: 100%;
}
.news .item-date{
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 7px;
}
.news .item .img-wrapper{
    margin-bottom: 10px;
}
.news .item-title{
    margin-bottom: 10px;
}
.news .item-title a{
    color: #444444;
    font-weight: bold;
}
.news .item .more{
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #0059A3;
}
.news .item-text{
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}
@media(max-width: 991px) and (min-width: 768px){
    .index-template .news .row > div:last-of-type {
        display: none;
    }
}

@media(max-width: 530px){
    .news .item-title{
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .news .item-text{
        font-size: 11px;
        margin-bottom: 5px;
    }
    .news .item .more{
        font-size: 10px;
    }
}
/* /. NEWS*/


/* MOBILE MENU */
.mobile-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 300;
    display: none;
    overflow: auto;
    text-align: left;
}
.mobile-menu > ul > li{
    position: relative;
    z-index: 300;
    background: #fff;
}
.mobile-menu > ul{
    box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.mobile-menu > ul > li > a{
    background: #15404b;
    display: block;
    color: #ffffff;
    padding: 15px;
    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;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.mobile-menu > ul > li > a:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > a:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 1px;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: 0;
}
.mobile-menu > ul > li.active > a:after{
    opacity: 0.1;
}
.mobile-menu > ul > li > ul{
    background: #15404b;
    padding: 23px 15px 13px 15px;
    display: none;
    position: relative;
}
.mobile-menu > ul > li > ul:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}
.mobile-menu > ul > li > ul > li{
    margin-bottom: 15px;
    position: relative;
}
.mobile-menu > ul > li > ul a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding: 5px 0 5px 12px;
    position: relative;
}
.mobile-menu > ul > li > ul > li.active > a span,
.mobile-menu ul ul ul li.active > a span{
    text-decoration: underline;
}
.mobile-menu > ul > li > ul a:before{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    background: #fff;
    border-radius: 1px;
}
.mobile-menu ul ul ul a:before{
    top: 14px;
}
.mobile-menu > ul > li > ul a span{
    position: relative;
    z-index: 5;
}
.mobile-menu .dropdown-button {
    display: block;
    width: 50px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.mobile-menu .dropdown-button:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 17px;
    top: 17px;
    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 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu .dropdown-button.active:after{
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 22px;
}
.mobile-menu ul ul .dropdown-button{
    height: 25px;
    right: -15px;
}
.mobile-menu ul ul .dropdown-button:after{
    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: 0 !important;
    font-size: 18px;
    right: 21px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.mobile-menu ul ul .dropdown-button.active:after{
    content: "—";
    font-size: 10px;
    top: 4px !important;
    right: 22px;
}
.mobile-menu .dropdown-button + ul {
    display: none;
}
.mobile-menu ul ul ul{
    padding-top: 10px;
}
.mobile-menu ul ul ul a {
    padding: 10px 0 10px 30px;
}
.mobile-menu ul ul ul a:before{
    left: 17px;
}

/* mob-menu-btn */
.mob-menu-btn{
    position: relative;
    height: 18px;
    width: 30px;
    margin-left: 20px;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.1s ease 0s;
    -moz-transition: transform 0.1s ease 0s;
    -o-transition: transform 0.1s ease 0s;
    -ms-transition: transform 0.1s ease 0s;
    transition: transform 0.1s ease 0s;
    -webkit-transition: -webkit-transform 0.1s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.1s linear 0.1s;
    -moz-transition: transform 0.1s linear 0.1s;
    -o-transition: transform 0.1s linear 0.1s;
    -ms-transition: transform 0.1s linear 0.1s;
    transition: transform 0.1s linear 0.1s;
    -webkit-transition: -webkit-transform 0.1s linear 0.1s;
}
.icon-menu-burger:before, .icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.icon-menu-burger:before {
    top: -8px;
    -webkit-transition: top 0.1s linear 0.2s;
    -moz-transition: top 0.1s linear 0.2s;
    -o-transition: top 0.1s linear 0.2s;
    -ms-transition: top 0.1s linear 0.2s;
    transition: top 0.1s linear 0.2s;
}
.icon-menu-burger:after {
    bottom: -8px;
    -webkit-transition: bottom 0.1s linear 0.2s;
    -moz-transition: bottom 0.1s linear 0.2s;
    -o-transition: bottom 0.1s linear 0.2s;
    -ms-transition: bottom 0.1s linear 0.2s;
    transition: bottom 0.1s linear 0.2s;
}
.mob-menu-btn.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.1s linear 0.2s;
    -moz-transition: transform 0.1s linear 0.2s;
    -o-transition: transform 0.1s linear 0.2s;
    -ms-transition: transform 0.1s linear 0.2s;
    transition: transform 0.1s linear 0.2s;
    -webkit-transition: -webkit-transform 0.1s linear 0.2s;
}
.mob-menu-btn.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mob-menu-btn.active .icon-menu-burger:before {
    -webkit-transition: top 0.1s linear;
    -moz-transition: top 0.1s linear;
    -o-transition: top 0.1s linear;
    -ms-transition: top 0.1s linear;
    transition: top 0.1s linear;
    top: 0;
}
.mob-menu-btn.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.1s linear;
    -moz-transition: bottom 0.1s linear;
    -o-transition: bottom 0.1s linear;
    -ms-transition: bottom 0.1s linear;
    transition: bottom 0.1s linear;
    bottom: 0;
}
/* /. mob-menu-btn */

@media(min-width:992px){
    .mobile-menu{
        display: none !important;
    }
}
/* /. MOBILE MENU */


/* HEADER */
.header-top{
    background-image: linear-gradient(20deg,#11505B,#367F8C);
    padding: 6px 0;
}
.header-top-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .left-block{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-top .left-block a{
    color: #fff;
}
.header-top .left-block .item{
    height: 30px;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,.2);
}
.header-top .left-block .item.schedule{
    margin-right: 0;
}
.header-address svg{
    width: 14px;
    height: 19px;
    margin-right: 5px;
}
.header-regions-link {text-decoration: none;}
.header-top .right-block{
    display: flex;
    justify-content: flex-end;
}
.header-search{
    width: 290px;
    position: relative;
}
.header-search input[type=text]{
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 40px 0 10px;
    color: #8D8D8D;
    font-size: 12px;
    border-radius: 3px;
}
.header-search [type=submit]{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    text-indent: -100000px;
    height: 30px;
    width: 30px;
    background: url("../images/search-icon.svg") 50% 50% / 16px 16px no-repeat;
    background-size: 16px 16px;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-search [type=submit]:hover{
    webkit-filter: brightness(110%);
    filter: brightness(110%);
}
.messagers-buttons{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.message-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff;
    position: relative;
}
.whatsapp-btn{
    background: #2CB742;
}
.whatsapp-btn:after{
    content: "";
    border-top: 7px solid #2CB742;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: rotate(45deg);
}
.viber-btn{
    background: #9055A9;
}
.viber-btn:after{
    content: "";
    border-top: 7px solid #9055A9;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: rotate(45deg);
}
.telegram-btn{
    background: #25A3E2;
}
.message-btn:hover{
    filter: brightness(110%);
}
.viber-btn svg{
    width: 12px;
    height: 12px;
}
.whatsapp-btn svg{
    width: 11px;
    height: 11px;
}
.telegram-btn svg{
    width: 14px;
    height: 14px;
}
.header-bottom{
    background: #15404b;
}
.header-bottom-inner{
    padding: 20px 0 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom-inner .logo {
    display: flex;
}
.header-bottom-inner .req a {padding: 10px 17px; border: 1px solid #ffcb00; border-radius: 3px; color: #ffcb00; text-decoration: none; display: block;}
.logo img {width: 230px;}
.header-bottom-inner .logo p {
    color: #fff; display: inline-block; padding: 0; margin: 0; margin-left: 50px; line-height: 22px;
}
.header-contacts .item{
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.header-contacts a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
}
.header-contacts a:hover{
    color: #ffcb00;
}
.header-contacts svg{
    color: #ffcb00;
    width: 15px;
    margin-right: 10px;
}
.header-contacts .header-tel-1,
.header-contacts .header-tel-2{
    font-weight: bold;
    font-size: 18px;
}
.header-contacts .item small{
    font-weight: normal;
    margin-left: -10px;
}
.header-contacts .item.header-emails{
    margin-bottom: 0;
}


.top-menu-wrapper{
    position: relative;
    z-index: 1000;
    margin-top: -30px;
}
.base-template .top-menu-wrapper{
    margin-bottom: 50px;
}
.top-menu-inner{
    background-image: linear-gradient(20deg,#1C202B,#11505B);
    height: 60px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.minishopoff .top-menu{
    width: 100%;
}
.minishopoff .top-menu > ul{
    display: flex;
    justify-content: space-between;
}
.minishopoff .top-menu > ul > li{
    float: none;
}
@media(min-width:992px){
    .top-menu-wrapper.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(20deg,#1C202B,#11505B);
        margin-top: 0;
    }
    .top-menu-wrapper.fixed .top-menu-inner{
        background: transparent;
    }
    .top-menu-wrapper.fixed + .top-menu-wrapper-push{
        height: 30px;
    }
}
.header-cart{
    width: 30px;
    height: 60px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.header-cart svg{
    width: 30px;
    height: 30px;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.header-cart:hover svg{
    color:#ffcb00;
}
.header-cart span{
    position: absolute;
    right: -8px;
    top: 12px;
    background: #ffcb00;
    color: #1E2331;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    padding: 2px 4px 1px;
    border-radius: 10px;
    min-width: 15px;
}

.top-menu > ul > li > a{
    text-decoration: none;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 17px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 13px;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li:hover > a{
    background: #ffcb00;
    color: #000;
}
.top-menu > ul > li{
    float: left;
    position: relative;
    z-index: 10;
    margin-right: 15px;
}
.top-menu > ul > li:last-child{
    margin-right: 0;
}
.top-menu > ul > li.down a{
    padding-right: 30px;
}
.top-menu > ul > li.down > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 12px;
    top: 50%;
    margin-top: -5px;
}
.top-menu > ul > li.down:hover > a:after,
.top-menu > ul > li.down.active > a:after{
    border-bottom-color: #2e2e2e;
    border-right-color: #2e2e2e;
}
.top-menu > ul > li > ul {
    position: absolute;
    width: 280px;
    top: 64px;
    padding-top: 20px;
    left: 0;
    text-align: left;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
}
.top-menu > ul > li:hover > ul {
    visibility: visible;
    top: 40px;
    opacity: 1;
}

.top-menu > ul ul li{
    position: relative;
}
.top-menu > ul > li > ul > li:first-of-type:after{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #184850;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(45deg);
    position: absolute;
    left: 15px;
    top: -6px;
    z-index: 10;
}
.top-menu > ul > li > ul > li:first-of-type:hover:after, 
.top-menu > ul > li > ul > li:first-of-type.active:after {
    background: #ffcb00;
}

.top-menu ul ul li > a{
    position: relative;
}
.top-menu ul ul li.down > a span:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 15px;
    transform: rotate(45deg);
    margin-top: -3px;
    border-top: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
}
.top-menu > ul ul li > a {
    background: #184850;
    padding: 8px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.top-menu a span{
    position: relative;
    z-index: 10;
    display: block;
}
.top-menu > ul ul li.down > a{
    padding-right: 0;
}
.top-menu > ul ul li > a:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
    z-index: 5;
}
.top-menu > ul ul li:first-of-type > a:before{
    display: none;
}
.top-menu > ul ul li > a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #ffcb00;
    opacity: 0;
}
.top-menu > ul ul li:hover > a:after,
.top-menu > ul ul li.active > a:after{
    opacity: 1;
}
.top-menu ul ul li:hover > a,
.top-menu ul ul li.active > a{
    color: #1F2433;
}
.top-menu ul ul li:hover > a span:after,
.top-menu ul ul li.active > a span:after{
    border-color: #1F2433;
}
.top-menu ul ul ul {
    position: absolute;
    top: 0;
    left: 280px;
    width: 250px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
}
.top-menu ul ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
.header-search-mobile{
    display: none;
}
@media(max-width:1169px){
    .header-top .left-block{
        font-size: 12px;
    }
    .header-address svg {
        width: 11px;
        height: 14px;
    }
    .header-top .left-block .item{
        padding-right: 15px;
        margin-right: 15px;
    }
    .header-top .left-block .item.schedule{
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    .header-search{
        width: 200px;
    }
}
@media(max-width:991px){
    .header{
        padding-top: 60px;
    }
    .base-template .header{
        margin-bottom: 50px;
    }
    .top-menu{
        display: none;
    }
    .top-menu-wrapper{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(20deg,#1C202B,#1C202B); /*11505B*/
        margin-top: 0;
    }
    .top-menu-wrapper .top-menu-inner{
        background: transparent;
        padding: 0;
    }
    .top-menu-wrapper .left-block{
        font-size: 12px;
        color: #fff;
    }
    .top-menu-wrapper .left-block .item{
        display: flex;
        align-items: center;
        margin-right: 10px;
    }
    .header-regions-link{
        margin-left: 10px;
        color: #fff;
    }
    .top-menu-wrapper .left-block .header-address{
        margin-bottom: 5px;
    }
    .top-menu-wrapper .right-block{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .header-search-btn{
        margin-left: 20px;
        display: flex;
        align-items: center;
    }
    .header-search-mobile{
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: -15px;
        padding: 0 60px 0 15px;
        width: auto;
        background-image: linear-gradient(20deg,#1C202B,#11505B);
        align-items: center;
        z-index: 100;
    }
    .header-search-mobile.active{
        display: flex;
    }
    .header-search-mobile form{
        width: 100%;
        position: relative;
    }
    .header-search-mobile-close {
        position: absolute;
        right: 15px;
        top: 50%;
        width: 28px;
        height: 28px;
        margin-top: -13px;
        cursor: pointer;
    }
    .header-search-mobile-close:before, 
    .header-search-mobile-close:after {
        position: absolute;
        left: 13px;
        content: ' ';
        height: 27px;
        width: 2px;
        background-color: #fff;
    }
    .header-search-mobile-close:before {
        transform: rotate(45deg);
    }
    .header-search-mobile-close:after {
        transform: rotate(-45deg);
    }
}
@media(max-width:767px){
    .header-bottom-inner .req a {margin-bottom: 20px;}
    .index-template .header-bottom-inner {padding: 20px 0 45px;}
    .features-object {display: none;}
    .logo-mobile{
        /*width: 50px;*/
        height: 47px;
        object-fit: contain;
    }
    .mob-menu-btn{
        width: 20px;
        margin-left: 15px;
    }
    .icon-menu-burger {
        width: 20px;
        margin: -1px 0 0 -10px;
    }
    .header-search-btn{
        margin-left: 15px;
    }
    .header-cart{
        width: 25px;
    }
    .header-cart svg {
        width: 25px;
        height: 25px;
    }
    .messagers-buttons{
        margin-right: 5px;
    }
}
/* /. HEADER */


/* INDEX CONTENT SECTION */
.index-content-section{
    padding: 70px 0 0;
    background: url(../images/bg5.jpg) left 50% top 40px no-repeat;
}
h1 + .subtitle{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 40px;
    margin-top: -15px;
}
/* /. INDEX CONTENT SECTION */

/* FEATURES */
.features .row > div{
    margin-bottom: 30px;
}
.features .item{
    width: 300px;
    margin: auto;
    max-width: 100%;
}
.features .item-num{
    font-weight: bold;
    font-size: 150px;
    line-height: 1;
    color: #DDDDE0;
}
.features .item-title{
    font-weight: bold;
    font-size: 30px;
    line-height: 1.1;
    margin-top: -60px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.features .item-title:after{
    content:"";
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #940B32;
}
.features-object{
    padding-top: 30px;
}
@media(min-width: 768px){
    .features .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .features .col-sm-3{
        width: 20%;
    }
    .features .item{
        display: flex;
        height: 260px;
        width: auto;
    }
    .features .item-num{
        font-size: 80px;
    }
    .features .item-1,
    .features .item-5{
        align-items: flex-end;
    }
    .features .item-2,
    .features .item-4{
        align-items: center;
    }
    .features .item-title{
        font-size: 18px;
        margin-top: -30px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .features .item-title:after{
        width: 40px;
        margin-left: -20px;
    }
    .features .item-text{
        font-size: 12px;
    }
    .features-object{
        padding-top: 0;
        margin-top: -140px;
    }
}
@media(min-width: 992px){
    .features .item{
        height: 300px;
    }
    .features .item-num{
        font-size: 120px;
    }
    .features .item-title{
        font-size: 24px;
        margin-top: -50px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .features .item-title:after{
        width: 60px;
        margin-left: -30px;
    }
    .features .item-text{
        font-size: 14px;
    }
}
@media(min-width: 1170px){
    .features .item{
        height: 400px;
    }
    .features .item-num{
        font-size: 180px;
    }
    .features .item-title{
        font-size: 30px;
        margin-top: -60px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .features .item-title:after{
        width: 100px;
        margin-left: -50px;
    }
    .features .item-text{
        font-size: 15px;
    }
}
/* /.FEATURES */

/* COOPERATION */
.cooperation-section{
    position: relative;
    overflow: hidden;
    padding: 80px 0 0;
    background: linear-gradient(86.99deg, #367F8C 1.66%, #1C202B 48.97%, #367F8C 99.84%);
    color: #fff;
    font-size: 20px;
}
.cooperation-title{
    color: #F8CF67;
    line-height: 1;
}
.cooperation-subtitle{
    margin-top: -20px;
}

/* steps */
.steps-wrapper{
    padding-bottom: 60px;
    position: relative;
}
.steps{
    display: flex;
    flex-wrap: wrap;
    width: 670px;
    max-width: 100%;
    margin: auto;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin-bottom: 20px;
}
.steps .item{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative;
}
.steps .item:after{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -4px;
    background: #fff;
}
.steps .item-icon{
    margin-bottom: 15px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps .item-title{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.garanty-text{
    font-weight: 300;
    padding: 0 15px;
}
/* /. steps */

/* num */
.num-features{
    padding: 0 15px;
}
.num-features .item-num{
    font-weight: bold;
    font-size: 44px;
}
.num-features .item-title{
    font-size: 17px;
    line-height: 1.2;
}
/* /. num */
.cooperation-bottom{
    padding: 0 0 70px;
    position: relative;
}

@media (max-width: 1229px){
    .num-features .item-num{
        font-size: 40px;
    }
    .num-features .item-title{
        font-size: 14px;
    }
    .garanty-text{
        font-size: 16px;
    }
}
@media (max-width: 991px){
    .cooperation-bottom:before{
        display: none;
    }
    .garanty-text{
        margin-bottom: 50px;
    }
}
@media (max-width: 767px){
    .num-features .item{
        margin-bottom: 30px;
    }
    .garanty-text,
    .num-features{
        padding: 0;
    }
}
/* /.COOPERATION */

.product-gallery .fotorama__wrap{
    border: 1px solid #eee;
}

.application-form{
    background: linear-gradient(359.33deg, #367F8C 3.51%, #1C202B 65.52%, #367F8C 113.95%);
    padding: 20px;
    margin-bottom: 60px;
}
.application-form .title{
    font-size: 27px;
    color: #F8CF67;
    margin-bottom: 10px;
}
.application-form .subtitle{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
}
.application-form .form-control{
    border: 2px solid #fff;
}
.application-form .form-control.error{
    border-color: red;
}
.application-form .btn{
    background: #F8CF67;
    border-color: #F8CF67;
    color: #11505B;
}

.searchresults-element{
    margin-bottom: 10px;
}



/*  MAP SECTION */
.index-template .map-wrapper,
.index-template .map-iframe{
    height: 500px;
}
.map-section{
    overflow: hidden;
}
.contacts-template .map-wrapper{
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
}
.contacts-template .map-iframe{
    height: 360px;
}
.contacts .element.relative .fa{
    position: absolute;
    top: 3px;
    left: 0;
}
.map-iframe iframe {
    height: 100%;
    width: 100%;
    position: relative;
}
.contacts-template .map-iframe iframe{
    bottom: auto;
} 
.contacts .element.relative .fa + span{
    display: inline-block;
    margin-left: 20px;
}
.contacts > hr:last-of-type{
    display: none;
}
@media (max-width: 991px) {
    .index-template .map-wrapper{
        height: 350px !important;
    }
}
/* /. MAP SECTION */

/* CONTACTS */
.contacts-template .contacts-block > hr:last-of-type{
    display: none;
}
.contacts-block .element svg{
    width: 20px;
    color: #11505B;
    position: relative;
    bottom: -2px;
    margin-right: 3px;
}
.contacts-block .address-element svg{
    width: 16px;
    margin-right: 7px;
}
.contacts-block .email-element svg{
    margin-right: 7px;
    bottom: -4px;
}
@media(min-width: 1230px) {
    .contacts-template .contacts-block{
        padding-right: 30px;
    }
}

.contacts-template .subtitle{
    font-size: 20px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.contacts-template .subtitle svg{
    margin-right: 10px;
    position: relative;
    bottom: -3px;
}
.contacts-template .subtitle span{
    display: inline-block;
    width: calc(100% - 32px);
}
.scheme-element a{
    text-decoration: none;
    font-size: 13px;
}
.scheme-element a span{
    text-decoration: underline;
}
.scheme-element a:hover span{
    text-decoration: none;
}

.contacts-item{
    margin-bottom: 60px;
}
@media(max-width: 991px){
    .contacts-item{
        margin-bottom: 40px;
    }
    .main-item.contacts-item{
        margin-bottom: 80px;
    }
    .product-detail .modsselect {margin-top: 20px;}
}
.phone-element a{
    text-decoration: none;
    color: #000;
}
.phone-element a:hover{
    color: #11505B;
}
/* / CONTACTS */


.product-page-tabs-section{
    margin-bottom: 40px;
}
.product-page-box{
    display: none;
    padding-top: 40px;
}
.product-page-box.visible{
    display: block;
}
.product-page-tabs {
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
}

.product-page-tabs li{
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;    
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.2;
    font-weight: bold;
    color: #333333;
    background: #fff;
	transition: all 200ms ease-out;
    position: relative;
    padding: 0 35px;
}
.product-page-tabs li.current,
.product-page-tabs li.current:hover{
    border-color: #E1E1E1;
    background: #fff;
    color: #333333;
}
.product-page-tabs li:hover{
    background: #f7f7f7;
    border-color: #f7f7f7;        
}
.product-page-tabs li.current:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #fff;
}
@media(max-width: 767px){
    .product-page-tabs{
        border-bottom: none;
    }
    .product-page-tabs li{
        height: 40px;
        text-transform: none;
        font-size: 13px;
        padding: 0 10px;
        border: 1px solid #E1E1E1;
        margin-bottom: 10px;
        margin-right: 4px;
    }
    .product-page-tabs li.current:after{
        display: none;
    }
    .product-page-tabs li.current{
        background: #15404B;
        border-color: #15404B;
        color: #fff;
    }
    .product-page-tabs li:last-of-type{
        margin-right: 0;
    }
}


/* videos */
.videos{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}
.videos .item{
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}
.videos .item-img{
    margin-bottom: 15px;
    position: relative;
}
.videos .item-img img{
    width: 100%;
}
.videos .item-text{
    padding-top: 10px;
    font-weight: 600;
}
.videos .fancyboxvideo{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.videos .fancyboxvideo:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: all ease-out 300ms;
}
.videos .play-icon-wrapper{
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: rgb(228 185 84 / 80%);
    z-index: 5;
    border: 2px solid #fff;
    align-items: center;
    justify-content: center;
    transition: all ease-out 300ms;
}
.videos .play-icon{
    display: inline-block;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: relative;
    right: -2px;
}
.videos .fancyboxvideo:hover:before{
    opacity: 1;
}
.fancybox_modal {
    display: none;
    width: 560px;
    max-width: 100%;
}
video.fancybox_modal{
    width: 100%;
    height: 100%;
}
@media(max-width: 991px){
    .videos{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media(max-width: 599px){
    .videos{
        grid-template-columns: 1fr;
    }
}
/* /. videos */


/* Files */

.files-list {
	display: flex;
	flex-wrap: wrap;
}

.files-list .item {
	width: 100%;
	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;
}

.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%;
    }
    .header-bottom-inner {
        padding: 20px 0 20px;
    }
}

/* /. Files */

.showmore {margin-top: 30px;}
.showmore span {text-decoration: underline;}
.t-6 blockquote {margin: 7px 0 30px;}

