<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    line-height: 1;
    width: 100%;
    font-family: AvenirNextCyr;
    background: url(../img/grad.png) top center no-repeat;
}

.error {
	border: 1px solid red!important;
}

.form_access {
	display: none;
	text-align: center;
}

.form_access span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
    color: #e41d2d;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.block {
    display: table;
    width: 100%}
.item {
    display: table-cell;
    vertical-align: middle;
}
.popup {
    position: fixed;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(43, 43, 43, .75);
}
.popup .pop_block {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding: 30px 20px;
    width: 100%;
    max-width: 370px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup .pop_block .cross {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.popup .pop_block .cross svg {
    width: 100%}
.popup .pop_block .cross:hover svg {
    fill: #e41d2d;
}
.popup .pop_block .pb_title {
    font-weight: 600;
    font-size: 22px;
    color: #e41d2d;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.popup .pop_block .line_wrap {
    width: 100%;
    height: 40px;
    border: 1px solid #e2ddd6;
    padding: 0 15px;
    margin-bottom: 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.popup .pop_block .line_wrap input {
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #7a7a7a;
    background-color: transparent;
}
.popup .pop_block .line_wrap select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    color: #7a7a7a;
}
.popup .pop_block input[type=submit] {
    width: 250px;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background-color: #e41d2d;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
}
.popup .pop_block input[type=submit]:hover {
    background-color: #ff5664;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.get_order .order {
    display: block;
}
.get_call .callback {
    display: block;
}
.top {
    background: url(../img/topback.png) center no-repeat;
    background-size: cover;
}
.top .header_wrap {
    display: table;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.top .header_wrap .adress {
    float: right;
    color: #ebe5de;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 30px 17px 0;
}
.top .header_wrap .header {
    width: 100%;
    height: 81px;
    padding: 0 20px 0 35px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: table;
}
.top .header_wrap .header .nav {
    padding: 4px 0 0 35px;
    display: table;
}
.top .header_wrap .header .nav li {
    float: left;
    margin-right: 24px;
    font-size: 14px;
    color: #2b2a29;
    cursor: pointer;
}
.top .header_wrap .header .nav li:after {
    content: url(../img/slash.png);
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
}
.top .header_wrap .header .nav li:last-child {
    margin-right: 0;
}
.top .header_wrap .header .nav li:last-child:after {
    display: none;
}
.top .header_wrap .header .nav li:hover {
    color: #e41d2d;
}
.top .header_wrap .header .menu {
    position: relative;
}
.top .header_wrap .header .hamburger {
    display: none;
    margin: 0 auto;
    width: 40px;
    height: 24px;
}
.top .header_wrap .header .hamburger .line {
    width: 40px;
    height: 5px;
    background-color: #2b2a29;
    margin-bottom: 4px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top .header_wrap .header .hamburger .line:last-child {
    margin-bottom: 0;
}
.top .header_wrap .header .hiden_adress {
    display: none;
}
.top .header_wrap .header .rolled {
    height: 33px;
}
.top .header_wrap .header .rolled .line:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 13px;
}
.top .header_wrap .header .rolled .line:last-child {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.top .header_wrap .header .rolled .line:nth-child(2) {
    display: none;
}
.top .header_wrap .header .phone {
    padding-top: 3px;
    font-size: 22px;
    font-weight: 700;
}
.top .header_wrap .header .ord {
    float: right;
    width: 209px;
    height: 39px;
    background-color: #e41d2d;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.top .header_wrap .header .ord:hover {
    background-color: #ff5664;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.top .top_content {
    margin: 40px 0 77px;
    display: table;
    width: 100%}
.top .top_content .cell {
    display: table-cell;
}
.top .top_content .cell:last-child {
    background-color: rgba(228, 29, 45, .85);
}
.top .top_content .cont {
    width: 1200px;
    display: table-cell;
}
.top .top_content .cont .half_wrap {
    float: left;
    display: table;
    height: 407px;
    width: 50%}
.top .top_content .cont .half_wrap:last-child {
    padding-left: 15px;
}
.top .top_content .cont .half_wrap .top_title {
    display: table-cell;
    vertical-align: middle;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: GothamPro;
    text-transform: uppercase;
    padding-left: 36px;
    line-height: 1.2;
}
.top .top_content .cont .sale {
    min-height: 407px;
    width: 100%;
    padding: 50px 0 39px 60px;
    background-color: rgba(228, 29, 45, .85);
}
.top .top_content .cont .sale .sale_title {
/*    font-size: 42px;
    font-weight: 500;
    color: #fff;
    line-height: .9;*/
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
 /*     font-weight: 700;
  text-transform: uppercase;*/
}


.top .top_content .cont .sale .sale_title:after {
    content: '';
    display: block;
    height: 2px;
    width: 60px;
    background-color: #fff;
    margin: 30px 0;
}
.top .top_content .cont .sale p {
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 35px;
    max-width: 300px;
}
.top .top_content .cont .sale p span {
    font-weight: 600;
}
.top .top_content .cont .sale .sale_bt {
    width: 265px;
    height: 63px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #e41d2d;
    text-align: center;
    padding-top: 21px;
    margin-left: -15px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.top .top_content .cont .sale .sale_bt:hover {
    background-color: #485a5b;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.slider_block .slider {
    position: relative;
    margin: 40px auto 0;
    width: 100%;
    height: 460px;
    max-width: 1472px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 8px 21px rgba(61, 60, 58, .41);
    -moz-box-shadow: 0 8px 21px rgba(61, 60, 58, .41);
    box-shadow: 0 8px 21px rgba(61, 60, 58, .41);
    overflow: hidden;
}
.slider_block .slider .mask {
    position: relative;
    height: 460px;
}
.slider_block .slider .mask .slide {
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.slider_block .slider .mask .slide img {
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider_block .slider .aleft, .slider_block .slider .aright {
    position: absolute;
    top: 206px;
    display: table;
    cursor: pointer;
}
.slider_block .slider .aleft:hover, .slider_block .slider .aright:hover {
    opacity: .6;
}
.slider_block .slider .aleft {
    left: 148px;
}
.slider_block .slider .aright {
    right: 148px;
}
.slider_block .slider .dot_wrap {
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slider_block .slider .dot_wrap .dot {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    cursor: pointer;
    margin-right: 25px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.slider_block .slider .dot_wrap .dot:last-child {
    margin: 0;
}
.slider_block .slider .dot_wrap .act_dot {
    background-color: #fff;
}
.block_title {
    font-size: 32px;
    font-family: ProximaNova;
    font-weight: 700;
    color: #3d3a3a;
    text-transform: uppercase;
}
.mob_title {
    display: none;
    padding: 40px 0 10px;
}
.partner_row {
    display: table;
    width: 100%}
.partner_row:last-child {
    border-top: 2px solid #e2ddd6;
}
.partner_row:last-child .partner_wrap {
    padding: 80px 0;
}
.partner_row .partner_wrap {
    width: 50%;
    float: left;
    position: relative;
    padding: 140px 0 40px;
}
.partner_row .partner_wrap .block_title {
    position: absolute;
    left: 0;
    top: 70px;
}
.partner_row .partner_wrap:first-child {
    border-right: 1px solid #e2ddd6;
}
.partner_row .partner_wrap:last-child {
    border-left: 1px solid #e2ddd6;
}
.partner_row .partner_wrap .partner_block {
    display: table;
    margin: 0 auto;
    height: 120px;
}
.partner_row .partner_wrap .partner_block .align_wrap {
    display: table-cell;
    vertical-align: middle;
}
.partner_row .partner_wrap .partner_block .align_wrap img {
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.partner_row .partner_wrap .partner_block .align_wrap .nums {
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 19px;
    color: #3d3a3a;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.partner_row .partner_wrap .partner_block .align_wrap .nums:before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #3d3a3a;
    margin: 0 auto;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.partner_row .partner_wrap .partner_block .align_wrap:hover .nums {
    visibility: visible;
    opacity: 1;
    height: auto;
}
.partner_row .partner_wrap .partner_block .align_wrap:hover .nums:before {
    margin: 20px auto;
}
.about .container {
    padding: 0;
    position: relative;
}
.about .container .frame_block {
    min-height: 397px;
}
.about .container .frame_block .frame_border {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: 0 0;
    border: 8px solid rgba(0, 0, 0, .8);
}
.about .container .frame_block .img_wrap {
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 21px rgba(0, 0, 0, .15);
    box-shadow: 0 0 21px rgba(0, 0, 0, .15);
}
.about .container .frame_block:first-child {
    width: 100%;
    position: relative;
    right: -53px;
    margin: 35px 0 80px;
    padding: 41px 52px 0;
    z-index: -1;
}
.about .container .frame_block:first-child ul {
    max-width: 525px;
    float: right;
}
.about .container .frame_block:first-child .frame_title {
    float: left;
}
.about .container .frame_block:first-child .img_wrap {
    position: absolute;
    top: -35px;
    left: -198px;
    z-index: -2;
}
.about .container .frame_block:last-child {
    max-width: 1120px;
    left: -87px;
    position: relative;
    padding: 43px 0 0 93px;
}
.about .container .frame_block:last-child .img_wrap {
    position: absolute;
    top: -150px;
    right: -170px;
    z-index: -1;
}
.about .container .frame_block:last-child .img_wrap .frame_title {
    position: absolute;
    left: 54px;
    bottom: 50px;
}
.about .container .frame_block:last-child ul {
    max-width: 415px;
}
.about .container .frame_block ul li {
    font-size: 22px;
    color: #3e3733;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}
.about .container .frame_block ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #e41d2d;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%}
.about .container .frame_title {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.vantages {
    padding-top: 50px;
}
.vantages .block_title {
    margin-bottom: 80px;
}
.vantages .side {
    float: left;
    width: 50%;
    position: relative;
    height: 533px;
}
.vantages .side:first-child {
    z-index: 2;
}
.vantages .side:first-child .cont_side {
    background: url(../img/side1.jpg) center no-repeat;
    background-size: cover;
    left: 0;
    right: -23px;
    padding: 40px 63px 0 0;
}
.vantages .side:first-child .cont_side .text_block {
    max-width: 540px;
    min-height: 227px;
    float: right;
    padding: 35px 24px 0;
}
.vantages .side:last-child {
    top: 34px;
}
.vantages .side:last-child .cont_side {
    width: 100%;
    background: url(../img/side2.jpg) center no-repeat;
    background-size: cover;
    padding: 41px 0 0 63px;
}
.vantages .side:last-child .cont_side .text_block {
    padding: 24px 20px 0 40px;
    max-width: 299px;
    min-height: 151px;
}
.vantages .side .text_block {
    background-color: rgba(51, 49, 49, .94);
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
}
.vantages .side .text_block span {
    font-weight: 600;
}
.vantages .side .cont_side {
    position: absolute;
    height: 100%}
.vantages .pad_cont {
    padding: 70px 0 130px;
}
.vantages .vant_wrap {
    float: right;
    width: 50%}
.vantages .vant_wrap .text_block {
    max-width: 390px;
    margin: 0 auto;
    color: #383636;
    font-size: 22px;
    position: relative;
}
.vantages .vant_wrap .text_block span {
    font-weight: 600;
}
.vantages .vant_wrap:first-child .text_block:after {
    content: '';
    display: block;
    position: absolute;
    left: -45px;
    bottom: -74px;
    right: -70px;
    top: -260px;
    z-index: 3;
    border: 8px solid rgba(0, 0, 0, .8);
}
.footer {
    width: 100%;
    height: 86px;
    background-color: #2d2d2d;
    font-family: ProximaNova;
}
.footer .container {
    display: table;
    height: 86px;
}
.footer .container span {
    font-size: 14px;
    color: #e0d8ce;
}
.footer .container .phone {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
.footer .container .ord {
    float: right;
    width: 225px;
    height: 40px;
    background-color: #e41d2d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 12px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer .container .ord:hover {
    background-color: #ff5664;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}</pre></body></html>