@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(jquery.fancybox.css);
@import url(settings.css);
/*
    font-family: '';
    colors:
        #5A47B8
*/
@font-face {
    font-family: 'Venus';
    src:url('../fonts/VenusRisingRg-BoldItalic.otf'),
        url('../fonts/VenusRisingRg-BoldItalic.ttf'),
        url('../fonts/VenusRisingRg-BoldItalic.woff'),
        url('../fonts/VenusRisingRg-BoldItalic.svg'),
        url('../fonts/VenusRisingRg-BoldItalic.eot');
        font-weight: bold;
        font-style: italic;
}
@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;
}
.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 -80px 0;
}
.footer-push{
    height: 80px;
}
.footer-wrapper{
    min-height: 80px;
    background: #131313;
    font-size: 13px;
    color: #999999;
    padding: 30px 0;
    position: relative;
    z-index: 400;
}
body{
    font-size: 16px;
    line-height: 1.6;
    color: #626262;
    overflow-x: hidden;
}
blockquote{
    border-left: 3px solid #5A47B8;
    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: #d6001a;
    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;
}
.clear-hr,
.cleaner-hr{
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: none;
}
/* === Заголовки h1, h2, h3 с кастомными стилями === */
h1,
.title-h1 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    line-height: 1.2;
}

h2,
.title-h2 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 1.2em;
    position: relative;
}

h2::after,
.title-h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #D6001A;
    margin-top: 10px;
}

h3,
.title-h3 {
    font-size: 25px;
    font-weight: bold;
    color: #ab1426;
    margin-bottom: 1em;
    text-transform: uppercase;
}
@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width: 767px) {
    
}
.light{
    font-weight: 100;
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
.gray{
    color: #676767;
}
p{
    margin-bottom: 20px;
}
a{
    color: #5A47B8;
    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: #000;
}
a:focus{
    outline: none;
}
.btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #D6001A;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 35px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
    border: 2px solid #D6001A;
}
.btn:hover{
    background: #FF000D;
    color: #fff;
    border-color: #FF000D;
}
.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;
}
.modal .title-h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
}
#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: -3px;
    left: 0;
}
.agreement input + label .checked{
    display: none;
}
.agreement input:checked + label .checked{
    display: inline-block;
    color: green;
}
.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: #2867B8;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}
.pagination a:hover{
    color: #FF982E;
}
.pagination .active a{
    background: #5A47B8;
    color: #fff;
}
/* /. PAGINATION */


/* mob-menu-btn begin */
.menu-button{
    position: absolute;
    left: 0;
    top: 36px;
    width: 34px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    z-index: 1010;
}
.icon-menu-burger {
    height: 3px;
    width: 34px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -17px;
    -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: #fff;
    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: #fff;
    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: #FF2C3E !important;
}
.icon-menu-burger:before {
    top: -11px;
    -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: -11px;
    -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: 0;
    right: -470px;
    background: #313131;
    height: 100%;
    width: 370px;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > div > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > div > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    font-size: 16px;
    letter-spacing: 1px;
}
.mobile-menu > div > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu > div ul ul ul .active a{
    color: #de0f25;
    background: #272727;
}
.mobile-menu > div > ul  > li > a:hover{
    background: #272727;
}
.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 30px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu > div ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    left: 20px;
    width: 5px;
    height: 3px;
    background: #EF2B32;
}
.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;
}
.mobile-menu ul ul .dropdown-button:before{
    width: 6px;
    height: 6px;
    content: "+";
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
    top: 8px !important;
    left: 17px;
    font-size: 16px;
}
.mobile-menu .menu-button{
    display: none;
}
.mobile-menu.open {
    right: 0;
}
.mobile-menu.open + .overlay {
    z-index: 500;
    opacity: 1;
}

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

@media only screen and (max-width: 440px) {
    .mobile-menu{
        width: 100%;
        padding-top: 62px;
    }
    .mobile-menu-close {
        top: 26px;
        right: 10px;
    }
    .mobile-menu .menu-button{
        display: block;
        position: absolute;
    }
}
/************* /. mobile-menu **************/

.main-wrapper{
    width: 1920px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}
body{
    background: #ccc;
}
/* ======= HEADER ======= */

.header-wrapper{
    width: 100%;
    height: 1000px;
    background: url(../images/header.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.header-wrapper .container,
.header{
    height: 100%;
}
.header .logo{
    padding-top: 50px;
}
.header-address{
    position: absolute;
    top: 30px;
    left: 100px;
    padding-left: 45px;
    color: #fff;
}
.header-address svg{
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    color: #DE0D25;
}

.header-phones{
    position: absolute;
    top: 30px;
    right: 0;
    padding-left: 45px;
}
.header-phones a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.2;
}
.header-phones a:hover{
    color: #DE0D25;
}
.header-phones .element{
    margin-bottom: 5px;
}
.header-phones svg{
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    color: #DE0D25;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slogan{
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 75px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(199,0,0,0.8);
    line-height: 1.1;
    font-family: 'Venus';
}

.header-content__social {
    position: absolute;
    top: 150px;
    right: 0;
    width: 3rem;
    z-index: 33;
}
.header-content__social_link {
    color: #D6001A;
    display: block;
    margin-bottom: 1.4rem;
    font-size: 3.25rem;
    transition: all .25s;
    opacity: .9;
}
.header-content__social_link:hover{
    color: #fff;
    opacity: 1;
}

@media(max-width: 1040px){
    .header .logo{
        padding-top: 110px;
    }
    .logo img{
        width: 600px;
    }
    .header-wrapper {
        height: 800px;
        background-position: 50% top;
        background-size: auto;
    }
    .slogan {
        bottom: 150px;
        font-size: 70px;
    }
}
@media(max-width: 767px){
    .header-address {
        position: relative;
        top: auto;
        left: auto;
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .header-address svg{
        display: none;
    }
    .header-phones {
        position: relative;
        top: auto;
        right: auto;
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
    .header-phones svg{
        display: none;
    }
    .logo img {
        width: 400px;
        max-width: 100%;
    }
    .header .logo{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .header-wrapper{
        position: relative;
        height: auto;
    }
    .header-wrapper:before{
        content:"";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
    }
    .slogan {
        bottom: auto;
        font-size: 50px;
        color: #ffffff;
        line-height: 1.3;
        position: relative;
        padding: 30px 0;
    }
    .menu-button {
        left: 10px;
        top: 20px;
        position: fixed;
        z-index: 1000;
    }
    .header-content__social {
        position: static;
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
    }
    .header-content__social_link {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        opacity: 1;
    }
    .icon-menu-burger__line,
    .icon-menu-burger:before, 
    .icon-menu-burger:after{
        background: #DE0D25;
    }
}
@media(max-width: 480px){
    .slogan {
        font-size: 10vw;
    }
}
/* ======= /. HEADER ======= */

.news-section{
    background: url(../images/little-pluses.png) #F6F6F7;
}
.news-section .element {
    margin-bottom: 30px;
}
.news-section .element .title{
    color: #000;
}

.slick-slider{
	box-sizing: border-box;
	display: block;
	khtml-user-select: none;
	moz-box-sizing: border-box;
	moz-user-select: none;
	ms-touch-action: pan-y;
	ms-user-select: none;
	position: relative;
	touch-action: pan-y;
	user-select: none;
	webkit-tap-highlight-color: transparent;
	webkit-touch-callout: none;
	webkit-user-select: none;
}
.slick-list{
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: hand;
	cursor: pointer;
}
.slick-slider .slick-track, .slick-slider .slick-list{
	moz-transform: translate3d(0, 0, 0);
	ms-transform: translate3d(0, 0, 0);
	o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	webkit-transform: translate3d(0, 0, 0);
}
.slick-track{
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
.slick-track:before, .slick-track:after{
	content: '';
	display: table;
}
.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-slide:focus{
	outline: none !important;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	border: 1px solid transparent;
	display: block;
	height: auto;
}
.slider-wrapper .item img{
	min-height: 300px;
}
.slick-dots{
	display: block;
	list-style: none;
	padding: 0;
	text-align: center;
	width: 100%;
}
.slick-dots li button{
	border: none;
	border-radius: 50%;
	display: block;
	left: -5px;
	opacity: 0;
	position: absolute;
	top: -5px;
}
.slick-dots li{
	background: #000000;
	border: 2px solid #000000;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 14px;
	margin: 0 6px;
	position: relative;
	width: 14px;
}
.slick-dots li.slick-active{
	background: #EB0000;
	border-color: #EB0000;
}
.slick-prev:active, .slick-next:active, .slick-prev:focus, .slick-next:focus, .slick-prev, .slick-next{
	background: #fff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	height: 48px;
	width: 48px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 50%;
	z-index: 10;
	transition: all 200ms ease-out;
}
.slick-prev{
	left: -80px;
    margin-top: -44px;
}
.slick-next{
    left: auto;
	right: -80px;
    margin-top: -44px;
}
.slick-prev:after, .slick-next:after{
	border-bottom: 2px solid #141414;
	border-left: 2px solid #141414;
	content: "";
	display: block;
	height: 16px;
	left: 50%;
	margin-left: -5px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 16px;
}
.slick-prev:after{
	moz-transform: rotate(45deg);
	ms-transform: rotate(45deg);
	o-transform: rotate(45deg);
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.slick-next:after{
	margin-left: -11px;
	moz-transform: rotate(-225deg);
	ms-transform: rotate(-225deg);
	o-transform: rotate(-225deg);
	transform: rotate(225deg);
	webkit-transform: rotate(-225deg);
}
.slick-prev:hover, 
.slick-next:hover{
	background: #D6001A;
}
.slick-prev:hover:after, 
.slick-next:hover:after{
    border-color: #fff;
}

@media(max-width: 1400px){
    .news-carousel .slick-next{
        right: 10px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        border-radius: 0;
    }
    .news-carousel .slick-prev{
        left: auto;
        right: 60px;
        top: -55px;
        width: 40px;
        height: 40px;
        margin-top: 0;
        border-radius: 0;
    }
}

.numbers .row{
    display: inline-block;
}
.numbers__item {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 0 50px;
}
.numbers__item_digit {
    color: #000;
    font-size: 8rem;
    font-weight: bold;
}
.numbers__item_text {
    font-size: 2rem;
    line-height: 1.2;
    position: relative;
    margin: 1rem 1rem 0 1rem;
}
.numbers__item_text::after {
    position: absolute;
    content: '';
    bottom: -1.2rem;
    left: 0;
    width: 3rem;
    background: #D6001A;
    height: 3px;
}

.feauters{
    background: url(../images/fn__about-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    color: #fff;
    padding: 100px 0 50px;
}
.feauters__item{
    position: relative;
    padding-left: 90px;
    min-height: 100px;
    margin-bottom: 40px;
}
.feauters__item_name{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 5px;
}
.feauters__item_digit{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 80px;
    line-height: 1;
}
.feauters__item_digit:after{
    content: '';
    width: 22px;
    height: 22px;
    bottom: .75rem;
    right: -.6rem;
    background: #D6001A;
    position: absolute;
}


.fightings-section{
    padding: 80px 0 60px;
}
.fn-h2 {
    color: #000;
    font-size: 50px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 4rem;
    font-weight: bold;
}
.fn-h2::after {
    content: '';
    position: absolute;
    width: 10rem;
    height: 3px;
    background: #D6001A;
    bottom: -1.5rem;
    left: calc(50% - 5rem);
}
.fn-h2-p {
    color: #555;
    font-size: 1.85rem;
    margin-bottom: 5rem;
}
@media(max-width:991px){
    .fn-h2 {
        font-size: 30px;
    }
    .fn-h2-p {
        font-size: 1.45rem;
        margin-bottom: 4rem;
    }
    .numbers__item{
        padding: 0;
        margin-bottom: 30px;
    }
    .numbers__item.last{
        margin-bottom: 0;
    }
}
@media(max-width:767px){
    .numbers__item_digit {
        font-size: 6rem;
    }
    .feauters__item{
        padding-left: 70px;
    }
    .feauters__item_name{
        font-size: 18px;
    }
}

.fightings__item{
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 0 10px;
}
.fightings__item:before{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    background: -moz-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background: -ms-linear-gradient(top, transparent, rgba(0,0,0,0.5));
    background: linear-gradient(top, transparent, rgba(0,0,0,0.5));
}
.fightings__img{
    width: 100%;
}
.fightings__item_text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.fightings__item_name{
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 25px;
}
.fightings__item:hover .fightings__item_text{
    bottom: 10px;
}
@media only screen and (max-width: 991px) {
    .fightings__item .fightings__item_text{
        bottom: 10px;
    }
}


.interiors-section{
    padding: 80px 0 90px;
    background: url(../images/little-pluses.png) #F6F6F7;
}
.interiors-carousel .item{
    text-align: center;
}

.gallery-section{
    padding: 90px 0 80px;
}
.gallery-section .title{
    position: relative;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
    color: #000;
}
.gallery-section .title span{
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 60px 0 0;
}
.gallery-section .title:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #D6001A;
}
@media(max-width:767px){
    .gallery-section .title:before{
        display: none;
    }
    .gallery-section .title span{
        padding: 0;
    }
}

/* GALLERY MASONRY BEGIN */
.gallery-item,
.grid-sizer{ 
    width: 50%;
}
.gallery-item--width2 { 
    width: 100%; 
}
.gallery-item{
    overflow: hidden;
}
.gallery-item img{
    width: 100%;
    -webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.gallery-item:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-item a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #fff;
    z-index: 2;
}
.gallery-item:after{
    content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    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;
}
.gallery-item:hover:after{
    opacity: 0.5;
}
.gallery-item.video-block:after {
    background: url(../images/play2.png) 50% 50% no-repeat;
    opacity: 1;
}
.gallery-item.video-block:hover:after{
    background: url(../images/play-h.png) 50% 50% no-repeat rgba(0,0,0,0.5);
}

.team-section{
    padding: 80px 0 90px;
    background: url(../images/little-pluses.png) #F6F6F7;
}






@media only screen and (min-width: 768px) {
.gallery-item,
.grid-sizer{ 
    width: 25%;
}
.gallery-item--width2 { 
    width: 50%; 
}
}
/* GALLERY MASONRY END */

.team-carousel-wrapper{
    margin: 0 -25px;
}
.team-carousel .item{
    padding: 25px;
    height: 100%;
}
.team-carousel .element{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    padding: 20px;
    height: 100%;
}
.team-carousel .element .img-wrapper{
    margin-bottom: 15px;
}
.team-carousel .element img{
    width: 100%;
}
.team-carousel .element .title{
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team-carousel .element .sup-title{
    color: #D6001A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.price-section{
    padding: 90px 0 80px;
}
.price-section .title{
    position: relative;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
    color: #000;
}
.price-section .title span{
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 0 60px 0 0;
}
.price-section .title:before{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background: #D6001A;
}
@media(max-width:767px){
    .price-section .title:before{
        display: none;
    }
    .price-section .title span{
        padding: 0;
    }
}

.price-block .element{
    margin-bottom: 20px;
    border: 2px solid #E8E8E8;
    padding: 30px 30px 20px;
}
.price-block .element .price svg{
    width: 20px;
}
.price-block .element .element-title{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}
.price-block .element .price{
    font-size: 36px;
    color: #CE000A;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.map-wrapper{
    height: 450px;
}
.form__absolute{
    width: 320px;
    position: absolute;
    right: 0;
    top: -100px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    z-index: 100;
}
.map-section .title{
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
}
.map-section .title span{
    position: relative;
    display: inline-block;
    padding-right: 60px;
}
.map-section .title span:after {
    content: '';
    height: 41px;
    width: 40px;
    background: url(../images/share.png);
    top: 20px;
    right: 0;
    position: absolute;
}
.map-section .text{
    padding-right: 400px;
}
.map-section .form__article{
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .form__absolute {
        width: 100%;
        position: static;
        margin-bottom: 50px;
        box-shadow: 0 0 0 2px #E8E8E8;
        padding: 30px 20px 20px;
    }
    .map-wrapper{
        height: auto;
    }
    #mapexMap{
        height: 300px !important;
    }
}

h1.pagetitle{
    color: #000;
    font-size: 44px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 4rem;
    font-weight: bold;
}
.base-template .header-wrapper{
    height: 480px;
    background-position: 50% top;
}
.base-template .header-wrapper .slogan{
    display: none;
}
@media (max-width: 991px){
    h1.pagetitle {
        font-size: 30px;
    }
}

.index-template .content-section{
    padding: 80px 0;
    background: url(../images/little-pluses.png) #d5d5d5;
}







/**************************************************   MEDIA QUERIS   *****************************************************/

@media only screen and (max-width: 1229px) {
    
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

}



@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px){

}
@media only screen and (min-width: 1230px) {

}