@font-face {
    font-family: "Raleway-Bold";
    src:         url("./fonts/Raleway-Bold.ttf?1") format("truetype");
    font-weight: 700;
    font-style:  normal;
}

@font-face {
    font-family: "Raleway";
    src:         url("./fonts/Raleway-Regular.ttf?1") format("truetype");
    font-weight: 400;
    font-style:  normal;
}
@font-face {
    font-family: "Playfair Display";
    src:         url("./fonts/PlayfairDisplay.ttf") format("truetype");
    font-weight: 600;
    font-style:  normal;
}
@font-face {
    font-family: "Philosopher-Bold";
    src:         url("./fonts/Philosopher-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style:  normal;
}
@font-face {
    font-family: "Philosopher";
    src:         url("./fonts/Philosopher-Regular.ttf") format("truetype");
    font-weight: 600;
    font-style:  normal;
}


html {
    height: 100%;
}
html, body {
    background-color: #D6D5D4 !important;
    color: #3E3E3E;
}
body, input, textarea, button {
    font-family: 'Didact Gothic', Arial, sans-serif;
}
b, strong {
    font-weight: 700 !important;
}
.category-back {
    font-size: 28px;
    font-weight: bold;
}
.select.variations:after {
    color: #ff8562;
}
.select input {
    border: none;
    border-bottom: 2px solid #ff8562;
}
.select .options {
    background-color: #fff;
    border: 2px solid #ff8562;
}
.select .options .option:hover {
    background-color: #ff8562;
    color: #fff;
}
body {
    height: auto;
}
.header {
    background: #000;
    display: flex;
}

input.addtocart.clickable.catalog__item_button{
    width:100%;
    max-width: 220px;
}
.calculator_cont {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
    background: #ff8562;
    color: #fff;
}
.calculator_cont input{
    color:#fff;
}
#rc-legal, #rc-terms {
    background: #ff8562;
    font-size: 22px;
    line-height: 1.2;
}
@media (max-width:724px){
    #rc-legal h2,#rc-legal p{
        padding 0 15px;
    }
    #rc-legal, #rc-terms{
        width:auto;
    }

}
@media (max-width: 1200px) {
    .add_info {
        display: none !important;
    }
}
@media (min-width:2400px){
    .catalog__item_image img {
        width: 100%;
        height: 494px;
        object-fit: cover;
    }
    .catalog__item {
        height: 885px;
        flex-direction: column;
        justify-content: space-between;
    }
}
#rc-legal h2, #rc-terms h2 {
    font-family: 'Didact Gothic', Arial, sans-serif;
}
#rc-legal-close span, #rc-terms-close span {

}
#rc-basketwidget #number {
    font-weight: 600;
    color:       #fff;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size:   18px;
    height:      min-content;
    line-height: 1;
    bottom:      2px;
    top:         auto;
    left:        calc(50% - 10px);
}
.wrapper {
    background: #D6D5D4;
}
#rc-success-content {
    background: white;
}
.content__menu_item > a {
    border-color: #ff8562;
    text-transform: none;
}
.content__menu_item > a.active {
    border-color:     #ff8562;
    background-color: #ff8562;
    color:            #fff;
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-weight:      bold;
}
.error {
    color: #ff8562;
}
.modal-error, .submit {
    background-color: #ff8562;
    color: #fff;
}
.content__menu_item > a.active:after {
    background: #fff;
    box-shadow: 0 12px 0 #fff, 0 24px 0 #fff;
}
.content__menu_item-parent > a:after {
    background: #3e3e3e;
    box-shadow: 0 12px 0 #3e3e3e, 0 24px 0 #3e3e3e;
}
.content__menu_item-active > a {
    border-color: #ff8562;
    color: #ff8562;
}
.navigation {
    background: #ff8562;
}
.navigation a .category-back {
    line-height: 70px;
    color:       #fff;
    font-weight: 600;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.content__menu {
    background-color: #EFEFEF;
}
.catalog {
    /*margin-left: 20px;*/
    /*padding: 20px 0 0 10px;*/
}
.catalog a, .content__menu_item a {
    color: #3E3E3E;
}

.catalog__item_image img{
    width:100%;
    height: 200px;
    object-fit: cover;
}
.catalog__item:not(.catalog__item-lines) .catalog__item_image {
    padding-bottom: 20px;
}
.catalog__item-lines .catalog__item_image .noimage {
    background: #ff8562;
}
.item-page_info .variations {
    margin-top: 0;
}
.item-page_info .variations input[type="radio"]:checked+label {
    background-color: #ff8562;
}
.wpcf7 input[type="submit"] {
    border-color: #ff8562;
    line-height: 19px;
}
.item-page_calculation_send:hover, .wpcf7 input[type="submit"]:hover, .catalog__item_button:hover {
    color: #fff;
    border-color: #ff8562;
    background: #ff8562;
}
.button {
    border-color: #ffffff;
    font-weight:  bold;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.button-white {
    background: transparent;
}
.button:not([disabled]):hover {
    border-color: #ff8562;
}
.product {
    background: transparent;
    width: 95%;
    overflow: visible;
    display: flex;
}
.product_image .noimage {
    background: #ff8562;
}
.product-calc_total {
    background: #3e3e3e;
    font-weight: inherit;
}
.catalog__item .product-calc_total, .item-page_calculation_send .product-calc_total {
    width: 24px !important;
}
.catalog__item button:hover .product-calc_total, .item-page_calculation_send:hover .product-calc_total {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.send-block > * {
    font-size: 22px;
    line-height: 22px;
}


/*custom code*/

.variations_card label.clickable {
    font-size: 13px;
}
ul.variations_card {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    width: 200px;
    margin: 0 auto;
    user-select: none;
}
.variations_card_container{
    position: relative;
    height: 43px;
    display: flex;
    justify-content: center;
}
ul.variations_card{
    position: absolute;
    z-index: 1;
    border: 2px solid #fff;
}
ul.variations_card input[type="radio"] {
    display: none;
}

ul.variations_card li {
    padding: 10px;
    border-bottom: 2px solid #ff8562;;
    background-color: #fff;

}

ul.variations_card li:last-child {
    border-bottom: none;
}

ul.variations_card label {
    display: block;
}

ul.variations_card.var-name,
ul.variations_card .var-volume,
ul.variations_card .var-price {
    display: inline-block;
}


ul.variations_card li:not(:first-child) {
    display: none;
}
ul.variations_card:hover{
    border: 2px solid #ddd;
}
ul.variations_card:hover li {
    display: block;
}


ul.variations_card li:hover {
    background-color: #e9e9e9;
}

/*custom code*/
.send-block #sum, .confirm .total {
    color:       #ff8562;
    font-weight: bold;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.product_info_title, .product_info_price, .product-calc {
    padding: 5px 2px;
    font-size: 22px;
    line-height: 1 !important;
    text-align: left;
}
.product_info_title {
    font-weight: 700;
}
.product_info_price, .product-calc_cancel {
    font-size: 18px;
    font-weight: 400;
}
.confirm {
    background: #282828;
}
.confirm-input {
    background: #787878;
}
#code.code-show {
    max-height: 335px;
}
.catalog__item_button, .item-page_calculation_send {
    font-weight:     600;
    padding:         0;
    border-color:    #ff8562;
    color:           #3E3E3E;
    font-size:       22px;
    display:         flex;
    align-items:     center;
    justify-content: center;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.header .link-phone {
    font-size:   25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
[class$="calc_minus"] {
    position: relative;
    top: -3px;
}
.catalog__item_button .product-calc_minus, .catalog__item_button .product-calc_plus, .item-page_calculation_send .product-calc_minus, .item-page_calculation_send .product-calc_plus {
    font: inherit;
    width: calc(50% - 12px);
    height: 100%;
    line-height: 150%;
}
.catalog__item_button .product-calc_plus, .item-page_calculation_send .product-calc_plus {
    align-self: flex-start;
    line-height: 1.4;
}
.catalog__item_button {
    line-height: 19px;
}
.catalog__item {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.wpcf7-validation-errors {
    border-color: #f7e700;
    background: #f7e700;
}
div.wpcf7-mail-sent-ok {
    border-color: #ff8562;
    background: #ff8562;
}
span.wpcf7-not-valid-tip {
    color: #3e3e3e !important;
}

@media (max-width: 1920px) {
    .content__menu_item > a {
        font-size: 2.8vh;
    }
    .content__menu_item-parent > a:after {
        box-shadow: 0 1.27vh 0 #3e3e3e, 0 2.54vh 0 #3e3e3e;
    }
    .content__menu_item > a.active:after {
        box-shadow: 0 1.27vh 0 #fff, 0 2.54vh 0 #fff;
    }
}

@media (max-width: 980px), (max-height: 600px) {
    .content__menu_item-parent > a:after {
        box-shadow: 0 12px 0 #3e3e3e, 0 24px 0 #3e3e3e;
    }
    .content__menu_item > a.active:after {
        box-shadow: 0 12px 0 #fff, 0 24px 0 #fff;
    }
}

.header__cart {
    font-weight: 400;
}

.cart .angle, .cart, .cart__item, .profile, .profile .angle  {
    background-color: #282828;
}
.confirm-cart .cart__item {
    overflow: visible;
}

.profile > *:not(.angle):not(.submit), .profile > .profile-link a:not(:last-child) {
    text-align: center;
    font-size: 22px;
    padding-bottom: 12px;
    position: relative;
}
.profile > .profile-link:not(.angle):not(.submit) {
    padding-top: 20px;
    padding-bottom: 30px;
}
.profile > .angle {
    right: 45px;
}
.profile .client .avatar {
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.profile .client div.avatar {
    padding: 22px 22px 25px;
}
.profile .client .avatar img, #rc-orders > div[id^="order-"] .img img {
    width: 100% !important;
    height: 100%;
}
.submit.rating-visit > img + p {
    font-size: 22px;
}
img.contrast {
    filter: saturate(2.5);
    opacity: 1 !important;
}
img.grayscale {
    filter: grayscale(100%);
}
.profile .client {
    left: -10px;
}
.profile .client + div {
    left: -10px;
    font-weight: bold;
    font-size: 24px;
}
.profile .points {
    border-radius: 18px;
    line-height: 1;
    font-weight: bold;
    background-color: #ff8562;
    height: 35px;
    padding: 6px 5px;
    max-width: 130px;
    text-align: center !important;
}
.points span, span.points {
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.profile .client .points {
    padding: 6px 15px;
}
.profile a {
    left: -10px;
    display: block;
    position: relative;
    color: #fff !important;
}

.header__show-sidebar_line {
    background-color: #FFF;
}
.sidebar {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}
.sidebar a, .link-phone a, .link-phone {
    color: #fff;
    text-decoration: none;
}
.header .link-phone {
    text-align: center;
}
.header .link-phone > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-height: 33px;
}
.header .link-phone > div img {
    height: 20px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.header__logo, .header__logo img {
    height: 45px;
}
.header__logo, .header__logo img {
    width: auto;
}

.catalog__item {
    background: #fff;
}

.catalog__item .variations {

    background: #fff;
}


.catalog__item_info_button .price {
    font-size: 24px;
    font-weight: bold;
}
.catalog__item_info_price, .select.variations, .select.variations > *  {
    font-size: 18px;
    line-height: 27px;
    min-height: 25px;
}
.catalog__item_info_price{
    line-height: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.catalog__item_info_price .price{
    font-weight: bold;
    font-size: 20px;
    margin-top: 2px;
}

.header__cart.gohome a,
.header__cart.gohome a:link,
.header__cart.gohome a:hover,
.header__cart.gohome a:focus,
.header__cart.gohome a:active {
    color: #ff8562;
    text-decoration: none;
}

.preorder-page {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 2em 20px;
    background-color: rgba(255,255,255,.9);
}

.preorder-page h1 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 2em;
}

.preorder-page a,
.preorder-page a:link,
.preorder-page a:hover,
.preorder-page a:focus,
.preorder-page a:active {
    color: #3e3e3e;
}

ul li input, .confirm-checkbox {
    accent-color: #992222;
}
.confirm-optional {
    color: #fff;
    line-height: 1.88;
    font-size: calc(1.1em - 5px) !important;
    background: #3e3e3e;
}
.confirm-input::-webkit-input-placeholder, .confirm-input::placeholder {
    color: #fff;
    opacity: 0.7;
}
.confirm-optional::-webkit-input-placeholder, .confirm-optional::placeholder {
    color: #fff;
    opacity: 0.7;
}
.confirm-zones > p:last-child, .confirm-points div p {
    color: #fff;
    opacity: 0.65;
}
.catalog iframe {
    opacity: 0.65;
}
.catalog iframe body > * {
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.confirm-input {
    min-height: 1.4em;
    font-size: calc(1.4em - 5px);
    letter-spacing: 0.5px;
    padding: 5px;
}
#call-us {
    width: 60px;
    height: 60px;
}
#call-us {
    background-color: #ff8562;
}
.confirm-points {
    padding-top: 10px;
}
.confirm-payment {
    padding-top: 20px;
}
.catalog__item_info_description {
    display: none;
}
.catalog__item:not(.catalog__item-lines) .catalog__item_info_title {
    line-clamp: 4;
    -webkit-line-clamp: 4;
    min-height: 70px;
    font-size: 20px;
    line-height: 1.1;

    position: relative;
}
.catalog__item-lines .catalog__item_info_title {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    min-height: 46px;
}
.catalog__item_info_button .price {
    font-size: 20px;
}
/*
 FORM
 */
#form-delivery {
    max-width: 700px;
    margin: 0 auto;
}
.calculator_div{
    text-align: center;
    margin-top: 20px;
}
.calculator_div .item-page_calculation_plus{
    margin-left: 0 !important;
}
#cart-list2 .product_info{
    width:100%
}
#cart-list2 .product{
    display: flex;
}
[class^="confirm-"]:not(.confirm-input):not(.confirm-repeatcode) {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
[class^="confirm-"]:not(.confirm-persons):not(.confirm-repeatcode) > p:first-child {
    font-weight: bold;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
[class^="confirm-"] > p.total {
    font-weight: 400;
}
[class^="confirm-"] > p.total > span:last-child, [class^="confirm-"] > p.total > span:nth-last-child(2)  {
    font-weight: bold;
}
/*footer*/
#rec82511943 a, #rec82511947 a {
    color: #ff8562;
    text-decoration: none;
}

.header__show-sidebar, .header__logo {
    position: relative;
    margin-top:0;
    top: 50%;
    transform: translateY(-50%);
}
#rc-header img {
    position: relative;
    margin-top:0;
    margin-left: 10px;

}


/*#rc-basketwidget img, #rc-header > *:last-child img {*/
/*    margin-bottom: -10px;*/
/*}*/
span#rc-basketwidget {
    display: flex;
}

@media (min-width: 769px) {
    .header {
        /*height: auto;*/
    }
    .header__cart {
        top: 15px;
    }
    #rc-header img {
        height: 60px;
    }

    #rc-basketwidget img {
        margin-right: 25px;
        width: auto;
        height: 40px;
    }
    span#rc-basketwidget {
        top: 3px;
    }

    #rc-basketwidget #number {
        font-size: 24px;
        left: calc(50% - 15px);
    }
    .container {
        /*         padding-top: 100px; */
    }
    .wrapper-cart, .wrapper-profile {
        top: 100px;
    }
    .cart .angle, .profile .angle {
        top: 90px;
    }
    .header__logo, .header__logo img {
        height: 56px;
    }
    .header__show-sidebar {
        margin-right: 30px;
    }
    .header .link-phone > div {
        gap: 8px;
    }
    .header .link-phone, #rc-header #sum {
        letter-spacing: 2px;
        font-size:      25px;
        line-height:    1.1;
        padding:        5px 0;
        font-family: 'Didact Gothic', Arial, sans-serif;
    }
    #rc-header #sum {
        font-weight: 600;
        font-size: 28px;
    }
    .confirm-input25 {
        display: block;
        float: left;
        width: 24%;
        min-width: 0;
    }

    .confirm-input25:not(:last-child) {
        margin-right: 1.33%;
    }
}
@media (max-width: 980px) and (min-width: 481px) {
    .header .link-phone > div {
        max-height: 100%;
        font-weight: bold;
    }
    .header .link-phone, #rc-header #sum {
        font-size: 25px;
        padding: 0;
    }
    .header .link-phone div:nth-child(2) {
        display: none;
    }
    .header .link-phone a {
        line-height: 70px;
    }
}

@media (max-width: 640px) {
    .header .link-phone > div img {
        height: 20px;
    }
    .header__logo, .header__logo img {
        height: 32px;
        padding: 0;
    }
    .header__show-sidebar {
        width: 30px;
    }
    .navigation a .category-back{
        font-size: 18px;
    }
    .header .link-phone a {
        font-size: 20px;
    }
    /* 	    #rc-header img {
            height: 60px;
             margin-top:15px
        } */
    .item-page_calculation {
        float: none;
        padding: 0;
        margin: auto;
    }
    .item-page_info{ text-align: center;}
}
.wrapper.wrapper-cart
{
    max-width: 360px;
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 99;
}
#cart-list{
    overflow-y: auto;
    max-height: 302px;
    margin: auto;
    /*     padding-top: 32px; */
}
.box{
    height: 20px;
    width: 20px;
    background: red;
    position: absolute;
    z-index: 99999;
}

.catalog__item {

    position: static !important;
}

.t-align_center {
    text-align: center;
}

body .header__logo {
    left: 10px;
}

body .header {
    display: block;
}

.link-phone {
    color: #fff;
    position: absolute;
    align-self: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: max-content;
}

.t046 {
    text-align: center;
}

.t046__text {
    padding-top: 46px;
}

@media screen and (max-width: 768px) {
    .header .link-phone div:nth-child(2), #rc-header #sum, .header .link-phone div img {
        display: none;
    }

    .header__cart {
        top: 10px;
    }

    #rc-header img {
        height: 40px;
    }
    #white_basket{
        margin-top:15px;
    }
    #rc-basketwidget{
        display: flex;
    }
    #rc-header {
        align-items: center;
        top: -10px;
        font-size: 20px;
        right: -39px;
    }
    span#rc-basketwidget span {
        left: 0;
        width: 37px;
        height: 60px;
        align-items: center;
        text-align: center;
        top: -28px;
        left: 50%;
        transform: translateX(-50%);
    }
    .wrapper.wrapper-cart {
        max-width: 100%;
    }

}
.wrapper.wrapper-cart{
    top: 70px;
}

@media (max-width: 769px){
    .header .link-phone{
        display:none;
    }
    .detail_calculator{
        text-align:center;
        padding:0px;
    }

}
.detail_calculator{
    padding: 25px 45px 5px;
}
.t560__text.t-text-impact.t-text-impact_xs.t560__text-bottom-margin h2{
    font-size: 38px;
    font-weight: 900;
    margin-bottom:25px;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.t-text.t-text_sm p{
    color:#fff;
}
.t-text.t-text_sm p a{
    font-weight: 600;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.t182__wrapper h1{
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size:64px;
}

#call-me img{
    height: 46px;
    width: 46px;
    padding: 6px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #ff8562;
}
div#call-me {
    position: fixed;
    right: 30px;
    bottom: 30px;
}
#rc-basketwidget{
    position: relative;
}
.num_cart {
    position: relative;
    right: 0;
    background: #fffefe;
    width: 16px;
    top: -17px;
    right: 39px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ff8562;
}
@media screen and (max-width: 768px) {
    .num_cart {
        right: 40px;
    }
}
#rc-basketwidget p{
    font-weight: 800;
}
#rc-basketwidget span {
    color: #000;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    top: -28px;
    font-size: 12px;
    font-weight: 600;
}

tbody tr td{
    color: #fff !important;
}
#rec100959863 .form-wrap, #rec82511943 .form-wrap {
    background: #fff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 43px;
    padding-bottom: 60px;
}
#rec100959863 .form-wrap {
    font-family: 'Didact Gothic', Arial, sans-serif;
    background: #ff8562;
    color: #fff;
    text-align: center;
}
#rec100959863 .form-wrap p, #rec82511943 .form-wrap p {
    font-size: 21px;
    line-height: 130%;
    letter-spacing: 0.04em;
    opacity: 1;
    margin-bottom: 12px;
}
#rec100959863 .form-wrap p:nth-child(3), #rec82511943 .form-wrap p:nth-child(3) {
    margin-bottom: 77px;
}
#rec100959863 .form-wrap input, #rec100959863 .form-wrap textarea {
    color: #fff;
    border-color: #fff;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
#rec100959863 .form-wrap input::-webkit-input-placeholder, #rec100959863 .form-wrap textarea::-webkit-input-placeholder,
#rec100959863 .form-wrap input::placeholder, #rec100959863 .form-wrap textarea::placeholder {
    color: #fff !important;
    opacity: 0.7;
    font-family: 'Didact Gothic', Arial, sans-serif;
}
#rec100959863 .form-wrap .wpcf7-list-item,
#rec100959863 .form-wrap .wpcf7-list-item-label,
#rec82511943 .form-wrap .wpcf7-list-item,
#rec82511943 .form-wrap .wpcf7-list-item-label,
#rec100959863 .form-wrap .wpcf7-response-output,
#rec82511943 .form-wrap .wpcf7-response-output {
    font-family: 'Didact Gothic', Arial, sans-serif;
    margin: 0;
    font-size: 19px;
    line-height: 130%;
}
#rec82511947 .t-text {
    font-family: 'Didact Gothic', Arial, sans-serif;
}
.wpcf7 form .wpcf7-response-output {
    color: #fff;
    background: #3e3e3e;
    border: transparent;
}
#rec100959863 .form-wrap .wpcf7-acceptance-missing, #rec82511943 .form-wrap .wpcf7-acceptance-missing {
    border: none !important;
}
#rec100959863 .form-wrap .t-submit, #rec82511943 .form-wrap .t-submit {
    font-family: 'Didact Gothic', Arial, sans-serif;
    color: #fff;
    background: #ff8562;
    width: 200px;
    padding: 0;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
}
#rec100959863 .form-wrap .t-submit {
    color: #fff;
    background: transparent;
    border: 2px solid #fff
}
#rec100959863 .form-wrap .t678__form-bottom-text, #rec82511943 .form-wrap .t678__form-bottom-text {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.04em;
    margin-top: 25px;
}
.t702 .t-form__submit {
    margin-bottom: 25px;
}
#rec100959863 .form-wrap .t678__form-bottom-text a, #rec82511943 .form-wrap .t678__form-bottom-text a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}
#rec100959863 .form-wrap .t678__form-bottom-text span, #rec82511943 .form-wrap .t678__form-bottom-text span {
    display: block;
    margin-right: 10px;
}
#rec100959863 .form-wrap .t678__form-bottom-text .ico, #rec82511943 .form-wrap .t678__form-bottom-text .ico {
    background: url(images/us.svg) no-repeat;
    background-size: contain;
    /* background-position: center;
     */
    width: 16px;
    display: block;
    height: 16px;
}
#rec100961616 .t-popup__container {
    border-radius: 12px;
}
#rec100961616 .t702__wrapper {
    padding: 25px;
}
#rec100961616 .t-width_6 {
    max-width: 629px;
}
#rec100961616 .t390__title {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.8;
    text-align: left;
    margin-bottom: 12px;
}
#rec100961616 .t390__descr {
    font-family: 'Didact Gothic', Arial, sans-serif;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.04em;
    color: #fff;
    opacity: 0.8;
    text-align: left;
}
.page-template-template-kokteil {
    background: url(images/kokteil.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
@media (min-width: 769px) {
    #rec100959863 .form-wrap .wpcf7-response-output,
    #rec82511943 .form-wrap .wpcf7-response-output {
        font-size: 21px;
    }}
.catalog__item{
    width:22%
}
@media screen and (max-width: 1374px) {
    .catalog__item
    {
        width: 30%;
        margin: 0 1% 20px 0;
        padding: 10px 1%;
    }
}
@media screen and (max-width: 1000px) {
    .catalog__item
    {
        width: 45%;
        margin: 0 1.5% 20px 0;
        padding: 10px 1.5%;
    }
}
@media screen and (max-width: 768px) {
    .catalog__item
    {
        width: 82%;
        padding: 10px 2%;
        margin: 20px 25px;
    }
}
.check-style{
    display: none;
}
