@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(settings.css);
/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'brushscript';
*/
@font-face {
    font-family: 'Material Icons';
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), 
         url('../fonts/MaterialIcons-Regular.woff') format('woff'), 
         url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'brushscript';
    src: url('../fonts/brushscriptmtrusbyme-italic.woff2') format('woff2'), 
         url('../fonts/brushscriptmtrusbyme-italic.woff') format('woff'), 
         url('../fonts/brushscriptmtrusbyme-italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}



.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -320px 0;
}
.footer-push{
    height: 320px;
}
.footer-wrapper{
    min-height: 320px;
    background: #000000;
    color: #ffffff;
}
.footer-top{
    min-height: 249px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 48px 0;
}
.footer-bottom{
    height: 70px;
}
.footer-phone{
    margin-bottom: 10px;
}
.footer-phone a{
    font-size: 20px;
    font-weight: bold;
    color: #fff;    
}
.footer-phone a:hover{
    color: #EF1165
}
.footer-address{
    font-size: 16px;
}
.footer-menu li{
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.footer-menu a{
    color: #fff;
}
.footer-menu a:hover{
    color: #EF1165;
}
.social-links{
    text-align: right;
    width: 150px;
    display: inline-block;
}
.social-links a{
    width: 65px;
    height: 65px;
    display: block;
    float: left;
    margin-left: 10px;
    text-align: center;
    color: #fff;
    line-height: 65px;
    background: #32353a;
    margin-bottom: 10px;
    font-size: 23px;
}
.social-links a:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    color: #fff;
}
@media (max-width: 991px) {
    .social-links{
        text-align: left;
        width: 100%;
    }
    .social-links a{
        margin-left: 0;
        margin-right: 10px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }
    .footer-top{
        padding: 30px 0;
    }
    .footer-bottom{
        height: auto;
        font-size: 14px;
        padding: 30px 80px 30px 0;
    }
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
    overflow-x: hidden;
}
blockquote{
    border-left: 3px solid #EF1165;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #EF1165;
    border-radius: 50%;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
    border-radius: 50%;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th{
    background: #000;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    vertical-align: middle;
    border: 1px solid #000;
    border-right-color: #333333;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 20px;
    vertical-align: middle;
    font-weight: 100;
    font-size: 15px;
}
.content table .separate td{
    background: #F7F7F7;
    font-size: 17px;
    font-weight: normal;
}
.content p{
    line-height: 1.8;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
h1,
.title-h1{
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
h2,
.title-h2{
    font-family: 'Oswald', sans-serif;
    color: #000000;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
h3,
.title-h3{
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
h4,
.title-h4{
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 15px;
}
h5,
.title-h5{
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    font-style: italic;
    color: #000;
    margin-bottom: 30px;
}
h6,
.title-h6{
    
}
@media (max-width: 1349px) {
    h1,
    .title-h1{
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    h1,
    .title-h1{
        font-size: 42px;
        line-height: 1.3;
    }
}
@media (max-width: 767px) {
    h1,
    .title-h1{
        font-size: 30px;
    }
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 25px;
}
a{
    color: #ef1165;
    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;
}
a:hover{
    color: #999999;
}
a:focus{
    outline: none;
}
a.invert{
    color: #999;
}
a.invert:hover{
    color: #ef1165;
}

.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #EF1165;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    border: 2px solid #EF1165;
}
.btn:hover{
    background: transparent;
    color: #EF1165;
    border-color: #EF1165;
}
.btn.btn-transparent,
.btn.transparent-btn,
.btn.invert{
    background: transparent;
    color: #EF1165;
}
.btn.btn-transparent:hover,
.btn.transparent-btn:hover,
.btn.invert:hover{
    color: #fff;
    background: #EF1165;
}
.btn.btn-white{
    background: #fff;
    border-color: #fff;
    color: #EF1165;
}
.btn.btn-white:hover{
    background: transparent;
    border-color: #EF1165;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.big{
    padding: 15px 55px;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}
/**************************************/

/* ======= AGREEMENT ======= */
.agreement{
    position: relative;
    margin-bottom: 20px;
    color: #7C7F8C;
}
.agreement input{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.agreement input + label{
    padding-left: 30px;
    position: relative;
    font-size: 13px;
    display: inline-block;
}
.agreement i{
    position: absolute;
    top: -1px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: #44ce44;
}
.agreement input:checked + label .no-checked{
    display: none;
}
.agreement input.error + label{
    color: red;
}
/* ======= /. AGREEMENT ======= */


/* PAGINATION */
.pagination{
    margin: 30px 0;
    text-align: center;
}
.pagination li{
    display: inline-block;
    text-align: center;
}
.pagination a,
.pagination li > span{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #EF1165;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    width: 30px;
    height: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    margin-left: 15px;
}
.icon-menu-burger {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #000;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.menu-button.active .icon-menu-burger__line,
.menu-button.active .icon-menu-burger:before, 
.menu-button.active .icon-menu-burger:after {
    background: #EF1165 !important;
}
.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* mob-menu-btn end */
.mobile-menu {
    position: fixed;
    top: 70px;
    left: -370px;
    background: #ffffff;
    height: 100%;
    width: 250px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.overlay {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #2e1d48;
    border-right: 1px solid #2e1d48;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 23px;
}
.mobile-menu .active .dropdown-button:before{
    border-color: #fff;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Oswald', sans-serif;
}
.mobile-menu > div > ul  > li.active > a{
    color: #fff;
    background: #ef1165;
}
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #ef1165;
}
.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu > div ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 20px;
    color: #000;
    position: relative;
}
.mobile-menu > div ul ul ul a{
    padding: 6px 10px 6px 45px;
    font-size: 13px;
}
.mobile-menu > div ul ul ul a:before{
    left: 34px;
    top: 12px;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    margin-bottom: 10px;
    background: #fbfbfb;
    padding-bottom: 3px;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #000;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
@media (max-width: 1349px) {
    .mobile-menu.open {
        left: 0;
    }
    .mobile-menu.open + .overlay {
        z-index: 500;
        opacity: 1;
    }
}

@media (max-width: 991px){
   .mobile-menu {
        overflow-y: scroll;
    }
}

/************* /. mobile-menu **************/

/* ======= HEADER ======= */
.top-bar-wrapper{
    background: #f8f8f8;
    z-index: 301;
    position: relative;
}
.top-bar-wrapper > .container{
    width: 1670px;
    max-width: 100%;
}
.top-bar{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-address{
    font-size: 16px;
    margin-right: 30px;
}
.header-address svg{
    width: 16px;
    height: 20px;
    color: #EF1165;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
} 
.header-phone{
    font-size: 18px;
    font-weight: bold;
    color: #4a3f3f;
    line-height: 1;
    vertical-align: middle;
}
.header-phone:hover{
    color: #EF1165;
}
.header-phone svg{
    width: 19px;
    height: 19px;
    color: #EF1165;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
    transform: rotate(90deg);
}
.online-btn{
    display: inline-block;
    height: 100%;
    padding: 0 40px;
    line-height: 50px;
    background: #EF1165;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    font-size: 15px;
    overflow: hidden;
}
.online-btn:hover{
    background: #1E1D18;
    color: #fff;
}
.online-btn > span{
    position: relative;
}
.online-btn > span:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -100px;
    width: 250%;
    height: 245%;
    background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.1), rgba(255,255,255,.6), rgba(255,255,255,.5), rgba(255,255,255,.0)) no-repeat -7em 0%;
    background-size: 7em 100%;
    -moz-transform: skewX(-50deg);
    -o-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
    z-index: 10;
}
.online-btn > span.blink_on:after { transition: 0.3s linear; background-position: 180% 0%; }

.header-wrapper{
    width: 100%;
    position: relative;
    background: #fff;
    z-index: 300;
}
.header-wrapper > .container{
    width: 1670px;
    max-width: 100%;
}
.header{
    height: 120px;
    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;
    display: flex;
    justify-content: space-between;
    align-items: center
}

/* TOP MENU */
.top-menu{
    font-family: 'Open Sans Condensed', sans-serif;
    display: flex;
}
.top-menu-right{
    text-align: right;
}
.top-menu li{
    position: relative;
}
.top-menu > ul > li{
    display: inline-block;
    margin: 0 30px;
}
.top-menu > ul > li:first-of-type{
    margin-left: 0;
}
.top-menu > ul > li:last-of-type{
    margin-right: 0;
}
.top-menu > ul > li > a{
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.top-menu > ul > li.active > a,
.top-menu > ul > li > a:hover{
    color: #EF1165;
}
.top-menu ul ul{
    position: absolute;
    top: 24px;
    left: -20px;
    width: 260px;
    padding-top: 51px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms ease-out;
}
.top-menu ul ul ul{
    top: 0;
    left: 100%;
    padding-top: 0;
}
.top-menu li:hover > ul{
    visibility: visible;
    opacity: 1;
}
.top-menu ul ul > div{
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 10;
    position: relative;
}
.top-menu ul ul > div > li{
    background: #fff;
    padding: 0 20px;
}
.top-menu ul ul > div > li > a{
    display: inline-block;
    margin-bottom: 15px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.top-menu ul ul > div > li.active > a,
.top-menu ul ul > div > li > a:hover{
    color: #EF1165;
}
.top-menu ul ul > div > li:first-of-type{
    padding-top: 20px;
}
.top-menu ul ul > div > li:last-of-type{
    padding-bottom: 5px;
}
/*  /. TOP MENU */

.online-btn svg{
    display: none;
}
@media(max-width: 1349px){
    .header-wrapper{
        position: fixed;
        z-index: 300;
        width: 100%;
        top: 0;
        left: 0;
        height: 70px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }
    .header{
        height: 70px;
    }
    .header-wrapper-push{
        height: 70px;
    }
    .header-right-block-xs{
        display: flex;
        align-items: center;
    }
    .online-btn{
        margin-left: 30px;
        white-space: nowrap;
        padding: 0 20px;
        line-height:40px;
        height: 40px;
        font-size: 14px;
    }
}
@media(max-width: 1099px){
    .online-btn{
        margin-left: 20px;
        font-size: 13px;
    }
    .header-phone{
        font-size: 14px;
    }
    .header-address {
        font-size: 14px;
        margin-right: 20px;
    }
}
@media(max-width: 991px){
    .online-btn{
        margin-left: 10px;
        font-size: 11px;
        padding: 0 10px;
        line-height: 36px;
        height: 36px;
    }
    .header-address{
        margin-right: 0;
    }
    .header-phone span{
        display: none;
    }
    .header-phone{
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background: #EF1165;
        display: block;
        margin-left: 20px;
    }
    .header-phone svg{
        width: 14px;
        height: 19px;
        color: #fff;
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .header-address{
        display: none;
    }
    .online-btn span{
        display: none;
    }
    .online-btn{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .online-btn svg{
        display: block;
        width: 17px;
        height: 18px;
    }
}
/* ======= /. HEADER ======= */
.top-slider > div{
    display: none;
}
.top-slider > div:first-of-type,
.top-slider.slick-slider > div{
    display: block;
}
.top-slider .item{
    background-size: cover;
}
.top-slider .item-inner{
    height: 38vw;
    display: flex;
    align-items: center;
}
.top-slider .item-title{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 0.6;
    text-transform: uppercase;
}
.top-slider .item-title span{
    font-family: 'brushscript';
    font-weight: normal;
    text-transform: none;
    color: #EF1165;
    font-size: 6vw;
}
.top-slider .item-title + .item-text{
    margin-top: 3vw;
    color: #fff;
    font-size: 1.3vw;
    font-style: italic;
}
.grid-section .about-block{
    background: url(../images/cartographer.png) #000;
    color: #fff;
    padding: 55px 45px 60px;
    height: 100%;
    margin-right: 10px;
}
.grid-section .about-block .title{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.grid-section .about-block .text{
    font-size: 36px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
    overflow: hidden;
}
.more{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
.action-block{
    background: #F8F8F8;
    padding: 55px 40px 60px;
    height: 100%;
}
.action-block-header{
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.action-block-header .title{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.action-carousel-wrapper{
    margin: 0 -10px;
}
.action-carousel > div{
    display: none;
}
.action-carousel > div:first-of-type{
    display: block;
}
.action-carousel .item{
    padding: 0 10px;
}
.action-carousel .item-title{
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #1e1d18;
    margin-bottom: 20px;
} 
.action-carousel .item-text{
    font-size: 14px;
    margin-bottom: 20px;
}
.section-block-top > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.section-block-top > .row > div{
    margin-bottom: 30px;
}
.action-carousel .slick-dots{
    position: absolute;
    top: -82px;
    right: 0;
    text-align: right;
}
@media (max-width: 991px) {
    .section-block-top > .row{
        display: block;
    }
    .grid-section .about-block{
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .grid-section .about-block .text,
    .action-carousel .item-title{
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .grid-section .about-block,
    .action-block{
        padding: 35px 25px 40px;
    }
}


.team-carousel > div{
    display: none;
}
.team-carousel > div:first-of-type{
    display: block;
}
.team-carousel .element{
    height: 560px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.team-carousel .element-content{
    padding: 45px 45px 0;
}
.team-carousel .element-title{
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.team-carousel .element-name{
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
}
.team-carousel .element-position{
    font-size: 20px;
    color: #EF1165;
}
.team-carousel .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0;
}
#services_carousel > div{
    display: none;
}
#services_carousel > div:first-of-type{
    display: block;
}
.services-carousel .element{
    height: 560px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.base-template .services-carousel .element{
    margin-bottom: 20px;
    height: 460px;
}
.services-carousel .element-title{
    padding: 45px 45px 25px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #EF1165;
    letter-spacing: 1px;
}
.services-carousel .element-link{
    position: absolute;
    bottom: 45px;
    left: 45px;
    background: #ef1165;
    display: inline-block;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    padding: 25px 100px 30px 30px;
    z-index: 20;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services-carousel .element-link span{
    width: 50px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #000;
}
.services-carousel .element-link span:after{
    content:"";
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -13px;
    background: rgba(255,255,255,0.8);
}
.services-carousel .element-link span:before{
    content:"";
    display: block;
    position: absolute;
    width: 11px;
    height: 10px;
    top: 16px;
    right: 14px;
    border-top: 2px solid rgba(255,255,255,0.8);
    -moz-transform: rotate(37deg);
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}
.services-carousel .element-link:hover{
    background: #000;
    color: #fff;
}
.services-carousel .slick-dots{
    position: absolute;
    right: 45px;
    bottom: 30px;
    margin: 0;
    text-align: right;
    width: auto;
}

.services-carousel-wrapper.min{
    margin-bottom: 40px;
}
@media (min-width: 992px){
    .services-carousel-wrapper.min .col-sm-6{
        width: 33.3333%;
    }
    .base-template .services-carousel-wrapper.min .services-carousel .element{
        height: 300px;
        background-size: cover;
    }
    .services-carousel-wrapper.min .services-carousel .element-title {
        padding: 35px 35px 15px;
        font-size: 17px;
    }
    .services-carousel-wrapper.min .services-carousel .element-link {
        bottom: 25px;
        left: 35px;
        font-size: 22px;
        padding: 15px 70px 20px 20px;
    }
}



@media (max-width: 991px) {
    .team-carousel .element,
    .services-carousel .element{
        background-size: cover;
    }
    .services-carousel .slick-dots{
        right: 0;
        text-align: center;
        width: 100%;
    }
    .services-carousel .element-link{
        bottom: 80px;
    }
    .services-carousel .element,
    .team-carousel .element{
        height: 60vw;
    }
}
@media (max-width: 767px) {
    .services-carousel .element,
    .team-carousel .element{
        height: 110vw;
    }
    .team-carousel .element-content {
        padding: 25px 25px 0;
    }
    .services-carousel .element-title {
        padding: 25px;
    }
    .services-carousel .element-link{
        left: 25px;
        font-size: 22px;
        padding: 15px 90px 20px 20px;
    }
    .team-carousel-wrapper,
    .services-carousel-wrapper{
        margin-bottom: 30px;
    }
}

.grid-section .video-element{
    background: url(../images/video_bg2.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 480px;
}
.gridsection-video-link,
.video-link{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
    z-index: 10;
    -webkit-transition: right 1ms ease-out;
    -moz-transition: right 1ms ease-out;
    -o-transition: right 1ms ease-out;
    transition: right 1ms ease-out;
}
.gridsection-video-link span,
.video-link span {
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 100%;
    background: rgba(255,255,255,0.4);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gridsection-video-link span:after,
.video-link span:after{
    content: "";
    display: inline-block;
    border-left: 36px solid #fff;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -12px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gridsection-video-link:hover span,
.video-link:hover span{
    background: rgba(255,255,255,1);
}
.gridsection-video-link:hover span:after,
.video-link:hover span:after{
    border-left-color: #EF1165;
}
.video-link div{
    padding-top: 150px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;  
    font-size: 18px;
    color: #EF1165;  
}
.grid-section .quote-element{
    background: #32353a;
    height: 480px;
    padding: 45px;
    color: #fff;
    font-size: 22px;
    font-style: italic;
}
.grid-section .element-quote{
    font-size: 200px;
    line-height: 0.3;
    font-family: 'Playfair Display', serif;
    font-style: normal;
}
.grid-section .element-quote span{
    position: relative;
    display: inline-block;
}
.grid-section .element-quote span:before{
    content:"";
    display: block;
    position: absolute;
    width: 46px;
    height: 2px;
    top: 0;
    left: -56px;
    background: #fff;
}
.grid-section .element-quote span:after{
    content:"";
    display: block;
    position: absolute;
    width: 46px;
    height: 2px;
    top: 0;
    right: -56px;
    background: #fff;
}
.grid-section .image-element{
    background-size: cover;
    height: 480px;
}
@media (max-width: 1349px) {
    .grid-section .quote-element{
        padding: 35px;
        font-size: 20px;
    }
    .grid-section .element-quote{
        font-size: 180px;
    }
    .grid-section .quote-element br{
        display: none;
    }
}
@media (max-width: 991px) {
    .grid-section .quote-element{
        padding: 25px;
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .grid-section .video-element,
    .grid-section .quote-element,
    .grid-section .image-element{
        margin-bottom: 30px;
        height: 110vw;
    }
}

.partners-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;
    align-items: center;
}
.partners-carousel .slick-slide {
    height: inherit;
}
.partners-carousel .item{
    padding: 0 15px;
}
.partners-carousel .item img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.3;
}
.partners-carousel .item:hover img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    opacity: 1;
}

.news-section-header{
    background: url(../images/bg1.png);
    padding: 90px 45px 210px;
}
.news-section-header .title{
    font-size: 52px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 65px rgb(0 0 0 / 30%);
}
.news-section-body{
    width: 1070px;
    max-width: 100%;
    margin: auto;
}
.index-template .news-section-body{
    margin: -160px auto 0;
}
.news-section-body > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news-section-body > .row > div{
    margin-bottom: 50px;
}
.news-section-body .element{
    height: 100%;
    width: 470px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.news-section-body .element .img-wrapper{
    margin-bottom: 20px;
}
.news-section-body .element .img-wrapper img{
    width: 100%;
}
.news-section-body .element-date{
    font-size: 14px;
    color: #A19F9F;
    margin-bottom: 15px;
}
.news-section-body .element-title{
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-section-body .element-description{
    font-size: 14px;
    margin-bottom: 20px;
}
.index-template .news-section-body > .row > div:nth-of-type(4){
    display: none;
}
@media (max-width: 991px) {
    .index-template .news-section-body > .row > div:nth-of-type(4){
        display: block;
    }
}
@media (max-width: 767px) {
    .news-section-body > .row{
        display: block;
    }
}


/* BASE TEMPLATE & ABOUT PAGE */

.pagetitle-section{
    height: 260px;
    background: url(../images/bg1.png);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagetitle-section h1{
    text-shadow: 0 0 65px rgb(0 0 0 / 30%);
}

@media (max-width: 1349px) {
    .pagetitle-section{
        height: 220px;
    }
}
@media (max-width: 991px) {
    .pagetitle-section{
        height: 200px;
    }
}
@media (max-width: 767px) {
    .pagetitle-section{
        height: auto;
        padding: 30px 0;
    }
}
.team > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.team .row > div{
    margin-bottom: 50px;
}
.team .element{
    height: 100%;
}
.team .element .img-wrapper{
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
}
.team .element .img-wrapper img{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.team .element .img-wrapper:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team .element-position{
    font-size: 20px;
}
.team .more{
    color: #626262;
}
.team .more:hover{
    color: #000;
}
@media (max-width: 767px) {
    .team > .row{
        display: block;
    }
}

.video-section .element {
    background: url(../images/video_bg3.jpg) 50% 50% no-repeat;
    background-size: cover;
    height: 675px;
}
.video-section:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    left: 0;
    background: #32353A;
}
.portfolio-section{
    background: #32353A;
    color: #fff;
}
.portfolio-section .title-h2,
.portfolio-section h2{
    color: #fff;
}
.portfolio{
    margin: 0 -5px;
}
.portfolio .element{
    margin-bottom: 30px;
    padding: 0 5px;
}
.portfolio .element img{
    width: 100%;
}
.portfolio .element a{
    display: block;
    position: relative;
}
.portfolio .element a:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.portfolio .element a:after{
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    z-index: 10;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.portfolio .element a:hover:before{
    opacity: 1;
}
.portfolio .element a:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
@media (max-width: 1349px) {
    .video-section .element {
        height: 48vw;
        min-height: 400px;
    }
}
/* /. ABOUT PAGE */



/* BARBER PAGE */
.barber-template .portfolio-section,
.specialist-template .portfolio-section{
    background: transparent;
}
.barber-template .portfolio,
.specialist-template .portfolio{
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}
.specialist-template .portfolio{
    padding-top: 60px;
    border-top: 1px solid #ccc;
}
.barber-template .content-section .content{
    width: 730px;
    max-width: 100%;
    margin: auto;
}
@media (min-width: 768px) {
    .barber-template .portfolio .col-sm-3,
    .specialist-template .portfolio .col-sm-3{
        width: 33.33333%;
    }
}
@media (min-width: 992px){
    .barber-template .portfolio .col-sm-3,
    .specialist-template .portfolio .col-sm-3{
        width: 20%;
    }
}

/* /. BARBER PAGE */



@media (min-width: 1350px){
    .shadow-header .header-wrapper{
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        margin-bottom: 100px;
    }
    .shadow-header .home-link:before {
        box-shadow: 0 3px 4px rgba(0,0,0,0.3);
    }
    .shadow-header .home-link:after {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: -15px;
        right: -15px;
        bottom: 18px;
        background: #fff;
    }
}

.specialist-template .portfolio-section h4{
    color: #1E1D18;
}
.specialist-block .inner{
    width: 1070px;
    max-width: 100%;
    margin: auto;
    padding: 0 0 60px 370px;
    min-height: 430px;
}
.specialist-block .inner .img-wrapper{
    position: absolute;
    left: 0;
    top: 0;
}
.specialist-block h1{
    text-transform: none;
    font-size: 42px;
    font-weight: 600;
    color: #1E1D18;
    margin-bottom: 15px;
}
.specialist-block .specialist-position{
    color: #1E1D18;
    font-size: 20px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .specialist-block .inner{
        padding: 0 0 60px 0;
        min-height: inherit;
        text-align: center;
    }
    .specialist-block .inner .img-wrapper{
        position: static;
        margin-bottom: 30px;
    }
}
.contacts-block{
    height: 100%;
}
.contacts-block .element{
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
    color: #000;
}
.contacts-block .element svg{
    position: absolute;
    left: 0;
    color: #EF1165;
    top: 4px;
}
.contacts-block .element.el-address svg{
    width: 14px;
    height: 18.5px;
    top: 1px;
}
.contacts-block .element.el-phones svg{
    width: 15px;
    height: 15px;
    top: 4px;
}
.contacts-block .element.el-schedule svg{
    width: 15px;
    height: 15px;
}
.contacts-block .element.el-mail svg{
    width: 15px;
    height: 15px;
    top: 5px;
}
#mapexMap{
    min-height: 400px;
    height: 100%;
}
.contacts-section .container > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.feedback-wrapper .btn{
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .contacts-section .container > .row{
        display: block;
    }
}
.page-date{
    color: #1e1d18;
    font-size: 20px;
}
@media (max-width: 767px) {
    .news-container{
        width: 630px;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .news-page-aside{
        padding-right: 20px;
    }
}



.gallery .element{
    margin-bottom: 30px;
    padding: 0 5px;
}
.gallery .element img{
    width: 100%;
}
.gallery .element a{
    display: block;
    position: relative;
}
.gallery .element a:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gallery .element a:after{
    background: url(../images/zoom-icon.png) 0 0 no-repeat;
    content:"";
    display: block;
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    z-index: 10;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.gallery .element a:hover:before{
    opacity: 1;
}
.gallery .element a:hover:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.brands > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.brands > .row > div{
    margin-bottom: 20px;
}
.brands .element{
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    min-height: 130px;
    transition: all 300ms ease-out;
}
.brands .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    border-color: transparent;
}

@media (min-width: 992px){
    .uniqueness{
        padding-left: 20px;
        font-size: 14px;
    }
}
.container-min{
    width: 900px;
    max-width: 100%;
}
/* ACTIONS */
.action-list .element{
    background: #fff;
    margin-bottom: 20px;
    padding-left: 330px;
    min-height: 275px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}
.action-list .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    z-index: 4;
}
.action-list .element .img-element{
    height: 100%;
}
.action-list .element .element-content{
    padding: 25px;
    min-height: 275px;
}
.action-list .element .element-content .text{
    line-height: 1.4;
    height: 8em;
    overflow: hidden;
    font-size: 13px;
    color: #585858;
}
.action-list .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.action-list .element h4{
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    max-height: 3.9em;
    overflow: hidden;
}
.action-list .element:hover h4{
    color: #ef1165;
}
@media only screen and (max-width: 767px) {
    .action-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .action-list .element{
        padding-left: 0;
    }
    .action-list .element,
    .action-list .element .element-content{
        min-height: inherit;
    }
    .action-list .element h4{
        max-height: inherit;
    }
    .action-list .element .element-content .text{
        height: auto;
    }
}
/* /. ACTIONS */


/* PRICE */

.price-template .aside-menu-title{
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing:1px;
}
.price-template .aside-menu a{
    font-size: 18px;
    padding: 10px 0;
    display: inline-block;
    color: #2C2C2C;
    line-height: 1.4;
}
.price-template .aside-menu .active a,
.price-template .aside-menu a:hover{
    color: #EF1165;
}
@media (max-width: 991px){
    .price-template .aside-menu-title {
        padding: 14px 40px 14px 14px;
        background: #EF1165;
        width: 100%;
        position: relative;
        display: block;
        font-size: 16px;
    }
    .price-template .aside-menu-title:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 24px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
    .price-template .aside-menu-title.active:after {
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: -4px;
    }
    .price-template .aside-menu-title + ul{
        margin-bottom: 40px;
        padding: 15px 25px;
        box-shadow: 0 0 0 1px #ccc;
        display: none;
    }
    .price-template .aside-menu-title.active + ul{
        display: block;
    }
}
@media (min-width: 992px){
    .price-template .aside-menu-title{
        line-height: 1;
    }
    .price-template .aside-menu-title + ul{
        display: block !important;
    }
    .price-template .aside.fixed{
        position: fixed;
        top: 100px;
        z-index: 500;
    }
}   
@media (min-width: 1349px){
    .price-template .aside.fixed{
        top: 60px;
    }
}

.price-category-element{
    text-align: center;
}
.price-category-element .img-wrapper{
    margin-bottom: 30px;
}
.price-category-element img{
    box-shadow: 0 0 0 1px #f8f8f8;
}
@media (max-width: 991px){
    .price-category-element{
        text-align: left;
    }
    .price-category-element img{
        width: 100%;
    }
}


.price-file{
    position: relative;
    padding: 15px 0 15px 30px;
}
.price-file a{
    text-transform: uppercase;
    border-bottom: 1px dashed #ef1165;
    color: #ef1165;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}
.price-file a:hover{
    border-color: transparent;
}
.price-file svg{
    width: 20px;
    height: 27px;
    color: #ef1165;
    position:absolute;
    left: 0;
    top: 13px;
}
@media (max-width: 1349px) {
    .price-file a{
        font-size: 14px;
    }
}
/* /. PRICE */



.footer-buttons{
    padding-top: 20px;
}
.footer-buttons .button-box{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.footer-buttons .button-box.last{
    margin-right: 0;
}
.footer-buttons .button-box .info-wrapper {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 170px;
    text-align: left;
    padding-bottom: 20px;
}
.footer-buttons .info-inner {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    position: relative;
    z-index: 200;
}
.footer-buttons .info-inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 0px;
    height: 0px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.footer-buttons .info-inner a{
    font-size: 13px;
}
.footer-buttons .hide{
    display: none;
}
@media (min-width: 992px){
    .button-box:hover .info-wrapper {
        display: block;
    }
}
@media (max-width: 330px) {
    .footer-buttons .button-box{
        margin: 0 0 10px 0;
    }
    .footer-buttons .button-box.last{
        margin-bottom: 0;
    }
}
.button-inl {
    display: inline-block;
    font-weight: bold;
    color: #E07357;
    background: #F3E3DF;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
    padding: 2px 10px;
}
/* BREADCRUMBS */
.breadcrumbs-wrapper{
    font-size: 14px;
    text-align: center;
    padding-top: 30px;
}
.breadcrumbs-wrapper li {
    display: inline-block;
    margin-right: 25px;
    color: #000;
    text-shadow: 0 0 5px #fff, 0 0 #000;
}
.breadcrumbs-wrapper a{
    text-decoration: none;
    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;
    color: #000;
}
.breadcrumbs-wrapper a:hover{
    color: #EF1165;
}
.breadcrumbs-wrapper a:after{
    content:"";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 7px;
    right: -16px;
    border-top: 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;
}
.breadcrumbs-wrapper a:hover:after{
    border-color: #000;
}
/* /. BREADCRUMBS */
.page-img img{
    width: 100%;
}

@media(min-width:768px){
    .services-page-template .main-column{
        padding-left: 15px;
    }
}


