/*  */

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Light.ttf) format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf) format('truetype');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Medium.ttf) format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Bold.ttf) format('truetype');
    font-weight: 700;
    font-display: swap;
}

:root {
    --text-on-dark: rgba(255, 255, 255, 0.60);
    --text-dark-text: #073551;
    --icon-favorite-active: #DF125E;
    --background-light-bg-tertiary: #F2F5F7;
    --button-secondary-default: #F2F5F7;
    --text-dark-text-secondary: #4B6D82;
    --icon-icon-accent: #01B5CC;
    --back-on-card: rgba(7, 53, 81, 0.40);
}
.imgBtn, .imgW, .imgF{
    line-height: normal;
}



body {
    color: var(--text-dark-text);
    font-size: 16px;
    font-family: "Inter";
    font-weight: 400;
    line-height: 1.5;
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}
.befH1Dec{
    font-size: 18px;
font-weight: 600;
line-height: 135%;
letter-spacing: -0.144px;
margin-bottom: 24px;
padding-left: 36px;
}
.h1,
h1 {
    font-family: Inter;
    font-size: 40px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.64px;
    margin: 0 0 24px;
}

.h1 span,
h1 span {
    color: var(--icon-favorite-active, #DF125E);
}

.titleLine {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titleLine .h1,
.titleLine h1 {
    margin-bottom: 0;
}

.wrapper{
	max-width: 1920px;
	margin: 0 auto;
	 min-height:100vh;
   position:relative;
   overflow: clip;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}


.wrapLabel{
    position: relative;
    margin-bottom: 0;
}
.wrapLabel span{
    font-weight: 400;
    font-size: 14px;
    display: block;
    position: relative;
    color: var(--dark-blue-dark-blue-60, rgba(7, 53, 81, 0.60));
    line-height: 20px;
    margin-top: 16px;
}
.wrapLabel span a{
    color: var(--Blue, #01B5CC);
}
/*.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 3px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #dd6a1c;
    border-radius: 2px;
    opacity: 0;
}
.wrapLabel input:checked + span:after{
    opacity: 1;
}*/
.wrapLabel input{
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}
.flexSA{
	display: flex;
	justify-content:space-around;
}

.flexSB{
	display: flex;
	justify-content:space-between;
}
.flexCenter{
	display: flex;
	justify-content:center;
}

.flexAI{
	display: flex;
	align-items:center;
}

.flexW{
	display: flex;
	flex-wrap:wrap;
}
.flexColumn{
	display: flex;
	flex-direction:column;
}
.flexStart{
	display: flex;
	justify-content:flex-start;
}
.flexEnd{
	display: flex;
	justify-content:flex-end;
}
.imgF{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnStyle1 {
  border-radius: 80px;
  background: var(--button-accent-default, #01B5CC);
  display: inline-flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--text-light-text, #FFF);
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: all 0.4s;
}
.btnStyle1:hover{
    background: var(--primary-colors-dark-blue, #073551);
    color: #fff;
    text-decoration: none;
}
.btnStyle2{
    display: flex;
  padding: 16px 28px 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 80px;
  background: var(--button-secondary-default, #F2F5F7);
  cursor: pointer;
  border: none;
  color: var(--text-dark-text);
  position: relative;
  z-index: 4;
}
.btnStyleBorder{
	display: flex;
padding: 12px 16px;
justify-content: center;
align-items: center;
gap: 8px;
	border-radius: 80px;
border: 1px solid var(--border-light-border, #E6ECEF);
color: var(--text-dark-text, #073551);
font-size: 16px;
font-weight: 500;
}
.btnStyleBorder:hover{
	text-decoration: none;
	color: var(--text-dark-text, #073551);
}



/*header*/
.wrapper{
    padding-top: 99px;
}
header {
  border-bottom: 1px solid var(--border-light-border, #E6ECEF);
  margin-bottom: 24px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
}
.wrapHeader {
  padding: 16px 0;
}
.wrapHeader ul{
	display: flex;
	justify-content: center;
	gap: 4px;
}
.wrapHeader ul a{
	display: block;
	padding: 12px 16px;
	font-weight: 500;
	color: var(--text-dark-text, #073551);
text-align: center;
}
.wrapHeader .btnsBlock{
    display: flex;
align-items: center;
gap: 16px;
}

/*END header */
/*topBannerBlock*/
.topBannerBlock{
    margin-bottom: 80px;
}
.wrapTBB{
    display: grid;
    grid-template-columns: auto 320px;
    grid-gap: 24px;
}
.rightBaner{
    grid-row-start: span 2;
    border-radius: 24px;
background: linear-gradient(104deg, #D41159 0%, #FB4A8B 100%);
padding:40px;
color: #fff;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.rightBaner .name{
font-size: 32px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.64px;
margin-bottom: 16px;
}
.rightBaner .imgW{
    margin-top: 65px;
    position: relative;
}
.rightBaner .imgW img{
    border-radius: 24px;
    position: relative;
    z-index: 5;
}
.rightBaner .imgW:before,.rightBaner .imgW:after{
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 24px;
    position: absolute;
    right: 0;
    
    transform-origin: right bottom;
}
.rightBaner .imgW:before{
    background: #FB4B8C;
    transform: rotate(5deg);
    z-index: 2;
    bottom: 5px;
}
.rightBaner .imgW:after{
    background: #FC70A4;
    transform: rotate(10deg);
    z-index: 1;
    bottom: 10px;
}
.rightBaner .imgW .imgDec{
    position: absolute;
    right: -14px;
    bottom: -20px;
    z-index: 5;
}
.bannerTop{
    border-radius: 24px;
background: #F2F5F7;
overflow: hidden;
padding:40px;
height: 380px;
position: relative;
z-index: 1;
}
.bannerTop:before{
    position: absolute;
    content: '';
    width: 2680px;
    height: 2605px;
    left: -328px;
    top: -291px;
    background: url(../images/franchise/decTB.svg) no-repeat center;
    z-index: -1;
}
.bannerTop .txtBlock{
    max-width: 465px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.bannerTop .name{
font-size: 40px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.8px;
}
.bannerTop .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
font-size: 18px;
font-weight: 400;
line-height: 155%;
}
.bannerTop .imgW{
    position: absolute;
    right: 0;
    top: -21px;
}

.wrapQL{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.nucQL{
    flex:1;
    padding:24px;
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    border-radius: 12px;
border: 1px solid var(--border-light-border, #E6ECEF);
background: var(--background-light-bg, #FFF);
}
.nucQL .imgF{
    flex:none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--background-light-bg-tertiary, #F2F5F7);
}
.nucQL .name{
font-size: 16px;
font-weight: 500;
line-height: 150%;
}

/*End topBannerBlock*/

/*chosenBlock*/
.chosenBlock{
    margin-bottom: 80px;
    background: var(--background-light-bg-tertiary, #F2F5F7);
}
.chosenBlock .chosenWrap{
    display: flex;
    gap: 130px;
    padding-block: 40px;
}
.chosenBlock .nameBlock{
    font-size: 32px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.64px;
flex:none;
}
.chosenBlock .infoBlock{
    padding-left: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.chosenBlock .name{
    font-size: 40px;
font-weight: 600;
line-height: 120%;
letter-spacing: -0.8px;
}
.chosenBlock .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
font-size: 16px;
font-weight: 400;
line-height: 24px;
}
.chosenBlock .likeInfo{
    background: url(../images/franchise/likeInfoIcon.svg) no-repeat left 13px;
}
.chosenBlock .starsInfo{
    background: url(../images/franchise/starsInfoIcon.svg) no-repeat left 13px;
}


/*End chosenBlock*/

/*whyWeBlock*/
.whyWeBlock{
    margin-bottom: 120px;
    color: #fff;
}
.wrapWW{
    border-radius: 24px;
background: var(--background-dark-bg, #073551);
position: relative;
overflow: hidden;
padding:80px;
height: 680px;
}
.wrapWW .h1{
    margin-bottom: 80px;
    color: inherit;
}
.nucPreWW{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}
.nucPreWW .imgF{
    background: var(--line-on-dark, rgba(255, 255, 255, 0.08));
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex:none;
}
.nucPreWW .name{
    font-size: 18px;
font-weight: 600;
line-height: 135%;
letter-spacing: -0.144px;
margin-bottom: 8px;
}
.nucPreWW .txt{
    line-height: 24px;
    color: var(--text-light-text-secondary, #A3BDCC);
}
.wrapPreWW{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.wrapWW .leftBlock{
    width: 590px;
}
.wrapWW .imgBlock{
    position: absolute;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
}
.wrapWW .imgBlock:before,.wrapWW .imgBlock:after{
    height: 200px;
    width: 100%;
    content: '';
    left: 0;
    position: absolute;
}
.wrapWW .imgBlock:before{
    top: 80px;
    background: linear-gradient(180deg, #073551 0%, rgba(7, 53, 81, 0.16) 72.71%, rgba(7, 53, 81, 0.00) 100%);
}
.wrapWW .imgBlock:after{
    bottom: 80px;
    background: linear-gradient(0deg, #073551 0%, rgba(7, 53, 81, 0.16) 72.71%, rgba(7, 53, 81, 0.00) 100%);
}


/*End whyWeBlock*/


/*flowersBisinessBlock*/
.flowersBisinessBlock{
    margin-bottom: 120px;
}
.wrapFB{
    display: grid;
    grid-template-columns: auto 665px;
    grid-gap: 60px;

}
.wrapFB .txtBlock{
    max-width: 555px;
}
.wrapFB .txtBlock .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
font-size: 18px;
font-weight: 400;
line-height: 155%;
}
.wrapFB .txtBlock p{
    margin-bottom: 20px;
}
.wrapFB .imgW{
    grid-row-start: span 2;
    border-radius: 24px;
    overflow: hidden;
}
.wrapFB .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weInNum{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.weInNum .num{
    color: var(--text-dark-text, #073551);
font-size: 64px;
font-weight: 600;
letter-spacing: -1.28px;
line-height: 1;
}
.weInNum .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
}

/*End flowersBisinessBlock*/

/*planBlock*/
.planBlock{
    margin-bottom: 235px;
}
.wrapPlan{
    position: relative;
    z-index: 1;

}
.wrapPlan .txtBlock{
padding:80px;
position: absolute;
left: 0;
top: 0;
color: #fff;
max-width: 825px;
}
.wrapPlan .h1{
    color: inherit;
}
.wrapPlan .befH1Dec{    
background: url(../images/franchise/planBefH1.svg) no-repeat left center;
}
.wrapPlan .txtBlock .txt{
    font-size: 18px;
    line-height: 155%;
}
.wrapPlan .prePlanWrap{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 80px;
    right: 80px;
    width: auto;
}
.wrapPlan .imgWBg{
    border-radius: 24px;
    overflow: hidden;
}


/*End planBlock*/
.borderNuc .nucVertical{
    border-radius: 16px;
border: 1px solid var(--border-light-border, #E6ECEF);
background: var(--background-light-bg, #FFF);
padding: 24px;
}
.nucVertical{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex:1;
}
.nucVertical .imgF{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 24px;
    background: var(--background-light-bg-tertiary, #F2F5F7);
}
.nucVertical .name{
    font-size: 18px;
font-weight: 600;
line-height: 135%;
letter-spacing: -0.144px;
margin-bottom: 12px;
}

/*stabilityBlock*/
.stabilityBlock{
    margin-bottom: 80px;
}
.stabilityBlock .befH1Dec{    
    color: var(--icon-icon-accent, #01B5CC);
    background: url(../images/franchise/stabilityBefH1.svg) no-repeat left center;
}
.topStability{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 40px;
    padding-right: 115px;
}
.topStability .imgBlock{
    position: relative;
}
.topStability .percentBlock{
    position: absolute;
    bottom: 80px;
    left: 0;
    transform: translateX(-50%);
    border-radius: 16px;
border: 1px solid var(--border-light-border, #E6ECEF);
background: #FFF;
padding:16px;
}
.topStability .percentBlock .txt{
    color: var(--text-dark-text, #073551);
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
}
.topStability .percentBlock .txt span{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
   color: var(--icon-icon-accent, #01B5CC);
}
.ordersStatic{
    border-radius: 12px;
border: 1px solid var(--border-light-border, #E6ECEF);
background: var(--background-light-bg, #FFF);
padding: 24px;
display: flex;
justify-content: center;
gap: 16px;
align-items: center;
position: absolute;
top: 65px;
right: 0;
transform: translateX(55%);
}
.ordersStatic .imgF{
    border-radius: 8px;
background: rgba(223, 18, 94, 0.10);
width: 56px;
height: 56px;
}
.ordersStatic .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
    font-size: 14px;
    line-height: 20px;
}
.ordersStatic .countOrder{
    font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
}
.topStability .imgBlock > img{
    border-radius: 24px;
}
.topStability .txtBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 510px;
}
.preStabilityWrap{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}


/*End stabilityBlock*/


/*fullImg*/
.fullImg{
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.fullImg img{
    max-width: 100%;
}

/*End fullImg*/


/*marketingBlock*/
.marketingBlock{
    margin-bottom: 120px;
}
.topLineMarketing{
    margin-bottom: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.topLineMarketing .befH1Dec{
    color: var(--icon-icon-accent, #01B5CC);
    background: url(../images/franchise/marketingBefH1.svg) no-repeat left center;
}
.topLineMarketing .txt{
    width: 670px;
    color: var(--text-dark-text-secondary, #4B6D82);
font-size: 18px;
line-height: 155%;
}
.marketingBlock .h1{
    margin-bottom: 0;
}
.wrapMarketing{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.preMarketingWrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 40px 24px;
    width: 670px;
}
.wrapMarketing .imgW{
    position: relative;
}
.wrapMarketing .imgW > img{
    border-radius: 24px;
    max-width: 100%;
}
.wrapMarketing .saleBaner{
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-60%);
    padding:16px;
    width: 201px;
gap: 16px;
flex-direction: column;
align-items: flex-start;
border-radius: 16px;
border: 1px solid #E6ECEF;

background: #FFF;
}
.wrapMarketing .saleBaner .imgW{
    margin-bottom: 16px;
}
.wrapMarketing .saleBaner .name{
    font-weight: 500;
    margin-bottom: 4px;
}
.wrapMarketing .saleBaner .txt{
    font-size: 14px;
}
.wrapMarketing .gallarySale{
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 16px;
}
.wrapMarketing .gallarySale .imgF{
    border-radius: 8px;
background: var(--background-light-bg-tertiary, #F2F5F7);
overflow: hidden;
width: 56px;
height: 56px;
color: var(--text-dark-text-secondary, #4B6D82);
}
.gallarySale .imgF img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*End marketingBlock*/

/*supportBlock*/
.supportBlock{
    margin-bottom: 175px;
}
.wrapSupport{
    position: relative;
    z-index: 1;

}
.wrapSupport .txtBlock{
padding:80px;
position: absolute;
left: 0;
top: 0;
max-width: 720px;
}
.wrapSupport .befH1Dec{    
background: url(../images/franchise/supportBefH1.svg) no-repeat left center;
color: var(--icon-icon-accent, #01B5CC);
}
.wrapSupport .preSupportWrap{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 80px;
    right: 80px;
    width: auto;
}
.wrapSupport .imgWBg{
    border-radius: 24px;
    overflow: hidden;
   background: var(--background-light-bg-tertiary, #F2F5F7);
   display: flex;
   justify-content: flex-end;
}
/*End supportBlock*/


/*termsCooperationBlock*/
.termsCooperationBlock{
    margin-bottom: 80px;
    background: var(--background-light-bg-tertiary, #F2F5F7);
    padding-block: 80px;
}
.wrapTC{
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.wrapTC .nucTC{
    border-radius: 16px;
background: var(--background-light-bg, #FFF);
display: flex;
padding: 40px;
flex-direction: column;
align-items: flex-start;
flex: 1;
}
.nucTC .imgF{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 40px;
    background: var(--button-accent-default, #01B5CC);
}
.nucTC .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
    margin-bottom: 8px;
}
.nucTC .valueTxt{
    font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
}

/*End termsCooperationBlock*/
/*stepsBlock*/
.stepsBlock{
    margin-bottom: 120px;
}
.wrapStepsBlock{
    display: flex;
    justify-content: space-between;
}
.wrapStepsBlock .leftBlock{
    max-width: 400px;
    position: sticky;
    top: 10px;
}
.wrapStepsBlock .leftBlock .txt{
    color: var(--text-dark-text-secondary, #4B6D82);
font-size: 18px;
line-height: 155%;
margin-bottom: 24px;
}
.wrapStepsBlock .rightBlock{
    width: 50%;
}
.wrapSteps{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 435px;
    padding-left: 44px;
    gap: 40px;
    align-items: flex-start;
}
.nucStep{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.nucStep:last-child:before{
    display: none;
}
.nucStep:before{
position: absolute;
left: -44px;
top:28px;
content: '';
width: 1px;
bottom: -43px;
background: var(--border-light-border, #E6ECEF);

}
.nucStep:after{
    content: '';
    position: absolute;
    width: 8px;
height: 8px;
border-radius: 50%;
    left: -48px;
    top: 12px;
    background: #DF125E;
}
.nucStep .step{
    font-weight: 500;
    color: var(--text-light-text, #FFF);
    border-radius: 8px;
background: var(--icon-favorite-active, #DF125E);
padding: 4px 12px;
margin-bottom: 24px;
}
.nucStep .name{   
font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
margin-bottom: 8px;
}
.nucStep .txt{
    color: var(--dark-blue-dark-blue-60, rgba(7, 53, 81, 0.60));
}
.nucStep .saveBtn{
    margin-top: 24px;
}


/*End stepsBlock*/

/*formBlock*/
.formBlock{
    margin-bottom: 80px;

}
.wrapFormBlock{
    display: flex;
    justify-content: space-between;
    border-radius: 24px;
background: var(--background-light-bg-tertiary, #F2F5F7);
overflow: hidden;
}
.wrapFormBlock .formWrap{
    padding:80px;
}
.wrapFormBlock .imgW{
    width: 49%;
    flex:none;
}
.wrapFormBlock .imgW img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrapFormBlock .txt{
    font-size: 18px;
    color: var(--text-dark-text-secondary, #4B6D82);
    line-height: 155%;
    margin-bottom: 40px;
}
.wrapFormBlock .wrapInputsLine{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

form input::-webkit-input-placeholder { 
  opacity: 1;
}
form input::-moz-placeholder {
  opacity: 1;
}
form input:-ms-input-placeholder { 
  opacity: 1;
}
form input:-moz-placeholder {
  opacity: 1;
}
form .nameI{
    padding-left: 52px;
    background-image: url(../images/franchise/nameI.svg) !important;
}
form .phoneI{
    padding-left: 52px;
    background-image: url(../images/franchise/phoneI.svg) !important;
}
form .mailI{
    padding-left: 52px;
    background-image: url(../images/franchise/mailI.svg) !important;
}
form input{
    flex:1;
    width: 100%;
    margin-bottom: 16px;
    height: 56px;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--background-light-bg, #FFF);
    background-repeat: no-repeat;
    background-position:16px center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    border: none;
    color: var(--text-dark-text-secondary, #4B6D82);
}
form .btnStyle1{
    width: 100%;
}
/*End formBlock*/

/*footer*/
footer {
    padding: 40px 0 0;
    background: #073551;
}

.topFooter {
    border-radius: 16px;
    background: #FFF;
    display: flex;
    padding: 16px 40px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-bottom: 40px;
}
.wrapMainF ul{
    display: flex;
align-items: center;
gap: 4px;
}
.wrapMainF ul a{
    display: flex;
padding: 12px 16px;
color: var(--text-dark-text, #073551);
font-weight: 500;
}

.topFooter .headerMain {
    display: flex;
    align-items: center;
    gap: 16px;
}


.botFooter{
    display: flex;
    justify-content: space-between;
}
.botFooter .infoBlock {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 75px;
}

.linksInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.botFooter .phone {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.64px;
    color: var(--white-white-100, #FFF);
    margin-bottom: 8px;
}

.botFooter .mail {
    color: var(--text-on-dark, rgba(255, 255, 255, 0.60));
}

.botFooter .socBlock {
    display: flex;
    align-items: center;
    gap: 16px;
}

.botFooter .socBlock a {
    border-radius: 50%;
    background: rgba(251, 252, 255, 0.10);
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.botFooter .dopMain a {
    color: var(--text-light-text, #FFF);
    margin-bottom: 16px;
    display: inline-block;
}


.linksFooter {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-block: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linksFooter * {
    font-size: 14px;
    color: var(--text-on-dark, rgba(255, 255, 255, 0.60));
}

.linksFooter .rightLinks {
    display: inline-flex;
    align-items: flex-start;
    gap: 40px;
}
.adresOffice{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.adresOffice .name{
    color: var(--text-on-dark, rgba(255, 255, 255, 0.60));
}
.adresOffice .adresText{
   color: var(--white-white-100, #FFF);
   font-size: 24px;
font-weight: 600;
line-height: 140%;
letter-spacing: -0.48px;
}


/*End footer*/


/*popup*/
.pop-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: linear-gradient(0deg, rgba(7, 53, 81, 0.60) 0%, rgba(7, 53, 81, 0.60) 100%);
}

.pop-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 999;
    transition: all .3s ease;
    transform: translateY(100%);
    overflow: hidden auto;
}

@media (max-width: 1000px) {
    .pop-wrap {
        overflow: scroll;
    }
}

.pop-wrap.pop-open {
    transform: translateY(0);
}

.pop-open {
    display: block;
}

.pop-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    padding: 50px 8px 10px;
    white-space: nowrap;
}

.pop-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.pop-popup.prod-popup {
    padding: 40px 25px;
    max-width: 1050px;
    width: 100%;
}

.pop-popup {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    border-radius: 24px;
    background: #FFF;
    text-align: left;
    white-space: normal;
    padding: 40px;
}

.noPadding .pop-popup {
    padding: 0;
}

.noPadding .pop-content {
    border-radius: 24px;
    overflow: hidden;
}

.pop-popup .hiddenModal {
    display: block;
}

.hiddenModal,
.pop-popup .productfull .hiddenModal {
    display: none;
}

.pop-popup .nameModal {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark-text, #073551);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.card-title a{
    text-decoration: none;
    color: inherit;
}
.pop-popup .nameModal span{
    color: var(--button-accent-default, #01B5CC);
}
.modalRev .flexModalCont {
    width: 360px;
}

.flexModalCont {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.pop-popup .txtModal {
    color: var(--text-dark-text-secondary, #4B6D82);
}

.pop-popup .btnStyleFullW {
    width: 100%;
}
.regionActive {
    display: none;
}

.pop-close {
    position: absolute;
    right: -64px;
    top: 0;
    width: 48px;
    height: 48px;
    background-image: url(../images/modalCloseBtn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.pop-close svg {
    display: block;
    color: #2f2f32
}

.pop-content {
    overflow: clip;
}
.modelForm {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.modelForm .nameForm {
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.48px;
    color: var(--text-dark-text, #073551);
    margin-bottom: 8px;
}

.modelForm .txtAfterName {
    color: var(--text-dark-text-secondary, #4B6D82);
    margin-bottom: 24px;
}

.modelForm .politForm {
    color: var(--dark-blue-dark-blue-60, rgba(7, 53, 81, 0.60));
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.modelForm .politForm a {
    color: var(--Blue, #01B5CC);
}
.modelForm form input{
    border-radius: 8px;
    background-color: var(--background-light-bg-tertiary, #F2F5F7);
}
.modelForm button {
  margin: 24px 0 16px;
  width: 100%;
}
/*End popup*/



/* --- Media styles --- */
@media screen and (min-width: 1400px) {
  .wrapper .container {
    width: 1390px;
  }
}




@media screen and (max-width:1399px){
.topBannerBlock,.fullImg,.stabilityBlock,.termsCooperationBlock,.chosenBlock,.formBlock {
  margin-bottom: 60px;
}
.whyWeBlock,.flowersBisinessBlock,.marketingBlock{
    margin-bottom: 100px;
}
.planBlock {
  margin-bottom: 220px;
}
.wrapHeader ul a{
    padding:5px 16px;
}
header .btnStyleBorder,header .btnStyle1{
    padding: 10px 10px;
    gap: 5px;

}
header .logo img{
    width: 220px;
}
.bannerTop .imgW{
    right: -175px;
}
.nucQL{
    padding:10px;
    gap: 8px;
}
.nucQL .name {
  font-size: 14px;
}
.nucQL .imgF{
    width: 40px;
  height: 40px;
}
.rightBaner{
    padding:40px 30px
}
.chosenBlock .chosenWrap{
    gap: 60px;
    padding-block: 30px;
}
.wrapWW{
padding: 80px 30px;
}
.wrapWW .imgBlock img{
    max-width: 600px;
}
.weInNum{
    gap: 65px;
}
.wrapFB {
  grid-template-columns: auto 560px;
  grid-gap: 60px;
}
.wrapPlan .txtBlock,.wrapSupport .txtBlock{
    padding: 80px 30px;
}
.wrapPlan .prePlanWrap,.wrapSupport .preSupportWrap{
    left: 30px;
  right: 30px;
}
.topStability .imgBlock > img{
    width: 600px;
}
h1,.h1{
    font-size: 36px;
}
.topLineMarketing .txt,.preMarketingWrap {
  width: 540px;
}
.termsCooperationBlock{
    padding-block: 60px;
}
.wrapTC .nucTC{
    padding:20px;
}
.wrapFormBlock .formWrap {
  padding: 40px 25px;
}
.wrapWW .imgBlock::before {
  top: 50px;
}
.wrapWW .imgBlock::after {
  bottom: 50px;
}
.wrapPlan .imgWBg{
    display: flex;
  justify-content: flex-end;
}
}
@media screen and (max-width:1199px){
.topBannerBlock,.fullImg,.stabilityBlock,.termsCooperationBlock,.chosenBlock,.formBlock {
  margin-bottom: 40px;
}
.whyWeBlock,.flowersBisinessBlock,.marketingBlock,.stepsBlock{
    margin-bottom: 80px;
}
.planBlock {
  margin-bottom: 200px;
}

h1,.h1{
    font-size: 32px;
}
.wrapTBB{
    grid-template-columns: auto 275px;
}
.rightBaner img{
    max-width: 100%;
}
.bannerTop .txtBlock {
  max-width: 340px;
  gap: 20px;
  }
  .bannerTop .imgW img{
    max-width: 100%;
  }	
.bannerTop .imgW{
    right: -195px;
    width: 600px;
}
.bannerTop .name{
    font-size: 30px;
}
.bannerTop .txt{
    font-size: 16px;
}
.wrapQL{
    gap: 20px;
}
.chosenBlock .nameBlock {
  font-size: 30px;
}
 .chosenBlock .chosenWrap {
    gap: 20px;
    padding-block: 20px;
  }
.chosenBlock .infoBlock {
  padding-left: 35px;
  gap: 2px;
}
.chosenBlock .name {
  font-size: 30px;
}
.chosenBlock .txt{
    font-size: 14px;
}
.wrapPreWW{
    gap: 24px;
}
.wrapWW .leftBlock {
  width: 430px;
}
.wrapFB .txtBlock p {
  margin-bottom: 15px;
}
.wrapFB .txtBlock .txt{
    font-size: 16px;
}
.weInNum .num{
    font-size: 48px;
}
 .weInNum {
    gap: 40px;
  }
.wrapFB {
    grid-template-columns: auto 460px;
}
.wrapPlan .txtBlock, .wrapSupport .txtBlock{
    padding:30px;
}
.borderNuc .nucVertical{
    padding: 20px;
}
.nucVertical .imgF{
    margin-bottom: 16px;
}
.nucVertical .name{
    margin-bottom: 6px;
}
body{
    font-size: 14px;
}
.wrapPlan .txtBlock{
    max-width: 650px;
}
.topStability .imgBlock > img {
    width: 375px;
  }

.percentBlock > img{
    width: 140px;
}
.ordersStatic{
    padding:16px;
}
.ordersStatic .imgF{
    width: 48px;
  height: 48px;
}
.wrapMarketing .saleBaner{
    display: none;
}
.wrapTC{
    display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 24px;
}
.termsCooperationBlock {
    padding-block: 40px;
  }

.wrapHeader .btnsBlock{
    flex-direction: column;
  gap: 5px;
}
header .btnStyleBorder, header .btnStyle1{
    width: 100%;
}
.wrapHeader {
  padding: 10px 0;
}
.botFooter .phone {
  font-size: 26px;
}
.adresOffice .adresText{
    font-size: 20px;
}
.botFooter .socBlock a{
    padding:10px;
}
.botFooter .infoBlock{
    gap: 40px;
}
.topLineMarketing .txt{
    font-size: 16px;
}
}
.mobileMainBtn,.wrapMain .titleLine{
    display: none;
}

.mobLk,.mobAppsBlock{
    display: none;
}


@media screen and (max-width:991px){
    .wrapper{
        padding-top: 68px;
    }

    .mobAppsBlock{
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: center;
        font-size: 12px;
        padding:5px;
        background: #fff;
        border-block: 1px solid var(--button-accent-default, #01B5CC);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
    }
    .mobAppsBlock .txtBlock{
        display: flex;
        gap: 5px;
        align-items: center;
        line-height: 1.1;
    }
    .mobAppsBlock .imgW{
        flex:none;

    }
    .mobAppsBlock .imgW img,.mobAppsBlock .imgW svg{
        width: 60px;
        height: auto;
    }
    .mobAppsBlock .name{
        font-weight: 600;
        margin-bottom: 5px;
    }
    .mobAppsBlock .openBtn{
        color: #fff;
        border-radius: 80px;
        background: var(--button-accent-default, #01B5CC);
        display: inline-flex;
        padding: 7px 12px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        text-align: center;
        font-weight: 600;
    }
    .mobAppsBlock + .wrapper{
        padding-bottom: 50px;
    }
    .mobLk{
        display: block;
    }

    .wrapMain .titleLine{
        display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-light-border, #E6ECEF);
  margin-bottom: 0px;
    }
.wrapMain .titleLine .phone, .wrapMain .titleLine .btnClose {
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapMain .titleLine .phone img{
    width: 20px;
    opacity: 0.6;
}

.mobileMainBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:10px;
}

.wrapMain{
    display: none;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #fff;
z-index: 5;

}
.openMobMain{
    overflow: hidden;
}
.openMobMain .wrapMain{
    display: block;
}
.wrapMain ul{
    display: block;
    background: var(--background-light-bg-tertiary, #F2F5F7);
}
.wrapMain ul li{
    padding: 0px 16px;
}
.wrapMain ul a{
    padding: 16px 0px;
  border-bottom: 1px solid var(--border-light-border, #E6ECEF);
  color: var(--text-dark-text, #073551);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
}
.whyWeBlock,.flowersBisinessBlock,.marketingBlock,.stepsBlock{
    margin-bottom: 60px;
}
.planBlock {
  margin-bottom: 180px;
}

h1,.h1{
    font-size: 28px;
    margin-bottom: 16px;
}


	.wrapTBB {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .rightBaner .imgW{
    display: none;
  }
  .rightBaner{
    flex-direction: row;
    align-items: center;
    padding:24px 16px;
  }
  .rightBaner .name{
    margin-bottom: 0;
    margin-right: 20px;
  }
  .rightBaner .name br{
    display: none;
  }
  .rightBaner .txt br:first-child{
    display: none;
  }
  .nucQL{
    padding: 16px;
    gap: 16px;
    flex-direction: column;
  }
  .nucQL .imgF {
    width: 36px;
    height: 36px;
  }
  .nucQL img{
    width: 20px;
  }
  .chosenBlock .chosenWrap{
    flex-wrap: wrap;
  }
  .chosenBlock .nameBlock{
    width: 100%;
  }
.wrapWW .leftBlock {
    width: 310px;
  }
 .wrapWW .imgBlock img {
    max-width: 510px;
  }
.wrapWW .imgBlock::before {
    top: 0;
  }
  .wrapWW .imgBlock::after {
    bottom: 0;
  }

.wrapFB {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
.wrapPlan .imgWBg img{
    margin-right: -170px;
    width: 1148px;
}
.befH1Dec {
  font-size: 16px;
  margin-bottom: 16px;
  background-size: 16px !important;
  padding-left: 28px;
}
.wrapPlan .txtBlock .txt {
  font-size: 16px;
}
 .borderNuc .nucVertical {
    padding: 16px;
  }
.nucVertical .name {
  font-size: 16px;
}
.nucVertical .imgF {
  width: 48px;
  height: 48px;
}
.nucVertical .imgF img{
  width: 20px;
}

.wrapPlan .txtBlock, .wrapSupport .txtBlock{
    padding: 30px 15px;
}
.wrapPlan .prePlanWrap, .wrapSupport .preSupportWrap {
     gap: 8px;
    left: 15px;
    right: 15px;
  }
.topStability{
    flex-direction: column;
    gap: 32px;
}
.topStability .imgBlock{
    margin:0 115px;
}
.topStability .imgBlock > img{
    max-width: 100%;
    width: auto;
}
.topStability{
      padding-right: 0px;
}
.topLineMarketing{
    gap: 16px;
    margin-bottom: 32px;
    align-items: flex-start;
    flex-direction: column;
}
.wrapMarketing{
    flex-direction: column;
    gap: 16px;
}
.topLineMarketing .txt, .preMarketingWrap{
    width: 100%;
}

.wrapFormBlock .imgW {
  width: 100%;
  max-height: ;
}
.wrapFormBlock{
    flex-direction: column-reverse;
}
.topFooter{
    display: none;
}

.wrapHeader .btnsBlock{
    flex-direction: row;
}
footer {
  padding: 24px 0 0;
}
.linksFooter{
    margin-top: 24px;
    padding-block:16px;
    flex-direction: column-reverse;
    gap: 16px;
}
.botFooter{
    flex-direction: column;
    gap: 24px;

}
 header .btnStyleBorder, header .btnStyle1 {
    width: auto;
  }
  .modelForm .nameForm {
    font-size: 21px;
  }
    .modelForm .politForm {
    font-size: 12px;
  }
  .modelForm button {
    margin: 16px 0 12px;
  }
  .btnStyle1{
    font-size: 16px;
  }
}

	
.mobVersion{
    display: none;
}
@media screen and (max-width:767px){
/*popup*/
 .pop-close {
        display: none;
    }
    .prod-swap {
        position: relative;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .prod-swap:before {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: '';
        width: 36px;
        height: 4px;
        border-radius: 2px;
        background: var(--icon-icon-tertiary, #A3BDCC);
    }
    .pop-popup.prod-popup {
        padding: 0px;
    }
    .pop-popup {
        padding: 0 16px;
        border-radius: 12px 12px 0 0;
        vertical-align: bottom;
        width: 100%;
    }
    .pop-container {
        padding: 8px 0px 0px;
    }
    .pop-wrap {
        overflow: clip;
    }
    .pop-content {
        overflow: auto;
        max-height: calc(100vh - 28px);
        padding-bottom: 16px;
    }
    .prod-popup .pop-content {
        padding-bottom: 60px;
    }
    .pop-popup .nameModal {
        text-align: center;
        font-size: 18px;
        width: 100%;
    }


/*end popup*/



    .pcVersion{
        display: none;
    }
    .wrapper{
        padding-top: 60px;
    }
.mobVersion{
    display: block;
}
.flowersBisinessBlock, .marketingBlock{
    margin-bottom: 45px;
}
.topBannerBlock, .fullImg, .stabilityBlock, .termsCooperationBlock, .planBlock,.stepsBlock{
    margin-bottom: 32px;
  }
  .supportBlock,.chosenBlock{
    margin-bottom: 0;
  }
 h1, .h1 {
    font-size: 24px;
  }

header .logo img {
    width: 200px;
  }	
header{
    margin-bottom: 0;
}

header .btnsBlock .btnStyle1{
    display: none;
}
header .btnsBlock .btnStyleBorder{
    border:none;
    font-size: 0;
    paddig:10px;
}
header .btnsBlock .btnStyleBorder img{
    width: 20px;
    opacity: 0.7;
}
.wrapTBB{
    display: block;
}
.wrapQL{
    padding-top: 32px;
    margin-right: -15px;
}
.nucQL{
    width: 220px;
    margin-right: 8px;
}
.bannerTop{
    border-radius: 0px;
    margin:0 -15px;
    height: auto;
    padding: 24px 15px;
}
.rightBaner{
    margin:0 -15px;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    padding:15px;
}
.rightBaner .name{
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 18px;
}
.bannerTop .name{
    font-size: 24px;
    text-align: center;
}
.bannerTop .txt{
    font-size: 14px;
    text-align: center;
}
.bannerTop .txtBlock{
    gap: 16px;
    max-width: 100%;
    position: static;
}
.bannerTop .imgW{
    position: relative;
    right: auto;
    transform: translateX(-50%);
    left: 50%;
    width: calc(100% + 60px);
    top: auto;
    margin-bottom: -70px;
    margin-top: 24px;
}
.bannerTop .btnStyle1{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 32px;
    z-index: 5;
}
 .chosenBlock .chosenWrap {
    gap: 8px;
    padding-block: 32px;
  }
.chosenBlock .nameBlock{
    font-size: 18px;
    margin-bottom: 16px;
}
.chosenBlock .infoBlock{
    background-size: 16px auto !important;
    padding-left: 24px;
    background-position: left 7px;
    max-width: calc(50% - 4px);
}

 .chosenBlock .name {
    font-size: 24px;
  }
  .chosenBlock .txt {
    font-size: 12px;
    margin-left: -24px;
    line-height: 18px;
  }
  .wrapWW{
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    border-radius: 0;
    padding:0 15px 32px;
    margin: 0 -15px;
  }
  .whyWeBlock{
    margin-bottom: 32px;
  }
.wrapWW .imgBlock{
    position: relative;
    right: 0;
    margin-bottom: 32px;
    transform: translateY(0%);
    top: 0;
}
.wrapWW .imgBlock img{
    max-width: 100%;
}
.wrapWW .leftBlock {
    width: 100%;
  }
.wrapWW .h1 {
  margin-bottom: 24px;

}
.nucPreWW .txt {
  line-height: 20px;
}
.nucPreWW .name{
    font-size: 16px;
    margin-bottom: 4px;
}
.nucPreWW .imgF{
    width: 48px;
  height: 48px;
}
 .wrapFB .txtBlock .txt {
    font-size: 14px;
  }
 .weInNum .num {
    font-size: 24px;
  }
.weInNum .txt{
    font-size: 12px;
}
.topStability .percentBlock,.topStability .ordersStatic{
    display: none;
}
.topStability .imgBlock{
    margin:0;
}
 .befH1Dec {
    font-size: 14px;
}
.topStability{
    display: block;
    margin-bottom: 16px;
}
.topStability .txtBlock{
    max-width: 100%;
    margin-bottom: 32px;
}
.preStabilityWrap{
    margin-right: -15px;
}
.nucVertical{
    width: 280px;
    margin-right: 8px;
    padding: 16px;
    border-radius: 16px;
border: 1px solid var(--border-light-border, #E6ECEF);
}

 .wrapPlan .txtBlock .txt {
    font-size: 14px;
  }
.wrapPlan .txtBlock{
    padding:0 15px;
    order: 1;
    margin-top: -140px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 32px;
}
.wrapPlan{
    margin:0 -15px;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}
.wrapSupport .txtBlock{
    padding:32px 15px 0;
}
.wrapPlan .imgWBg{
    border-radius: 0;
}
.wrapPlan .imgWBg img {
    margin-right: -108px;
}
.wrapPlan .prePlanWrap{
    padding-left: 15px;
}
.wrapPlan .prePlanWrap{
    position: relative;
    display: block;    
    margin-right: -15px;
    transform: translateY(0%);
    -index: 2;
    bottom: 0;
    left: 0;
    right: auto;
}
.prePlanWrap .nucVertical,.preSupportWrap .nucVertical{
    min-height: 210px;
}
.wrapPlan:before{
    position: absolute;
    top: 115px;
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(0deg, #012A09 0%, #012A09 52.94%, rgba(1, 42, 9, 0.00) 97%);
}
.wrapPlan .imgWBg{
    order: 0;
}

  .wrapPlan .prePlanWrap{
    order: 3;
  }
.topLineMarketing .txt {
    font-size: 14px;
  }
  .wrapMarketing .rightBlock{
    margin-right: -15px;
  }
.preMarketingWrap{
    
    display: block;
}
.wrapMarketing .imgW{
    height: 240px;
}
.wrapMarketing .imgW > img{
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nucTC .imgF {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
  .wrapTC .nucTC {
    padding: 16px;
  }
  .nucTC .txt{
    margin-bottom: 4px;
  }
.nucTC .valueTxt{
font-size: 18px;
}
.wrapTC{
    grid-gap: 8px;
}
.termsCooperationBlock {
    padding-block: 32px;
  }

.wrapFormBlock{
    border-radius: 0;
    margin:0 -15px;
}
.wrapFormBlock .formWrap {
    padding: 32px 15px;
  }
.wrapFormBlock .txt {
  font-size: 14px;
  margin-bottom: 24px;
}
.wrapFormBlock .txt br{
    display: none;
}
form input{
    height: 48px;
    font-size: 14px;
    margin-bottom: 8px;
}
.wrapFormBlock .wrapInputsLine {
  display: block;
}
form .btnStyle1{
    margin-top: 8px;
}
.wrapLabel span {
  font-size: 12px;
  line-height: 16px;
}

.formBlock {
  margin-bottom: 0px;
}
.linksFooter .rightLinks{
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
.linksFooter{
    align-items: flex-start;
}
.linksFooter * {
  font-size: 12px;
}
.botFooter .phone {
    font-size: 17px;
    margin-bottom: 0;
  }
.botFooter .infoBlock {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
  }
.botFooter .socBlock{
    gap: 8px;
}
body{
    line-height: 1.3;
}
.adresOffice{
    gap: 4px;
}
 .adresOffice .adresText {
    font-size: 18px;
  }
.botFooter .socBlock img{
    width: 20px;
}
.wrapStepsBlock{
    flex-direction: column;
}
.wrapStepsBlock .leftBlock{
    position: static;
    max-width: 100%;
    margin-bottom: 32px;
}
.wrapStepsBlock .leftBlock .txt{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.3;
}
.wrapStepsBlock .rightBlock{
    width: 100%;
}
.nucStep .name {
  font-size: 16px;
}
.nucStep .step{
    margin-bottom: 16px;
    font-size: 16px;
}
.wrapSteps {
  width: 100%;
  max-width: 100%;
  padding-left: 24px;
}
.nucStep::before{
    left: -24px;
}
.nucStep::after{
    left: -28px;
}
.btnStyle2{
    padding: 12px 28px;
    font-size: 14px;
}
.wrapSupport{
    background: var(--background-light-bg-tertiary, #F2F5F7);
    padding: 32px 15px 0;
    margin:0 -15px;
}
.wrapSupport .imgWBg{
    border-radius: 0;
    margin:-50px -15px 0;
}
.wrapSupport .imgWBg img{
    width: 720px;
    margin-right: -32px;
}
.wrapSupport .txtBlock{
    position: relative;
    left: 0;
    top: 0;
    padding:0;
    order: -1;
    z-index: 3;
}
.wrapSupport{
    flex-direction: column;
    display: flex;
}
.wrapSupport .preSupportWrap{
    transform: translateY(0%);
    bottom: 32px;
    right: 0;
}


}
	
@media screen and (max-width:675px){
	
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:600px){
	
}
@media screen and (max-width:485px){
	.adresOffice .adresText {
    font-size: 16px;
  }
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
	
}
@media screen and (max-width:370px){
	}