/*основные цвета*/
:root{
    --c-brown: #5d4324;
    --c-green: #8dc447;
}

*{
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

@font-face {
    font-family: TlSans;
    src:url(../fonts/TlSans-VF.woff2) format("woff2");
}

ul, li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
a:hover,
a:active,
a:visited,
a:focus
{
    text-decoration: none;
    color: inherit;
}

header{
    background-color: rgba(255,255,255,1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.0);
    position: absolute;
    width: 100%;
    height: 104px;
    z-index: 2000;
    top: 0;
    transition: background-color .3s linear;
}

header .header-container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    height: 90px;
    display: table;
    padding: 5px 20px;
}

header .header-container .left-side{
    display: table-cell;
    vertical-align: middle;
}

header .header-container .left-side .left-container{
    display: inline-block;
}

.header-logo{
    margin-right: 30px;
    vertical-align: middle;
}

header .header-container .center-side{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: right;
}

header .header-container .center-side .center-container{
    text-align: right;
}

.header-list_item{
    clear: both;
    font-family: 'TlSans',Arial,sans-serif;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin: 0;
    color: #000000;
    white-space: nowrap;
    padding: 0 25px;
}

.green-back{
    padding-top: 210px;
    padding-bottom: 150px;
    background-color: var(--c-green);
}

.green-back .container.align_left{
    display: flex;
    justify-content: flex-start;
}

.t_container{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

.container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

.container::before{
    display: table;
    content: " ";
    width: 0;
}

.container::after{
    clear: both;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.col{
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}

.col_1 {
    max-width:60px
}
.col_2 {
    max-width:160px
}
.col_3 {
    max-width:260px
}
.col_4 {
    max-width:360px
}
.col_5 {
    max-width:460px
}
.col_6 {
    max-width:560px
}
.col_7 {
    max-width:660px
}
.col_8 {
    max-width:760px
}
.col_9 {
    max-width:860px
}
.col_10 {
    max-width:960px
}
.col_11 {
    max-width:1060px
}
.col_12 {
    max-width:1160px
}

.conf{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.heading {
    font-family: 'TlSans',Arial,sans-serif;
    font-weight: 600;
    color: #000000 !important;
}

.heading_xs {
    font-size: 26px;
    line-height: 1.23;
}

.title {
    font-family: 'TlSans',Arial,sans-serif;
    font-weight: 600;
    color: white;
}

.title_b{
    color: black !important;
}

.title_indent{
    margin-bottom: 12px;
    margin-top: 27px;
}

.title_xs {
    font-size:42px;
    line-height:1.23
}

.title_md {
    font-size:52px;
    line-height:1.23
}

.title_lg {
    font-size: 64px;
    line-height: 1.23;
    padding-top: 8px;
    padding-bottom: 3px;
}

.name_sm {
    font-size: 18px;
    line-height: 1.35;
}

.mb_50{
    margin-bottom: 50px;
}


.preface {
    font-size: 20px;
    opacity: 0.7;
    color: #000;
    line-height: 1.35;
}

.t_descr {
    margin-top: 43px;
    margin-bottom: 0;
    padding: 0 50px;
    color: #fff !important;
}

.descr {
    font-family: 'TlSans',Arial,sans-serif;
    font-weight: 300;
    color: #000000;
}

.descr_indent{
    margin-top: 17px;
    margin-bottom: 25px;
}

.descr_xs {
    font-family: 'TlSans',Arial,sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.descr_sm {
    font-family: 'TlSans',Arial,sans-serif;
    font-size:18px;
    line-height:1.55
}

.descr_lg {
    font-family: 'TlSans',Arial,sans-serif;
    font-size:22px;
    line-height:1.55
}

.descr_xl {
    font-family: 'TlSans',Arial,sans-serif;
    font-size: 24px;
    line-height: 1.5;
    padding: 41px 0 0 0;
}

.descr_xxl {
    font-family: 'TlSans',Arial,sans-serif;
    font-size: 30px;
    line-height: 1.45;
}

.btn {
    display: inline-block;
    font-family: 'TlSans',Arial,sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    background-image: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background: var(--c-green);
    color: white !important;
}

.btn_sm {
    height: 45px;
    font-size: 18px;
    padding: 10px 30px;
}

.rec{
    padding-top: 15px;
    padding-bottom: 15px;
}

.bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding-bottom: 111.111%;
}

.bgimg.price{
    background-size: unset;
    padding-bottom: 81.111%;
}

.margin_auto {
    margin-left: auto;
    margin-right: auto;
}

.cover,
.cover_carry,
.cover_filter,
.cover_wrapper
{
    height:650px;
}

.cover,
.cover_carry
{
    width:100%;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    text-align:center;
    vertical-align:middle;
    position:relative;
    background-attachment:fixed
}

.cover_filter{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(64,26,0,0.40), rgba(6,17,31,0.80));
}

.cover_conatiner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.cover_wrapper{
    display: table-cell;
    width: 1200px;
}

.valign_middle {
    vertical-align: middle;
}

.wrapper {
    padding-top: 42px;
    padding-bottom: 42px;
}

.row{
    margin: 0;
}

.cover_wrapper .col {
    display: block;
    float: none;
}

.prefix_5 {
    padding-left: 500px;
}

.prefix_1 {
    padding-left: 100px;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.rec_pt_28{
    padding-top: 28px;
}

.rec_pb_28{
    padding-bottom: 28px;
}

.rec_pt_30{
    padding-top: 30px;
}

.rec_pb_30{
    padding-bottom: 30px;
}

.rec_pt_60{
    padding-top: 60px;
}

.rec_pb_60{
    padding-bottom: 60px !important;
}

.rec_pt_90{
    padding-top: 90px;
}

.rec_pb_90{
    padding-bottom: 90px !important;
}

.rec_pt_105{
    padding-top: 105px;
}

.rec_pb_150{
    padding-bottom: 150px;
}

.topwrapper{
    margin-bottom: 15px;
}

.tablewrapper {
    display: table;
    width: 100%;
}

.circlewrapper {
    display: table-cell;
    vertical-align: top;
}

.textwrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 100%;
}

.circle {
    background-color: var(--c-green);
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
}

.arcafe_this:nth-child(4),
.arcafe_this:nth-child(5),
.arcafe_this:nth-child(6)
{
    margin-top: 90px;
}

.input-group {
    margin-bottom: 25px;
}

.input-group .input,
.wa-captcha-input
{
    font-family: 'TlSans',Arial,sans-serif;
    color: #000000;
    border: 0 solid #000;
    background-color: #f2f2f2;
    -webkit-appearance: none;
    padding: 26px 20px 10px 20px;
    margin: 0;
    height: 60px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border-radius: 0;
}

.input-group textarea.input{
    height: 102px;
}

.form_submit_container{
    display: flex;
}

.form_submit {
    display: block;
    vertical-align: middle;
    height: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.form_submit input[type=submit]{
    color: #ffffff;
    background-color: var(--c-green);
    border-radius: 7px;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    box-sizing: border-box;
}

/*капча*/

.wa-captcha{
    font-family: 'TlSans',Arial,sans-serif;
}

.wa-captcha img{
    width: auto;
}

.wa-captcha p{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-captcha strong{
    margin: 0 5px;
}

.wa-captcha-input{
    margin-right: 5px;
}

p.invalid-captcha{
    font-weight: bold;
    color: red;
}

a.wa-captcha-refresh,
p.invalid-captcha
{
    font-family: 'TlSans',Arial,sans-serif;
    margin: 10px 0;
}

@media screen and (min-width: 1200px) {
    .prices-title{
        height: 64px;
    }
}

@media screen and (max-width: 1200px) {
    header .header-container .center-side .center-container {
        text-align: left;
    }
    .container {
        max-width: 960px;
        padding: 0;
    }
    .title_lg {
        font-size: 60px;
    }
    .descr_xs {
        font-size:14px
    }
    .descr_lg {
        font-size:20px
    }
    .col {
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }
    .col_4 {
        max-width: 300px;
    }
    .col_8 {
        max-width: 620px;
    }

    .prefix_1 {
        padding-left: 0;
    }
}

@media screen and (max-width: 980px) {
    header{
        position: static;
        height: auto;
    }

    header .header-container{
        height: auto !important;
        display: block;
        padding: 0;
    }

    header .header-container .left-side,
    header .header-container .center-side {
        display: block;
        text-align: center;
        float: none;
    }

    .header-logo{
        width: auto !important;
        box-sizing: border-box;
        padding: 20px;
        margin: 0 auto;
        float: inherit;
        max-height: 80px;
    }

    header .header-container .left-side .left-container,
    header .header-container .center-side .center-container
    {
        padding: 20px 0;
    }

    .header-list_item {
        display: block;
        text-align: center;
        padding: 10px !important;
        white-space: normal;
    }

    .container {
        max-width: 640px;
    }

    .green-back .container.align_left{
        flex-wrap: wrap;
    }

    .green-back .image{
        text-align: center;
        margin-top: 30px;
    }

    .green-back .image img{
        width: 70%;
    }

    .conf{
        flex-wrap: wrap;
    }

    .col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .col_1,
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12 {
        width: 100%;
        max-width: 100%;
    }

    .col_mb{
        margin-bottom: 45px;
    }

    .line {
        max-width: 160px;
        margin: 0 auto;
    }

    .arcafe_this{
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    .form_submit_container {
        flex-wrap: wrap;
    }

    .title_xs {
        font-size: 32px;
    }

    .descr_xxl {
        font-size: 25px;
    }

    .form_submit_container form{
        margin-top: 60px;
    }
}

@media screen and (max-width: 640px) {
    .title_lg {
        font-size: 30px;
    }

    .t_descr {
        padding: 0 10px;
    }

    .descr_xl {
        font-size: 20px;
        line-height: 1.4;
    }

    .descr_lg {
        font-size: 18px;
        line-height: 1.45;
    }


    .cover_wrapper .title {
        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .green-back{
        padding-top: 90px !important;
        padding-bottom: 90px !important;
    }
}

