/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
    word-break: break-word;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

body {
    font-family: 'ClearSans',Arial,sans-serif;
    font-size: 16px;
    color: #0e3d6b;
    line-height: 1.2;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'KelsonSans';
    font-weight: 400;
}
h1,h2,h3,.h1,.h2,.h3{
    font-weight:300;
    text-transform:uppercase;
}

a {color: #337ab7;}
a:hover,a:active,a:focus {text-decoration: none;}


.orange-text {
    color: #ff8500;
}

.asWrap {

}
.asHeader {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
	        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    min-height: 35px;
    z-index: 100;
}
.aslogo {
	margin: 4px 0 0 0;
	float: left;
}
.asheaderPhone {
	float: left;
	text-decoration: none;
	font-family: 'KelsonSans';
    font-weight: 400;
	font-size: 14px;
    color: #212434;
    margin: 6px 0 0 44px;
    white-space: nowrap;
}
.asnavbar {
	float: left;
}

.asnavbarList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 0 0 29px;
	padding: 0;
}


.asnavbarList__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a.asnavbarList__link {
	display: inline-block;
    padding: 7px 11px 8px 11px;
    text-transform: uppercase;
    color: #044d91;
    font-family: 'KelsonSans';
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
    white-space: nowrap;
}




a.asnavbarList__link:hover {
	text-decoration: none;
}
.asnavbarSubList {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 180px;
    z-index: 10;
    max-height: 70vh;
}

.asnavbarList__item:hover .asnavbarSubList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
} 
.asnavbarSubList__item {
	background: #F7F7F7;
    position: relative;
}
.asnavbarSubList__item:hover {
	background: #ff8500;
}
a.asnavbarSubList__link {
    text-transform: uppercase;
    font-family: 'KelsonSans';
    font-weight: 400;
    font-size: 12px;
    color: #337ab7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px 10px 10px;

}
a.asnavbarSubList__link span {
    min-height: 34px;
}
.asnavbarSubList__item:hover a.asnavbarSubList__link {
	text-decoration: none;
	color: #fff;
}

.asnavbarSubListlevelTwo {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 10; 
    position: absolute;
    top: 0;
    left: 100%;
    width: 180px;
}

.asnavbarSubList__item:hover .asnavbarSubListlevelTwo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.asnavbarSubList--regions .asnavbarSubListlevelTwo {
    position: static;
    width: 100%;
}
.asnavbarSubList--regions .asnavbarSubListlevelTwo__item {
    background: #ebeaea;
}
.asnavbarSubList--regions .asnavbarSubList__item:hover .asnavbarSubListlevelTwo {
    display: none;
}


.asnavbarSubListlevelTwo__item {
    background: #F7F7F7;
    position: relative;
}
.asnavbarSubListlevelTwo__item:hover {
    background-color: #919191;
}
a.asnavbarSubListlevelTwo__link {
    font-family: 'KelsonSans';
    font-weight: 400;
    font-size: 12px;
    color: #337ab7;
    display: block;
    padding: 10px;
    position: relative;
}
.asnavbarSubListlevelTwo__item:hover a.asnavbarSubListlevelTwo__link {
    text-decoration: none;
    color: #fff;
    
}

.asnavbarSubList--regions a.asnavbarSubListlevelTwo__link {
    text-decoration: underline;
}



.asHeaderContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	padding: 0 80px 0 0;
}

.asLangList {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	z-index: 10;
}

.asLangList__item {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a.asLangList__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 11px 0 11px;
    text-transform: uppercase;
    color: #044d91;
    font-family: 'KelsonSans';
    font-weight: 400;
    font-size: 13px;
    -webkit-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
}
.asLangList__item.asLangList__item__active a.asLangList__link,
a.asLangList__link:hover
 {
	color: #fff;
	background: #FF8500;
	text-decoration: none;
}
.asLangList__item__divider {
	width: 1px;
	position: relative;
}
.asLangList__item__divider:before {
	content: '';
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 50%;
    background: #212434;
    -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    -webkit-transition: height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, height 0.3s ease 0s;
    transition: transform 0.3s ease 0s, height 0.3s ease 0s;
    transition: transform 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

  .asLangList:hover > .asLangList__item__divider:before {
    height: 100%;
    -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
 


  /* responsive menu */
.slicknav_menu {display: none;}
.slicknav_btn {position: absolute; display: block; cursor: pointer; z-index: 1;
	width: 20px;
	right: 10px;
	top: 0;
	-webkit-transform: translateY(50%);
	        -ms-transform: translateY(50%);
	    transform: translateY(50%);
}
.slicknav_btn.slicknav_open {
	top: 4px;
}
.slicknav_menu .slicknav_menutxt {display: none;}
.slicknav_menu .slicknav_no-text  {
	margin: 0;
	cursor: pointer;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
    height: 3px;
    background: #ff8500;
    margin-bottom: 3px;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:first-child + .slicknav_icon-bar{
	display: none;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:first-child {
	-webkit-transform: rotate(45deg);
	        -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	position: relative;
	left: 0px;
	top: 6px;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:last-child {
	-webkit-transform: rotate(-45deg);
	        -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	position: relative;
}

.slicknav_nav  {clear: both;
}
.slicknav_nav ul,
.slicknav_nav li  {display: block;}
.slicknav_nav .slicknav_arrow  {font-size: 0.8em;}
.slicknav_nav .slicknav_item  {cursor: pointer;}
.slicknav_nav .slicknav_row  {display: block;}
.slicknav_nav a  {display: block}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a  {display: inline}
.slicknav_menu:before,
.slicknav_menu:after  {content: " "; display: table;}
.slicknav_menu:after  {clear: both}
.slicknav_menu {position: fixed; top: 0; right: 0; z-index: 101;
	width: 100%;
}
.slicknav_nav {
    padding: 0 0 20px 0; 
    position: fixed; 
    top: 35px; left: 0; width: 100%;
	background: #fff;
    height: calc(100% - 35px);
}
.slicknav_nav, .slicknav_nav ul {overflow-y: scroll;}
.slicknav_nav ul {padding:0;}
.slicknav_nav .slicknav_row {padding:7px 0px; margin:2px 0px;}
.slicknav_nav a{padding:5px 10px; margin:2px 5px; text-decoration:none;}
.slicknav_nav .slicknav_row:hover {background:#FF8500; color:#fff;}
.slicknav_nav a:hover{background:#FF8500;color:#fff;}
.slicknav_nav .slicknav_txtnode {margin-left:15px;}




.asContainer {
	padding: 35px 0 0 0;
}
.asProductDesc__title {
	font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
    padding-bottom: 8px;
    border: none;
}

.breadcrumb {
    padding: 4px 8px;
    background: none;
}
.breadcrumb>li.breadcrumb__item {
    display: inline;
    font-size: 13px;
}
.breadcrumb__item span {
	color: #777;
    text-transform: uppercase;
}
.breadcrumb__link {
    text-transform: uppercase;
}
.breadcrumb__item .fa-home {
	color: #0e3d6b;
}
.asProductDesc_text {
	padding: 0 0 50px 0;
}
.asProductDesc_text.asProductDesc_text--nobotomMargin {
    padding-bottom: 0px;
}
.asProductDesc_text.asProductDesc_text--noMargin {
    padding-top: 0px;
    padding-bottom: 0px;
}


.asProductDescText__entry {
	line-height: 1.25;
    margin-bottom: 20px;
    text-align: justify;
}


.region-cities {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 170px;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 70px;
}
@media (max-width: 576px) {
    .region-cities {
        max-height: none;
        flex-direction: row;
    }
    .city-link {
        width: 50%;
    }
    
    .map-block,
    .map-offer {
        width: 100% !important;
    }
    .stocks-wrapper, .articles {
        padding: 30px 0 0 0 !important;
    }
    .stock-item {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.city-link {
    display: flex;
    margin-bottom: 20px;
}
.city-link .iconWrap {
    display: inline-block;
}
.city-link__icon {
    width: 35px;
    height: 35px;
}
.city-link .city-name {
    align-self: center;
    text-transform: uppercase;
}
.map-section {
    padding-bottom: 40px;
}
.map-section__top-text {
    margin-bottom: 40px;
}
.map-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.map-offer {
    padding: 0;
}
.map-wrapper .asServices {
    padding-top: 22px;
}
.map-wrapper .asServicesList__title {
    font-size: 13px;
}
.map-wrapper .asServicesList__item {
    font-size: 12px;
}

.stocks-section {
    padding-bottom: 40px;
}
.stocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 60px;
}
.stock-item,
.article {
    display: flex;
    flex-direction: column;
    padding: 0px 10px;
}
.stock-item {
    width: 33.333%;
    padding: 0 10px;
}

.stock-item-imgWrap,
.article-imgWrap {
    margin: 1em 0;
}
.stock-item-imgWrap figcaption::before {
    content: '';
    z-index: 2;
    width: 30%;
    height: 3px;
    display: block;
    position: relative;
    background: #ff8500;
    margin-bottom: 10px;
}
.stock-item-imgWrap figcaption,
.article-imgWrap figcaption {
    color: #a5948c;
    font-size: 9px;
    text-transform: uppercase;
}
.stock-item__img,
.article__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 165px !important;
}
.stock-item-imgWrap figcaption span {
    color: #ff8500;
}
.stock-item__title,
.article__title {
    margin-top: 0 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
.stock-item__description,
.article__description {
    font-size: 13px;
}
.stock-item__read-more,
.article__read-more {
    color: #ff8500;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: auto;
}

.ascategoriesNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ascategoriesNav__item {
	width: 105px;
	margin: 15px 15px 0 15px;
	text-align: center;
}
a.ascategoriesNav__link img {
	max-width: 105px;
	margin: 0 auto;
}
a.ascategoriesNav__link figure {
	margin: 0;
}
a.ascategoriesNav__link figcaption {
	font-size: 16px;
	display: block;
	padding: 20px 0 0 0;
	text-decoration: underline;
    text-align: center;
    color: #337ab7;
    font-family: 'ClearSans-Medium';
    line-height: 1.1;
}

.aspreambule {
	margin: 48px 0 0 0;

}
.aspreambule.aspreambule--noTopMargin {
    margin: 0;
}

.as__subtitle {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    font-size: 24px;
    font-family: 'ClearSans';
    margin: 0;
}
.as__subtitle:after {
	content: '';
    z-index: 2;
    width: 200px;
    height: 3px;
    display: block;
    position: relative;
    top: 10px;
    background: #ff8500;
}

.asServices {
    margin: 0;
    padding: 42px 0 0 0;
    list-style: none;
}
.asServices li {
    display: block;
    margin-bottom: 20px;
}
.asServices li h4 {
    font-weight: normal;
    margin: 0 0 8px 0;
    color: #FF8D11;
    font-family: 'ClearSans';
    text-transform: uppercase;
}
.asServices li p {
    font-weight: normal;
    line-height: 1.5;
    margin: 0px;
}
.asServices li p span {
	display: inline-block;
	font-weight: normal;
	margin: 0px;
	color: #B8B8B8;
	text-decoration: none;
	font-size: smaller;
}

.asServicesList {
	margin: 0;
}
.asServicesList__title {
    margin: 0 0 8px 0;
    color: #FF8D11;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
}
.asServicesList__item {
	font-weight: normal;
    line-height: 1.5;
}
.asServicesList__item small {
	color: #B8B8B8;
	text-decoration: none;
	font-size: 11px;
	display: block;
	position: relative;
	top: -3px;
}

.asShop {}
.asShop__title {
    position: relative;
    padding-bottom: 5px;
    font-size: 24px;
    font-family: 'ClearSans-Medium';
    text-transform: none;
}
.asShop__header {
	position: relative;
}
.asShop__header:before {
	content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 3px;
    bottom: -4px;
    left: 0px;
    background: #ff8500;
} 
.asShop__header:after {
	content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0px;
    background: #dae7f3;
} 
a.asShop__mapLink {
    outline: none;
    display: block;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    margin: 50px 0 0 0;
}

.icon {
    background: url(../img/icons/sprite-icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.icons-office-map-link {
	background-image: url(../img/icons/sprite-icons.png);
	position: relative;
	top: -4px;
	margin-right: 5px;
	background-position: 0px -529px;
    width: 11px;
    height: 15px;
}


.asShop_body {
	padding: 15px 0 0 0;
}

.icons-office-work-time {
    background-image: url(../img/icons/sprite-icons.png);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    background-position: 0px -589px;
    width: 16px;
    height: 16px;
}
.asShop_body .work-time-label {
	font-size: 10px;
    color: #FF8D11;
    text-transform: uppercase;
    font-family: 'ClearSans';
    font-weight: 600;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.asShop_body .work-days-bars {
	float: left;
}

.asShop_body .work-days-bars:after {
  content: "";
  clear: both;
  display: table;
}
.asShop_body .office-pay-icons {
	float: right;
	margin: 4px 0 0 0;
}

.asShop_body .office-pay-icons .icon {
	margin-left: 2px;
}

.asShop_body .icons-iq-energy-26,
.asShop_body .icons-warm-home-26,
.asShop_body .icons-credit-card-26,
.asShop_body .icons-has-credit-26,
.asShop_body .icons-has-installment-26 {
	background-image: url(../img/icons/sprite-icons.png);
}
.asShop_body .icons-office-contacts-link {
    display: inline-block;
    background-image: url(../img/icons/sprite-icons.png);
    background-position: 0px -452px;
    margin-right: 5px;
    margin-left: 5px;
    width: 15px;
    height: 14px;
}

.icons-iq-energy-26 {
    background-position: 0px -1125px;
    width: 26px;
    height: 26px;
}
.icons-warm-home-26 {
    background-position: 0px -1063px;
    width: 26px;
    height: 26px;
}
.icons-credit-card-26 {
    background-position: 0px -1032px;
    width: 26px;
    height: 26px;
}
.icons-has-credit-26 {
    background-position: 0px -1156px;
    width: 26px;
    height: 26px;
}
.icons-has-installment-26 {
    background-position: 0px -1187px;
    width: 26px;
    height: 26px;
}

.work-days-bars {
    position: relative;
    top: -3px;
}

.work-days-bars:before,
.work-days-bars:after {
    content: " ";
    display: table;
}

.work-days-bars:after {
    clear: both;
}

.work-days-bars .work-day {
    display: inline-block;
    font-size: 10px;
    color: #009900;
    text-align: center;
    text-transform: uppercase;
}

.work-days-bars .work-day + .work-day {
    margin-left: -2px;
}

.work-days-bars .work-day .work-day-name {
    display: block;
}

.work-days-bars .work-day .work-day-name.not-working {
    color: #8eb2d2;
}

.work-days-bars .work-day .work-day-bar {
    position: relative;
    height: 15px;
    line-height: 15px;
    background: #8eb2d2;
    min-width: 32px;
}

.work-days-bars .work-day .work-day-bar-inner {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #009900;
}

.work-days-bars .work-day .work-day-bar-text {
    position: relative;
    z-index: 3;
    color: #FFF;
    font-size: 11px;
    line-height: 14px;
    white-space: nowrap;
    letter-spacing: -1.1px;
    padding: 0 1px;
}

.work-days-bars .tooltip .tooltip-inner {
    white-space: nowrap;
}

.work-days-bars .tooltip + .work-day {
    margin-left: -2px;
}



.asShopPhoneList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.asShopPhoneList__item {
	color: #4779A0;
	padding-left: 28px;
	font-size: 16px;
}
.asShopPhoneList__item--phone {
	color: #ff8500;
	font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 0;
}

.asOfficeMap {
	padding: 30px 0 33px 0;

}
.asOfficeMapEntry {
	padding: 78px 0 0 0;
}
.asOfficeMapEntry .asBtnLink  {
	min-width: 190px;
}

.asOfficeMapEntry__title {
	margin: 0 0 4px 0;
    color: #FF8D11;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'ClearSans';
}

a.asBtnLink {
	display: inline-block;
	font-family: 'KelsonSans';
    font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 6px 15px 5px 15px;
	margin: 10px;
    text-transform: uppercase;
    max-width: 100%;
    background: #00bf2d;
}
a.asBtnLink:hover {
    opacity: 0.8;
}

a.asBtnLink.asBtnLink--default {
	background: #1f5e98;
}
a.asBtnLink.asBtnLink--primary {
	background: #ff8500;
}

a.asBtnLink-order {
    display: inline-block;
    font-family: 'ClearSans',Arial,sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 10px;
    text-transform: uppercase;
    background: #4bbe3f;
    padding: 7px 21px 5px 21px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 3px 0 0 #3a9731;
            box-shadow: 0 3px 0 0 #3a9731;
    border-radius: 8px;
    min-width: 178px;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
a.asBtnLink-order:hover {
   -webkit-transform: translateY(-2px);
           -ms-transform: translateY(-2px);
       transform: translateY(-2px);
   -webkit-box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
           box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
   opacity: 1.0;
}

.getPrice.getPrice-order a.asBtnLink-order {
    min-width: 178px;
}

.asOfficeMapEntry .asLinksWrap {
	margin: 0 0 0 -10px;
	padding: 5px 0 0 0;
}
.asProductBlock {
	padding: 25px 0 25px 0;
}

.asProductBlock.asProductBlock--doorsBlock {
    padding-bottom: 0;
    margin: 0 0 -27px 0;
}

.asAdvantagesWrap {
    margin: -10px 0 0 0;
    clear: both;
}
.asAdvantagesInteriorDoorsWrap {
    margin: -30px 0 0 0;
    clear: both;
}

.asProductBlock.asProductBlock--noMarginBottom {
    padding-bottom: 0;
}
.asProductBlock.asProductBlock--gate {
     padding-bottom: 13px;
}
.asProductBlock__content {
	padding: 15px 0 15px 0;
}
.asProductBlock__text {
	line-height: 1.25;
    margin-bottom: 20px;
    text-align: justify;
}
.asProductBlock__text--title {
    text-align: center;
    max-width: 980px;
    margin: 0 auto -10px auto;
    padding: 20px 0 0 0;
    line-height: 1.0;
    color: #1a1f32;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.asOffer {
	text-align: center;
	padding: 24px 0 0 0;
}
a.asOffer__link {
	display: block;
	font-size: 19px;
    text-decoration: none;

}

a.asOffer__link figure {
	margin: 0;
}
a.asOffer__link figcaption {
    text-decoration: underline;
    padding: 8px 0 5px 0;
    font-size: 23px;
}
a.asOffer__link:hover figcaption {
	border-bottom-color: #fff;
}
a.asOffer__link img {
	margin: 0 auto 11px auto;
}

.asPrice {
	padding: 8px 0 0 0;
	color: #666262;
}
.asPrice__count {
	color: #ff8500;
	font-weight: 600;
	font-size: 28px;
	padding: 0 0 0 9px;
}
.asPrice__currency {
	color: #044d91;
	font-size: 19px;
}

.asAdvantagesList {
	list-style: none;
	margin: 0;
	padding: 0 0 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    font-size: 14px;
}
.asAdvantagesList__item {
	-ms-flex-preferred-size: 33.3%;
	    flex-basis: 33.3%;
    font-family: 'ClearSans-Medium';
    margin-bottom: 11px;

}
.asAdvantagesList__item figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
    padding: 0 14px 0 0;
} 
.asAdvantagesList__item figure figcaption {
	padding: 0 0 0 10px;
	color: #0e3d6b;
	max-width: 300px;
}
a.asOuterLink {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    color: #0e3d6b;
    text-decoration: underline;
    margin: 0 0 37px 0;
    display: inline-block;
    font-family: 'KelsonSans';
}
a.asOuterLink:hover {
	text-decoration: none;
}

.asCatalogList {
	margin: 0;
	padding: 0;
	list-style: none;
}
.asCatalogList__item {
	padding: 0 0 20px 0;
}
.asCatalogList__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
}
.asCatalogList__wrap figure {
	-ms-flex-preferred-size: 153px;
	    flex-basis: 153px;
	margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.asCatalogList__wrap figure img {
    max-width: 100%;
    width: 100%;
}

.asCatalogList__content {
	text-align: center;
	max-width: 262px;
	padding: 0 28px;
}
a.asCatalogList__title {
	font-weight: 500;
    text-transform: none;
    text-decoration: underline;
    font-size: 20px;
    font-family: 'ClearSans';
    margin: 0;
    padding: 11px 0 0 0;
    display: block;
}
a.asCatalogList__title:hover {
	text-decoration: none;
} 
.asCatalogList__wrap .asPrice {
	padding: 4px 0 0 0;
}
.asCatalog {
	margin: 0;
	padding: 0 0 20px 0;
}
.asCatalog.asCatalog--general {
    margin: 0 0 8px 0;
    position: relative;
    top: -20px;
    padding: 0;
}

.asCatalogList.asCatalogList--leftDesc .asCatalogList__content {
	text-align: left;
	max-width: none;
	padding: 0 0 0 47px;
}


.asreviewsWrap {
	background: url(../img/reviews-bg.png) center 0 #e8f0f7;
	border-top: 1px solid #dae7f3;
    padding: 0 0 21px 0;
}
.asreviewsInner {
    border-top: 5px solid #fff;
}
.asreviewsWrap__title {
	position: relative;
    margin-top: 0;
    margin-bottom: 29px;
    padding-top: 30px;
    font-size: 36px;
    font-family: 'KelsonSans';
    font-weight:300;
}

.asreviewsWrap__title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}
.asreviewsWrap__title span {
    background: #ff8500;
    color: #FFF;
    padding: 0 5px;
}

.asreviewsBox {
	padding: 12px;
    position: relative;
    background: #FFF;
    margin-bottom: 10px;
}
.asreviewsBox__avatar {
	margin: 0;
}
.asreviewsBox__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
.asreviewsBox__avatar {
	-ms-flex-preferred-size: 40px;
	    flex-basis: 40px;
}
.asreviewsBox__avatar img {
	border: 1px solid #ccc;
}


.asreviewsBox__desc {
	padding: 0 0 0 15px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.asreviewsBox__title {
	font-family: 'ClearSans';
	margin: 0;
	font-weight: bold;
    line-height: 1.2;
    font-size: 14px;
    padding: 0 15px 0 0;
    text-transform: none;
}
.asreviewsBox__title a {
	color: #365899;
}
.asreviewsBox__social {
	position: absolute;
	right: 0;
	top: 0;
}
.asreviewsBox__social .fa-facebook-square {
	color: #365899;
}
.asreviewsBox__time {
	font-size: 12px;
    color: #90949c;
}
.asreviewsBox__entry {
	margin-top: 10px;
    position: relative;
}
.asreviewsBox__entry p {
	margin: 0;
    line-height: 1.24;
    color: #333;
    font-size: 14px;
}

a.asreviewsBox__more {
	position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    background: #FFF;
    color: #90949c;
    text-decoration: underline;
    font-size: 12px;
    line-height: 20px;
    height: auto;
    overflow: visible;
}
a.asreviewsBox__more:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 30px;
    background: -webkit-gradient(linear,left top, right top,from(rgba(255,255,255,0)),color-stop(50%, white),to(white));
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,white 50%,white 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,white 50%,white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}

.asreviewsWrap .asBtnLink {
	float: right;
	margin: 9px 0 0 0;
}

.articles-section {
    padding: 50px 20px;
}
.articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.article-imgWrap figcaption::before {
    content: '';
    z-index: 2;
    width: 30%;
    height: 3px;
    display: block;
    position: relative;
    background: #ff8500;
    margin-bottom: 10px;
}
.more-articles-btnWrap {
    text-align: center;
}

.asGoods {

}
.asGoods:before {
    content: '';
    display: block;
    border-top: 1px solid #dae7f3;
    margin-bottom: 5px;
}
.asGoods--withoutTopLine .asGoods__title:before {
    display: none;
}
.asGoods--withoutTopLine .asGoods__title {
    padding-top: 23px;
    margin-bottom: 7px;
}
.asGoods--withoutTopLine .asGoods__title.asGoods__title--examples {
    margin-bottom: 62px;
}

.asGoods--withoutTopLine:before {
    display: none;
}

.asGoods__title {
	font-size: 30px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 62px;
    padding-top: 73px;
    border: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #1a1f31;

}
.asGoods__title.asGoods__title--types {
    font-family: 'KelsonSans';
    color: #0e3d6b;
    font-weight: normal;
    margin-bottom: 20px;
}

.asGoods__title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}
.asGoods__subtitle {
    line-height: 0.875;
    text-align: center;
    max-width: 700px;
    margin: 0px auto 50px auto;
    font-family: 'Roboto', sans-serif;
    color: #1a1f31;
}

a.asGoods__item {
	text-align: center;
	text-decoration: none;
	margin: 33px 5px;
	display: block;
}
a.asGoods__item figure {
	margin: 0;
}
a.asGoods__item figure img {
	margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.asGoods__item figure img:hover {
    -webkit-animation: pulse 0.5s 1 linear;
            animation: pulse 0.5s 1 linear;
}

a.asGoods__item figure figcaption {
	text-decoration: underline;
	color: #0e3d6b;
	padding: 9px 0 0 0;
}
a.asGoods__item:hover {
	text-decoration: none;
}
a.asGoods__item:hover figure figcaption {
	text-decoration: none;
}
.asGoodsList {
    list-style: none;
    margin: 0;
    padding: 0 0 25px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.asGoodsList.asGoodsList--doors {
    max-width: 780px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.asGoodsList.asGoodsList--doors li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.asGoodsList li {
    -ms-flex-preferred-size: 16.666%;
        flex-basis: 16.666%;
}

.asFooter {
	background: #d5e7f3;
	padding-top: 30px;
    border-top: 5px solid #fff;
}
.asfooter__top {

}
.asFooterAction {
	position: relative;
	padding-top: 10px;
}
.asFooter__col {
	margin-bottom: 20px;
}
.asFooter__col:first-child {
	border-left: 0;
}
.asFooter__col {
	border-left: 1px solid #ff8500;
}

.asFooterAction:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    max-width: 50%;
    height: 3px;
    background: #ff8500;

}
a.asFooterAction__title {
	color: #fff;
    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
    background: url(../img/bg-footer-modal-link.png) scroll no-repeat right 0 transparent;
    white-space: nowrap;
    -webkit-transition: text-indent 0.2s ease-in-out 0s;
    -o-transition: text-indent 0.2s ease-in-out 0s;
    transition: text-indent 0.2s ease-in-out 0s;
    font-weight: normal;
    font-size: 24px;
    font-family: 'KelsonSans';
    font-weight: 400;
    text-transform: uppercase;
}
a.asFooterAction__title:hover {
    text-indent: 5px;
    color: #fff;
    text-decoration: none;
}
.asFooterAction__text {
    line-height: 1.12;
    padding-left: 8px;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #0e3d6b;
}
.asFooterAction__title .icon {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}
.icons-modal-link-footer-call {
    background-position: 0px -1613px;
    width: 48px;
    height: 40px;
}
.icons-modal-link-footer-gager {
    background-position: 0px -1568px;
    width: 48px;
    height: 40px;
}
.asFooterAction__title:hover .icon {
    -webkit-animation: footer-modal-link-ico-hover 0.5s linear 0s 1;
    animation: footer-modal-link-ico-hover 0.5s linear 0s 1;
}

.icons-modal-link-footer-sale {
    background-position: 0px -1658px;
    width: 48px;
    height: 40px;
}
.icons-modal-link-footer-marker-v2 {
    background-position: 0px -1523px;
    width: 48px;
    height: 40px;
}

.asFooter__bottom {
    border-bottom: 3px solid #ff8500;
    background: url(../img/asFooter__bottom--bg.png) scroll repeat 0 0 #1D5C9A;
    color: #FFF;
    
}

.asFooter__flexrow {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.asFooterInfo__logo {
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 3px solid #ff8500;
}
a.asFooterInfo__email {
    color: #ff8500;
    display: block;
    text-align: center;
    margin: 35px 0 24px 0;
}
a.asFooterInfo__email:hover {
    color: #ff8500;
}
.asFooterInfo {
    text-align: center;
    padding: 30px 15px 30px 15px;
    -ms-flex-preferred-size: 20.833%;
        flex-basis: 20.833%;
}
.asFooterInfo__copy {
    font-size: 12px;
}
.asFooterInfo__copy p {
    margin: 0;
}

.asFooterLinks {
    -ms-flex-preferred-size: 37.5%;
        flex-basis: 37.5%;
    padding: 30px 15px 30px 15px;
    background: rgba(0,0,0,0.2);
    position: relative;
}
.asFooterLists {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
}
.asFooterSubLists {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 0;
    visibility: hidden;
    opacity: 0;
}
.asFooterList__item--opened .asFooterSubLists {
    visibility: visible;
    opacity: 1;
}
.asFooterLists:before {
    content: "";
    z-index: 2;
    display: block;
    width: 50px;
    max-width: 50%;
    height: 2px;
    background: #ff8500;
    margin: 0 0 15px 0;
}
a.asFooterList__link {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    line-height: 16px;
    -webkit-transition: color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
}
a.asFooterList__link:hover {
    text-decoration: none;
}
a.asFooterList__link:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 0;
    background: url(../img/icons/sprite-icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 7px;
    background-position: 0px -91px;
}
.asFooterList__item--opened a.asFooterList__link,
.asFooterList__item:hover a.asFooterList__link {
    -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
        transform: translateX(10px);
    color: #ff8500;
}
.asFooterList__item--opened a.asFooterList__link:before,
.asFooterList__item:hover a.asFooterList__link:before {
    background-position: 0px -79px;
}
.asFooterSubLists:before {
    content: "";
    display: block;
    width: 0;
    max-width: 50%;
    height: 2px;
    background: #fff;
    -webkit-transition: width 0.2s ease-in-out 0s;
    -o-transition: width 0.2s ease-in-out 0s;
    transition: width 0.2s ease-in-out 0s;
    margin: 0 0 15px 0;
}
.asFooterList__item--opened .asFooterSubLists:before,
.asFooterList__item:hover .asFooterSubLists:before {
    width: 50px;
}
a.asFooterSubLists__link {
    display: inline-block;
    padding: 0 0 0 10px;
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
    position: relative;
    line-height: 16px;
    -webkit-transition: color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
    transition: color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
    -o-transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s,color 0.3s ease-in-out 0s,-webkit-transform 0.3s ease-in-out 0s;
}
a.asFooterSubLists__link:hover {
    text-decoration: none;
}
a.asFooterSubLists__link:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 0;
    background: url(../img/icons/sprite-icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 7px;
    background-position: 0px -91px;
}
.asFooterSubLists__item:hover a.asFooterSubLists__link {
    -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
        transform: translateX(10px);
    color: #ff8500;
}
.asFooterSubLists__item:hover a.asFooterSubLists__link:before {
    background-position: 0px -79px;
}
.asFooterSubscribe {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 30px 15px 30px 15px;
}
.asFooterSubscribe__phone {
    font-family: 'KelsonSans';
    font-weight:300;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    color: #fff;
}
.asFooterSubscribe__phone:hover {
    text-decoration: none;
    color: #fff;
}
.asFooterSubscribe__phone:before {
    content: "";
    display: block;
    z-index: 2;
    width: 50px;
    max-width: 50%;
    height: 2px;
    background: #ff8500;
    margin: 0 0 15px 0;
}

.asSubscribeForm {
    padding: 68px 0 0 0;

}
.asSubscribeForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    position: relative;
}
#subscribeEmail-error {
    position: absolute;
    left: 0;
    top: 28px;
    color: #ff0000;
    font-size: 12px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.asSubscribeForm__row:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #ff8500;
    width: 50px;
    max-width: 100%;
}
.asSubscribeForm__label {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'KelsonSans';
    font-weight: 400;
}
.asSubscribeForm__email {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    background: none;
    border: 0;
    color: rgba(255,255,255,0.3);
    overflow: hidden;
}
.asSubscribeForm__email::-webkit-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.asSubscribeForm__email:-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.asSubscribeForm__email::-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.asSubscribeForm__email::-moz-placeholder {
    color: rgba(255,255,255,0.3);
}
.asSubscribeForm__email::placeholder {
    color: rgba(255,255,255,0.3);
}
.asSubscribeForm__btn {
    font-family: 'KelsonSans';
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 0 15px;
    line-height: 31px;
    margin: 20px 0;
    text-transform: uppercase;
    background: #ff8500;
    border: 0;
    width: 100%;
}
.asSubscribeForm__btn:hover {
    opacity: 0.8;
}
.asFooterAdditional {
    padding: 30px 15px 30px 15px;
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
}
.asFooterAdditional:before {
    content: "";
    display: block;
    z-index: 2;
    width: 50px;
    max-width: 50%;
    height: 2px;
    background: #ff8500;
    margin: 0 0 12px 0;
}
.asFooterAdditionalList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.asFooterAdditionalList__item {
    margin: 0 0 4px 0;

}
a.asFooterAdditionalList__link {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 12px;
    text-decoration: none;
    position: relative;
    white-space: nowrap;
}
a.asFooterAdditionalList__link:hover {
    color: #fff;
    text-decoration: none;
}
a.asFooterAdditionalList__link:before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background: #FFF;
    -webkit-transition: width 0.2s ease-in-out 0s;
    -o-transition: width 0.2s ease-in-out 0s;
    transition: width 0.2s ease-in-out 0s;
}
a.asFooterAdditionalList__link:hover:before {
    width: 100%;
    right: auto;
    left: 0;
}

.icons-social-fb-2 {
    background-position: 0px -715px;
    width: 11px;
    height: 16px; 
}
.icons-social-tw-2 {
    background-position: 0px -652px;
    width: 20px;
    height: 16px;
}
.icons-social-yt-2 {
    background-position: 0px -471px;
    width: 20px;
    height: 14px;
}
.asFooterSocial {
    margin: 20px 0 0 0;
    padding: 15px 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.asFooterSocial__link {
    margin-right: 15px;
}
.asFooterSocial__link i {
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.asFooterSocial__link:hover .icon {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}

.asFooterSocial:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    max-width: 50%;
    height: 2px;
    background: #ff8500;
}

.asTopWrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}
.asTopWrapper .container {position: relative;}
a.asTop {
    position: absolute;
    right: -70px;
    bottom: 10px;
    height: auto;
    margin-top: -32px;
    padding: 50px 3px 3px;
    color: #ff8500;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    visibility: hidden;
    outline: none;
    opacity: 0;
    -webkit-transform: translateY(100px);
            -ms-transform: translateY(100px);
        transform: translateY(100px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.asTop.addVisible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
}

a.asTop:hover span.bg {
    background: #0e3d6b;
}
a.asTop:hover {
    color: #0e3d6b;
    text-decoration: none;
}
a.asTop span.bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    z-index: 1;
    background: #ff8500;
    -webkit-box-shadow: 0 0 7px -5px #000;
            box-shadow: 0 0 7px -5px #000;
}
a.asTop span.ico {
     background: url(../img/icons/sprite-icons.png) no-repeat;
    position: absolute;
    z-index: 3;
    top: 21px;
    left: 50%;
    margin-left: -5px;
    width: 11px;
    height: 6px;
    background-position: 0px -44px;
}

.asModal {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.asModal__shadow {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.8);
    z-index: 10;
}
.asModal__form {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    z-index: 11;
    background-color: #fff;
    border: 1px solid #999;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
            box-shadow: 0 3px 9px rgba(0,0,0,.5);
    width: 440px;
    padding: 30px;
}
.asModal__header {
    position: relative;
}
.asModal__title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
    color: #030C15;
    margin: 0;
}
.asModal__cloze {
    cursor: pointer;
    position: absolute;
    top: -24px;
    right: -16px;
    font-size: 22px;
    opacity: .2;
}
.asModal__body {
    padding: 22px 0 0 0;
}
.asModal__row {
    margin: 0 0 20px 0;
}
.asModal__field {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    padding: 0 12px;
    font-size: 16px;
}
.asModal__btn {
    font-family: 'KelsonSans';
    font-weight: 400;
	text-align: center;
	padding: 0 15px;
	line-height: 42px;
	border: 0;
    text-transform: uppercase;
    width: 100%;
    background: #ff8500;
    color: #fff;
}
.asModal__text {
    text-align: center;
    font-size: 11px;
    margin: 0;
    color: #8c8d8d;
}
.asModalBody {
    overflow: hidden;
}
.asModal__row label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    padding: 5px 0 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.asOfficeMap__map iframe {
    width: 100%;
    height: 306px;
    border: 0;
}

.listType_2 {
    margin: 0;
    padding: 46px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.listType_2__item {
    -ms-flex-preferred-size: 135px;
        flex-basis: 135px;
}
.listType_2__pic {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.listType_2__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 140px;
    padding: 0 10px;
}
.listType_2__img img {
    max-width: 100%;
}
.listType_2__link {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: underline;
}
.listType_2__pic figcaption {
    font-size: 13px;
    padding: 0 10px;
}

.videoCatalog {
}
.videoCatalog > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
}
.videoCatalog > .row > div[class^="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.videoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
}
.videoBlock .as__subtitle {
    margin: 0 0 20px 0;
}
.videoBlock__source {
    position: relative;
}

.videoBlock__source iframe {
    width: 100%;
    border: 0;
    position: relative;
}

@keyframes footer-modal-link-ico-hover {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@-webkit-keyframes footer-modal-link-ico-hover {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}


.asCarousel {
    padding: 0 60px 0 60px;
}

.asCarousel__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.asCarousel__item a {
    display: block;
    margin-bottom: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0 7px 0 8px;
}
.asCarousel__item a img {
    height: 212px;
    -o-object-fit: cover;
       object-fit: cover;
}


.asCarousel--big {
    padding: 0 60px 0 60px;
    margin-bottom: 63px;
}

.asCarousel--big__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

}
.asCarousel--big__item a {
    display: block;
    margin-bottom: 15px;
}
.asCarousel--big__item a img {
    height: 158px;
    -o-object-fit: cover;
       object-fit: cover;
}



.asWrap .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    height: 30px;
}
.asWrap .owl-carousel .owl-stage-outer {
    z-index: 10;
}

.asWrap .owl-carousel .owl-nav button {
    background: url(../img/asCarouselArrow.svg) no-repeat;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    text-indent: -9000px;
    overflow: hidden;
}
.asWrap .owl-carousel .owl-nav button:focus {
    outline: none;
}
.asWrap .owl-carousel .owl-nav button:hover {
    opacity: 0.5;
}
.asWrap .owl-carousel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: auto;
}

.asWrap .owl-carousel .owl-nav button.owl-next {
    right: -60px;
}
.asWrap .owl-carousel .owl-nav button.owl-prev {
    left: -60px;
    -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
}
.asWrap .owl-carousel .owl-dots {
    text-align: center;
    padding: 0;
}
.asWrap .owl-carousel .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    display: block;
    margin: 8px;
}
.asWrap .owl-carousel .owl-dot.active span {
    background: #ff8500;
}

.listType_1 {
    margin: 0 0 30px 0;
    padding: 0 30px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.asWrap .listType_1 .owl-carousel .owl-nav button.owl-next {
    right: -30px;
}
.asWrap .listType_1 .owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.listType_1__item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    position: relative;
}
.listType_1__pic {
    margin: 39px 10px 15px 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.listType_1--onlyPhoto .listType_1__pic {
    margin: 10px;
}

.listType_1__img {
    min-height: 216px; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    padding: 10px;  
    -webkit-box-pack: center;  
        -ms-flex-pack: center;  
            justify-content: center;
}
.listType_1.listType_1--withSizes .listType_1__pic {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
}
.listType_1.listType_1--withSizes .listType_1__title {
    padding-bottom: 0;
    margin-top: 20px;
}
.listType_1.listType_1--withSizes {
    padding: 0 10px;
}


.listType_1__img img {
    max-width: 100%;
    width: auto!important;
}
.listType_1__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.listType_1__link figcaption {
    text-decoration: underline;
    font-size: 16px;
    padding: 10px;
}
.listType_1__item .asPrice {
    margin-bottom: 6px;
    padding: 0;
}
.price__text {
    line-height: 1.25;
    color: #0e3d6b;
    margin-bottom: 10px;
    text-align: justify;
}

.price__text--firstBlock {
    padding-top: 25px;
}

.colorsList {
    margin: 0 auto;
    padding: 0;
    max-width: 940px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.colorsList__item {
    -ms-flex-preferred-size: 105px;
        flex-basis: 105px;
    margin: 15px 20px 20px 20px;
}
.colorsList__item figure {
    margin: 0;
    position: relative;
}
.colorsList__item figure img {
    max-width: 100%;
}
.colorsList__item figure figcaption {
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    background: #fff;
    text-align: center;
    font-family: 'KelsonSans';
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    color: #ff8500;
}
.colorsBtnWrap {
    text-align: center;
    padding: 18px 0 0 0;
}
.nonStandardList {
    margin: 0;
    padding: 14px 0 40px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.nonStandardList__item {
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
}
.nonStandardList__pic {
    margin: 0;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nonStandardList__img {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.nonStandardList__img img {
    max-width: 100%;
    display: block;
}
.nonStandardList__link {
    text-decoration: underline;
}
.nonStandardList__pic figcaption {
    text-align: center;
}

.ourOffices {
    background: url(../img/ourOffices-bg.png) center 0 #e8f0f7;
    margin: 5px 0 0 0;
}

.ourOffices__row {
    margin-right: -15px;
    margin-left: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ourOffices__mapCol {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}
.ourOffices__listCol {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    background: url(../img/ourOffices_mapCol_bg.png);
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.ourOffices__descCol {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
}


.ourOffices__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 29px;
    padding-top: 30px;
    font-size: 36px;
    color: #0e3d6b;
    font-family: 'KelsonSans';
    font-weight: 300;
}

.ourOffices__title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}
.ourOffices__title span {
    background: #ff8500;
    color: #FFF;
    padding: 2px 5px;
    position: relative;
}
.ourOffices__map {
    margin: 0;
    padding: 0 15px 0 0;
}
.ourOffices__map img {
    max-width: 100%;
}
a.asBtnLink.ourOffices__btn {
    margin: 15px 0;
}

.ourOffices_Tablist {
    margin: 0;
    padding: 45px 0;
    list-style: none;
}
.ourOffices_Tablist:before {
    content: "";
    position: relative;
    left: 60px;
    display: block;
    width: 100px;
    max-width: 50%;
    height: 3px;
    background: #FFF;
    margin-bottom: 25px;
}

.ourOffices_Tablist__item {
    position: relative;
    margin-bottom: 7px;
    -webkit-transition: background-color 0.1s ease-in-out 0s;
    -o-transition: background-color 0.1s ease-in-out 0s;
    transition: background-color 0.1s ease-in-out 0s;
}
a.ourOffices_Tablist__link {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    height: 25px;
    line-height: 25px;
    padding-right: 5.14%;
    padding-left: 20%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    position: relative;
    outline: none;
    -webkit-transition: text-indent 0.2s ease-in-out 0s;
    -o-transition: text-indent 0.2s ease-in-out 0s;
    transition: text-indent 0.2s ease-in-out 0s;
}
a.ourOffices_Tablist__link:hover,
a.ourOffices_Tablist__link:visited,
a.ourOffices_Tablist__link:active {
    color: #fff;
    text-indent: 10px;
}
.ourOffices_Tablist__link.active {
    text-indent: 10px;
}
.ourOffices_Tablist__link:before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 7px;
    background: url(../img/icons/sprite-icons.png) no-repeat;
    background-position: 0px -91px;
    width: 4px;
    height: 7px;
}

.ourOffices_Tablist__item:hover {
    background: rgba(58,126,192,0.6);
}
.ourOffices_Tablist__item--active,.ourOffices_Tablist__item--active:hover {
    background: #3a7ec0;
}

.ourOffices_Tablist__item:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 0;
    width: 0;
    border-left: 12px solid #3a7ec0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ourOffices_Tablist__item--active:before {
    right: -12px;
    opacity: 1;
}

.ourOffices__descColInner {
    padding: 45px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.ourOfficesTabs__text {
    line-height: 1.25;
    color: #0e3d6b;
    margin-bottom: 20px;
}
.ourOfficesTabs .ourOffices__title {
    margin-bottom: 15px;
}
.ourOffices__info {
    padding-top: 10px;
    font-size: 22px;
    font-family: 'KelsonSans';
    font-weight: 400;
    text-transform: uppercase;
    color: #0e3d6b;
    position: relative;
}
.ourOffices__info:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100px;
    height: 3px;
    background: #ff8500;
}
.ourOfficesTabs {
    padding-bottom: 25px;
}
.ourOfficesTabs__item {
    display: none;
}
.ourOfficesTabs__item.ourOfficesTabs__item--active {
    display: block;
}
.ourOfficesWrap {
    border-top: 1px solid #dae7f3;
}

.listType_3 {
    margin: 0;
    padding: 14px 0 40px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listType_3__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.listType_3__pic {
    margin: 0;
    padding: 5px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.listType_3__img {
    min-height: 148px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listType_3__img img {
    max-width: 100%;
    width: 263px;
    height: 148px;
}
.listType_3__link {
    text-decoration: underline;
}
.listType_3__pic figcaption {
    text-align: center;
    font-size: 16px;
    padding: 15px 0 0 0;
    width: 70%;
    margin: 0 auto;
    max-width: 100%;
}

.listType_4 {
    margin: 0 -15px;
    padding: 0 0 45px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listType_4.listType_4--doors {
    padding: 0;
}
.listType_4.listType_4--doors .listType_4__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.listType_4.listType_4--doors .listType_4__footer {
    padding-top: 25px;
}
.listType_4__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}
.listType_4__header {
    padding: 0 15px;
}
.listType_4__footer {
    padding: 0 15px;
    text-align: center;
}
.listType_4__img {
    margin: 0;
}
.listType_4__img img {
    max-width: 100%;
}
.listType_4__title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    font-size: 20px;
    font-family: 'ClearSans-Medium';
    margin: 0 0 15px 0;
}
.listType_4__title a {
    color: #0e3d6b;
}
.listType_4__title:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 3px;
    bottom: -2px;
    left: 0px;
    background: #ff8500;
}
.listType_4__text {
    color: #1a1f31;
    margin-bottom: 20px;
    font-family: 'KelsonSans';
    line-height: 1.28;
    font-weight:300;
}

.listType_4--popular {
    padding: 27px 0 0 0;
}


.portfolioList {
    margin: 0;
    padding: 0 0 55px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.portfolioList__item {
    width: 25%;
}
.portfolioList__link figure {
    margin: 11px 15px;
}
.portfolioList__link figure img {
    max-width: 100%;
    min-height: 200px;
}
.asCatalog__entry {
    padding: 40px 0 0 0;
}
.asCatalog__text {
    line-height: 1.25;
    color: #0e3d6b;
    margin-bottom: 20px;
    text-align: justify;
}
.asCatalog.asCatalog--doors {
    padding: 0 0 24px 0;
}
.asCatalog.asCatalog--doorsInterroom {
    padding: 52px 0 40px 0;
}

.priceList {
    color: #0e3d6b;
}
.priceList dt {
    font-weight: 400;
    margin: 0 0 10px 0;

}
.priceList dd {
    padding: 0 0 0 20px;
    margin: 0 0 8px 13px;
    position: relative;
}
.priceList dd:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e3d6b;
    position: absolute;
    left: 0;
    top: 10px;
}

.setRow.setRow--first {
    margin-top: 57px;
}

.setRow .asPrice {
    padding-left: 25px;
}

.asPrice_withoutDiscount {
    text-align: center;
    color: #666262;
    margin: 0;
}
.asPrice_withoutDiscount .line-through {
    color: #666262;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}
.asPrice_withoutDiscount .line-through:after {
    left: 0;
    top: 50%;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #bb3545;
}

.listType_1__item__discount {
    background-color: #ff0000;
    color: #fff;
    border-radius: 10px;
    min-width: 80px;
    max-width: 100px;
    height: 47px;
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 4;
}

.listType_1__item__discount p {
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.listType_1__item__discount h5 {
    margin: 0;
    line-height: 1;
    font-size: 13px;
    font-family: Arial Black,Arial Bold,Gadget,sans-serif; 

}
.listType_1__item__pay {
    background: url(../img/part_pay.png) no-repeat;
    width: 39px;
    height: 40px;
}

.listType_1__item__info {
    position: absolute;
    left: 0;
    top: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.catalogExclusive {

}
.catalogExclusive__title {
    font-size: 30px;
    color: #0e3d6b;
    margin-top: 0;
    margin-bottom: 42px;
    padding-top: 73px;
    border: none;
    font-family: 'KelsonSans';
    font-weight: 400;
    text-align: center;
}
.catalogExclusive__title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}

.catalogExclusiveList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.catalogExclusiveList__item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin: 25px 0;
}
.catalogExclusiveList__item a img {
    max-width: 100%;
}
.catalogExclusive__wrap {
    text-align: center;
    padding: 15px 0 30px 0;
}
.catalogExclusive__btn {
    display: block;
    text-align: center;
}
.typesGoodsSeparator {
    height: 45px;
}

.listType_1 a.asBtnLink.asBtnLink--primary {
    background: #4bbe3f;
    font-family: 'ClearSans',Arial,sans-serif;
    letter-spacing: 1px;
    padding: 7px 21px 5px 21px;
    -webkit-box-shadow: 0 3px 0 0 #3a9731;
            box-shadow: 0 3px 0 0 #3a9731;
    border-radius: 8px;
    font-size: 20px;
    min-width: 178px;
    max-width: 100%;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.listType_1 a.asBtnLink.asBtnLink--primary:hover {
   -webkit-transform: translateY(-2px);
           -ms-transform: translateY(-2px);
       transform: translateY(-2px);
   -webkit-box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
           box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
   opacity: 1.0;
}

.as__subtitleCenter {
    text-align: center;
    font-family: 'ClearSans-Bold';
    font-size: 24px;
    color: #003b6d;
    padding: 0 0 35px 0;
}
.glazingPic {
    margin: 0;
    text-align: center;
}
.glazingPic img {
    max-width: 100%;
}

.glazingList {
    margin: 0;
}
.glazingList__title {
    font-family: 'ClearSans';
    font-size: 22px;
    color: #005c9d;
    margin: 0  0 12px 0;
    font-weight: normal;
}
.glazingList__subtitle {
    font-family: 'ClearSans';
    font-size: 16px;
    color: #005c9d;
    text-transform: none;
    margin: 0 0 16px 0;
    font-weight: bold;
}
.glazingList__text {
    line-height: 1.2;
    font-size: 15px;
}
.glazingList__item {
    padding-bottom: 5px;
    font-size: 15px;
}
.glazingSublist {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.glazingSublist__item {
    line-height: 1.2;
}
.glazingBtnWpar {
    text-align: center;
}
.glazingBtnWpar.glazingBtnWpar--cold {
    margin-top: 54px;
}
.asProductBlock--glazing {
    margin-bottom: 37px;
    padding-top: 5px;
}

.glazingList--warm .glazingList__title,
.glazingList--warm .glazingList__subtitle {
    color: #ff8500;
}
.asProductBlock--glazing .col-sm-3 {
    width: 25%;
}
.asProductBlock--glazing .col-sm-6 {
    width: 50%;
}
.categoriesBlock {
    padding: 0 0 60px 0;
}




.benefits {
    padding: 17px 0 55px 0;
}

.benefits .asServices,
.conditionsWrap .asServices {
    padding: 18px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.benefits .asServices li,
.conditionsWrap .asServices li {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}

.benefitsBlock {
    background: url(../img/reviews-bg.png) center 0 #e8f0f7;
    padding: 20px;
}


.benefitsBlock__title {
    position: relative;
    margin: 2px 0 0 0;
    font-size: 36px;
    font-weight: 300;
}
.benefitsBlock__title span {
    background: #ff8500;
    color: #FFF;
    padding: 0 5px;
}

.benefitsList {
    margin: 0;
    padding: 24px 0 0 0;
    list-style: none;

}
.benefitsList__item {
    position: relative;
}

.benefitsList__item {
    padding-left: 20px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 8px;
}

.benefitsList__item:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 8px;
    background: url(../img/icons/sprite-icons.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 8px;
    background-position: 0px -103px;
}


.benefits .asOfficeMapEntry {
    padding: 7px 0 0 0;
    max-width: 470px;
    margin: 0 auto;
}

.benefits .asOfficeMapEntry .asLinksWrap {
    padding: 0;
    margin-top: -5px;
}

.getPrice {
    text-align: center;
    padding: 20px 0 0 0;
}
.getPrice a.asBtnLink {
    min-width: 220px;
}

.getPrice .asPrice {
    padding-bottom: 5px;
}

a.asOffer__link figure.asOffer__figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
a.asOffer__link .asOffer__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 767px) {
    .asOffer__img {
        max-width: 60%;
    }
}

a.asOffer__link .asOffer__img.asOffer__img--shadow {
    margin-bottom: -23px;
}

a.asOffer__link .asOffer__img img {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}

.asProductRow {
}

.asProductRow .asOffer__figure {
    height: 100%;
}
.asProductRow .asOffer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.asProductRow .asOffer__link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.asProductRow > div[class^="col-"] {
    /*-webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;*/
}

.discountWrap {
    background: url(../img/reviews-bg.png) center 0 #e8f0f7;
    padding: 47px 20px 47px 20px;
    margin-bottom: 40px;
}

.discountBox {
    width: 210px;
    background: #ff8500;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgba(68,68,68,0.3);
            box-shadow: 0 0 15px rgba(68,68,68,0.3);
    position: relative;
}
.discountBox__label {
    background: url('../img/discountBox__label.png') no-repeat;
    width: 83px;
    height: 83px;
    position: absolute;
    left: -11px;
    top: -8px;
}
.discountBox__label span {
    -webkit-transform: rotate(315deg);
            -ms-transform: rotate(315deg);
        transform: rotate(315deg);
    color: #fff;
    position: absolute;
    left: 4px;
    top: 12px;
}

.discountBox__inner {
    width: 100%;
    height: 136px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(68,68,68,0.3);
            box-shadow: inset 0 0 5px rgba(68,68,68,0.3);
}
.discountBox__bg {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    position: absolute;
    background: #fd992d;
    right: -55px;
    bottom: -145px;
}
.discountBox__title {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3px 10px 0 10px;
}
.discountBox__title span {
    color: #fff;
    font-size: 22px;
    margin-left: auto;
    padding: 0 9px 0 0;
}
.discountBox__title_no-rehau span{
    margin: 0 auto;
}
.discountBox__procent {
    position: relative;
    z-index: 2;
    font-size: 80px;
    font-family: 'ClearSans-Bold';
    color: #fff;
    text-align: center;
    line-height: 1.0;

}
.discountBox__procent sup {
     font-size: 30px;
     top: -35px;
}
.discountBox--right {
    float: right;
}

.discountInner {
    text-align: center;
}
.discountInner__message {
    font-family: 'KelsonSans';
    font-weight: 600;
    color: #004993;
    text-transform: uppercase;
    font-size: 33px;
}
.discountInner__title {
    color: #003b6d;
    font-size: 20px;
    font-family: 'ClearSans';
    margin: 22px 0 10px 0;
}
.discountInner__title strong {
    font-family: 'ClearSans-Bold';
}
.discountInner__text {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'ClearSans';
    margin: 0;
}
.discountInner__text span {
    font-family: 'ClearSans-Bold';
    color: #ff8500;
}
.discountInner__text i {
    font-family: 'ClearSans-Bold';
    font-style: normal;
}

.conditionsWrap {
    padding: 27px 0 27px 0;
}
.conditionsBlock {
    background: url(../img/reviews-bg.png) center 0 #e8f0f7;
    padding: 80px 26px 72px 26px;
}
.conditionsBlock .asOfficeMapEntry {
    padding: 0;
}
.conditionsBlock a.asBtnLink {
    margin-left: 2px;
    margin-right: 2px;
}
.conditionsBlock .asOfficeMapEntry .asLinksWrap {
    margin-left: -1px;
    padding: 0;
}
.conditionsBlock .asOfficeMapEntry__text {
    margin-bottom: 0;
}

.attentionList {
    margin: 0;
    padding: 0 0 50px 0; 
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.attentionList__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
}
.attentionList__pic {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    min-height: 130px;
}
.attentionList__pic figcaption {
    font-size: 19px;
    text-transform: uppercase;
    padding: 0 5px;
}
.attentionList__pic img {
    margin: 0 5px;
}
.attentionList__text {
    padding: 0 10px;
}
.asProductBlock.asProductBlock-withoutanchors {
    padding-top: 45px;
}
.asProductBlock.asProductBlock-withoutanchors .nonStandardList {
    padding-top: 29px;
}
.row--attention {
    padding-top: 29px;
}

.profileSystemsOuter {
    position: relative;
}
.profileSystems {
    padding: 0 0 50px 0;
}
.profileSystems__title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 25px 0;
    font-family: 'KelsonSans';
}

.profileSystemsList {
    margin: 0;
    padding: 18px 0 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.profileSystemsList__item {
    -ms-flex-preferred-size: 262px;
        flex-basis: 262px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 5px 25px 5px;
}
.profileSystemsList__title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    font-size: 22px;
    font-family: 'ClearSans-Medium';
    margin: 0;
}
.profileSystemsList__title:after {
    content: '';
    z-index: 2;
    width: 200px;
    max-width: 100%;
    height: 3px;
    display: block;
    position: relative;
    top: 4px;
    background: #ff8500;
}
.profileSystemsList__title a {
    color: #0e3d6b;
}
.profileSystemsList__subtitle {
    color: #888;
    text-transform: uppercase;
    font-size: 12px;
    padding: 7px 0 0 0;
}
.profileSystemsList__text {
    margin: 0;
    line-height: 1.15;
    padding: 9px 0 0 0;
}
.profileSystemsList__pic {
    margin: 15px 0;
    text-align: center;
    height: 214px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.profileSystemsList__pic img {
    max-width: 100%;
}
.profileSystemsBox {
    background: url(../img/reviews-bg.png) center 0 #e8f0f7;
    width: 100%;
}
.profileSystemsBox__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.profileSystemsBox__row:nth-child(odd) .profileSystemsBox__col_1 {
    background: rgba(255,255,255,0.5);
}
.profileSystemsBox__row > div {
    min-height: 30px;
}
.profileSystemsBox__col_1 {
    -ms-flex-preferred-size: 44.74%;
        flex-basis: 44.74%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7px 0 7px;
    position: relative;
}
.profileSystemsBox__col_2 {
    background: url(../img/asFooter__bottom--bg.png) scroll repeat 0 0 #1D5C9A;
    -ms-flex-preferred-size: 55.26%;
        flex-basis: 55.26%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 7px 0 7px;
}
.profileSystemsBox__label {
    color: #5d696a;
    text-transform: uppercase;
    font-size: 9px;
}
.profileSystemsBox__labelWrap .fa-question-circle {
    font-size: 10px;
    color: #5d696a;
    margin-right: 5px;
}
.profileSystemsBox__inner {
    border-bottom: 1px solid #2c84b6;
    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;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.profileSystemsBoxStars {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.profileSystemsBoxStars__item {

}
.profileSystemsBoxStars__star {
    background: url(../img/icons/bg-stars.png) no-repeat;
    width: 20px;
    height: 13px;
    display: inline-block;
}
.profileSystemsBoxStars__star.profileSystemsBoxStars__star--active {
    background-position: 0 -13px;
}
.profileSystemsBox__labelWrap {
    padding-bottom: 1px;
    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;
    cursor: pointer;
}
.profileSystemsBox__tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 180px;
    padding: 10px;
    background: #fffac1;
    border: 1px solid #dedede;
    font-size: 12px;
    color: #333;
    -webkit-transform: translateX(-210%);
            -ms-transform: translateX(-210%);
        transform: translateX(-210%);
    line-height: 1.1;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.profileSystemsBox__tooltip--visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-105%);
            -ms-transform: translateX(-105%);
        transform: translateX(-105%);
}


.profileSystemsBox__tooltip:before {
    content: '';
     width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fffac1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(7px,-5px);
            -ms-transform: translate(7px,-5px);
        transform: translate(7px,-5px);
    z-index: 3;
}
.profileSystemsBox__tooltip:after {
    content: '';
     width: 0; 
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #dedede;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(8px,-5px);
            -ms-transform: translate(8px,-5px);
        transform: translate(8px,-5px);
    z-index: 2;
}
.profileSystemsBox__text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.profileSystemsBox__text i {
    display: block;
    font-style: normal;
    color: #83abd2;
    font-size: 10px;
    position: relative;
    top: -2px;
    line-height: 1.0;
    padding: 3px 0;
}
.profileSystems__btnWrap {
    text-align: center;
    width: 100%;
}
.systemsCall {
    text-align: center;
    padding: 115px 15px 0 15px;
}
.systemsCall__title {
    font-size: 16px;
    color: #ff8b00;
    text-transform: none;
    font-family: 'KelsonSans';
    margin: 0 0 12px 0;
    font-weight: 400;
}
.systemsCall__text {
    margin: 0;
    line-height: 1.15;
    padding: 9px 0 29px 0;
}
.systemsCallWrap a.asBtnLink {
    width: 100%;
    margin: 0 0 13px 0;
}
.asProductBlock.asProductBlock--plasticBalconies {
    padding-top: 54px;
    padding-bottom: 10px;
}
.listType_1__title {
    font-size: 18px;
    padding: 0 10px 20px 10px;
    color: #1a1f31;
    line-height: 1.0;
    margin-top: auto;
    font-weight: 600;
    width: 100%;
}
.profileSystemsSecond {
    padding: 22px 0 0 0;
}
.videoCatalogBtnWrap {
    text-align: center;
    padding-bottom: 45px;
}

.videoCatalogList .videoBlock .as__subtitle {
    min-height: 55px;
}
.videoCatalogList__item .videoBlock {
    margin-bottom: 35px;
}
.asWrap .videoCatalogList.owl-carousel .owl-dot span {
    width: 37px;
    height: 10px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #e8e8e8;
    outline: none;
}
.asWrap .videoCatalogList.owl-carousel .owl-dot.active span {
    background: #ff8600;
    border-color: #ff8600;
}

.profileSystemsWrap {
    border-top: 1px solid #dae7f3;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
}
.profileSystemsWrap .container {
    position: relative;
}

.profileSystemsWrap .container:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 15px;
    top: -5px;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}
.profileSystemsWrap .profileSystems {
    padding-bottom: 20px;
}

.windowsSystems {
    padding: 17px 0 3px 0;

}
.windowsSystemsTable__pic {
    margin: 0;
}
.windowsSystemsTable__pic img {
    max-width: 100%;
}

.windowsSystemsTable {
    table-layout: fixed;
}
.windowsSystemsTable__col_1 {
    width: 40.48%;
}
.windowsSystemsTable.table>thead>tr>th {
    border: 0;

}
.windowsSystemsTable.table>tbody>tr:nth-child(even)> td {
    background: #e9f1f8;
} 
.windowsSystemsTable.table>tbody>tr>td {
    border: 0;
    font-size: 14px;
}
.windowsSystemsTable.table>tbody {
    border-top: 1px solid #e9f1f8;
}
.windowsSystems__title {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 25px 0;
    font-family: 'KelsonSans';
}
.windowsSystemsTable__text--name {
    text-transform: uppercase;
}

.advantageList {
    margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

.offerListWrap {
    padding: 20px 0;
}
.offerListWrap.offerListWrap--doors {
    padding-top: 0;
}

.offerListWrap__title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #1a1f32;
}
.offerListWrap__desc {
    text-align: center;
    color: #1a1f32;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.0;
}
.offerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 18px 0 0 0;
}
.offerList__item {
    list-style: none;
    -ms-flex-preferred-size: 298px;
        flex-basis: 298px;
    padding: 10px;
}
.offerList__item > a {
    color: #0e3d6b;
}
.offerList__pic {
    margin: 0 0 15px 0;
}
.offerList__pic img {
    max-width: 100%;
}
.offerList__title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    font-size: 20px;
    font-family: 'ClearSans-Medium';
    margin: 0 0 28px 0;
}


.offerList__title:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    height: 3px;
    bottom: -2px;
    left: 0px;
    background: #ff8500;
}
.offerList__text {
    text-align: center;
    color: #1a1f31;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.0;
}

.getCallWrap {
    background: url(../img/ourOffices-bg.png) center 0 #e8f0f7;
    padding: 41px 0 32px 0;
}
.getCallWrap__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 15px auto;
    padding: 0;
    max-width: 700px;
    color: #1a1f32;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}
.getCallWrap__text {
    margin: 0 auto 15px auto;
    padding: 3px 0 0 0;
    max-width: 880px;
    text-align: center;
    font-size: 18px;
    color: #1a1f32;
    font-family: 'Roboto', sans-serif;
    line-height: 1.333;
}


.getCallFormWrap {
    padding: 16px 0 13px 0;
}
.getCallForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.getCallForm__col {
    -ms-flex-preferred-size: 211px;
        flex-basis: 211px;
    margin: 0 25px;
}
.getCallForm__col label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    padding: 5px 0 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


.getCallForm__field {
    border: 1px solid #d1d1d1;
    line-height: 35px;
    height: 35px;
    color: #1a1f32;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;

}
.getCallForm__field::-webkit-input-placeholder {
    color: #d1d1d1;
}
.getCallForm__field:-ms-input-placeholder {
    color: #d1d1d1;
}
.getCallForm__field::-ms-input-placeholder {
    color: #d1d1d1;
}
.getCallForm__field::-moz-placeholder {
    color: #d1d1d1;
}
.getCallForm__field::placeholder {
    color: #d1d1d1;
}
.getCallForm__btn {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #ff8600;
    border: 0;
    padding: 0 15px;
    border-radius: 8px;
    line-height: 35px;
    height: 35px;
    min-width: 235px;
}
.getCallForm__btn:hover {
    opacity: 0.8;
}

.listType_1Sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.listType_1Sizes__width {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px
    
}
.listType_1Sizes__width span {
    font-size: 10px;
    background: #fff;
    display: inline-block;
    padding: 0 6px;
    color: #686262;
    z-index: 3;
    position: relative;
    top: -1px;
}
.listType_1Sizes__width:before {
    content: '';
    width: 60%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    top: 50%;
    z-index: 2;
}


.listType_1Sizes__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.listType_1Sizes__height {
    width: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.listType_1Sizes__height:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    top: 50%;
    z-index: 2;
}
.listType_1Sizes__height span {
    font-size: 10px;
    background: #fff;
    display: inline-block;
    padding: 0 6px;
    color: #686262;
    z-index: 3;
    position: relative;
    left: 1px;
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    white-space: nowrap;
}
.listType_1Sizes__pic {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.listType_1__additional {
    margin: 0;
    text-align: center;
    color: #666262;
}
.listType_1__additional span {
    font-weight: 600;
}

.canbeUsed {

}
.canbeUsed__title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #1a1f32;
}
.canbeUsed__desc {
    text-align: center;
    line-height: 1.0;
    color: #1a1f32;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.canbeUsedList {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 22px 30px 0 30px;
}
.canbeUsedList__item {
    padding: 15px 20px;
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
}
.canbeUsedList__item figure {
    margin: 0;
    text-align: center;
}
.canbeUsedList__item figure img {
    max-width: 100%;
}
.canbeUsedList__item figure figcaption {
    color: #003b6d;
    font-size: 18px;
    line-height: 0.88;
    padding: 8px 0 0 0;
}

.profits {

}
.profits h2 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding: 0 0 15px 0;
    border: none;
    text-align: center;
    color: #1a1f32;
    font-family: 'Roboto', sans-serif;
}
.profitsList {
    padding: 2px 0 0 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
}
.profitsList__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    margin: 20px 0 45px 0;
}
.profitsList__item figure {
    margin: 0 0 18px 0;
    text-align: center;
}
.profitsList__item h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 0 14px 0;
    padding: 0 10px 12px 10px;
    line-height: 1.2;
}
.profitsList__item h3:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    max-width: 100%;
    height: 3px;
    bottom: -2px;
    left: 10px;
    background: #ff8500;
}
.profitsList__item p {
    color: #1a1f31;
    padding: 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.0;
}

.recommends {

}
.recommends__title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 10px auto;
    border: none;
    text-align: center;
    color: #1a1f32;
    padding-top: 60px;
    max-width: 620px;
}
.recommends__title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}


.recommendsList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.recommendsList__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 15px 0;
    text-align: center;
}
.recommendsList__item figure {
    margin: 0;
    padding: 0 15px;
}
.recommendsList__item figure figcaption {
    color: #1a1f32;
    font-size: 24px;
    line-height: 0.9;
    padding: 3px 0 14px 0;

}
.recommendsList__item figure figcaption span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.recommendsList__item figure figcaption:after {
    content: '';
    background: #ff8600;
    height: 5px;
    max-width: 172px;
    margin: 4px auto 0 auto;
    display: block;
    border-radius: 2px;
}
.recommendsList__item p {
    color: #383b48;
    line-height: 1.125;
    padding: 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;

}

.recommendsOuter {
    border-top: 1px solid #dae7f3;
}
.recommendsWrap {
    border-top: 5px solid #fff;
    padding: 0 0 32px 0;
}

.typesSlider-alyuminievye {
    margin-top: -37px;
}

.video-presentation-wrap {

}
.video-presentation-wrap__title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 47px 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #1a1f32;
}

.presentationList__item {
    margin-bottom: 25px;
}
.presentationList__item iframe {
    max-width: 100%;
    width: 100%;
}

.asWrap .presentationList .owl-carousel .owl-nav button {
    background: url(../img/presentationList-arrow.png) no-repeat;
    width: 18px;
    height: 43px;
}
.asWrap .presentationList .owl-carousel .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
        transform: rotate(0);
}
.asWrap .presentationList .owl-carousel .owl-nav button.owl-next {
    right: 0;
     -webkit-transform: rotate(180deg);
             -ms-transform: rotate(180deg);
         transform: rotate(180deg);

}
.asWrap .presentationList .owl-carousel .owl-nav {
    z-index: 11;
    height: 0;
    top: 32%;
}

.presentationList__title {
    text-align: center;
    text-transform: none;
    font-weight: 400;
    color: #1a1f31;
    margin: 14px 0 0 0;
}

.presentationList__link {
    display: block;
    text-align: center;
}

.popularPricesTable {
    

}
.popularPricesTable .table {
    table-layout: fixed;
}
.popularPricesTable .table>tbody>tr>td,
.popularPricesTable .table>tbody>tr>th {
    border: 0;
    width: 25%;
    padding: 0;
    font-weight: normal;
    vertical-align: middle;
}
.popularPricesTable .table>tbody>tr>th:last-child {
    width: 24%;
}

.popularPricesTable .table>tbody>tr>th {
        vertical-align: top;
}
.popularPricesTable_subtitle {
    text-align: center;
    font-size: 18px;
    color: #003b6d;
    font-weight: 600;
    padding: 0 18px;
}
.popularPricesTable_subtitle:after {
    content: '';
    border-bottom: 3px solid #ff8700;
    display: block;
    margin-top: 6px;
}

.popularPricesTable_desc {
    color: #2e333e;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.0;
    font-size: 14px;
    padding: 0 18px;
    text-align: center;
}

.popularPricesTableCar {
    display: inline-block;
    padding: 4px 14px 5px 14px;
    text-align: center;
}
.popularPricesTableCar__pic {
    margin: 0;
}
.popularPricesTableCar__pic figcaption {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 900;
    color: #30333f;
}
.popularPricesTable_text {
    color: #1a1f31;
    font-size: 20px;
    font-weight: 600;
    padding: 0 18px 0 18px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
.popularPricesTable_text span {
    font-weight: 400;
}
.popularPricesTable .table>tbody>tr:nth-child(even) {
    background: #f1eeed;
}
.popularPricesTable .table>tbody>tr:nth-child(even) td.popularPricesTableCar_desc {
    background: #fff;
}
.popularPricesTable .table>tbody>tr td.popularPricesTableCar_desc.popularPricesTableCar_desc__middle {
    vertical-align: middle;
}


.popularPricesTable_border {
    position: relative;
    margin-top: 4px;
    margin-bottom: 21px;
}
.popularPricesTable_border:after {
    content: '';
    background: #ff8600;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;

}
.popularPricesTable .table>tbody>tr.popularPricesTable_bottom td {
    background: none;
}
.popularPricesTable .table>tbody>tr.popularPricesTable_bottom td:first-child .popularPricesTable_border:after {
    width: calc(100% + 17px);
}

.popularPricesTable .table>tbody>tr.popularPricesTable_bottom,
.popularPricesTable .table>tbody>tr.popularPricesTable_empty {
    background: none;
}

.popularPrices {
    max-width: 840px;
    margin: 0 auto;
}
.popularPrices__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 6px 0;
    padding: 0;
    border: none;
    color: #1a1f32;
}
.popularPrices__desc {
    text-align: center;
    color: #2e333e;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.0;
}




.selectionDoors {

}
.selectionDoors__title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 45px 0;
    padding: 0;
    border: none;
    text-align: center;
    color: #1a1f32;
}

.selectionDoorsRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.selectionDoorsRow__leftCol {
    -ms-flex-preferred-size: 48.16%;
        flex-basis: 48.16%;
        width: 48.16%;

}
.selectionDoorsRow__rightCol {
    -ms-flex-preferred-size: 49.84%;
        flex-basis: 49.84%;
        width: 49.84%;
}
.gateConfigurator {
    display: inline-block;
}
.gateConfigurator__inner {
    position: relative;
    padding: 34px 25px 34px 25px;
    display: inline-block;
}

.gateConfigurator__height {
    position: absolute;
    height: 251px;
    max-height: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-60%);
            -ms-transform: translate(0,-60%);
        transform: translate(0,-60%);
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.gateConfigurator__height:after {
    content: '';
    width: 2px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    top: 50%;
    z-index: 2;
}
.gateConfigurator__height > span {
    font-size: 18px;
    background: #fff;
    display: inline-block;
    padding: 0 13px;
    color: #686262;
    z-index: 3;
    position: relative;
    left: -1px;
    -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    white-space: nowrap;

}
.gateConfigurator__width {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    height: 34px;
    width: 251px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.gateConfigurator__width:after {
    content: '';
    height: 2px;
    width: 100%;
    background: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    top: 50%;
    z-index: 2;
}
.gateConfigurator__width > span {
    font-size: 18px;
    background: #fff;
    display: inline-block;
    padding: 0 13px;
    color: #686262;
    z-index: 3;
    position: relative;
    left: -1px;
    white-space: nowrap;
}

.gateConfiguratorForm {

}

.gateConfiguratorForm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gateConfiguratorForm__col {
    padding: 0 5px;
}
.gateConfiguratorForm__col input {
    border: 1px solid #d1d1d1;
    height: 32px;
    line-height: 32px;
    width: 150px;
    padding: 0 8px;
    color: #bbb;
}
.gateConfiguratorForm__col input::-webkit-input-placeholder {
    color: #bbb;
}
.gateConfiguratorForm__col input:-ms-input-placeholder {
    color: #bbb;
}
.gateConfiguratorForm__col input::-ms-input-placeholder {
    color: #bbb;
}
.gateConfiguratorForm__col input::-moz-placeholder {
    color: #bbb;
}
.gateConfiguratorForm__col input::placeholder {
    color: #bbb;
}
.gateConfiguratorForm__btn {
    background: #4bbe3f;
    border: 0;
    padding: 7px 15px 5px 15px;
    -webkit-box-shadow: 0 3px 0 0 #3a9731;
            box-shadow: 0 3px 0 0 #3a9731;
    border-radius: 8px;
    font-size: 20px;
    width: 300px;
    max-width: 100%;
    -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-family: 'KelsonSans';
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin: 30px 0 0 0;
}
.gateConfiguratorForm__btn:hover {
   -webkit-transform: translateY(-2px);
           -ms-transform: translateY(-2px);
       transform: translateY(-2px);
   -webkit-box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
           box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
}
.gateConfiguratorForm__btn:focus {
    outline: none;
}

.sectionType {

}
.sectionType__title {
    font-size: 24px;
    color: #1a1f31;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 3px 0 36px 0;
}
.sectionTypeList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.sectionTypeList__item {
    text-align: center;
    -ms-flex-preferred-size: 103px;
        flex-basis: 103px; 
}
.sectionTypeList__item:hover {
    cursor: pointer;
}
.sectionTypeList__item h4 {
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    font-family: 'ClearSans',Arial,sans-serif;
}

.sectionTypeList__inner {
    padding: 6px 3px 3px 3px;
    position: relative;
}
.sectionTypeList__inner img {
    max-width: 100%;
    height: 70px;
}

.sectionTypeList__item.sectionTypeList__item--active .sectionTypeList__inner {
    background: #e8e8e8;
}
.sectionTypeList__action {
    background: #ff1f00;
    color: #fff;
    border-radius: 12px;
    line-height: 24px;
    position: absolute;
    top: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    padding: 0 11px 2px 11px;
    white-space: nowrap;
    text-transform: uppercase;
}

.laminationColor {
    padding: 11px 0 0 0;
}
.laminationColor__title {
    font-size: 24px;
    color: #1a1f31;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 3px 0 36px 0;
}

.laminationColorList {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.laminationColorList__item {
    padding: 3px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: center;
}
.laminationColorList__item img {
    max-width: 100%;
}
.laminationColorList__item h4 {
    color: #808080;
    font-size: 12px;
    font-weight: 300;
    font-family: 'ClearSans',Arial,sans-serif;
    padding: 0 15px;
    text-align: center;

}
.laminationColorList__item h4 i {
    font-style: normal;
    display: block;
}
.laminationColorList__item h4 span {
  
}

.laminationColorList__item:hover {
    cursor: pointer;
}

.laminationColorList__item.laminationColorList__item--active {
    background: #e8e8e8;
}
.selectionDoorsRow__text {
    text-align: center;
    font-size: 12px;
    padding: 8px 0 0 0;
    color: #1a1f31;
}
.selectionDoorsRow__text b {
    color: #ff8500;
}

.selectionDoorsCalculate {
    background: #f5f5f5;
    padding: 15px 0;
}

.calculateDoors {
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 12px 32px 2px 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.calculateDoors__left {
    -ms-flex-preferred-size: 47.58%;
        flex-basis: 47.58%;
}
.calculateDoors__right {
    -ms-flex-preferred-size: 47.74%;
        flex-basis: 47.74%;
}

.calculateDoorsСhoice {
    padding: 11px 0 0 0;
}
.calculateDoorsСhoice h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0 115px;
    padding: 0;
    color: #1a1f32;
}
.calculateDoorsList {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.calculateDoorsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.calculateDoorsList__title {
    -ms-flex-preferred-size: 257px;
        flex-basis: 257px;
    color: #4f5157;
    font-size: 18px;
}
.calculateDoorsList__value {
    color: #505157;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.calculateDoorsList__value i {
    font-style: normal;
    margin-right: 4px;
}
.calculateDoorsForm {

}
.calculateDoorsForm__text {
    text-align: center;
    font-size: 18px;
    color: #1a1f31;
    font-weight: 300;
    line-height: 1.333;
    padding: 4px 0 8px 0;
    margin: 0;
}
.calculateDoorsForm__row {
    padding: 3px 0;
    text-align: center;
}
.calculateDoorsForm__row input {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #d1d1d1;
    text-transform: uppercase;
    padding: 0 14px 0 14px;
    line-height: 35px;
    width: 213px;
    max-width: 100%;
}
.calculateDoorsForm__row label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    padding: 5px 0 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.calculateDoorsForm__row input::-webkit-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input:-ms-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::-ms-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::-moz-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::placeholder {
    color: #d1d1d1;
}
.calculateDoorsForm__buttonsRow {
    padding: 11px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.calculateDoorsForm__btn {
    margin: 0 20px 10px 20px;
    background: #ff8600;
    border-radius: 10px;
    padding: 0 15px;
    border: 0;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-family: 'KelsonSans';
    font-weight: 300;
    width: 210px;
    max-width: 100%; 
}
.calculateDoorsForm__btn:hover {
    opacity: 0.8;
}
.calculateDoorsForm__btn--secondary {
    background: #268ece;
}
.selectionDoorsCalculateWrap {
    display: none;
}

.variantWrap {
    
}

.variantWrap__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 10px 0;
    color: #1a1f32;
}
.variantWrap__subtitle {
    color: #1a1f31;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 17px 0;
}

.variantSlider__item {

}
.variantSlider__item figure {
    margin: 0;
}
.variantSlider__item figure figcaption {
    color: #1a1f31;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding: 9px 0 0 0;
}

.asWrap .variantSlider .owl-carousel .owl-nav button {
    background: url(../img/variantSlider_arrow.png) no-repeat;
    width: 16px;
    height: 60px;
}

.asWrap .variantSlider .owl-carousel .owl-nav {
    height: 60px;
}

.asWrap .variantSlider .owl-carousel .owl-nav button.owl-prev {
    -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
        transform: rotate(0);
    left: -40px;
}
.asWrap .variantSlider .owl-carousel .owl-nav button.owl-next {
    -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    right: -40px;
}

.gatesAdvantages {
    padding: 90px 0 0 0;
}
.gatesAdvantages__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 2px 0;
    color: #1a1f32;
}
.gatesAdvantages__subtitle {
    margin: 0 auto 38px auto;
    padding: 0;
    max-width: 880px;
    text-align: center;
    font-size: 16px;
    color: #1a1f32;
    line-height: 1.1;
}

.gatesAdvantagesArticle {
    padding: 0 0 40px 0;
}
.gatesAdvantagesArticle:after {
  content: "";
  display: table;
  clear: both;
}
.gatesAdvantagesArticle__title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    font-size: 20px;
    font-family: 'ClearSans-Medium';
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
}

.gatesAdvantagesArticle__title:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 200px;
    max-width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background: #ff8500;
}
.gatesAdvantagesArticle__pic {
    float: right;
    margin: 0 0 15px 15px;
}
.gatesAdvantagesArticle p {
    color: #1a1f31;
}


#gateConfigurator__picture {
    max-width: 100%;
}


.videoPresentation {
}

.videoPresentation:before {
    content: '';
    display: block;
    border-top: 1px solid #dae7f3;
    margin-bottom: 5px;
}
.videoPresentation__inner {
    position: relative;
    padding-top: 55px;
}
.videoPresentation__inner:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    width: 130px;
    height: 3px;
    max-width: 50%;
    background: #ff8500;
}

.videoPresentationArticle {
    margin: 0 0 38px 0;
}
.videoPresentationArticle iframe,
.videoPresentationArticle__item iframe {
    width: 100%;
}


.videoPresentationArticle__title {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 3px;
    font-size: 23px;
    font-family: 'ClearSans-Medium';
    margin: 0 0 20px 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.videoPresentationArticle__title:after {
    content: '';
    z-index: 2;
    width: 200px;
    height: 3px;
    display: block;
    position: relative;
    top: 10px;
    background: #ff8500;
}

.asWrap .presentationList.presentationList--video .owl-carousel .owl-nav {
    top: 47%;
}


.offerListWrap.offerListWrap--shutters .offerList {
    max-width: 880px;
    margin: 0 auto;
}


.profiles {
    padding: 22px 0 0 0;
}
.profilesBlock {

}
.profilesBlock__pic {
    margin: 0;
    text-align: center;
}
.profilesBlock__pic img {
    margin: 0 auto;
}
.profilesBlock__pic figcaption {
    color: #1a1f31;
    font-size: 24px;
    font-weight: bold;
    padding: 26px 0 23px 0;
}
.profilesBlock p {
    line-height: 1.0625;
}

.profilesTable {
    table-layout: fixed;
    margin: 47px 0 10px 0;
}
.profilesTable tr td,
.profilesTable tr th {
    width: 33.3%;
    font-weight: normal;
    text-align: center;
}
.profilesTable tr td {
    padding: 8px 4px;
}
.profilesTable tr th h2 {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.profilesTable tr th h2:after {
    content: '';
    z-index: 2;
    max-width: 168px;
    height: 3px;
    display: block;
    position: relative;
    top: 9px;
    background: #ff8500;
    margin: 0 auto;
}
.profilesTable tr td p {
    color: #1a1f31;
    font-size: 14px;
    line-height: 1.0;
    margin: 0;
    padding: 7px 0;
}
.profilesTable tbody tr:nth-child(even) td {
    background: #f8f6f6;
}
.profilesTable tbody tr td:first-child p {
    max-width: 190px;
    font-weight: 600;
}
.profilesTable tbody tr td:first-child {
    text-align: left;
    padding-left: 5.43%;
}
.profilesTable thead tr th:first-child {
    text-align: left;
    padding-left: 5.43%;
}
.profilesTable thead tr th:first-child h2:after {
    margin: 0;
}
.profilesTable tbody tr:first-child td {
    padding-bottom: 18px;
}

.automaticShutter {
    text-align: justify;
}
.controlOptions__desc {
    text-align: justify;
}

.as__subtitleBold {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #1a1f31;
    font-weight: 900;
    margin: 0 0 20px 0;
}
.manualControlList {
    list-style: none;
    margin: 0;
    padding: 28px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.manualControlList__item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    text-align: center;
}
.manualControlList__item figure {
    margin: 0;
}
.manualControlList__item figure img {
    margin: 0 auto;
}
.manualControlList__item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #1a1f31;
    font-weight: 400;
    margin: 24px 0 0 0;
    padding: 0 0 11px 0;
    text-transform: none;
    line-height: 0.875;
    min-height: 53px;
    position: relative;
}
.manualControlList__item h3:after {
    content: '';
    z-index: 2;
    width: 168px;
    max-width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #ff8500;
    border-radius: 2px;
}
.manualControlList__item p {
    margin: 16px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.125;
    padding: 0 10px;
}
.automaticShutter__pic {
    margin: 3px 0 0 0;
}

.automaticShutterList {
    list-style: none;
    margin: 0;
    padding: 28px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.automaticShutterList__item {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    text-align: center;
}
.automaticShutterList__item figure {
    margin: 0;
}
.automaticShutterList__item figure img {
    margin: 0 auto;
}
.automaticShutterList__item h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #1a1f31;
    font-weight: 400;
    margin: 24px 0 0 0;
    text-transform: none;
    line-height: 0.875;
    min-height: 53px;
    position: relative;
    padding: 0 40px 11px 40px;
}
.automaticShutterList__item h3:after {
    content: '';
    z-index: 2;
    width: 168px;
    max-width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #ff8500;
    border-radius: 2px;
}
.automaticShutterList__item p {
    margin: 16px 0 0 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.125;
    padding: 0 40px;

}

.controlOptions {
   
}

.controlOptionsList {
    margin: 0;
    padding: 19px 0 79px 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.controlOptionsList__item {
    -ms-flex-preferred-size: 397px;
        flex-basis: 397px;
    margin: 10px;
}
.controlOptionsList__subtitle {
    color: #211807;
    margin: 0 0 12px 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-transform: none;
}
.controlOptionsList__pic {
    margin: 0;
}
.controlOptionsList__pic figcaption {
    color: #777370;
    font-size: 12px;
    line-height: 1.16;
} 
.controlOptions__footer {
    text-align: center;
    padding: 20px 0 0 0;
}

.videoCatalogMobileSlider {
    margin: 25px 0;
}
.videoCatalogMobileSlider .item-video {
    height: 300px;
}
.videoCatalogMobileSlider .owl-dots {
    margin-top: 10px;
}

.section-title {
    margin-top: 72px;
    margin-bottom: 66px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.section-title h2 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #212434;
    font-family: 'Roboto', sans-serif;
}

#odds-section {
    margin-bottom: 0
}
#odds-section .section-title {
    margin-top: 72px;
    margin-bottom: 38px;
    
}

#odds-section .odds-item {
    margin-bottom: 33px;
    min-height: 300px
}
#odds-section .odds-item img {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto
}
#odds-section .odds-item__title {
    color: #0e3d6b;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    min-height: 56px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
#odds-section .odds-item__title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dae7f3;
    bottom: 0;
    left: 0
}
#odds-section .odds-item__title:after {
    content: "";
    position: absolute;
    width: 77%;
    height: 3px;
    background-color: #ff8500;
    bottom: -1px;
    left: 0
}
#odds-section .odds-item__body {
    color: #212434;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.12
}

.asGoods--metallicheskie {
    margin: 0 0 7px 0;
}

.asGoods--metallicheskie .asGoods__subtitle {
    max-width: 100%;
    margin-bottom: 37px;
}

.asGoods--metallicheskie  .listType_4 {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
}

.asGoods--metallicheskie  .listType_4__item {
    -ms-flex-preferred-size: 308px;
        flex-basis: 308px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
}

.asGoods--metallicheskie  .listType_4__text {
    font-family: 'Roboto', sans-serif;
    padding: 17px 0 0 0;
}

.catalogWrap {
    padding: 10px 0 0 0;
}

.catalogWrap .section-title {
    margin-top: 35px;
    margin-bottom: 77px;
}
.catalogBox {
    margin: 0 0 45px 0;

}
.catalogBox--last {
    margin-bottom: 0;
}
.catalogBoxSlider {
    padding: 0 20px;
    margin: 93px 0;
}



.catalogBoxSlider--last {
    margin-bottom: 0
}



.catalogBoxSlider .slick-arrow {
    background-position: center 121px;
}

.catalogBoxSlider__item {

}
.catalogBoxSlider__item p {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    max-width: 200px;
    margin: 0 auto;
}


.catalogBoxSlider__pic {
    text-align: center;
    margin: 0;
}

.catalogBoxSlider__pic img {
    max-width: 100%;
    margin: 0 auto;
    max-height: 285px;
}
.catalogBoxSlider__pic figcaption {
    font-size: 16px;
    line-height: 1.125;
    padding: 27px 15px 0 15px;
    font-family: 'Roboto', sans-serif;
    color: #212434;
    
}

.catalogBox__title {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    color: #003b6d;
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    padding: 0 0 23px 0;
    margin: 0 0 8px 0;
    font-weight: 400;
}
.catalogBox__title:before {
    content: '';
    width: 200px;
    background: #ff8600;
    height: 3px;
    max-width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.catalogBox__title:after {
    content: '';
    width: 276px;
    background: #d6e8f4;
    height: 1px;
    max-width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
}
.catalogBox__subtitle {
    font-size: 18px;
    font-weight: 300;
    padding: 0 0 0 8px;

}
.catalogBox__pic img {
    max-width: 100%;
}

.catalogBox__text {
    font-size: 16px;
    line-height: 1.125;
    padding: 0 10px 0 8px;
    text-align: justify;
}

.catalogBoxList {
    font-size: 16px;
    line-height: 1.125;
    padding: 6px 15px 0 8px;
}

.catalogBoxList__title {
    font-weight: normal;
}
.catalogBoxList__item {
    position: relative;
    padding: 0 0 0 15px;
}
.catalogBoxList__item:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}


.catalogBoxSlider .owl-carousel .owl-nav,
.newConfigTypes .owl-carousel .owl-nav,
.newConfigSlider .owl-carousel .owl-nav {
    height: 100%;
}
.catalogBoxSlider .owl-carousel .owl-nav button,
.newConfigTypes .owl-carousel .owl-nav button,
.newConfigSlider .owl-carousel .owl-nav button {
    background: url(../img/slider_arrow.png) no-repeat;
    position: absolute;
    content: '';
    height: 60px;
    width: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.catalogBoxSlider .owl-carousel .owl-nav button.owl-prev,
.newConfigTypes .owl-carousel .owl-nav button.owl-prev,
.newConfigSlider .owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    -webkit-transform: rotate(0deg) translateY(-50%);
        -ms-transform: rotate(0deg) translateY(-50%);
            transform: rotate(0deg) translateY(-50%);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
}
.newConfigTypes .owl-carousel .owl-nav button.owl-prev,
.newConfigSlider .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.catalogBoxSlider .owl-carousel .owl-nav button.owl-next,
.newConfigTypes .owl-carousel .owl-nav button.owl-next,
.newConfigSlider .owl-carousel .owl-nav button.owl-next {
    right: -40px;
    -webkit-transform: rotate(180deg) translateY(-50%);
        -ms-transform: rotate(180deg) translateY(-50%);
            transform: rotate(180deg) translateY(-50%);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
}
.newConfigTypes .owl-carousel .owl-nav button.owl-next,
.newConfigSlider .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}



.mobileTabsList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.mobileTabsList__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.mobileTabsList__item:first-child {
    border-right: 1px solid #fff;
}
.mobileTabsList__link {
    display: block;
    background-color: #e3effe;
    text-align: center;
    padding: 10px 4px;
    font-size: 16px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.mobileTabsList__link:focus,
.mobileTabsList__link:hover {
    text-decoration: none;
}
.active .mobileTabsList__link {
    background-color: #f5f5f5;
    color: #ff8500;
}
.mobileTabsContainer__title {
    background-color: #f5f5f5;
    font-size: 16px;
    position: relative;
    padding: 8px 16px;
}
.mobileTabsContainer__tab {
    display: none;
}
.mobileTabsContainer__tab.active {
    display: block;
}

.newConfigPreview {


}
.newConfigPreview__pic {
    position: relative;
    padding: 26px 0;
    margin-bottom: -15px;
}
.newConfigPreview__shadow {
    z-index: 2;
    position: relative;
    max-width: 100%;
}
.newConfigPreview__selected {
        left: 49.8%;
    top: 8.4%;
    max-width: 257px;
    width: 50.9%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    position: absolute;
}
.newConfigPreview__price {
    color: #11A06B;
    font-size: 18px;
    text-align: center;
    padding: 0 0 35px 0;
}
.newConfigPreview__price i {
    font-weight: bold;
    font-size: 28px;
    font-style: normal;
    margin-right: 5px;
}

.newConfigSlider {
    padding: 0 25px;
}
.newConfigSlider__item {
    padding: 5px;
    margin: 5px;
    min-height: 90px;
    cursor: pointer;
}
.newConfigSlider__item span {
    display: block;
}

.newConfigSlider__item img {
    max-width: 100%;
}

.newConfigSlider__item p {
    font-family: Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    margin: 0;
    line-height: 12px;
    margin-top: 6px;
}

.newConfigSlider__item.active {
    background: #e8e8e8;
}

.newConfigColors {
    padding: 25px 0 0 0;
}

.newConfigSliderColorDesctop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newConfigSliderColorDesctop > .item .newConfigSlider__item {
  margin: 0;
}

.selectionDoorsCalculateWrap {
    display: none;
}

.selectionDoorsCalculate {
    background: #f5f5f5;
    padding: 15px 0;
}

.calculateDoors {
    border: 1px solid #d1d1d1;
    background: #fff;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}



.calculateDoorsСhoice h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    margin-top: 0;
}

.calculateDoors__left {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
}
.calculateDoors__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}


.calculateDoorsList {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.calculateDoorsList__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
}
.calculateDoorsList__title {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    color: #4f5157;
}
.calculateDoorsList__value {
    color: #505157;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;

}
.calculateDoorsList__value i {
    font-style: normal;
    margin-right: 4px;
}
.calculateDoorsForm {

}
.calculateDoorsForm__text {
    text-align: center;
    font-size: 18px;
    color: #1a1f31;
    font-weight: 300;
    line-height: 1.333;
    padding: 4px 0 8px 0;
    margin: 0;
}
.calculateDoorsForm__row {
    padding: 3px 0;
    text-align: center;
}
.calculateDoorsForm__row input {
    border: 1px solid #d1d1d1;
    font-size: 14px;
    color: #d1d1d1;
    text-transform: uppercase;
    padding: 0 14px 0 14px;
    line-height: 35px;
    width: 213px;
    max-width: 100%;
}
.calculateDoorsForm__row label.error {
    display: block;
    color: #ff0000;
    font-size: 11px;
    padding: 5px 0 0 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.calculateDoorsForm__row input::-webkit-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input:-ms-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::-ms-input-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::-moz-placeholder {
    color: #d1d1d1;
}

.calculateDoorsForm__row input::placeholder {
    color: #d1d1d1;
}
.calculateDoorsForm__buttonsRow {
    padding: 11px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.calculateDoorsForm__btn {
    margin: 0 20px 10px 20px;
    background: #ff8600;
    border-radius: 10px;
    padding: 0 15px;
    border: 0;
    color: #fff;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 300;
    width: 210px;
    max-width: 100%; 
    font-weight: bold;
}
.calculateDoorsForm__btn:hover {
    opacity: 0.8;
}
.calculateDoorsForm__btn--secondary {
    background: #268ece;
}

.newConfigTypesMobile {
    display: none;
}
.newConfigTypes__title,
.newConfigColors__title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #212434;
}


#newConfigPreview__btn {
    text-align: center;
    width: 100%;
    max-width: 320px;
    height: 47px;
    font-size: 21px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 78px;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    -webkit-box-shadow: 0 3px 0 0 #e24307;
            box-shadow: 0 3px 0 0 #e24307;
    background-color: #ff8500;
    color: #fff;
    text-transform: uppercase;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #ff8500;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    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;
    cursor: pointer;
    padding: 0;
}



.comparisonBlock {


}
.comparisonBlock__inner {
    border: 11px solid #f0eeed;
    max-width: 1068px;
    margin: 0 auto 29px auto;
    padding: 0 43px 0 43px;
}
.comparisonBlock__title {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #212434;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 14px 0 8px 0;
}
.comparisonBlock__desc {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.21;
    font-weight: 600;
    color: #333640;
    padding-bottom: 18px;
}
.comparisonBlock__desc span {
    font-weight: 400;
}

.comparisonBlockTable {
    table-layout: fixed;
    font-family: 'Open Sans', sans-serif;

}
.comparisonBlockTable th td,
.comparisonBlockTable tr td {
    width: 33.3%;
}
.comparisonBlockTable tr th h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #0e3d6b;
    position: relative;
    text-align: center;
}

.comparisonBlockTable tr th h3:after {
    content: '';
    max-width: 170px;
    height: 3px;
    background: #ff8500;
    margin: 9px auto 0 auto;
    display: block;
}

.comparisonBlockTable tr td {
    font-size: 16px;
    line-height: 1.56;
    text-align: center;
    color: #212434;
    padding: 18px 15px;
}
.comparisonBlockTable tr:nth-child(odd) td {
    background: #f7f6f6;
}
.comparisonBlockTable tr td:first-child {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.comparisonBlockTable tr th:first-child h3 {
    text-align: left;
    font-weight: 400;
    text-transform: none;
}

.ourOffer-section {
    padding: 40px 0;
    text-align: center;
}
.ourOffer-section__title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 50px;
}
.ourOffer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.ourOffer-product {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.flex-col {
    flex-direction: column;
}
.ourOffer-product-imgWrap {
    width: calc(40% - 20px);
}
.flex-col .ourOffer-product-imgWrap {
    width: 70%;
    margin: 0 auto 30px auto;
}
.ourOffer-product__img {
    display: block;
    width: 100%;
    height: auto;
}
.ourOffer-product-textWrap {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.flex-col .ourOffer-product-textWrap {
    width: 100%;
}
.ourOffer-product__title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: none;
}
.ourOffer-product__title::after {
    display: block;
    content: '';
    height: 3px;
    width: 75%;
    max-width: 170px;
    margin: 5px auto 0;
    background-color: #ff8500;
    border-radius: 1px;
}
.ourOffer-product__text {
    color: #4a4f5d;
    font-size: 14px;
}
.ourOffer-product .asBtnLink {
    display: inline-block;
    align-self: center;
}

.product-section__title {
    margin-bottom: 50px;
    text-align: center;
}
.product-section__text {
    margin-bottom: 30px;
}
.product-section .product-wrap {
display: flex;
flex-wrap: wrap;
margin: 0;
}
.product-section .product-card {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 70px;
text-align: center;
}
.product-section figure {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 1em 0;
}
.product-section .product-card__discount {
position: absolute;
top: 0;
left: 0;
padding: 7px 13px;
background-color: red;
border-radius: 10px;
color: #fff;
font-size: 12px;
font-weight: 600;
}
.product-section .product-card-imgWrap {
margin: 0 auto 30px;
}

.product-section .product-card__img {
width: auto;
max-width: 100%;
}
.product-section .product-card__title {
margin-bottom: 10px;
font-size: 18px;
color: #1a1f31;
font-weight: 600;
}
.product-section .product-card__note {
margin-bottom: 0;
color: #666262;
}
.product-section .product-card__full-price {
position: relative;
color: #666262;
font-size: 18px;
font-weight: 600;
}
.product-section .product-card__full-price::after {
left: 0;
top: 50%;
position: absolute;
content: '';
width: 100%;
height: 2px;
background-color: red;
}
.product-section .product-card__discount-price {
font-size: 16px;
color: #666262;
}
.product-section .product-card__discount-price .price {
color: #ff8500;
font-weight: 600;
font-size: 28px;
}
.product-section .product-card__discount-price .currency {
color: #044d91;
font-size: 19px;
}
.product-section .product-card__buy-btn {
padding: 10px 20px 5px 20px;
box-shadow: 0 3px 0 0 #3a9731;
border-radius: 8px;
border: none;
background: #4bbe3f;
color: #fff;
font-size: 20px;
text-transform: uppercase;
font-family: 'ClearSans',Arial,sans-serif;
letter-spacing: 1px;
}

.product-types-section {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.product-type {
    display: flex;
    justify-content: space-between;
}
.product-type {
    width: 40%;
    margin-bottom: 20px;
}
.product-type-imgWrap {
    width: calc(50% - 20px);
}
.product-type__img {
    width: 100%;
    height: auto;
}
.product-type-textWrap {
    width: 50%;
    padding-top: 10px;
    text-align: center;
}
.product-type__name {
    font-size: 19px;
    color: #004c94;
    text-decoration: underline;
}
.product-type__price {
    font-size: 13px;
    color: #686262;
}
.product-type__price .orange-text {
    font-size: 20px;
}
.product-type__price .currency {
    color: #004c94;
    font-weight: bold;
}

/* Media */
@media (max-width: 1500px) {
    .profileSystemsBox__tooltip {
        -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
            transform: translateX(0);
    }
    .profileSystemsBox__tooltip--visible {
        -webkit-transform: translateX(10px);
                -ms-transform: translateX(10px);
            transform: translateX(10px);
        left: 100%;
    }
    .profileSystemsBox__tooltip:before {
        right: auto;
        left: 0;
        -webkit-transform: translate(-7px,-5px);
                -ms-transform: translate(-7px,-5px);
            transform: translate(-7px,-5px);
        border-right: 7px solid #fffac1;
        border-left: 0;
    }
    .profileSystemsBox__tooltip:after {
        right: auto;
        left: 0;
        -webkit-transform: translate(-8px,-5px);
                -ms-transform: translate(-8px,-5px);
            transform: translate(-8px,-5px);
        border-right: 7px solid #dedede;
        border-left: 0;
    }
}


@media (max-width: 1360px) {
    a.asTop {
        right: 15px;
    }
}


@media only screen and (max-width: 1199px) {
	.ascategoriesNav {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.asShop_body .work-days-bars {
		float: none;
	}
	.asShop_body .office-pay-icons {
		float: none;
		clear: both;
		margin-top: 12px;
	}
    a.asFooterAction__title {
        font-size: 18px;
    }
    .asWrap .variantSlider .owl-carousel .owl-nav button.owl-prev {
        left: -20px;
    }
    .asWrap .variantSlider .owl-carousel .owl-nav button.owl-next {
        right: -20px;
    }
    .automaticShutterList__item figure {
        padding: 0 5px;
    }
    #odds-section .odds-item {
        min-height: 240px
    }
    #odds-section .odds-item br {
        display: none
    }

}

@media (max-width: 991px) {
	.asheaderPhone {
		margin-left: 22px;
        margin-top: 10px;
	}
	.asnavbarList {
		margin-left: 12px;
	}
	.asnavbarList__link {
		font-size: 12px;
		padding: 7px 6px 8px 6px;
	}
	.asLangList {
		position: static;
        height: auto;
	}
	.asCatalogList {
		padding-bottom: 25px;
	}
	.asCatalog {
		margin: 0;
	}
	.asCatalogList.asCatalogList--leftDesc .asCatalogList__content,
	.asCatalogList__content {
		text-align: left;
		max-width: none;
		padding: 0 28px;
	}
    .asFooter__col {
        border: 0;
    }
    .asFooter__flexrow {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .asFooterInfo {
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
    }
    .asFooterLinks {
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%;
    }
    .asFooterSubscribe {
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    }
    .asFooterAdditional {
         -ms-flex-preferred-size: 100%;
             flex-basis: 100%;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
             -ms-flex-pack: justify;
                 justify-content: space-between;
         position: relative;
         padding-right: 100px;
    }
    .asFooterAdditional:before {
        position: absolute;
        left: 15px;
        top: 15px;
    }
    .asFooterAdditionalList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .asFooterAdditionalList__link {
        margin-right: 10px;
    }
    .asFooterSocial {
        margin: 0;
        position: absolute;
        right: 0;
        top: 15px;
    }
    .asGoodsList li {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .asCarousel__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .asCarousel {
        margin: 25px 0;
        padding: 0;
    }
    .listType_1__img {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .listType_1__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            padding: 0 5px;
            margin-bottom: 25px;
    }
    .nonStandardList__item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .ourOffices__mapCol {
        display: none;
    }
    .listType_3__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .listType_4__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .asCarousel__item a img {
        height: 150px;
    }
    .asCatalog.asCatalog--doors {
        padding: 0;
    }
    .portfolioList__link figure img {
       min-height: 160px;
    }
    .asHeaderContainer {
        padding: 0;
    }
    .slicknav_menu {display: block;}
    .asheaderLinks {display: none;}
    .asnavbarList {
        margin-left: 0px;
    }
    .asnavbar {
        float: none;
    }
    .asnavbarSubList {
        position: static;
        width: 100%;
        background: #fff;
    }
    .asnavbarSubList--regions {
        max-height: none; 
    }
    .asLangList__item {
        height: auto;
    }
    .asnavbarSubListlevelTwo {
        position: static;
        width: 100%;
    }
    .videoCatalog > .row > div[class^="col-"] {
        width: 50%;
    }
    .asCarousel--big__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .asCarousel--big__item a {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 0 7px 0 8px;
    }
    .listType_1 {
        padding: 0;
    }
    .catalogExclusiveList__item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    }
    .benefitsBlock {
        margin-top: 20px;
    }
    .discountBox--right {
        float: none;
    }
    .discountBox {
        margin: 0 auto;
    }
    .discountInner {
        padding-bottom: 35px;
        padding-top: 35px;
    }
    .attentionList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .offerList {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .profitsList {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .profitsList__item {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    }
    .recommendsList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .calculateDoors {
        padding: 20px;
    }
    .calculateDoors__left {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .calculateDoors__right {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .calculateDoorsList__title {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .calculateDoorsForm {
        max-width: 75%;
        margin: 0 auto;
    }
    .calculateDoorsList {
        max-width: 50%;
        margin: 0 auto;
        padding-bottom: 15px;
    }
    .calculateDoorsList__value {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        text-align: right;
    }
    .calculateDoorsСhoice h3 {
        margin: 0;
        text-align: center;
    }
    .variantSlider__item figure figcaption {
        margin-bottom: 15px;
    }
    .manualControlList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 35px;
    }
    .automaticShutter__pic img {
        margin: 0 auto;
        padding: 15px 0 0 0;
    }
    .automaticShutterList__item h3,
    .automaticShutterList__item p {
        padding-left: 10px;
        padding-right: 10px;
    }
    a.asFooterAction__title {
        font-size: 24px;
    }
    .catalogBox__pic {
        padding: 15px 0 0 0;
        text-align: center;
    }
    .catalogBoxSlider {
        margin: 50px 0;
    }
    .catalogBoxSlider .slick-arrow {
        background-position: center 70px;
    }
    .comparisonBlock__inner {
        padding: 0 20px;
    }

}

@media only screen and (max-width: 767px) {
    #odds-section .odds-item {
        margin-left: auto;
        margin-right: auto;
        max-width: 520px
    }
    #odds-section .section-title h2 {
        font-size: 26px;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto
    }
    #odds-section .section-title p {
        margin-left: auto;
        margin-right: auto;
        max-width: 580px
    }

    .listType_1__additional {
        font-size: 13px;
    }
    .asProductBlock--glazing {
        margin-bottom: 0;
    }
    .glazingBlock {
        padding-bottom: 25px;
    }
    .glazingBtnWpar.glazingBtnWpar--cold {
        margin-top: 0;
    }
    .typesSlider-alyuminievye {
        margin-top: 0;
    }
    .asPrice_withoutDiscount {
        font-size: 13px;
    }
    .asPrice_withoutDiscount .line-through {
        font-size: 13px;
    }
    .listType_1__item__discount {
        max-width: 100%;
        height: auto;
        padding: 6px 3px;
    }
    .listType_1__item__discount h5 {
        font-size: 11px;
    }
    .listType_1__item__discount p {
        font-size: 10px;
    }
    a.asBtnLink-order {
        letter-spacing: 0;
    }
    .listType_1__img img {
        height: 120px;
    }
    .ourOffices__title {
        font-size: 26px;
    }
	.asShopPhoneList {
		padding: 15px 0 0 0;
	}
	.asPrice__count {
		font-size: 17px;
		padding: 0;
	}
	.asPrice__currency {
		font-size: 16px;
	}
	.asOfficeMapEntry {
		padding: 21px 0 0 0;
	}
	.asOffer {
		padding: 0;
	}
	.asAdvantagesList__item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
    .asFooterAdditionalList {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .asFooterAdditional {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 15px;
        padding-top: 0;
    }
    .asFooterSocial {
        position: static;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
    }
    .asFooterSocial:before {
        display: none;
    }
    .asFooter__flexrow {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .asFooterInfo {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            padding-bottom: 10px;
    }
    .asFooterLinks {
         -ms-flex-preferred-size: 100%;
             flex-basis: 100%;
             padding: 15px;
    }
    .asFooterSubscribe {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-bottom: 0;
        padding-top: 15px;
    }
    .asSubscribeForm {
        padding: 28px 0 0 0;
    }
    .asFooterAdditional:before {
        top: -5px;
    }
    .asModal__form {
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
    }
    .nonStandardList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 7px;
    }
    .ourOffices__mapCol {
        display: block;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .ourOffices__listCol {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .ourOffices__descCol {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .ourOffices__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .ourOffices__map {
        padding: 0;
    }
    .ourOffices__mapCol .ourOffices__title {
        text-align: left;
    }
    .ourOffices_Tablist__link {
        padding-left: 5.14%;
    }
    .ourOffices_Tablist:before {
        left: 5.14%;
    }
    .ourOffices_Tablist {
        padding: 25px 0 15px 0;
    }
    .ourOffices__descColInner {
        padding: 30px;
    }
    .ourOffices_Tablist__item--active:before {
        display: none;
    }
    .listType_3__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 7px;
    }
    .asOfficeMapEntry .asLinksWrap {
        margin: -3px 0 0 0;
        text-align: center;
        padding: 0;
    }
    .asProductDesc_text {
        padding: 5px 0;
    }
    .asShop {
        padding: 0 0 11px 0;
    }
    .asCarousel__item a {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            margin-bottom: 15px
    }
    .portfolioList__link figure img {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .videoCatalog > .row > div[class^="col-"] {
        width: 100%;
        margin-bottom: 20px;
    }
    .videoCatalog > .row {
        margin-bottom: 0;
    }
    a.asTop {
        display: none;
    }
    .catalogExclusiveList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .asProductDesc__title {
        margin-top: 56px;
    }
    .breadcrumb {
        margin-bottom: 7px;
    }
    .ascategoriesNav {
        margin-top: -16px;
    }
    a.ascategoriesNav__link figcaption {
        padding-top: 5px;
    }
    .ascategoriesNav__item {
        margin-top: 17px;
    }
    .asServices {
        padding-top: 30px;
    }
    .asServicesList__title {
        margin-bottom: 0;
    }
    .asServices li {
        margin-bottom: 11px;
    }
    .asShop__title {
        margin-top: 12px;
        font-size: 20px;
    }
    .asOfficeMap {
        padding: 47px 0 19px 0;
    }
    .as__subtitle {
        margin-bottom: 4px;
    }
    .asProductBlock__text {
        margin-bottom: 10px;
    }
    .asCarousel {
        margin: 0 0 21px 0;
    }
    .asAdvantagesList {
        padding-bottom: 18px;
    }
    a.asOuterLink {
        margin-bottom: 12px;
    }
    .asCatalogList {
        padding: 3px 0 4px 0;
    }
    .asCatalog {
        padding-bottom: 5px;
    }
    a.asCatalogList__title {
        font-size: 16px;
        padding-top: 8px;
    }
    .asCatalogList__item {
        padding-bottom: 17px;
    }
    .asOffer.asOffer--garden {
        margin-bottom: -9px;
    }
    .asGoods__title {
        padding-top: 60px;
        margin-bottom: 0;
    }
    a.asGoods__item {
        margin-bottom: 0;
    }
    .asGoods {
        padding-bottom: 32px;
    }
    .listType_1__pic {
        margin-top: 13px;
        margin-bottom: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .listType_1__link figcaption {
        padding: 0;
    }
    .listType_1__footer a.asBtnLink {
        margin-top: 0;
    }
    .listType_1 {
        margin: 0 0 12px 0;
    }
    .listType_2 {
        padding: 23px 0 18px 0;
    }
    .listType_2__item {
        margin-bottom: 10px;
    }
    .listType_2__pic {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .videoBlock .as__subtitle {
        margin-bottom: 27px;
    }
    .colorsList__item {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .colorsBtnWrap {
        padding: 0;
    }
    .colorsBtnWrap a.asBtnLink {
        margin-top: 0;
        margin-bottom: 4px;
    }
    .nonStandardList {
        padding-top: 19px;
        padding-bottom: 21px;
    }
    .nonStandardList__img {
        min-height: 150px; 
        height: auto;
        padding:0;
    }
    .listType_3 {
        padding: 18px 0 0 0;
    }
    .listType_3__img {
        min-height: 0;
    }
    .listType_3__pic figcaption {
        padding: 5px 0 0 0;
    }
    .asGoods--withoutTopLine .asGoods__title {
        padding: 10px 0 7px 0;
    }
    .listType_4 {
        padding-top: 20px;
        padding-bottom: 13px;
    }
    .listType_4__text {
        margin-bottom: 10px;
    }
    .listType_4__item {
        margin-bottom: 30px;
    }
    .listType_4__title {
         margin-bottom: 20px;
         padding-bottom: 10px;
    }
    .asProductBlock--doors {
        padding-bottom: 0;
    }
    .asCatalog--doors .asCatalog__entry {
        padding: 0;
    }
    .asGoods__subtitle {
        margin: 10px 0 15px 0;
    }
    .listType_4.listType_4--doors {
        padding: 8px 0 13px 0;
    }
    .listType_4.listType_4--doors .listType_4__title {
        margin-bottom: 15px;
    }
    .listType_4.listType_4--doors .listType_4__footer {
        padding-top: 5px;
    }
    .asCarousel--big {
        padding: 10px 0 0 0;
        margin-bottom: 19px;
    }
    .asProductBlock--doorsBlock {
        padding-bottom: 0;
    }
    .listType_1__img {
        min-height: 0;
    }
    .listType_1--onlyPhoto .listType_1__pic {
        margin-bottom: 0;
        margin-top: 0;
    }
    .listType_1--onlyPhoto {
        margin: 17px 0 13px 0;
    }
    .asProductBlock--glazing .col-sm-3,
    .asProductBlock--glazing .col-sm-6 {
        width: 100%;
    }
    .glazingPic {
        padding: 10px 0 20px 0;
    }
    .as__subtitleCenter {
        margin-top: 0;
        padding: 0 0 7px 0;
    }
    .glazingBtnWpar a.asBtnLink.asBtnLink--primary {
        margin-top: 0;
    }
    .benefits {
        padding-bottom: 29px;
    }
    .asProductRow > div[class^="col-"] {
        margin-bottom: 11px;
    } 
    .getPrice {
        padding: 0;
    }
    .getPrice .asPrice {
        padding-top: 0;
    }
    .conditionsWrap {
        padding-top: 25px;
    }
    .conditionsBlock {
        margin-top: 16px;
        padding-top: 26px;
        padding-bottom: 20px;
    }
    .attentionList__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .attentionList {
        padding-bottom: 20px;
    }
    .attentionList__pic {
        min-height: 0;
    }
    .asProductBlock.asProductBlock-withoutanchors {
        padding-top: 54px;
    }
    .asProductBlock.asProductBlock--zenitnye {
        padding-bottom: 0;
        padding-top: 55px;
        margin-bottom: -23px;
    }
    .systemsCall {
        padding-top: 0;
    }
    .profileSystems__title {
        margin-bottom: 8px;
    }
    .profileSystemsList {
        padding-top: 10px;
    }
    .profileSystemsList__item {
        margin-bottom: 4px;
    }
    .profileSystems {
        padding-bottom: 40px;
    }
    .profileSystemsOuter {
        padding-bottom: 6px;
    }
    .profileSystemsList__item  {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            margin-bottom: 20px;
    }
    a.asOffer__link .asOffer__img {
        max-width: 100%;
    }
    .videoCatalogBtnWrap {
        padding-bottom: 25px;
    }
    .windowsSystemsTable {
        table-layout: auto;
    }
    .windowsSystemsTable__pic {
        width: 100px;
        height: 100px;
    }
    .getCallForm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    .getCallForm__col {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        margin: 10px 0;
    }
    .getCallForm__btn {
        margin-top: 5px;
    }
    .canbeUsedList {
        padding-left: 0;
        padding-right: 0;
    }
    .canbeUsedList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .recommendsList__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }
    .popularPricesTable .table {
        table-layout: auto;
    }
    .popularPricesTable .table>tbody>tr>td, 
    .popularPricesTable .table>tbody>tr>th {
        width: auto;
    }
    .popularPricesTableCar__pic img {
        max-width: 100%;
    }
    .popularPricesTable_desc {
        padding: 0;
        font-size: 10px;
        letter-spacing: -0.4px;
        font-weight: bold;
    }
    .popularPricesTable_subtitle {
        padding: 0 4px;
        font-size: 13px;
    }
    .popularPricesTable_text {
        padding: 4px 2px;
        font-size: 12px;
        text-align: center;
    }
    .popularPricesTableCar {
        width: 60px;
        padding: 5px;
    }
    .selectionDoorsRow__leftCol {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .selectionDoorsRow__rightCol {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .sectionTypeList {
        min-height: .01%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .sectionTypeList__item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .sectionTypeList__action {
        top: 6px;
    }
  
    .laminationColorMobile, .sectionTypeMobile {
        padding: 0 40px;
    }

    .asWrap .laminationColorMobile .owl-carousel .owl-nav,
    .asWrap .sectionTypeMobile .owl-carousel .owl-nav {
        height: 100%;
    }
    .asWrap .laminationColorMobile .owl-carousel .owl-nav button,
    .asWrap .sectionTypeMobile .owl-carousel .owl-nav button {
        background: url(../img/slider_arrow.png) no-repeat;
        position: absolute;
        content: '';
        height: 60px;
        width: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .laminationColorList__item h4 {
        padding: 0 5px;
    }


    .asWrap .laminationColorMobile .owl-carousel .owl-nav button.owl-prev,
    .asWrap .sectionTypeMobile .owl-carousel .owl-nav button.owl-prev {
        left: -40px;
    }
    .asWrap .laminationColorMobile .owl-carousel .owl-nav button.owl-next,
    .asWrap .sectionTypeMobile .owl-carousel .owl-nav button.owl-next {
        right: -40px;
        -webkit-transform: rotate(180deg) translateY(-50%);
            -ms-transform: rotate(180deg) translateY(-50%);
                transform: rotate(180deg) translateY(-50%);
        -webkit-transform-origin: top;
            -ms-transform-origin: top;
                transform-origin: top;
    }
    .laminationColorList__item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0 0 10px 0;
        min-height: 105px;
    }
    .sectionType__title {
        padding-bottom: 10px;
        font-size: 20px;
    }
    .laminationColor__title {
        padding-bottom: 10px;
        font-size: 18px;
    }
    .gateConfigurator {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 8px 0 0 0;
    }
    .gateConfigurator__height {
        height: 150px;
    }
    .gateConfigurator__width {
        width: 150px;
    }
    .offerListWrap {
        padding: 10px 0;
    }
    .automaticShutterList__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 20px;
    }
    .profiles {
        padding: 0;
    }
    .automaticShutterList {
        padding-top: 51px;
    }
    .controlOptionsList {
        padding-bottom: 25px;
    }
    .asServicesList__item {
        line-height: 1.1;
        font-size: 14px;
    }
    .asServicesList__item small {
        top: 0;
    }
    .asShopPhoneList__item {
        font-size: 14px;
    }
    .asFooterInfo__logo {
        display: block;
        text-align: center;
    }
    .asFooterInfo__logo img {
        margin: 0 auto;
    }
    a.asFooterInfo__email {
        margin: 3px 0 0 0;
    }
    a.asFooterList__link {
        font-size: 16px;
    }
    .asFooterList__item--opened a.asFooterList__link, 
    .asFooterList__item:hover a.asFooterList__link {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .asFooterSubscribe__phone {
        text-align: center;
        display: block;
    }
    a.ourOffices_Tablist__link {
        padding-left: 5.74%;
    }
    .listType_1 a.asBtnLink.asBtnLink--primary {
        min-width: inherit;
        letter-spacing: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .listType_1__item .asPrice {
        padding-top: 10px;
        margin-bottom: 12px;
    }
    .listType_1__title {
        padding: 0 0 10px 0;
        font-size: 16px;
        margin-top: 0;
    }
    .windowsSystemsTable__pic {
        display: none;
    }
    .windowsSystemsTable.table>tbody>tr>td {
        font-size: 12px;
        padding: 4px;
    }
    .catalogBoxSlider__pic img {
        max-height: 200px
    }
    .catalogBoxSlider {
        margin: 30px 0;
        padding: 0;
    }
    .catalogBoxSlider .owl-carousel {
        padding: 0 20px;
    }
    .catalogBox {
        margin: 0 0 20px 0;
    }
    .catalogWrap .section-title {
        margin: 20px 0 30px 0;
    }

    .catalogBoxSlider .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    
    }
    .catalogBoxSlider .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }

    .newConfigTypesMobile {
        display: block;
    }
    .newConfigPreview {
        margin: 25px 0 0 0;
    }
    .newConfigPreview__pic {
        width: 45%;
        padding: 0;
        float: left;
        margin: 0;
    }
    .newConfigPreview__selected {
        top: 3.4%;
    }
    #newConfigPreview__btn {
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 0;
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
    .newConfigPreview__price {
        padding: 35px 0 25px 0;
    }
    .newConfigTypesWrap {
        display: none;
    }
    .comparisonBlock__title {
        font-size: 18px;
    }
    .comparisonBlock__desc {
        font-size: 13px;
    }
    .comparisonBlockTable tr th h3 {
        font-size: 13px;
        margin: 0 5px;
    }
    .comparisonBlock__inner {
        padding: 0 5px;
        border-width: 5px;
    }
    .comparisonBlockTable tr td {
        padding: 5px;
        font-size: 11px;
    }
    .comparisonBlockTable tr td:first-child {
        font-size: 12px;
    }
    .getCallWrap__title {
        font-size: 22px;
    }



    
}

@media only screen and (max-width: 575px) {
	.asAdvantagesList__item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 0;
	}
	.asCatalogList__wrap figure {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		text-align: center;
	}
	.asCatalogList__wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
        padding: 0 5px;
	}
	.asCatalogList__content {
		padding: 0 10px;
		margin: 0 auto;
	}
	a.asOuterLink {
		display: block;
		text-align: center;
	}
	.asCatalogList.asCatalogList--leftDesc .asCatalogList__content,
	.asCatalogList__content {
		padding: 0 10px;
		text-align: center;
	}
    .asFooterList__item--opened .asFooterSubLists {
        visibility: hidden;
        opacity: 0;
        display: none;
    }
    .asFooterLists {
        width: 100%;
        text-align: center;
    }
    .asFooterList__item--opened .asFooterList__link, 
    .asFooterList__item:hover .asFooterList__link {
        -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
            transform: translateX(0); 
    }
    .asFooterList__link {
        font-size: 16px;
        line-height: 22px;
    }
    .asFooterList__link:before {
        top: 8px;
    }
    .asGoodsList li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }

    .listType_4__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        text-align: center;
    }
    .listType_4__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    .asCatalogList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .asCatalogList__item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .asCatalogList__wrap figure img {
        min-height: 120px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .asGoodsList.asGoodsList--doors li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
    .portfolioList__item {
       -ms-flex-preferred-size: 50%;
           flex-basis: 50%;
    }
    .listType_1__item__info {
        left: 6%;
        top: 10px;
    }
    .setRow.setRow--first {
        margin-top: 25px;
    }
    .profitsList__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            margin: 10px 0;
    }
    .profitsList__item h3 {
        min-height: auto;
    }
    .calculateDoorsList {
        max-width: 100%;
    }
    .calculateDoorsForm {
        max-width: 100%;
    }
    .gatesAdvantagesArticle__pic {
        float: none;
        margin: 0 0 15px 0;
        text-align: center;
    }
    .gatesAdvantagesArticle__title {
     text-align: center;
    }
    .gatesAdvantagesArticle__title:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    .profilesTable tr th h2 {
        font-size: 14px;
        margin: 0 10px;
    }
    .manualControlList__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    }

    .ourOffer-wrapper, .ourOffer-product {
        flex-direction: column;
    }
    .flex-col {
        margin-bottom: 30px;
    }

    .ourOffer-product-imgWrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .flex-col .ourOffer-product-imgWrap {
        width: 100%;
    }
    
    .ourOffer-product-textWrap {
        width: 100%;
    }
    
    .product-card__img {
        height: 120px;
    }
    .product-card__discount-price .price {
        font-size: 17px !important;
    }
    .product-card__discount-price .currency {
        font-size: 15px !important;
    }
    .product-section .product-card__buy-btn {
        font-size: 16px;
    }

    .product-type {
        width: calc(50% - 15px);
        flex-direction: column;
    }
    .product-type-imgWrap,
    .product-type-textWrap {
        width: 100%;
    }
}

.black-bold-title {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

/* NEW STYLES*/

.hormann-banner-section {
    background-image: url('../img/hormann-banner-img.jpg');
    background-size: cover;
    background-position: center;
    margin-bottom: 50px;
}
.hormann-banner-mask {
    background-color: rgba(255,255,255,0.5);
    background-size: cover;
    padding: 100px 10px 60px;
    text-align: center;
}
.hormann-banner__title {
    font-size: 36px;
    font-weight: 600;
    color: #ff8500;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.hormann-banner__title_black {
    color: #000;
}
.hormann-banner__btn {
    padding: 10px 20px;
    border-radius: 12px;
    background-color: #ff8500;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.hormann-banner__btn:hover {
    color: #fff;
}

/* razdvizhnye-okna-ot-vikna-korsa styles */
#pvhSlidingSystems-anchor,
#aluminiumSlidingSystems-anchor {
    height: 0;
    padding: 0;
    margin: 0;
}
.product-types .asProductDesc__title {
    margin-bottom: 50px;
}

.productType {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px;
    text-align: center;
}

.productType__opening {
    display: flex;
    align-items: center;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content,
.modal-content iframe {
    width: 100%;
    max-width: 640px;
    height: 340px;
}

.modal {
    background-color: rgba(0,0,0, 0.7);
}

.productType-preview {
    margin: 0;
    padding: 0;
    border: none;
}

.productType-preview img {
    width: 100%;
    height: auto;
}

.productType-preview i {
    display: none;
}

.productType-preview .fa-youtube {
    display: none;
}
.product-types-mobile {
    display: none;
}
@media (max-width: 576px) {
    .product-types-desktop {
        display: none;
    }
    .product-types-mobile {
        display: block;
    }
    .productType-imgWrap {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .productType-imgWrap img {
        display: block;
        width: calc(50% - 10px);
        height: auto;
    }
    .productType-text {
        margin-bottom: 30px;
    }
    /* .productType .ourOffer-product {
        margin-bottom: 20px;
    } */
    .productType__opening {
        margin-bottom: 30px;
    }
    .productType__video {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .productType-preview {
        background: transparent;
        text-align: center;
    }
    .productType-preview img {
        display: none;
    }
    .productType-preview .fa-youtube {
        display: inline;
        color:red;
        font-size: 40px;
        background-color: #fff;
    }
}

.slidingSystems-for {
    text-align: center;
}
.slidingSystems-for ul {
    justify-content: center;
}

.consultation {
    padding-top: 20px;
}
.consultation_desktop {
    display: flex;
    justify-content: space-between;
}
.consultation__img {
    width: 100%;
    height: auto;
}
.consultation-textWrap {
    padding-top: 110px;
    text-align: center;
}
.consultation__title, .consultation__text {
    font-family: 'Roboto', sans-serif;
    color: #25242c;
}
.consultation__title {
    font-size: 32px;
    font-weight: 700;
}
.consultation__text {
    margin-bottom: 80px;
}
.consultation__btn {
    padding: 10px 30px;
    background-color: #51ad62;
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.consultation_mobile {
    display: none;
}
@media (max-width: 576px) {
    .consultation_desktop {
        display: none;
    }
    .consultation_mobile {
        display: block;
        padding-bottom: 30px;
    }
    .consultation-textWrap {
        padding-top: 0;
    }
    .consultation__text {
        margin-bottom: 30px;
    }
    .consultation-imgWrap {
        margin-bottom: 30px;
    }
    .consultation__img {
        width: 50%;
    }
}
.decorPanel {
    text-align: center;
}
.decorPanel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    align-items: stretch;
    list-style-type: none;
}
.decorPanel-list__item {
    width: calc(20% - 20px);
    margin-bottom: 20px;
}
.decorPanel-list__item img {
    width: 100%;
    height: auto;
}
.decorPanel__link {
    font-size: 18px;
    text-transform: uppercase;
    color: #ff8500;
    text-decoration: underline;
}
@media (max-width: 576px) {
    .decorPanel-list__item {
        width: calc(50% - 10px);
    }
}

.profiles-table tr:nth-child(even){background-color: #f0f6fc}
.profiles-table td, th {
    padding: 10px 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
}
.profile-option {
    text-align: left !important;
    padding-left: 0 !important;
    position: sticky;
    left: 0;
}

.profiles-table-mobile {
    display: none;
}
@media (max-width: 576px) {
    .profiles-table-desktop {
        display: none;
    }
    .profiles-table-mobile {
        display: table;
    }
    .profiles-table-mobile {
        font-size: 13px;
    }
    .profiles-table td, th {
        padding: 10px 5px;
    }
}

.text-preview {
    position: relative;
    height: 60px;
    overflow: hidden;
}
.text-hiding {
    background-image:linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .7));
    position: absolute;
    width: 100%;
    height: 100%;
}
.text-visibility_toggle {
    cursor: pointer;
}

.windowsSystemsTable tr td:first-child {
    text-align: left;
}

/* DOOR CONFIGURATOR */
.configurator-preview {
	position: relative;
	padding: 25px 0;
}
.configurator__width,
.configurator__height {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.configurator__width {
	width: 100%;
}
.configurator__height {
	height: 100%;
}
.configurator__width:before,
.configurator__height:before {
	content: '';
	position: absolute;
	background-color: #dcdcdc;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.configurator__width:before {
	width: 70%;
	height: 2px;
}
.configurator__height:before {
	height: 70%;
	width: 2px;
}

.configurator__width span,
.configurator__height span {
	padding: 0 10px;
	background-color: #fff;
}
.configurator__height span {
	position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	word-break: initial;
}
.configurator__window-preview,
.configurator__door-preview {
	display: block;
	height: auto;
	margin: 0 auto;
}
.configurator__door-preview {
	width: 100%;
}
.configurator__window-preview {
	width: 70%;
}
.configurator__decor-preview {
	display: none;
	position: absolute;
	bottom: 25px;
	width: 100%;
	height: auto;
}
.configurator-info .size-inputs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.configurator-info .size-inputs input {
	width: 150px;
	height: 32px;
	padding-left: 15px;
	margin-bottom: 25px;
	background-color: transparent;
	line-height: 32px;
	border: 1px solid #d0d0d0;
}
.configurator-info__alert {
	padding: 0 15px;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	font-family: Roboto, sans-serif;
    color: #212434;
	margin-bottom: 35px;
}
.configurator-info__alert span {
	color: #ff8500;
    font-weight: 900;
}
.configurator__button {
	display: block;
	width: 100%;
	max-width: 298px;
	height: 38px;
	margin: 0 auto;
	padding: 5px 21px;
	border-radius: 10px;
	border: none;
	background: #4bbe3f;
	box-shadow: 0 5px 0 0 rgba(58, 151, 49, .9);
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}
.configurator-options,
.configurator-models,
.configurator-decors,
.configurator-textures,
.configurator-colors {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.configurator-options h3 {
	font-size: 24px;
	color: #212434;
	font-family: Calibri, sans-serif;
	text-transform: none;
}
.configurator-models-wrap {
	max-height: 228px;
	overflow: hidden;
}
.configurator__model:hover,
.configurator__decor:hover,
.configurator__texture:hover,
.configurator__color:hover {
	cursor: pointer;
}
.configurator__model,
.configurator__decor {
	border: 7px solid transparent;
}
.configurator-colorPreview {
	transform: translateX(-30px);
}
.configurator-colorPreview img {
	width: 100px;
	height: 220px;
	margin-bottom: 20px;
}
.configurator-colorPreview p {
	width: 100px;
	text-align: center;
	color: grey;
	font-size: 14px;
	font-family: Calibri, sans-serif;
}
.configurator-models {
	transition: all .34s ease-in-out;
}
.configurator__model {
	width: 25%;
    height: 114px;
}
.configurator__model img {
    width: 100%;
    height: 100%;
}
.configurator-models__prev,
.configurator-models__next {
	display: inline-block;
	width: 60px;
	height: 16px;
	cursor: pointer;
}
.configurator-models__prev {
	margin-bottom: 5px;
}
.configurator-models__prev img,
.configurator-models__prev img {
	display: block;
	width: 100%;
	height: auto;
}
.configurator-decors {
	padding-top: 21px;
}
.configurator__decor {
	width: calc(100% / 7);
}
.configurator__decor img {
	width: 100%;
	height: 80px;
}
.configurator__texture,
.configurator__color {
	width: 25%;
	padding: 7px;
}
.configurator__texture:hover,
.configurator__color:hover {
	background-color: #f1f1f1;
}
.configurator__texture p,
.configurator__color p {
	height: 20px;
	margin: 0;
	color: #212434;
	font-size: 8px;
	text-align: center;
	font-family: Calibri, sans-serif;
}
.configurator__texture img,
.configurator__color img {
	display: block;
	width: 100%;
	max-height: 30px;
}

.selected-model,
.selected-decor,
.configurator__model:hover,
.configurator__decor:hover {
    border: 7px solid rgb(232, 232, 232);
}
.selected-color {
	background-color: #f1f1f1;
}

.mobile-configurator {
	display: none;
}

@media (max-width: 991px) {
	.desktop-configurator,
	.configurator-decor-selection,
	.configurator-texture-selection,
	.configurator-color-selection {
		display: none;
	}
	.mobile-configurator {
		display: block;
	}
	.configurator-options-tabs {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		padding: 0;
		margin-bottom: 0;
	}
	.configurator-options-tabs li {
		flex: 1 1 auto;
		list-style: none;
		padding: 10px 4px;
		background-color: #e3effe;
		border-radius: 4px 4px 0 0;
		text-align: center;
		cursor: pointer;
	}
	.configurator-options-tabs li:not(:last-child) {
		margin-right: 2px;
	}
	.active-option-tab {
		background-color: #f5f5f5 !important;
		color: #ff8500 !important;
		
	}
	.configurator-model-selection,
	.configurator-decor-selection,
	.configurator-texture-selection,
	.configurator-color-selection {
		width: 100%;
	}
	.configurator__tab-action {
		display: block;
		height: 38px;
		padding-left: 15px;
		margin-top: 0;
		background-color: #f5f5f5;
		text-align: left;
		font-family: Roboto, sans-serif;
		color: #212434;
		font-size: 16px;
		line-height: 38px;
		font-weight: 400;
		text-transform: none;
	}
	.configurator-models-wrap,
	.configurator-decors-wrap,
	.configurator-textures-wrap,
	.configurator-colors-wrap {
		position: relative;
		overflow-x: scroll;
		overflow-y: hidden;
		height: 150px;
	}
	.configurator-models,
	.configurator-decors,
	.configurator-textures,
	.configurator-colors {
		position: absolute;
		flex-wrap: nowrap;
	}
	.configurator-decors {
		padding: 0;
	}
	.configurator__model,
	.configurator__decor,
	.configurator__texture,
	.configurator__color {
		width: 80px;
		height: auto;
	}
	.configurator__decor img {
		height: 114px;
	}
	.configurator__texture img,
	.configurator__color img {
		height: 80px;
		max-height: 80px;
	}
	.configurator-info .size-inputs {
		padding: 0;
	}
	.configurator-colorPreview {
		width: 50%;
		min-width: 120px;
		max-width: 160px;
		margin: 0 auto;
		transform: none;
	}
	.configurator-colorPreview img {
		width: 100%;
		height: 50%;
		max-height: 80px;
	}
	.configurator-colorPreview p {
		width: auto;
		margin-bottom: 40px;
		font-size: 18px;
	}
	.configurator__button {
		font-size: 14px;
	}
}

/* GLASS SYSTEMS SLIDERS */

.glass-system__slide img,
.glass-system-slider-navWrap img {
    width: 100%;
    height: auto;
}
.glass-system-slider-navWrap img {
	max-height: 93px !important;
}
.glass-system-slider-navWrap {
    position: relative;
}
.glass-system-nav__slide {
    margin: 0 4px;
}
.glass-system__prev,
.glass-system__next {
    display: block;
    width: 6px;
    height: 24px;
    position: absolute;
    top: 20%;
    cursor: pointer;
}
.glass-system__prev {
    left: 0;
}
.glass-system__next {
    right: 0;
}
