:root {
	--fstx: clamp(15px, 4.2vw, 17px);
	--fstx2: clamp(15px, 4.2vw, 16px);
	--fsdsc: clamp(18px, 4.2vw, 27px);
	--wc: 1200px;
	--ots: 100px;
	--lnht: 1.4em;
	--otstx: 1.2em;
	--clrtx: #1F1F1F;
	--clrtx2: #E3E3E3;
	--contots: calc(50% - (var(--wc)/2));
	--fnfm: 'Roboto', sans-serif;
	--fnttl: 'Roboto Condensed', sans-serif;
	--brdr: 20px;
	--brdrmin: 12px;
	--clrakc: linear-gradient(0deg, #57d69f 0%, #9ae937 100%);
	--clrakchvr: #7cd946;
	--clrakc2: #A5EC0C;
	--clrfon1: #fff;
	--clrfon2: #E4E9EC;
	--clrfon3: #2F382C;
	--clrbdy: #F7F7F7;
	--clrbrdr: #E7E7E7;
	--gridots: 20px;
	--pdgots: 30px;
}
@media (max-width: 1240px) {:root {--contots:20px;--gridots: 20px;} }
@media (max-width: 768px)  {:root {--ots: 80px;} }
@media (max-width: 481px)  {:root {--ots: 70px;--contots:16px;--gridots: 16px;--pdgots: 18px;--brdr: 16px;} }
@media (max-width: 320px)  {:root {--ots: 60px;} }


/* baza */
html {scroll-behavior: smooth;scroll-padding-top: 100px;overscroll-behavior: none;}
body {font-family: var(--fnfm);overscroll-behavior: none;background: var(--clrbdy);}
* {margin: 0px;padding: 0px;}
p, .p {margin: 0 0 calc(var(--otstx) * 0.7) 0;font-size: var(--fstx);line-height: var(--lnht);color: var(--clrtx);}
ul:not(.stand-ul):not(.stand-ol) li, ol:not(.stand-ul):not(.stand-ol) li {list-style: none;}
a, .a {text-decoration: underline; color:var(--clrtx); outline:none;}
a:hover, .a:hover {text-decoration: none;}
input, textarea, button {outline: none; resize: none; border: none; font-family: var(--fnfm); font-weight: 400; font-size: 16px;}
select {border: none; font-family: var(--fnfm); font-weight: 400; font-size: 16px; outline:none; cursor:pointer;}
img {max-width: 100%;}
svg:not(.svgcnt) {display: block;}
.rsform-error {background: linear-gradient(45deg, #ff00004d 100%, #ffffff 0%) #fff !important;}
.swiper-container {overflow: hidden;}
.swiper-wrapper {display: flex;}
.swiper-slide {flex-shrink: 0;}
.container {width: 100%;box-sizing: border-box;padding-right: var(--contots);padding-left: var(--contots);}
.modulmargin {margin-bottom: var(--ots);}
h1[itemprop="headline"] {text-wrap-style: balance;}
.lgrdnt {width: 0px;height: 0px;margin: 0px;padding: 0px;display: block;overflow: hidden;}
/* baza end */


/* titles */
h1,h2,h3,h4,.h1,.h2,.h3,.h4 {font-family: var(--fnttl);font-weight: 600;color: var(--clrtx);line-height: 1.1em;margin: calc(var(--otstx) * 0.8) 0 calc(var(--otstx) * 0.4);}
.h0 {font-size: clamp(22px, 6vw, 48px);margin-top: 0px;}
h1, .h1 {font-size: clamp(22px, 8vw, 62px);margin-top: 0px;}
h2, .h2 {font-size: clamp(21px, 7vw, 47px);}
h3, .h3 {font-size: clamp(20px, 6vw, 34px);}
h4, .h4 {font-size: clamp(19px, 5vw, 24px);}
/* titles end */


/* coment */
.coment {background: var(--clrfon1);padding: 30px 44px;border-radius: var(--brdr);color: var(--clrtx);border: 1px solid var(--clrbrdr);}
.coment span {font-weight: 500;}
@media screen and (max-width: 481px) {.coment {padding: 26px 24px;}}
/* coment end */


/* list */
.stand-ul {margin: calc(var(--otstx) * 1.2) 0;padding: 0 0 0 30px;font-size: var(--fstx);line-height: var(--lnht);color: var(--clrtx);}
.stand-ul li {list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.521 4.112 4 7.633 8.733 1.1' stroke='%2321D538' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e");padding: 0 0 0 5px;list-style-position: outside;}
.stand-ul li {margin: 0 0 0.5em 0;}
.stand-ul li:last-child {margin:0px;}
.stand-ol {margin: calc(var(--otstx) * 1.2) 0;padding: 0 0 0 30px;font-size: var(--fstx);line-height: var(--lnht);color: var(--clrtx);}
.stand-ol li {list-style: decimal;padding: 0 0 0 5px;}
.stand-ol li::marker {font-weight: 600;color: var(--clrakc2);}
.stand-ol li {margin: 0 0 0.5em 0;}
.stand-ol li:last-child {margin:0px;}

.stand-ol li > .stand-ul {list-style: disc; margin-top: 0.5em; padding-left: 1.5em;}
.stand-ol li > .stand-ul li {list-style-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.521 4.112 4 7.633 8.733 1.1' stroke='%2321D538' stroke-width='2' stroke-linejoin='round'/%3e%3c/svg%3e"); list-style-position: outside;}

/* list end */


/* table */
.stand-table {border-collapse: collapse;margin: 0 0 30px 0;display: inline-block;border-radius: var(--brdrmin);overflow: auto;max-width: 100%;background: var(--clrfon1);font-size: clamp(14px, 4vw, 16px);color: var(--clrtx);}
.stand-table tr:nth-child(odd) {}
.stand-table tr:nth-child(even) {}
.stand-table tr:first-child {}
.stand-table tr {}
.stand-table th, .stand-table td {padding: 11px 18px;}
.stand-table th {font-weight: 600;background: var(--clrakc);color: var(--clrtx);border: 1px solid var(--clrakc);}
.stand-table td {border: 1px solid var(--clrbrdr);}

@media screen and (max-width: 480px) {
.stand-table th, .stand-table td {padding: 8px 9px;}
}
/* table end */


/* sigplus */
.glr {}
.glr__spisok {}
.glr__elem {display:block;}
.glr__img {display:block;border-radius: var(--brdr);height: auto;}
.glr__grid-1 {grid-template-columns: repeat(1 ,1fr);}
.glr__grid-2 {grid-template-columns: repeat(2 ,1fr);}
.glr__grid-3 {grid-template-columns: repeat(3 ,1fr);}
.glr__grid-4 {grid-template-columns: repeat(4 ,1fr);}
.glr__grid-5 {grid-template-columns: repeat(5 ,1fr);}
.glr__grid-6 {grid-template-columns: repeat(6 ,1fr);}
.glr__grid-7 {grid-template-columns: repeat(7 ,1fr);}
.glr__grid-8 {grid-template-columns: repeat(8 ,1fr);}
.glr__grid {display: grid;grid-gap: var(--gridots);}
.glr__grid img {width: 100%; height: auto;}

@media (min-width: 992px) and (max-width: 1150px) {
.glr__grid-6,.glr__grid-7,.glr__grid-8 {grid-template-columns: repeat(6 ,1fr);}
}
@media (min-width: 769px) and (max-width: 992px) {
.glr__grid-5,.glr__grid-6,.glr__grid-7,.glr__grid-8 {grid-template-columns: repeat(4 ,1fr);}
}
@media (min-width: 482px) and (max-width: 768px) {
.glr__grid-4,.glr__grid-5,.glr__grid-6,.glr__grid-7,.glr__grid-8 {grid-template-columns: repeat(3 ,1fr);}
}
@media screen and (max-width: 481px) {
.glr__grid-3,.glr__grid-4,.glr__grid-5,.glr__grid-6,.glr__grid-7,.glr__grid-8 {grid-template-columns: repeat(2 ,1fr);}
}
/* sigplus end */


/* breadcrumb */
.breadcrumb {margin-top: 20px;margin-bottom: 30px;font-size: clamp(13px, 4vw, 15px);}
.breadcrumb__spisok {}
.breadcrumb__spisok li {display: inline-block;}
/* breadcrumb end */


/* buttons */
.button-green {background: var(--clrakc);border-radius: var(--brdrmin);color: var(--clrtx);height: 52px;padding: 0 29px;font-weight: 600;cursor:pointer;transition:0.2s;display: inline-flex;align-items: center;justify-content: center;flex-shrink: 0;text-align: center;box-sizing: border-box;text-decoration: none;position: relative;overflow: hidden;z-index: 1;line-height: 1em;}
.button-green:before {content:'';position: absolute;width: 0px;height: 0px;transform: translate(-50%, -50%);left: 50%;top: 50%;background: var(--clrakc2);z-index: -1;border-radius: 50%;transition: 0.3s;}
.button-green:hover:before {width:500px;height: 500px;}
/* buttons end */


/*header*/
.header {position: relative;z-index: 1;}
.header__stroka {min-height: 40px; display: flex; align-items: center; justify-content: space-between; background: var(--clrfon2);}
.header__icnf {display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--clrtx); font-size: 15px;}
.header__icnf svg {flex-shrink: 0;fill: #788a95;}
a.header__icnf:hover {text-decoration: underline;}
.header__geo {}
.header__clock {}
.header__mail {}
.header__yan {text-decoration: none;display: grid;grid-template-columns: auto 1fr;align-items: center;grid-gap: 2px 9px;}
.header__yan-cifr {background: #FFCC00; font-size: 13px; font-weight: 700; padding: 4px 6px; border-radius: 5px; grid-row: span 2;}
.header__yan-stars {display: flex; align-items: center; gap: 2px;}
.header__yan-stars svg {}
.header__yan-txt {color: var(--clrtx); font-size: 12px; font-weight: 500;}
.header__osnova {padding-top: 20px; padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between;}
.header__mob {width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; display: none;}
.header__mob svg {fill: #788a95;}
.header__logo {}
.header__svyaz {display: flex; align-items: center; gap: 20px;}
.header__wa {border: 1px solid #28CF4E; border-radius: 10px; height: 47px; box-sizing: border-box; display: flex; align-items: center; padding: 0 14px; text-decoration: none; font-size: 14px; gap: 10px; font-weight: 500; color: var(--clrtx); max-width: 143px; transition: 0.2s;}
.header__wa:hover {background: #28cf4e1c;}
.header__wa svg {flex-shrink: 0; fill: #28CF4E;}
.header__nomer {font-weight: 600; font-size: 17px;}
.header .glav-menu {}
.header .glav-menu ul {display: flex; align-items: center; gap: 30px;}
.header .glav-menu li {}
.header .glav-menu a {text-decoration: none; font-weight: 500; font-size: 16px;}
.header .glav-menu a:hover {text-decoration: underline;}
.header__up .header__logo svg {fill: var(--clrtx2);}
.header__up .glav-menu a {color: var(--clrtx2);}
.header__up .header__wa {color: var(--clrtx2);}
.header__up .header__stroka {background: #253600;}
.header__up .header__icnf {color: var(--clrtx2);}
.header__up .header__icnf svg {fill: var(--clrakc2);}
.header__up .header__yan-txt {color: var(--clrtx2);}
.header__up .header__mob svg {fill: var(--clrakc2);}

@media (min-width: 993px) and (max-width: 1230px) {
.header__logo svg {height: auto; width: 180px;}
.header__wa {display: none;}
.header .glav-menu ul {gap: 18px;}
}
@media (min-width: 769px) and (max-width: 992px) {
.header__clock {display: none;}
.header__men {display: flex;}
.header__svyaz {display: contents;}
.header .glav-menu {display: none;}
}
@media screen and (max-width: 768px) {
.header__stroka {justify-content: space-between; min-height: 36px;}
.header__icnf {display: none;}
.header__mail {display: flex;}
.header__osnova {padding-top: 16px; padding-bottom: 16px;}
.header__mob {display: flex;}
.header__logo svg {width: 180px; height: auto;}
.header__svyaz {display: none;}
.header .glav-menu {display: none;}
}
@media screen and (max-width: 482px) {
.header__stroka {justify-content: center;}
.header__mail {display: none;}
}
/*header end*/


/*footer*/
.footer {}
.footer__box {background: #2F382C; padding-top: 40px; padding-bottom: 37px;}
.footer__osnova {display: flex; align-items: center; justify-content: space-between; margin: 0 0 31px;}
.footer__logo {}
.footer__logo svg {fill: var(--clrfon2);}
.footer__svyaz {display: flex; align-items: center; gap: 20px;}
.footer__wa {border: 1px solid #28CF4E; border-radius: 10px; height: 47px; box-sizing: border-box; display: flex; align-items: center; padding: 0 14px; text-decoration: none; font-size: 14px; gap: 10px; font-weight: 500; color: var(--clrtx2); max-width: 143px; transition: 0.2s;}
.footer__wa:hover {background: #28cf4e1c;}
.footer__wa svg {flex-shrink: 0; fill: #28CF4E;}
.footer__nomer {font-weight: 600; font-size: 17px;}
.footer__stroka {display: flex;align-items: center;justify-content: space-between;}
.footer__icnf {display: flex; align-items: center; gap: 9px; text-decoration: none; color: var(--clrtx2); font-size: 16px;}
.footer__icnf svg {flex-shrink: 0; fill: var(--clrakc2);}
a.footer__icnf:hover {text-decoration: underline;}
.footer__geo {}
.footer__clock {}
.footer__mail {}
.footer__yan {text-decoration: none; display: grid; grid-template-columns: auto 1fr; align-items: center; grid-gap: 2px 9px;}
.footer__yan-cifr {background: #FFCC00; font-size: 13px; font-weight: 700; padding: 4px 6px; border-radius: 5px; grid-row: span 2;}
.footer__yan-stars {display: flex; align-items: center; gap: 2px;}
.footer__yan-stars svg {}
.footer__yan-txt {color: var(--clrtx2); font-size: 12px; font-weight: 500;}
.footer__end {background: #252B23;display: flex;align-items: center;justify-content: space-between;gap: 9px 16px;font-size: 16px;color: var(--clrtx2);padding-top: 11px;padding-bottom: 10px;flex-wrap: wrap;}
.footer__prava {}
.footer__politica {color: var(--clrtx2);}
.footer__bl {}
.footer .glav-menu {}
.footer .glav-menu ul {display: flex; align-items: center; gap: 20px;}
.footer .glav-menu li {}
.footer .glav-menu a {text-decoration: none; font-weight: 500; font-size: 16px; color: var(--clrtx2);}
.footer .glav-menu a:hover {text-decoration: underline;}

@media (min-width: 993px) and (max-width: 1230px) {
.footer__logo svg {height: auto; width: 180px;}
.footer__wa {display: none;}
.footer .glav-menu a {font-size: 16px;}
}
@media (min-width: 769px) and (max-width: 992px) {
.footer__box {padding-bottom: 30px;}
.footer__icnf {font-size: 15px;}
.footer__nomer {font-size: 17px;}
.footer__yan {display: none;}
.footer__end {padding-bottom: 79px; font-size: 15px;}
.footer .glav-menu {display: none;}
}
@media screen and (max-width: 768px) {
.footer__box {padding-top: 70px;}
.footer__osnova {flex-direction: column; gap: 19px; margin: 0 0 20px;}
.footer__svyaz {flex-wrap: wrap-reverse; justify-content: center; gap: 14px 20px;}
.footer__stroka {flex-direction: column; gap: 12px; max-width: 230px; margin: 0 auto;}
.footer__end {font-size: 15px; gap: 5px; flex-direction: column; padding-bottom: 78px;}
.footer .glav-menu {display: none;}
}
@media screen and (max-width: 480px) {
.footer__end {padding-top: 18px; padding-bottom: 15px;}
}
/*footer end*/


/* standform */
.standform {position: fixed;top: 50%;left: 50%;z-index: 13;transform: translate(-50%,-50%);background: #fff;display: flex;border-radius: var(--brdr);overflow: hidden;box-sizing: border-box;visibility: hidden;opacity: 0;width: 100%;max-width: 600px;transition: 0.4s;}
.standform__imgfon {width: 40%;object-fit: cover;height: auto;display: block;}
.standform__box {padding: 50px 34px;width: 60%;}
.standform__close {position: absolute;right: 10px;top: 10px;cursor: pointer;width: 30px;height: 30px;background: var(--clrakc);border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: 0.2s;}
.standform__close svg {fill: #fff;}
.standform__close:hover {background: var(--clrakchvr);}
.standform__zag {font-weight: 500; font-size: 22px; margin: 0 0 23px 0; text-align:center;}
.standform__input {width: 100%;border: 1px solid #E0E0E0;border-radius: var(--brdrmin);height: 52px;padding: 0 20px;box-sizing: border-box;font-size: 16px;margin: 0 0 9px;}
.standform__mail {width: 0px; height: 0px; padding: 0px; margin: 0px; border: none; display: block;}
.standform__name {}
.standform__nomer {}
.standform__but {width: 100%; margin: 17px 0 16px;}
.standform__blok-polit {display: flex;}
.standform__checkpolit {-webkit-appearance: none;-moz-appearance: none;width: 18px;height: 18px;border: 1px solid #8e8e8e;border-radius: 5px;position:relative;margin: 2px 11px 0 0;cursor: pointer;}
.standform__checkpolit:after {content: '';position: absolute;display: block;width: 12px;height: 12px;border-radius: 3px;background: var(--clrakc);opacity: 0;left: 2px;top: 2px;}
.standform__checkpolit:checked:after {opacity: 1;}
.standform__checkpolit+span {display:none;}
.standform__checkpolit-text {font-size: 12px;}
.faqmod__blok-polit {display: flex;margin-top: 10px;align-items: center;}
.faqmod__checkpolit-text {font-size: 12px;width: 200px;}

@media screen and (max-width: 650px) {
.standform {flex-direction: column;width: calc(100% - 40px);max-width: 310px;max-height: calc(100% - 40px);}
.standform__imgfon {width: 100%;height: 130px;}
.standform__box {width: 100%;height: 80%;box-sizing: border-box;padding: 30px 27px;overflow: auto;}
}
@media screen and (max-width: 320px) {
.standform__checkpolit-text {font-size: 11px;}
}
/* standform end */


/* popap-fon */
.popap-fon {position: fixed;z-index: 12;top: 0px;left: 0px;opacity: 0;visibility: hidden;width: 100%;height: 100%;background: #00000099;transition: 0.6s;}
/* popap-fon end */


/*modalmenu*/
.modalmenu {z-index: 11; position: fixed; width: 100%; height: 100%; overflow: auto; box-sizing: border-box; background: var(--clrbdy); padding: 32px 20px; display: flex; flex-direction: column; align-items: center; right: -100%; top: 0px; transition: 0.4s; max-width: 290px;}
.modalmenu__close {position: absolute; right: 13px; top: 13px; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: var(--clrakc);}
.modalmenu__close svg {width: 13px; display: block; fill: #fff;}
.modalmenu__fon {position: fixed; z-index: 10; top: 0px; left: 0px; visibility:hidden; opacity: 0; width: 100%; height: 100%; background: #00000099; transition: 0.6s;}
.modalmenu__razdelitel {flex: auto; margin: 0 0 40px;}
.modalmenu__logo {margin: 0 0 18px;}
.modalmenu__logo svg {width: 170px; height: auto;}
.modalmenu__icnf {display: flex; align-items: center; text-decoration: none; gap: 8px; font-size: 15px; max-width: 220px; margin: 0 0 11px;}
.modalmenu__icnf svg {fill: #788a95; flex-shrink: 0;}
.modalmenu__nomer {font-size: 17px; font-weight: 600; margin: 0 0 16px;}
.modalmenu__but {height: 46px; margin: 0 0 20px;}
.modalmenu__adres {}
.modalmenu__clock {}
.modalmenu__mail {margin: 0px;}
.modalmenu .glav-menu {width: 90%;}
.modalmenu .glav-menu ul {}
.modalmenu .glav-menu li {margin: 0 0 6px;}
.modalmenu .glav-menu a {display: block; background: #fff; border-radius: var(--brdrmin); border: 1px solid var(--clrbrdr); text-align: center; text-decoration: unset; padding: 11px 0;}
/*modalmenu end*/


/*panel*/
.panel {position: -webkit-sticky;position: sticky;background: #ffffff;display: none;justify-content: space-evenly;width: 100%;bottom: 0px;padding: 11px 0;z-index: 9;border-top: 1px solid var(--clrbrdr);}
.panel__icon {display: flex;flex-direction: column;align-items: center;text-decoration: none;min-width: 60px;}
.panel__icon svg {height: 20px;margin: 0 0 7px;fill: #212121;}
.panel__icon-name {color: #212121;font-size: 11px;}

@media (min-width: 482px) and (max-width: 992px) {
.panel {display: flex;bottom: 10px;left: 50%;width: 380px;transform: translateX(-50%);justify-content: space-between;padding: 11px 16px 8px;box-sizing: border-box;border-radius: var(--brdrmin);position: fixed;border: 1px solid var(--clrbrdr);}
}
@media screen and (max-width: 481px) {
.panel {display: flex;}
}
/*panel end*/


/* cookatnt  */
.atntck {position: fixed;bottom: 0px;z-index: 13;background: var(--clrfon1);width: 100%;display: none;justify-content: space-between;padding: 11px 20px;box-sizing: border-box;align-items: center;}
.atntck__text {margin: 0 16px 0 0;}
.atntck__but {height: 40px;background: var(--clrakc);display: flex;align-items: center;justify-content: center;padding: 0 21px;border-radius: 42px;font-weight: 500;cursor: pointer;transition: 0.2s;color: #fff;}
.atntck__but:hover {background: var(--clrakchvr);}

@media screen and (max-width: 481px) {
.atntck {flex-direction: column;}
.atntck__text {font-size: 14px;margin: 0 0 10px;}
.atntck__but {width: 100%;box-sizing: border-box;}
}
/* cookatnt  end */


