@charset "UTF-8";
*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none !important}html,body{margin:0;padding:0;scroll-behavior:smooth;height:100%}.unscroll{overscroll-behavior:none}.unscroll body{overscroll-behavior:none;scroll-behavior:unset}h1,h2,h3,h4,h5,h6{margin:0;word-break:break-word}.font-1{font-family:"Montserrat",sans-serif}body{overflow-x:hidden;font-family:"Montserrat",sans-serif;font-weight:500;background:#eaeaea;display:flex;flex-direction:column}img{opacity:0}img[src]{opacity:1}section{padding-top:15px;padding-bottom:15px}section.pt-0{padding-top:0}section.pb-0{padding-bottom:0}section.pt-medium{padding-top:30px}section.pb-medium{padding-bottom:30px}section.pt-big{padding-top:50px}section.pb-big{padding-bottom:50px}section.pb-extra-big{padding-bottom:100px}.compensate-for-scrollbar{padding-right:0 !important}.flex{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-real{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.flex-inline{display:inline-flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.align-items-start{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.container{width:1710px;margin:0 auto}a{display:block;outline:none;text-decoration:none;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}a[disabled]{pointer-events:none;opacity:.5}button{display:block;cursor:pointer;background:0 0;border:none;outline:none;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}img{max-width:100%}svg{display:block;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}input,textarea,select{display:block;width:100%;border:none;outline:none;background:0 0}input[readonly],textarea[readonly],select[readonly]{color:#9d9d9d;pointer-events:none}label{display:block}.bsbb{-webkit-box-sizing:border-box;box-sizing:border-box}header{position:relative;z-index:10}header a{text-decoration:none}.header__top{background:#058646;padding-top:12px;padding-bottom:12px;position:relative}.header__bottom .logo{margin-left:-2px}.header__top .logo{color:#fff;display:none;margin-left:-2px}.header__top-content{gap:20px}.header__navbar{display:none}.header__top-logo{display:none}.header__email{padding-left:28px;background:url(/css/../img/email-icon.svg) left center no-repeat;background-size:18px 18px;color:#fff;font-size:16px;line-height:20px}.header__email a{display:inline;color:#fff;text-decoration:underline;font-size:16px;line-height:20px}.header__email a:hover{color:#fa3b3b}.header__description{color:#fff;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;font-size:16px;line-height:20px;max-width:640px}.header__reg{margin-left:15px;margin-right:15px;background:url(/css/../img/reg-icon.svg) left center no-repeat;background-size:18px 18px;color:#fff;padding-left:24px;font-size:16px;line-height:20px}.header__reg:hover,.header__profile:hover{color:#fa3b3b}.header__profile{color:#fff}.header__profile svg{margin-right:4px;height:16px}.btn__tiny{background:#fff;background-size:20px 20px;padding:5px 14px;border:1px solid #dbdbdb;border-radius:5px 0;font-size:16px;line-height:20px;color:#058646;display:flex;align-items:center;gap:4px;text-decoration:none}.btn__tiny:hover{color:#fa3b3b}.btn__tiny.btn__red{color:#fff;background:#d23b3b;border:1px solid #b91414}.btn__tiny.btn__red:hover{background-color:#b12929}.btn__bigger{padding-left:40px;padding-right:40px;min-height:40px}.header__login,.header__exit{background:url(/css/../img/login-icon.svg) #fff 9px center no-repeat;padding-left:38px}.header__exit{background-image:url(/css/../img/exit-icon.svg);background-size:23px auto}.header__language,.header__currency{-webkit-box-align:start;-ms-flex-align:start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__language p,.header__currency p{color:#fff;margin-right:8px;font-size:13px;line-height:16px;margin-top:0;margin-bottom:0}.header__language-value,.header__currency-value{position:relative;z-index:10}.header__language-current{width:44px;cursor:pointer;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.header__language-current img{width:100%}.header__language-block{width:60px;position:absolute;top:calc(100% + 8px);left:-8px;padding:8px;background:#fff;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:6px;display:none}.header__language-block a{display:block;margin-bottom:8px}.header__language-block a:last-child{margin-bottom:0}.header__language-block a:hover{-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25)}.header__language-block a img{width:100%}.header__currency-current{background:rgba(217,217,217,.3);border-radius:6px 0;position:relative;cursor:pointer;padding:6px 20px 6px 9px}.header__currency-current:after{position:absolute;display:block;content:"";-webkit-box-sizing:border-box;box-sizing:border-box;width:8px;height:4px;border-top:4px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;top:50%;margin-top:-2px;right:6px;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.header__currency-current.active:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.header__currency-block{position:absolute;background:#058646;border:1px solid #d4d4d4;border-radius:6px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);top:calc(100% + 8px);left:0;width:100%;overflow:hidden;display:none}.header__currency-block a{padding:8px;display:block;text-align:center}.header__currency-block a:hover{background:rgba(217,217,217,.3)}.header__bottom{background:#fff;border:1px solid #fff;-webkit-box-shadow:0 0 22px rgba(0,0,0,.05);box-shadow:0 0 22px rgba(0,0,0,.05);padding-top:24px;padding-bottom:24px;position:relative}.header__bottom .header__menu{display:none}.header__bottom .logo{color:#424343}.logo{max-width:280px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-transform:uppercase;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;color:#fff;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:50px}.logo img{width:50px}.logo span{display:block;padding-left:12px}.logo b{font-weight:800;font-size:24px;line-height:32px;display:block}.logo small{display:block;font-weight:800;font-size:14px;line-height:20px}.category{position:relative;z-index:18}.category__link{background-color:#eee;padding:10px 10px 10px 16px;border:1px solid #dbd3d3;-webkit-box-shadow:0 0 4px rgba(0,0,0,.06);box-shadow:0 0 4px rgba(0,0,0,.06);border-radius:10px 0;color:#058646;font-size:17px;line-height:21px;position:relative}.category__link svg{font-size:22px}.category__wrap{position:absolute;top:0;right:0;bottom:0;left:0;margin:10px}.category__content{position:absolute;left:0;display:none;right:0;z-index:15}.category__content:before{content:'';z-index:-1;position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5)}.category__items{overflow-y:auto;overflow-x:hidden;background:#fff;border:1px solid #cecece;-webkit-box-shadow:0 0 8px rgba(0,0,0,.25);box-shadow:0 0 8px rgba(0,0,0,.25);border-radius:10px;margin:0 auto;height:100% !important}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.grid-item{width:250px;padding:10px;position:relative;z-index:10}.grid-item:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:#e9e9e9;border-radius:10px;z-index:-1;margin:5px}.category__items .grid{margin:0 -5px}.category__items a{padding:2px 6px;border-top:1px solid transparent;border-bottom:1px solid transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;border-radius:10px}.category__items a:hover,.category__items a.active{background:#fff}.category__items a img{width:26px}.category__items a span{display:block;width:calc(100% - 30px);color:#424343;font-size:17px;line-height:21px;padding-left:10px}.category__items .mCSB_scrollTools{width:6px;left:12px;right:auto;opacity:1;background:#dfdfdf;border:1px solid #d5d5d5;border-radius:6px;top:12px;height:calc(100% - 24px)}.category__items .mCSB_scrollTools .mCSB_draggerRail{display:none}.category__items .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:0 0;width:20px;height:20px;border-radius:22px;border:1px solid #058646;left:-9px}.category__items .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:before{position:absolute;display:block;content:"";width:10px;height:10px;top:50%;left:50%;margin-top:-5px;margin-left:-5px;border-radius:8px;background:#242424}.category__items .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger{height:20px}.category__items .mCSB_inside>.mCSB_container{margin-right:0;padding:4px 0}.category__menu{position:absolute;left:100%;background:#e5e8eb;border:1px solid #cdcdcd;-webkit-box-shadow:0 0 10px rgba(0,0,0,.1);box-shadow:0 0 10px rgba(0,0,0,.1);border-radius:5px;width:225px;display:none;padding-top:8px;padding-bottom:8px;max-height:80vh;overflow-y:scroll;z-index:105}.category__menu a{padding:8px 12px 8px 32px;font-size:16px;line-height:20px;position:relative;color:#424343;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.category__menu a:before{position:absolute;display:block;content:"";font-size:16px;line-height:20px;width:4px;height:4px;border-radius:4px;background:#058646;top:16px;left:20px}.category__menu a:hover{color:#058646;background:#fff}.header__menu{list-style-type:none;padding-left:0;gap:24px;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__menu li{position:relative}.header__menu li.sm-dblock{display:none}.header__balance{position:relative;margin-left:40px}.header__balance .header__menu-link{display:none}.header__balance-link{background:#099f56;border:1px solid #058646;border-radius:5px 0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:8px 8px 8px 15px;color:#fff;font-size:18px;line-height:22px}.header__balance-link:hover{background:#066f3c}.header__balance-link span{display:block;padding-right:8px}.header__balance-link img{width:26px}.private-info__balance{display:none;background:#099f56;border:1px solid #058646;border-radius:5px 0;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:8px 8px 8px 15px;color:#fff;font-size:18px;line-height:22px}.private-info__balance span{display:block;padding-right:8px}.private-info__balance img{width:26px}.header__menu-link{display:-webkit-box;display:-ms-flexbox;display:flex;color:#424343;font-size:18px;line-height:22px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;position:relative}.header__menu-link:hover{color:#fa3b3b}.header__menu-link.has-child{padding-right:14px}.header__menu-link.has-child:after{position:absolute;top:0;right:0;bottom:0;left:0;margin-top:2px;content:'';background:url(/css/../img/select-arrow.svg) right center no-repeat;background-size:11px auto;filter:grayscale(1) brightness(3)}.header__menu-link.green{color:#058646}.header__menu-link.green span{font-weight:600}.header__menu-link img{max-width:18px;filter:grayscale(1) brightness(6.5)}.header__menu-link span{display:block;padding-left:4px}.header__submenu{padding:0;position:absolute;background:#f2f2f2;border:1px solid #d4d4d4;border-radius:8px;top:calc(100% + 15px);left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);display:none;min-width:calc(100% + 30px);z-index:10;min-width:270px;list-style-type:none;padding-left:0}.header__submenu.right{-webkit-transform:none;-ms-transform:none;transform:none;left:auto;right:0}.header__submenu li{position:relative;margin-left:0 !important}.header__submenu li:after{position:absolute;display:block;content:"";width:calc(100% - 30px);left:15px;bottom:0;height:1px;background:#d5d5d5}.header__submenu li:last-child:after{display:none}.header__submenu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#424343;font-size:17px;line-height:21px;padding:12px 15px}.header__submenu li a:hover{color:#058646}.header__submenu li a img{max-width:15px;margin-left:auto;margin-right:auto}.header__submenu li a span{display:block;width:calc(100% - 15px);padding-left:12px}.advantages{padding-top:30px;padding-bottom:10px}.advantages__title,.note__title{display:none}.columns-5{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.columns-4{grid-template-columns:1fr 1fr 1fr 1fr}.columns-3{grid-template-columns:1fr 1fr 1fr}.columns-2{grid-template-columns:1fr 1fr}.columns-1{grid-template-columns:1fr}.show-all-flex>*{display:-moz-flex !important;display:-ms-flex !important;display:-o-flex !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.show-5 :nth-child(n+6){display:none}.show-4 :nth-child(n+5){display:none}.show-3 :nth-child(n+4){display:none}.show-2 :nth-child(n+3){display:none}.advantages__items{display:grid;gap:20px;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.advantage{background:#fff;border:1px solid #c1c1c1;-webkit-box-shadow:0 0 8px rgba(0,0,0,.07);box-shadow:0 0 8px rgba(0,0,0,.07);border-radius:10px 0;padding:12px;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.advantage p{margin:0}.advantage img{width:85px}.block .advantages__items{margin-bottom:10px}.block .advantages__items:last-child{margin-bottom:0}.block .advantage{border:none;-webkit-box-shadow:none;box-shadow:none;padding:10px;margin-bottom:0}.block .note-2,.block .radio{margin-bottom:30px}.block .note-2.mb-0,.block .radio.mb-0{margin-bottom:0}.advantage__info{padding-left:12px}.advantage__title{font-size:20px;line-height:24px;color:#c52d2d}.advantage__title b,.advantage__title strong{font-size:22px;display:block;font-weight:500}.advantage__title sub{font-size:16px;line-height:20px;display:block}.advantage__description{font-size:16px;line-height:20px;color:#424343}.note__content{background:#eee;border:1px solid #bfbfbf;border-radius:7px;text-align:center;padding:15px;color:#058646;font-size:18px;line-height:30px}.note__content p{margin:0}.note__content.red{background:#fdeded;border-color:#f8bfbf;color:#e93535}.note__content.red a{color:#e93535}.note__content.green{background:#d9f5dd;border-color:#b0ebb9;color:#207c2d}.note__content.green a{color:#207c2d}.note__content.yellow{background:#f8e9ae;border-color:#f0cf50;color:#c9a311}.note__content.yellow a{color:#c9a311}.note__content.blue{background:#e0e8fb;border-color:#b3c7f4;color:#1e55d7}.note__content.blue a{color:#1e55d7}.note__content a{font-weight:700}.category-section a{text-decoration:none}.category-section__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.category-section__col{width:100%;list-style-type:none;padding-left:0;gap:7px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr))}.category-section__col li{position:relative}.category-section__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;background:#fff;background:#fff;border:1px solid #fff;-webkit-box-shadow:0 0 4px rgba(0,0,0,.07);box-shadow:0 0 4px rgba(0,0,0,.07);border-radius:5px;padding:4px 30px 4px 10px;position:relative;color:#058646;font-size:14px;line-height:17px}.category-section__item:after{position:absolute;display:block;content:"";width:10px;height:5px;top:50%;right:10px;margin-top:-2px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:5px solid #424343;border-left:5px solid transparent;border-right:5px solid transparent;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.category-section__item.active:after{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.category-section__item img{width:20px;height:20px}.category-section__item span{display:block;width:calc(100% - 20px);padding-left:12px;padding-top:1px;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.category-section__menu{position:absolute;background:#f2f2f2;border:1px solid #e0e0e0;border-radius:8px;z-index:2;padding:8px;width:calc(100% - 16px);left:8px;top:calc(100% + 2px);display:none}.category-section__menu a{padding:4px 12px;font-size:14px;color:#058646;display:block}.category-section__menu a:hover{color:#fa3b3b}.search__content{background:-webkit-gradient(linear,left top,left bottom,color-stop(14.69%,#e9e9e9),to(#fffdfd));background:-o-linear-gradient(top,#e9e9e9 14.69%,#fffdfd 100%);background:linear-gradient(180deg,#e9e9e9 14.69%,#fffdfd 100%);border-radius:10px 0;border:2px solid #13c097;-webkit-box-shadow:0 0 8px rgba(0,0,0,.09);box-shadow:0 0 8px rgba(0,0,0,.09);border-radius:10px;border-bottom-left-radius:0;border-top-right-radius:0;padding:16px 40px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;column-gap:22px;row-gap:16px;justify-content:flex-start}.search__top{width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search__title{color:#058646;font-size:26px;line-height:32px;font-weight:600}.search__link{position:relative;font-size:16px;line-height:20px;text-decoration:none;margin-left:auto}.search__link a{color:#058646;padding-left:26px;background:url(/css/../img/filter-icon.svg) left center no-repeat;text-decoration:none;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.search__link span{display:block;margin-right:10px;border-bottom:1px dashed #058646}.search__link span:hover{border-bottom:1px dashed rgba(0,0,0,0)}.search__link img{-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.search__link.active img{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.search__item label{margin-bottom:4px}.label{margin-bottom:12px;color:#424343;font-size:16px;line-height:20px;width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.label img{width:20px;margin-right:16px}.label span{display:block;padding-top:1px}.label sup{color:#e22121;font-size:20px;position:relative;top:2px;line-height:1px}.label i,.label a{display:inline-block;position:relative}.label i img,.label a img{display:inline-block}.input{background:#fff;border:1px solid #c6c6c6;border-radius:8px;min-height:40px;padding-left:16px;padding-right:16px;font-size:16px;color:#5e6060;font-family:"Montserrat",sans-serif}.input[disabled]{background-color:#e7e7e7}textarea{resize:vertical}textarea.input{padding-top:10px;padding-bottom:10px}.input::-webkit-input-placeholder{color:#919393}.input::-moz-placeholder{color:#919393}.input:-moz-placeholder{color:#919393}.input:-ms-input-placeholder{color:#919393}.input.input_green{color:#058646;background:#f2f2f2;-webkit-box-shadow:0 0 4px rgba(0,0,0,.07);box-shadow:0 0 4px rgba(0,0,0,.07)}select.input{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;background:url(/css/../img/select-arrow.svg) #fff right 17px center no-repeat;padding-right:50px}.search__btn{width:175px;text-align:center;background:#d23b3b;border:1px solid #b91414;border-radius:8px 0;color:#fff;padding:14px;font-size:20px;line-height:24px;align-self:end}.search__btn:hover{background:#b12929}.search__price{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;justify-content:flex-start}.search__price .form-group{flex-grow:1}.search__price .form-group input{width:100% !important}.field-filterform-count{width:100%}.search__price p{font-size:16px;color:#424343;margin-top:0;margin-bottom:0}.search__price .input{width:160px}.search__quantity{justify-content:flex-start}.search__quantity p{font-size:16px;color:#424343;margin-left:6px;margin-top:0;margin-bottom:0}.checkbox{position:relative;margin-bottom:8px}.checkbox:last-child{margin-bottom:0}.checkbox input{display:none}.checkbox label{cursor:pointer;position:relative;color:#424343;font-size:16px;line-height:20px;padding-left:40px;padding-top:4px;padding-bottom:4px}.checkbox label:before{position:absolute;display:block;content:"";width:28px;height:28px;-webkit-box-sizing:border-box;box-sizing:border-box;top:0;left:0;background:#fff;border:1px solid #c6c6c6;border-radius:5px}.checkbox label svg{display:inline;margin-bottom:-6px}.checkbox label a{display:inline;color:#099f56;text-decoration:underline}.checkbox label a:hover{color:#066f3c}.checkbox input:checked+label:after{position:absolute;display:block;content:"";width:10px;height:14px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;border-right:2px solid #099f56;border-bottom:2px solid #099f56;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:4px;left:9px}.search__extra{border-top:1px solid #c6c6c6;padding-top:16px;padding-bottom:16px;width:100%;display:none}.search__extra-content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:-24px;margin-right:-24px}.search__extra-item{padding-left:24px;padding-right:24px}.search__extra-item-title{margin-bottom:14px;font-size:19px;line-height:23px;color:#242424}.search__note{max-width:320px;color:#058646;font-size:15px;line-height:18px}.search__extra-item-cols{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.search__extra-item-col{margin-right:48px}.search__extra-item-col:last-child{margin-right:0}.table-wrapper.white-bg{background:#fff}.table-wrapper table{border:1px solid #d2d2d2;border-radius:0 0 6px 6px;min-width:100%}.table-wrapper table tr td{padding:8px 12px;border-bottom:1px solid #d2d2d2;font-size:16px}.table-wrapper table tr td.wide{width:100%}.table-wrapper table tr td:nth-child(1){padding-left:18px}.table-wrapper table tr td:last-child{padding-right:18px}.text-center{text-align:center}.table-wrapper table tr td.text-center img{display:inline-block}.table-wrapper table tr td.green{color:#fff;background:#099f56 !important;border:1px solid #058646;border-radius:7px 7px 0 0}.table-wrapper table tr td small{display:block;font-size:14px;line-height:15px}.table-wrapper table tr td b{font-weight:600;white-space:nowrap}.table-wrapper table tr td b.green{color:#058646}.table-wrapper table tbody tr:last-child td{border-bottom:none}.table-wrapper table tbody tr:nth-child(even) td{background:#f2f2f2}.table-wrapper table tr.table__sort td{padding-top:14px;padding-bottom:14px}.table-wrapper{width:100%}.table__sort{white-space:nowrap}.table__sort td{background:0 0;border-bottom:1px solid #d2d2d2}.table__sort span{color:#424343;font-size:16px;line-height:20px}.table__sort a{display:inline-block;color:#047840;min-width:108px;font-size:16px;line-height:20px}.table__sort a:hover{color:#e22121}.table__sort a:last-child{margin-right:0}.table__name{-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:190px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table__name img{display:inline;margin-right:10px;width:30px;height:30px}.table__name a{font-size:16px;line-height:20px;color:#424343}.table__name a:hover{color:#099f56}.table__info{width:228px}.table__info span{display:inline-block;width:108px;padding:4px;text-align:center;background:#fff;border:1px solid #dfdfdf;border-radius:5px 0;font-size:16px;line-height:20px;color:#424343}.table__btns{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.table__btns a{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px}.table__btns button{display:inline-block;margin-right:12px}.table__btns button.table__buy,.table__btns a.table__buy{margin-right:0}.favorite{width:30px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap;text-decoration:none;color:#fa3b3b}.favorite svg{fill:transparent;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);flex-shrink:0;margin-right:10px}.favorite .on-active{display:none}.favorite.active .off-active{display:none}.favorite.active .on-active{display:block}.favorite.has-text{width:auto}.favorite.has-text svg{margin-left:10px;margin-right:0}.favorite:hover{text-decoration:underline}.favorite.active svg{fill:#fa3b3b}.table a{text-decoration:none}.table__note{width:30px}.table__note.hidden{visibility:hidden}.table__buy{white-space:nowrap;padding:6px 15px;background:#fff;border:1px solid #dfdfdf;border-radius:5px 0;color:#424343;font-size:16px;line-height:20px;text-align:center}.table__buy svg{display:inline;margin-right:2px;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;stroke:#424343;margin-bottom:-2px}.table__buy:hover{color:#fff;background:#fa3b3b;border-color:#c52d2d}.table__buy:hover svg{stroke:#fff}.table__note-wrapper{display:flex;align-items:center;position:relative}.table__note-wrapper .modal{position:absolute;top:50%;right:calc(100% + 5px);max-width:516px;display:none;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.table__note-wrapper .table__note:hover+.modal{display:block}.table__status,.table__status-2{font-size:15px}.table__status.orange,.table__status-2.orange{color:#ff5106}.table__status.green,.table__status-2.green{color:#058646}.table__status.red,.table__status-2.red{color:#e22121}.table__status.red a,.table__status-2.red a{color:#e22121;text-decoration:underline}.table__status.red a:hover,.table__status-2.red a:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.table__status svg,.table__status img,.table__status-2 svg,.table__status-2 img{margin-left:auto;margin-right:auto;margin-bottom:4px;width:18px;height:18px}.table__status-2{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left;white-space:nowrap}.table__status-2 svg,.table__status-2 img{margin-left:0;margin-right:5px;margin-bottom:0}.table__content{border-radius:6px;-webkit-box-shadow:0 0 6px rgba(0,0,0,.09);box-shadow:0 0 6px rgba(0,0,0,.09);background:#fff}.text-shadow-1{text-shadow:1px 1px 1px #00000080}.table__title{-ms-flex-wrap:nowrap;flex-wrap:nowrap;background:#099f56;border:1px solid #058646;border-radius:6px 6px 0 0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:12px 19px 14px;text-shadow:1px 1px 1px #00000080}.table__title img{width:33px;height:33px;margin-right:17px}.table__title span{display:block;color:#fff;font-weight:600;font-size:21px;line-height:26px}a.table__title:hover{background-color:#066f3c}.table__more{padding-top:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table__more a{padding:12px 24px;background:#fff;border:1px solid #d5d5d5;-webkit-box-shadow:0 0 6px rgba(0,0,0,.09);box-shadow:0 0 6px rgba(0,0,0,.09);border-radius:8px;color:#058646;font-size:17px;line-height:21px;font-weight:600;position:relative}.table__more a:after{display:inline-block;content:"";width:10px;height:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:2px solid #058646;border-bottom:2px solid #058646;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-left:10px;position:relative;top:-2px}.table__more a:hover{-webkit-box-shadow:0 0 18px rgba(0,0,0,.18);box-shadow:0 0 18px rgba(0,0,0,.18)}.table__more a.downloading{color:transparent}.table__more a.downloading:after{opacity:0}.table__more a.downloading .spinner{display:block}.spinner{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;width:40px;height:40px;display:none}.spinner .path{stroke:#058646;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.table__email{color:#919393;text-decoration:underline;word-break:break-word}.table__download{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination{margin:0;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;padding-top:30px;list-style-type:none;padding-left:0}.pagination .disabled{display:none}.pagination a{background:#fff;border:1px solid #dfe1e2;border-radius:7px;width:35px;text-align:center;color:#424343;font-size:15px;padding:2px;line-height:29px;margin-right:14px;text-decoration:none;display:block}.pagination a:hover{-webkit-box-shadow:0 0 12px rgba(0,0,0,.12);box-shadow:0 0 12px rgba(0,0,0,.12)}.pagination li.active a{background:#099f56;border-color:#dfe1e2;color:#fff}.news{background:#fff center center no-repeat;background-size:cover;border:1px solid #cbccd0;padding-top:50px;padding-bottom:30px}.section__title{margin-bottom:40px;color:#047840;font-size:26px;line-height:32px;font-weight:500}.mb-small{margin-bottom:24px}.section__title.mb-0{margin-bottom:0}.section__title.dark{color:#424343}.section__title.text-center{text-align:center}.section__title.big{font-size:40px;line-height:49px}.news__items{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.news__item{width:calc(33.3% - 60px);margin-bottom:20px;margin-right:90px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.news__item:nth-child(3n+3){margin-right:0}.news__item-info{width:calc(100% - 189px)}.news__item-info p{color:#424343;font-size:16px;line-height:20px}.news__item-title{margin-bottom:10px;color:#058646;font-size:18px;line-height:22px}.news__item-more{text-decoration:none;color:#058646;font-size:15px;line-height:18px;border-bottom:1px solid #058646;display:inline-block;margin-top:5px}.news__item-more:hover{border:none}.news__item-more:hover{color:#e22121}.about{padding-top:70px;padding-bottom:70px;background:#eaeaea}.about__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;flex-wrap:nowrap;gap:40px}.about__video{width:910px;flex-shrink:0}.about__video iframe{display:block;width:100%;height:515px}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.info{background:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),color-stop(.01%,#f3f3f3)),#fff;background:-o-linear-gradient(top,#f2f2f2 0%,#f3f3f3 .01%),#fff;background:linear-gradient(180deg,#f2f2f2 0%,#f3f3f3 .01%),#fff;border:1px solid #cbccd0}.info__items{background:#fff;border:1px solid #d6d6d6;-webkit-box-shadow:0 0 8px rgba(0,0,0,.07);box-shadow:0 0 8px rgba(0,0,0,.07);border-radius:10px 0;padding:18px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:30px}.block .info__items{border:none;-webkit-box-shadow:none;box-shadow:none;padding:0;margin-bottom:20px}.info__item{width:33.3%;padding:20px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.info__item img{width:260px;-ms-flex-item-align:center;align-self:center}.info__item-block{width:calc(100% - 260px);padding-left:20px}.info__item-block p{margin-bottom:12px;font-size:16px;line-height:20px;color:#424343}.info__item-block p:last-child{margin-bottom:0}.info__item-block p a{display:inline;text-decoration:underline;color:#424343}.info__item-block p a:hover{color:#058646}.info__item-number{margin-bottom:12px;font-size:36px;line-height:44px;color:#058646}.share__title{font-size:19px;line-height:23px;color:#424343;margin-bottom:20px}.share__links{justify-content:flex-start}footer{background:#058646;padding-top:24px;padding-bottom:24px}.footer__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.footer__content .logo{text-decoration:none}.footer__menus{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-left:auto}.footer__menus ul{padding-left:50px;padding-right:50px;margin-bottom:12px;list-style-type:none;padding-left:0}.footer__menus ul li{margin-bottom:12px}.footer__menus ul li:last-child{margin-bottom:0}.footer__menus ul li a{display:inline;color:#fff;border-bottom:1px solid transparent;font-size:16px;line-height:20px;text-decoration:none}.footer__menus ul li a:hover{border-color:#fff}.footer__menus ul li ul{padding-top:8px;padding-left:0;padding-right:0;margin-bottom:0}.footer__menus ul li ul li{position:relative;margin-bottom:7px;padding-left:15px}.footer__menus ul li ul li:last-child{margin-bottom:0}.footer__menus ul li ul li:before{position:absolute;display:block;content:"";width:3px;height:3px;border-radius:2px;background:#fff;left:5px;top:50%;margin-top:-1px}.footer__contacts{margin-bottom:12px;margin-left:50px}.footer__email{background:url(/css/../img/email-icon.svg) left center no-repeat;padding-left:30px;background-size:18px 18px;color:#fff;font-size:14px;line-height:17px;margin-bottom:28px}.footer__email a{display:inline;color:#fff;text-decoration:underline}.footer__email a:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.footer__chat{background:#f3f8fd;border:3px solid #d9dae8;border-radius:10px 0;padding:5px 16px 5px 48px;position:relative;margin-right:16px}.footer__chat:hover{background:#d9dae8}.footer__chat img{width:55px;position:absolute;top:50%;left:-5px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.footer__chat span{display:block;color:#d32222;font-size:16px;line-height:20px;font-weight:600}.footer__telegram{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;width:35px;height:35px;background:#37aee2;border-radius:5px}.footer__telegram:hover{background:#1d95c9}.footer__note{width:100%;color:#fff;font-size:13px;line-height:16px}.footer__up-link{background:#fff;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);width:82px;height:82px;border-radius:82px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.footer__up-link:hover{-webkit-box-shadow:0 8px 4px rgba(0,0,0,.25);box-shadow:0 8px 4px rgba(0,0,0,.25)}.block{background:#fff;border-radius:6px;padding:40px;-webkit-box-shadow:0 0 8px rgba(0,0,0,.15);box-shadow:0 0 8px rgba(0,0,0,.15)}.block h1,.block h2,.block h3,.block h4,.block h5,.block h6{font-weight:500}.block.block_grey{background:#efefef}.breadcrumbs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:24px;padding:0;margin-top:0}.breadcrumbs li{font-size:14px;line-height:17px;color:#464646;margin-right:8px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.breadcrumbs li:after{content:"-";margin-left:8px}.breadcrumbs li.active:after{display:none}.breadcrumbs li a{color:#464646;text-decoration:underline;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.breadcrumbs li a:hover{-webkit-text-decoration-color:#464646;text-decoration-color:#464646}.block .breadcrumbs li,.block .breadcrumbs a{color:#9f9f9f}.block .breadcrumbs li:hover,.block .breadcrumbs a:hover{-webkit-text-decoration-color:#9f9f9f;text-decoration-color:#9f9f9f}.error__img{margin-bottom:44px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error__img img{max-width:80%}.error__title{text-align:center;margin-bottom:50px;font-size:40px;line-height:49px;color:#424343}.error__description{text-align:center;font-weight:600;font-size:26px;line-height:32px;color:#424343}.error__description a{display:inline;color:#424343;text-decoration:underline;font-weight:600}.error__description a:hover{color:#058646}.refs .table-wrapper{margin-bottom:24px}.refs .table-wrapper table{border-top:none;border-radius:7px}.refs .table-wrapper table tr td{border-right:1px solid #d5d5d5}.refs .table-wrapper table tr td:last-child{border-right:none}.refs .table-wrapper table tr td.green{border:1px solid #058646}.text{margin-bottom:24px;font-size:16px;line-height:20px;color:#424343}.note-2{background:#fff;border:1px solid #e3e3e3;border-radius:7px;--padding-y:18px;--padding-x:20px;padding:var(--padding-y) var(--padding-x) var(--padding-y) calc(var(--padding-x)*2);color:#058364;margin:0;position:relative}.note-2:before{content:'';width:3px;background:#fc6666;position:absolute;top:var(--padding-y);bottom:var(--padding-y);left:var(--padding-x)}.note-2 p:last-child{padding-bottom:0}.note-2.note-2_green{background:#099f56;border:1px solid #058646}.note-2.note-2_red{background:#d23b3b;border:1px solid #ad3030}.note-2.note-2_green p,.note-2.note-2_red p{color:#fff;font-weight:600;border-color:#fff}.private-info{background:-webkit-gradient(linear,left top,left bottom,color-stop(14.69%,#fff),to(#fffdfd));background:-o-linear-gradient(top,#fff 14.69%,#fffdfd 100%);background:linear-gradient(180deg,#fff 14.69%,#fffdfd 100%);border:1px solid #c6c6c6;-webkit-box-shadow:0 0 8px rgba(0,0,0,.09);box-shadow:0 0 8px rgba(0,0,0,.09);border-radius:10px 0;gap:15px}.private-info__title{font-weight:600;font-size:26px;line-height:32px;color:#058646;margin-bottom:12px}.private-info__discount{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;background-size:24px 24px;border:1px solid #f5f3f3;-webkit-box-shadow:0 0 6px rgba(0,0,0,.1);box-shadow:0 0 6px rgba(0,0,0,.1);border-radius:0 8px;padding:4px 16px;font-size:18px;line-height:22px;color:#e22121}.private-info__discount img{margin-right:8px}.private-info__payments{font-size:18px;line-height:22px;text-decoration:underline;color:#058646}.private-info__payments:hover{color:#03552c}.private-info__login{background-size:22px 22px;font-size:19px;line-height:23px;color:#424343;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.private-info__login:before{content:'';background:url(/css/../img/login.png) left center no-repeat;margin-right:4px;width:22px;height:23px;display:block}.private-info__login span{color:#058646;word-break:break-word;margin-left:8px}.private-info__name{width:100%}.private-info__name img{width:54px;margin-right:20px}.private-info__name span{display:block;font-size:32px;line-height:39px;color:#424343}.attention{background:-webkit-gradient(linear,left top,left bottom,color-stop(14.69%,#fff),to(#fffdfd));background:-o-linear-gradient(top,#fff 14.69%,#fffdfd 100%);background:linear-gradient(180deg,#fff 14.69%,#fffdfd 100%);border:1px solid #c6c6c6;-webkit-box-shadow:0 0 8px rgba(0,0,0,.09);box-shadow:0 0 8px rgba(0,0,0,.09);border-radius:10px 0}.attention__title{margin-bottom:18px}.attention__title img{width:44px}.attention__title p{width:calc(100% - 63px);font-size:18px;line-height:22px;color:#058646}.attention__title p b{font-weight:600}.attention__description{font-size:16px;line-height:23px;color:#424343}.attention__description span{text-decoration:underline;color:#058646}.blocks{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.blocks .block{width:calc(50% - 15px);padding:30px 40px}.block__title{font-weight:600;font-size:26px;line-height:32px;color:#424343;margin-bottom:24px}.order__login{font-size:18px;line-height:22px;color:#e22121;margin-bottom:12px}.order__input p{width:120px;padding-left:15px;color:#424343;font-size:18px;line-height:22px;margin-bottom:12px}.dd-select{width:100%;border:none !important;background:0 0 !important}.dd-options{border-radius:8px}.dd-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 16px;gap:3px}.dd-selected{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;-ms-flex-line-pack:center;align-content:center;padding:6px 24px 6px 16px;background:#fff;border:1px solid #c6c6c6;border-radius:8px}.dd-selected-image,.dd-option-image{width:20px;margin-right:8px}.dd-selected-text,.dd-option-text{font-size:16px;color:#5e6060;white-space:nowrap;line-height:inherit !important;margin-bottom:0 !important}.order__row .dd-selected-text{color:#058646}.attention-2{background:url(/css/../img/attention-2.svg) #f5f5f5 8px center no-repeat;background-size:18px auto;border-radius:5px;font-size:16px;line-height:20px;padding:5px 8px 5px 34px;color:#e22121}.payment__attention{background:url(/css/../img/attention-2.svg) #f5f5f5 8px center no-repeat;background-size:18px auto;border-radius:5px;font-size:16px;line-height:20px;padding:5px 8px 5px 34px;color:#e22121;margin-top:8px}.order__note{margin-bottom:40px;font-size:18px;line-height:22px;color:#e22121}.btn{display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;padding:18px 40px;border-radius:8px 0;color:#fff;font-size:24px;line-height:29px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.btn.btn_small{font-size:20px;line-height:24px;padding-top:14px;padding-bottom:14px}.btn svg{margin-right:12px;margin-left:12px}.btn svg:nth-child(1){margin-left:0}.btn svg:last-child{margin-right:0}.btn_green{background:#099f56;border:1px solid #058646;color:#fff}.btn_green:hover{background:#066f3c;color:#fff}.btn_red{background:#d23b3b;border:1px solid #b91414;color:#fff}.btn_red:hover{background:#b12929;color:#fff}.btn_transparent{color:#058646;background:#fff;border:1px solid #e1e1e1}.btn_transparent:hover{background:#e1e1e1}.radio{padding-top:8px}.radio__item{position:relative;margin-bottom:20px}.radio__item:last-child{margin-bottom:0}.radio__item input{display:none}.radio__item label{padding-left:50px;width:185px;position:relative;cursor:pointer;flex-shrink:0}.radio__item label:before{position:absolute;display:block;content:"";-webkit-box-sizing:border-box;box-sizing:border-box;width:30px;height:30px;border-radius:30px;left:0;top:50%;margin-top:-15px;border:2px solid #d5d5d5}.radio__item img{width:115px}.radio__item p,.radio__item .p{padding-left:20px;color:#424343;font-size:13px;line-height:16px}.radio__item.radio-type-2{margin-bottom:0}.radio__item.radio-type-2 .radio__item-img{border-right:0}.radio__item input:checked+label:after{position:absolute;display:block;content:"";-webkit-box-sizing:border-box;box-sizing:border-box;width:12px;height:12px;border-radius:12px;background:#058646;border:2px solid #13c097;left:9px;top:50%;margin-top:-6px;z-index:2}.radio__item-img{width:100%;height:100%;padding-right:20px;border-right:1px solid #d5d5d5;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio__item-img img{width:100%;max-height:46px;object-fit:contain}.order-table td{word-break:break-word}.order-table .table__status{word-break:normal}.order-table thead td{word-break:normal}.order-table table,.table-wrapper-2 table{border-top:none;border-radius:7px 7px 0 0}.order-table table tr td,.table-wrapper-2 table tr td{border-right:1px solid #d5d5d5;padding:8px}.order-table table tr td:nth-child(1),.table-wrapper-2 table tr td:nth-child(1){padding-left:8px}.order-table table tr td:last-child,.table-wrapper-2 table tr td:last-child{border-right:none;padding-right:8px}.news-item__date{margin-bottom:20px;color:#424343;font-size:14px;line-height:24px}.news-item p{margin-bottom:20px;font-size:16px;line-height:24px;color:#424343}.news-item__link{padding-top:8px}.similar-news{margin:0}.similar-news li,.rules__links li{margin-bottom:20px}.similar-news li a,.rules__links li a{display:inline;color:#058646;text-decoration:underline;font-weight:600;font-size:16px;line-height:20px}.similar-news li a:hover,.rules__links li a:hover{color:#fa3b3b}.rules .note-2{margin-bottom:20px}.rules__description{font-size:16px;line-height:20px;color:#424343;margin-bottom:20px}.rules__description a{display:inline;color:#099f56;text-decoration:underline}.rules__description a:hover{color:#fa3b3b}ol.big{list-style-type:none;padding-left:0;margin-bottom:24px;counter-reset:li}ol.big:last-child{margin-bottom:0}ol.big li{display:flex;margin-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(#f9f7f7),to(rgba(227,227,227,0)));background:-o-linear-gradient(top,#f9f7f7 0%,rgba(227,227,227,0) 100%);background:linear-gradient(180deg,#f9f7f7 0%,rgba(227,227,227,0) 100%);border-radius:7px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:16px;line-height:24px;color:#424343;padding:4px 15px 4px 0;overflow:hidden;align-items:center}ol.big li:last-child{margin-bottom:0}ol.big li:before{content:counter(li);counter-increment:li;display:block;text-align:center;background:#099f56;border:1px solid #129353;-webkit-box-shadow:inset 0 0 4px #a6f9d0;box-shadow:inset 0 0 4px #a6f9d0;border-radius:0 10px;width:50px;height:50px;line-height:48px;white-space:nowrap;font-weight:600;font-size:24px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.25);margin-right:20px;float:left;flex-shrink:0;align-self:start}ol.big p{margin-bottom:0;line-height:24px}ol.small{list-style-type:none;padding-left:0;counter-reset:li}ol.small li{--number-size:35px;position:relative;margin-bottom:20px;padding:8px 18px;background:#f2f2f2;border-radius:7px;font-size:16px;line-height:20px;color:#424343;margin-left:calc(15px + var(--number-size))}ol.small li:before{-webkit-box-sizing:border-box;box-sizing:border-box;content:counter(li);counter-increment:li;display:block;text-align:center;background:#099f56;border:1px solid #48af7c;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1);border-radius:0 10px;width:var(--number-size);height:var(--number-size);white-space:nowrap;font-weight:600;font-size:16px;line-height:29px;padding:2px;text-shadow:0 0 3px rgba(0,0,0,.25);color:#fff;position:absolute;top:0;left:0;margin-left:calc(-1*(15px + var(--number-size)))}ol.small li p:last-child{margin-bottom:0}ul.arrows{list-style-type:none;padding-left:0;margin-bottom:24px}ul.arrows li{position:relative;padding-left:35px;padding-bottom:16px;font-size:16px;line-height:20px;padding-top:4px}ul.arrows li:before{position:absolute;display:block;content:"";background:url(/css/../img/article-list-arrow.svg) #099f56 center center no-repeat;background-size:10px auto;border:1px solid #129353;-webkit-box-shadow:inset 0 0 4px #a6f9d0;box-shadow:inset 0 0 4px #a6f9d0;border-radius:0 5px;width:24px;height:24px;top:0;left:0}ul.arrows-2{list-style-type:none;padding-left:0;margin-bottom:32px}ul.arrows-2 li{font-size:16px;line-height:20px;color:#424343;margin-bottom:12px;background:url(/css/../img/green-arrow.svg) left top 0 no-repeat;background-size:20px 20px;padding-left:35px}ul.arrows-2 li:last-child{margin-bottom:0}ul.arrows-2 li a{display:inline;color:#424343;text-decoration:underline}ul.arrows-2 li a:hover{color:#058646}.rules__list li p strong{color:#e22121}.rules__list li p b{font-weight:600}.profile-ref__value{margin-bottom:24px;font-size:18px;line-height:22px;color:#e22121;width:100%}.profile-ref{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.profile-ref .section__title{width:100%}.profile-ref p{font-size:18px;line-height:22px;color:#424343;margin-bottom:24px;width:100%}.profile-ref__item{margin-bottom:24px;margin-right:24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.profile-ref__item span{font-size:18px;line-height:22px;color:#424343;margin-bottom:0;margin-right:15px;padding-top:8px;padding-bottom:8px;width:auto;margin-top:0}.profile-ref__item-value{font-size:16px;line-height:20px;color:#919393;background:#fff;border:1px solid #c6c6c6;border-radius:8px;padding:8px 20px;margin-right:15px;min-width:290px}.profile-ref__res{font-size:18px;line-height:22px;color:#058646;text-decoration:underline}.prom p{font-size:16px;line-height:27px;color:#424343}.prom p:last-child{margin-bottom:0}.prom p span{color:#058646}.prom p a{display:inline;color:#058646;text-decoration:underline}.prom p a:hover{-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.blog__top .section__title{margin-right:20px}.blog__search{width:480px;margin-bottom:24px;position:relative}.blog__search button{position:absolute;width:40px;height:40px;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.blog__search .input{padding-right:50px}.blog__item{padding:24px;background:#fff;border:1px solid #e3e3e3;border-radius:7px;margin-bottom:20px}.blog__item:last-child{margin-bottom:0}.blog__item:nth-child(even){background:#f2f2f2}.blog__item-link{padding-left:35px;display:inline-block;background:url(/css/../img/green-arrow.svg) left center no-repeat;background-size:20px 20px;color:#058646;font-size:20px;line-height:24px;text-decoration:none;-webkit-text-decoration-color:transparent;text-decoration-color:transparent}.blog__item-link:hover{-webkit-text-decoration-color:#058646;text-decoration-color:#058646;text-decoration:underline}.blog__item-link.blog__item-link_2{background-image:url(/css/../img/green-arrow.svg)}.blog__item-block{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:24px}.blog__item-img{width:92px;margin-right:24px;flex-shrink:0}.blog__item-img img{width:100%}.blog__item-info p{margin-bottom:8px;font-size:16px;line-height:24px;color:#424343}.blog__item-info a{display:inline;color:#099f56;font-size:15px;line-height:18px}.blog__item-info a:hover{color:#fa3b3b}.blog__item-info a span{text-decoration:underline}.blog__item-date{margin-bottom:16px;color:#424343;font-size:14px}.blog__item-description{padding-top:16px}.blog__item-description p{margin-bottom:12px;font-size:16px;line-height:24px;color:#424343}.blog__item-description p:last-child{margin-bottom:0}.reg__form{max-width:1100px}.form__row{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:24px;width:100%;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.form__row .l__col{width:40%;padding-right:15px;margin-bottom:0;margin-top:7px}.form__row .r__col{width:60%}.reg__btn{margin-bottom:24px}.reg__note{width:60%;margin-left:40%;font-size:16px;line-height:20px;color:#e22121}.form__fields{width:100%}.article__item{margin-bottom:48px;clear:both;width:100%;word-break:break-word}.article__item .leftimg{float:left;margin:0 30px 15px 0}.article__item .rightimg{float:right;margin:0 0 15px 30px}.article__item .centerimg{display:block;margin:15px auto 15px;border:0;max-width:100%;height:auto !important}.article__item h2{text-align:center;margin-bottom:24px;font-size:40px;line-height:49px}.cat-description{word-break:break-word}.cat-description h2{text-align:center;margin-bottom:40px;color:#047840;font-size:26px;line-height:32px;font-weight:500;margin-bottom:20px;padding-top:20px}.article__item:last-child{margin-bottom:0}.article__item .attention{margin-bottom:32px}.article__img{margin-bottom:24px}.article__img img{width:100%}.article__description{margin-bottom:24px;background:#f2f2f2;border-radius:8px;padding:20px}.article__description p{margin-bottom:16px;color:#696f6f;font-size:16px;line-height:24px}.article__description p:last-child{margin-bottom:0}.article__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.article__btn .btn span{font-size:32px;line-height:34px}.article__currencies{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.article__item{color:#424343;font-size:16px;line-height:24px}.article__video{width:1040px;max-width:100%;margin-left:auto;margin-right:auto;margin-bottom:24px}.article__video iframe{display:block;width:100%;height:590px}.similar-articles__item{margin-bottom:20px;background:-webkit-gradient(linear,left top,left bottom,from(#f9f7f7),to(rgba(227,227,227,0)));background:-o-linear-gradient(top,#f9f7f7 0%,rgba(227,227,227,0) 100%);background:linear-gradient(180deg,#f9f7f7 0%,rgba(227,227,227,0) 100%);border-radius:0 15px;padding:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.similar-articles__item:last-child{margin-bottom:0}.similar-articles__item-number{width:60px;height:60px;white-space:nowrap;background:-webkit-gradient(linear,left top,left bottom,from(#f2f2f2),to(#fff));background:-o-linear-gradient(top,#f2f2f2 0%,#fff 100%);background:linear-gradient(180deg,#f2f2f2 0%,#fff 100%);-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);border-radius:0 10px;font-size:24px;line-height:58px;color:#058646;text-shadow:0 1px 0 rgba(0,0,0,.25);border:1px solid #07b760;text-align:center}.similar-articles__item-info{width:calc(100% - 60px);padding-left:24px}.similar-articles__item-info p{margin-bottom:8px;font-size:16px;line-height:24px;color:#424343}.similar-articles__item-title{margin-bottom:8px;color:#058646;font-size:20px;line-height:24px;display:inline-block;text-decoration:none}.similar-articles__item-title:hover{color:#fa3b3b}.similar-article__item-link{display:inline;color:#099f56}.similar-article__item-link:hover{color:#fa3b3b}.similar-article__item-link span{text-decoration:underline}.product__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.product__img{margin-bottom:24px;width:100%}.product__img img{width:100%;max-width:290px}.product__stat{width:100%;margin-bottom:24px;background:#f2f2f2;border-radius:7px;padding:10px 20px}.product__stat table tr td{color:#424343;font-size:16px;padding:5px}.product__stat table tr td div{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.product__stat table tr td span{display:block;width:calc(100% - 10px);padding-left:8px}.product__stat table tr td b{font-weight:600;white-space:nowrap}.product__right{padding-left:30px}.product__right .btn{margin-bottom:32px;min-width:350px;padding-left:12px;padding-right:12px}.product__description{width:100%;padding-bottom:8px;word-break:break-word}.product__description img{max-width:100% !important;width:auto !important}.payment__description img{max-width:100% !important;width:auto !important}.product__description{color:#424343;font-size:16px}.product__description p{line-height:24px;margin-bottom:24px}.product__note{margin-top:16px;margin-bottom:32px;width:100%}.product__note img{width:34px;filter:hue-rotate(200deg) brightness(1.1)}.product__note p{width:calc(100% - 34px);padding-left:20px;font-weight:600;font-size:18px;line-height:24px;margin-bottom:0;color:#e22121}.product__currencies{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:calc(100% - 390px);margin-bottom:32px}.product__info{padding-top:24px;margin-bottom:32px}.product__info:last-child{margin-bottom:0}.developer{background:#f2f2f2;border:1px solid #e3e3e3;border-radius:7px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:35px}.developer__img{width:460px;padding-right:40px;border-right:2px solid #fff}.developer__img img{width:100%}.developer__info{width:calc(100% - 460px);padding-left:40px}.developer__info p{margin-bottom:18px;font-size:20px;line-height:24px;color:#424343}.developer__title{margin-bottom:18px;font-size:20px;line-height:24px;color:#058646}.developer__title.mb-big{margin-bottom:40px}.block__signature{font-size:24px;line-height:29px;text-align:center;color:#058646}.block__description{color:#424343;font-size:16px;line-height:27px;margin-bottom:24px}.block__description:last-child{margin-bottom:0}.block__description b{color:#058646;font-size:18px;line-height:22px}.faq__item{margin-bottom:20px}.faq__item:last-child{margin-bottom:0}.faq__question{background:#f2f2f2;border:1px solid #dcdcdc;border-radius:0 7px 7px;position:relative;font-size:16px;line-height:20px;color:#424343;padding:8px 20px 8px 55px;cursor:pointer;overflow:hidden;word-break:break-word}.faq__question.active{background:#d5d5d5}.faq__question:before{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;content:"?";font-family:"Montserrat",sans-serif;font-weight:500;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#099f56;border:1px solid #129353;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1);border-radius:0 7px;top:0;left:0;color:#fff;width:35px;line-height:33px;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.faq__answer{background:#f2f2f2;border:1px solid #e3e3e3;border-radius:7px;--padding-y:18px;--padding-x:18px;padding:var(--padding-y) var(--padding-x) var(--padding-y) calc(var(--padding-x)*2);margin-top:15px;display:none;color:#424343;position:relative}.faq__answer:before{content:'';width:3px;background:#099f56;position:absolute;top:var(--padding-y);bottom:var(--padding-y);left:var(--padding-x)}.faq__answer p:last-child{padding-bottom:0}.form__btn{padding-top:24px}.api-form{-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin-bottom:24px;gap:15px}.api-form span{color:#424343;font-size:18px;line-height:22px;white-space:nowrap}.api-form span a{color:#424343;display:inline;text-decoration:underline}.api-form p a:hover{color:#099f56}.api-form__input{position:relative;width:100%}.api-form__input .input{padding-right:50px;text-overflow:ellipsis}.api{margin-bottom:20px;background:#fff;border:1px solid #e3e3e3;border-radius:7px;overflow:hidden}.api.active img{transform:rotate(90deg)}.api:last-child{margin-bottom:0}.api p{font-size:16px;line-height:24px;color:#263238;margin-bottom:20px;font-weight:400}.api p:last-child{margin-bottom:0}.api p b{font-weight:600}.api .table-wrapper table{border-top:none;border-radius:7px 7px 0 0}.api .table-wrapper table tr td{background:#fff;border-right:1px solid #e3e3e3;border-left:1px solid #e3e3e3}.api .table-wrapper table tr:nth-child(1) td{background:#f5f5f5;border:1px solid #e3e3e3;border-radius:7px 7px 0 0}.api__title{background-size:20px 20px;color:#058646;font-size:20px;line-height:24px;padding:20px}.api__title:hover{box-shadow:inset 0 20px 20px -25px #058646}.api__description{display:none;padding:0 20px 20px;overflow:hidden}.code__img{margin-bottom:20px}.code__img:last-child{margin-bottom:0}.code{background:#f5f5f5;border:1px solid #e3e3e3;border-radius:7px;padding:11px 20px;margin-bottom:20px;color:#000;font-size:16px;line-height:24px;font-weight:400;word-break:break-word}.code:last-child{margin-bottom:0}.modal-wrapper{position:fixed;z-index:300;top:0;left:0;width:100%;height:100vh;height:-webkit-fill-available;display:none}.modal-wrapper.modal-payment .modal-content{overflow-y:scroll}.modal__block{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;position:absolute;width:100%;height:100%;top:0;left:0}.modal__blackout{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7)}.modal{position:relative;z-index:2;max-width:calc(100% - 30px);padding:24px;background:#fff;border:1px solid #d0ebff;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25);box-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:15px;max-height:calc(100vh - 30px);width:760px;display:flex;flex-direction:column;overflow:hidden;padding-right:12px}.modal .modal-content{padding-right:12px;scroll-behavior:smooth;word-break:break-word}.modal.payment .modal-title{text-align:center;color:#000}.modal.modal-wide{width:100%;max-width:80vw;padding-top:40px;padding-bottom:40px}.modal-info{width:516px}.modal-info ul{margin-bottom:16px}.modal-info ul:last-child{margin-bottom:0}.modal-info ul li a:hover{color:#03552c}.modal-info hr{width:100%;height:1px;border:none;display:block;background:#e6e6e6;margin-bottom:16px}.modal-info p{margin-bottom:16px;font-size:16px;line-height:24px;color:#424343}.modal-info p:last-child{margin-bottom:0}.modal-info p span{color:#fa3b3b}.modal__close{position:absolute;cursor:pointer;background:url(/css/../img/close-icon.svg) center center no-repeat;background-size:100% 100%;top:12px;right:12px;width:22px;height:22px;z-index:10}.modal-info__title{margin-bottom:16px;color:#058646;font-weight:600;font-size:20px;line-height:24px}.modal-info__title svg{display:inline;margin-bottom:-4px}.modal-thanks{background:url(/css/../img/modal-thanks-bg.png) #fdfdfd center center no-repeat}.modal-thanks__title{background:url(/css/../img/modal-checkmark.svg) center top no-repeat;background-size:112px 112px;font-size:36px;line-height:55px;text-align:center;color:#058646;padding:126px 200px 30px}.modal-success__title,.modal-error__title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px;font-size:36px;line-height:44px;color:#058646;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.modal-success__title span,.modal-error__title span{display:block;padding-right:24px}.modal-error__title{color:#e22121}.modal-success__link{margin-bottom:24px;background:#f2f2f2;border:1px solid #e3e3e3;border-radius:7px;padding:12px 32px;font-size:20px;line-height:28px;color:#424343}.modal-success__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:24px}.modal-success__text{margin-bottom:24px;font-size:20px;line-height:24px;color:#058646}.modal-success__list,.modal-error__list{margin-bottom:24px;list-style-type:none;padding-left:0}.modal-success__list li,.modal-error__list li{margin-bottom:12px;font-size:16px;line-height:20px;color:#424343;padding-top:4px;padding-bottom:4px;background:url(/css/../img/checkmark-dark.svg) top left no-repeat;background-size:28px 28px;padding-left:40px}.modal-success__list li:last-child,.modal-error__list li:last-child{margin-bottom:0}.modal-success__list li a,.modal-error__list li a{display:inline;font-weight:600;color:#058646;text-decoration:underline}.modal-success__list li a:hover,.modal-error__list li a:hover{color:#fa3b3b}.modal-error__description{margin-bottom:24px;font-size:20px;line-height:36px;color:#424343;padding:12px 24px;background:#f2f2f2;border:1px solid #e3e3e3;border-radius:7px;word-break:break-word}.modal-error__note{margin-bottom:24px;font-size:20px;line-height:24px;color:#058646}.modal-error__note a{display:inline;color:#058646;text-decoration:underline;white-space:nowrap}.modal-error__note a:hover{color:#fa3b3b}.modal-content{overflow-y:auto}.payment__title{text-align:center;font-size:22px;line-height:18px;color:#424343;margin-bottom:20px}.payment__info{text-align:center;margin-bottom:6px;padding:4px;font-weight:600;font-size:18px;line-height:22px;border:1px solid #cbe4d8;border-radius:8px;color:#058646}.payment__description{margin-bottom:15px}.payment__description .teaser{font-size:16px;line-height:20px;color:#424343;padding:12px;background:#f2f2f2;border:1px solid #d3d1d1;border-radius:7px;margin-bottom:10px;width:100%;display:none}.payment__description-link{-ms-flex-wrap:nowrap;flex-wrap:nowrap;text-decoration:none}.payment__description-link span{display:block;font-weight:600;font-size:16px;line-height:20px;color:#058646;border-bottom:1px dashed #058646;margin-right:12px}.payment__description-link span:hover{border-bottom:1px dashed rgba(0,0,0,0)}.payment__description-link svg{-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.payment__description-link.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.payment__field{width:100%;margin-bottom:4px;position:relative}.payment__field .radio__item{margin-bottom:12px}.payment__field .radio__item p{margin:0}.payment__field .label{width:160px;padding-right:20px;margin-bottom:0;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.payment__field .label a{margin-left:8px}.payment__field .label img{width:28px;margin-bottom:-5px;margin-right:0}.payment__field.w-50{width:calc(50% - 10px)}.payment__field.w-50 .label{margin-bottom:10px;width:100%}.payment__input-btn{position:absolute;width:40px;top:0;bottom:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;z-index:2}.payment__input-btn img{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.payment__input{width:calc(100% - 160px);position:relative}.payment__input .input{padding-right:80px}.payment__input p{position:absolute;width:70px;top:0;bottom:0;right:0;font-weight:600;font-size:16px;color:#424343;white-space:nowrap;padding-left:4px;padding-right:4px;text-align:center;background:#f2f2f2;border:1px solid #c6c6c6;border-radius:0 8px 8px 0;z-index:2;margin:0}.payment__select{width:calc(100% - 160px)}.payment__select .dd-selected{height:auto}.payment__select .dd-selected-image,.payment__select .dd-option-image{width:150px}.payment__select .dd-selected-text,.payment__select .dd-option-text{width:calc(100% - 150px);line-height:1 !important;text-transform:uppercase}.payment__select .dd-options{max-height:200px}.payment__res{width:100%;text-align:center;margin-bottom:20px;color:#424343;font-size:32px;line-height:36px}.payment__res span{color:#e22121}.payment__btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-title svg{display:none}.dd-options{max-height:300px;overflow-y:auto !important;overflow-x:hidden !important}.pagination .prev,.pagination .next{display:none}.pagination-container{margin-bottom:50px}.d-none{display:none}.d-inline-block{display:inline-block}.d-inline-flex{display:inline-flex}.main{flex-grow:1;background-size:1920px auto}.btn-type-1{text-decoration:none;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #dfe1e2;border-radius:7px;text-align:center;color:#424343;font-size:15px;padding:2px 8px;height:36px;gap:4px}.btn-type-1 span{margin-left:6px;background:#dfe1e2;color:#000;border-radius:6px;padding:0 5px;font-size:.9em}.btn-type-1:hover{background-color:#dfe1e2;border-color:#c9c9c9;color:#424343}.btn-type-1:hover span{background:#fff}.btn-type-1.subtype-2{font-size:12px;height:23px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.svg-no-fill svg{fill:none !important}.btn-bg-1{background:#058646;color:#fff;border-color:#066f3c}.btn-bg-1 svg{fill:#fff}.btn-bg-1:hover{background:#066f3c;color:#fff;border-color:#066f3c}.btn-bg-1:hover svg{fill:#fff}.btn-bg-2{background-color:#e3e3e3}.btn-type-2{display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;background:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 0 4px rgba(0,0,0,.05);box-shadow:0 0 4px rgba(0,0,0,.05);border-radius:4px;padding:8px 18px;color:#099f56}.btn-type-2:hover{background:#e1e1e1}.btn-type-2 svg{width:10px;margin-right:8px}.btn-type-2 span{display:block}.btn-type-3{display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;border:1px solid #d5d5d5;-webkit-box-shadow:0 0 6px rgba(0,0,0,.09);box-shadow:0 0 6px rgba(0,0,0,.09);border-radius:8px;padding:12px 24px;font-size:17px;line-height:21px;color:#058646}.btn-type-3 span{display:block;padding-left:12px;font-weight:600}.btn-type-3 svg{fill:#058646;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.btn-type-3:hover{background:#058646;color:#fff}.btn-type-3:hover svg{fill:#fff}.btn-type-4{text-decoration:none;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #d5d5d5;-webkit-box-shadow:0 0 6px rgba(0,0,0,.09);box-shadow:0 0 6px rgba(0,0,0,.09);border-radius:8px;padding:12px 24px;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:17px;line-height:21px;color:#058646;font-weight:600}.btn-type-4:hover{background:#d5d5d5}.btn-type-4 svg,.btn-type-4 img{margin-right:8px}.w-auto{width:auto}.w-auto-i{width:auto !important}.justify-content-start{justify-content:flex-start}.justify-content-center{justify-content:center}.justify-content-end{justify-content:flex-end}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}::-webkit-scrollbar{width:20px}::-webkit-scrollbar-track{background-color:transparent}::-webkit-scrollbar-thumb{background-color:#099f56;border-radius:20px;border:6px solid transparent;background-clip:content-box;min-height:50px}::-webkit-scrollbar-thumb:hover{background-color:#424343}.dd-container{position:initial !important}.dd-options{height:auto !important}.fix-last-row:after{content:"";flex:auto}.help-block{display:none;font-size:13px;padding-top:3px}.has-error .help-block{color:#e22121}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.gap-0{gap:0px}.gap-1{gap:24px}.gap-2{gap:8px}.gap-3{gap:4px}.set-parent-width{display:none}.set-parent-width.vis{display:block}.childScale *:first-child{transform-origin:top left}.full-block{position:absolute;top:0;right:0;bottom:0;left:0}.preloader{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(234,234,234,.6);z-index:300;display:-moz-flex;display:-ms-flex;display:-o-flex;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;font-size:330%;color:#058646}.trans-1{-webkit-transition:all .5s cubic-bezier(.71,.26,0,1);-moz-transition:all .5s cubic-bezier(.71,.26,0,1);-o-transition:all .5s cubic-bezier(.71,.26,0,1);transition:all .5s cubic-bezier(.71,.26,0,1)}.trans-2{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.cp{cursor:pointer}.flex-1{flex:1 0 0%}.mt-1{margin-top:16px}.mt-2{margin-top:12px}.mb-1{margin-bottom:16px}.mb-2{margin-bottom:12px}.ms-1{margin-left:8px}.ms-2{margin-left:4px}.me-0{margin-right:0}.me-1{margin-right:14px}.me-2{margin-right:7px}.p-0{padding:0 !important}.p-1{padding:12px !important}.first{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.first:after{content:'...';line-height:35px;margin-right:14px}.last{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex}.last:before{content:'...';line-height:10px;margin-right:14px;margin-top:13px}#products-filter-pjax{position:relative}#products-filter-pjax .preloader svg{display:none !important}.clear{clear:both;width:100%}.min-width-none{min-width:initial !important}.position-relative{position:relative}.ttu{text-transform:uppercase}.api_key_input{text-align:center;font-family:monospace}.w-100{width:100% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.block p{margin-top:0;margin-bottom:20px;line-height:20px}.block p:last-child{margin-bottom:0}a{display:inline;color:#099f56;text-decoration:underline}a:hover{text-decoration:none}.tdn{text-decoration:none}.dd-selected{text-decoration:none}.red-text{color:#e22121}.yellow-text{color:#9f8e09}.green-text{color:#058646}.unlist{list-style-type:none;padding-left:0}.wide-fixed{position:fixed;top:0;right:0;bottom:0;left:0}.wide-abs{position:absolute;top:0;right:0;bottom:0;left:0}.hl-1{-webkit-box-shadow:0 4px 12px -4px #e22121;box-shadow:0 4px 12px -4px #e22121;position:relative;z-index:1860}.hl-1-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1850;backdrop-filter:blur(5px);background-color:rgba(0,0,0,.3)}.wsnw{white-space:nowrap}[data-pjax-container]{position:relative}.block-style-1{padding-top:40px;font-size:20px;line-height:24px;color:#424343}.block-style-1 p{margin-bottom:18px}.block-style-2{color:#424343;font-size:16px;line-height:27px}.block-style-2 p{margin-bottom:24px}.block-style-2 p:last-child{margin-bottom:0}.block-style-3{background:#f3f4f9;border:1px solid #cecece;-webkit-box-shadow:0 0 8px rgba(0,0,0,.07);box-shadow:0 0 8px rgba(0,0,0,.07);border-radius:10px 0;padding:23px 27px;color:#000;font-size:16px;line-height:24px}.text-style-1{font-size:24px;line-height:29px}.text-style-2{font-size:18px;line-height:22px}img.space-right-1{margin-right:18px}img.space-left-1{margin-left:18px}.modal-dd-container{z-index:1060 !important}.modal-dd{z-index:1065 !important}.select2-container.select2-container--open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.1);z-index:400}.select2-container.select2-container--open.select2:before{display:none !important}.category-option{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.select-ellipsis .category-option{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ellipsis{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:var(--lines);-webkit-box-orient:vertical;overflow:hidden}.ellipsis-1{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.ellipsis-2{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ellipsis-3{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.ellipsis-product-teaser-description{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.ellipsis-product-teaser-description img{display:none}.striked{text-decoration:line-through}label p{margin:0}#products-filter-searchMarks .preloader i,#products-filter-searchMarks .preloader svg{display:none !important}.video-block-2{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.video-block-2 iframe,.video-block-2 img{width:100%;max-width:1000px}.video-block-2.margin-bottom-1{margin-bottom:50px}.article h1,.article h2{margin-bottom:40px;color:#047840;font-size:26px;line-height:32px;font-weight:500;color:#424343;margin-bottom:24px;text-align:center;font-size:40px;line-height:49px}.article h1,.article h2,.article h3,.article h4,.article h5,.article h6{margin-bottom:40px;margin-top:60px}.article h1:first-child,.article h2:first-child,.article h3:first-child,.article h4:first-child,.article h5:first-child,.article h6:first-child{margin-top:0}.article .block{padding-left:150px;padding-right:150px}.ms-auto{margin-left:auto}.favorite-header{position:relative;margin:0 15px}.favorite-header span{color:#3e3e3e;position:absolute;right:-6px;bottom:0;display:block;background-color:#fff;border-radius:7px;line-height:16px;padding:0 4px;z-index:10;font-size:12px;display:none}.favorite-header span.show{display:block}.favorite-header svg{transform:none}.favorite-header:hover svg{fill:#fa3b3b}.products-filter-form .preloader{display:none !important}.products-filter-form .preloader svg{display:none !important}@-moz-keyframes productsInfoShow{0%{display:none}100%{display:block}}@-webkit-keyframes productsInfoShow{0%{display:none}100%{display:block}}@-o-keyframes productsInfoShow{0%{display:none}100%{display:block}}@keyframes productsInfoShow{0%{display:none}100%{display:block}}.productsInfo-wrapper{--info-offset:10px;position:relative}.productsInfo{max-width:100%;width:auto;display:none;position:absolute;top:100%;margin-top:var(--info-offset);max-width:800px;min-width:200px;font-size:16px;line-height:20px}.productsInfo.show{display:block}.productsInfo .full-info-warning ul{margin-top:4px}.productsInfo .full-info-warning ul li{font-size:14px;color:#058646}.productsInfo .arrow{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;position:absolute;bottom:100%;left:30px;filter:drop-shadow(1px -1px 0 #add1eb) drop-shadow(-1px -1px 0 #d0ebff)}.productsInfo p{margin-top:0;margin-bottom:4px}.productsInfo p:last-child{margin-bottom:0}.productsInfo.top{margin-top:0;margin-bottom:var(--info-offset);top:auto;bottom:100%}.productsInfo.top .arrow{border-bottom:none;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;position:absolute;top:100%;bottom:auto;filter:drop-shadow(2px 1px 0 #ccc) drop-shadow(-2px 1px 0 #ccc)}.productsInfo .content{font-size:16px;color:#424343}.icons-space{margin-left:5px}.product-teaser{position:relative}.product-teaser:hover{z-index:9}.product-teaser .table__name a{word-break:break-word}.product-teaser .icon{height:21px;vertical-align:bottom}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.social-likes{display:flex !important;flex-wrap:wrap;gap:7px;min-height:auto !important}.wbbw{word-break:break-word}.wbba{word-break:break-all}li{word-break:break-word}.category__items.mobile{display:none;padding-top:8px;padding-bottom:8px}.category__items.mobile a{padding-left:15px}.password-eye-wrap{position:relative}.password-eye-wrap button{position:absolute;width:40px;height:40px;z-index:2;top:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center}.password-eye-wrap button svg:nth-child(2){display:none;-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.password-eye-wrap button.active svg:nth-child(1){display:none}.password-eye-wrap button.active svg:nth-child(2){display:block}.breadcrumbs-type-2 .breadcrumbs{margin-bottom:0}.category-mark-group{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;gap:4px}.category-mark-group label{font-size:12px}.iframe-video{width:100%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iframe-video img{width:100%;opacity:1;display:block}.iframe-video iframe{display:none}.iframe-video iframe.show{display:block}.iframe-video .play-preview{position:relative;cursor:pointer}.iframe-video .play-preview.hide{display:none}.iframe-video .play-preview svg{position:absolute;width:50px;height:50px;z-index:10;top:20px;left:20px;filter:drop-shadow(3px 3px 0 #fff)}.iframe-video .play-preview svg path{fill:#058646}.iframe-video .play-preview:hover img{opacity:.8}.iframe-video .play-preview:hover svg{width:70px;height:70px}.on-mobile-menu-show{display:none}.show-mobile-only{display:none}.header__bottom-content{gap:3px}.header__bottom-content .category{line-height:43px !important;order:0 !important}.p-child-no-padding p{padding:0}.order-email-col{min-width:230px}.container .container{padding-left:0;padding-right:0}.w1{width:100%;max-width:150px;max-height:50px}.w2{width:100%;max-width:200px}.social-login{gap:15px}.hover-scale-1{-webkit-transition:all .25s ease;-moz-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}.hover-scale-1:hover{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}.auth-vk{max-height:35px;max-width:none !important}.fa-svg{height:1em;display:inline;width:auto}.fa-2xs{height:.625em}.fa-xs{height:.75em}.fa-sm{height:.875em}.fa-lg{height:1.25em}.fa-xl{height:1.5em}.fa-2xl{height:2em}select.select2{appearance:none;height:40px;border:1px solid #c6c6c6;line-height:38px;padding-left:16px;padding-right:20px;font-size:16px;border-radius:8px;font-family:"Montserrat",sans-serif;color:#5e6060;padding-right:28px;background:url(/css/../img/dd.png) no-repeat #fff;background-position:right 8px top 16px;cursor:pointer}.fs-1{font-size:18px}.hl-bold b{background-color:#fff;padding:2px 8px;border-radius:14px;border:1px solid #ccc}.product-badge{border-radius:14px;display:inline-block;padding:0 8px 0 0;margin:1px -2px;color:var(--color);position:relative;z-index:1;box-shadow:inset 0 0 3px var(--bg-color);font-size:14px;vertical-align:middle;cursor:default;line-height:20px}.product-badge .percent-sign{font-size:12px;margin-left:5px}.product-badge svg{fill:var(--bg-color) !important;font-size:21px;display:block !important}.product-badge:before{content:'';background:var(--bg-color);opacity:.1;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border-radius:14px}.product-badge .productsInfo{width:300px;color:#424343}.product-badge:hover{z-index:10}.product-badge-content{gap:8px}.product-badge-small{font-size:11px;padding-left:7px;gap:3px}.product-badge-small .product-badge-content{gap:3px}.product-badge-small svg{font-size:14px}.icon-priority{color:#ff9800;font-size:18px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.col-auto{flex:0 0 auto;width:auto}.col-12{flex:0 0 auto;width:100%}.col-6{flex:0 0 auto;width:50%}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}@media (min-width:992px){.col-lg-6{flex:0 0 auto;width:50%}}.reviews{margin-bottom:60px}.full-reviews>*{display:none}.full-reviews>*:nth-child(-n+2){display:block}.modal-content .full-reviews{margin-top:10px;margin-bottom:16px}.modal-content .full-reviews .add-form{display:none}.modal-content .full-reviews>*{display:block}.rating-set svg{font-size:28px;filter:grayscale(1)}@media (max-width:576px){.rating-set svg .col-lg-6{font-size:20px}}.rating-set label.hover svg{filter:none}.review{height:100%;font-size:14px}.review .rating{gap:8px;font-size:16px}.review .review-user{color:#444;font-style:italic}.review .review-date{font-size:12px;color:#444;font-style:italic}.review .review-text{padding:4px 10px;background-color:#ff980029;border-radius:10px;position:relative}.review .review-status{position:absolute;top:-14px;right:-1px;font-size:12px;padding:0 4px;border-bottom:none;border-left:0;border-bottom-right-radius:0}.header-search{margin-left:30px;width:100px}.header-search input{padding-right:40px}.search-filter-count{position:absolute;top:0;right:0;bottom:0;min-width:46px;padding:0 15px;cursor:pointer;color:#818181;font-size:12px}.search-filter-count .icon-wrap{margin-top:5px;font-size:16px;margin-left:4px}#search-filter-count-label{position:absolute;top:-12px;right:-12px;background-color:#d23b3b;color:#fff;font-size:11px;padding:2px 6px;border-radius:50%;display:none}#search-filter-count-label.show{display:block}.show-on-touch-menu{display:none}.search{display:none;position:absolute;z-index:1000;padding:0 !important;top:0}.search .search__content{box-shadow:-60px 30px 111px rgba(0,0,0,.5),60px 30px 111px rgba(0,0,0,.5),inset 0 5px 20px -10px #000;border-color:#058646;border-top:0;border-radius:10px;border-top-left-radius:0;border-top-right-radius:0}.search form{position:relative;z-index:100;transform:translate(0,-300px)}.search:before{content:'';position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:rgba(0,0,0,.5)}body.show-search header{z-index:2000}.header__top-content .header__logo{order:1}.header__email{order:2}.header__menu{order:3}.header__profile{order:4}.favorite-header{order:5}.header__reg,.header__login,.header__exit{order:6}.header__language{order:7}.header__currency{order:8}.blog-tag{width:100%}.position-fixed{position:fixed}.blog-tags-items-column{flex-direction:column}.field-search-quantity{max-width:100px}.note.required{display:none}.modal .note{padding:0 !important}.modal .note.required{display:block}.modal .container{width:100%}.fancybox-slide--image{padding:50px !important}@media (max-width:992px){.fancybox-slide--image{padding:20px !important}}@media screen and (max-width:1800px){.btn-type-2{padding:6px 18px}.favorite-header{margin:0 7px}.header__menu-link span{padding-left:6px}.pagination a{width:30px;line-height:23px}.news__item-info{width:calc(100% - 180px)}.news__item-title{font-size:16px;line-height:18px}.modal-info p{font-size:14px;line-height:18px}.dd-selected-image,.dd-option-image{margin-right:6px}.dd-selected-text,.dd-option-text{font-size:14px}.checkbox label{line-height:16px;padding-left:30px}.checkbox input:checked+label:after{top:2px;left:8px}.checkbox label:before{width:24px;height:24px}.checkbox label{font-size:14px}.search__extra-item-title{margin-bottom:4px;font-size:16px}.table__note{width:24px}.table__buy{padding:4px 15px;font-size:14px}.table__title img{width:30px;height:30px;margin-right:10px}.search__link{font-size:14px;padding-left:22px}.select2-container .select2-selection--single .select2-selection__rendered{padding-right:25px;padding-left:10px}.search__btn{padding:8px;font-size:17px;line-height:24px;width:157px;margin-bottom:1px}.category-section__menu{padding:4px}.category-section__menu a{padding:3px 10px;font-size:13px}.category-section__item span{padding-left:6px}.advantage__title{margin-bottom:2px}.header__submenu li a{font-size:14px;padding:7px 10px}.header__currency-current{padding:4px 20px 4px 9px}.header__language-current{width:40px}.header__login,.header__exit{font-size:13px;line-height:15px}.favorite{width:28px}.favorite svg{width:28px}.header__reg,.header__profile{font-size:13px}.header__email a{font-size:13px}.header__email{font-size:13px}.developer__info p{font-size:18px}.api__title{padding:16px;font-size:18px}.block-style-1{padding-top:36px;font-size:18px;line-height:22px;color:#424343}.text-style-1{font-size:20px;line-height:25px}.article__item h1,.article__item h2,.article__item h3,.article__item h4,.article__item h5,.article__item h6{margin-bottom:28px;font-size:30px;line-height:30px}ul.arrows-2{margin-bottom:22px}.developer{padding:28px}.developer__info{width:calc(100% - 360px)}.developer__img{width:360px}.w1{max-width:130px}.auth-vk{max-height:32px}.private-info__discount{font-size:16px}.private-info__title{font-size:24px;margin-bottom:4px}.private-info{gap:10px}.profile-ref__value,.profile-ref__item{margin-bottom:16px}.article__btn .btn span{font-size:26px;line-height:32px}.similar-articles__item-info{width:calc(100% - 50px)}.similar-articles__item-number{width:50px;height:50px;line-height:50px}.modal{padding:18px}.note-2{--padding-y:6px}.blog__item-link{font-size:18px}.block p{margin-bottom:16px}.blog__item-block{padding-top:18px}.blog__search button{height:34px}.blog__item-img{width:82px}.blog__item{padding:16px;margin-bottom:16px}.blog__items{padding-top:0}.block-style-3{padding:14px 18px;line-height:18px;font-size:14px}.about__block p{margin:0}footer{padding-top:18px;padding-bottom:18px}.info__item-block p{margin-bottom:0;margin-top:6px;font-size:15px}.info__item-number{font-size:26px;line-height:30px;margin-bottom:0}.info__item{padding:15px}.header__balance{margin-left:20px}.header__balance-link{font-size:14px;padding-top:3px;padding-bottom:3px;padding-left:8px}.table__info span{font-size:14px}.table-wrapper table tr.table__sort td{padding-top:8px;padding-bottom:8px}.search__quantity p{font-size:14px}.table__sort a{font-size:14px}.table__sort span{font-size:14px}.search__price p{font-size:14px}.table__name a{font-size:14px}.label{font-size:14px;line-height:18px}.search__title{font-size:20px;line-height:22px}.advantage__title sub{font-size:14px;line-height:18px}.advantage__title b,.advantage__title strong{font-size:16px;line-height:16px}.advantage{padding:6px}.category-section__item{font-size:12px;padding-right:24px;padding-top:2px;padding-bottom:2px;padding-left:6px}.section__title{font-size:20px;line-height:24px;margin-bottom:11px}.header__menu-link{font-size:13px}.note__content{font-size:14px;line-height:22px;padding:3px}.article h1,.article h2{font-size:32px;line-height:32px}.section__title.big{font-size:32px;line-height:32px}.password-eye-wrap button{height:34px}.input{height:34px;font-size:14px}.form__btn{padding-top:12px}.btn.btn_small{font-size:17px;line-height:22px;padding-top:8px;padding-bottom:8px}.btn{padding:10px 40px;font-size:21px;line-height:25px}.block .note-2,.block .radio{margin-bottom:15px}.radio__item{margin-bottom:10px}.form__row{margin-bottom:8px}.block__title{margin-bottom:8px}.blocks .block{padding:25px}.private-info__name img{width:42px}.private-info__name span{font-size:22px}.video-block-2.margin-bottom-1{margin-bottom:25px}.video-block-2 iframe,.video-block-2 img{max-width:700px}.btn-type-1{height:30px}.product__stat{padding:10px 15px}.breadcrumbs{margin-bottom:12px}.block{padding:25px}.footer__up-link{width:54px;height:54px}.footer__up-link svg{height:26px}.info__items{padding:0}section.pt-big{padding-top:25px}section.pb-big{padding-bottom:25px}section.pt-medium{padding-top:10px}.about{padding-top:30px;padding-bottom:30px}.news__item{width:calc(33.3% - 20px);margin-right:0}.table__more a{padding:6px 16px;font-size:14px;line-height:19px;margin-bottom:10px}.news__item-info p{margin-bottom:0;font-size:14px;line-height:16px;margin-top:6px}.news__item{margin-bottom:10px}.news{padding-top:15px;padding-bottom:15px}.pagination-container{margin-bottom:40px}.pagination{padding-top:10px}.table__more{padding-top:12px}.table__title span{font-size:16px}.table__title{padding:4px 18px}.search__note{margin-bottom:0;margin-top:4px;font-size:14px}.search__extra{padding-top:12px;padding-bottom:0}.category-section__col{margin-top:0;margin-bottom:0}section{padding-top:5px;padding-bottom:5px}.advantages{padding-top:10px;padding-bottom:5px}.category__link{padding-top:6px;padding-bottom:6px;font-size:14px;padding-left:10px}.header__description{font-size:13px;line-height:16px}.header__top{padding-top:6px;padding-bottom:6px}.header__bottom{padding-top:4px;padding-bottom:4px}.advantage img{height:68px;width:auto}.container{width:1400px}.header__description{max-width:440px}.header__menu{gap:20px}.logo{max-width:190px}.logo img{width:30px}.logo span{padding-left:8px}.logo b{font-size:17px;line-height:21px}.logo small{font-size:11px;line-height:13px}.header__description{max-width:375px}.header__language,.header__currency{-ms-flex-item-align:center;align-self:center}.header__language p,.header__currency p{display:none}.header__submenu li{margin-left:0}.search__price .input{width:110px}.about__video{width:570px}.about__video iframe{height:435px}.info__item img{width:150px}.info__item-block{width:calc(100% - 150px);padding-left:20px}.footer__menus ul{padding-left:30px;padding-right:30px;margin-top:0}.footer__contacts{margin-left:30px}.search__content{background-size:auto;justify-content:space-between;padding:10px 14px 14px;row-gap:10px}.table-wrapper table tr td{font-size:13px;padding:4px}.table-wrapper table tr td small{font-size:12px;line-height:13px}.table__status,.table__status-2{font-size:12px}.order__attention{font-size:12px}.advantage__info{padding-left:8px}.advantage__info p{font-size:15px;line-height:16px}.advantage__description{font-size:13px;line-height:16px}}@media screen and (max-width:1450px){.header__top-content{gap:8px}.article .info__item{width:50%}.header__balance-link{padding:4px 8px 4px 15px}.header__bottom-content .category{order:3;margin-left:0 !important}.container{width:1170px}.header__email{font-size:14px;line-height:18px}.header__description{display:none}.header__reg,.header__profile{font-size:14px;margin-left:auto}.header__login,.header__exit{font-size:14px}.header__language-current{width:30px}.header__language-block{width:46px}.header__menu{gap:8px}.header__menu-link{font-size:16px;line-height:20px}.header__menu-link span{padding-left:8px}.header__balance{margin-left:30px}.category__link{font-size:15px;line-height:20px}.header__submenu{top:calc(100% + 8px)}.header__submenu li{margin-left:0}.header__submenu li a{font-size:14px;line-height:18px}.header__submenu li a span{padding-left:3px}.category__items a img{width:24px}.category__items a span{font-size:15px;line-height:18px;padding-left:6px}.category__menu a{font-size:14px;line-height:18px}.header__menu-link{font-size:13px}.header__bottom-content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__bottom-content .category{width:auto;margin:0 auto}.advantage__title{font-size:18px;line-height:22px}.advantage__info p{font-size:14px;line-height:18px}.note__content{font-size:16px;line-height:26px}.category-section__item{padding-right:24px;font-size:12px}.category-section__item img{width:18px;height:18px}.category-section__item span{padding-left:6px}.search__price .input{width:85px}.input{font-size:15px}.checkbox label{font-size:14px;line-height:18px}.checkbox label:before{top:50%;margin-top:-14px}.checkbox input:checked+label:after{top:50%;margin-top:-10px}.search__extra-item-title{font-size:16px;line-height:20px}.search__note{font-size:14px}.table__name a{font-size:14px;line-height:18px}.table__info{width:224px}.table__info span{font-size:14px;line-height:18px}.table__sort span,.table__sort a{font-size:14px;line-height:18px}.table__btns button,.table__btns a{margin-right:12px}.table__buy{font-size:15px}.table__more a{font-size:15px;line-height:19px}.table__title span{font-size:18px;line-height:22px}.news__item{width:calc(33.3% - 30px);margin-right:20px}.news__item a:first-child{width:140px}.news__item-info{width:calc(100% - 155px)}.news__item-info p{font-size:14px;line-height:18px}.news__item-title{font-size:16px;line-height:20px;margin-bottom:6px}.section__title{margin-bottom:30px}.mb-small{margin-bottom:20px}.section__title.big{font-size:30px;line-height:34px}.about__video{width:550px}.about__video iframe{height:310px}.about__block p{font-size:15px;line-height:22px;margin-bottom:20px}.info__item img{width:150px}.info__item-block{width:calc(100% - 150px)}.info__item-block p{font-size:14px;line-height:18px;margin-bottom:8px}.footer__menus ul li a{font-size:14px;line-height:18px}.category-section__menu{width:calc(100% + 16px);left:-8px}.category-section__menu a{padding:4px;font-size:13px}.error__title{font-size:34px;line-height:44px;margin-bottom:30px}.error__description{font-size:22px;line-height:28px}.order__note{margin-bottom:30px}.order__input .input{width:calc(100% - 80px)}.order__input p{width:80px;font-size:16px;line-height:20px}.order__login{font-size:16px;line-height:20px}.btn{padding:14px 40px;font-size:18px;line-height:22px}.btn.btn_small{font-size:16px;padding:12px 30px}.blog__search{margin-bottom:20px}.developer{padding:24px}.developer__img{width:400px;padding-right:24px}.developer__info{padding-left:24px;width:calc(100% - 400px)}.developer__info p,.partners p{font-size:18px;line-height:22px}.developer__info ul,.partners ul{margin-bottom:24px}.developer__info ul li,.partners ul li{font-size:18px;line-height:22px;background-position:left top 1px;margin-bottom:12px}.payment__res{font-size:28px;line-height:34px}.product__currencies{width:100%}.api-form{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.api-form span{white-space:normal}.api-form p{width:100%;white-space:normal}.order__attention,.payment__attention{font-size:13px;line-height:15px}.blocks .block{padding:30px 20px}}@media screen and (max-width:1200px){.header__email{order:3}.header__menu{order:2}.header__menu{justify-content:flex-end}.advantages__items{grid-template-columns:1fr 1fr 1fr 1fr}.advantages__items :nth-child(n+5){display:none}.order-email-col{min-width:initial}.header__top .logo{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:center}.header__bottom .logo{display:none}.container{width:970px}.header__reg,.header__profile{margin-left:auto}.header__currency-current{padding:4px 18px 4px 4px}.note__content{font-size:15px;line-height:22px}.category-section__col{grid-template-columns:repeat(4,minmax(0,1fr))}.search__content{padding:20px}.search__content:after{content:"";flex:auto}.input{padding-left:12px;padding-right:12px;font-size:14px}.label{font-size:14px;line-height:20px;margin-bottom:8px}.search__price .input{width:70px}.search__link{font-size:14px;line-height:20px}.search__link img{width:14px}.search__link span{margin-right:6px}.table__name img{width:24px;height:24px;margin-top:-3px}.news__item{width:calc(50% - 10px);margin-right:20px}.news__item:nth-child(even){margin-right:0}.about__video{width:50%}.about__video iframe{height:270px}.info__item{width:50%;padding:10px}.info__items{padding:18px}.footer__contacts{width:100%;margin-left:0;margin-bottom:30px}.footer__contacts-links{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__menus ul{padding-right:0;padding-left:50px}.error__title{font-size:30px;line-height:40px}.error__description{font-size:18px;line-height:24px}.block{padding:30px}.blocks .block{width:100%;margin-bottom:30px}.blocks .block:last-child{margin-bottom:0}.private-info__discount,.private-info__payments,.private-info__login{font-size:16px;line-height:20px;width:calc(50% - 10px);margin-right:0}.private-info__title{width:calc(50% - 10px);margin-right:0}.attention__title p{font-size:16px;line-height:20px}.attention__description{font-size:15px;line-height:20px}.order__btn button{font-size:20px;line-height:24px}.note-2 p{padding-bottom:15px}.blog__search{width:400px}.blog__item-link{font-size:18px;line-height:22px}.blog__item-info p,.blog__item-description p{font-size:15px;line-height:22px}.profile-ref p{font-size:16px;line-height:20px;margin-bottom:15px}.profile-ref__item{margin-right:15px;margin-bottom:15px}.profile-ref__item p{font-size:16px;margin-bottom:0}.profile-ref__res{font-size:16px;line-height:20px}.ads p{line-height:22px;margin-bottom:15px}.table-wrapper table tr td{font-size:14px}.table__status,.table__status-2{font-size:14px}.modal-success__title,.modal-error__title{font-size:32px;line-height:40px}.modal-success__text{margin-bottom:16px}.modal-success__list li,.modal-error__list li{margin-bottom:8px}.modal__back a{font-size:15px;line-height:20px}.developer__img{width:350px}.developer__info{width:calc(100% - 350px)}.developer__info p,.partners p{font-size:16px;line-height:20px;margin-bottom:15px}.developer__info ul li,.partners ul li{font-size:16px;line-height:20px;background-position:left top;padding-left:30px}.block__signature{font-size:20px;line-height:26px}.block__description{margin-bottom:16px;line-height:24px}.article__video iframe{height:500px}.similar-articles__item-title{font-size:18px;line-height:22px}.form__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.api-form{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width:992px){.header__balance{width:100%;margin-left:0}.header__menu{gap:0}.header__menu{width:100%;margin-left:0}.header__menu li{margin-left:0;width:100%;padding-top:8px;padding-bottom:8px}.header__menu li.sm-dblock{display:block}.header__balance .header__menu-link{display:-webkit-box;display:-ms-flexbox;display:flex}.header__balance-link{display:none}.header-search-wrap{margin-left:20px}.header-search{margin-left:calc(-.5*var(--bs-gutter-x))}.btn__bigger{padding-left:14px;padding-right:14px}.blog-items-wrap{flex-direction:column}.blog-tags-column{order:0}.blog-tags-column .sticky-place,.blog-tags-column .sticky-fixed{height:auto !important}.blog-tags-items-column{flex-direction:row}.blog-items-column{order:1}.blog-tags-items{display:none}.blog-tag{width:auto}.on-mobile-menu-hide{display:none}.on-mobile-menu-show{display:block}.header__menu-link{color:#424343}.header__menu-link img{filter:none}.header__menu a{color:#424343}.header__menu a img{filter:none}.header__menu-link.has-child:after{filter:none}.header__navbar{display:block;margin-right:40px}.header__balance{order:9;display:flex;flex-wrap:wrap}.header__balance a{min-height:36px}.header__submenu{position:relative;width:100%;background:0 0;border:none;margin-top:0}.header__submenu li{padding-top:0 !important;padding-bottom:0 !important}.header__navbar span{display:block;width:30px;margin-bottom:5px;height:3px;border-radius:3px;background:#058646;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;position:relative;top:0}.header__navbar span:last-child{margin-bottom:0}.header__navbar.active span:nth-child(1){top:8px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header__navbar.active span:nth-child(2){opacity:0}.header__navbar.active span:nth-child(3){top:-8px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header__top{background:#fff}.header__top .header__menu{display:none}.header__top .logo{margin-left:auto;margin-right:auto;color:#424343}.header__currency{display:none}.header__reg,.header__profile{display:none}.header__login,.header__exit{font-size:0;border:none;margin-right:0;padding-right:0;padding-left:25px;background-position:center}.header__exit{padding-left:27px;background-size:27px;height:19px}.favorite-header{margin:0;width:auto}.favorite-header svg{height:19px;width:auto;margin-right:0}.favorite-header svg path{stroke:#058646 !important}.header__exit{margin-left:0;order:2}.category{width:100%;margin-bottom:15px}.category__link{width:100%;text-align:center}.category__wrap{display:flex;justify-content:center}.category__content{top:100px;height:calc(100vh - 100px) !important}.category__items{border-radius:10px;width:100%}.article .block{padding-left:30px;padding-right:30px}div.show-mobile-only{display:block}span.show-mobile-only{display:inline}.container{width:750px}.header__email{display:none}.header__login,.header__exit{padding-left:30px;background-position:6px center}.header__menu{gap:10px}.category__link{background:#eee;font-size:14px;line-height:18px;padding:8px 12px}.category__link:after{display:none}.header__menu-link.has-child{padding-right:12px;background-size:9px auto}.header__menu-link span{padding-left:4px}.header__menu-link img{max-width:12px}.header__menu-link{font-size:14px}.header__bottom .header__menu,.header__bottom .header__balance{display:none}.advantages__items{grid-template-columns:1fr 1fr 1fr}.advantages__items :nth-child(n+4){display:none}.search__item{margin-bottom:12px}.search__price .input{width:125px}.search__title{margin-bottom:20px}.search__extra{padding-top:20px;margin-top:10px}.search__extra-item{width:50%;padding-top:8px;padding-bottom:8px}.search__extra-item-title{margin-bottom:8px}.search__extra-item-col{margin-right:0}.search__note{width:100%}.table__buy{font-size:14px;padding-left:12px;padding-right:12px}.about{padding-top:50px;padding-bottom:50px}.about__video{width:100%}.about__video iframe{height:420px}.about__content{-ms-flex-wrap:wrap;flex-wrap:wrap}.about__block{width:100%}.section__title{margin-bottom:20px}.section__title.mb-mall{margin-bottom:15px}footer .logo{margin-bottom:30px}.footer__menus{width:100%}.footer__menus ul{margin-bottom:30px}.footer__menus ul:nth-child(1){padding-left:0}.footer__contacts{width:auto}.content{padding-top:0}.error__title{margin-bottom:20px}.header__balance-link{font-size:16px;line-height:20px}.private-info__title{width:100%}.private-info__discount{min-width:50%;width:auto}.private-info__name span{font-size:26px;line-height:34px}section.pb-extra-big{padding-bottom:80px}.rules__list{padding-top:8px}.rules__list li{margin-bottom:15px}.rules__list li p{font-size:15px}.rules__description{font-size:15px;line-height:20px;margin-bottom:15px}.similar-news li,.rules__links li{margin-bottom:15px}.blog__search{width:300px}.modal{width:750px}.modal.modal_wide{width:750px}.modal-info{width:516px}.modal-thanks__title{padding:120px 120px 20px}.news-item p{margin-bottom:15px}.modal-success__link{font-size:18px;line-height:24px}.developer__img{width:250px}.developer__info{width:calc(100% - 250px)}.modal-error__description{font-size:18px;line-height:24px}.modal-error__note{font-size:18px;line-height:22px}.product__left{width:250px}.product__stat{padding:8px}.product__stat table tr td{font-size:14px}.product__right{padding-left:20px}.product__description{padding-bottom:0}.product__description p{line-height:22px;margin-bottom:15px}.product__note{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:18px}.product__note p{font-size:14px;line-height:20px;padding-left:12px}.product__right .btn{margin-bottom:15px}.product__currencies{margin-bottom:15px}.article__list-2 li p{font-size:15px;line-height:20px}.product__img{margin-bottom:15px}.product__stat{margin-bottom:15px}.article__video iframe{height:380px}.table-wrapper table.md-dflex{border:1px solid #d2d2d2;border-radius:0}.table-wrapper table.md-dflex tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px;position:relative;padding-left:40px;padding-right:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-wrapper table.md-dflex tr.md-dnone{display:none}.table-wrapper table.md-dflex tr td{display:block;border:none;padding:4px;width:30%}.table-wrapper table.md-dflex tr td.table__number{position:absolute;top:5px;left:5px;color:#fff;min-width:34px;width:auto;height:34px;line-height:34px;text-align:center;background:#099f56 !important;border:1px solid #48af7c;-webkit-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1);border-radius:0 10px;padding:0 10px}.table-wrapper table.md-dflex tr:nth-child(even){background:#f2f2f2}.table-wrapper table.md-dflex tr:nth-child(even) td{background:0 0}}@media screen and (max-width:768px){.article .info__item{width:100%}.search-filter-count span{display:none}section{padding-top:10px;padding-bottom:10px}.advantages{display:none;padding-top:10px}.advantages__title,.note__title{display:block}.advantages__title .section__title,.note__title .section__title{position:relative;margin-bottom:0;padding-right:20px}.advantages__title .section__title svg,.note__title .section__title svg{display:block;position:absolute;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;right:0;top:50%;margin-top:-5px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.advantages__title .section__title.active svg,.note__title .section__title.active svg{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.advantages__title .block,.note__title .block{padding:6px 20px}.advantages__title .section__title,.note__title .section__title{font-size:18px;line-height:18px}.note{display:none}.payment__field.w-50{width:100%}.header__bottom-content .category{order:0;margin:0 auto !important}.filterform-category,.filterform-subcategory{flex-grow:1}.search__price__wrap{width:100%}.filterform-sort-wrap{flex-grow:1}.search__content:after{display:none}.header__language-current{width:auto;height:19px}.productsInfo{display:none !important}.product__content{flex-wrap:wrap}.mobile-center{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.container{width:540px}.gotop{display:none}.grid-subcategories{display:none}.category__menu{left:50%;width:50%;padding-top:0;padding-bottom:0;overflow:hidden;display:none !important}.private-info__balance{display:-webkit-box;display:-ms-flexbox;display:flex}.advantages__items{grid-template-columns:1fr;gap:4px}.advantages__items>*{display:-moz-flex !important;display:-ms-flex !important;display:-o-flex !important;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.search__price p,.search__quantity p{font-size:14px}.search__price .input{width:85px}.search__btn{font-size:18px;line-height:22px;width:160px}.search__item.search__item_wide{width:calc(100% - 186px)}.search__title{font-size:22px;line-height:28px}.about__video iframe{height:310px}.table__info{width:108px}.table__info span{margin-bottom:8px}.table__info span:last-child{margin-bottom:0}.table__btns{width:108px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table__buy{width:100%;padding:2.7px}.table__note,.table__favorites{margin-left:4px;margin-right:4px}.table__note-wrapper{margin-top:-3px;margin-bottom:3px}.table__note-wrapper .modal{display:none !important}.table__sort .table__info{width:240px}.table__title img{width:30px;height:30px;margin-right:12px}.news__item{width:100%;margin-right:0}.info__item{width:100%;padding-left:0;padding-right:0}.footer__menus ul{padding-left:0;padding-right:24px}.footer__menus ul:last-child{padding-right:0}.block{padding:20px}.table-wrapper table tr td small{font-size:12px;line-height:13px}.table__status,.table__status-2{font-size:14px}.text{margin-bottom:15px;font-size:15px}.private-info__title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.private-info__balance{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;max-width:calc(50% - 10px);margin-bottom:15px}.private-info__login{width:calc(50% - 10px);-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.private-info__name{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;width:100%;margin-bottom:15px;padding-top:0}.private-info__name img{width:42px}.private-info__name span{font-size:22px;line-height:28px;width:calc(100% - 54px)}.private-info__discount{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.private-info__payments{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6;width:100%}.order__row .label{width:calc(50% - 15px)}.order__row .dd-container{width:50%}.order__row .input{width:50%}.order__row .checkbox{width:50%;margin-left:50%}.order__row .order__input .input{width:calc(100% - 80px)}.order__attention{width:50%;margin-left:50%;font-size:12px;line-height:14px}.payment__attention{font-size:12px;line-height:14px}.order__note{font-size:16px;line-height:20px;margin-bottom:20px}section.pb-extra-big{padding-bottom:60px}.note-2 p{font-size:15px;padding-bottom:10px}.blocks .block{padding:20px}.order__row{padding-bottom:6px}.modal{padding:15px;border-radius:10px;width:540px}.modal.modal_wide{width:540px;padding-top:30px;padding-bottom:30px}.modal-info{width:540px}.pagination{padding-top:24px}.radio__item{margin-bottom:15px}.blog__search{width:230px}.blog__item-link{font-size:16px;line-height:20px}.blog__item{padding:15px;margin-bottom:15px}.blog__item-block{padding-top:15px}.form__row{margin-bottom:15px}.form__row .l__col{margin-bottom:8px;width:100%;padding-right:0}.form__row .r__col{width:100%}.label img{margin-right:8px}.reg__captcha{width:100%}.reg__btn{width:100%;margin-left:0;margin-bottom:15px}.reg__note{width:100%;margin-left:0;font-size:15px}.modal-thanks__title{padding-left:40px;padding-right:40px;padding-bottom:10px;font-size:32px;line-height:40px}.modal-success__title,.modal-error__title{font-size:28px;line-height:34px}.modal-success__title span,.modal-error__title span{padding-right:16px}.modal-success__link{font-size:16px;line-height:20px;padding:12px 18px;margin-bottom:18px}.modal-success__text{font-size:18px;line-height:22px}.developer__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:0;border:none;margin-bottom:15px;width:100%}.developer__img img{max-width:240px}.developer__info{padding-left:0;width:100%}.modal-error__description{font-size:16px;line-height:22px;padding:12px 16px}.modal-error__note{font-size:16px}.payment__select .dd-selected-image,.payment__select .dd-option-image{width:100px}.payment__select .dd-selected-text,.payment__select .dd-option-text{width:calc(100% - 100px)}.dd-selected-text,.dd-option-text{font-size:12px}.payment__description .teaser{font-size:15px}.payment__info{font-size:15px;line-height:20px}.payment__title{margin-bottom:12px;font-size:32px;line-height:38px}.payment__res{font-size:24px;line-height:30px}.product__left{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__img{width:220px}.product__stat{width:calc(100% - 230px)}.product__right{width:100%;padding-left:0}.product__right .btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:auto;margin-right:auto}.product__currencies{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__description{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.product__note{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;margin-bottom:30px;border:1px solid #e3e3e3;border-radius:7px;padding:15px}.product__info{display:none}.faq__item{margin-bottom:15px}.article__list{margin-bottom:15px}.article__video{margin-bottom:15px}.article__video iframe{height:280px}.developer__title.mb-big{margin-bottom:24px}.api{padding:15px}.api__title{margin-bottom:15px}.api__title-2{margin-bottom:15px}.api p{margin-bottom:15px;font-size:15px;line-height:20px}.api ul{margin-bottom:15px}.api ul li{font-size:15px;line-height:20px}.api ul li:before{top:9px}.code__img{margin-bottom:15px}.code{margin-bottom:15px;font-size:15px;line-height:20px;padding:8px 15px}.form__btn{padding-top:8px}.block .note-2,.block .radio{margin-bottom:20px}.developer__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-title{position:relative;padding-right:20px;margin-bottom:0 !important}.profile-title svg{display:block;position:absolute;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;right:0;top:50%;margin-top:-5px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.profile-title.active svg{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.profile-block{display:none;padding-top:15px}.reg__btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.reg__note{text-align:center}.faq__question{margin-left:50px;width:calc(100% - 50px);overflow:visible;padding-left:15px;padding-right:15px}.faq__question:before{left:-50px;width:36px;height:36px}.article__btn .btn{padding:20px 40px}.article__btn .btn span{font-size:28px;line-height:32px}}@media screen and (min-width:577px){.justify-content-md-between{justify-content:space-between}}@media screen and (max-width:576px){.header-search-input{font-size:13px}.btn__header__search{padding-left:6px;padding-right:6px;font-size:13px}.header-search-wrap{margin-left:2px}.header-search{--bs-gutter-x:3px}.category__link svg{margin-right:0}.category__link span{display:none}.mobilehide{display:none}.review .rating{gap:4px}.review-user{font-size:14px}.product__right .btn{min-width:100%}.auth-vk{max-width:130px !important;max-height:none}.social-login{flex-direction:column}.article__item h2{font-size:27px;line-height:28px}.header__menu{gap:0}.mobile-center-btn{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.private-info__discount{width:100%;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.account-update-btn{width:100%;margin-top:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.private-info__balance{width:100% !important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table__sort{flex-wrap:nowrap !important}.table__sort span{display:none !important}.table__sort td:first-child{width:66%}.table__sort td:last-child{width:100%}.table__sort td:last-child .table__info{width:100%}.table__sort a{min-width:auto !important}.footer__up-link{transform:scale(.7);transform-origin:bottom right}.flex-sm-column{flex-direction:column}.container{width:100%;padding-left:15px;padding-right:15px}.logo{max-width:160px}.logo span{padding-left:6px}.logo b{font-size:14px;line-height:17px}.logo small{font-size:9px;line-height:11px}.header__navbar{margin-right:15px}.category__items a{padding-top:3px;padding-bottom:3px}.category-section{display:none}.search{padding-top:15px;left:0;margin:0 15px}.search__content{padding:15px}.search__title{width:100%;margin-bottom:-6px}.search__link{-webkit-box-ordinal-group:101;-ms-flex-order:100;order:100;margin-bottom:15px;margin:0 auto;width:100%}.search__extra{-webkit-box-ordinal-group:102;-ms-flex-order:101;order:101;padding-top:15px;margin-top:0}.search__btn{-webkit-box-ordinal-group:103;-ms-flex-order:102;order:102;margin-bottom:0}.search__item{width:100%}.search__item.search__item_wide{width:100%}.search__price .field-filterform-pricefrom,.search__price .field-filterform-priceto{padding-left:10px}.search__extra-content{margin-left:0;margin-right:0}.search__extra-item{width:100%;padding:0;margin-bottom:15px}.search__item{margin-bottom:0}.category__menu{display:none !important}.about__video iframe{height:50vw}.table__title span{font-size:16px;line-height:20px}.table-wrapper table tr td{padding-left:4px;padding-right:4px;font-size:12px}.table-wrapper table tr td:nth-child(1){padding-left:4px}.table-wrapper table tr td:last-child{padding-right:4px}.table__info{width:90px}.table__info span{width:90px;font-size:12px;line-height:16px}.table__btns{width:90px}.table__info span{padding:5px 4px}.table__sort .table__info{width:196px}.table__sort a{min-width:90px}.table__sort span{font-size:12px}.table__more{padding-top:15px}.pagination{padding-top:20px}.pagination .last:before{margin-right:8px}.pagination a{width:32px;font-size:14px;line-height:26px;margin-right:8px}.table.pb-big{padding-bottom:40px}.news__item{margin-bottom:15px}.news__item a:first-child{width:30%}.news__item-info{width:70%;padding-left:15px}.news__item-title{font-size:15px;line-height:19px}.news{padding-top:30px}.about__video{margin-bottom:20px}.section__title{font-size:20px;line-height:26px;margin-bottom:15px}.mb-small{margin-bottom:15px}.section__title.big{font-size:22px;line-height:28px}.blog__search{margin-bottom:15px}.about{padding-top:30px;padding-bottom:30px}.about__block p{margin-bottom:15px;padding:15px}.info__items{padding:7px 0;margin-bottom:30px}.info__item{padding:7px}.info__item img{width:30%}.info__item-block{width:70%;padding-left:15px}.info__item-number{font-size:32px;line-height:40px;margin-bottom:4px}.share__title{font-size:16px;line-height:20px;margin-bottom:15px}.footer__menus ul{width:100%;padding-right:0;margin-bottom:8px}.footer__menus ul li{margin-bottom:8px}.footer__menus ul li ul{display:none}.footer__menus ul li a.has-child{display:inline-block;position:relative;padding-right:20px}.footer__menus ul li a.has-child:after{position:absolute;display:block;content:"";width:8px;height:8px;right:0;top:50%;margin-top:-5px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.footer__menus ul li a.has-child.active:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);margin-top:-2px}.footer__contacts{width:100%;margin-top:20px}footer .logo{margin-bottom:20px}section.pt-medium{padding-top:20px}section.pb-medium{padding-bottom:20px}section.pt-big{padding-top:40px}section.pb-big{padding-bottom:40px}section.pb-extra-big{padding-bottom:50px}.block,.blocks .block{padding:14px 20px}.error__img{margin-bottom:20px}.error__title{font-size:22px;line-height:30px;margin-bottom:15px}.error__description{font-size:16px;line-height:22px}.breadcrumbs{margin-bottom:20px}.note-2{padding:15px 15px 15px 40px}.note-2 p{padding-left:15px;font-size:14px;line-height:18px}.private-info__name span{font-size:18px;line-height:24px}.private-info__login{margin-bottom:0;width:100%;font-size:13px;line-height:15px;padding-top:4px;padding-bottom:4px;margin-bottom:8px;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.private-info__login span{-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden}.private-info__discount,.private-info__payments{font-size:14px;line-height:18px;margin-bottom:18px}.private-info__balance{padding:8px;font-size:14px;line-height:16px;width:auto;max-width:100%;margin-bottom:8px}.attention__title{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:12px}.attention__title img{width:30px}.attention__title p{width:calc(100% - 40px)}.block__title{font-size:20px;line-height:26px;margin-bottom:12px}.order__row .label{width:100%;margin-bottom:8px}.order__row .dd-container{width:100%}.order__row .input{width:100%}.order__row .checkbox{width:100%;margin-left:0}.order__attention{width:100%;margin-left:0;margin-bottom:8px}.order__note{margin-bottom:15px}.order__btn button{font-size:18px;line-height:22px;padding:14px 34px}.rules__description{margin-bottom:12px}.breadcrumbs{margin-bottom:15px}.rules__list li p{width:calc(100% - 42px)}.similar-news li a,.rules__links li a{font-size:15px}.modal-info ul{margin-bottom:12px}.modal-info ul li{font-size:15px;line-height:20px}.modal-info ul li:before{top:8px}.modal-info p{font-size:15px;line-height:20px}.modal-info hr{margin-bottom:12px}.modal-info__title{margin-bottom:10px}.private-info__title{font-size:22px;line-height:28px}.order__login{width:100%}.order__input{width:100%}.order__input p{font-size:15px}.radio__item label{width:130px;padding-left:40px}.radio__item p{padding-left:10px;font-size:11px;line-height:13px}.radio__item-img{padding-right:10px}.blog__top .section__title{width:100%;margin-right:0}.blog__search{width:100%}.blog__items{padding-top:0}.blog__item-link{padding-left:30px;font-size:15px}.blog__item-img{width:60px;margin-right:15px}.blog__item-info p{font-size:14px;line-height:19px}.blog__item-description p{font-size:14px;line-height:19px}.profile-ref__value{margin-bottom:15px;font-size:16px;line-height:20px}.profile-ref__item-value{min-width:0;width:100%;margin-right:0}.profile-ref__item{width:100%;margin-right:0}.ads p{line-height:20px}.btn{font-size:15px}.btn svg{margin-right:0;-webkit-transform:scale(.7) translate(-15%,0);-ms-transform:scale(.7) translate(-15%,0);transform:scale(.7) translate(-15%,0)}.btn.btn_small{font-size:14px;padding:6px 12px}.reg__note{font-size:13px}.modal-thanks__title{font-size:22px;line-height:30px;background-size:80px 80px;padding:90px 0 0}.news-item__date{margin-bottom:15px}.news-item p{font-size:15px;line-height:22px}.news-item__link{padding-top:0}.news-item__link a{font-size:16px;line-height:20px;padding:10px 18px}.similar-news li,.rules__links li{margin-bottom:12px}.blog__item-date{margin-bottom:12px;font-size:13px}.blog__item-description{padding-top:10px}.blog__item-description p{margin-bottom:8px}.blog__item{padding:10px;margin-bottom:10px}.blog__item-block{padding-top:10px}.modal-success__title,.modal-error__title{font-size:20px;line-height:26px;margin-bottom:15px}.modal-success__title span,.modal-error__title span{padding-right:0}.modal-success__title svg,.modal-error__title svg{-webkit-transform:scale(.6);-ms-transform:scale(.6);transform:scale(.6)}.modal-success__link{font-size:15px;padding:12px}.modal-success__text{font-size:16px;line-height:20px}.modal-success__list li,.modal-error__list li{font-size:15px;padding-left:36px}.modal-success__list,.modal-error__list{margin-bottom:12px}.modal__back a{padding:10px 16px;font-size:14px}.developer{padding:20px 15px}.developer__title{font-size:16px;line-height:20px;margin-bottom:12px}.developer__title.mb-big{margin-bottom:16px}.developer__info ul,.partners ul{margin-bottom:12px}.block__signature{font-size:18px;line-height:22px}.block__description p{margin-bottom:12px}.block__description p b{font-size:16px;line-height:20px}.modal-error__description{margin-bottom:15px;line-height:20px;padding:12px}.modal-error__note{font-size:15px;line-height:20px;margin-bottom:15px}.payment__title{font-size:24px;line-height:28px}.payment__info{font-size:14px;line-height:19px;margin-bottom:15px}.payment__description .teaser{font-size:14px;line-height:19px;padding:8px 12px}.payment__description-link span{font-size:14px}.payment__field .label{width:100%;padding-right:0;margin-bottom:8px}.payment__field .dd-selected{padding-left:8px}.payment__field .dd-selected-image,.payment__field .dd-option-image{width:70px}.payment__field .dd-selected-text,.payment__field .dd-option-text{width:calc(100% - 70px)}.payment__input{width:100%}.payment__select{width:100%}.payment__res{font-size:18px;line-height:24px}.product__description p{font-size:15px;line-height:20px;margin-bottom:12px;width:100%}.product__description p .btn{width:100%}.product__currencies img{margin:-5px;width:27%}.article__list-2 li{margin-bottom:12px}.article__list-2 li p{padding-right:12px;width:calc(100% - 60px)}.product__info{padding-top:15px;margin-bottom:15px}.product__img{width:100px;margin-bottom:15px}.product__stat{width:auto;padding:4px;border-radius:4px;margin-bottom:15px}.product__stat table tr td{font-size:12px;padding:3px}.product__stat table tr td svg{display:none}.product__stat table tr td span{padding-left:0}.faq__item{margin-bottom:10px}.faq__question{padding-left:8px;padding-right:8px;font-size:15px;line-height:19px;margin-left:45px;width:calc(100% - 45px)}.faq__question:before{left:-45px}.faq__answer{padding:15px;margin-top:10px;--padding-x:12px;padding-left:27px}.faq__answer p{font-size:15px;line-height:19px;padding-left:15px}.article h2{font-size:22px;line-height:28px}.article__description{padding:15px}.article__description p{margin-bottom:12px;font-size:15px;line-height:20px}.article__currencies img{margin:-5px}.article__item{margin-bottom:30px}.similar-articles__item-number{width:40px;height:40px;line-height:38px}.article__list-2{margin-bottom:15px}.article__list-2 li span{width:40px;height:40px;line-height:38px}.article__list-2 li p{width:calc(100% - 40px);padding-left:10px}.similar-articles__item-info{width:calc(100% - 40px);padding-left:10px}.similar-articles__item-info p{font-size:15px;line-height:20px}.similar-articles__item-title{font-size:15px;line-height:20px}.similar-articles__item{margin-bottom:12px}.article__video iframe{height:50vw}.article__text{font-size:15px;line-height:20px;margin-bottom:12px}.payment__input p{font-size:15px}.partners{padding-top:24px}.developer__info ul li,.partners ul li{margin-bottom:8px;font-size:15px;line-height:19px}.developer__info p,.partners p{font-size:15px;line-height:19px;margin-bottom:12px}.api{padding:10px}.api p{margin-bottom:10px}.api ul{margin-bottom:10px}.api__title{margin-bottom:10px;font-size:18px;padding-left:28px}.api__title-2{margin-bottom:10px}.code{margin-bottom:10px;padding:8px 10px}.code__img{margin-bottom:10px}.api-form{margin-bottom:15px}.api-form p{font-size:15px;line-height:20px;margin-bottom:10px}.api-form__input{margin-bottom:12px}.form__btn{padding-top:0}.blocks .block{margin-bottom:20px}.block .note-2,.block .radio{margin-bottom:15px}.search__btn{margin-left:auto;margin-right:auto}.article__btn .btn{padding:15px 20px}.article__btn .btn span{font-size:20px;line-height:24px}.table-wrapper table.xs-dflex tr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px}.table-wrapper table.xs-dflex tr td{display:block;border:none;padding:4px}.table-wrapper table.xs-dflex tr td.xs-w-50{width:50%}.table-wrapper table.xs-dflex tr td.xs-w-50 .table__btns{width:100%}.table-wrapper table.xs-dflex tr td.xs-w-50 .table__info{width:100%}.table-wrapper table.xs-dflex tr td.xs-w-50 .table__info span{width:100%}.table-wrapper table.xs-dflex tr:nth-child(even){background:#f2f2f2}.table-wrapper table.xs-dflex tr:nth-child(even) td{background:0 0}.table-wrapper table.md-dflex tr{padding-left:32px;padding-right:32px}.table-wrapper table.md-dflex tr td{width:100%}.table-wrapper table.md-dflex tr td.xs-w-50{width:50%}.table-wrapper table.md-dflex tr td.table__number{height:24px;line-height:24px;top:3px;left:3px}.private-info__balance{-ms-flex-order:4;order:4}.private-info__login{-ms-flex-order:3;order:3;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.private-info__name{-ms-flex-order:2;order:2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.private-info__name span{width:auto}.private-info__name img{margin-right:4px;width:32px}.private-info__payments{text-align:center}}.gotop-wrap{position:fixed;bottom:0;left:0;z-index:201}.gotop{position:fixed;bottom:-100px;left:50px}.gotop .radial-progress{--progress:0;--size:40;--stroke-width:3;transform:scale(1.03)}.gotop .radial-progress circle.fg{stroke:var(--color-primary)}.gotop .arrow{font-size:20px;margin-top:3px}.gotop .arrow svg{width:15px;fill:#000}.gotop.show{bottom:80px}.gotop:hover .arrow svg{fill:#058646}