@font-face {
    font-family: 'solomon_sans_regular';
    src: url("../font/solomon_sans_normal-webfont.eot");
    src: url("../font/solomon_sans_normal-webfont.eot?#iefix") format("embedded-opentype"), url("../font/solomon_sans_normal-webfont.woff2") format("woff2"), url("../font/solomon_sans_normal-webfont.woff") format("woff"), url("../font/solomon_sans_normal-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.sidebar-menu {
    margin-right: 15px;
}

.sidebar-menu ul li {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.sidebar-menu ul li.active, .sidebar-menu ul li:hover {
    background-color: #e5e5e5;
    font-weight: 700;
}

.sidebar-menu ul li.active a, .sidebar-menu ul li:hover a {
    text-decoration: none;
}

.sidebar-menu ul li.active .triangle, .sidebar-menu ul li:hover .triangle {
    opacity: 1;
}

.sidebar-menu ul li.active:before, .sidebar-menu ul li.active:after {
    display: none;
}

.sidebar-menu ul li a {
    display: block;
    padding: 12px 0;
    padding-left: 5px;
    color: #323232;
}

.sidebar-menu ul li .triangle {
    position: absolute;
    right: -15px;
    top: 0;
    border-left: 15px solid #e5e5e5;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right: none;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.page-content {
    width: 914px;
    float: left;
    margin-left: 20px;
}

.map {
    margin-bottom: 20px;
}

.tabs-nav {
    border: 1px solid #e0e0e0;
    border-bottom: none;
}

.tabs-nav ul {
    font-size: 0;
    margin: 0;
}

.tabs-nav ul li {
    display: inline-block;
    width: 183px;
    padding: 15px 0;
    background-color: #e0e0e0;
    border-right: 1px solid #c4c4c4;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #313131;
    cursor: pointer;
}

.tabs-nav ul li.active, .tabs-nav ul li:hover {
    border-bottom: none;
    background-color: #fff;
    color: #2c3e6f;
}

.tabs-nav ul li:last-of-type {
    width: 180px;
    border-right: none;
}

.tabs-content {
    padding: 20px;
    margin-bottom: 45px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.tabs-pane {
    display: none;
    font-size: 14px;
    color: #313131;
}

.tabs-pane.active {
    display: block;
}

.tabs-pane p {
    margin-top: 15px;
}

.tabs-pane p:first-of-type {
    margin-top: 0;
}

.climat-indicators {
    margin-top: 15px;
    border: 1px solid #c4c4c4;
}

.climat-indicators ul {
    font-size: 0;
    margin: 0;
}

.climat-indicators ul li {
    display: inline-block;
    width: 290px;
    padding: 15px;
    padding-left: 25px;
    border-right: 1px solid #e0e0e0;
    background-color: #e9eefc;
    font-family: 'solomon_sans_regular';
    font-weight: 600;
    font-size: 23px;
    line-height: 1.2;
    color: #2c3e6f;
}

.climat-indicators ul li:last-of-type {
    border-right: none;
}

.tabs-button {
    width: 356px;
    margin-top: 10px;
    background-color: #2c3e6f;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
}

.tabs-button a {
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}

.services-descr {
    color: #232323;
    font-size: 14px;
}

.services-nav {
    margin-bottom: 50px;
    font-size: 0;
}

.services-nav-item {
    display: inline-block;
    vertical-align: top;
    width: 295px;
    margin-top: 25px;
    margin-right: 14px;
    position: relative;
    -webkit-filter: invert(0) grayscale(1);
    filter: invert(0) grayscale(1);
    -webkit-transition: .5s;
    transition: .5s;
}

.services-nav-item:hover {
    -webkit-filter: none;
    filter: none;
}

.services-nav-item img {
    width: 100%;
}

.services-nav-item:nth-of-type(3n) {
    margin-right: 0;
}

.region-list {
    margin-top: 10px;
    padding: 0 10px;
}

.region-list ul li {
    display: inline-block;
    margin-right: 6px;
    border-bottom: 1px dashed #367DE2;
    font-size: 14px;
    line-height: 1.2;
    -webkit-transition: .5s;
    transition: .5s;
}

.region-list ul li:hover {
    border-color: transparent;
}

.region-list ul li a {
    color: #367DE2;
    text-decoration: none;
}

.news-filter {
    text-align: center;
}

.news-filter ul {
    display: inline-block;
    border: 1px solid #aeaeae;
    font-size: 0;
}

.news-filter ul li {
    display: inline-block;
    border-right: 1px solid #aeaeae;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-filter ul li:hover {
    background-color: #2c3e6f;
}

.news-filter ul li.active {
    background-color: #2c3e6f;
}

.news-filter ul li.active a {
    color: #fff;
}

.news-filter ul li:hover a {
    color: #fff;
}

.news-filter ul li:last-of-type {
    border: none;
}

.news-filter ul li a {
    display: block;
    padding: 10px 20px;
    color: #343434;
    text-decoration: none;
}

.main-news .head-container h1 {
    font-weight: bold;
    color: #2c3e6f;
    font-size: 20px;
    margin: 30px 0 20px;
}

.news-list {
    font-size: 0;
}

.news-list-item {
    display: inline-block;
    vertical-align: top;
    max-width: 397px;
    width: 100%;
    margin-right: 18px;
    margin-top: 20px;
}

.news-list-item:nth-of-type(3n) {
    margin-right: 0;
}

.news-list-img {
    width: 100%;
    height: 295px;
    overflow: hidden;
}

.news-list-img img {
    width: 100%;
}

.news-list-descr {
    min-height: 202px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.news-list-date {
    color: #323232;
    font-size: 14px;
}

.news-list-title {
    margin-top: 5px;
    color: #2c3e6f;
    font-weight: 700;
}

.news-list-title h4 {
    font-size: 18px;
}

.news-list-txt {
    margin-top: 10px;
    color: #323232;
    font-size: 14px;
    min-height: 42px;
}

.news-list-button {
    width: 154px;
    margin-top: 18px;
    background-color: #2c3e6f;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

.news-list-button:hover {
    background-color: #fff;
}

.news-list-button:hover a {
    color: #2c3e6f;
}

.news-list-button a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.pagination ul {
    font-size: 0;
}

.pagination ul li {
    display: inline-block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #aeaeae;
    font-size: 24px;
    -webkit-transition: .5s;
    transition: .5s;
}

.pagination ul li:hover {
    border-color: #2c3e6f;
}

.pagination ul li:hover a {
    color: #2c3e6f;
}

.pagination ul li a {
    display: block;
    text-decoration: none;
    color: #acacac;
    -webkit-transition: .5s;
    transition: .5s;
}

.faq-question-wrap {
    margin-bottom: 50px;
}

.faq-question {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.faq-question:first-of-type {
    border-top: 1px solid #ccc;
}

.faq-question > a {
    font-size: 16px;
    color: #232323;
    text-decoration: none;
    border-bottom: 1px dashed #232323;
}

.faq-question:hover, .faq-question.active {
    border-color: #2c3e6f;
}

.faq-question:hover > a, .faq-question.active > a {
    color: #2c3e6f;
    border-color: #2c3e6f;
}

.faq-question:hover:not(:first-of-type), .faq-question.active:not(:first-of-type) {
    box-shadow: 0 -1px 0 0 #232323;
}

.faq-question.active {
    cursor: default;
}

.faq-answer {
    margin-top: 10px;
    padding: 10px;
    background-color: #e0e0e0;
    display: none;
}

.faq-answer.active {
    display: block;
}

.faq-answer-img {
    float: left;
    margin-right: 14px;
    position: relative;
    height: 200px;
}

.faq-answer-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(35, 35, 35, 0.5);
    pointer-events: none;
}

.faq-answer-img:after {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    background: url(../images/search.png) no-repeat center top;
    pointer-events: none;
}

.faq-asnwer-txt {
    font-size: 14px;
    color: #232323;
    line-height: 1.2;
}

.faq-asnwer-txt a {
    color: inherit;
}

.faq-asnwer-txt a:hover {
    text-decoration: none;
}

.banners-wrap {
    width: 1020px;
    margin: 60px auto;
}

.banner {
    position: relative;
}

.banner .button-container {
    margin-top: 10px;
}

.banner-title {
    position: absolute;
    left: 20px;
    top: 50px;
    font-family: 'solomon_sans_regular';
    font-size: 18px;
    color: #323232;
}

.banner-title h2 {
    color: #2c3e6f;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.banner-title p {
    margin-top: 5px;
    font-weight: 600;
}

.banner-descr {
    margin-top: 15px;
    display: none;
}

.banner-descr h4 {
    color: #323232;
    font-size: 18px;
}

.banner-button {
    cursor: pointer;
}

.banner-descr-buttons {
    margin-top: 30px;
    text-align: center;
}

.banner-descr-buttons a {
    display: inline-block;
    vertical-align: middle;
    width: 356px;
    height: 40px;
    line-height: 36px;
    margin: 0 20px;
    border: 2px solid #2c3e6f;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #2c3e6f;
    -webkit-transition: .5s;
    transition: .5s;
}

.banner-descr-buttons a:hover {
    background-color: #2c3e6f;
    color: #fff;
}

#catalog-order {
    display: none;
    width: 100%;
}

#catalog-order .banner-form {
    width: 100%;
}

#catalog-order .banner-descr-buttons a {
    margin-bottom: 20px;
}

#catalog-order .banner-form .select-container .drop-list {
    width: 100%;
}

/*#catalog-order .banner-form:nth-of-type(2) {
    display: block;
}*/

.fancybox-skin {
    padding: 0;
    background-color: #fff;
}

/*.fancybox-wrap {
    top: 50px !important;
}*/

.banner-form {
    width: 770px;
    margin: 0 auto;
    margin-top: 35px;
    padding: 25px 20px;
    border-top: 4px solid #2c3e6f;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.35);
    display: none;
}

.banner-form h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e6f;
    text-align: center;
}

.banner-form label,
.banner-form input,
.banner-form textarea {
    display: block;
}

.banner-form label {
    margin-top: 15px;
    font-size: 14px;
    color: #232323;
}

.banner-form label span {
    color: #b31616;
}

.banner-form input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 5px;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #323232;
}

.banner-form textarea {
    width: 100%;
    height: 160px;
    margin-top: 5px;
    padding-top: 5px;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #323232;
}

.banner-form button {
    color: #323232;
}

.banner-form button, .banner-form .more-file-button a {
    display: block;
    /*width: 356px;*/
    height: 40px;
    line-height: 36px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #2c3e6f;
    border: 2px solid #2c3e6f;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}

.banner-form .select-container {
    position: relative;
    margin-top: 15px;
}

.banner-form .select-container p {
    font-size: 14px;
    color: #232323;
}

.banner-form .select-container p span {
    color: #b31616;
}

.banner-form .select-container:before {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 21px;
    background: url(../images/arrow.png) no-repeat center center #2c3e6f;
    border: 1px solid #2c3e6f;
    pointer-events: none;
}

.banner-form .select-container .drop-list {
    position: static;
    top: 100%;
    width: 690px;
    z-index: 1;
    max-height: inherit;
    padding-left: 0;
    border-bottom: none;
    border-top: none;
}

.banner-form .select-container .drop-list li {
    padding-left: 10px;
    border-bottom: 1px solid #acacac;
}

.banner-form .select-container .drop-list:before {
    display: none;
}

.more-file-button a {
    text-align: center;
    text-decoration: none;
}

.styled-filebutton {
    margin-top: 15px;
}

.styled-filebutton p {
    font-size: 14px;
    color: #232323;
}

.styled-filebutton p span {
    color: #b31616;
}

.styled-filebutton label {
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding-left: 10px;
    margin-top: 5px;
    border: 1px solid #acacac;
    color: #acacac;
    font-size: 16px;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
}

.styled-filebutton label:after {
    content: "";
    width: 38px;
    height: 38px;
    position: absolute;
    right: -1px;
    top: -1px;
    background: url(../images/file.png) no-repeat center center #2c3e6f;
    border: 1px solid #2c3e6f;
}

.catalog-nav {
    margin-bottom: 50px;
    font-size: 0;
}

.catalog-nav-item {
    display: inline-block;
    vertical-align: top;
    width: 292px;
    margin-top: 25px;
    margin-right: 14px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.catalog-nav-item img {
    width: 100%;
}

.catalog-nav-item:nth-of-type(3n) {
    margin-right: 0;
}

.catalog-nav-item:hover .catalog-menu {
    display: block;
}

@media screen and (max-width: 700px) {
    .catalog-nav-item:hover .catalog-menu {
        display: none;
    }
}

.catalog-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    font-family: 'solomon_sans_regular';
    z-index: 1;
    display: none;
}

.catalog-menu h4 {
    padding: 10px;
    background-color: #323232;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.catalog-menu h4 span {
    display: block;
    font-weight: normal;
}

.catalog-menu ul li {
    padding: 15px;
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
}

.catalog-menu ul li:hover {
    border-color: #2c3e6f;
    box-shadow: 0 -1px 0 0 #2c3e6f;
}

.catalog-menu ul li:hover a {
    color: #2c3e6f;
}

.catalog-menu ul li a {
    display: block;
    text-decoration: none;
    color: #323232;
    -webkit-transition: .5s;
    transition: .5s;
}

.container-catalog .button-container {
    float: left;
    width: 100%;
}

.container-catalog .button-container .download_more {
    margin-bottom: 10px;
    line-height: 42px;
    background: #2c3e6f;
    color: #fff;
}

.btn-avg-default {
    display: inline-block;
    color: white;
    background: #2c3e6f;
    padding: 12px 15px;
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

/*.main-img .zoomWindow{
  width: 100% !important;
  height: 100% !important;
}

.main-img .zoomPad{
  width: 100% !important;
  height: 100% !important;
}

.main-img .zoomWrapper{
  width: 100% !important;
  height: 100% !important;
  border: none;
  cursor:zoom-in !important;
}
.main-img .zoomWrapperImage{
  width: 100% !important;
  height: 100% !important;
}*/
/*.main-img .zoomPad{
  float: none;
  cursor:zoom-in;
}*/

.zoom {
    cursor: zoom-in;
    position: relative;
    overflow: hidden;
}

/*.zoomImg{
  z-index: -1;
}*/
.pop-up .zoomImg {
    display: none;
}

.pop-up .col-50 {
    vertical-align: top;
}

img.main {
    width: 70%;
}

img.left-icon {
    position: absolute;
}

/*.more-files-wrap .styled-filebutton{
  display: none;
}*/

/*img.main{
  width: 50%;
}*/

.certificat {
    padding-top: 14px;
    font-size: 14px;
}

.certificat a {
    display: inline-block;
    margin-top: 3px;
    color: #2c3e6f;
    border-bottom: 1px dashed #2c3e6f;
    text-decoration: none;
}

.certificat a:hover {
    border-color: transparent;
    text-decoration: none;
}

.certificat a span {
    font-size: 16px;
    font-weight: 700;
}

.banner-form input[type="file"] {
    display: none;
}

.description .name a,
.description .name a:visited,
.description .name a:link {
    color: #2c3e6f;
}

#gallery img {
    display: none;
}

#gallery a:first-of-type span {
    display: block;
}

#gallery a span {
    display: none;
}

.alx_feed_back_theme3 .alx_feed_back_form_item_pole {
    margin-top: 15px;
}

.alx_feed_back_theme3 .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg input {
    float: left;
    line-height: 20px;
    display: inline-block;
}

.alx_feed_back_theme3 .alx_feed_back_form_item_pole .alx_feed_back_form_element_bg label {
    line-height: 20px;
    display: inline-block;
    margin: 0;
}

alx_feed_back_form_mess_ok {
    padding: 15px 30px;
    background: #42b554;
    margin: 10px 0;
    color: #fff;
}

/*247436*/
@media (min-width:768px) {
	.main-container>#header.sticky>.sticky-div {
		position: fixed;
		top: 0;
		z-index: 101;
		background: #fff;
	}

	.sticky>div .header-bottom>.container {
		height: 35px;
	}
}

/*250881*/
@media (max-width:460px) {
    .fancybox-outer .banner-descr-buttons a {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .fancybox-outer .send-form button.submit {
        width: 100%;
    }
}

/*251039*/
.static-text.index-text p {
    padding-top: 0;
    font-size: 15px;
}
.static-text.index-text .element h2 {
    padding-top: 10px;
    text-transform: none;
}
.static-text.index-text ul {
    color: #888888;
    font-size: 15px;
}
/*250519*/
.header-top .region.desktop {
    flex: 0 0 auto;
    width: initial;
    padding-right: 10px;
}
.region.desktop .phone-one {
    display: flex;
    flex-direction: column;
}
.region.desktop .phone-one .bold {
    font-weight: bold;
    text-emphasis: none;
    border-bottom:0;
    font-size: 16px;
    padding: 2px 0 0;
}
.header-top .wrapp_search_time {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.header-top .wrapp_search_time .search {
    margin: -1px 0 0;
}
.header-top .wrapp_search_time .wrapp_time_button {
    display: flex;
    width: 250px;
    align-items: center;
    padding: 3px 0 0;
}
.header-top .wrapp_search_time .wrapp_time_button a {
    display: inline;
    width: initial;
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    border: 0;
    padding: 0 15px 0 0;
    color: #2c3e6f;
}
.header-top .wrapp_search_time .wrapp_time_button span {
    font-size: 13px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 0 0 28px;
    color: #999999;
    background: url(/local/templates/main/images/Clock_icon.png) no-repeat left center;
    height: 25px;
    background-size: contain;
}

a.btn-main-block.header_button_request {
    width: 148px;
    height: 36px;
    text-transform: uppercase;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 0 0;
    font-size: 13px;
    line-height: 16px;
}

a.btn-main-block.header_button_request.mr10 {
    margin-right: 10px;
}
.wrapp_block_icon {
    flex: 1 1 auto;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.header-top .registration>a {
    display: none;
}
.header-top .wrapp_block_icon .registration {
    width: 50px;
    margin: 0;
    padding: 0;
    background-position: center;
}
.header-top .wrapp_block_icon .cart > a .desktop {
    display: none;
}
.header-top .wrapp_block_icon .cart > a {
    padding: 0;
}
.header-top .wrapp_block_icon .cart {
    width: 50px;
    height: 60px;
    padding: 0;
    margin: 0;
    background-position: center;
}
.header-top .wrapp_block_icon .count_compare_header {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}
.header-top .wrapp_block_icon .count_compare_header>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.header-top .wrapp_block_icon .count_compare_header .background_box {
    background: url(/local/templates/main/images/compare_20.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}
.header-top .wrapp_block_icon .count_compare_header>a>#compareList_count_header{
    position: absolute;
    color: white;
    font-size: 12px;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #2c3e6f;
    border-radius: 30px;
    box-shadow: 0 0 1px #8a94af;
    padding-top: 4px;
    padding-left: 1px;
    margin-top: -7px;
    top: 20px;
    right: 0;
}
.fancybox-inner .banner-form.header-form {
    width: 100%;
}
.banner-form.header-form {
    display: inline-block !important;
    background: #fff;
    margin: 0;
}
.banner-form.header-form button.submit {
    width: 100%;
}
#header .header-top {
    height: 58px;
}
.header-top .logo {
    /*margin: 12px 0 0 18px;*/
}
@media (max-width:1080px) {
    a.btn-main-block.header_button_request {
        display: none;
    }
}
@media (max-width:930px) {
    #main-menu>li>a {
        padding: 9px 20px;
    }
}
@media (max-width:885px) {
    #main-menu>li>a {
        padding: 9px 16px;
    }
}
/*253169*/
#f_feedback_FID125 .alx_feed_back_form_error_text,
#f_feedback_FID126 .alx_feed_back_form_error_text {
    font-size: 14px;
}
#alx_feed_back_theme3_FID125 .alx_feed_back_form_mess_ok,
#alx_feed_back_theme3_FID126 .alx_feed_back_form_mess_ok {
    font-size: 20px;
    text-align: center;
    max-width: 302px;
    margin: 0 auto;
}
#alx_feed_back_theme3_FID125 .styled-filebutton label.filebutton {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 41px;
    white-space: nowrap;
    max-width: 100%;
}

.header-top .wrapp_block_icon .registration.active {
    white-space: nowrap;
    width: initial;
    min-width: 30px;
    max-width: 100px;
}
.registration > span {
    padding: 4px 5px;
    display: inline-block;
}

.catalog_menu > li {
    background: #2C3E6F;
    position: relative;
    padding: 8px;
    cursor: pointer;
}

.catalog_menu > li > a {
    font-size: 13px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.catalog_menu > li:before {
    content:'';
    background:url("/local/templates/main/images/burger.png") no-repeat;
    width:29px;
    height:13px;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width:1200px) {
    .registration.active:hover {
        box-shadow: none;
    }
    .registration.active {
        max-width: 60px;
    }
    .registration > span {
        font-size: 13px;
    }
}

/*257511*/
.template_theme4 button.submit {
    max-width: 330px;
    width: 100%;
}
.alx_feed_back_form_error_text {
    font-size: 12px;
}
div.popup-window {
    z-index: 999999999;
}
@media (max-width:412px) {
    .g-recaptcha,
    .template_theme4 .element_recaptcha {
        transform: scale(0.7);
        position: relative;
        left: -30px;
    }
}

/*262828*/
.header-top .cart-window img {
    padding-right: 10px;
    max-width: 100px;
}
.header-top .cart-window .text-container {
    width: 138px;
}
.pop-up {
    z-index: 900000;
}
@media (max-width: 767px) {
    .registration-popup.popup-window input {
        width: 88%;
    }
    #header {
        z-index: 1000;
    }
    .registration-popup .checkbox-container {
        display: flex;
        margin-bottom: 20px;
        height: auto;
    }
    .registration-popup .checkbox-container>label {
        top: 6px;
    }

    body div.title-search-result {
        z-index: 2050 !important;
        position: fixed!important;
        top: 120px!important;
        max-height: calc(100% - 120px);
    }
}
@media (max-width: 400px) {
    body div.title-search-result {
        max-width: 100% !important;
        left: 0 !important;
        height: calc(100% - 120px);
    }
    body div.title-search-result>.title-search-result {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        display: block;
        width: 100%;
    }
    body div.title-search-result>.title-search-fader {
        height: 100%!important;
    }
}
/*262828*/
.popup-window.add-cart div.h1 {
    background: #2c3e6f;
    color: #fff;
    text-align: center;
}

.popup-window.add-cart .close-icon {
    top: 6px;
    right: 15px;
}

/*266579*/
.container-main-page-tight .slider_related.catalog {
    width: 100%;
}
.container-main-page-tight .slider_related .slick-next:before,
.container-main-page-tight .slider_related .slick-prev:before {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
    border-radius: 80px;
    width: 30px;
    padding: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    line-height: 0;
    background: #EBEAEF;
}
.container-main-page-tight .slider_related .slick-next:before {
    content: url(/local/templates/main/images/arrow-right-mobile-n.png);
    right: 10px;
}
.container-main-page-tight .slider_related .slick-prev:before {
    content: url(/local/templates/main/images/arrow-left-mobile-n.png);
    left: 10px;
}
.container-main-page-tight #catalog_sections_buttons {
    margin-top: 30px;
    margin-bottom: 40px;
}
@media (min-width:768px) and (max-width:1350px) {
    .container-main-page-tight #catalog_sections_buttons {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container-main-page-tight #catalog_sections_buttons>div {
        margin-bottom: 20px;
    }
}
#f_feedback_FID125 select,
#f_feedback_FID126 select {
    background: #fff;
    border: 1px solid #aaa;
    width: 100%;
    height: 40px;
    line-height: 38px;
    margin-top: 5px;
    padding-left: 10px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    color: #323232;
}
/*278632*/
.region.desktop>.wrap {
	/*position: relative;*/
    display: flex;
    align-items: center;
    gap: 25px;
}
.geo-location-confirm {
    position: absolute;
    left: -40px;
    top: 26px;
    background-color: #fff;
    width: 290px;
    padding: 18px 20px;
    border: 1px solid #eeeeee;
    margin-top: -3px;
    text-align: center;
    -webkit-box-shadow: 0px 6px 41px -8px rgb(154 164 166 / 82%);
    box-shadow: 0px 6px 41px -8px rgb(154 164 166 / 82%);
    z-index: 250;
}
.geo-location-confirm__triangle {
    content: "";
    position: absolute;
    top: -9px;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #eeeeee;
}
.geo-location-confirm__triangle:before {
    content: "";
    position: absolute;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: 2px;
    left: -8px;
}
.geo-location-confirm__your {
    margin-bottom: 11px;
		color: #232323;
}
.geo-location-confirm__controls a {
	  position: relative;
    display: inline-block;
    height: auto;
    padding: 0 21px;
    text-decoration: none;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: none;
    box-shadow: none;
    transition: 0s;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 0 3px;
}
.geo-location-confirm__controls .btn-confirm {
    color: #fff;
    background-color: #2c3e6f;
    border-color: #2c3e6f;
}
.geo-location-confirm__controls .popup-link {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

@media (max-width:767px) {
	.geo-location-confirm {
    left: 20px;
    top: 72px;
	}
	.popup-window.sity.open .region-holder {
		display: block;
	}
}

.delivery_ofice_wrapp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.delivery_ofice_wrapp>div {
    width: 48%;
}
@media (max-width:1020px) {
    .delivery_ofice_wrapp>div {
        width: 100%;
    }
}

/*block_tags*/
.block_tags_wrapp {
    margin: 20px 0 30px;
    padding: 0;
    position: relative;
}

.block_tags_main {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
}

.block_tags_main a {
    text-decoration: none;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    color: #337ab7;
    font-weight: bold;
    white-space: nowrap;
    border-radius: 20px;
    border: 1px solid #337ab7;
    margin: 0 10px 10px 0;
}
.block_tags_main a:hover {
    color: #fff;
    background: #337ab7;
}
@media screen and (max-width:500px) {
    .block_tags_wrapp {
        padding: 16px 10px 10px;
    }
}
@media screen and (min-width:768px) {
    #tabs .head-container.catalog-block-title {
        display: none;
    }
}
.section_bottom_description img {
    max-width: 100%;
}
.button-container.png {
    max-width: 100%;
}
.popup-window.add-cart .bt-curier .col-50 {
    width: 49%;
}
#geo_change_wrapp {
    min-width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer > div.footer-top.clear >.footer-bottom-block-one>ul:nth-child(3) {
    width: 100%;
    max-width: 220px;
}
#footer > div.footer-top>.footer-bottom-block-one::after {
    content: none;
}

/*295316*/
@media screen and (max-width:767px) {
    .mobile_link_phone {
        background: url(/local/templates/main/images/icon/phone-blue.png) no-repeat;
        width: 24px;
        height: 24px;
        display: block;
        background-size: contain;
        margin-bottom: 2px;
    }
}
/*296963*/
.mobile_filter_btn,
.mobile_check_vid {
    display: none;
}
.banner .text-wrap {
    max-width: 100%;
}
/*302181*/
.tg {
    background: url(/local/templates/main/images/tl_g.png) no-repeat;
}
/*304299*/
@media screen and (max-width:767px) {
    .bread-crumbs > div {
        padding-right: 8px;
        padding-bottom: 8px;
    }
    iframe {
        max-width: 100%;
    }
    .iframe_wrapp {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
    }
    .iframe_wrapp iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
/*306179*/
.footer-bottom-block-one .left-menu {
    display: flex;
    flex-direction: column;
    max-height: 170px;
    flex-wrap: wrap;
    flex: 1 1 auto;
}
.footer-bottom-block-one .left-menu li,
.footer-bottom-block-one .left-menu li a,
.footer-bottom-block-one .left-menu li a:visited,
.footer-bottom-block-one .left-menu li a:hover {
    font-size: 14px;
    color: white;
    text-decoration: none;
    background: none;
    padding: 0;
}
.footer-bottom-block-one .left-menu li a {
    line-height: 16px;
}
.footer-bottom-block-one .left-menu li {
    padding-bottom: 10px;
    max-width: 180px;
    margin-right: 0;
}

/*307804*/
.mobile-top-menu__parent {
    position: relative;
}
.mobile-top-menu__parent .arrow_child {
    background-image: url(/local/templates/main/images/icon/down-arrow_white_18.png);    
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}
.mobile-top-menu__parent.child_active>.arrow_child {
    background-image: url(/local/templates/main/images/icon/up-arrow_white_18.png);
}
.mobile-top-menu__parent:not(.child_active)>.catalog-inner-list {
    display: none!important;
}
.mobile-top-menu__parent.child_active>.catalog-inner-list {
    display: block;
}
.nav-drop .nav>li>a:hover,
.nav-drop .nav>li>a:focus {
    background-color: initial;
}
.mobile-top-menu__parent .catalog-inner-list li {
    margin: 0 33px 0 35px;
    font-size: 14px;
}
.mobile-top-menu__parent>.catalog-inner-list .catalog-inner-list li {
    margin: 0 33px 0 20px;
    font-size: 14px;
}
.mobile-top-menu__parent .mobile-top-menu__parent .arrow_child {
    top: 0;
    height: 40px;
    right: 0;
}
.mobile-top-menu__parent>a {
    margin-right: 70px; 
}
.mobile-top-menu__parent .mobile-top-menu__parent>a {
    margin-right: 50px;
}
/*307904*/
@media screen and (max-width:800px) {
    .section_bottom_description img {
        height: auto;
    }
}

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

    .select-container__title {
        font-size: 20px;
        font-weight: 700;
    }
    .filter .select-container .drop-list:before,
    .filter .select-container:before {
        content: none;
    }
    .sort_element_selected {
        display: none;
    }
    .select-container__wrapp {
        position: relative;
        margin: 0 0 20px;
    }
    .select-container__wrapp>.button-wait {
        position: absolute;
        right: 0;
        margin: 0 !important;
        bottom: 0;
    }
    .catalog .filter .select-container {
        display: flex!important;
        width: 100%;
        line-height: 20px;
        margin: 0;
        float: none!important;
    }
    .catalog .filter .select-container .drop-list {
        width: auto;
        display: flex!important;
        border: 0;
        position: static;
        height: auto;
        max-height: none;
    }
    .catalog .filter .select-container .drop-list li {
        padding: 0 15px;
    }
    .catalog .filter .select-container .drop-list li[data-sort="PROPERTY_MIN_PRICE"] {
        order: 0;
    }
    .catalog .filter .select-container .drop-list li[data-sort="shows"] {
        order: 1;
    }
    .catalog .filter .select-container .drop-list li[data-sort="PROPERTY_NOVINKA"] {
        order: 2;
    }
}
@media screen and (min-width:768px) and (max-width:1010px) {
    .catalog .filter .select-container {
        flex-direction: column;
    }
    .catalog .filter .select-container .drop-list {
        margin-top: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:900px) {
    .catalog .filter .select-container .drop-list {
        flex-wrap: wrap;
    }
    .catalog .filter .select-container .drop-list li {
        padding: 0 15px 15px;
    }
    .select-container__wrapp {
        margin: 0;
    }
}
@media screen and (max-width:767px) {
    .select-container__title {
        display: none;
    }
    .catalog .filter .select-container__wrapp .select-container {
        width: 200px;
    }
}

/*314323*/
@media screen and (min-width:768px) {
    .block_tags__switch {
        display: none !important;
    }
}
.block_tags__switch {
    display: none;
}
@media screen and (max-width:767px) {
    .block_tags_wrapp .block_tags_main {
        max-height: 80px;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    .block_tags_wrapp.open .block_tags_main {
        max-height: 1000px;
        transition: max-height 0.2s ease-in;
    }
    .block_tags__switch {
        text-align: center;
        padding: 10px 0 0;
        justify-content: center;
        align-items: center;
        color: #2c3e6f;
    }
    .block_tags__switch::before {
        content: "Показать полностью";
        display: inline-block;
        cursor: pointer;
    }
    .block_tags__switch::after {
        content: "";
        background: url(/local/templates/main/images/icon/down-arrow_2c3e6f_22.png) no-repeat;
        background-position: center;
        padding-left: 10px;
        width: 26px;
        height: 13px;
        background-size: contain;
        display: inline-block;
    }
    .block_tags_wrapp.open .block_tags__switch::after {
        transform: rotate(180deg);
    }
    .block_tags_wrapp.open .block_tags__switch::before {
        content: "Скрыть";
    }
}

.region-country .country-inner {
    flex-direction: column;
    max-height: 40px;
}

.region-country:first-of-type .country-inner {
    max-height: 690px;
}
.region-country .country-inner.count_1::after,
.region-country .country-inner.count_2::after,
.region-country .country-inner.count_3::after {
    content: "";
    display: block;
    height: 36px;
}
.region-country .country-inner.count_1::after {
    width: 75%;
}
.region-country .country-inner.count_2::after {
    width: 50%;
}
.region-country .country-inner.count_3::after {
    width: 25%;
}
div.popup-window.sity .country-link {
    font-size: 24px;
}
div.popup-window.sity .country-inner a.bold {
    font-weight: 700;
    font-size: 18px;
}
.block_tags_main a {
    font-weight: 300;
}
.filter .select-container .drop-list li {
    font-size: 15px;
}
.bx-filter-parameters-box-container>.btn {
    font-family: Calibri, Tahoma, sans-serif;
}
div.popup-window.sity .country-inner a:hover {
    color: #829ee9;
}
div.popup-window.sity .city-id-6.country-inner {
    flex-direction: row;
    flex-wrap: nowrap;
    max-height: none;
}
div.popup-window.sity .city-id-6.country-inner>div:first-of-type {
    flex-direction: column;
    display: flex;
    flex: 1;
}
div.popup-window.sity .city-id-6.country-inner>div:last-of-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(20, 1fr);
    grid-auto-flow: column;
    flex: 1 1 auto;
}
div.popup-window.sity .city-id-6.country-inner a {
    white-space: nowrap;
    width: 100% !important;
}
div.popup-window.sity .region-country {
    border: 0 !important;
}

@media screen and (max-width:880px) {
    div.popup-window.sity::before {
        content: none;
    }
}
@media screen and (max-width:750px) {
    div.popup-window.sity .country-inner a.bold {
        font-size: 16px;
    }
}
@media screen and (max-width:767px) {
    .popup-window.sity.open .region-holder {
        max-height: calc(100% - 50px);
    }
    .region-holder {
        max-width: none;
    }
    div.popup-window.sity .country-inner a {
        width: 25%;
        padding-left: 4%;
    }
    div.popup-window.sity .country-inner a {
        border-bottom: 1px solid #888888 !important;
        border-top: 0 !important;
    }

}
@media screen and (max-width:670px) {
    div.popup-window.sity .city-id-6.country-inner>div:last-of-type {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(30, 1fr);
    }
    div.popup-window.sity .city-id-6.country-inner>div:first-of-type {
        flex: 0 0 165px;
    }
}
@media screen and (max-width:650px) {
    div.popup-window.sity .country-inner a {
        width: 33%;
    }
    .region-country:first-of-type .country-inner {
        max-height: 1030px;
    }

}
@media screen and (max-width:470px) {
    div.popup-window.sity .city-id-6.country-inner>div:first-of-type {
        flex: 1;
    }
    div.popup-window.sity .city-id-6.country-inner>div:last-of-type {
        grid-template-columns: repeat(1, 1fr);
        flex: 1;
        grid-auto-flow: row;
    }
}
@media screen and (max-width:480px) {
    div.popup-window.sity .country-inner a {
        width: 50%;
    }
    .region-country .country-inner {
        max-height: 90px;
    }
    .region-country:first-of-type .country-inner {
        max-height: 1530px;
    }
    
}
