@import '../libs/pure/pure-min.css';
@import '../libs/pure/grids-responsive-min.css';
@import '../css/pure-extend.css';
@import '../css/extra.css';
@import '../js/johndyer-mediaelement/build/mediaelementplayer.min.css';
@import '../libs/Swiper/dist/css/swiper.min.css';
@import '../libs/font-awesome/css/font-awesome.min.css';
@import '../libs/TurnWheel/jReject/css/jquery.reject.css';
@import '../libs/fancybox/dist/jquery.fancybox.min.css';
@import '../css/TxCart.css';
@import '../libs/select2/dist/css/select2.min.css';
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,latin-ext');

html {
    height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    color: #444;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    outline: none;
    color: #eb3636;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

a:hover {
    text-decoration: none;
    color: #3161fd;
}

#page {
    height: auto !important;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
div.special-table{
    overflow-x: auto;
}
#footer_guarantor {
    height: 90px;
    clear: both;
}

#footer {
    margin: 0 auto;
    margin-top: -90px;
    height: 90px;
    clear: both;
    position: relative;
    z-index: 3;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 600;
    font-size: 11px;
}

#footer2 {
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    padding: 6px 0;
    background: #F7F7F7;
}

#footer2 > div {
    display: inline-block;
}

div.footer-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

div.footer-content > div {
    padding: 0 15px;
}

div.footer-content > div:nth-child(2) {
    text-align: center;
}

div.footer-content > div:nth-child(3) {
    text-align: right;
}

#header {
    height: 92px;
    position: relative;
    z-index: 222;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

#header > .container {
    position: relative;
    height: 100%;
}

div.header-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 240px;
    margin: 0 -15px;
    flex-wrap: wrap;
}

div.header-content > div {
    display: flex;
    padding: 0 15px;
}

div.header-content > div:not(.langs-menu-container) {
    flex: auto;
}

a.logo {
    display: block;
    width: 185px;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    background: url(../images/logo.png) left center no-repeat;
    z-index: 15;
    background-size: contain;
}

div.section {
    padding: 45px 0;
}

div.index-swiper-container {
    position: relative;
}

div.index-swiper-container .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 30px;
}

div.index-swiper-container .swiper-pagination * {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 3px solid #313334;
    background: #313334;
    margin: 0 4px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.index-swiper-container .swiper-pagination *:hover,
div.index-swiper-container .swiper-pagination *.swiper-pagination-bullet-active {
    background: #fff;
}

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: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #303232;
    font-weight: 300;
    font-size: 1.66vw;
}

div.index-swiper div.swiper-slide-content h2 {
    margin: 0;
}

div.index-swiper div.swiper-slide-content .action {
    margin-top: .5em;
}

div.index-swiper div.swiper-slide-content .ext_button {
    font-size: 16px;
}

div.index-swiper-container .swiper-button-prev,
div.index-swiper-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    font-size: 33px;
    width: 7.86vw;
    color: #fff;
}

div.swiper-carusel-container {
    position: relative;
    padding: 0 84px;
}

div.swiper-carusel .swiper-slide {
    width: auto;
}

div.swiper-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.swiper-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.swiper-carusel-container .swiper-button-prev,
div.swiper-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

div.partners-carusel-container {
    position: relative;
    padding: 0;
}

div.partners-carusel .swiper-wrapper {
    align-items: center;
}

div.partners-carusel .swiper-slide {
    width: auto;
}

div.partners-carusel .swiper-slide a {
    display: flex;
    height: 100px;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

div.partners-carusel .swiper-slide a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

div.partners-carusel-container .swiper-button-prev,
div.partners-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -84px;
    width: 84px;
    font-size: 33px;
}

div.partners-carusel-container .swiper-button-next {
    left: auto;
    right: -84px;
}

div.partners-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
    display: none;
}

div.fancy-blocks-section {
}

div.fancy-blocks-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 12px;
    color: #333;
}

div.fancy-blocks-item .ico {
    min-height: 110px;
}

div.fancy-blocks-item .ico img {
    display: block;
    margin: 0 auto;
}

div.fancy-blocks-item .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2em;
    color: #367492;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

div.fancy-blocks-item .title:hover {
    color: #eb3636;
}

div.fancy-blocks-item .morw {
    font-size: 14px;
    color: #367492;
    font-style: italic;
    margin-top: .8em;
}

div.fancy-blocks-item .morw:hover {
    color: #eb3636;
}

div.partners-section {
    background: #dfecee;
}

div.path-container-section + .section {
    padding-top: 0;
}

div.path-container {
    position: relative;
    font-size: 11px;
    font-weight: 300;
    color: #404e5d;
    display: flex;
    justify-content: space-between;
}

div.path-container .iconed-link {
    display: flex;
    height: 54px;
    align-items: center;
}

ul.path {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

ul.path > li {
    display: flex;
    height: 54px;
    align-items: center;
}

ul.path > li > a {
    display: flex;
    height: 54px;
    align-items: center;
    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;
}

div.page-top-photo-section {
    background-position: center center;
    background-size: cover;
    display: flex;
    height: 100px;
    align-items: center;
    position: relative;
}

div.page-top-photo-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .42);
}

div.page-top-photo-section .container {
    position: relative;
    z-index: 2;
}

div.page-top-photo-section h1 {
    color: #fff;
    font-weight: 300;
    font-size: 22px;
    margin: 0;
}

div.content-colls-section {
    min-height: calc(100vh - 336px);
}

div.content-colls {
    display: flex;
    margin: 0 -25px;
}

div.content-colls > div {
    padding: 0 25px;
}

div.sidebar {
    min-width: 325px;
    max-width: 325px;
}

div.mainbar {
    min-width: 1px;
    flex: auto;
}

div.content-carusel-container {
    position: relative;
    padding: 0;
}

div.content-carusel .swiper-slide {
    width: auto;
}

div.content-carusel .swiper-slide a {
    display: block;
    border: 1px solid #212121;
}

div.content-carusel .swiper-slide a img {
    display: block;
    width: 100%;
    height: auto;
}

div.content-carusel-container .swiper-button-prev,
div.content-carusel-container .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    left: -50px;
    width: 50px;
    color: #eb3636;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 24px;
}

div.content-carusel-container .swiper-button-next {
    left: auto;
    right: -50px;
}

div.content-carusel-container .swiper-pagination {
    left: 0;
    right: 0;
    top: 100%;
    display: none;
}


div.swiper-slide-type2 {
    display: inline-block;
}

div.products-list > div{
    display: flex;
    background: #f3f4f5;
}

div.products-list > div + div{
    margin-top: 20px;
}

div.products-list .photo{
    /*display: flex;*/
    max-width: 33%;
}

div.products-list .photo img{
    min-width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

div.products-list .cont{
    padding: 18px 30px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.products-list .cont > * + *{
    margin-top: 10px;
}



div.products-list .title{
    font-weight: 600;
    color: #5d5c5c;
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    font-size: 17px;
}

div.gmap-section{
    display: flex;
    padding: 0;
    height: 360px;
}

div.gmap-section > div{
    flex: auto;
}

div.contacts-blocks-container{
    margin-top: 50px;
    margin-bottom: 50px;
}

div.contacts-blocks{
    margin: -8px -4px 0;
}

div.contacts-blocks > div{
    margin-top: 8px;
    padding: 0 4px !important;
    display: flex;
}

div.contacts-blocks-item{
    flex: auto;
    background: #efeeee;
    border: 1px solid #859ba4;
    padding: 25px;
}

div.contacts-blocks-item h3{
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}

/*LISTS*/

div.main-menu-container {
}

ul.main-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 -9px;
    flex: auto;
}

ul.main-menu > li {
    position: relative;
    display: flex;
    flex: auto;
}

ul.main-menu > li > a {
    display: flex;
    flex: auto;
    align-items: center;
    padding: 9px;
    line-height: 1.1;
    font-weight: 600;
    font-size: 13px;
    color: #1d1e1e;
    text-transform: uppercase;
    text-align: center;
}

ul.main-menu > li:hover > a,
ul.main-menu > li.selected > a {
    color: #eb3636;
}

ul.main-menu > li > ul {
    list-style: none;
    padding: 9px 0 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 100%;
    white-space: nowrap;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}

ul.main-menu > li > ul:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -9px;
}

ul.main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

ul.main-menu > li > ul > li > a {
    display: block;
    padding: 15px 24px;
    line-height: 1.2;
    font-size: 13px;
    color: #131212;
    border-bottom: 1px solid #cce0ec;
    background: #fff;
}

ul.main-menu > li > ul > li:last-child > a {
    border: 0;
}

ul.main-menu > li > ul > li:hover > a,
ul.main-menu > li > ul > li.selected > a {
    color: #eb3636;
    background: #f2f2f2;
}

ul.top-menu {
    list-style: none;
    padding: 0;
    margin: 0 -8px;
    display: flex;
}

ul.top-menu > li {
    display: flex;
}

ul.top-menu > li > a {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #201f1f;
    position: relative;
    padding: 8px;
}

ul.top-menu > li:not(:first-child) > a:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #367492;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

ul.top-menu > li:hover > a,
ul.top-menu > li.selected > a {
    color: #eb3636;
}

ul.langs-menu {
    list-style: none;
    padding: 0;
    margin: 0 -8px;
    display: flex;
}

ul.langs-menu > li {
    display: flex;
}

ul.langs-menu > li > a {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    color: #201f1f;
    position: relative;
    padding: 8px;
}

ul.langs-menu > li:not(:first-child) > a:before {
    content: '';
    width: 1px;
    height: 12px;
    background: #367492;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

ul.langs-menu > li:hover > a,
ul.langs-menu > li.selected > a {
    color: #eb3636;
}

div.content-menu-container {
    background: #fafbfc;
}

ul.content-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu li > a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    font-size: 15px;
    color: #000;
    padding: .6em 33px;
}

ul.content-menu > li:first-child > a {
    padding-top: 1.5em;
}

ul.content-menu > li:last-child > a {
    padding-bottom: 1.5em;
}

ul.content-menu li > a:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    margin-right: 1em;
}

ul.content-menu li:hover > a,
ul.content-menu li.selected > a {
    color: #eb3636;
}

ul.content-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.content-menu > li > ul > li > a {
    font-size: 14px;
    padding-left: 53px;
}

ul.content-menu > li > ul > li > ul > li > a {
    font-size: 13px;
    font-style: italic;
    padding-left: 73px;
}

/*INPUTS*/

/*HEADERS*/

.main-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 1em;
    line-height: 1.2;
}

.custom-title-1 {
    font-size: 22px;
    color: #37383b;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1.3em;
    margin-bottom: 1.8em;
    line-height: 1.1;
}

.custom-title-1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 65px;
    height: 5px;
    background: #37383b;
}

.custom-title-1.tac:after {
    left: 50%;
    margin-left: -32px;
}

/*BUTTONS*/

.ext_button {
    display: inline-flex;
    align-items: center;
    height: 2.31em;
    line-height: 1em;
    padding: 0 2.31em;
    position: relative;
    text-decoration: none !important;
}

.ext_button.narrow {
    padding: 0 1.8em;
}

.ext_button.bordered {
    border: 1px solid #cecece;
}

.ext_button.rounded {
    border-radius: 1.8em;
}

.ext_button.shadowed {
    -webkit-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0.14em 0.14em 0px 0px rgba(0, 0, 0, 0.75);
}

.ext_button.full-w {
    display: block;
    text-align: center;
}

.ext_button .fa {
    margin: 0 0 0 1.4em;
}

.ext_button .fa:first-child {
    margin: 0 1.4em 0 0;
}

.ext_button.blue-style {
    background: #204859;
    color: #fff;
    font-weight: 300;
}

.ext_button.blue-style:hover {
    background: #eb3636;
    color: #fff;
}

/*SPECIAL*/

/*MISC*/

.cart-info-container {

    display: flex;
    justify-content: center;
    align-items: center;
    color: #201f1f;

}
.cart-info-container:hover {
    color: #eb3636;
}

.cart-quantity input {
    border: 1px solid #dfdfdf;
}

.form {
    padding: 0 15px;
}

/* XS */
@media (max-width: 767px) {
    a.smart_menu_caller {
        display: flex;
    }

    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: #eb3636;
        display: flex;
        justify-content: space-between;
        color: #fff;
    }

    div.mob-nav-top-line > div {
        flex: 1 1 100%;
        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: flex;
        align-items: center;
        justify-content: flex-end;
    }

    div.mob_header_extention > div {
        height: 70px;
    }

    div.mob-header-items {
        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;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-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;
    }

    div.langs-select select option {

    }

    /* style sample */
    div.mob_search a {
        display: flex;
        height: 70px;
        width: 60px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        text-decoration: none;
    }

    /*-----*/
    #header {
        height: 70px;
        -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    }

    a.logo {
        width: 125px;
    }

    div.header-content {
        display: none;
    }

    ul.main-menu {
        display: block;
        margin: 0;
    }

    ul.main-menu > li {
        display: block;
    }

    ul.main-menu > li > a {
        display: block;
        position: relative;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        text-align: left;
    }

    ul.main-menu > li:hover > a,
    ul.main-menu > li.selected > a {
        background: #fff;
    }

    ul.main-menu > li > a .fa {
        position: absolute;
        right: 10px;
        top: 10px;
        bottom: 10px;
        width: 30px;
        background: #fff;
        color: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    ul.main-menu > li.selected > a .fa:before {
        content: '\f068';
    }

    ul.main-menu > li.selected > ul {
        max-height: 600px;
    }

    ul.main-menu > li > ul:before {
        display: none;
    }

    ul.main-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: #fff;
        overflow: hidden;
        max-height: 0;
        padding: 0;
        margin: 0 !important;
    }

    ul.main-menu > li > ul > li:hover > a,
    ul.main-menu > li > ul > li.selected > a {
        background: #fff !important;
    }

    ul.top-menu {
        display: block;
        margin: 0;
    }

    ul.top-menu > li {
        display: block;
    }

    ul.top-menu > li > a:before {
        display: none;
    }

    ul.top-menu > li > a {
        display: block;
        text-transform: uppercase;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding: 15px;
    }

    ul.top-menu > li:hover > a,
    ul.top-menu > li.selected > a {
        background: #fff;
        color: #eb3636;
    }

    div.section {
        padding: 25px 0;
    }

    div.index-swiper {
        height: 100vw;
    }

    div.index-swiper .swiper-slide .photo {
        height: 100vw;
        object-fit: cover;
    }

    div.index-swiper div.swiper-slide-content {
        font-size: 13px;
    }

    .mobile-menu-toggler {
        display: flex !important;
        padding: 15px;
        border: 1px solid #f1f1f1;
        position: relative;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
        padding-right: 45px;
    }

    .mobile-menu-toggler .fa {
        font-size: 18px;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        position: absolute;
        right: 0;
        top: 10px;
        bottom: 10px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);

    }

    .mobile-menu-toggler.opened .fa:before {
        content: '\f068';
    }

    div.content-menu-container {
        margin: 0 -15px;
    }

    .content-menu {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
    }

    .content-menu.opened {
        max-height: 500px;
    }

    #footer_guarantor {
        display: none;
    }

    #footer {
        margin: 0;
        height: auto;
        padding: 0;
    }

    div.footer-content {
        display: block;
        text-align: center;
    }

    div.footer-content > div {
        border-top: 1px solid rgba(0, 0, 0, .1);
        text-align: center !important;
        padding: 15px;
    }

    div.fancy-blocks-section {
        padding: 0;
    }

    div.fancy-blocks > div {
        padding: 25px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    div.partners-carusel-container {
        margin: 0 -15px -25px;
    }

    div.path-container-section{
        display: none;
    }

    div.content-colls{
        flex-direction: column;
    }

    div.content-colls > div + div{
        margin-top: 25px;
    }

    div.sidebar{
        min-width: 100%;
        max-width: 100%;
    }
    div.content-colls > div{
        margin-top: 25px;
    }
    div.content-colls > div + div{
        margin-top: 25px;
    }
    div.page-top-photo-section{
        height: auto;
        padding: 30px;
    }

    div.content-carusel-container{
        margin: 0 -15px;
    }

    div.content-colls-section div.content-carusel-container:last-child{
        margin-bottom: -25px;
    }

    div.products-list{
        margin: -25px -15px;
    }

    div.products-list > div{
        flex-direction: column;
    }

    div.products-list .photo {
        max-width: 100%;
        min-width: 100%;
    }

    div.products-list .cont{
        padding: 20px;
    }

    div.products-list > div + div{
        margin-top: 0;
    }

    div.contacts-blocks-container{
        margin: 0 -15px -25px;
    }

    div.contacts-blocks{
        margin-top: 0;
    }

    div.contacts-blocks > div{
        margin-top: -1px;
    }

    div.gmap-section{
        padding: 0;
    }

}

/* SM */
@media /*(min-width: 568px) and */
(max-width: 767px) {

}

/* */
@media (min-width: 768px) {

}

/* MD */
@media (min-width: 768px) and (max-width: 1023px) {

    div.products-list > div{
        flex-direction: column;
    }

    div.products-list .photo {
        max-width: 100%;
        min-width: 100%;
    }

}

/* 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) {
}
