:root {
    --bg: #fff3e0;
    --col: #ff7043;
    --font: #323232;
}

*::-webkit-input-placeholder {
	color: var(--font);
	opacity: .3;
}
*:-moz-placeholder {
	color: var(--font);
	opacity: .3;
}
*::-moz-placeholder {
	color: var(--font);
	opacity: .3;
}
*:-ms-input-placeholder {
	color: var(--font);
	opacity: .3;
}

.checkout-it .input::-webkit-input-placeholder {
	opacity: 1;
}
.checkout-it .input:-moz-placeholder {
	opacity: 1;
}
.checkout-it .input::-moz-placeholder {
	opacity: 1;
}
.checkout-it .input:-ms-input-placeholder {
	opacity: 1;
}

body {
    font-family: 'MyriadPro';
    font-size: 16px;
    overflow-x: hidden;
    color: var(--font);
    font-weight: 300;
    padding-right: 0 !important;
    background: var(--bg);
}

body, html {
    overflow-x: hidden;
}
a {
	color: var(--font);
}
a:hover {
	text-decoration: none;
    color: var(--font);
}
a:active {
	background: transparent;
}
a:focus{
	outline:none;
}
ul {
    /* padding: 0; */
    /* margin: 1em; */
}

p {
    margin: 0;
}


.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-c-c {
    display: flex;
    flex-direction:column;
    justify-content: center;
    /* align-items: center; */
}
.flex-b-c {
    display: flex;
	flex-direction:column;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.flex-s-c {
    display: flex;
    justify-content: center;
    align-items: center
}
.flex-a {
    display: flex;
    justify-content: space-around;
    align-items: center
}
.g-3{
	gap:3em;
}
.block {
    padding: 60px 0;
}
.white{
	background:#fff;
}
.block.container {
    padding: 60px 0
}
.container {
    padding: 0;
    opacity: 1 !important;
}
.pad-top {
    padding-top: 60px;
}
.pad-bot {
    padding-bottom: 60px;
}
.container:after, .container:before {
    display: none
}
.w-48 {
    width: 48% !important;
    flex-wrap: wrap;
}
.nav-control {
    display: none
}
.but {
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    width: 320px;
    background: var(--col);
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 40px;
}
label{
	font-weight:normal;
}
.input {
    width: 100%;
    padding: 10px 0;
    border: none;
    background: none;
    outline: none;
    display: block;
    font-size: 17px;
    border-bottom: 1px solid var(--col);
    margin-bottom: 20px
}
textarea.input {
    resize: none;
    height: 80px
}
.main {
    padding-top: 72px;
}
.main-page {
    /* background-image: url(../img/main-2.jpg); */
    /* background-position: center; */
    /* background-size: cover; */
    /*    transition: background-image linear .3s*/
}
.w100{
	width:100%;
}
.p3{
	padding:2em;
}
.mt3{
	margin-bottom:2em;
}
.mb3{
	margin-bottom:1em;
}
.slider_wrapper {
    position: relative;
}
.slider_home .slick-slide {
    position: relative;
}
.img-dsk,.img-mob {
width:100%
}
.slick-slide img.img-mob {
    display: none;
}

div#arrow-home {
    position: absolute;
    top: 1em;
    right: 1em;
    display: flex;
    gap: 3em;
}
.sl-prev,.sl-next{
	cursor:pointer;
}
.sl-prev {
    transform: rotate(
180deg);
}

.headline {
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    margin: 0 0 50px;
    font-family: 'BwModelica';
}
.headline-cont {
    margin: 0 0 50px;
}
.headline-cont .headline {
    margin: 0;
    width: 60%
}
.buket-cont img{
	border-radius:40px;
}
.tag {

	margin-right:1em;
}
.tag a{
	color: #fff;
	background: var(--col);    
    padding: 0.5em 2em;
    border-radius: 50px;
    font-weight: bold;
}
.subtitle {
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    font-family: 'BwModelica';
    margin: 0 0 20px
}
header {
    padding: 7px 0;
    transition: all linear .2s;
}
.main-page header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
}
header.scroll {
    background: #fff;
    /* padding: 7px 0; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.left-head {
    align-items: flex-start
}
.logo {
    margin-right: 40px;
}

.title {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0 0
}

.menu {
    margin-top: 8px;
    padding-left: 0;
}
.menu li {
    list-style: none;
}
.menu .parent {
    position: relative;
}
.menu .submenu {
    position: absolute;
    padding: 15px 0 0;
    min-width: 150px;
    left: 25px;
    display: none;
    z-index: 9;
}
.menu .parent:hover .submenu {
    display: block;
}
.menu .submenu li {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}
.menu a {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 25px
}
.menu .submenu a {
    padding: 10px;
    display: block;
    white-space: nowrap;
}
.right-head {
    display: flex;
    justify-content: flex-end
}
.tel {
    text-align: right;
    padding-right: 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 40px
}
.tel a {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}
.tel p {
    font-size: 14px;
    line-height: 17px;
}

.mini-cart_icon {
    position: relative
}
.mini-cart_icon b {
    position: absolute;
    width: 26px;
    height: 26px;
    background: var(--col);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0;
    left: -14px
}

.head-cont {
     /* position: relative; */
}
.slider_gal{
	padding:30px 0 40px;
}
.slider_gal img {
    width: 100%;
    padding: 0 5px;
    border-radius: 20px;
}
.slide-txt{
	/* position:absolute; */
	/* top: 0; */
	/* left: 0; */
	height: calc(100vh - 8em);
	/* width: 100%; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.head-slider {
    font-size: clamp(20px,5vw,4em);
    font-weight: 500;
    line-height: 110%;
    width: 80%;
    /* padding-left: 5vw; */
    font-family: 'BwModelica';
}
.subhead-slider {
    font-size: 0.25em;
    line-height: 250%;
    /* width: 50%; */
    /* padding-left: 5vw; */
    /* font-family: 'BwModelica'; */
}
.head-p {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: normal
}
.head-p img {
    margin-right: 20px
}
/*
.label {
    position: relative;
    left: 230px;
    cursor: pointer;
    outline: none
}*/
.head-cont svg {
    position: absolute;
    left: 6%;
    bottom: 20em;
    /* display: none; */
    cursor: pointer;
    width: 10vw;
}
.circle-text {
    transform-origin: center;
    animation-name: label;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes label {
    from {transform: rotate(0deg)}
    to {transform: rotate(360deg)}
}
.head-cont .soc {
    margin-top: 45px
}
.soc a {
    margin-right: 20px
}

.catalog {
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px;
}
/* .scroll-section .catalog {
    display: block;
    margin: 0;
    padding-left: 50px
}
.scroll-section .flickity-viewport {
    overflow: visible
} */

.page_parents {
    display: flex;
    justify-content: end;
}

.page_parents ul {
    padding: 0.5em 0;
    display: flex;
    flex-wrap:wrap;
    margin: 0;
    width: 100%;
}

.page_parents li {
    list-style-type: none;
    line-height: 1.5em;
    opacity: 0.75;
}

.page_parents li a {
    color: var(--col);
}


.page_parents li:first-child {
    padding-left: 0
}

.page_parents li:last-child a {
    margin-right: 0px;
}

.page_parents li.separator {
    padding: 0 1em;
}

.product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch
}
.card-price_block {
    align-self: center;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.card {
    width: 360px;
    margin: 0 20px 50px;
    display: flex;
    flex-direction: column;
}
.card_image {
    margin-bottom: 30px;
    position: relative;
    height: 360px;
    overflow: hidden;
}
.card-master img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.product .card_image {
    width: 360px;
    flex-shrink: 0;
    margin-right: 30px;
    margin-bottom: 0;
}
.product .card_image a {
    cursor: zoom-in;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.stoke {
    position: absolute;
    top: 30px;
    left: 30px;
    background: url(../img/icon/stoke.svg) center/cover;
    width: 50px;
    height: 54px;
}
.card_image a {
    display: block;
    height: 360px;
    width: 100%;
    outline: none;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.card_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0;
}

.card_info-top {
    align-items: flex-start
}
.card-title a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px
}
.scroll-section .card-title a {
    height: 40px;
}
.card-title .desc {
    font-size: 14px;
    line-height: 17px;
    display: block;
}
.card-price span {
    display: block;
    white-space: nowrap;
    /* margin-left: 30px; */
    text-align: center;
    font-family: 'BwModelica';
}
.price {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
}
.old_price {
    text-decoration-line: line-through;
    opacity: 0.3;
    font-size: 14px;
}
.card_info-bottom .but {
    width: 100%;
    margin: 30px 0 25px;
}
.one_click a {
    text-decoration-line: underline;
    font-weight: 600;
    font-size: 18px;
    color: var(--col);
}
.one_click span {
    font-size: 11px;
}

.card-more-wrapper {
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.card-more_img {
    width: 48%;
    
}
.card-more_img a {
    cursor: zoom-in;
}
.card-more_img a img {
    width: 100%;
}
.card-more_block {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
    gap: 1em;
}
.product .card-more_block {
    width: 100%;
    flex-direction: row
}
.card-more_title {
    font-weight: 600;
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px
}
.card-more_desc {
    font-size: 18px
}
.card-but {
    margin-bottom: 20px
}
.card-but .add-cart {
    width: 200px;
    height: 50px
}
.card .one_click {
    flex-wrap:wrap;
    gap: 10px 0
}
.card-price_block .card-but {
    flex-direction: column-reverse;
    /* align-items: flex-end; */
}
.card-price_block .price {
    font-size: 40px;
    margin-bottom: 30px;
}
.card-price_block .one_click {
    flex-direction: column;
    align-items: center;
    gap: 15px
}


.collection-products a {
    /* background: var(--col); */
    color: var(--col);
    cursor: pointer;
    text-align: center;
    transition: all linear .2s;
    border: 1px solid var(--col);
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border-radius: 40px;
    padding: 10px;
}
.collection-products a:hover {
	background: var(--col);
	color:#fff;
}

.collection-products {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.look-more {
    font-weight: 600;
    font-size: 18px;
    margin: 10px auto;
    justify-content: center;
    color: var(--col);
    display: none;
}
.look-more img {
    margin-left: 10px
}

.scroll-section {
    background: var(--bg);
}

.buket p {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px
}
.delivery-bl {
    align-items: stretch;
}
.delivery-it {
    width: 31%;
    text-align: center;
    background: #fff;
    padding: 40px 10px 35px;
    margin-bottom: 30px;
    border-radius: 40px;
}
.delivery-it>img {
    margin-bottom: 30px
}
.delivery-it p {
    line-height: 130%
}
.delivery-it p a {
    font-weight: bold;
    color: var(--col)
}
.delivery-it .soc {
    justify-content: center;
    margin-top: 15px;
    align-items: flex-start;
    height: 30px
}
.delivery-it .soc a {
    margin: 0 10px
}


.razdel-item{
	position:relative;
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;
}
.razdel-item img{
	object-fit:cover;
	width:100%;
	height:100%;
	backdrop-filter: brightness(0.5);
	border-radius: 30px;
}
.razdel-item .title{
	display: flex;
	/* position:absolute; */
	align-items: center;
	justify-content: center;
	/* top: 0; */
	width: 100%;
	height: 100%;
	/* color: #fff; */
	/* background:#00000047; */
	text-align:center;
	font-size: 1.5em;
	font-weight:bold;
	text-wrap: balance;
	line-height:1em;
	padding: 1em;
	margin: 0;
	font-family: 'BwModelica';
}
.faq-bl {
    margin-bottom: 40px
}
.faq-it {
    padding: 30px 0;
    border-bottom: 1px solid rgba(50, 50, 50, 0.1);
}
.question {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    cursor: pointer;
    align-items: flex-start;
    color: var(--col)
}
.question span {
}
.answer {
    margin-top: 30px;
    padding-left: 30px;
    display: none
}

.faq-it.open .question span {
    transform: translateY(0px) rotate(180deg);
    transform-origin: center 70%;
}
.delivery-but {
    margin-top: 30px
}
.delivery-but a {
    margin: 10px 0
}
.delivery-but a:first-child {
    margin-right: 80px
}

.contact {
    width: 340px;
}
.contact>div {
    margin-top: 40px;
}
.contact h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 8px
}
.contact>div p {
    font-size: 20px
}
.contact .soc {
    margin-top: 16px
}
.contact-form {
    width: 390px;
    position: relative;
}
.contact-form:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(50, 50, 50, 0.1);
    left: -180px;
    top: 0;
}
.contact-form .input {
    width: 320px
}
.contact-form .but {
    margin: 30px 0 20px
}
.politika {
    /* font-size: 12px; */
}
.politika a {
    color: var(--col);
    text-decoration: underline
}
.map {
    width: 100%;
    height: 500px;
    overflow: hidden;
    filter: grayscale()
}

.top-foot {
    font-size: 14px;
    padding: 30px 0
}
.rekv {
    transform: translateX(-63%);
}
.foot-logo p {
    text-align: right;
    font-size: 14px;
    margin-top: 5px
}
.bot-footer {
    padding: 15px 0
}
.bot-footer .soc a {
    margin: 0 0 0 25px
}

.bot-footer .polit {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    text-decoration-line: underline;
    color: var(--col);
}

.head-cart {
    border: 1px solid #D6D7CE;
    margin-bottom: 40px
}
.head-cart_it {
    height: 50px;
    width: 100%;
    justify-content: center;
    position: relative;
}
.head-cart_it.active {
    background: var(--col);
    color: #fff
}
.head-cart_it:nth-of-type(1).active {
    z-index: 4
}
.head-cart_it:nth-of-type(2).active {
    z-index: 3;
    background: var(--col);
}
.head-cart_it:nth-of-type(3).active {
    z-index: 2;
    background: #d74c21;
}
.head-cart_it:nth-of-type(4).active {
    background: #d74c21;
}
.head-cart_it.active:not(:last-child):after {
    position: absolute;
    content: '';
    right: -21px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-left: 21px solid var(--col);
    border-bottom: 25px solid transparent;
}

.head-cart_it.active:not(:last-child):before {
    position: absolute;
    width: 29px;
    height: 44px;
    background: url(../img/icon/arr3.svg) center/cover;
    content: '';
    right: -29px;
    top: calc(50% - 22px);
}

.head-cart_it:nth-of-type(2).active:before {
    background: url(../img/icon/arr3_1.svg) center/cover;
}
.head-cart_it:nth-of-type(3).active:before {
    background: url(../img/icon/arr3_2.svg) center/cover;
}

.head-cart_it:nth-of-type(2).active:after {
    border-left: 21px solid var(--col);
}
.head-cart_it:nth-of-type(3).active:after {
    border-left: 21px solid #d74c21;
}

.head-cart_it:not(:last-child):after {
    position: absolute;
    width: 23px;
    height: 52px;
    background: url(../img/icon/arr2.svg) center/cover;
    content: '';
    right: -23px;
    top: -1px;
}

.head-cart_it p {
    margin-left: 10px;
}

.step_img-active {
    display: none
}
.head-cart_it.active .step_img {
    display: none
}
.head-cart_it.active .step_img-active {
    display: block
}


.cart-row {
    margin-bottom: 30px;
    align-items: center
}
.card-info {
    width: 50%;
    flex-shrink: 0;
}

.cart-img {
    width: 160px;
    flex-shrink: 0;
    margin-right: 50px;
    border-radius: 20px;
}
.cart-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.quantity.count-trigger {
    display: flex
}
.quantity .counter {
    width: 60px;
    text-align: center;
    border: none;
    outline: none;
    background: none;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-family: 'BwModelica';
    padding-left: 13px
}

.quantity a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    outline: none
}
.quantity a img {
    width: 100%;
}

.cart_price {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    font-family: 'BwModelica';
}

.delete {
    background: none;
    border: none;
    padding: 0 10px
}


.cart-footer {
    padding: 30px 0;
    border-top: 1px solid #D6D7CE;
    border-bottom: 1px solid #D6D7CE
}
.control>p:first-child {
    font-size: 18px;
    font-weight: 400;
}
.control .cart_price {
    margin: 0 50px;
}
.control .but {
    width: 220px;
    height: 50px;
    display: none;
}


.quiz-it.current {
    display: block;
}
.quiz-it {
    display: none;
}
.checkout-it {
    padding: 35px 0;
}
.checkout-it:not(:last-child) {
    border-bottom: 1px solid #D6D7CE;
}
.checkout-radio {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
.checkout-label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    width: 100%;
    margin: 0;
    padding-right: 110px;
}
.checkout-label span {
    font-size: 18px;
}
.checkout-label:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    right: 0;
    top: 1px;
    border: 2px solid var(--col);
}
.checkout-radio:checked+.checkout-label:before {
    background: #fff;
    box-shadow: inset 0px 0px 0px 8px var(--col)
}

.checkout-label_icon {
    margin: 0 45px
}
.checkout-label_pay {
    width: 170px;
    margin-right: 50px;
    max-height: 50px;
}

.checkout-hidden {
    padding: 20px 145px 20px 145px;
    flex-wrap: wrap;
    display: none
}
.checkout-hidden .input {
    margin-right: 50px
}
.checkout-hidden .w-50 {
    width: 390px;
    flex-shrink: 0
}
.checkout-hidden .w-25 {
    width: 160px;
    flex-shrink: 0
}

.quiz-control .disable {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}

.widget {
    position: fixed;
    background: url(../img/icon/widget2.svg) center/cover;
    bottom: 30px;
    right: 2%;
    width: 76px;
    height: 76px;
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
    transition: 0.2s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.widget:hover {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
    bottom: 35px;
}

.widget a {
    position: absolute;
    width: 50px;
    height: 50px;
    display: none;
    left: 12px
}
.widget a img {
    width: 100%;
}
.widget a:nth-of-type(1) {
    top: -60px
}
.widget a:nth-of-type(2) {
    top: -120px
}
.widget a:nth-of-type(3) {
    top: -180px
}









/*modal*/
.modal-backdrop {
    overflow: hidden;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(20px);
}    
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=8);
    opacity: .8;
}
.modal {
    padding-right: 0px !important;
}
.modal-open {
    padding-right: 0px !important;
    z-index: -1 !important;
}
.modal .modal-dialog{
/*    margin: 70px auto 0px;*/
    width: auto;
}
.modal-content {
    border-radius: 0px;
    background: #fff;
    margin: 70px auto 0;
    border: none;
    border-radius: 20px;
    box-shadow: none;
    overflow: hidden;
    width: 780px;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.25)
}
#oneclick .modal-content {
    width: 400px;
    text-align: center
}
.modal .headline {
    margin-bottom: 20px
}
.modal .modal-body {
    padding: 45px 55px;
}
.quick_order-img {
    width: 200px
}
.quick_order-info {
    font-size: 14px;
    margin: 20px 0
}
.minititle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400
}
.del-inf {
    align-items: flex-start;
}
.del-inf p {
    width: 50%;
}
#delivery_modal span {
    font-family: 'BwModelica';
    font-size: .9em
}
.modal .input {
    width: 100%;
    margin: 0 auto 30px
}
.modal .but{
    margin: 0 auto 20px;
    width: 100%
}
.modal .modal-dialog .close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 15px;
    outline: none;
    z-index: 8
}

.select_icons {
    align-items: flex-start;
    text-align: center
}
.select_icons>div {
    width: 25%;
    margin-bottom: 30px
}
.select_icons span {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    font-family: 'BwModelica';
    color: var(--col);
    display: block;
    margin-bottom: 8px
}
.select_icons p {
    font-size: 14px;
    line-height: 17px;
}

#add_file {
    display: none
}
.add_file {
    border: 1px dashed #323232;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 20px;
    cursor: pointer
}
.add_file i {
    font-size: 12px;
    line-height: 100%
}
.add_file img {
    display: block;
    margin: 0 auto 10px
}
.select_form-bl {
    align-items: flex-start
}
.select_form-bl .input {
    margin-bottom: 20px
}
.select_form .but {
    width: 320px;
    margin-top: 20px
}
.select_form-bl>div {
    width: 47%;
    flex-shrink: 0
}

.thx {
    height: 100vh;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100vh;
    background: url(/img/banners/banner-1.jpg) center/cover;
}
.thx-cart {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.thx .tel {
    margin: 0;
    padding: 0;
    border: none
}
.thx .head-text h2+p {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 400;
}
.thx .head-cont {
    padding: 40px 0;
    height: 100%;
}
.thx .head-cont .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.back_btn {
    outline:none;
    background: none;
    border: none;
    margin: 0 0 20px;
}
.back_btn img {
    transform: rotate(180deg);
    margin: 0 10px 0 0;
    
}