﻿* {
    outline: none;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
    color: #282623;
}

a {
    color: #062d3e;
}

a:hover {
    text-decoration: none;
    color: #000;
    border:none;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.float-right {float: right;}
.float-left {float: left;}
.clear {clear: both;}


.top-header-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
}

.top-header-row .main-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

}

.top-header-row .main-logo img {
    display: block;
}

.top-header-row .main-logo .logo-link {
    margin-right: 20px;
    display: block;
    border-radius: 100px;
    transition: .3s;
}

.top-header-row .main-logo .logo-link:hover {
    box-shadow: 0 0 5px 1px #265e3d;
}

.top-header-row .main-logo .header-title {
    color: #265e3d;
    font-size: 18px;
}

.top-header-row .main-logo .header-title span {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 3px;
}

.top-header-row .phone {
    color: #a2a09d;
}

.top-header-row .phone .big {
    font-weight: bold;
    font-size: 24px;
    color: #282623;
    margin-left: -13px;
    margin-bottom: 5px;
}


.btn {
    display: inline-block;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    text-decoration: none;
    border:none;
    font-weight: bold;
    border-radius:4px;
    transition: .2s;
}

.btn.btn-1 {
    color: #fff;
    background: #f26649;
}


.btn.btn-1:hover {
    background: #ff9681;
    color: #000;
}

.btn.btn-2 {
   background: #eba500;
   color:#fff;
}

.btn.btn-2:hover {
    background: #ffc94b;
    color: #000
}

.main-menu {
    background: #01963c;
}

.main-menu-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;

}

.main-menu-list li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.main-menu-list li {
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
}

.main-menu-list li a:hover {
    background: #0a7635;
}


.main-banner {
    background: url('../img/bg-1.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-banner>.wrapper {
    padding: 100px 20px;
}

.main-banner h1 {
    color:#01963c;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

.main-banner p {
    line-height: 30px;
}

.main-banner p .big {
    font-weight: bold;
    font-size: 30px;
}

.main-banner_stock {
    background: rgba(136, 108, 96, 0.95);
    width: 100%;
    padding: 30px 0;
}

.stock-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.stock-row .main-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color:#fff;
    font-size: 30px;
}

.stock-row .main-text img {
    margin-right: 30px;
}

.stock-row .stock-action {
    color:#fff;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.stock-row .stock-action .btn {
    margin-bottom: 5px;
}

.stock-row .stock-action p {
    line-height: 1;
    margin-top: 5px;
}

.block {
    padding: 60px 0;
}

.block h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.block .subtitle {
    font-size: 30px;
    font-weight: bold;
}

.block h2.green {
    color:#01963c;
}

.block .grid-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    margin: 20px 0;
}

.block .grid-2 .item {
    width: 50%;
}

.block .grid-2 .item:first-child {
    margin-right: 30px;
}

.block .grey {
    color:#736f69;
}

.block.services {
    background: #a36169 url('../img/bg-2.jpg') center center no-repeat;
    background-size: cover; 
}

.block.services h2 {
    color: #fff;
    
}

.block.services .subtitle {
    color: #fff;
}

.services-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;  
    margin: 30px 0 40px;  
    -webkit-align-items: flex-start;  
        -ms-flex-align: start;  
            align-items: flex-start;
}
 
.services-row .item {
    width: 370px;
    border-radius: 5px;
    overflow: hidden;
}

.services-row .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.services-row .item .title {
    min-height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #f26649;
    color: #fff;
}

.services-row .item .text {
    background: #fff;
    padding: 25px;
}

.services-row .item .text ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #726e68;
}

.services-row .item .text ul li:before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #01963c;
}

.block.features h2 {
    color: #01963c;
}

.block.features h2, .block.features .subtitle {
    text-align: center;
}

.block.features .features-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

.block.features .features-row .item {
    width: 25%;
    text-align: center;
    padding: 15px;
}

.block.features .features-row .item a {
    color: #f26649;
}

.block.features .features-row .item img {
    transition: 1s;
}

.block.features .features-row .item p.title {
    font-size:  30px;
    color: #01963c;
    font-weight: bold;  
    margin: 5px 0 10px;    
}

.block.features .features-row .item:hover img {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}


.block.photogallery {
    background: url('../img/bg-3.jpg') center center no-repeat;
    background-size: cover;
}

.block.photogallery h2 {
    color:  #fff;
    text-align: center; 
}

.tabs-1 .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;  
    -webkit-justify-content: center;  
        -ms-flex-pack: center;  
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;    
}


.tabs-1 .container a {
    border-top: none;   
    text-transform: uppercase;
    color:  #fff;  
    text-decoration: none;  
    padding: 0 30px;
    border:2px solid #fff;
    height: 40px;   
    line-height: 40px; 
    font-size:  18px;
    text-align: center; 
    display: block;
    border-radius: 50px;  
    margin: 10px;
    font-weight: bold;
}

.tabs-1 .container a:hover {
    color: #f8b517;
    border:2px solid #f8b517;
    cursor: pointer;
}

.tabs-1 .container a.active {
    background: #fff;
    color: #01963a;
}

.photogallery-slider {
    margin: 60px 0 20px;
}

.photogallery-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photogallery-row .item {
    width: 270px;
    margin-bottom: 30px;
}

.price-list h2 {
    color: #01963c;
}

.price-list h2, .price-list .subtitle {
    text-align: center;
}

.price-list .text-center {
    text-align: center;
    margin: 20px 0;
    color: #726e68;
    line-height: 30px;
}

.price-list-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 10px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.price-list-row>.item {
    width: 270px;
}

.price-list-row>.item>.item-row {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.price-list-row>.item.text {
    padding-right: 10px;
}

.price-list-row>.item.table-1>.item-row {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f3f1e9;
    border-bottom: 1px solid #e0ddd3;
    font-weight: bold;
}

.price-list-row>.item.table-1>.item-row.title {
    background: #886c60;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;

}

.price-list-row>.item.table-1>.item-row:last-child {
    border:none;
}

.price-list-row>.item.table-1>.item-row.title.orange {
    background: #f26649;
}

.price-list-row>.item.table-1 {
    overflow: hidden;
    border-radius: 5px;
}

.price-list-row>.item.mobile-visible {
    display: none;
}




.stock-block {
    padding: 25px 0;
    background: #f8b517;
}

.stock-block-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.stock-block-row>.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.stock-block-row>.text>.icon {
    margin-right: 30px;
}

.btn-3 {
    background: none;
    border:2px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.btn-3:hover {
    background: #fff;
    color: #000;
     border:2px solid #fff;
}

.reviews-block h2 {
    text-align: center;
        color: #01963c;
}



.reviews-block-slider .review-item {
    width: 570px;
    padding: 35px;
    border:2px solid #d2d0ce;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    line-height: 30px;
}

.reviews-block-slider {
    margin: 30px -15px 0;
}

.reviews-block-slider .author {
    text-align: right;
    color: #a2a09d;
    font-size: 18px;
    margin: 15px;
}

.reviews-block-slider .review-item:after {
    content: '';
    display: block;
    background: url('../img/reviews-angle.png') center center no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.block.about-info {
    background: #f3f1e9;
}

.block.about-info h2 {
    color: #01963c;
}

.block.about-info h2, .block.about-info .subtitle {
    text-align: center;
}


.about-info-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 20px;
}

.about-info-row .item {
    width: 570px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.about-info-row .item .text {
    line-height: 30px;
    padding-top: 15px;
}

.about-info-row .item .text .title {
    font-size: 30px;
    margin-bottom: 5px;
}

.about-info-row .item .icon {
    margin-right: 30px;
}


.slick-prev, .slick-next {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50px;
    z-index: 5;
    margin-top: -40px;
    transition: .1s;
}

.slick-prev {
    background: rgba(40, 38, 35, 0.25) url('../img/slider-arrow.png') 14px center no-repeat;
    left: -320px;
}

.slick-next {
    background: rgba(40, 38, 35, 0.25) url('../img/slider-arrow-right.png') 20px center no-repeat;
    right: -320px;
}


.slick-prev:hover, .slick-next:hover {
     background-color: rgba(40, 38, 35, 0.8);
}

.footer {
    background: url('../img/bg-4.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}

.footer-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 0;
}

.footer-row .footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.footer-row .footer-menu ul {
    margin-right: 100px;
}

.footer-row .footer-menu ul li {
    margin-bottom: 20px;
}

.footer-row .footer-menu ul a {
    color: #f8b517;

}

.footer-row .footer-menu ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-row>.contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

.footer-row>.contacts .phone, .footer-row>.contacts .action {
    width: 50%;
}

.footer-row>.contacts .adress {
    width: 100%;
}

.footer-row>.contacts p {
    color: #c9beba;
}

.footer-row>.contacts .phone .big {
    font-size: 24px;
    font-weight: bold;
    margin-left: -10px;
    color: #fff;
}

.copyright {
    min-height: 50px;
    line-height: 50px;
    background: #282422;
    color: #fff;
}

.copyright a {
    color: #fff;
}





.modal {
    max-width: 700px;
    padding: 70px;
    background: #f5f5f5;
    margin: 0 auto;
    position: relative;
}

.modal .result {
    text-align: center;
    font-size: 24px;
}

.modal h2 {
    font-size: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.modal h3 {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.modal .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal .container input {
    width: 48%;
    max-width: 270px;
}

.modal .container textarea {
    width: 100%;
    margin-bottom: 60px;
    resize: none;
}

.leftimg {
    float: left;
    margin: 5px 5px 5px 0px;
}

.modal .container input, .modal .container textarea {
    height: 60px;
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #919191;
    border:1px solid #d8dddf;
    font-family: 'Roboto', sans-serif;
}

.modal .container textarea {
    height: 120px;
}

.modal .container input.width100 {
    width: 100%;
    max-width: 100%;
}

.modal .button-1 {
    width: 230px;
    margin: 30px auto 0;
    display: table;
    cursor: pointer;
}

.modal .container .italic {
    font-style: italic;
}

.modal .popup-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../img/close.png") no-repeat;
    height: 44px;
    width: 44px;
    display: block;
}

.modal .popup-modal-dismiss:hover {
    opacity: .6;
}


.modal .btn-2 {
    width: 270px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    cursor: pointer;
}

#to-top {
   width: 59px;
   height: 59px;
   background: url("../img/to-top.png") no-repeat;
   position: fixed;
   bottom: 80px;
   right: 50px;
   cursor: pointer;
   display: none;
   background-size: contain;
}

* {
    outline: none;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {height: 100%;}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 18px;
    color: #282623;
    min-height: 100%;
    padding-bottom: 264px;
    position: relative;
}

body > footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

a {
    color: #062d3e;
}

a:hover {
    text-decoration: none;
    color: #000;
    border:none;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.float-right {float: right;}
.float-left {float: left;}
.clear {clear: both;}


.top-header-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
}

.top-header-row .main-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;

}

.top-header-row .main-logo img {
    display: block;
}

.top-header-row .main-logo .logo-link {
    margin-right: 20px;
    display: block;
    border-radius: 100px;
    transition: .3s;
}

.top-header-row .main-logo .logo-link:hover {
    box-shadow: 0 0 5px 1px #265e3d;
}

.top-header-row .main-logo .header-title {
    color: #265e3d;
    font-size: 18px;
}

.top-header-row .main-logo .header-title span {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 3px;
}

.top-header-row .phone {
    color: #a2a09d;
}

.top-header-row .phone .big {
    font-weight: bold;
    font-size: 24px;
    color: #282623;
    margin-bottom: 5px;
}


.btn {
    display: inline-block;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 45px;
    text-decoration: none;
    border:none;
    font-weight: bold;
    border-radius:4px;
    transition: .2s;
}

.btn.btn-1 {
    color: #fff;
    background: #f26649;
}


.btn.btn-1:hover {
    background: #ff9681;
    color: #000;
}

.btn.btn-2 {
   background: #eba500;
   color:#fff;
}

.btn.btn-2:hover {
    background: #ffc94b;
    color: #000
}

.main-menu {
    background: #01963c;
}

.main-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.main-menu ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    height:60px;
    padding: 0 30px;
    text-align: center;
    text-transform: uppercase;
}
.main-menu ul li ul li a{
    height:auto;
    min-height:60px;
    line-height:1.3;
    padding:10px 30px;
}
.main-menu ul li {
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
    position: relative;
}

.main-menu ul li.active > a,
.main-menu ul li a:hover {
    background: #0a7635;
}

.main-menu ul li > ul {
    position: absolute;
    top: 60px;
    background: #01963c;
    width: 100%;
    left: 0;
    z-index: 10;
    display: none;
}

.main-menu ul li:hover ul {
    display: flex;
}

.main-banner {
    background: url('../img/bg-1.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.main-banner>.wrapper {
    padding: 100px 20px;
}

.main-banner h1 {
    color:#01963c;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

.main-banner p {
    line-height: 30px;
}

.main-banner p .big {
    font-weight: bold;
    font-size: 30px;
}

.main-banner_stock {
    background: rgba(136, 108, 96, 0.95);
    width: 100%;
    padding: 30px 0;
}

.stock-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
}

.stock-row .main-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color:#fff;
    font-size: 30px;
}

.stock-row .main-text img {
    margin-right: 30px;
}

.stock-row .stock-action {
    color:#fff;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.stock-row .stock-action .btn {
    margin-bottom: 5px;
}

.stock-row .stock-action p {
    line-height: 1;
    margin-top: 5px;
}

.block {
    padding: 60px 0;
}

.block h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.block .subtitle {
    font-size: 30px;
    font-weight: bold;
}

.block h2.green {
    color:#01963c;
}

.block .grid-2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    margin: 20px 0;
}

.block .grid-2 .item {
    width: 50%;
}

.block .grid-2 .item:first-child {
    margin-right: 30px;
}

.block .grey {
    color:#736f69;
}

.block.services {
    background: #a36169 url('../img/bg-2.jpg') center center no-repeat;
    background-size: cover;
}

.block.services h2 {
    color: #fff;

}

.block.services .subtitle {
    color: #fff;
}

.services-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 30px 0 40px;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.services-row .item {
    width: 370px;
    border-radius: 5px;
    overflow: hidden;
}

.services-row .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.services-row .item .title {
    min-height: 60px;
    line-height: 60px;
    padding: 0 30px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #f26649;
    color: #fff;
}

.services-row .item .text {
    background: #fff;
    padding: 25px;
}

.services-row .item .text ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    color: #726e68;
}

.services-row .item .text ul li:before {
    content: '●';
    position: absolute;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    color: #01963c;
}

.block.features h2 {
    color: #01963c;
}

.block.features h2, .block.features .subtitle {
    text-align: center;
}

.block.features .features-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
}

.block.features .features-row .item {
    width: 25%;
    text-align: center;
    padding: 15px;
}

.block.features .features-row .item a {
    color: #f26649;
}

.block.features .features-row .item img {
    transition: 1s;
}

.block.features .features-row .item p.title {
    font-size:  30px;
    color: #01963c;
    font-weight: bold;
    margin: 5px 0 10px;
}

.block.features .features-row .item:hover img {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}


.block.photogallery {
    background: url('../img/bg-3.jpg') center center no-repeat;
    background-size: cover;
}

.block.photogallery h2 {
    color:  #fff;
    text-align: center;
}

.tabs-1 .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
}


.tabs-1 .container a {
    border-top: none;
    text-transform: uppercase;
    color:  #fff;
    text-decoration: none;
    padding: 0 30px;
    border:2px solid #fff;
    height: 40px;
    line-height: 40px;
    font-size:  18px;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin: 10px;
    font-weight: bold;
}

.tabs-1 .container a:hover {
    color: #f8b517;
    border:2px solid #f8b517;
    cursor: pointer;
}

.tabs-1 .container a.active {
    background: #fff;
    color: #01963a;
}

.photogallery-slider {
    margin: 60px 0 20px;
}

.photogallery-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.photogallery-row .item {
    width: 270px;
    margin-bottom: 30px;
}

.price-list h2 {
    color: #01963c;
}

.price-list h2, .price-list .subtitle {
    text-align: center;
}

.price-list .text-center {
    text-align: center;
    margin: 20px 0;
    color: #726e68;
    line-height: 30px;
}

.price-list-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 10px;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.price-list-row>.item {
    width: 270px;
}

.price-list-row>.item>.item-row {
    height: 80px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.price-list-row>.item.text {
    padding-right: 10px;
}

.price-list-row>.item.table-1>.item-row {
    text-align: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f3f1e9;
    border-bottom: 1px solid #e0ddd3;
    font-weight: bold;
}

.price-list-row>.item.table-1>.item-row.title {
    background: #886c60;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;

}

.price-list-row>.item.table-1>.item-row:last-child {
    border:none;
}

.price-list-row>.item.table-1>.item-row.title.orange {
    background: #f26649;
}

.price-list-row>.item.table-1 {
    overflow: hidden;
    border-radius: 5px;
}

.price-list-row>.item.mobile-visible {
    display: none;
}




.stock-block {
    padding: 25px 0;
    background: #f8b517;
}

.stock-block-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.stock-block-row>.text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
}

.stock-block-row>.text>.icon {
    margin-right: 30px;
}

.btn-3 {
    background: none;
    border:2px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.btn-3:hover {
    background: #fff;
    color: #000;
     border:2px solid #fff;
}

.reviews-block h2 {
    text-align: center;
        color: #01963c;
}



.reviews-block-slider .review-item {
    width: 570px;
    padding: 35px;
    border:2px solid #d2d0ce;
    border-radius: 20px;
    margin: 15px;
    position: relative;
    line-height: 30px;
}

.reviews-block-slider {
    margin: 30px -15px 0;
}

.reviews-block-slider .author {
    text-align: right;
    color: #a2a09d;
    font-size: 18px;
    margin: 15px;
}

.reviews-block-slider .review-item:after {
    content: '';
    display: block;
    background: url('../img/reviews-angle.png') center center no-repeat;
    width: 18px;
    height: 19px;
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.block.about-info {
    background: #f3f1e9;
}

.block.about-info h2 {
    color: #01963c;
}

.block.about-info h2, .block.about-info .subtitle {
    text-align: center;
}


.about-info-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 20px;
}

.about-info-row .item {
    width: 570px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.about-info-row .item .text {
    line-height: 30px;
    padding-top: 15px;
}

.about-info-row .item .text .title {
    font-size: 30px;
    margin-bottom: 5px;
}

.about-info-row .item .icon {
    margin-right: 30px;
}


.slick-prev, .slick-next {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50px;
    z-index: 5;
    margin-top: -40px;
    transition: .1s;
}

.slick-prev {
    background: rgba(40, 38, 35, 0.25) url('../img/slider-arrow.png') 14px center no-repeat;
    left: -100px;
}

.slick-next {
    background: rgba(40, 38, 35, 0.25) url('../img/slider-arrow-right.png') 20px center no-repeat;
    right: -100px;
}


.slick-prev:hover, .slick-next:hover {
     background-color: rgba(40, 38, 35, 0.8);
}

.footer {
    background: url('../img/bg-4.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}

.footer-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 45px 0;
}

.footer-row .footer-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.footer-row .footer-menu ul {
    margin-right: 100px;
}

.footer-row .footer-menu ul li {
    margin-bottom: 20px;
}

.footer-row .footer-menu ul a {
    color: #f8b517;

}

.footer-row .footer-menu ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-row>.contacts {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
}

.footer-row>.contacts .phone, .footer-row>.contacts .action {
    width: 50%;
}

.footer-row>.contacts .adress {
    width: 100%;
}

.footer-row>.contacts p {
    color: #c9beba;
}

.footer-row>.contacts .phone .big {
    font-size: 24px;
    font-weight: bold;
    margin-left: -10px;
    color: #fff;
}

.copyright {
    min-height: 50px;
    line-height: 50px;
    background: #282422;
    color: #fff;
}

.copyright a {
    color: #fff;
}





.modal {
    max-width: 800px;
    padding: 70px;
    background: #f5f5f5;
    margin: 0 auto;
    position: relative;
}

.modal .result {
    text-align: center;
    font-size: 24px;
}

.modal h2 {
    font-size: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.modal .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.modal .container input {
    width: 48%;
    max-width: 270px;
}

.modal .container textarea {
    width: 100%;
    margin-bottom: 60px;
    resize: none;
}

.modal .container input, .modal .container textarea {
    height: 60px;
    padding: 15px 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #919191;
    border:1px solid #d8dddf;
    font-family: 'Roboto', sans-serif;
}

.modal .container textarea {
    height: 120px;
}

.modal .container input.width100 {
    width: 100%;
    max-width: 100%;
}

.modal .button-1 {
    width: 230px;
    margin: 30px auto 0;
    display: table;
    cursor: pointer;
}

.modal .container .italic {
    font-style: italic;
}

.modal .popup-modal-dismiss {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url("../img/close.png") no-repeat;
    height: 44px;
    width: 44px;
    display: block;
}

.modal .popup-modal-dismiss:hover {
    opacity: .6;
}

.modal .btn-2 {
    width: 270px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    cursor: pointer;
}

#to-top {
   width: 59px;
   height: 59px;
   background: url("/assets/img/to-top.png") no-repeat;
   position: fixed;
   bottom: 80px;
   right: 50px;
   cursor: pointer;
   display: none;
   background-size: contain;
}

/* Для внутренних страниц */

.wrapper.inner h1 {
   font-size: 50px;
   line-height: 1;
   text-align: center;
   margin: 40px 0 0;
   color: #01963c;
}

.wrapper.inner p {
   line-height: 30px;
}

.wrapper.inner > p {
   margin: 15px 0;
}

.wrapper.inner p.s-title {
   font-weight: 700;
   font-size: 30px;
   text-align: center;
   margin-bottom: 30px;
}

.wrapper.inner h2 {
   font-size: 36px;
   text-align: center;
   color: #01963c;
   margin: 40px 0;
}

.wrapper.inner .special-offer {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   border-radius: 5px;
   padding: 40px;
   margin: 40px 0;
   background: #f3f1e9;
}

.wrapper.inner .special-offer p {
   margin: 0;
   font-size: 26px;
   font-weight: 500;
}

.wrapper.inner ul.two-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 30px;
    margin-bottom: 40px;
}

.wrapper.inner ul.two-items > li {
   width: 33%;
}

.wrapper.inner ul.two-items > li > p:first-of-type {
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 10px;
}

.wrapper.inner ul.two-items-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 30px;
    margin-bottom: 40px;
}

.wrapper.inner ul.two-items-custom > li {
   width: 40%;
}

.wrapper.inner ul.two-items-custom > li > p:first-of-type {
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 10px;
}

.wrapper.inner ul.three-items {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin-bottom: 40px;
}

.wrapper.inner ul.three-items > li {
   width: 31%;
}

.wrapper.inner ul.three-items > li > p:first-of-type {
   font-weight: 700;
   font-size: 20px;
   margin-bottom: 10px;
}

.wrapper.inner ul.custom-list li {
   padding-left: 20px;
   position: relative;
   margin-bottom: 10px;
}

.wrapper.inner ul.custom-list li:before {
   position: absolute;
   content: "";
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #01963c;
   top: 10px;
   left: 0;
}

.wrapper.inner .custom-table {
   border-collapse: collapse;
   margin-bottom: 40px;
   width: 100%;
}

.wrapper.inner .custom-table td {
   padding: 10px;
   border: 1px solid #e0ddd3;
   background-color: #f3f1e9;
}

.wrapper.inner .custom-table td:not(:first-child) {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.wrapper.inner .custom-table tr:first-child td {
   background: #886c60;
   font-size: 20px;
   color: #FFF;
   vertical-align: middle;
   text-align: center;
}

.wrapper.inner .custom-table tr:first-child td span {
   font-weight: 700;
}

.wrapper.inner .custom-table tr:not(:first-child) td:first-child {
   font-weight: 500;
   font-size: 20px;
   text-align: center;
}

.wrapper.inner .block.photogallery {
    padding: 30px 20px;
    margin-bottom: 30px;
}

.wrapper.inner ul.three-items li img {
    height: 80px;
    margin: 40px auto 15px;
    display: block;
}

.wrapper.inner .col-half {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.wrapper.inner form.contacts-form {
    width: 500px;
    margin: 40px 0;
}

.wrapper.inner form.contacts-form p {
    margin-bottom: 15px;
}

.wrapper.inner form.contacts-form input {
    height: 40px;
    padding: 0 20px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #919191;
    border: 1px solid #d8dddf;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 40px;
}

.wrapper.inner form.contacts-form button {
    width: 270px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    cursor: pointer;
    line-height: 0;
}

.wrapper.inner h1 ~ div.col-half.contacts {
    margin-top: 50px;
}

.wrapper.inner .col-half.contacts ~ p > img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 60px;
}

.wrapper.inner .col-half.how-to-get {
    margin-bottom: 50px;
}

.wrapper.inner .col-half.how-to-get > p {
    margin-bottom: 20px;
}

.wrapper.inner .col-half.contacts ~ p:not(:first-of-type) {
    padding-left: 80px;
    position: relative;
}

.wrapper.inner .col-half.contacts ~ p:last-child {
    margin-bottom: 50px;
}

.wrapper.inner .yandex-map.contacts {
    width: 500px;
    margin: 0 0 0 auto;
}

.wrapper.inner > p a {
    color: #f26649;
}

.wrapper.inner .services-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.wrapper.inner .services-links a {
    background: #92D050;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 370px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
}

.wrapper.inner .services-links a:hover {
    background: #14B437;
    color: #000;
}

.article-item {
    padding: 20px;
    border: 1px solid #d2d2d2;
    margin: 30px 0 40px;
    transition: .2s;
    position:relative;
}

.article-item:hover {
   border: 1px solid #888;
}

.clear {clear: both;}


.article-item_title {
   margin-bottom: 20px;
   color: #f26649;
   text-transform:uppercase;
   font-weight:bold;
}
.article-item_read-more a {color:#a2a09d; }
.article-item_read-more {margin:10px 0;}
.page-count {color:#a2a09d; }
.page-nav li {display:inline-block; margin:5px 15px 5px 0;}
.page-nav li a {color:#282623}
.page-nav li a.active {text-decoration:none;}
.article-item_title a:hover {color:#f26649;}
.article-item-img {width:20%; height:90%;margin-right:20px;display:inline-block;position:relative;}
.article-item-img img {width:100%; max-width:250px; display:table; margin:auto;}
.article-item-body {display:inline-block;width:77%;vertical-align:top;}
img.float-image {margin:8px 20px 10px 0;}
img.float-image:after {
    clear: both;
}

.breadcrumbs_new{
	font-size: 16px;
	padding-top: 20px;
}

.breadcrumbs_new ul{
	display: inline-flex;
}

.breadcrumbs_new a{
	text-decoration: none;
	color: #01963c;
}

.breadcrumbs_new a:hover{
	text-decoration: none;
	color: #000000;
}

.B_currentCrumb {
	color: #000000;
}


ol { padding-left: 30px; }
  ol li { list-style: decimal; margin-bottom: 15px; line-height: 30px; }
/*
     FILE ARCHIVED ON 21:34:38 Jun 05, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:30:37 Jan 26, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 498.384 (3)
  esindex: 0.01
  exclusion.robots: 0.136
  PetaboxLoader3.datanode: 347.384 (4)
  PetaboxLoader3.resolve: 253.683 (4)
  exclusion.robots.policy: 0.126
  captures_list: 568.036
  load_resource: 152.352
  CDXLines.iter: 18.032 (3)
  RedisCDXSource: 48.858
*/
































