@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:"Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;font-size:0.9676rem;font-weight:400;background-color:#ffffff;color:#171717;scrollbar-width:thin;scrollbar-color:#77af66 #f2f2f2}body::-webkit-scrollbar{width:11px}body::-webkit-scrollbar-track{background:#f2f2f2}body::-webkit-scrollbar-thumb{background-color:#77af66;border-radius:4px;border:3px solid #f2f2f2}body ::-moz-selection{background-color:#77af6680;color:#ffffff}body ::selection{background-color:#77af6680;color:#ffffff}button{font-family:"Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.template{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}.wrapper{width:100%;max-width:1200px;height:100%;min-height:400px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#toTop{position:fixed;right:20px;bottom:20px;display:none;padding:10px 15px;border:none;border-radius:4px;background:#77af66;color:#fff;cursor:pointer;z-index:999}#services,#contacts{height:50px;background-color:transparent}a,a:hover,a:focus,a:active{text-decoration:none}ul,ol,li{list-style:none;margin:0;padding:0}h1,h2,h3{margin:0;padding:0}.social-fx{z-index:9;position:fixed;left:0;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;min-width:50px;height:auto;background-color:transparent}.social-fx__btn{display:inline-block;width:100%;height:40px;outline:none;outline-offset:0;border:none;border-radius:0 4px 4px 0;background-color:#ffffff;margin-bottom:4px;color:#77af66;font-size:28px;font-weight:900;-webkit-box-shadow:1px 3px 11px rgba(0,0,0,0.08);box-shadow:1px 3px 11px rgba(0,0,0,0.08)}.social-fx__btn_icon{-webkit-transition:-webkit-transform 0.4s;transition:-webkit-transform 0.4s;-o-transition:transform 0.4s;transition:transform 0.4s;transition:transform 0.4s, -webkit-transform 0.4s}.social-fx__icons{position:relative;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;background-color:#77af66;border:none;border-radius:0 4px 4px 0;-webkit-box-shadow:1px 3px 11px rgba(0,0,0,0.08);box-shadow:1px 3px 11px rgba(0,0,0,0.08);-webkit-transition:left 0.4s;-o-transition:left 0.4s;transition:left 0.4s}.social-fx__icons_items{position:relative;width:35px;font-size:18px;line-height:42px;text-align:center}.social-fx__icons_items::before{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:#ffffff}.social-fx__icons_items::after{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:#276813}.social-fx__icons_items:last-child::before{display:none}.social-fx__icons_items:last-child::after{display:none}.social-fx__icons_items:hover::after{-webkit-animation:social-fx 0.8s infinite;animation:social-fx 0.8s infinite}.social-fx__icons_link{color:#ffffff}.socialFxHide{left:-86%}.socialFxBtnRotate{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.header{z-index:1000;position:fixed;top:0;left:50%;-webkit-transform:translate(-50%, 0%);-ms-transform:translate(-50%, 0%);transform:translate(-50%, 0%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1920px;height:140px;margin:0 auto;background-color:rgba(255,255,255,0.2);color:#ffffff;-webkit-box-shadow:1px 3px 11px rgba(0,0,0,0.08);box-shadow:1px 3px 11px rgba(0,0,0,0.08);-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s;overflow:hidden}.header__logo{position:relative;height:120px;width:auto}.header__logo_img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);margin:auto;height:120px;width:auto;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}.header__logo_text{position:absolute;top:-100%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);padding:0;margin:0;font-size:22px;font-weight:900;letter-spacing:3px;line-height:33;-webkit-transition:all 0.6s;-o-transition:all 0.6s;transition:all 0.6s}.header__nav-open{display:none}.header__nav-close{display:none}.header__nav_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav_li{font-size:20px;font-weight:400;line-height:1rem;padding:0 20px}.header__nav-link{position:relative;display:block;line-height:40px;color:#242424;-webkit-transition:color 0.4s;-o-transition:color 0.4s;transition:color 0.4s}.header__nav-link:hover{color:#ffffff}.header__nav-link::before{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:#ffffff;width:0%;-webkit-transition:width 0.4s;-o-transition:width 0.4s;transition:width 0.4s}.header__nav-link:hover::before{width:100%}.headerLayoutChange{background-color:#77af66;height:60px}.headerLayoutLogo{top:-300px}.headerNavShow{right:0% !important}.footer{position:relative;background-image:url(/img/footer-bg-2.png);background-size:cover;background-repeat:no-repeat;background-position:center center;min-height:400px;width:100%;max-width:1920px;margin:0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#171717;color:#ffffff;z-index:0;overflow:hidden}.footer::after{content:"";position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.68)}.footer__wrapper{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1200px;height:100%;max-height:320px;margin:0 auto;z-index:1}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.footer__logo_img{width:auto;max-height:140px}.footer__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0 40px}.footer__contacts_item{padding:5px 0}.footer__contacts_item--numbers{text-decoration:none;color:#ffffff}.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0 40px}.footer__nav_li{padding:5px 0}.footer__nav-link{color:#ffffff}.footer__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;padding:0 40px}.copyright{width:100%;max-width:1920px;margin:0 auto;background-color:#f2f2f2;color:#171717}.copyright__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:5px 10px}.copyright__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.copyright__left_icon{font-size:22px;color:#77af66;padding:0 10px}.copyright__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.copyright__right_icon{font-size:22px;color:#77af66;padding:0 2px}.main{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1}.hero{position:relative;top:0;background-image:url(/img/bg.jpg);background-attachment:fixed;background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;max-width:1920px;height:100vh;min-height:100vh;margin:0 auto}.hero__container{position:relative;width:100%;height:100%}.hero__title{position:-webkit-sticky;position:sticky;left:50%;top:70%;background-color:rgba(255,255,255,0.2);color:#ffffff;font-size:56px;line-height:142px;text-align:center;width:100%}.hero__title h1{width:80%;margin:0 auto}.about{position:relative;background-image:url(../img/about-bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:0;margin:0 auto;width:100%;max-width:1920px;height:100%;min-height:800px;color:#ffffff;-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0 80%)}.about__bg{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;width:100%;height:100%}.about__bg::after{content:"";position:absolute;top:0;width:100%;height:100%;background:rgba(0,0,0,0.68)}.about__info{position:absolute;top:10%;right:10%;width:85%;max-width:1200px;height:80%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.about__title{position:relative;font-size:36px;font-weight:600;line-height:66px;margin-bottom:40px}.about__title::after{content:"";position:absolute;bottom:-18px;right:0;width:140px;height:2px;background-color:#77af66}.about__desc{width:60%;font-size:18px}.about__btn-link{margin-top:40px}.about__btn_contact{outline:none;border:none;border-radius:4px;padding:20px;font-size:20px;font-weight:600;background-color:#77af66;color:#ffffff;cursor:pointer}.services{position:relative;top:0;width:100%;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;padding:0 20px}.services__video{border:none;border-radius:4px;width:460px;height:auto;-webkit-box-shadow:rgba(0,0,0,0.08);box-shadow:rgba(0,0,0,0.08)}.services__info{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:40px}.services__title{position:relative;font-size:36px;font-weight:600;line-height:66px;margin-bottom:40px;color:#171717}.services__title::after{content:"";position:absolute;bottom:-18px;left:0;width:140px;height:2px;background-color:#77af66}.services__list{width:100%}.services__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0}.services__item_icon{width:100%;max-width:52px;margin-right:20px;padding:5px;text-align:center;font-size:42px;color:#77af66;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.services__item:hover>.services__item_icon{-webkit-transition:all 0.8s;-o-transition:all 0.8s;transition:all 0.8s;-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}.services__item_desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#171717;cursor:pointer;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.services__item_desc:hover{color:#77af66}.services__item-text{font-size:14px}.feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;height:400px}.contacts{width:50%;height:100%;background-color:#f2f2f2}.contacts__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%;width:100%;max-width:550px;margin:0px auto;padding:20px}.contacts__title{position:relative;font-size:36px;font-weight:600;line-height:66px;margin-bottom:40px;color:#171717;text-align:left}.contacts__title::after{content:"";position:absolute;bottom:-18px;left:0;width:140px;height:2px;background-color:#77af66}.contacts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 0}.contacts__item_icon{font-size:32px;width:40px;color:#77af66}.contacts__video{width:50%;height:100%;background-color:#f2f2f2}.contacts__video-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;margin:0px auto;padding:20px;max-width:540px}.contacts__video-src{border-radius:4px;min-width:280px;width:40vw;max-width:560px}.gallery{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1920px;margin:0 auto;z-index:0}.homepage-gallery{width:100%;height:100%;padding:20px;overflow:hidden}.homepage-gallery-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.homepage-gallery-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.homepage-gallery__btn-link{text-align:center;margin:0px auto 20px}.homepage-gallery__btn_contact{outline:none;border:none;border-radius:4px;padding:20px;font-size:20px;font-weight:600;background-color:#77af66;color:#ffffff;cursor:pointer}.homepage-slider{max-width:1920px;margin:0 auto;padding:20px;background-color:#f2f2f2}.swiper{max-width:1200px;max-height:600px}.swiper-slide__text{position:absolute;top:10%;left:5%;height:auto;max-width:500px;background-color:#f2f2f280;padding:20px;border:none;border-radius:10px;color:#171717}.versha-fam{max-width:1920px;margin:0 auto;padding:40px 0;background-color:#f2f2f2}.versha-fam__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.versha-fam__img{max-width:455px;max-height:455px;height:auto}.versha-fam__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:550px;padding:0 20px}.versha-fam__title{position:relative;font-size:36px;font-weight:600;line-height:66px;margin-bottom:20px;color:#77af66}.versha-fam__desc{font-size:16px}@-webkit-keyframes social-fx{0%{width:0%}100%{width:100%}}@keyframes social-fx{0%{width:0%}100%{width:100%}}@media (max-width: 1199.98px){.hero__title{font-size:42px;line-height:100px}.about__info{top:5%;right:5%;width:100%}.about__desc{width:90%}.footer__wrapper{position:relative;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none;font-size:14px;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;min-height:400px;width:100%;max-width:1920px;margin:0 auto}.footer__logo_img{display:none;width:100px;height:100px}.footer__contacts{width:50%}.footer__nav{width:50%}.footer__info{width:100%}}@media (max-width: 991.98px){.header__logo{width:200px;padding-left:50px}.header__nav_li{padding:0px 10px}.services{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.services__info{margin-left:0px;padding:0 40px}.services__video{width:auto;max-width:90vw}.feedback{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.contacts{width:100%}.contacts__video{width:100%}.contacts__video-src{width:90vw}.versha-fam{padding:0 0 20px}.versha-fam__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.versha-fam__title{margin-bottom:5px;font-size:26px}.versha-fam__img{width:100%}.versha-fam__info{width:100%;max-width:720px}}@media (max-width: 767.98px){.header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;overflow:visible}.header__nav{position:absolute;top:0;right:-100%;height:100%;z-index:100;-webkit-transition:right 0.6s ease-in-out;-o-transition:right 0.6s ease-in-out;transition:right 0.6s ease-in-out}.header__nav-open{display:block;position:relative;width:25px;height:3px;top:0px;right:40px;background-color:#ffffff;cursor:pointer}.header__nav-open::before{content:"";position:absolute;top:-10px;right:0px;width:25px;height:3px;background-color:#ffffff}.header__nav-open::after{content:"";position:absolute;bottom:-10px;right:0px;width:25px;height:3px;background-color:#ffffff}.header__nav-close{display:block;position:absolute;width:40px;height:40px;top:10px;left:10px;cursor:pointer}.header__nav-close::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg);width:25px;height:3px;background-color:#ffffff}.header__nav-close::after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg);width:25px;height:3px;background-color:#ffffff}.header__nav_ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:250px;height:100vh;padding:20px;background-color:#77af66}.header__nav-link{color:#ffffff}.hero__title{font-size:2rem;line-height:6.2rem}.services__info{padding:0 10px}.copyright__wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width: 575.98px){.header{height:100px}.header__logo_img{height:80px}.hero__title{font-size:1.4rem;line-height:4rem}.about{min-height:1000px}.about__info{top:2%;right:5%;width:100%}.about__title{font-size:2rem}.about__desc{font-size:1rem;width:90%}.services__title{font-size:26px}.swiper-slide__text{top:0;left:0;height:100%;width:100%;max-width:unset;border-radius:0}.swiper-slide__text p{font-size:14px}.versha-fam__desc{font-size:14px}.footer__contacts{width:100%}.footer__contacts_item{text-align:center}.footer__nav{display:none}.info-bg__title-text{font-size:26px}}@media (max-width: 319.98px){.hero__title{font-size:1rem;line-height:4rem}.about{min-height:1400px}.swiper-slide__text p{font-size:12px}}
