html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

input,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    border: 1px solid #d5deed;
}

.img-fluid {
    width: 100%;
}

h1,
.h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -10px;
    padding-top: 0;
    margin-bottom: 45px;
    color: #353f47;
}

h2,
.h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 35px;
    padding-top: 0;
    color: #353f47;
}

a {
    text-decoration: none;
    color: #0075FF;
}

sup {
    font-size: 70%;
}

button,
.button {
    background: -o-linear-gradient(352.23deg, #40476D -7.59%, #5C80BC 115.1%);
    background: linear-gradient(97.77deg, #40476D -7.59%, #5C80BC 115.1%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 0 20px;
    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;
    height: 43px;
    cursor: pointer;
}

button.white,
.button.white {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

button.orange,
.button.orange {
    background: -o-linear-gradient(352.23deg, #d6360b -7.59%, #f17020 115.1%);
    background: linear-gradient(97.77deg, #d6360b -7.59%, #f17020 115.1%);
    cursor: pointer;
    color: #fff;
    padding: 16px 36px;
    text-transform: uppercase;
    font-weight: 800;
}

button i,
.button i {
    font-size: 20px;
    margin-right: 10px;
}

.nowrap {
    white-space: nowrap;
}

.line-indent {
    margin: 55px 0 45px;
    background: url(/img/line.svg) center center;
    height: 1px;
    width: 100%;
    opacity: 0.6;
}

.text-right {
    text-align: right!important;
}

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

.header {
    margin-top: 30px;
    margin-bottom: 30px;
}

.header img {
    max-width: 100%;
}

.header .row {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}

.header .contacts {
    font-weight: 600;
    text-align: right;
}

.header .contacts .number {
    margin: 7px 0;
    font-size: 23px;
    font-weight: 800;
}

.header .location {
    text-align: right;
}

.header .show-location-select {
    border-bottom: 1px dotted #000;
    cursor: pointer;
    font-weight: 600;
    margin-right: 2px;
}

.header .location i {
    color: #0075FF;
}

.header-menu {
    position: relative;
    padding: 15px 0;
}

.header-menu a {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.header-menu:before {
    content: ' ';
    background: url(/img/line.svg) no-repeat center top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-menu:after {
    content: ' ';
    background: url(/img/line.svg) no-repeat center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.header-menu .dropdown {
    position: absolute;
    top: -15px;
    left: -10px;
    display: none;
    padding: 14px 15px 3px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-width: 230px;
    z-index: 999;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.header-menu .dropdown.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu span {
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}

.header-menu span:hover .dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}

.header-menu .dropdown a {
    list-style: none;
    margin-bottom: 5px;
    text-transform: none;
}

.header-menu .dropdown li {
    margin-bottom: 12px;
    color: #526b9f;
    list-style: square;
}

.promo {
    margin-top: 30px;
}

.promo .title {
    font-weight: 800;
    font-size: 42px;
    text-align: center;
    color: #353f47;
}

.promo .cards {
    margin-top: 30px;
}

.promo .card {
    outline: 1px solid #d5deed;
    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;
    margin: 30px 0 10px 0;
}

.promo .card img {
    width: 100%;
    max-width: 425px;
}

.promo .card .title {
    font-size: 22px;
    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;
    height: 70px;
}

.promo .card .text {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    text-align: center;
}

.promo .card .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 25px 0 25px;
    min-width: 200px;
}

.navchain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 25px 0 20px;
    padding: 0;
    font-size: 12px;
}

.navchain li {
    margin-right: 10px;
    list-style: none;
}

.main {
    margin-top: 55px;
}

.sidebar .title {
    color: #516a9d;
}

.sidebar ul {
    margin: 15px 0 0 0px;
    padding: 0;
}

.sidebar ul li {
    list-style: none;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar ul li a {
    font-size: 16px;
    font-weight: 600;
}

.sidebar ul li i {
    margin-right: 10px;
    color: #c1c1c1;
    font-size: 18px;
    display: none;
}

.sidebar ul li:before {
    content: ' ';
    background: url(/img/cube.svg) left center no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    margin-right: 10px;
}

.sidebar ul li span {
    font-size: 16px;
    font-weight: 600;
}

.table {
    border-collapse: collapse;
}

.table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
    box-shadow: 0px 5px 6px #ececec;
    -moz-box-shadow: 0px 5px 6px #ececec;
    -webkit-box-shadow: 0px 5px 6px #ececec;
}

.table td,
.table th {
    font-weight: 600;
    text-align: left;
    padding: 13px 22px;
    background: #fff;
    border: 2px solid #f7f7f7;
    border-bottom: 15px solid #f7f7f7;
}

.table tr:last-child td,
.table tr:last-child th {
    /* border-bottom: 3px solid #f7f7f7; */
    border-bottom: none;
}

.table th {
    font-weight: 700;
}

.table.price td {
    vertical-align: middle;
}

.table.price td .input-value {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}

.table.price td input {
    width: 40px;
    padding: 0 3px;
    text-align: center;
    margin: 0 2px;
}

.table.price td input::-webkit-outer-spin-button,
.table.price td input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.table.price td i {
    font-size: 16px;
    color: #718ab7;
    cursor: pointer;
}

.table td.title-sm {
    display: none;
}

.block-delivery {
    margin-top: -35px;
    margin-bottom: -35px;
}

.block-delivery .text {
    font-weight: 500;
    margin: 20px 0 30px;
}

.block-delivery .phone-number {
    font-size: 16px;
}

.block-delivery .buttons button {
    width: 100%;
}

.block-price-order .table {
    width: auto;
}

.block-price-order td.order-button {
    background: -o-linear-gradient(352.23deg, #d6360b -7.59%, #f17020 115.1%);
    background: linear-gradient(97.77deg, #d6360b -7.59%, #f17020 115.1%);
    cursor: pointer;
    color: #fff;
    padding: 16px 36px;
    text-transform: uppercase;
    font-weight: 800;
}

.content p,
.content ul {
    line-height: 22px;
    /* font-weight: 500; */
}

.content ul {
    margin: 0;
}

.content ul li {
    list-style-type: square;
}

.content img {
    max-width: 100%;
}

.content table {
    border-collapse: collapse;
    font-size: 14px;
    box-shadow: 0px 5px 6px #ececec;
    -moz-box-shadow: 0px 5px 6px #ececec;
    -webkit-box-shadow: 0px 5px 6px #ececec;
}

.content table td,
.content table th {
    font-weight: 600;
    text-align: left;
    padding: 13px 22px;
    background: #fff;
    border: 2px solid #f7f7f7;
}

.content table td p,
.content table th p {
    line-height: inherit;
    margin: 0;
}

.content table th {
    font-weight: 700;
    background-color: #eceff6;
}

.content table tr:nth-child(2n+1) td {
    background-color: #f7f7f7;
}

.scheme-of-work {
    counter-reset: scheme-counter;
}

.scheme-of-work .item {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 195px;
}

.scheme-of-work .item:before {
    content: counter(scheme-counter);
    counter-increment: scheme-counter;
    font-size: 40px;
    color: #e6ebed;
    line-height: 40px;
    font-weight: 800;
}

.scheme-of-work .item .text {
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}

.scheme-of-work .item img {
    width: 84px;
    margin: 10px 0 25px;
}

.block-advantages {
    padding: 0 40px 40px 40px;
    background: linear-gradient(97.77deg, #5C80BC -7.59%, #40476D 115.1%);
    color: #eceff6;
}

.block-advantages h2,
.block-advantages h2 span {
    color: #fff;
    text-align: center;
}

.block-advantages .item {
    padding: 5px;
    margin-bottom: 18px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.block-advantages .item i {
    font-size: 34px;
    color: #eceff6;
    margin-right: 16px;
}

.block-advantages .item-button {
    margin-bottom: 0;
}

.block-advantages .item-button button {
    margin: 0 auto;
    padding: 20px 36px;
    height: auto;
}

.block-clients img {
    width: 100%;
    opacity: 0.7;
}

.block-gallery .title {
    margin-top: 15px;
    font-weight: 600;
    text-align: center;
}

.table.properties th,
.table.properties td {
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
}

.footer {
    margin-top: 100px;
    padding: 45px 0 35px;
    background: #fdfdfd url(/img/line.svg) top center no-repeat;
}

.footer .logo {
    margin-top: -11px;
}

.footer .contacts {
    font-weight: 600;
    text-align: right;
    margin-top: 30px;
}

.footer .contacts .number {
    margin: 7px 0;
    font-size: 23px;
    font-weight: 800;
}

.footer-menu div {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-menu div:before {
    content: ' ';
    background: #8c9cb8;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 1px;
}

.footer-menu a {
    color: #333;
}

.copyright {
    padding: 15px 0;
    background: url(/img/line.svg) top center no-repeat;
    font-size: 12px;
}

a.file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.file .label {
    color: #000;
    margin-right: 6px;
    font-weight: 600;
    margin-bottom: 6px;
}

a.file i {
    color: #000;
    font-size: 20px;
    margin-right: 6px;
}

a.file .nowrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
}

a.file .text {
    border-bottom: 1px dotted;
    text-transform: uppercase;
    display: block;
}

.product-image {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-image img {
    max-width: auto!important;
    height: 100%;
}

.product-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(315deg, rgba(78, 100, 150, 0.77), rgba(0, 0, 0, 0));
    background: linear-gradient(135deg, rgba(78, 100, 150, 0.77), rgba(0, 0, 0, 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;
}

.product-title span {
    color: #fff;
    font-size: 54px;
    font-weight: 800;
}

.product-properties {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.product-properties th,
.product-properties td {
    border: none;
    border-bottom: 1px dotted #bfc9db;
    padding: 16px 0 4px;
}

.product-properties th {
    text-align: left;
}

.product-properties td {
    text-align: right;
}

.contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts-info i {
    margin-right: 12px;
    font-size: 32px;
}

.contacts-info span {
    font-weight: 600;
}

.contacts-info .number {
    font-weight: 700;
    font-size: 24px;
}

.contacts-indent {
    margin: 40px 0 40px;
    background: url(/img/line.svg) center center;
    height: 1px;
    width: 100%;
    opacity: 0.6;
}

.block-gallery .card {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #eaeef6;
    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;
}

.calculator {
    padding: 35px;
    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;
    font-weight: 500;
    border: 1px solid #eaeef6;
}

.calculator .title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 35px;
}

.calculator .calc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.calculator .result {
    border-collapse: collapse;
    width: 100%;
}

.calculator input,
.calculator select {
    text-align: right;
    font-weight: 600;
}

.calculator .result tr {
    background: -o-linear-gradient(315deg, #f8f4e9, #fff);
    background: -o-linear-gradient(315deg, #f1f2f4, #fff);
    background: linear-gradient(135deg, #f1f2f4, #fff);
    font-weight: 600;
    border-bottom: 1px solid #eaeef6;
}

.calculator .result tr td {
    padding: 15px 25px;
}

.calculator .result .name {}

.calculator .result .value {
    font-weight: 700;
}

.calculator .result .unit {
    text-align: right;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: transparent;
    overflow-y: auto;
}

.modal .bg {
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    background: rgba(234, 238, 246, 0.8196078431372549);
}

.modal .block {
    margin: 5% auto 0;
    max-width: 860px;
    background: #fff;
    position: relative;
    padding: 30px 25px 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2196078431372549);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2196078431372549);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2196078431372549);
}

.modal .block .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}

form .empty-required {
    border-color: red;
}

form input,
form textarea {
    padding: 12px 22px;
    font-weight: 600;
}

form input {
    margin-bottom: 15px;
}

form textarea {
    width: 100%;
    height: 218px;
}

.policy-info {
    color: #999;
    line-height: 20px;
}

.callback-form .block {
    max-width: 460px;
}

.float-left {
    float: left;
    margin-right: 2%;
}

.float-right {
    float: right;
    margin-left: 2%;
}

.delivery_map {
    margin-top: 30px;
}
.arrows {
    display: inline-block;
    margin-left: 6px;
    position: relative;
    width: 20px;
    height: 18px;
}
.arrow_down {
    display: none;
}
.arrow_down, .arrow_up {
    color: #516a9d;
    cursor: pointer;
    position: absolute;
    top: 0;
}
nav {
    display: none;
}