@import '../bower_components/pure/pure-min.css';
@import '../bower_components/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../bower_components/Swiper/dist/css/swiper.min.css';
@import '../bower_components/font-awesome/css/font-awesome.min.css';
@import '../bower_components/TurnWheel/jReject/css/jquery.reject.css';
@import '../bower_components/fancybox/source/jquery.fancybox.css';
@import '../fonts/stylesheet.css';

html {
    height: 100%;
    background: #f1f1f1;
}

body {
    min-height: 100%;
    height: 100%;
    color: #6f6f6f;
    font-weight: normal;
    font-family: 'Helvetica Neue';
    font-size: 15px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #bd3239;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    color: #a70008;
}

img {
    border: 0
}

p {
    margin: 1.5em 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#footer_guarantor {
    height: 260px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -260px;
    height: 260px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #242424;
    padding: 30px 0;
    box-sizing: border-box;
    font-size: 12px;
    color: #9c9c9c;
}

#header {
    height: 74px;
    position: relative;
    z-index: 222;
    background: #fff;
}

a.logo {
    display: block;
    width: 193px;
    height: 44px;
    position: absolute;
    left: 15px;
    top: 16px;
    z-index: 5;
    background: url(../images/logo.png) 0 0 no-repeat;
}

#sidebar {
    width: 180px;
    float: left;
}

#mainbar {
    overflow: hidden;
    background: #b0b0f0;
}

#header .container {
    height: 100%;
    position: relative;
}

div.header-content {
    position: relative;
    height: 100%;
}

div.header-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.header-elements > div {
    margin: 0 0 0 40px;
}

div.header-elements > div:first-child {
    margin: 0;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
    display: none;
}

div.index-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(50, 50, 50, 0.7);
}

div.index-swiper .swiper-slide .photo {
    width: 100%;
    height: auto;
    display: block;
}

div.index-swiper div.swiper-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 60px;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

div.index-swiper div.swiper-slide-content h2 {
    font-size: 61px;
    font-weight: 100;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    width: 54px;
    height: 88px;
    left: 0;
    margin-top: -16px;
    background: url(../images/icons/ico-1.png) center center no-repeat rgba(245, 245, 245, 0.15);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.3;
}

div.index-swiper-container .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.index-swiper-container .swiper-button-prev:hover,
div.index-swiper-container .swiper-button-next:hover {
    opacity: 1;
}

div.runnig-line-section {
    padding: 13px 0;
    background: #c0353d;
    color: #fff;
}

div.runnig-line-colls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.1;
}

#footer h2 {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2px;
    margin-bottom: 1em;
}

div.section {
    padding: 45px 0;
}

div.logos-carusel-container {
    position: relative;
    padding: 0 48px;
}

div.logos-carusel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

div.logos-carusel .swiper-slide {
    width: auto;
}

div.logos-carusel .swiper-slide a {
    display: block;
}

div.logos-carusel .swiper-slide a img {
    display: block;
}

div.logos-carusel-container .swiper-button-prev,
div.logos-carusel-container .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    color: #8b8b8b;
    opacity: 0.6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 20px;
}

div.logos-carusel-container .swiper-button-prev:hover,
div.logos-carusel-container .swiper-button-next:hover {
    opacity: 1;
}

div.about-us-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
}

div.about-us-section-content {
    width: 50%;
    position: relative;
}

div.about-us-section-content .photo {
    display: block;
    width: 100%;
    height: auto;
}


div.about-us-section-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 50, 50, 0.8);
}

div.about-us-section-content > div {
    padding: 48px;
    padding: 3.512vw;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-size: 1.18vw;
    color: #fff;
    line-height: 1.8;
}

div.about-us-section-content h2 {
    font-size: 36px;
    font-size: 3vw;
    font-weight: 100;
    margin: 0;
}

div.about-us-section-content .ext_button {
    font-size: 1.18vw !important;
}

div.about-us-section-blocks {
    position: absolute;
    left: 0;
    top: -1px;
    width: 50%;
    bottom: -1px;
    right: 0;
}

div.about-us-section-blocks > a {
    float: left;
    width: 33.3333%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    font-size: 15px;
    color: #6f6f6f;
    font-weight: 400;
    text-align: center;
}

div.about-us-section-blocks > a > span {
    display: block;
    position: relative;
}

div.about-us-section-blocks > a:hover .cont_2 {
    opacity: 1;
}
div.about-us-section-blocks > a .cont_2 {
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    font-weight: normal;
}
div.about-us-section-blocks > a:hover .cont {
    font-weight: bold;
    letter-spacing: 1px;
}

div.about-us-section-blocks > a .cont {
    font-weight: normal;
    padding-top: 1vw;
    display: block;
}

div.about-us-section-blocks .ico {
    display: block;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-align: center;
}

div.about-us-section-blocks .ico-h {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    text-align: center;
    width: 100%;
}

div.about-us-section-blocks > a:hover {
    background: #c92f38;
    color: #fff;
}

div.about-us-section-blocks > a:hover .ico {
    opacity: 0;
}

div.about-us-section-blocks > a:hover .ico-h {
    opacity: 1;
}

div.fancy-blocks {
}
div.fancy-blocks  div:hover .fb-item:after {
    opacity: 1;
}
div.fancy-blocks  div .fb-item:after {
    content:" ";
    display: block;
    position: absolute;
    top:calc(100% + 21px);
    left:0;
    right:0;
    height: 1px;
    background: #ca4047;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}

div.fb-item {
    position: relative;
    padding: 0 0 0 72px;
}

div.fb-item .ico {
    position: absolute;
    left: 0;
    top: 0;
}

div.fb-item h2 {
    font-size: 19px;
    color: #323232;
    font-weight: 400;
}

div.promotions-block {
    padding: 22px 0;
    border-top: 2px solid #dadada;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 22px;
    margin-bottom: 16px;
}

div.promotions-block > div:first-child {
    font-size: 19px;
}

div.promotions-block > div:first-child + div {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1px solid #ca4047;
}
/*
div.promotions-block:before {
    content: '';
    width: 132px;
    height: 2px;
    background: #ca4047;
    position: absolute;
    left: 0;
    top: -2px;
}
*/
div.ext-products-carusel-container {
    position: relative;
}

div.ext-products-carusel .swiper-slide {
    width: auto;
}

div.ext-products-carusel .swiper-slide a {
    display: block;
    background: #f8f8f8;
    position: relative;
    font-size: 14px;
    color: #6f6f6f;
}

div.ext-products-carusel .swiper-slide a .photo {
    display: block;
    position: relative;
}

div.ext-products-carusel .swiper-slide a .photo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(124, 124, 124, 0.5);
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.ext-products-carusel .swiper-slide a .photo img {
    width: 100%;
    height: auto;
    display: block;
}

div.ext-products-carusel .swiper-slide a .photo .ext_button {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    z-index: 4;
    margin-top: -1.4em;
    text-align: right;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #323232 !important;
}

div.ext-products-carusel .cont {
    display: block;
    padding: 16px;
    min-height:122px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.ext-products-carusel .cont * {
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.ext-products-carusel .discount {
    float: right;
    color: #c92f38;
}

div.ext-products-carusel .title {
    display: block;
    font-size: 16px;
    color: #323232;
    font-weight: 500;
}

div.ext-products-carusel .swiper-slide a:hover {
    color: #fff;
    background: #323232;
}

div.ext-products-carusel .swiper-slide a:hover .cont,
div.ext-products-carusel .swiper-slide a:hover .cont * {
    color: #fff;
}

div.ext-products-carusel .swiper-slide a:hover .photo:before {
    opacity: 1;
}

div.ext-products-carusel .swiper-slide a:hover .photo .ext_button {
    opacity: 1;
}

div.ext-products-carusel-container .swiper-button-prev,
div.ext-products-carusel-container .swiper-button-next {
    width: 40px;
    left: -40px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 21px;
    opacity: 0.6;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.ext-products-carusel-container .swiper-button-next {
    left: auto;
    right: -40px;
}

div.ext-products-carusel-container .swiper-button-prev:hover,
div.ext-products-carusel-container .swiper-button-next:hover {
    opacity: 1;
}

div.page-top-photo {
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 60px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center center;
    background-size: cover;
    position: relative;
}

div.page-top-photo:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(50, 50, 50, 0.7);
}

div.page-top-photo > div {
    position: relative;
    z-index: 2;
}

div.page-top-photo h2 {
    font-size: 61px;
    color: #fff;
    font-weight: 100;
    margin: 0;
}

div.products-list {
    margin-top: -30px;
}

div.products-list > div {
    margin-top: 30px;
}

div.products-list a {
    display: block;
    background: #f8f8f8;
    overflow: hidden;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    color: #323232;
    font-weight: 500;
}

div.products-list a .photo {
    display: block;
    position: relative;
}

div.products-list a .photo:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(124, 124, 124, 0.5);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}

div.products-list a .photo img {
    display: block;
    width: 100%;
    height: auto;
}

div.products-list .photo .ext_button {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 50%;
    z-index: 4;
    margin-top: -1.4em;
    text-align: right;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    color: #323232 !important;
}

div.products-list .cont {
    padding: 20px;
    display: block;
    line-height: 1.1;
    text-align: center
}

div.products-list a .logo {
    display: block;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 10px;
}

div.products-list a:hover {
    background: #323232;
    color: #fff;
}

div.products-list a:hover .photo:after{
    opacity: 1;
}

div.products-list a:hover .photo .ext_button{
    opacity: 1;
}

/*LISTS*/

div.langs-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.langs-menu > div {
}

div.langs-menu > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 74px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    color: #6f6f6f;
    text-transform: uppercase;
}

div.langs-menu > div:hover > a,
div.langs-menu > div.selected > a {
    color: #c92f38;
}

div.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div.top-menu > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 12px;
    color: #6f6f6f;
    height: 74px;
    position: relative;
}

div.top-menu > div:last-child > a {
    padding-right: 0;
}

div.top-menu > div > a:before {
    content: '';
    position: absolute;
    left: 12px;
    right: 12px;
    top: 0;
    height: 3px;
    background: #c92f38;
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.top-menu > div:last-child > a:before {
    right: 0;
}

div.top-menu > div:hover > a,
div.top-menu > div.selected > a {
    color: #c92f38;
}

div.top-menu > div:hover > a:before,
div.top-menu > div.selected > a:before {
    opacity: 1;
}

div.main-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 60px;
}

div.main-menu-container:before {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: 0;
    bottom: 0;
    background: rgba(50, 50, 50, 0.9);
    box-shadow: inset 0px 13px 15px -8px rgba(0, 0, 0, 0.5);
}

div.main-menu {
    display: table;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4;
}

div.main-menu > div {
    display: table-cell;
    vertical-align: top;
}

div.main-menu > div > a {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #565656;
    padding: 0 30px;
    line-height: 1.1;
}

div.main-menu > div:first-child > a {
    border: 0;
}

div.main-menu > div:hover > a,
div.main-menu > div.selected > a {
    background: #c92f38;
    box-shadow: inset 0px 13px 15px -8px rgba(0, 0, 0, 0.3);
}

div.index-swiper-container {
    position: relative;
}

div.path-container {
    position: relative;
    top: -23px;
    font-size: 12px;
    font-weight: 300;
    color: #404e5d;
    overflow: hidden;
}

ul.path {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.path > li > a {
    display: block;
    padding-right: 21px;
    position: relative;
}

ul.path > li > a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -0.7em;
}

/*INPUTS*/

input,
select,
textarea{
    border: 1px solid #f4a1a1;
    box-sizing: border-box;
    padding: 12px 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #111;
    font-size: 13px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

input:focus,
select:focus,
textarea:focus{
    border-color: #ca4949;
}

div.inputs-container{
    margin-top: -20px;
}

div.inputs-container > div{
    margin-top: 20px;
}

div.inputs-container input{
    width: 100%;
}

div.inputs-container textarea{
    width: 100%;
    resize: vertical;
    height: 120px;
}
.error  {background-color: #f4a1a1 !important}

/*HEADERS*/

h1 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h2 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h3 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

h4 {
    line-height: 1.2;
    margin: 0 0 0.5em;
}

/*BUTTONS*/

.ext_button {
    /*height: auto;*/
    height: 2.8875em;
    line-height: 1.1em;
    padding: 0 2.8875em;
    text-align: center;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}


.sendform {padding-top: 40px;}
.sendform.hdd {display: none}

.ext_button.rounded {
    border-radius: 3px;
}

.ext_button.red-style {
    background: #c92f38;
    color: #fff;
}

.ext_button.red-style:hover {
    background: #bb000b;
}

.ext_button.white-style {
    background: #fff;
}

.ext_button.white-style:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    background: #f2f2f2;
}

/*SPECIAL*/

/*MISC*/

div.page_module ul {
    margin: 20px;
}

div.page_module ul > li {
    margin: 5px 0 0;
}

div.page_module ul > li:first-child {
    margin: 0
}

div.page_module ol {
    margin: 20px;
}

div.page_module ol > li {
    margin: 5px 0 0
}

div.page_module ol > li:first-child {
    margin: 0
}

div.page_module table {
    background: #fff
}

div.page_module table td {
    padding: 13px 18px;
    border-top: 1px solid #e5e7e7
}

div.page_module table tr:first-child td {
    border-top: 0
}

div.page_module thead td {
    background: #e1e1e1;
}

div.product-fancy-theme .fancybox-skin{
    padding: 0 !important;
    border-radius: 0 !important;
}

div.product-fancy-theme div.fancybox-title{
    background: #434343;
    padding: 15px 25px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

div.product-fancy-theme div.fancybox-outer{
    z-index:8060;
}

div.product-fancy-theme .fancybox-nav{
    width: 64px;
    height: 50px;
    top: auto;
    bottom: -50px
}

div.product-fancy-theme .fancybox-nav span{
    visibility: visible !important;
    opacity: 0.5;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.product-fancy-theme .fancybox-nav:hover span{
    opacity: 1;
}

div.product-fancy-theme .fancybox-prev span{
    background: url(../images/icons/ico-9.png) center center no-repeat;
}

div.product-fancy-theme .fancybox-next span{
    background: url(../images/icons/ico-9.png) center center no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.product-fancy-theme .fancybox-close{
    right: 0;
    top: 0;
    z-index:8070;
    background: url("../images/icons/ico-10.png") center center no-repeat #fff;
}

.fancybox-inner img {
    display: block;
}

/* XS */
@media (max-width: 767px) {
    div.ext-products-carusel-container .swiper-button-prev {
        left:0;
    }
    div.ext-products-carusel-container .swiper-button-next {
        right:0;
    }
    a.smart_menu_caller {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #c92f38;
    }

    table.special {
        width: 100%;
        display: block;
        margin: 10px 0;
    }

    table.special thead {
        display: none;
    }

    table.special tbody {
        width: 100%;
        display: block;
    }

    table.special tbody tr {
        width: 100%;
        display: block;
    }

    table.special tbody td:before {
        display: block;
        background: #7F7F7F;
        padding: 10px;
        content: attr(data-label);
        margin: -10px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }

    table.special tbody td {
        width: 100%;
        display: block;
        background: #e7e7e7;
        padding: 10px;
        margin-bottom: 10px;
    }

    .container {
        width: auto;
    }

    div.mob_nav_container div.mob-nav-top-line {
        background: #c92f38;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        width: 33.333%;
        border-left: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-nav-top-line a {
        display: block;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

    div.mob_header_extention {
        display: block;
        position: absolute;
        left: 160px;
        top: 0;
        right: 70px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    div.mob-header-items > div {
        border-right: 1px solid rgba(193, 217, 184, 0.3);
    }

    div.mob-search-container {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    div.mob-search-container.opened {
        height: 40px;
    }

    /* style sample */
    div.langs-select select {
        border: 0;
        height: 70px;
        text-align: center;
        font-size: 16px;
        padding: 0 15px;
        background: #fff;
    }

    div.langs-select select option {
        background: #fff;
    }

    /* style sample */
    div.mob_search a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        width: 60px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    body {
        font-size: 13px;
    }

    div.header-content {
        display: none;
    }

    #header {
        height: 70px;
    }

    a.logo {
        background-position: left center;
        background-size: contain;
        display: block;
        height: 44px;
        left: 15px;
        position: absolute;
        top: 10px;
        width: 120px;
        z-index: 5;
    }

    div.index-swiper {
        height: 60vw;
    }

    div.index-swiper div.swiper-slide-content {
        top: 0;
    }

    div.index-swiper .swiper-slide .photo {
        height: 60vw;
    }

    div.index-swiper div.swiper-slide-content h2 {
        font-size: 27px;
        font-size: 8vw;
    }

    div.index-swiper div.swiper-slide-content .ext_button {
        font-size: 3.45vw !important;
    }

    div.runnig-line-section {
        padding: 15px 0;
    }

    div.runnig-line-colls {
        display: block;
        text-align: center;
    }

    div.runnig-line-colls > div {
        margin-bottom: 15px;
    }

    div.runnig-line-colls > div:last-child {
        margin-bottom: 0;
    }

    div.section {
        padding: 15px 0;
    }


    div.fancy-blocks > div {
        border-bottom: 1px solid rgba(210, 83, 91, 0.2);
        padding: 15px 0;
    }

    div.fancy-blocks > div:last-child {
        padding-bottom: 0;
        border: 0;
    }

    div.about-us-section {
        display: block;
    }

    div.about-us-section-blocks {
        position: relative;
        width: auto;
        overflow: hidden;
    }

    div.about-us-section-blocks > a {
        border: 0;
        float: none;
        display: block;
        width: auto;
        padding: 15px;
        border-bottom: 1px solid rgba(210, 83, 91, 0.2);
    }

    div.about-us-section-content {
        width: auto;
    }

    div.about-us-section-content:before {
        z-index: 2;
    }

    div.about-us-section-content .photo {
        position: absolute;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1;
    }

    div.about-us-section-content > div {
        position: relative;
        font-size: 11px;
        padding: 15px;
    }

    div.about-us-section-content h2 {
        font-size: 28px;
        margin-bottom: 0.5em;
    }

    div.about-us-section-content .ext_button {
        font-size: 12px !important;
        margin-top: 18px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        height: auto;
        margin: 0;
        padding: 0;
    }

    #footer .pure-u-1-1 {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 15px;
    }

    #footer .pure-u-1-1:last-child {
        border: 0;
    }

    div.main-menu {
        display: block;
    }

    div.top-menu {
        display: block;
    }

    div.main-menu > div {
        display: block;
    }

    div.main-menu > div > a {
        height: auto;
        display: block;
        color: #686565;
        text-transform: uppercase;
        line-height: 1;
        padding: 15px;
        border: 0;
        border-bottom: 1px solid rgba(210, 83, 91, 0.2);
    }

    div.main-menu > div:hover > a,
    div.main-menu > div.selected > a {
        background: rgba(210, 83, 91, 0.9);
        color: #fff;
    }

    div.top-menu > div > a {
        display: block;
        height: auto;
        display: block;
        color: #686565;
        text-transform: uppercase;
        line-height: 1;
        padding: 15px;
        border: 0;
        border-bottom: 1px solid rgba(210, 83, 91, 0.2) !important;
    }

    div.top-menu > div > a:before {
        display: none;
    }

    div.top-menu > div:hover > a,
    div.top-menu > div.selected > a {
        background: rgba(210, 83, 91, 0.9);
        color: #fff;
        box-shadow: inset 0px 13px 15px -8px rgba(0, 0, 0, 0.3);
    }

    div.ext-products-carusel .swiper-slide a {
        border: 1px solid rgba(210, 83, 91, 0.2) !important;
    }

    div.page-top-photo {
        padding: 30px;
        height: auto;
    }

    div.page-top-photo h2 {
        font-size: 9vw;
    }

    div.path-container {
        top: 0;
        margin-bottom: 15px;
    }

    div.products-list{
        margin-top: -15px;
    }

    div.products-list > div{
        margin-top: 15px;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    div.main-menu > div > a {
        font-size: 14px;
        padding: 0 18px;
    }

    div.header-elements > div {
        margin: 0 0 0 10px;
    }

    a.logo {
        background-position: left center;
        background-size: contain;
        display: block;
        height: 44px;
        left: 15px;
        position: absolute;
        top: 16px;
        width: 150px;
        z-index: 5;
    }

}

/* LG */
@media (min-width: 1024px) and (max-width: 1279px) {

}

/* XL */
@media (min-width: 1280px) {

}

/* PORTRAIT ORIENTATION*/
@media all and (orientation: portrait) {
}

/* LANDSCAPE ORIENTATION*/
@media all and (orientation: landscape) {
}