@charset "utf-8";
@import "bootstrap.css";
@import "normalize.css";
@import "callback-btn.css";
@import "callback-modal.css";
@import "typography.css";

/* Класс для увеличения картинки */

.zoom-img {}


/* Класс для галлереи */

.gallery {}


/* Класс для формы */

.form-submit-toggle {}


/* Класс для кнопки заказать звонок */

.callback-toggle {
    cursor: pointer;
}

.wrapPG {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  position: relative;
  z-index: 2;
}

.wrapPG .nucPG {
  overflow: hidden;
  border-radius: 20px;
}
.wrapPG .nucPG img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******** Magnific-Popup *********/

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/******* Image Cover ********/

.img-cover {
    background-size: cover;
    background-position: center;
}

.img-cover_inited>img {
    visibility: hidden;
}


/**********************************/

.main {
    display: flex;
}

.component {
    width: 100%;
}

.left,
.right {
    width: 30%;
}


/* Пагинация */

.pagination>ul {
    margin-top: 15px;
    display: flex;
    list-style: none;
    margin-bottom: 5px;
}

.pagination>ul li {
    margin-right: 20px;
}

.pagination>ul li a {
    text-decoration: none;
    font-weight: 600;
}


@font-face {
    font-family: 'Suisse Intl'; 
    src: url(../fonts/SuisseIntl-Regular.otf) format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Suisse Intl'; 
    src: url(../fonts/SuisseIntl-Book.otf) format('opentype');
    font-weight: 450;
}
@font-face {
    font-family: 'Suisse Intl'; 
    src: url(../fonts/SuisseIntl-SemiBold.otf) format('opentype');
    font-weight: 600;
}
@font-face {
    font-family: 'Suisse Intl'; 
    src: url(../fonts/SuisseIntl-Bold.otf) format('opentype');
    font-weight: 700;
}
/*@font-face {
    font-family: 'Suisse Intl'; 
    src: url(../fonts/Akrobat.otf) format('opentype');
    font-weight: 400;
}*/


:focus,a:focus{
    outline: none;
}
@font-face {
    font-family: 'Futura PT'; 
    src: url(../fonts/FuturaPT-Book.ttf) format('truetype');
    font-weight: 400;

}
@font-face {
    font-family: 'Futura PT'; 
    src: url(../fonts/FuturaPT-Bold.ttf) format('truetype');
    font-weight: 700;

}
/*@font-face {
    font-family: 'Futura PT'; 
    src: url(../fonts/Akrobat.ttf) format('truetype');
    font-weight: 400;

}*/


:root{
    --Main: #8776D0;
}

body{
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: "Suisse Intl";
    line-height: 1.1;
    background: #FBFBFB;
}
body p{
    margin-top: 0;  
    margin-bottom: 10px;
}

.h1,h1{
    color: var(--Black, #000);
    font-family: "Suisse Intl";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.titleWrap{
    margin-bottom: 30px;
}
.titleWrap .h1,.titleWrap h1{
    margin-bottom: 0;
}
.titleWrap .txtAfterH1{
    font-size: 16px;
    letter-spacing: -0.48px;
    margin-top: 10px;
}

.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;
    font-weight: 400;
}
.wrapLabel span{
    color: var(--White, #FFF);
    font-family: "Futura PT";
    font-size: 12px;
    display: block;
    position: relative;
    letter-spacing: -0.24px;
    line-height: 10px;
    padding-left: 20px;
}
.wrapLabel span a{
    color: var(--White, #FFF);
}
.wrapLabel span:before{
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    content: '';
    border: 1px solid #fff;
    border-radius: 2px;
}
.wrapLabel span:after{
    position: absolute;
    width: 8px;
    height: 8px;
    left: 4px;
    top: calc(50% - 4px);
    content: '';
    background: #fff;
    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;
}

.btnStyle1,.btnStyle2{
    color: var(--White, #FFF);
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 1; 
    display: flex;
    padding: 8px 14px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    gap: 10px;
    transition:all 0.4s;
    cursor: pointer;
    text-decoration: none;
    border-radius: 39px;
    height: 41px;
    background: var(--Main, #8776D0);
    flex:none;
    border:1px solid var(--Main, #8776D0);
}
.btnStyle1:hover{
    background: #fff;
    color: var(--Main, #8776D0);
}
.btnStyle1:hover svg{
    transform: rotate(45deg);
}
.btnStyle1:hover svg *{
   stroke: var(--Main, #8776D0);
}
.btnStyle2 .imgBtn{
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnStyle2 .imgBtn img,.btnStyle2 .imgBtn svg{
    width: 43%;

}
.btnStyle2 .imgBtn svg *{
   stroke:var(--Main, #8776D0);
}
.btnStyle2:hover{
    background: transparent;
    border:1px solid var(--Main, #8776D0);
    color: var(--Main, #8776D0);
}
.imgBtn{
    transition:all 0.4s;

}
.btnStyle2:hover .imgBtn{
    transform: rotate(45deg);
    border:1px solid var(--Main);
    background: none;
}


.btnStyle3{
    color: var(--Main, #8776D0);
    font-family: "Futura PT";
    font-size: 16px;
    display: flex;
    padding: 8px 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 39px;
    background: var(--White, #FFF);
    border:1px solid var(--White, #FFF);
    flex:none;
    gap: 13px;
    transition:all 0.4s;
}
.btnStyle3 .imgBtn{
    width: 20px;
    height: 20px;
    background: var(--Main, #8776D0);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btnStyle3 .imgBtn img,.btnStyle3 .imgBtn svg {
    width: 50%;

}
.btnStyle3 .imgBtn svg  *{
   stroke:#fff;
}
.btnStyle3:hover{
    background: var(--Main);
    color: #fff;
    border-color:var(--Main);
}
.btnStyle3:hover .imgBtn{
    background: #fff;
} 
.btnStyle3:hover svg{
    transform: rotate(45deg);
}
.btnStyle3:hover svg *{
    stroke:var(--Main);
}
.imgBtn{
    line-height: 0;
}
svg{
    height: auto;
    line-height: 0;
}
svg *,svg{
    transition:all 0.4s;
}
/*header*/
header{
    padding:30px 0;
}
.wrapHeader{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.rightHeader{
    display: flex;
    flex:1;
    padding: 14px;
    justify-content: space-between;
    align-items: center;
    border-radius: 120px;
    background: var(--Gray, #F5F5F5);
}
.wrapHeader ul{
    display: flex;
    justify-content: center;
    gap: 5px;
}
.wrapHeader ul a{
    color: var(--Black, #000);
    font-family: "Futura PT";
    font-size: 16px;
    display: flex;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 39px;
    transition:all 0.4s;
    line-height: 1.3;
}
.wrapHeader ul a:hover{
    color: var(--White, #FFF);
    background: var(--Main, #8776D0);
    text-decoration: none;

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

.infoBlock{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


/*End header*/

/*topBlock*/
.topBlock{
    margin-bottom: 50px;
}
.wrapTB{
    display: flex;
    justify-content: flex-start;
    padding-right: 230px;
    background: url(../images/wrapTBBg.jpg) no-repeat right center;
    overflow: hidden;
    border-radius: 20px 20px 65px 20px;
    height: 520px;
    padding-top: 54px;
    position: relative;
}
.wrapTB img{
    max-width: 100%;
}
.wrapTB .leftCol{
    width: 480px;
    flex:none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    padding-top: 44px;
}
.wrapTB .txtBlockTop{
    background: rgba(135, 118, 208, 0.32);
    backdrop-filter: blur(2.8499999046325684px);
    padding:30px 100px 30px 20px;
}
.txtBlockTop .txt{
    font-size: 16px;
}
.wrapTB .txtBlockTop .name{
    color: var(--Black, var(--Black, #000));
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wrapTB .botTxtBlock{
    padding:40px 40px 0 0;
    width: 400px;
    position: relative;
    height: 200px;
    z-index: 1;
}
.wrapTB .botTxtBlock:before{
    position: absolute;
    content: '';
    left: -1px;
    bottom: -1px;
    background: url(../images/botTxtBlockTBBG.svg) no-repeat center/contain;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.wrapTB .rightCol{
    margin-left: -10px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wrapTB .botTxtBlock {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}
.wrapTB .botTxtBlock .name{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wrapTB .botTxtBlock .txt{
    font-size: 14px;
    letter-spacing: -0.42px;
}
.wrapTB .btnCB{
    background: #FBFBFB;
    border:1px solid var(--Main);
    width: 137px;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
}
.btnCB svg,.btnCB img{
    width: 29px;
}
.wrapTB .btnCB svg *{
    stroke: var(--Main);
}
.btnCB:before{
    position: absolute;
    inset: -4px;
    background: url(../images/txtTopBtn.svg) no-repeat center/contain;
    content: '';
    animation: rotate 10s linear infinite;
    z-index: -1;
}
@keyframes rotate{
    from{transform:rotate(0);}
    to{transform:rotate(360deg);}
}

/*End topBlock*/


/*bannerMainBlock*/
.bannerMainBlock{
    padding:50px 0;
}
.mainBlock .btnStyle1{
    justify-content: center;
}
.wrapBM{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.nucBM{
    border-radius: 20px;
    min-height: 300px;
    background: var(--Gray, #F5F5F5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding:20px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.nucBM:hover{
    text-decoration: none;
}
.nucBM .imgW{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;

}
.nucBM:hover .icon{
    transform: rotate(45deg);
}
.nucBM:hover .name{
    color: #fff;
    background: var(--Main);
}
.nucBM .topLine{
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.nucBM .name{
    color: var(--Black, #000);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 38px;
    border: 1px solid var(--Main, #8776D0);
    display: flex;
    padding: 10px 16px;
    align-items: center;
    transition:all 0.4s;
}
.nucBM .icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--Main, #8776D0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 0.4s;
}
.nucBM .icon img,.nucBM .icon svg{
    width: 50%;
}
.formBM{
    border-radius: 20px;
    min-height: 300px;
    background: var(--Gray, #F5F5F5);
    padding:20px;
    position: relative;
}
.formBM .name{
    font-size: 18px;
    line-height: 1.2; 
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--Main,#8776D0);
}
.formBM .txt{
    font-size: 18px;
    line-height: 1.2; 
}
.formBM form{
    margin-top: 20px;
}
.formBM form input,.modalF form input{
    border: 1px solid var(--Main, #8776D0);
    color: var(--Main, #8776D0);
    margin-bottom: 10px;
}
.modalF form textarea{
    border: 1px solid var(--Main, #8776D0);
    color: var(--Main, #8776D0);
    margin-bottom: 10px;
    padding: 10px 20px;
  border-radius: 15px;
  font-family: "Futura PT";
  font-size: 16px;
  width: 100%;
  background: none;
  height: 130px;
  resize: none;
}
.formBM .wrapLabel span,.modalF .wrapLabel span{
    color: var(--Main, #8776D0);
}
.formBM .wrapLabel span:before,.modalF .wrapLabel span:before{
    border-color: var(--Main, #8776D0);
}
.formBM .wrapLabel span:after,.modalF .wrapLabel span:after{
    background:var(--Main, #8776D0);
}

form input{
    padding: 10px 20px;
    border-radius: 39px;
    font-family: "Futura PT";
    font-size: 16px;
    color: var(--White, #FFF);
    border: 1px solid var(--White, #FFF);
    width: 100%;
    background: none;
}

form .sendLine{
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}


/*End bannerMainBlock*/



/*preBlock*/
.preBlock{
    padding:50px 0;
}
.wrapPre{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    padding-right: 380px;
    background: url(../images/preBG.png) no-repeat right bottom;
    position: relative;
}
.wrapPre:before{
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 346px;
    height: 372px;
    background: url(../images/decPreBlock.png) no-repeat center/contain;
}
.bigTopPre,.formPre{
    grid-column-start: span 2;
}
.nucPre{
    border-radius: 20px;
    background: var(--Main, #8776D0);
    display: flex;
    height: 138px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
}
.formPre{
    padding: 20px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.formPre .name{
    color: var(--White, #FFF);
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.formPre .btnStyle3{
    width: 100%;
}
/*End preBlock*/


/*howBuyBlock*/
.howBuyBlock{
    padding:50px 0 0;
}
.wrapHB{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.wrapHB .leftCol{
    background: url(../images/howBuyBlockDec.svg) no-repeat center/contain;
}
.wrapHB .titleWrap{
    position: sticky;
    top: 10px;
}
.wrapHB .rightCol{
    width: 550px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wrapHB .stepHB{
    min-height: 187px;
    padding:20px;
    background-color: var(--Main, #8776D0);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    border-radius: 20px;
    position: sticky;
    top: 10px;
    box-shadow: 0px -40px 11px 0px rgba(0, 0, 0, 0.00), 0px -26px 10px 0px rgba(0, 0, 0, 0.01), 0px -14px 9px 0px rgba(0, 0, 0, 0.05), 0px -6px 6px 0px rgba(0, 0, 0, 0.09), 0px -2px 4px 0px rgba(0, 0, 0, 0.10);
}
.stepHB .txtBlock{
    width: 100%;
    max-width: 380px;
}
.stepHB .imgW{
    margin-bottom: 16px;
}
.stepHB .name{
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.stepHB .txt{
    letter-spacing: -0.42px;
}
.stepHB .steps{
    color: var(--White, #FFF);
    font-feature-settings: 'case' on;
    font-weight: 450;
    position: absolute;
    right: 20px;
    top: 20px;
}
.wrapHB .stepHB:nth-child(1){
    background-image: url(../images/stepBg1.png);
}
.wrapHB .stepHB:nth-child(2){
    background-image: url(../images/stepBg2.png);
}
.wrapHB .stepHB:nth-child(3){
    background-image: url(../images/stepBg3.png);
}
.wrapHB .stepHB:nth-child(4){
    background-image: url(../images/stepBg4.png);
}
.wrapHB .stepHB:nth-child(5){
    background-image: url(../images/stepBg5.png);
}

/*End howBuyBlock*/


/*payMetodsBlock*/
.payMetodsBlock{
    margin-bottom: 100px;
}
.wrapPMBlock{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}
.wrapPMBlock .rightCol{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.wrapPMBlock .leftCol .imgW{
    position: relative;
    z-index: 2;
}
.wrapPMBlock .imgW{
    max-width: 100%;
}
.wrapPMBlock .txtBlock{
    position: relative;
    padding:30px 0;
    z-index: 1;
}
.wrapPMBlock .txtBlock:before{
    position: absolute;
    z-index: -1;
    right: -500px;
    width: 2500px;
    content: '';
    top: 0;
    bottom: 0;
    background: var(--Gray, #F5F5F5);
}
.wrapPMBlock .wrapPM{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.wrapPMBlock .nucPM{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    letter-spacing: -0.48px;
}



/*End payMetodsBlock*/


/*findPriceBlock*/
.findPriceBlock{
    background: url(../images/findPriceBlockBg.jpg) no-repeat center/cover;
    padding:40px 0;
    margin-bottom: 50px;
}
.findPriceBlock form{
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 30px;
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    background: var(--Main, #8776D0);
    padding: 20px;
}
.findPriceBlock .botForm input{
    margin-bottom: 10px;
}
.findPriceBlock .paramsWrap{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
}
.findPriceBlock .paramsWrap .txtInput{
    margin-bottom: 10px;
}
.findPriceBlock .paramsWrap input{
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding:5px 0;
}
.findPriceBlock .radiobtnsWrap{
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.radioBtnLabel{
    position: relative;
    font-weight: 400;
    display: block;
}
.radioBtnLabel input{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.findPriceBlock .wrapInput{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.radioBtnLabel span{
    position: relative;
    display: block;
    padding-left: 18px;
}
.findPriceBlock .paramsWrap{
    color: #fff;
}
.radioBtnLabel span:before{
    position: absolute;
    content: '';
    border-radius: 50%;
    border:3px solid var(--Main);
    box-shadow: 0 0 0px 0.5px #fff;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.radioBtnLabel input:checked + span:before{
    background: #fff;
}
input[type="text"]::-moz-placeholder {color: #fff;opacity: 0.8;}
input[type="text"]::-webkit-input-placeholder { color: #fff;opacity: 0.8; }
input[type="text"]:-ms-input-placeholder { color: #fff;opacity: 0.8; }
input[type="text"]::-ms-input-placeholder { color: #fff;opacity: 0.8; }
input[type="text"]::placeholder { color: #fff;opacity: 0.8; } 
/*End findPriceBlock*/

.formBM input[type="text"]::-moz-placeholder {color: var(--Main, #8776D0);opacity: 0.8;}
.formBM input[type="text"]::-webkit-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.formBM input[type="text"]:-ms-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.formBM input[type="text"]::-ms-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.formBM input[type="text"]::placeholder { color: var(--Main, #8776D0);opacity: 0.8; } 

.modalF input[type="text"]::-moz-placeholder {color: var(--Main, #8776D0);opacity: 0.8;}
.modalF input[type="text"]::-webkit-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.modalF input[type="text"]:-ms-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.modalF input[type="text"]::-ms-input-placeholder { color: var(--Main, #8776D0);opacity: 0.8; }
.modalF input[type="text"]::placeholder { color: var(--Main, #8776D0);opacity: 0.8; }

/*revBlock*/
.revBlock{
    padding:50px 0;
}
.wrapRev{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}
.nucRev{
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--Main, #8776D0);
    font-size: 16px;
    letter-spacing: -0.48px;
}
.nucRev a{
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Main, #8776D0);
    color: var(--Main, #8776D0);
    font-size: 16px;
    margin-top: 15px;
}
.nucRev .txt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.nucRev a svg *{
    stroke: var(--Main);
}
.wrapBtnAfterBlock{
    display: flex;
    justify-content: center;
}



/*End revBlock*/

/*freeConsultBlock*/

.freeConsultBlock{
    padding:80px 0;
    margin-top:50px;
    background: url(../images/freeConsultBlockBg.png) no-repeat 87% center/contain,var(--Main, #8776D0);
    color: #fff;
}
.freeConsultBlock .h1{
    color: #fff;
}
.freeConsultBlock .titleWrap{
    width: 505px;
}
.freeConsultBlock form{
    width: 590px;
}
.freeConsultBlock .inputsWrap{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.freeConsultBlock .btnStyle3{
    width: 230px;
}


/*End freeConsultBlock*/



/*footer*/

.wrapFooter{
    display: flex;
    justify-content: space-between;
}
.wrapFooter .mapBlock{
    width: 50%;
}
.wrapFooter .leftCol{
    padding:15px 15px 15px calc((100% - 1120px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.wrapFooter .nameCol{
    color: var(--Main, #8776D0);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}
.wrapFooter .linesBlock{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}
.wrapFooter .infoBlock{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}
.wrapFooter .infoBlockLine{
    display: flex;
    align-items: center;
    gap: 10px;
}
.infoBlockLine .imgF{
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--Main, #8776D0);
    justify-content: center;
    align-items: center;
}

.infoBlockLine .name{
    color: var(--Dark-grey, #BABCC3);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5; 
}
.infoBlockLine .val{
    color: var(--Main, #8776D0);
    font-size: 22px;
    font-weight: 450;
    letter-spacing: -0.44px;
}


.wrapFooter .socBlock img,.wrapFooter .socBlock svg{
    width: 41px;
}
.wrapFooter .linksBlock{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 40px;
}
.wrapFooter .linksBlock a{
    color: var(--Dark-grey, #BABCC3);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}
/*End footer*/


/*modalF*/
.modalF.callback-modal{
    display: flex;
    gap: 20px;
    background: none;
    max-width: 880px;
    width: 98%;
}
.modalF .leftCol{
    display: flex;
    width: 276px;
    padding: 30px 30px 0px 30px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
    border-radius: 20px;
    background: #FFF;
}
.modalF .callback-modal__form{
    border-radius: 20px;
    background: #FFF;
    padding:30px;
}
.modalF .name{
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modalF form{
    margin-top: 30px;
}

/*End modalF*/

/*insidepage*/
.topBannerInside{
    display: flex;
  justify-content: flex-start;
  padding-right: 450px;
  background: url(../images/wrapTBBg.jpg) no-repeat right top;
  overflow: hidden;
  border-radius: 20px;
  min-height: 200px;
  padding-block: 30px;
  position: relative;
}
.topBannerInside > .imgW{
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 1;
    max-width: 550px;
}
.topBannerInside img{
    max-width: 100%;
}
.topBannerInside .txtBlock{
    background: rgba(135, 118, 208, 0.32);
  backdrop-filter: blur(2.8499999046325684px);
  padding: 30px 170px 30px 20px;
}
.topBannerInside .name{
    color: var(--Black, #000);
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.decH1 h1{
    display: flex;
    padding:10px 16px;
    border: 1px solid var(--Main);
    border-radius: 50px;
    font-size: 22px;
font-style: normal;
font-weight: 600;
justify-content: center;
align-items: center;
text-align: center;
}
.itemsList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
}
.item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 330px;
}
.item:before{
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,.4),rgba(0,0,0,0));
}
.item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item .txtBlock{
    position: absolute;
    inset: 0;
    padding:20px;
    transition:all 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.item .topLine{
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
     margin-bottom: 20px;
}
.item .icon{
    transition:all 0.4s;
}
.item .icon svg{
    width: 17px;
}
.item .name{
    font-size: 18px;
    color: #fff;
   
}
.nucYp a{
    color: #8776d0;
}
.item .txt{
    opacity: 0;
    transition:all 0.4s;
    color: var(--White, #FFF);
}
.item .txt ul{
    list-style-type: disc;
    padding-left: 15px;
    font-size: 13px;
}
.item .btnStyle3{
    opacity: 0;
    margin-top: 20px;
}
.item:hover .txtBlock{
    backdrop-filter: blur(12px);
}
.item:hover .txt,.item:hover .btnStyle3{
    opacity: 1;
}
.item:hover .icon{
    transform: rotate(45deg);
}

.insidepage .findPriceBlock{
    margin-bottom: 0;
    margin-top: 100px;
}

.breadcrumbs{
    padding:20px 0;
}
.breadcrumbs ol{
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin:0;
    padding-left: 0;
}
.breadcrumbs .float-start{
    display: none;
}
.breadcrumbs .breadcrumb-item:not(.active)::after{
content: ">";
  padding: 0 5px;
 color: var(--Dark-grey, #BABCC3);
}
.breadcrumbs .breadcrumb-item:not(.active) a{
    color: var(--Dark-grey, #BABCC3);
    font-family: "Futura PT";
font-size: 16px;
}
.breadcrumbs .breadcrumb-item{
    color: var(--Main, #8776D0);
font-family: "Futura PT";
font-size: 16px;
}
/*End insidepage*/





/* --- Media styles --- */

.mobileMain{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
}
.mobileMain .line{
    width: 100%;
    background: var(--Main, #8776D0);
    height: 2px;
    border-radius: 2px;

}




@media screen and (min-width:1200px){
    .wrapper .container{
        width: 1150px;
    }

}

.wrapHeader .logo{
    display: flex;
    align-items: center;
}
.logoDec{
    max-width: 100%;
}

@media screen and (max-width:1199px){

.topBannerInside{
    padding-right: 300px;
}
.topBannerInside > .imgW{
    right: -100px;
}
.topBannerInside .txtBlock{
    padding: 30px 140px 30px 20px;
}
.item{
    height: 280px;
}

   .logo svg{
    max-width: 100%;
}  
.wrapHeader .logo{
    width: 170px;
} 
.wrapHeader ul a{
    padding:8px 10px;
}
.socBlock{
    gap: 6px;
}
.wrapTB .leftCol {
  width: 415px;
}
.wrapTB{
    padding-right: 150px;
}
.wrapTB .btnCB{
    width: 100px;
    height: 100px;
}
.btnCB svg, .btnCB img {
  width: 22px;
}
.formBM .sendLine{
    flex-direction: column;
}
.formBM .txt {
  font-size: 16px;
}
.wrapPre{
    background: url(../images/preBG.png) no-repeat calc(100% + 130px) bottom;
    grid-gap: 10px;
}
.wrapHB .rightCol {
  width: 490px;
}

.wrapPMBlock .leftCol img{
    max-width: 350px;
}
.wrapPMBlock{
    padding-top: 20px;
}
.freeConsultBlock {
  padding: 35px 0;
}

.wrapFooter .leftCol{
    padding: 15px 15px 15px calc((100vw - 920px) / 2);
}



}
.mainBlock .btnStyle1,.mainBlock .socBlock{
    display: none;
}
@media screen and (max-width:991px){
.wrapPG {
  grid-template-columns: repeat(2, 1fr);
 
}

.itemsList{
    grid-template-columns: repeat(2,1fr);
}
.topBannerInside > .imgW{
    display: none;
}
 .topBannerInside {
    padding-right: 0px;
  }

    .wrapHeader ul{
        display: block;
        min-width: 250px;
    }

    .rightHeader{
        position: relative;
    }

    .mainBlock {
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background: var(--Gray, #F5F5F5);
        padding: 15px;
        border-radius: 20px;
        z-index: 20;
    }
    .mobileMain .line{
        position: relative;
        transition:all 0.4s;
    }
    .mobileMain .line:nth-child(2):before{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: var(--Main, #8776D0);
        height: 2px;
        border-radius: 2px;
        content: '';
        transition:all 0.4s;

    }
    .mobileMain.active .line:nth-child(1),.mobileMain.active .line:nth-child(3){
        opacity: 0;
    }
    .mobileMain.active .line:nth-child(2){
        transform: rotate(45deg);
    }
    .mobileMain.active .line:nth-child(2):before{
        transform: rotate(-90deg);
    }
    .mobileMain{
        display: flex;
    }
    .wrapPre{
        background: none;
        padding-right: 0;
    }
    .wrapPMBlock .wrapPM{
        flex-wrap: wrap;
        justify-content: flex-start;
    }   
    .wrapPre::before{
        display: none;
    } 

    .formPre{
        background: url(../images/preBG.png) no-repeat right bottom/160%;
        overflow: hidden;
        border-radius: 20px;
    }
    .wrapBM{
        grid-template-columns: repeat(2,1fr);
    }
    .formBM{
        grid-column-start: span 2;
        min-height: 200px;
    }
    .stepHB .name {
      font-size: 18px;
  }
  .wrapRev {
      grid-template-columns: repeat(2,1fr);
      grid-gap: 10px;
  }
  .wrapFooter .leftCol{
    padding: 15px 15px 15px calc((100vw - 720px) / 2);
}
.wrapFooter .infoBlock{
    flex-direction: column;
}
.infoBlockLine .val{
    font-size: 20px;
}
.wrapFooter .nameCol{
    font-size: 26px;
}

.wrapTB{
    height: 430px;
    border-radius: 20px 20px 50px 20px;
    padding-right: 0;
}
.wrapTB .txtBlockTop{
    padding: 15px 30px 15px 20px;
}
.wrapTB .leftCol{
    padding-top: 25px;
}

}

.modalF .mfp-close{
    right: 15px;
    top: 15px;
}

@media screen and (max-width:767px){
.wrapHB .leftCol{
    background: none;
}
    .topBannerInside .txtBlock {
    padding: 20px;
  }
   .itemsList {
    grid-template-columns: repeat(1,1fr);
  }

    .modalF .leftCol{
        display: none;
    }
    .modalF .name br{
        display: none;
    }


    .mainBlock .btnStyle1,.mainBlock .socBlock{
        display: flex;
        margin-top: 10px;
    }
    .wrapTB .botTxtBlock{
        height: auto;
    }
    .topBlock {
      margin-bottom: 25px;
  }
  .mainBlock .socBlock{
    justify-content: center;
}
.rightHeader .infoBlock{
    display: none;
}
.rightHeader{
    justify-content: flex-end;
}
.wrapTB{
    flex-direction: column-reverse;
}
.wrapTB .leftCol .txtBlockTop,.wrapTB .btnCB{
    display: none;
}
.wrapTB .rightCol img{
    max-width: 90%;
}
.wrapTB .rightCol {
  margin-left: 0;
  justify-content: flex-end;
  align-items: center;
  padding:10px;
  padding-bottom: 0;
}
.wrapTB .leftCol{
    padding-top: 0;
}
.wrapTB{
    height: auto;
    padding: 20px 0 0;
    border-radius: 20px;
}
.wrapTB .leftCol{
    width: 100%;
}
.wrapTB .botTxtBlock:before{
    display: none;

}
.wrapTB .botTxtBlock{
    background: #fff;
    width: 100%;
    padding: 10px;

}
.bannerMainBlock {
  padding: 0;
}
.payMetodsBlock {
  margin-bottom: 40px;
}
.howBuyBlock{
    padding:10px 0 0;
}
.revBlock {
  padding: 0;
}
.wrapBM {
    grid-template-columns: repeat(1,1fr);
}
.formBM {
    grid-column-start: span 1;
}
.wrapPre{
    grid-template-columns: repeat(2,1fr);
}
.h1, h1{
    font-size: 22px;
    margin: 0 0 20px;
}
.wrapHB{
    flex-direction: column;
}
.wrapHB .rightCol{
    width: 100%;
}
.wrapPMBlock .leftCol img{
    display: none;
}
.wrapPMBlock .leftCol{
    display: none;
}
.wrapPMBlock .rightCol{
    gap: 10px;
}
form .sendLine{
    flex-direction: column;
}
.findPriceBlock .paramsWrap{
    grid-gap: 15px;
}
.freeConsultBlock{
    background: var(--Main, #8776D0);
}
.freeConsultBlock .inputsWrap{
    flex-direction: column;
}
.freeConsultBlock form{
    max-width: 600px;
    width: 100%;
}
.wrapFooter{
    flex-direction: column-reverse;
}
.wrapFooter .leftCol{
    width: 100%;
    padding:20px 15px;
}

.wrapFooter .mapBlock {
  width: 100%;

}
.infoBlockLine .val {
    font-size: 16px;
}
.infoBlockLine .imgF{
    flex:none;
}
.decH1{
    display: block;
}
}

@media screen and (max-width:675px){

}
@media screen and (max-width:640px){

}
@media screen and (max-width:600px){
    .wrapPG{
        grid-gap: 10px;
    }
    .wrapPG .nucPG {
  border-radius: 10px;
}
    .wrapRev {
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width:485px){
    .findPriceBlock .radiobtnsWrap{
        flex-wrap: wrap;
    }
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
   .wrapPre{
    grid-template-columns: repeat(1,1fr);
}  
.bigTopPre, .formPre {
  grid-column-start: span 1;
} 
}
@media screen and (max-width:370px){
}