@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
body,
html {
    height: 100%;
    width: 100%;
    min-width: 320px;
	padding:0;margin:0;
}
button,
input,
textarea {
    font-family: inherit;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
ol,
ul {
    padding-left: 19px;
}

body {
    color: var(--color-text);
    font-size: 16px;
    line-height: 1.5;
    font-family: Inter, sans-serif;
    font-weight: 400;
    
}
body.lock {
    overflow: hidden;
}
.background {
    position: fixed;
    z-index: -1;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
}
.container {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 1060px;
}
.wrapper {
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
table {margin:0 0 15px;border-collapse: collapse;width:100%;border: 1px solid #3ba745;}

table td, table th {padding:10px 15px;border: 1px solid #3ba745;}

@media screen and (max-width: 767px) {
    .mtable {
        width: 100%;
        overflow: auto!important;
        border: 1px solid #3ba745;
        
        box-sizing: border-box;
        margin: 20px 0 20px;
    }
	
    .mtable table {
        margin: 0 0 0 0!important;
        border: none!important;
        border-radius: 0!important;
    }
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 30px;
}
img {
    max-width: 100%;
}
h1 {
    margin: 45px 0 30px;
    color: var(--color-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 0.96;
}
h1:first-child {
    margin-top: 0;
}
h1:last-child {
    margin-bottom: 0;
}
h2 {
    color: var(--color-text);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.04167;
    margin: 42px 0 25px;
}
h2:first-child {
    margin-top: 0;
}
h2:last-child {
    margin-bottom: 0;
}
h3 {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
    margin: 27px 0;
}
h3:first-child {
    margin-top: 0;
}
h3:last-child {
    margin-bottom: 0;
}
p {
    margin: 25px 0;
}
p:first-child {
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
ol,
ul {
    margin: 25px 0;
}
ol:first-child,
ul:first-child {
    margin-top: 0;
}
ol:last-child,
ul:last-child {
    margin-bottom: 0;
}
li:not(:last-child) {
    margin-bottom: 7px;
}
a {
    color: inherit;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
.header {
    padding: 15px 0 15px 0;
	background: rgba(14, 33, 22, 0.7);
	position:relative;
}
.header__row {
text-align:center;
}

.header__left {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}

.header__button {
position:absolute;right:30px;top:13px;
display: flex;
 justify-content: space-between;
 align-items: center;
}
.header__button a {margin:0 15px;}

.header__btn {
    padding: 0 17px;
}
@media (max-width:991px) {

.header__row {padding-left:15px;text-align:left;}
}
@media (max-width:500px) {

.header__row {padding:15px;text-align:center;}

.header__button {
position:static;
display: block;padding:30px 0 0;
}

}
@media (max-width:360px) {

.header__button a {display:block;margin:5px 10px;}

}
.logo {
    width: 160px;
    display: inline-block;
}
.logo img {
    max-width: 100%;
}
.btn {
    font-weight:700;
 
    text-align: center;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
   
    
    background: var(--color-white);
    color: var(--color-black);
    font-size: 18px;
    text-decoration: none;
}
.btn.btn-brown {
    color: #000;
    background: #d2b77f;
}

.btn.btn-green {
    background: #3ba745;
    color: #fff;
}
.footer {background: rgba(14, 33, 22, 0.7);padding:30px 0;text-align:center;}
.footer__text {
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.78571;
    
    
}
.banner {background:url(1.jpg) no-repeat 60% center;border-radius:10px;background-size:cover;overflow:hidden;position:relative;margin:30px 0;height:300px;padding:50px 30px 0;}
.banner b {display:block;font-weight:700;color:#fff;font-size:27px;}
.banner a.btn {padding:15px 30px;margin:30px 0 0;display:block;max-width:200px;}
@media (max-width:767px) {
.banner {padding:30px 15px;background-position:left center;height:auto;text-align:center;}
.banner a.btn {margin:30px auto 0;}	
}
.footer__button {
padding:15px 0 30px;
}
.footer__button a {margin:0 10px;}
.footer ul {list-style:none;margin:0 0 15px;}
.footer ul li {display:inline-block;margin:5px 10px;}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -14px;
}
.col-left {
    padding: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.666%;
    max-width: 100%;
}
.col-right {
    padding: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
}
h2 + .reviews {
    margin-top: 42px;
}
.reviews {
    margin-bottom: 37px;
}
.reviews__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-bottom: 7px;
}
.reviews__photo {
    color: var(--color-white);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50px;
    max-width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: var(--color-gray);
}
.reviews__photo svg {
    width: 38px;
    height: 38px;
    fill: currentColor;
}
.reviews__name {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5625;
}
.reviews__date {
    color: var(--color-text);
    font-size: 14px;
    line-height: 1.78571;
}
.reviews__text {
    margin: 0;
}

.block-images__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px -15px;
}

.block-images__col {
    padding: 20px 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.333%;
    max-width: 100%;
}

.block-images__item {
    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;
    row-gap: 15px;
    text-align: center;
}

.block-images__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    max-width: 100%;
}

.block-images__img img {
    max-width: 100%;
}


@media (max-width: 767.98px) {
    .block-images__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    

}
