@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Parkinsans:wght@300..800&display=swap');

:root {
    --main-theme-color: #ff0003;
}
body{
    margin:0;
    position:relative;
    font-family: 'Parkinsans', sans-serif;
    background: var(--white-color);
}
section {
    position: relative;
    margin: auto;
    width: 100%;
    display: flex;
    padding: 40px 0;
    transition: padding-top 1s ease;
    background: var(--white-color);
    z-index: 3;
    overflow: hidden;
    max-width: 1920px;
}
*{
    transition:0.3s cubic-bezier(0.85, 0, 0.15, 1);
}
:hover{
    transition:0.3s cubic-bezier(0.85, 0, 0.15, 1);
}

/* header */
header{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 999;
}
header .container{
    
}
.headerDis{
    display: flex;
    grid-gap: 20px;
    align-items: center;
}
.headerLogo img{
        width: 100%;
    max-height: 90px;
    padding: 10px;
}
.headerDes{
    font-size: 0.729vw;
    color: #e7e7e7;
    font-weight: 300;
}
.headerContact{
    margin-left: auto;
    display: grid;
    grid-gap: 5px;
    text-align: center;
    
}
.headerContact a{
    font-size: 16px;
    color: #ffffff;
    font-family: "Parkinsans", serif;
    text-decoration: none;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.headerContact a svg{
    color: var(--main-theme-color);
}
.headerContact span{
    color: #fff;
    font-size: 0.929vw;
    border-bottom: 1px solid var(--main-theme-color);
    width: max-content;
    margin: auto;
    cursor: pointer;
    font-family: "Parkinsans", serif;
}
.headerContact span:hover{
    color: #666;
}

/* home banner */

.homeBanner{
    background: url(/assets/img/homeBanner.jpg);
    background-size: cover;
    padding: 120px 0;
    height: 100vh;
    background-position: center;
    display: flex;
    align-items: center;
}
.homeBCFirst{
    font-size: 1.562vw;
    color: var(--main-theme-color);
   
        font-weight: 500;
        margin-bottom: 0;
}
.homeBCH1{
    margin-top:30px;
    font-size: 2.34vw;
    color: #fff;
    text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 0;
}
.homeBCSecond{
    margin-top:30px;
    position: relative;
    font-size: 1.562vw;
    color: #fff;
    display: flex;
    align-items: center;
        font-weight: 500;
        margin-bottom: 0;
}
.homeBCSecond:before{
    content: '';
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    display: block;
        top: 3px;
    position: relative;
}
.homeBCSecond > span{
    padding-left: 20px;
}
.homeBCSecond span span{
        color: var(--main-theme-color);
}
.homeBCEls{
    margin-top: 70px;
        display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.homeBCEl{
        color: #fff;
    display: flex;
    grid-gap: 18px;
    width: 25%;
}
.homeBCEl div{
    
}
.homeBCEl div svg{
    color: var(--main-theme-color);
    width: 32px;
    height: 32px;
}
.homeBCEl p{
        font-size: 0.85vw;
        text-transform: uppercase;
}
.homeButton{
    grid-gap: 10px;
    margin-top: 60px;
        border: none;
    padding: 18px 36px;
    -webkit-box-shadow: 0 1rem 2rem #750102, inset 0 -4px 0 #750102;
    box-shadow: 0 0rem 2rem #750102, inset 0 -4px 0 #750102;
    background-color: #ff0003;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--main-theme-color)), to(var(--main-theme-color)));
    background-image: -webkit-linear-gradient(top, var(--main-theme-color) 0%, var(--main-theme-color) 100%);
    background-image: -o-linear-gradient(top, var(--main-theme-color) 0%, var(--main-theme-color) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--main-theme-color)), to(var(--main-theme-color)));
    background-image: linear-gradient(to bottom, var(--main-theme-color) 0%, var(--main-theme-color) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 2px 5px rgba(255, 255, 255, 0.65);
    font-size: 0.9375vw;
    font-weight: 700;
    text-transform: uppercase;
    width: max-content;
}
.homeButton:hover{
        -webkit-box-shadow: 0 0rem 1rem #750102, inset 0 4px 0 #750102;
    box-shadow: 0 0rem 2rem #750102, inset 0 4px 0 #750102;
}
.homeButton:before {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.homeButton:after {
    margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -90px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@keyframes slideme{
    0% {
        left: -30px;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 111%;
        margin-left: 84px;
    }
}

/* 404 */

.pageNotFoundDis {
    min-height: 305px;
    display: flex;
    align-items: center;
}
.pageNotFound {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pageNotFound span:first-child {
    font-size: 100px;
    border-right: 2px dashed #222;
    padding-right: 20px;
    margin-right: 20px;
}
.pageNotFound span:last-child {
    font-size: 16px;
    font-weight: 600;
}

/* footer */

footer{
background: #222;
    padding: 20px 0;
}
.footerDis{
    display: flex;
    align-items: center;
    margin: 0 -10px;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px 0;
}
.footerCol{
    margin: 0 10px;
}
.footerCol span{
    color: #666;
}
.footerCol a{
    color: #666;
    text-decoration: none;
}
.footerCol p{
    color:#666;
    margin: 0;
}
/* gallary */

.gallaryDis{
    
}
.mainH2{
    font-weight: 900;
    font-size: 2.395vw;
    line-height: 1.304em;
    text-align: center;
}
.mainP{
    text-align: center;
}
.gallaryAll{
    
        display: grid;
    grid-template-columns: repeat(3, 33.3%);
    margin: 0 -10px;
    grid-gap: 20px 0;
    margin-top: 40px;
}
.gallaryAll a{
    margin: 0 10px;
}
.gallaryAll img{
    width: 100%;
}

/* form */

.homeForm{
     margin-top: 40px;
}
.homeFormDis{
background:white;
padding:40px;
border-radius:10px;
width: 100%;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.form-step{
display:none;
animation: fade 0.4s;
}

.form-step.active{
display:block;
}

.homeFormDis input{
width:100%;
padding:12px;
margin:10px 0;
border:1px solid #ddd;
border-radius:6px;
}

.formButtonS{
background:var(--main-theme-color);
color:white;
border:none;
padding:10px 18px;
border-radius:6px;
cursor:pointer;
width: max-content;
}

.formButtonS:hover{
background:#750102;
}
.formButtonSFirst{
    margin: auto;
    display: block;
}
.buttons{
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

.progressbar{
display:flex;
justify-content:space-between;
margin-bottom:30px;
position:relative;
}

.progressbar::before{
content:"";
position:absolute;
top:50%;
left:0;
height:4px;
width:100%;
background:#ddd;
transform:translateY(-50%);
z-index:0;
}

.progress{
position:absolute;
top:50%;
left:0;
height:4px;
background:var(--main-theme-color);
width:0%;
transform:translateY(-50%);
z-index:1;
transition:0.3s;
}

.progress-step{
width:30px;
height:30px;
background:#ddd;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
z-index:2;
}

.progress-step.active{
background:var(--main-theme-color);
color: #fff;
}

@keyframes fade{
from{opacity:0;transform:translateX(20px)}
to{opacity:1;transform:translateX(0)}
}

.form-step h2{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
        margin-bottom: 40px;
}
.formButtonS{
    background: transparent;
    padding: 12px 24px;
    color: var(--main-theme-color);
    border: 2px solid var(--main-theme-color);
}
.formButtonS:hover{
    color:#750102;
    background: transparent;
    border-color: #750102;
}
.buttons .homeButton{
    margin: 0;
}

.formGrid{
        display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-gap: 10px 0;
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 40px;
}
.formGridBlock{
        margin: 0 10px;
    display: grid;
}
.formGridBlock img{
    width: 100%;
}
.formGIMG{
    
}
.formGIMG img{
    width: 100%;   
    border-radius: 15px;
}
.formGridBlock .form-check{
display: flex;
    align-items: center;
    grid-gap: 10px;
}
.formGridBlock .form-check input[type=radio]{
        width: initial;
}
.formGridBlock .form-check input[type=radio]:focus, .formGridBlock .form-check input[type=radio]:active, .formGridBlock .form-check input[type=radio]:focus-visible{
    box-shadow: none;
}

.form-check-input:checked {
    background-color: var(--main-theme-color);
    border-color: var(--main-theme-color);
    box-shadow: none;
}

.input-group{
position:relative;
width: 100%;
}

.input-group input{
width:100%;
padding:14px 14px 14px 45px;
border:2px solid #e3e7f3;
border-radius:8px;
font-size:16px;
outline:none;
transition:0.25s;
}


.icon{
position:absolute;
left:12px;
top: 47%;
transform:translateY(-50%);
width:20px;
height:20px;
}

.icon svg{
width:20px;
height:20px;
fill:#7b8199;
transition:0.2s;
}

.input-group input:focus ~ .icon svg{
fill:#4a6cf7;
}
.formGridLast{
    display: grid;
    grid-template-columns: initial;
    grid-gap: 10px;
}
.myRadio{
    padding: 8px 30px;
    background: #f5f5f5;
    border-radius: 15px;
}
.formGridLast input{
    padding: 20px 30px;
    background: #f5f5f5;
    border-radius: 15px !important;
    border: 0;
        padding-left: 40px;
    margin: 0;
}

.modalMy{
    
}
.modalMy h2{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
#beautifulModal .modal-body{
        padding: 40px 30px !important;
}
#beautifulModal .modal-content{
        border-radius: 20px !important;
}
#beautifulModal .modal-content:after{
        border-radius: 20px !important;
content: "";
    position: absolute;
    bottom: -10px;
    left: -10px;
    background: #750102;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.modalMyClose{
color: var(--main-theme-color);
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
}

.radio-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 20px 30px;
    background: #f5f5f5;
    border-radius: 15px;
}

/* ховаємо стандартний radio */
.radio-box input {
    display: none;
}

/* кастомний кружечок */
.radio-custom {
width: 24px;
    height: 24px;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    position: relative;
    background: #fff;
}

/* внутрішня точка */
.radio-custom::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--main-theme-color);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.2s;
}

/* активний стан — тільки кружечок */
.radio-box input:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

/* hover (опціонально) */
.radio-box:hover {
    border-color: #888;
}

.text {
    font-size: 16px;
}

.fixedMobile{
    background: #fff;
    position: fixed;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: max-content;
    padding: 8px 20px;
    border-radius: 10px 10px 0 0;
    display: grid;
    grid-gap: 7px;
    border: 1px solid #222;
}
/*.fixedMobile a{
        color: #fff;
    background: var(--main-theme-color);
    padding: 4px 15px;
    text-decoration: none;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
}
.fixedMobile a:hover{
    background: #750102;
}
.fixedMobile p{
        margin: 0;
    font-size: 13px;
}*/

.per{
        display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    justify-content: center;
    margin-top:30px;
}
.per div{
        border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 20px;
}
.per div svg{
    color: var(--main-theme-color);
}

.serv{
    margin: 0 -10px;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-gap: 20px 0;
    margin-top:30px;
}
.servBlock{
    margin: 0 10px;
    border: 1px solid #d3d3d3;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    display: flex;
    align-items: center;
}
.servBlock:after{
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.654 8.692q-1.262 0-2.192-.811q-.93-.812-1.106-2.035H8.619q-.16 1.089-.922 1.86q-.763.773-1.85.933v6.717q1.222.177 2.034 1.107t.811 2.19q0 1.4-.973 2.374Q6.746 22 5.346 22t-2.373-.973T2 18.654q0-1.262.812-2.192q.811-.93 2.034-1.106V8.639q-1.223-.177-2.034-1.102T2 5.347q0-1.4.977-2.374Q3.955 2 5.327 2q1.265 0 2.19.812T8.62 4.845h6.737q.177-1.223 1.107-2.034Q17.392 2 18.653 2q1.381 0 2.364.983T22 5.346q0 1.4-.983 2.373t-2.363.973M5.334 21.02q.991 0 1.675-.696q.683-.696.683-1.657q0-.991-.683-1.675q-.684-.683-1.675-.683q-.961 0-1.657.683q-.696.684-.696 1.675q0 .961.696 1.657t1.657.696m0-13.307q.991 0 1.675-.696q.683-.695.683-1.672t-.683-1.66T5.334 3q-.961 0-1.657.684q-.696.683-.696 1.66t.696 1.672t1.657.695M18.654 22q-1.4 0-2.373-.973t-.973-2.36t.973-2.372t2.373-.987t2.373.987t.973 2.373t-.973 2.359t-2.373.973m.002-.98q.977 0 1.66-.697q.684-.696.684-1.657q0-.991-.684-1.675q-.683-.683-1.66-.683t-1.672.683q-.696.684-.696 1.675q0 .961.696 1.657q.695.696 1.672.696m0-13.307q.977 0 1.66-.696Q21 6.321 21 5.344t-.684-1.66T18.656 3t-1.672.684q-.695.683-.695 1.66t.695 1.672t1.672.695m-.002-2.365'/%3E%3C/svg%3E");
    background-color: currentColor;
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    opacity: 0.1;
    transform: rotate(10deg);
    position: absolute;
    bottom: -25px;
    right: -25px;
    z-index: 1;
    color: var(--main-theme-color);
}
.servBlock span{
        position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: 20px;
}
/*.servBlock:last-child span{
    font-size: 16px;
}
.servBlock:last-child:after{
    display: none;
}
.servBlock:last-child{
    background: var(--main-theme-color);
    color: #fff;
}*/
.servBlockP{
        font-size: 18px;
    margin: auto;
    margin-top: 20px!important;
    font-weight: 600;
    color: var(--main-theme-color);
    border: 1px solid var(--main-theme-color);
    border-radius: 15px;
    width: max-content;
    padding: 5px 20px;
}

/**/

.carouselPortfolio img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 15px;
}
.swiper-button-prev, .swiper-button-next{
    color: var(--main-theme-color);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    
}
.sectionPort{
    margin-top: 30px;
}

/**/

.rew{
        background: white;
padding: 60px 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
     margin-top:30px;
}
.rewBlock{
    position: relative;
    padding: 0 60px;
    display: grid;
    justify-content: center;
    grid-gap: 10px;
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.rewBlock:after{
    content:"";
  display: inline-block;
  width: 110px;
  height: 110px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M16.25 15.5c-1.837-.794-2.5-1.5-2.5-3.5S15 8.75 17 8.75S20.25 10 20.25 12c0 3.5-1 4.75-5 7.25c1-1.75 1-2.25 1-3.75m-10 0c-1.837-.794-2.5-1.5-2.5-3.5S5 8.75 7 8.75S10.25 10 10.25 12c0 3.5-1 4.75-5 7.25c1-1.75 1-2.25 1-3.75'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    right: 50px;
    bottom: -19px;
    transform: rotate(10deg);
    opacity: 0.1;
    z-index: -1;
}

.rewBlock span:first-child{
        font-size: 18px;
    font-style: italic;
}
.rewBlock span:last-child{
    font-size: 20px;
    font-weight: 600;
}

/**/

.servHow{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.servHow .servBlock{
        width: 30%;
}
.servHow .servBlock:after{
    display: none;
}
.servHow .servBlock div{
        position: absolute;
    top: 20px;
    right: 20px;
    color: var(--main-theme-color);
    font-weight: 600;
}
.servHow .servBlock:last-child{
    background: initial;
    color: initial;
}

/**/

.sectionRed{
    background: var(--main-theme-color);
}
.sectionRed .mainH2{
    color: #fff;
}
.sectionRed .mainP{
    color: #fff;
}
.homeButtonSectionRed{
    background: #fff;
    color: #222;
    margin: auto;
    margin-top: 20px!important;
}

/**/

.formGridSocial{
    display: flex;
    justify-content: center;
    margin: 0;
}
.formGridSocial .radio-box{
    position: relative;
    display: grid;
    text-align: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
    background: transparent;
        width: 60px;
    padding: 5px 10px;
}
.formGridSocial .radio-box input:checked + .radio-custom::after{
    display: none;
}
.formGridSocial .radio-box input:checked + .radio-custom{
    border: 1px solid var(--main-theme-color);
}
.formGridSocial .formGridBlock{
        color: #000;
    text-decoration: none;
}
.formGridSocial .formGridBlock:hover{
    color: var(--main-theme-color);
}
.formGridSocial .radio-custom{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background: transparent;
    border-radius: 15px;
}
.formGridSocial .iconS{
        color: #fff;
    width: 40px;
    height: 40px;
    background: var(--main-theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
        margin: auto;
}
.formGridSocial .iconS svg{
        width: 28px;
    height: 28px;
}
.formGridSocial .text{
    font-size: 12px;
}
    
/* all media */

@media (max-width: 991px) {
    .servHow .servBlock div{
        top:10px;
    }
    .servHow .servBlock span{
        font-size: 16px;
    }
    .carouselPortfolio img{
        height: 500px;
    }
    .serv {
    grid-template-columns: repeat(2, 50%);
}
.servBlock{
        padding: 30px 15px;
        min-height: initial;
}
    .homeBCEls{
        margin-top:30px;
    }
    .headerContact a {
       font-size: 12px;
    }
    .headerContact span {
        font-size: 10px;
    }
    .homeBanner{
        min-height: 50vh;
        height: initial;
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .headerLogo img{
        height: 70px;
    }
    .homeBCEl{
        width: initial;
        grid-gap:10px;
    }
    .homeBCEl p{
        max-width: 130px;
        font-size: 11px;
    }
    .homeBCFirst, .homeBCSecond{
        font-size: 18px;
    }
    .homeBCSecond{
        margin-top:20px;
    }
    .homeBCH1{
        font-size: 34px;
        margin-top: 20px;
    }
    .homeButton{
        margin-top: 40px;
        font-size: 10px;
        padding: 12px 24px;
    }
    .homeButtonSectionRed{
        margin-top: 20px!important;
    }
    .footerCol span, .footerCol a, .footerCol p{
        font-size: 12px;
        text-align: center;
    }
    .footerDis{
        justify-content: center;
    }
    .mainH2{
        font-size: 22px;
    }
    .mainP{
        font-size: 12px;
        max-width: 300px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .servHow .servBlock{
        width: 100%;
    }
    .headerDes {
        display: none;
    }
    .per{
        grid-gap: 10px;
    }
    .per div{
                padding: 5px 10px;
        width: 100%;
                text-align: center;
    }
    .rew{
            padding: 60px 0;
    }
    .rewBlock{
            padding: 0 45px;
    }
}
@media (max-width: 575px) {
    .carouselPortfolio img{
        height: 400px;
    }
        .servBlock span{
        font-size: 16px;
    }
    .formGrid{
            grid-template-columns: repeat(1, 100%);
    }
    .pageNotFound span:first-child {
        border-bottom: 2px dashed #222;
        border-right: initial;
        padding-right: 0;
        padding-bottom: 20px;
        margin-right: initial;
        margin-bottom: 20px;
        text-align: center;
        font-size: 80px;
        line-height: 80px;
    }
    .homeFormDis{
        padding: 10px;
    }
    .formGridSocial .formGridBlock{
        margin: 0 5px;
    }
    .formGridSocial .iconS{
        width: 40px;
        height: 40px;
    }
    .formGridSocial .text{
        font-size: 10px;
    }
    .formGridSocial .iconS svg{
        width: 28px;
        height: 28px;
    }
    .formGridSocial .radio-box{
        width: 60px;
    }
}
@media (max-width: 575px) {
    .pageNotFound {
        display: grid;
    }
}


