@charset "UTF-8";
@import url("normalize.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

:root {
    --accent: #74BA19;
    --daccent: rgba(116, 186, 25, 0.6);
}

/* . {
  border: 2px solid var(--accent);
} */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F5F8EE;
/*    background-image: url(../img/vertical-line.svg);
    background-repeat: no-repeat;
    background-position: center;*/
    height: 100%;
    color: #16341C;
    font-size: 15px;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*/////////////////////////////////////////////// Global //////////////////////////////////////////////////*/
.section__title {
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}

.catalog,
.buy,
.feedback,
.review,
.question {
    margin-top: 100px;
}
input {
    border:none;
}

pre {
     font-family: 'Montserrat', sans-serif!important;
}

/*//////////////////////////////////////////////// burger ////////////////////////////////////////////////*/
body.lock {
    overflow: hidden;
}

.burger__header {
    position: relative;
    z-index: 5;
}

.burger__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.header__body {
    position: relative;
    height: 20px;
    padding-top: 9px;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 6;
}

.header__item {
    list-style: none;
}

.header__link {
    color: #16341C;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    z-index: 6;
    display: block;
    padding: 20px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.header__item+.header__item {
    border-top: 1px solid var(--accent);
}

.header__item:hover .header__link {
    background-color: var(--accent);
    color: #fff;
    border-radius: 20px 0px;
}

.header__burger {
    display: block;
    position: relative;
    width: 44px;
    height: 20px;
    z-index: 6;
    cursor: pointer;
}

.header__burger:before,
.header__burger:after {
    content: '';
    background-color: var(--accent);
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__burger:before {
    top: 0;
    width: 40px;
}

.header__burger:after {
    bottom: 0;
    width: 20px;
    left: 20px;
}

.header__burger span {
    background-color: var(--accent);
    position: absolute;
    width: 30px;
    height: 1px;
    left: 10px;
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header__burger.active span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 40px;
}

.header__burger.active:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    width: 40px;
}

.header__burger.active:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    width: 40px;
    left: 0;
}

.header__menu {
    position: absolute;
    right: 0;
    width: 375px;
    background: #ffffff;
    right: -700px;
    top: 50px;
    -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px;
    display: none;
}

.header__menu.active {
    right: -120px;
    top: 50px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
}

.header__list {
    display: block;
}

.modal,
.modal__order,
.modal_pop_up,
.modal__impres{
    background: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    padding: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.modal__wrap,
.modal__wrap-pop_up,
.modal__wrap-impres{
    margin: 10% auto 0px;
    padding: 20px;
    position: relative;
    max-width: 400px;
}

.modal__order-wrap {
    margin: 1% auto 0px;
    overflow-x: hidden;
    padding: 20px;
    position: relative;
    max-width: 400px;
}

.close,
.close__order,
.close-pop_up,
.close__impres{
    width: 31px;
    text-align: center;
    color: #74ba19;
    cursor: pointer;
    font-size: 42px;
    position: absolute;
    right: 23px;
    top: 12px;
    z-index: 34;
}

/*////////////////////////////////////////////////////  Header  /////////////////////////////////*/
.header {
    padding-top: 30px;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

.container__full {
    max-width: 1430px;
    padding: 0 15px;
    margin: 0 auto;
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header__links-item:hover .header__links-hover {
    fill: var(--accent);
}

/* .header__links-hover:hover {
 fill-opacity:1;
} */
.header__links-item {
    margin-right: 5px;
}

.header__logo {
    max-width: 124px;
    max-height: 116px;
    padding-left: 5px;
}

.header__text {
    max-width: 197px;
    font-size: 11px;
    padding-left: 23px;
}

.header__links {
    max-width: 222px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__links-text {
    max-width: 77px;
    font-size: 11px;
    text-align: right;
    margin-right: 15px;
}

.header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__time {
    font-size: 11px;
}

.header__namber {
    font-weight: 700;
    font-size: 17px;
    margin-top: 4px;
    color: #16341C;
	max-width:320px;
}


.header__call {
    margin-top: 4px;
    color: var(--daccent);
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
}

.header__call:hover {
    color: var(--accent);
}

.header__send {
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    border-radius: 20px 0px;
    padding: 12px 11px;
    color: white;
    background-color: var(--daccent);
    cursor: pointer;
    display: inline-block;
}

.header__send:hover {
    background-color: var(--accent);
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.05);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.05);
}

/* slider */
.header__body-right {
    width: 720px;
    max-width: 720px;
    position: relative;
    margin-top: -40px;
}

.header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__slider-img {
    width: 100%;
    height: 640px;
    max-width: 720px;
    max-height: 590px;
    display: block;
    border-radius: 200px 0;
}

.header__slider .slick-arrow.slick-prev {
    bottom: 9px;
    left: auto;
    right: 250px;
    background: url(../img/arrowPrew.svg) no-repeat;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    width: 33px;
    height: 28px;
    opacity: 0.6;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 0;
}

.header__slider .slick-arrow.slick-next {
    bottom: 10px;
    right: 213px;
    left: auto;
    background: url(../img/arrowNext.svg) no-repeat;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    width: 33px;
    height: 28px;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 0;
    opacity: 0.6;
}

.header__slider .slick-arrow.slick-next:hover {
    opacity: 1;
}

.header__slider .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.header__slider .slick-arrow.slick-prev:before {
    content: "";
}

.header__slider .slick-arrow.slick-next:before {
    content: "";
}

.header__slider .slick-dots li button:before {
    font-size: 20px;
    color: transparent;
    border: 1px solid #F5F8EE;
    border-radius: 50%;
    opacity: 1;
    width: 12px;
    height: 12px;
}

.header__slider .slick-dots li.slick-active button:before {
    color: var(--accent);
    font-size: 0;
    background-color: var(--accent);
    opacity: 1;
}

.header__slider .slick-dots {
    bottom: 25px;
    opacity: 1;
}

.play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: -125px;
    bottom: 26px;    
    z-index: 2;
}

.play__text {
    font-size: 12px;
    max-width: 112px;
    text-align: right;
    margin-right: 13px;
}

.dnone {
    visibility: hidden;
}


.play__item {
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.play__link {
    display: inline-block;
}

/* end slider */
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__content-left {
    margin-top: 70px;
}

.header__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 59px;
    max-width: 420px;
}

.header__title--weight {
    font-weight: 600;
}

.header__subtitle {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    max-width: 330px;
    line-height: 27.48px;
}

.header__btn {
    text-align: center;
    margin-top: 35px;
    background: #74BA19;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    border-radius: 20px 0px;
    color: white;
    padding: 18px 22px;
    display: inline-block;
}

.header__btn:focus {
    color: white;
}

.header__btn:active {
    color: white;
}

.header__btn:hover {
    background: #619b15;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0);
    color: white;
}

.adventeges {
    background-color: #fff;
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px 0px;
}

.adventeges__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.adventeges__img {
    margin-right: 15px;
    width: 44px;
    height: 44px;
    border-radius: 20px 0;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
}

.adventeges__text {
    max-width: 215px;
    font-size: 12px;
}

/*//////////////////////////////////////////About  ////////////////////////*/
.color__bg {
    background-color: #353333;
    margin-top: 30px;
    padding: 100px 0 50px 0;
}

.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__left {
    position: relative;
    margin-right: 30px;
}

.about__left-img {
    max-width: 330px;
    max-height: 630px;
}

.about__play {
    position: absolute;
    right: -320px;
    top: 50%;
}

.about__play-hover {
    cursor: pointer;
}

.about__play-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #ADCEC8;
    cursor: pointer;
}

.about__play-text:hover {
    color: var(--accent);
}

.about__right {
    color: #fff;
    width: 880px;
    max-width: 880px;
}

.about__name {
    color: #fff;
}

.about__title {
    font-size: 44px;
    line-height: 54px;
    color: #FFFFFF;
    margin-top: 15px;
    max-width: 515px;
}

.about__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

.about__content-text {
    max-width: 350px;
    color: #fff;
    line-height: 140%;
    font-weight: 400;
}

.tur__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    margin-top: -80px;
}

.tur {
    border: 1px solid #74BA19;
    border-radius: 100px 0px;
    max-width: 805px;
    width: 100%;
    padding: 50px;
}

.tur__title {
    color: #fff;
    max-width: 430px;
    font-size: 30px;
    line-height: 37px;
}

.tur__title b {
    color: #fff;
}

.tur__subtitle {
    color: #fff;
    margin-top: 20px;
}

.tur__box {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tur__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tur__img {
    margin-right: 15px;
}

.tur__text {
    color: #fff;
}

/* ///////////////////////////////////////////Catalog//////////////////////////// */
.tabs-home {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    grid-gap: 15px;
    /* grid-column: 15px;
    justify-content: space-between; */
    /* display: flex;
    flex-wrap: wrap; */
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: (375px)[3];
    grid-template-columns: repeat(3, 375px);
}

.home__item {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 20px 0px;
    max-width: 375px;
    border-radius: 20px 0px 20px 0px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    /* margin: 0 7px;
    margin-bottom: 20px; */
}

.home__item--top {
    position: relative;
}

.home__item--top:before {
    content: "";
    position: absolute;
    background-image: url(../img/top.svg);
    background-repeat: no-repeat;
    left: 30px;
    top: -1px;
    z-index: 2;
    width: 30px;
    height: 40px;
}

.home__item-img {
    width: 100%;
    border-radius: 20px 0px 0px 0px;
    max-height: 270px;
    min-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

.home__item-wrap {
    padding-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home__item-imgs--smal {
    width: 110.34px;
    height: 83px;
    border-radius: 20px 0px;
}

.home__item-title {
    font-weight: 700;
    font-size: 30px;
    padding: 20px 0px 0 30px;
    text-align: left;
}

.home__info {
    padding-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 333px;
    border-bottom: 1px solid #16341C;
    margin: 0 auto;
    text-align: left;
}

.home__info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 120px;
}

.home__title {
    color: #9C9DA2;
    margin-bottom: 15px;
}

.home__val {
    font-weight: 700;
    color: #16341C;
}

.home__info-right {
    text-align: right;
}

.home__price {
    padding: 20px 20px 0 40px;
}

.home__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home__title--circle {
    position: relative;
    color: #9C9DA2;
}

.home__title--circle:before {
    content: "";
    position: absolute;
    background-image: url(../img/circle.svg);
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    padding-top: 5px;
    margin-top: -5px;
    left: -20px;
    top: 50%;
}

.price {
    font-weight: 700;
    font-size: 35px;
    color: var(--accent);
}

.home__item-btn {
    color: #FFFFFF;
    border-radius: 0px 0px 20px 0px;
    background-color: var(--accent);
    padding: 22px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.home__item-btn:hover {
    background-color: #81d019;
}

/* /////////////////////////////Tabs Catalog ./////////////////////////////////*/
.tabs {
    max-width: 100%;
    text-align: center;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #74BA19;
    color: white;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    width: 100%;
}

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4 {
    display: block;
}

.tabs>label {
    background: #FFFFFF;
    border-radius: 20px 0px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 22px;
    cursor: pointer;
    margin-left: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.tabs>label:first-of-type {
    margin-left: 0;
}

/* ///////////////////////////////////////////Tab buy ////////////  */
.buy-tabs {
    max-width: 100%;
    text-align: center;
}

.buy-tabs>input[type="radio"] {
    display: none;
}

.buy-tabs>input[type="radio"]:checked+label {
    background-color: #74BA19;
    color: white;
}

.buy-tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    width: 100%;
}

#tab-btn-5:checked~#content-5,
#tab-btn-6:checked~#content-6,
#tab-btn-7:checked~#content-7,
#tab-btn-8:checked~#content-8 {
    display: block;
}

.buy-tabs>label {
    background: #FFFFFF;
    border-radius: 20px 0px;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 22px;
    cursor: pointer;
    margin-left: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.buy-tabs>label:first-of-type {
    margin-left: 0;
}

/* /////////////////////Catalog */
/* ////////////////////////////////////////buy ///////////////////*/
.buy__wrap {
    text-align: left;
}

.buy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.buy__img {
    width: 100%;
    max-width: 583px;
    max-height: 426px;
    margin-right: 70px;
}

.buy__title {
    font-weight: 600;
    font-size: 20px;
    position: relative;
}

.buy__title:before {
    content: "";
    position: absolute;
    background-image: url(../img/mark.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: -45px;
    top: 50%;
    margin-top: -15px;
}

.buy__subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.buy__point {
    margin-top: 15px;
    position: relative;
}

.buy__point:before {
    content: "";
    position: absolute;
    background-image: url(../img/circle.svg);
    width: 10px;
    height: 10px;
    left: -20px;
    top: 50%;
    margin-top: -5px;
}

.buy__second-title {
    font-weight: 600;
    margin-top: 30px;
    position: relative;
}

.buy__second-title:before {
    content: "";
    position: absolute;
    background-image: url(../img/mark.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: -45px;
    top: 50%;
    margin-top: -15px;
}

.buy__info {
    margin-top: 30px;
    background: #EFEFEF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0px;
    max-width: 375px;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy__info-img {
    width: 100%;
    margin-right: 30px;
    max-width: 37px;
}

.buy__info-text {
    font-size: 12px;
    text-align: left;
}

.home__item-img--smal {
    max-width: 111px;
    max-height: 84px;
    min-height: 83px;
    border-radius: 20px 0px;
}
/* /////////////////////////////////////////////////////feadbeack ////////*/
.bg__feedback {
    background-image: url(../img/bg-forma.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1110px;
    padding: 100px 0;
}

.feedback__hashtag {
    color: #FFFFFF;
}

.feedback__title {
    margin-top: 20px;
    font-size: 40px;
    color: #FFFFFF;
    max-width: 580px;
}

.feedback__text {
    color: #FFFFFF;
    margin-top: 30px;
    max-width: 340px;
    position: relative;
    line-height: 22px;
}

.feedback__text:after {
    content: "";
    position: absolute;
    background-image: url(../img/arrowForm.svg);
    background-repeat: no-repeat;
    width: 75%;
    height: 200%;
    right: -300px;
    bottom: -104px;
}

.feedback__form {
    background-color: #F5F8EE;
    -webkit-box-shadow: 0px 4px 4px rgba(236, 255, 211, 0.3);
    box-shadow: 0px 4px 4px rgba(236, 255, 211, 0.3);
    border-radius: 20px 0px;
    max-width: 360px;
    padding: 30px;
    text-align: center;
}

.feedback__form-title {
    font-weight: 600;
}

.feedback__form-subtitle {
    color: #9C9DA2;
    padding-top: 15px;
}

.form__input,
.form__textara {
    margin-top: 20px;
    padding-left: 25px;
    width: 300px;
    height: 50px;
    border-radius: 20px 0px;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 4px 4px rgba(65, 81, 20, 0.25);
    box-shadow: 0px 4px 4px rgba(65, 81, 20, 0.25);
}

.form__input:focus {
    -webkit-box-shadow: 0px 4px 4px rgba(116, 186, 25, 0.25);
    box-shadow: 0px 4px 4px rgba(116, 186, 25, 0.25);
}

.form__textara {
    height: 100px;
    padding-top: 25px;
}

.form__textara:focus {
    -webkit-box-shadow: 0px 4px 4px rgba(116, 186, 25, 0.25);
    box-shadow: 0px 4px 4px rgba(116, 186, 25, 0.25);
}

.form__btn {
    background: var(--accent);
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    border-radius: 20px 0px;
    color: white;
    width: 100%;
    max-width: 300px;
    padding: 12px 0;
    margin-top: 20px;
	cursor:pointer;
}
.form__btn:hover {
    background: #619b15;
}

.form__file {
    margin-top: 30px;
    max-width: 300px;
}

.form__config {
    margin: 0 auto;
    margin-top: 5px;
    text-align: center;
    color: #9C9DA2;
    max-width: 275px;
    font-weight: 600;
    font-size: 12px;
}

::-webkit-file-upload-button {
    background: var(--accent);
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 20px 0;
}

/* ///////////////////////////////////////////////////Review /////////////////////////*/
.review__wrap {
    max-width: 1112px;
    margin: 0 auto;
}

.review__item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px 0px;
    max-width: 360px;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.review__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.review__img {
    border-radius: 42px 0px 42px 42px;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.review__text {
    line-height: 22px;
    font-size: 15px;
}

.review__name {
    font-weight: 700;
    font-size: 20px;
    max-width: 146px;
}

.review__date {
    margin-top: 10px;
    color: #9C9DA2;
    font-weight: 500;
    font-size: 12px;
}

.review__item-content {
    margin-top: 20px;
    height: 175px;
    color: #9A9A9A;
    overflow: auto;
}

/* //////////////////////////////////////////review slider */
.review__slider .slick-arrow.slick-prev {
    bottom: 41%;
    left: -53px;
    background: url(../img/arrowPrew.svg) no-repeat;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    width: 33px;
    height: 28px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 0;
    opacity: 0.6;
}

.review__slider .slick-arrow.slick-next {
    bottom: 41%;
    right: -54px;
    left: auto;
    background: url(../img/arrowNext.svg) no-repeat;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.25);
    width: 33px;
    height: 28px;
    z-index: 11;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px 0;
    opacity: 0.6;
}

.review__slider .slick-arrow.slick-next:hover {
    opacity: 1;
}

.review__slider .slick-arrow.slick-prev:hover {
    opacity: 1;
}

.review__slider .slick-arrow.slick-prev:before {
    content: "";
}

.review__slider .slick-arrow.slick-next:before {
    content: "";
}

.review__slider .slick-dots li button:before {
    font-size: 20px;
    color: transparent;
    border-radius: 50%;
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: white;
    -webkit-box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.4);
    box-shadow: 0px 4px 4px rgba(115, 132, 64, 0.4);
    /* -4px 0px 5px rgb(115 132 64 / 40%) */
}

.review__slider .slick-dots li.slick-active button:before {
    color: var(--accent);
    font-size: 0;
    background-color: var(--accent);
    opacity: 1;
}

.review__slider .slick-dots {
    bottom: -40px;
    opacity: 1;
}

/* ////////////////////////////////////////////////question ///////////////////////*/
.program__drop {
    max-width: 700px;
    margin: 0 auto 100px;
    list-style: none;
    border: 1px solid var(--accent);
    counter-reset: my-counter;
    border-radius: 20px 0;
}

.program__drop-item {
    position: relative;
}

.program__drop-item::before {
    content: "0" counter(my-counter);
    counter-increment: my-counter;
    color: var(--accent);
    font-weight: 300;
    font-size: 38px;
    line-height: 64px;
    position: absolute;
    left: -63px;
    top: -18px;
}

.program__drop-title {
    text-align: left;
    font-size: 20px;
    padding: 26px 30px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 1px solid var(--accent);
}

.program__drop--border {
    border-top: none;
}

.program__drop-title::after {
    content: '';
    position: absolute;
	background-repeat:no-repeat;
	background-size:contain;
    max-width: 45px;
    height: 45px;
	width:100%;
    right: -4px;
    top: 0;
    background-image: url(../img/questione.svg);
}

.program__drop-title.active {
    margin-bottom: 20px;
}

.program__drop-title.active::after {
    /* border-top: transparent;
    border-bottom: 20px solid var(--accent); */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	 right: -0.0px;
}

.program__drop-content {
    display: none;
    font-size: 15px;
    color: #9A9A9A;
    padding-left: 30px;
    font-weight: 500;
}

.program__drop-subtitle {
    margin-bottom: 20px;
    max-width: 480px;
}

.program__drop-list {
    padding-left: 80px;
}

.program__drop-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--accent);
}

.program__drop-list li span {
    color: var(--accent);
    display: block;
}

.program__drop-text {
    margin-bottom: 20px;
    color: var(--accent);
    font-weight: bold;
}

/* //////////////////////////////////footer /////////////////////*/
/* footer */
.footer {
    background-color: #353333;
    padding: 62px 0 0px 0px;
    position: relative;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    width: 100%;
    max-width: 170px;
    font-size: 13px;
    line-height: 16px;
    color: #D1CFCF;
}

.footer__img {
    margin-bottom: 20px;
}

.footer__logo-text {
    margin-bottom: 10px;
}

.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer__title {
    font-size: 25px;
    color: var(--accent);
    margin-bottom: 20px;
}

.footer__menu-item {
    margin-bottom: 20px;
}

.footer__contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer__contact-item img {
    margin-right: 10px;
    width: 19px;
    height: 19px;
}

.footer__menu-item,
.footer__link-text,
.footer__impres,
.footer__link-item,
.footer__contact-email,
.footer__contact-phone {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    color: white;
	cursor:pointer;
}

.footer__time {
    color: #fff;
}

.footer__contact-phone:hover {
    color: #8EBC02;
}

.footer__contact-email:hover {
    color: #8EBC02;
}

.footer__menu-item:hover {
    color: #8EBC02;
}

.footer__link-text:hover {
    color: #8EBC02;
}

.footer__impres:hover {
	color: #8EBC02;
}

.footer__link-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    margin-bottom: 8px;
}

.footer__link-item img {
    margin-right: 10px;
}

.go__top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(142, 188, 2, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.go__top:hover {
    background-color: rgba(216, 255, 99, 0.6);
}

.go__top img {
    width: 20px;
    height: 10px;
}

.footer__line {
    height: 1px;
    background-color: #706F6F;
    border: none;
}

.footer__copy {
    font-size: 10px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    color: #757575;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0;
}

.footer__copy a {
    font-size: 10px;
    line-height: 12px;
    text-decoration: underline;
}

.footer__menu-item {
    color: #FFFFFF;
    font-size: 18px;
}

.developer,
.policy {
    padding-left: 10px;
    color: #757575;
}

.developer:hover {
    color: white;
}

.policy:hover {
    color: white;
}

.footer__link-item {
    margin-right: 10px;
}





.form__file {
    width: 100%;
    cursor: pointer;
    display: block;
    background: #fff;
    color: #000;
    -webkit-transition: all .18s ease-in-out;
    -o-transition: all .18s ease-in-out;
    transition: all .18s ease-in-out;
    max-width: 480px;
    padding: 17px 0 17px 19px;
    line-height: 27px;
    font-size: 17px;
    margin-top: 20px;
    position: relative;
    font-weight: 400;
    color: #d1d1d0;
	border-radius: 20px 0px;
    box-shadow: 0px 4px 4px rgb(65 81 20 / 25%);
  }

  .form__file:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 24px;
    width: 20px;
    height: 13px;
    background-image: url(../img/arrow_down.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .form__file:hover {
    background: #74BA19;
    color: #fff;
  }

  .my {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }

/* //////////////////////////////////////////////////////form swither//////////////// */


 :root {
	 --primary-color: #185ee0;
	 --secondary-color: #e6eef9;
}

 .wrap__tab {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 margin:30px 0px;
}
 .form__tabs {
	 display: flex;
	 position: relative;
	 background-color: #fff;
	 box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
	 width:100%;
	 border-radius: 99px;
}
 .form__tabs * {
	 z-index: 2;
}
 input[type="radio"] {
	 display: none;
}
 .form__tab {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 54px;
	 width: 50%;
	 font-size: 17px;
	 font-weight: 500;
	 border-radius: 99px;
	 cursor: pointer;
	 transition: color 0.15s ease-in;
}


 .glider {
	 position: absolute;
	 display: flex;
	 height: 54px;
	 width: 50%;
	 background-color: var(--secondary-color);
	 z-index: 1;
	 border-radius: 99px;
	 transition: 0.25s ease-out;
}
 @media (max-width: 700px) {
	 .form__tabs {
		 transform: scale(0.9);
	}
}
 

/* //////////////////////////////////////////////////////politic//////////////// */
.politic__title {
    font-weight: 700;
    padding-top: 40px;
    text-align: center;
    margin-bottom: 30px;
}
/* //////////////////////////////////////////////////////404 ///////////////////*/
.error {
	padding:0;
	margin:0;
	height:100vh;
	width:100%;
	object-fit:cover;
	position:relative;
    overflow: hidden;
}
.error img{
	height: 100vh;
    width: 100%;	
    object-fit: cover;
}
.btn--abso {
    position: absolute;
    left: 10px;
    top: 10px;    
	padding: 8px 72px;
	margin:0px;
}
/* //////////////////////////////////////////////////////media//////////////// */
@media (max-width: 1250px) {
    .review__wrap {
        max-width: 800px;
    }

    .review__item {
        margin-right: 40px;
    }
}

@media (max-width: 1180px) {
    .tabs-home {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
        -ms-grid-columns: (375px)[2];
        grid-template-columns: repeat(2, 375px);
        grid-gap: 28px;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
    }

    .play__text {
        display: none;
    }

    .play {
        left: 0;
    }

    .header__title {
        font-size: 35px;
    }

    .header__subtitle {
        font-size: 15px;
    }

    .header__content-left {
        margin-right: 5px;
    }

    .adventeges {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .adventeges__item {
        margin-bottom: 20px;
    }

    .header__content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__content-left {
        margin-top: 30px;
    }

    .header__body-right {
        width: 100%;
        margin-top: -10px;
    }

    .header__btn {
        margin: 25px auto 40px auto;
        display: block;
    }

    .header__title,
    .header__subtitle {
        max-width: 100%;
        text-align: center;
    }

    .header__slider-img {
        max-width: 100%;
        max-height: 100%;
    }

    .about__title {
        font-size: 30px;
        line-height: 45px;
    }

    .tur__title {
        font-size: 25px;
        line-height: 40px;
    }

    .color__bg {
        padding: 50px 0 50px 0;
    }

    .tur__item+.tur__item {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .header__text {
        display: none;
    }

    .header__body-right {
        max-width: 100%;
    }

    .adventeges {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .tur__wrap {
        margin-top: 30px;
    }

    .about {
        -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;
    }

    .about__left {
        display: none;
    }

    .about__right {
        width: 100%;
    }

    .buy__img {
        max-width: 383px;
    }

    .feedback__text:after {
        display: none;
    }
}

@media (max-width: 900px) {
    .tabs>label {
        margin-left: 25px;
        margin-bottom: 40px;
    }

    .program__drop-item::before {
        display: none;
    }

    .program__drop {
        max-width: 100%;
    }
}

@media (max-width: 800px) {
    .tabs-home {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        -ms-grid-columns: (400px)[1];
        grid-template-columns: repeat(1, 400px);
    }

    .home__item {
        max-width: 400px;
    }

    .buy__item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .buy__img {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .buy__content {
        width: 88%;
    }

    .review__wrap {
        max-width: 90%;
    }

    .review__item {
        max-width: 100%;
    }

    .footer__contact,
    .footer__menu {
        margin-right: 5px;
    }

    .go__top {
        position: absolute;
        right: 20px;
        bottom: 15px;
    }
}

@media (max-width: 768px) {
    .header__contact {
        display: none;
    }

    .adventeges {
        padding: 20px 20px;
    }

    .container__full {
        padding: 0;
    }

    .header__slider .slick-arrow.slick-next {
        bottom: auto;
        top: 41px;
        right: 38px;
    }

    .header__slider .slick-arrow.slick-prev {
        bottom: auto;
        top: 42px;
        right: 90px;
    }

    .header__slider-img {
        height: 100%;
    }

    .feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 50px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .feedback__content {
        margin-bottom: 20px;
    }

    .feedback__title {
        max-width: 100%;
    }

    .footer__wrap {
        text-align: center;
        -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;
    }

    .footer__contact,
    .footer__menu {
        margin-right: 0;
    }

    .footer__contact-item,
    .footer__link-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer {
        padding: 32px 0 0px 0px;
    }
}

@media (max-width: 600px) {
    .header__send {
        display: none;
    }

    .header__subtitle {
        margin-top: 15px;
    }

    .header__slider-img {
        border-radius: 100px 0;
    }

    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about__content-text {
        max-width: 100%;
    }

    .about__content {
        margin-top: 20px;
    }

    .tur {
        padding: 35px;
    }

    .tur__box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tabs>label {
        margin-left: 10px;
    }

    .buy-tabs>label {
        margin-left: 25px;
        margin-bottom: 40px;
    }

    .buy__content {
        width: 100%;
        padding-left: 55px;
    }

    .buy__info {
        margin-left: -50px;
        padding: 20px;
        margin-top: 20px;
    }

    .tabs>label {
        margin-bottom: 30px;
    }

    .catalog,
    .buy,
    .feedback,
    .review,
    .question {
        margin-top: 40px;
    }
	.question {
		margin-top: 60px;
	}
	.feedback__form {
		padding:20px;
	}

    .section__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .feedback__title {
        font-size: 30px;
    }

    .program__drop-title {
        padding: 26px 70px 26px 20px;
    }

    .header__logo {
        max-width: 94px;
        max-height: 65px;
        padding-left: 0px;
    }

    .header__content-left {
        margin-top: 10px;
        margin-right: 0;
    }

    .header {
        padding-top: 15px;
    }
}

@media (max-width: 480px) {
    .review__item-content {
        height: auto;
    }

    .footer__copy {
        -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;
    }

    .developer,
    .policy {
        padding-left: 0;
        margin-top: 10px;
    }
    .home__item-img {        
        min-height: auto;
    }
}

@media (max-width: 400px) {
    .header__title {
        line-height: 48px;
        font-size: 30px;
    }

    .header__links {
        display: none;
    }
	.header__link {
		font-size:14px;
	}
	
	.container__hit {
		overflow-x:hidden;
	}

    .home__item {
        max-width: 320px;
    }

    .home__item-img--smal {
        max-width: 100px;
        max-height: 83px;
    }

    .tabs-home {
        -ms-grid-columns: (315px)[1];
        grid-template-columns: repeat(1, 315px);
    }

    .home__info {
        padding: 20px 5px;
    }

    .price {
        font-size: 25px;
    }

    .home__item-wrap {
        padding-top: 5px;
    }

    .buy-tabs>label {
        margin-left: 12px;
    }

    .form__input,
    .form__textara {
        width: 100%;
    }

   

    .review__item {
        margin-right: 43px;
        padding: 20px;
    }

    .review__item-top {
        -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;
        text-align: center;
    }

    .review__img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .review__text {
        margin-bottom: 10px;
    }

    .review__item-content {
        margin-top: 10px;
    }

    .review__name {
        max-width: 100%;
    }

    .review__item-content {
        font-size: 14px;
    }
}

@media (max-width: 370px) {
    .feedback__form {
        max-width: 300px;
        padding: 20px;
    }
}
.languages{
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: 1px solid #16341C;
	border-radius: 50px;
	display: flex;
	justify-content: center;
	transition:all 0.3s ease;
}
.languages:hover{
    border: 1px solid #74BA19;
	overflow: visible;
}

.languages_items{
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;	
	transition:all 0.3s ease;
}
.current-lang {
	order: 1!important;
}
.lang-item{
	order: 2;
}
.languages li a{	
	transition:all 0.3s ease;
	display: flex;
	color: #16341C;
	width: 35px;
	height: 35px;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	position:relative;
	z-index:2;
}
.languages li a:hover{
	color:#74BA19;
}
.review__item-top a{
	margin-top:-10px;
}

.accept  {
	margin: 15px 0 0 0;
    width: 14px;
    height: 14px;
}