html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Noto Serif', serif;
}
html{
    scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.container{
    max-width: 1440px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto;
}
.top-header{
    background: #49a31f;
    padding: 10px 0;
}
.top-header>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-header>div>ul{
    display: flex;
    gap: 20px;
    align-items: center;
}
.top-header>div>ul>li:not(:first-child) a>img{
    width: 30px;
    display: inline-block;
}
.top-header nav ul{
    display: flex;
    gap: 32px;
}
.top-header nav ul a{
    font-size: 18px;
    color: #fff;
}
.top-header>div>ul>li:first-child a{
    display: block;
    position: relative;
}
.top-header>div>ul>li:first-child {
    margin-right: 10px;
}
.top-header>div>ul>li:first-child a::before{
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: rotate(45deg);
}
.top-header>div>ul>li:first-child a::after{
    content: "";
    display: block;
    width: 6px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: rotate(140deg);
}
.center-header>div{
    display: flex;
    padding: 24px 0 40px;
    justify-content: space-between;
    align-items: center;
}
.input input{
    background: #fff;
    border: 1px solid #49a31f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    padding: 11px 15px 11px 64px;
    width: 350px;
    max-width: 100%;
    display: block;
}
.input{
    position: relative;
}
.input::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./img/fin.png);
    position: absolute;
    background-size: cover;
    top: 7px;
    left: 20px;
    z-index: 10;
}
.nav-bar {
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: center;
}
.nav-bar a{
    font-weight: 500;
    color: #49a31f;
    font-size: 24px;
}
.end-header{
    padding-bottom: 20px;
    border-bottom: 30px solid #327c0f;
    margin-bottom: 20px;
}
.photo-ava{
    width: 400px;
}
.photo-ava img{
    width: 100%;
}
h1, h2{
    font-size: 24px;
    color: #327c0f;
    font-weight: 600;
    margin-bottom: 20px;
}
h2{
    font-size: 22px;
}
.flex--box{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.flex--box>div:last-child{
    width: 60%;
}
p{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
}
.content-box>p>b{
    color: #49a31f;
    font-weight: 600;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .carousel{
    padding: 60px 0;
    background: url(./img/bg.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
  }
  .carousel h2{
    color: #1e5210;
    text-transform: uppercase;
    font-weight: 600;
  }
  .swiper-slide p{
    padding: 20px 4px; 
    font-weight: 600;
    text-transform: uppercase;
    color: red;
    font-size: 16px;
  }
  b{
    font-weight: 600;
  }
  .link{
    color: #327c0f;
    font-weight: 600;
  }
  .photo-prod{
    max-width: 300px;
    margin: 30px auto 40px;
  }
  .photo-prod img{
    width: 100%;
  }
  .product-box{
    padding: 30px 0 20px;
    background: #ecf7e6;
    margin-bottom: 20px;
  }
  h3{
    font-size: 20px;
    margin: 30px 0;
  }
  .gol::before {
    content: '';
    display: inline-block;
    border-radius: 12px;
    width: 75px;
    height: 75px;
    background-image: url("./b_assets/ava-c.png");
    background-size: cover;
    margin: 0 10px 5px 0;
    float: left;
    vertical-align: middle;
    background-position: center;
}

.kom::before {
    content: '';
    display: inline-block;
    border-radius: 12px;
    width: 75px;
    height: 75px;
    background-image: url("./b_assets/todor-sm.png");
    background-size: cover;
    margin: 0 10px 5px 0;
    float: left;
    vertical-align: middle;
    background-position: center;
}

.descr {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #a3c9d0;
    padding: 20px;
    margin: 0 auto 15px;
    justify-content: center;
    max-width: 800px;
}
.descr p{
    text-indent: 0;
}
@media (max-width: 420px) {
    .descr {
        flex-direction: column;
        column-gap: 0;
        row-gap: 20px;
        justify-content: center;
    }

    .descr p {
        text-align: center
    }

    .descr img {
        max-width: 100% !important
    }

    .site__nav {
        display: none
    }
/* 
    p, ol li, ul li, .instructions {
        font-size: 22px;
        line-height: 1.2
    } */

    .user-name {
        margin-left: 0 !important
    }

    .mar {
        margin-top: -30px;
    }
}

.lead-form-box {
margin-bottom: 70px;
}
.lead-form-box .show{
  display: block;
}

#lead-form-result {
    box-sizing: border-box;
    width: 100%;
    border-radius: 3px;
    padding: 7px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    
}

.order_block, .order_block * {
    box-sizing: border-box;
    transition: 0.2s;
    font-family: Arial, sans-serif !important;
}

.order_block {
    max-width: 430px;
    width: 100%;
    margin: auto;
    text-align: center;
    background: #d1d1d1;
    box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
    border: 3px dashed #eaeaea;
    border-radius: 0;
}

.order_block .order_offer {
    text-align: center;
}

.order_block .order_offer img {
    max-width: 100%;
    width: auto;
    height: 250px;
}

.order_pre_form {
    padding: 20px 20px 0 20px;
}

.order_form_row {
    margin-bottom: 10px;
    text-align: center;
}

.order_form {
    width: 100%;
    max-width: 500px;
    padding: 0 20px 20px 20px;
}

.order_header {
    margin: 12px 0 !important;
    padding: 0 !important;
    font-size: 18px;
}

.order_form .order_form_row input {
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0 !important;
}

.order_form .order_form_row label {
    font-size: 13px;
    text-align: left;
    font-weight: bold;
}

.order_form .order_form_row input:active, .order_form .order_form_row input:focus {
    outline: none;
    border: 2px solid #cecece;
}

.order_form .order_form_button {
    /* box-shadow: 0px 1px 0px 0px rgb(10, 80, 51) inset; */
    background: rgb(50 162 165);
    border-radius: 3px;
    border: 1px solid rgb(70 165 143);
    width: 100%;
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    outline: none;
    padding: 16px 0;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: none;
    letter-spacing: 0.6px;
    text-shadow: 0px 1px 0px rgb(5, 129, 30);
}

.order_form .order_form_button:hover {
    background: rgb(11, 130, 134);
}

.order_form .order_form_button:active {
    position: relative;
    top: 1px;
}

.order_timer_block {
    line-height: 1;
    font-weight: bold;
}

.order_timer_block p {
    font-size: 18px;
    margin: 10px 0 !important;
    padding: 0 !important;
}

.order_timer_block .order_timer {
    font-size: 21px;
}

.time_remains {
    color: red;
}

.box-popup-wrapper {
    background: rgba(0, 0, 0, .5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
}

.box-tooltip {
    background: #fff;
    font-size: 18px;
    padding: 20px;
    width: 90%;
    max-width: 320px;
    margin: 80px auto;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 1px 40px rgba(0, 0, 0, .5);
    cursor: pointer;
}

.box-tooltip:hover .box-tooltip-btn {
    background: #62a30e;
    transition: 0.2s;
}

.box-tooltip-title {
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif !important;
}

.box-tooltip-ico {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    box-sizing: border-box;
    text-align: center;
}

.box-tooltip-ico img {
    height: 40px;
    width: auto;
}

.box-tooltip-btn {
    background: #70b31a;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    width: 100%;
    margin: 0 auto !important;
    padding: 16px 0;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    animation: scale .4s infinite;
    animation-direction: alternate;
}

select {
    position: relative;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    outline: 0 none;
    display: block;
    font-weight: 600;
    width: 100% !important;
    padding: 14px;
    border: 2px solid #eaeaea;
    font-size: 15px;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 10px;
}

.afterlose-boxes_item {
    opacity: 0.6;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: 1;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.03);
    }
}

#boxesContainer {
    width: 100%;
    margin: auto;
    max-width: 600px;
}

.boxes,
.boxes cbox,
.boxes img {
    width: 100%;
}

.instructions {
    padding: 10px;
    background-color: #232F3E;
    border-radius: 4px;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    color: #fff;
}

#tries_count {
    font-size: 19px;
}

.boxes {
    margin: 10px 0
}

.boxes_item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 32.5%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.boxes_item.afterlose-boxes_item {
    cursor: default;
}

.boxes_item.afterlose-boxes_item:hover {
    -webkit-transform: none;
    transform: none
}

.boxes_item:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.win_prize {
    font-size: 35px;
    font-weight: bold;
    color: #e72c2a;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin: 0;
}

@media (max-width: 479px) {
    .boxes > div {
        width: 32%
    }

    .win_prize {
        font-size: 24px;
    }
}

@media (max-width: 319px) {
    .boxes > div {
        width: 48%
    }

    .win_prize {
        font-size: 21px;
    }
}
.comentar{
    background: url(./img/com-fon.jpeg);
    padding: 30px ;
}
.com-back{
    max-width: 300px;
}
.com-back img{
    width: 100%;
}
.com h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.img-com{
    width: 50px;
    min-width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
}
.img-com img{
    height: 100%;
}
.com{
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 16px;
    background: #a9a9a94c;
    margin-bottom: 20px;
}
.ramka{
    padding: 20px;
    background: #49a31f;
    color: #fff;
}
@media screen and (max-width: 920px) {
    .input input{
       display: none;
    }
    .input::before{
        content: none;
    }
    .nav-bar a{
        font-size: 18px;
    }
    .flex--box{
        flex-direction: column;
    }
    .flex--box>div:last-child{
        width: 100%;
    }
    .swiper-slide p{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .img-com{
        float: left;
        margin-right: 10px;
    }
    .com{
        display: block;
    }
    .nav-bar{
        display: none;
    }
    .end-header{
        padding-bottom: 0;
    }
    .center-header>div{
        padding: 20px 0;
    }
    .container{
        padding: 0 16px;
    }
    .logo{
        max-width: 500px;
    }
    .logo img{
        width: 100%;
    }
}
@media screen and (max-width: 575px){
    .top-header nav ul{
        display: none;
    }
    .comentar{
        padding: 30px 4px;
    }
    .carousel h2{
        font-size: 18px;
    }
    p{
        font-size: 16px;
        line-height: 130%;
    }
    .photo-ava{
        width: 100%;
    }
}
