html, body {
    font-size:24px;
    color: #FFF;
    font-family: "Nunito Sans", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-color: var(--dark-color);
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
}

body.noscroll {
    height: 100%;
    overflow: hidden !important;
}

:root {
  --main-color: #64FFAF;
  --dark-color: #1F2424;
}

section {
    background-color: #FFF;
    color: var(--dark-color);
}

section.dark {
    background-color: var(--dark-color);
    color: #FFF;
}

section.dark.dbg {
    background-image: url(img/activity_img.png);
    background-position: right center;
    background-repeat: no-repeat;
}

section.dark.solutions {
    background-image: url(img/solutions.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70%;
    position: relative;
}

section.dark.solutions:before {
    content: '';
    display: block;
    background: linear-gradient(0deg, rgba(73,144,108,0) 0%, rgba(73,144,108,1) 100%);
    width: 100%;
    height: 900px;
    position: absolute;
    left: 0;
    top: 0;
}

h1, h2.bh {
    font-size: 80px;
    font-weight: normal;
    line-height: 1.2;
}

h2.bh {
    text-align: left;
}

h2.mh {
    font-size: 32px;
    text-transform: none;
}

h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}

h3 {
    font-weight: 500;
    font-size: 32px;
}

h3.mb {
    margin-bottom: 40px;
}

p.bp {
    font-size: 32px;
    text-align: center;
    margin: 80px;
}

section h2 {
    text-align: center;
    text-transform: none;
    margin-bottom: 50px;
}

a {
    color: #FFF;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--main-color);
}

.button {
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
    text-align: center;
    block-size: fit-content;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    padding: 12px 20px;
    transition: 0.3s;
    font-weight: 600;    
    box-sizing: border-box;
    white-space: nowrap;
}

.button.border:hover {
    background-color: var(--main-color);
    color: var(--dark-color);
}

.button.fill {
    color: var(--dark-color);
    background-color: var(--main-color);
}

.button.fillgr {
    background: linear-gradient(to right, #67ffb5, #273d34) border-box;
    padding: 13px 20px;
    border: 0;
}

.button.gradient {
    background: linear-gradient(var(--dark-color), var(--dark-color)) padding-box, linear-gradient(to right, #039b64, #1c2f2a) border-box;
    border-radius: 10px;
    border: 3px solid transparent;
    width: fit-content;
    block-size: fit-content;
    font-size: 32px;
    padding: 25px 50px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.dark .button.gradient {
    background: linear-gradient(var(--dark-color), var(--dark-color)) padding-box, linear-gradient(to right, #039b64, #1c2f2a) border-box;
}

.button.gradient span {
    color: #FFF !important;
    white-space: nowrap;
}

.button.green, .button.white {
    background-color: var(--main-color);
    border-radius: 10px;
    width: fit-content;
    block-size: fit-content;
    font-size: 24px;
    padding: 25px 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
}

.button.white {
    background-color: #FFF; 
}

.chargebtn .ic {
    content: "";
    aspect-ratio: 1 / 1;
    margin-right: 20px;
    width: 80px;
    background: radial-gradient(circle, rgba(99,251,173,1) 0%, rgba(43,74,60,1) 100%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chargebtn {
    display: flex;
    align-items: center;
}

.button.gradient.send {
    background: linear-gradient(#FFF, #FFF) padding-box, linear-gradient(to right, #039b64, #1c2f2a) border-box;
    width: fit-content !important;
    margin: 35px auto 0 auto;
}

.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 60px 60px;
    box-sizing: border-box;
}

.wrapper.bg {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.wrapper.c {
    display: flex;
    gap: 60px;
    align-items: flex-start;
} 

.wrapper.c img {
    min-width: 300px;
    margin-top: -140px;
}

header {
    position: fixed;
    width: 100%;
    padding: 40px 0 20px 0;
    transition: 0.3s;
    z-index: 999;
}

header .wrapper {
    padding: 0 60px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

header .hbg {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s ease;
}

header.stick, header.stickl {
    padding: 20px 0 20px 0;
}

header.stick .hbg, header.stickl .hbg {
    opacity: 0.85;
}

a.logo {
    line-height: 0;
}

.logo img {
    height: 30px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 3px;
}

header .menu {
    display: flex;
    align-items: flex-end;
}

header nav a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
}

header nav a:last-child {
    margin-right: 0;
}

header nav {
    margin-right: 20px;
}

header nav ul {
    display: flex;
    gap: 22px;
    position: relative;
    margin-bottom: -1px;
}

header .button {
    margin-left: 15px;
    text-transform: lowercase;
}

header nav .sub {
    flex-direction: column;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 30px;
    background-color: var(--dark-color);
    border-radius: 10px;
    width: 290px; 
    gap: 15px;
    line-height: 1.2;
    margin-left: -30px;
}

header nav .sub a {
    text-transform: none;
    font-size: 16px;
    display: block;
}

header nav li:hover .sub {
    visibility: visible;
    opacity: 1;
}

.main {
   display: flex;
   width: 100%;
   background-image: url(img/bg.png);
   background-repeat: no-repeat;
   background-position: 20% 85%;
   padding-top: 30px;
}

.main .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.main .wrapper .h {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 70px;
    box-sizing: border-box;
    position: relative;
}

.main .welcome {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.main .welcome p {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: right;
}

.main .welcome span {
    color: var(--main-color);
}

.blocks {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.blocks .block {
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 30px 30px;
    box-sizing: border-box;
    width: calc(25% - 15px);
    text-align: center;
    background-color: #21292b;
    position: relative;
}

.blocks.txt .block {
    width: calc(100% / 3 - 15px); 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90%;
}

.button.cnt {
    margin: auto;
    margin-top: 80px;
}

.blocks.txt .block span, .blocks.txtsh .block span {
    font-weight: 700;
}

.blocks.txt .block:hover span {
    display: none;
}

.blocks.txtsh .block span {
    color: #64FFAF;
}

.blocks.txt .block span, .blocks.txtsh .block {
    width: calc(50% - 15px);
}

.blocks.txt .text {
    display: none;
    font-size: 14px;
    position: absolute;
    padding: 0 20px;
}

.blocks.txtsh .block span {
    font-size: 32px;
    margin-bottom: 20px;
}

.blocks.txtsh .block .text {
    display: block;
    position: static;
    padding: 0 70px;
}

.blocks.txt .block:hover .text {
    display: block;
    animation-duration: 0.5s;
    animation-name: opacity;
}

.blocks.txt .block.gr {
    text-transform: uppercase;
    color: #64FFAF;
    width: calc(56% - 15px);
    position: relative;
    box-sizing: border-box;
    padding-left: 300px;
}

.blocks.txt .block.gr:before {
    display: block;
    content: "";
    background-image: url(img/card.png);
    background-size: cover;
    width: 300px;
    height: 223px;
    left: 0;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0 10px;
}

.blocks.txt .block:nth-child(2) {
    width: calc(44% - 15px);
}

.blocks.txt .block.gr:hover span {
    display: block;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1; 
  }
}

.blocks .block span {
    font-size: 24px;
}

.main .blocks .block {
    cursor: pointer;
}

.main .blocks .block .button, .blocks.txt .block .button {
    display: none;
}

.blocks.rd {
    margin-top: 90px;
}

.blocks.rd .block:before, .blocks.lg .block:before, .button.gradient:before {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    transition: 0.3s;
    opacity: 0;
    border-radius: 8px;
}

.blocks.rd .block:before {
    background: radial-gradient(circle, rgba(99,251,173,1) 0%, rgba(84,203,142,0) 100%);
}

.blocks.lg .block:before, .button.gradient:before {
    background: linear-gradient(45deg, rgba(84,203,142,0) 0%, rgba(99,251,173,1) 100%);
}

.button.gradient:before {
    background: linear-gradient(-45deg, rgba(84,203,142,0) 30%, rgba(99,251,173,1) 50%, rgba(99,251,173,0) 70%);
}

.blocks.rd .block *, .blocks.lg .block *, .button.gradient * {
    position: relative;
    z-index: 9;
}

.blocks.rd .block:hover:before, .blocks.lg .block:hover:before, .button.gradient:hover:before {
    opacity: 0.7;
}



.blocks h2 {
    width: 100%;
}

.blocks .block span {
    display: block;
    line-height: 1;
}

.blocks .block img.ic {
    width: 64px;
    margin-bottom: 10px;
}

.clients {
    padding: 90px 0;
}

.overlay a, .overlay {
    color: #FFF !important;
}

.overlay a:hover {
    color: var(--main-color) !important;
}

.overlay .button:hover {
    color: #FFF !important;
}

.clients .wrapper, .overlay .wrapper {
    padding: 0 60px;
}

.clientslist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.slide {
    display: flex;
    align-items: center;
    gap: 60px;
}

.slide {
    animation-duration: 20s;
    animation-name: slide;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes slide {
  from {
    margin-left: 0;
  }

  to {
    margin-left: -100%;
  }
}

.stat {
    display: flex;
    flex-wrap: wrap;
    width: 80%;

}

.stat .row {
    display: flex;
}

.stat .block.big {
    min-width: 380px;
    font-size: 180px;
    line-height: 1;
    color: var(--main-color);
    margin-bottom: 30px;
}

.stat .block {
    margin-bottom: 60px;
}

.stat span {
    color: var(--main-color);
    font-weight: bold;
    text-transform: uppercase;
}

.blocks.activity {
    margin-top: 30px;
    margin-bottom: 0;
}

.blocks.activity h2 {
    text-align: left;
}

.blocks.activity .block {
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.blocks.activity .block img.ic {
    margin-right: 20px;
    width: 88px;
}

.blocks.activity .block span {
    text-transform: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.blocks.activity .block h3 {
    color: var(--main-color);
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blocks.activity .block p {
    font-size: 20px;
}

.blocks.activity .block {
    width: calc(40% - 10px);
}

.blocks.activity .block:nth-of-type(2), .blocks.activity .block:nth-of-type(3) {
    width: calc(60% - 10px);
}

.counter p {
    width: 100%;
    margin: auto;
}

.numbers {
    display: flex;
    margin-top: 80px;
}

.numbers .block {
    width: calc(100%/3);
    text-align: center;
}

.numbers .block .n {
    font-size: 80px;
    line-height: 1;
    margin: 10px 0;
}

.news h2 {
    text-align: left;
}

.news .blocks .block {
    width: 100%;
    text-align: left;
    height: 100%;
}

.news .blocks .col {
    width: calc(70% - 10px);
}

.news .blocks .col:nth-of-type(2) {
    width: calc(30% - 10px);
}

.news .blocks .col:nth-of-type(2) p {
    font-size: 20px;
}

.news .blocks .col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news .img {
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 2 / 1;
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
}

.news .blocks .col:nth-of-type(1) .img {
    aspect-ratio: 4 / 3;
}

footer nav {
    font-size: 0.8em;
}

footer .wrapper .col:first-of-type nav .tel {
    font-size: 32px; 
    white-space: nowrap;
    margin-bottom: 0;
}

footer .wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

footer .wrapper .col {
    width: calc(20% - 16px);
}

footer .wrapper .col:first-of-type {
    width: calc(25% - 16px);
}

footer .wrapper .col:nth-of-type(2), footer .wrapper .col:nth-of-type(3) {
    width: calc(15% - 16px);
}

footer .wrapper .col:nth-of-type(4) {
    width: calc(25% - 16px);
}

footer .wrapper nav a {
    display: block;
    line-height: 1.2;
    margin-bottom: 20px;
}

footer h3 {
    margin-bottom: 30px;
}

footer .qrblock {
    position: static;
    margin-top: 40px;
}

footer .logo {
    margin-bottom: 30px;
    display: block;
}

.faddress {
    line-height: 1.2;
}

.faddress p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.8em;
}

.faddress p b {
    display: block;
}

.faddress span {
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}

.faddress span:last-of-type {
    margin-top: 20px;
}

.copyright {
    text-align: center;
    font-size: 20px;
    padding-bottom: 60px;
}

.copyright .wrapper {
    padding: 0 60px;
}

.mmenu {
    height: 26px;
    margin-left: 30px;
    cursor: pointer;
    margin-bottom: 2px;
}

.mmenu {
    filter: invert(90%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(111%) contrast(103%);
}

.overlay {
    background-color: #1f2424;
    position: fixed;
    padding: 60px 0;
    box-sizing: border-box;
    top:0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    overflow: auto;
    display: none;
}

.overlay.active {
    display: block;
}

.noscroll {
    overflow: hidden;
}

.overlay nav {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    gap: 30px;
    align-items:flex-start;
    margin-bottom: 20px;
}

.overlay nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    line-height: 1.2;
}

.overlay nav a.button {
    width: auto;
}

.overlay .col {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.overlay .col .button {
    font-size: 24px;
}

.overlay .wrapper {
    display: flex;
    gap: 60px;
    position: relative;
}

.hassub::after {
  font: var(--fa-font-solid);
  content: '\f054';
  font-size: 14px;
  padding-left: 40px;
  color: #FFF;
  transition: 0.3s;
}

.firstlevel a.active, .hassub.active::after   {
    color: var(--main-color);
}

nav.submenu {
    display: none;
    text-transform: none;
    font-size: 20px;
    height: 100%;
}

nav.submenu.active {
    display: flex;
}

.overlay .col:first-of-type {
    max-width: 25%;
}

.firstlevel .button.active {
    background-color: var(--main-color);
    color: var(--dark-color);
}

nav.submenu.active, .col.show {
    animation-duration: 0.3s;
    animation-name: submenu;
}

@keyframes submenu {
  from {
    margin-left: -20px;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1; 
  }
}

.submenu ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid #5c5c5c;
}

.submenu ul li {
    margin-left: 20px;
}

.submenu .mbold {
    font-weight: 600;
}

.subhead {
    text-transform: uppercase;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    color: var(--main-color);
    align-items: center;
    display: none;
    margin-bottom: 20px;
}

.overlay .contact {
    margin-top: 30px;
}

.subhead i {
    color: #5c5c5c;
    transition: 0.3s;
    cursor: pointer;
    font-size: 24px;
}

.subhead i:hover {
    color: var(--main-color);
}

.contact a {
   color: var(--main-color);  
}

.contact span {
    display: block;
    font-size: 16px;
    text-transform: lowercase;
}

footer .social {
    display: flex;
    margin-top: 30px;
}

footer .social {
    font-size: 42px;
}

footer .social i {
    margin-right: 20px;
}

.contact .social {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact .social i {
    margin-right: 20px;
    font-size: 42px;
}

.contact .button {
    display: inline-block;
    margin-bottom: 60px;
}

.contact .button span {
    text-transform: none;
}

.contact .tl {
    display: block;
    margin-bottom: 5px;
}

.overlay .close {
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 32px;
    color: #5c5c5c;
    transition: 0.3s;
    cursor: pointer;
}

.overlay .close:hover {
   color: var(--main-color);  
}

.firstlevel .subhead {
    justify-content: flex-end;
}

.qrblock {
    position: absolute;
    top: 140px;
    z-index: 9;
}

.qrblock .qr {
    border: 1px solid var(--main-color);
    border-radius: 10px;
    padding: 20px;
    min-width: 150px; 
    max-width: 150px; 
    text-align: center; 
    background-color: #21292b;
}

.qrblock img {
    width: 60%;
}

.qrblock .qr_ic {
    margin: 10px 0;
}

.qrblock span {
    display: block;
    padding-top: 20px;
    text-transform: uppercase;
}



.activity .qrblock {
    position: static;
    margin-right: 20px;
    top: 0;
}

#form, #form-2, #plan {
    display: none;
}

.form, #plan {
    text-align: right;
    padding: 0 80px;
    border-radius: 30px;
}

.form .col, #plan .col {
    min-width: 50%;
}

.form h2, #plan h2 {
    text-align: right;
    margin-bottom: 20px;
}

.form, #plan {
    max-width: 1200px;
} 

.form form, #plan form {
    margin-top: 40px;
}

.form section, #plan section {
    display: flex;
    padding: 30px 0 0 0;
}

.wpcf7 input, select {
    border-radius: 5px;
    border: 1px solid #CCC;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
    padding: 22px 25px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.wpc-filters-range-wrapper input[type=number], .widget_wpc_sorting_widget select {
    border-radius: 5px;
    border: 1px solid #CCC;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.widget_wpc_sorting_widget option {
    font-size: 14px;  
}

.wpc-filter-price {
    margin-bottom: 30px;
}

select {
    padding-right: 60px;
    background-image: url(img/down.svg);
    background-position: right 20px center;
    background-size: 20px;
    background-repeat: no-repeat;
}

select option {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    padding: 5px;
}

.form img, #plan img {
    width: 100%;
    box-sizing: border-box;
    padding-right: 80px;
}

.hpage {
    padding: 150px 0 60px 0;
}

.hpage .wrapper {
    padding: 60px 60px 40px 60px;
}

.hpage .wrapper {
    background-repeat: no-repeat;
    background-position: center right 100px;
    background-size: contain;
}

.hpage h1 {
    margin-bottom: 40px;
    max-width: 900px;
}

.id22 .hpage .wrapper {
    background-image: url(img/partners_and_investors.png);
}

.id16 .hpage {
    background-image: url(img/about_bg.png);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.id25 .hpage .wrapper {
    background-image: url(img/investors.png);
}

.id18 .hpage {
    background-image: url(img/bgmob.png);
    background-size: cover;
    padding-bottom: 0;
}

.id20 .hpage .wrapper {
    background-image: url(img/howtouse.svg);
    background-size: 300px;
    background-position: top 70px right 100px;
}

.id265 .hpage, .id376 .hpage {
    background-image: url(img/dev.png);
    background-size: cover;
    background-position: top -60px center;
}

.id379 .hpage {
    background-image: url(img/adv_bg.jpg);
    background-size: cover;
    background-position: center center;
}

.id360 .hpage .wrapper {
    background-image: url(img/fr_t_1.png);
}

.id362 .hpage .wrapper {
    background-image: url(img/fr_t_2.png);
}

.id419 .hpage {
    background-image: url(img/bus_bg.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.id18 .dark.bg {
    background-position: top -100px right;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.id18 .hpage .wrapper {
    padding-bottom: 0;
}

.hpage .cols.mob {
    padding-bottom: 40px;
}

.hpage .cols.mob .row {
    display: flex;
}

.hpage .cols.mob .row:first-of-type {
    gap: 40px;
}

.hpage .cols.mob .mob {
    width: 340px;
    margin-left: 40px;
}

.hpage .cols.mob .bl {
    margin-left: 60px;
}

.hpage .cols.mob .col.mh {
    display: none;
}

.id25 .hpage p, .id350 .hpage p, .id356 .hpage p, .id360 .hpage p, .id362 .hpage p, .id370 .hpage p, .id379 .hpage p, .id419 .hpage p, .id475 .hpage p {
    margin-bottom: 30px;
    margin-top: -26px;
    max-width: 700px;
}

.id385 .hpage p {
    max-width: 700px;
    margin-top: 14px;
    margin-bottom: -90px !important;
}

.cntr {
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

.cntr img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
}

.solutions .content {
    position: relative;
}

.solutions .content {
    position: relative;
    background-color: #FFF;
    z-index: 9;
    padding: 60px 500px 60px 60px;
    border-radius: 20px;
    color: var(--dark-color);
    float: right;
    max-width: 650px;
    margin-bottom: 60px;
    margin-right: -250px;
}

.solutions .content h2 {
    text-align: left;
}

.solutions .content p {
    text-align: left;
    margin-bottom: 30px;
}

.solutions .weoffer {
    clear: both;
     position: relative;
      z-index: 9;
}

.solutions .weoffer h2, .solutions .weoffer p {
    text-align: left;
    max-width: 900px;
}

.solutions .content ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
}

.solutions .content li {
    display: flex;
    width: calc(50% - 15px);
    align-items: flex-start;
}

.solutions .content li img {
    font-size: 48px;
    margin-right: 30px;
}

.solutions .sol_img {
    width: 400px;
    height: 570px;
    background-image: url(img/sol_img.jpeg);
    background-size: cover;
    border-radius: 20px;
    position: absolute;
    right: -190px;
    top: -105px;
    z-index: 2;
}

.solutions .sol_img:before {
    content: "";
    display: block;
    height: 300px;
    aspect-ratio: 1 / 1;
    background-image: url(img/connect.png);
    background-size: cover;
    position: absolute;
    left: -150px;
    bottom: -40px;
}

.greenline {
    background-color: var(--main-color);
}

.greenline h2 {
    text-align: left;
    margin-bottom: 0;
}

.greenline .wrapper {
    padding: 40px 60px;
}

.apps {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.apps .block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F2424;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    aspect-ratio: 1 / 1;
    width: 170px;
    padding: 0 !important;
    box-sizing: content-box;
    cursor: pointer;
}

.apps .block span {
    font-size: 24px;
    display: block;
}

.apps img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
    width: 64px;
}

.apps p {
    max-width: 100% !important;
}

.mob .content {
    background-color: #FFF;
    border-radius: 20px;
    color: #1F2424;
    padding: 40px 90px 150px 40px;
    font-size: 20px;
    width: 420px;
    box-sizing: border-box;
    background-image: url(img/connect.png);
    background-size: 180px;
    background-position: right -60px bottom -40px;
    background-repeat: no-repeat;
    position: relative;
}

a.l {
    color: #1F2424;
    font-weight: 700;
    border-bottom: 1px solid #1F2424;
    padding-bottom: 2px;
    display: inline-block;
    transition: 0.3s;
}

a.l:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.mob .content a.l {
    display: block;
    position: absolute;
    bottom: 40px;
}

.mob .content p {
    margin-bottom: 20px;
}

.qrm {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 60px;
}

.qrm img {
    width: 170px;
    border-radius: 20px;
}

.id20 .qrm {
    margin-top: 40px;
}

.mob .video {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
}

.mob .vbg {
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.7;
    border-radius: 20px;
}

.mob video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: absolute;
}

.mob .video .cnt {
    position: relative;
    text-align: center;
    padding: 0 80px;
    z-index: 9;
    font-size: 20px;
    animation-duration: 3s;
    animation-name: videocnt;
    animation-timing-function: linear;
}

.mob .video .cnt span {
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}

.mob .button {
    padding: 20px 20px;
    font-size: 20px;
}

@keyframes videocnt {
0% {
    margin-bottom: -100px;
    opacity: 0;
  }
  
30% {
    opacity: 1;
  }

100% {
    margin-bottom: 0;
  }
}

.invest {
    margin-top: 60px;
    flex-wrap: nowrap;
}

.invest .block {
    width: calc(100%/3);
    background-color: var(--main-color);
    color: var(--dark-color);
}

.invest .block h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: right;
    padding-bottom: 20px;
    min-height: 70px;
    line-height: 1.2;
}

.invest .block p {
    font-size: 20px;
    font-weight: 900;
    min-height: 100px;
    margin-bottom: 10px;
    padding: 0 50px;
}

.invest .block .ic {
    height: 160px;
    width: auto !important;
    margin-bottom: 30px !important;
}

.invest .block .button {
    border-color: var(--dark-color);
    margin: auto;
}

.cnt p {
    text-align: center;
    margin: auto;
    max-width: 700px;
    margin-bottom: 20px;
}

.cnt p:last-of-type {
    margin-bottom: 0;
}

.cnt.bg .wrapper {
    background-repeat: no-repeat;
    background-position: right bottom -50px;
    background-size: 300px;
}

.cnt .button {
    width: fit-content !important;
    margin: auto;
}

.cnt h2 {
    text-align: center;
    margin-top: 60px;
}

.cnt.dark {
    background: #1F2424;
}

.step {
    display: flex;
    margin-top: 110px;
    gap: 40px;
}

.step .apps {
    margin-top: 0;
    margin-bottom: 0;
}

.step .col {
    width: 50%;
}

.step.dark h2 {
    color: #64FFAF;
}

.step h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase
}

.hpage .step {
    margin-top: 120px;
}

section .step {
    margin-top: 0;
}

.step .col .button {
    margin-top: 40px;
    width: fit-content;
}

.scr_img {
    display: flex;
    flex-wrap: wrap;
}

.scr_img img {
    width: 50%;
    cursor: pointer;
}

.ur_dog {
    border: 1px solid var(--main-color);
    padding: 40px;
    border-radius: 20px;
    margin-top: 80px;
}

.ur_dog p {
    text-align: center;
}

.step.opt {
    gap: 0;
    margin-top: 60px;
}

.step.opt .col {
    padding: 40px;
    border-radius: 20px;
}

.step.opt .col p {
    margin-bottom: 20px;
}

.step.opt .col p:last-of-type {
    margin-bottom: 0;
}

.step .col.cw {
    background-color: #FFF;
    color: var(--dark-color);
}

.step .col.cg {
    background-color: var(--main-color);
    color: var(--dark-color);
}

.step .col.cw h2 {
    text-transform: none;
    margin-bottom: 20px;
}

.step .col.cg .button {
    background-color: #FFF;
    font-size: 24px;
    width: 100%;
    padding: 20px 20px;
}

span.min {
    font-size: 18px;
    display: block;
}

.green h2 {
    text-align: left;
}

.green p {
    margin-bottom: 30px;
}

.green .blocks {
    margin-bottom: 0;
}

.green .blocks .block {
    background-color: var(--main-color);
    color: var(--dark-color);
    text-align: left;
    font-size: 20px;
    border: 0;
    width: calc(100% / 3 - 13.33px);
    box-sizing: border-box;
}

.green.find .block:nth-child(4) {
    width: calc(40% - 10px);
}

.green.find .block:nth-child(5) {
    width: calc(60% - 10px);
    padding-left: 30px;
    padding-right: 220px;
    background-position: right 30px top;
}

.green.control .blocks .block:nth-child(1) {
    width: 100%;
    position: relative;
}

.green.control .blocks .block:nth-child(1) img {
    position: absolute;
    right: 30px;
    top: -160px;
    z-index: 9;
    width: 410px;
}

.green.control .blocks .block:nth-child(2) {
    width: calc(40% - 10px);
}

.green.control .blocks .block:nth-child(3) {
    width: calc(60% - 10px);
    background-color: #FFF;
    box-sizing: border-box;
    border: 1px solid var(--main-color);
}


.control .block p {
    margin-bottom: 0;
}

.control .block {
    padding: 50px 40px;
}

section.att h2 {
    background-color: var(--main-color);
    padding: 20px 20px 20px 120px;
    border-radius: 20px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    position: relative;
}

section.att h2 img {
    position: absolute;
    left: 600px;
    top: -50px;
    z-index: 2;
}

section.att p {
    margin-bottom: 20px;
}

section.att p:last-of-type {
    margin-bottom: 0;
}

.button.bb {
    width: fit-content;
    font-size: 24px;
    padding: 12px 60px;
    margin-top: 40px;
}

section.att p.not {
    background-color: var(--main-color);
    padding: 40px 220px 40px 350px;
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.step.wb {
    background-color: #FFF;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 20px;
    color: var(--dark-color);
    position: relative;
}

.step.wb p {
    margin-bottom: 20px;
}

.step.wb p:last-of-type {
    margin-bottom: 0;
}

.step.wb .apps {
    color: #FFF;
}

section.att.dark p.not {
    color: var(--dark-color);
}

.att .cols {
    display: flex;
    gap: 60px;
    margin-left: 350px;
}

.att .cols .col:last-of-type {
    padding: 30px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    text-align: center;
}

.notblock {
    padding: 40px 80px 40px 80px;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    max-width: 700px;
    margin-top: 60px;
}

.notblock p:last-of-type {
    margin-bottom: 0;
}

.att.dark h2 {
    color: var(--dark-color);
    border-radius: 20px 20px 0 0;
}

.att.dark .wb {
    background-color: #FFF;
    padding: 60px 120px;
    border-radius: 0 0 20px 20px;
    color: var(--dark-color);
    margin-top: -50px;
    position: relative;
}

.att.dark .rb {
    background-color: var(--main-color);
    padding: 60px;
    border-radius: 20px;
    color: var(--dark-color);    
    margin: 60px auto 0 auto;
    max-width: 600px;
}

.att.dark .rb h2 {
    background-color: transparent;
    padding: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 20px;
    color: #FF3533;
}

.step_2 .col {
    position: relative;
}

img.step_2_ic {
    position: absolute;
    right: 10px;
    width: 450px;
    top: -280px;
}

img.step_2_ic_2 {
    position: absolute;
    right: 0;
    width: 200px;
    bottom: -80px;
}

.col.cg {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.col.cg img {
    width: 160px;
}

.col.cw {
    position: relative;
}

.hty_ic_3 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 160px;
}

.find .block {
    background-position: left -30px top;
    background-repeat: no-repeat;
    background-size: 160px;
    padding-left: 160px;
}

.hist .not {
    position: relative;
}

.hist_img {
    position: absolute;
    top: -100px;
    left: 30px;
    width: 260px;
} 

.rb {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.rb img {
    width: 200px;
}

section.find {
    position: relative;
    overflow-y: hidden;
}

section.find .find_ic {
    position: absolute;
    width: 250px;
}

.find_ic_1 {
    top: -10px;
    left: 55%;
}

.find_ic_2 {
    right: 30px;
    bottom: 0;
}

.find_ic_3 {
    left: 30px;
    bottom: 0;
}

section.find .block {
    z-index: 2;
}

.find .blocks .find_ic {
    display: none;
}

.find .blocks .find_ic.find_ic_3a {
    display: block;
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 110px;
}

.att .cols_2 {
    display: flex;
    gap: 60px;
    align-items: center;
}

.att .cols_2 img {
    width: 120px;
    padding: 0 40px;
}

.green.control {
    position: relative;
}

.control_ic_1 {
    position: absolute;
    right: 80px;
    width: 220px;
    z-index: 9;
    bottom: 0;
}


.ost {
    position: relative;
}

.ost p, .notblock {
    max-width: 65%;
    box-sizing: border-box;
}

.notblock p {
    max-width: 100%;
}

.ost .mob_2 {
    position: absolute;
    right: 0;
    top: -240px;
    width: 300px;
}

.ost .ost_ic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
}

.wb .zar {
    position: absolute;
    right: -100px;
    top: -50px;
    width: 30%;
    max-width: 300px;
}

.wb p {
    max-width: 85%;
}

.att_ic_4 {
    position: absolute;
    bottom: -50px;
    left: 40%;
}

.control p {
    max-width: 500px;
}

.hist .cols .col {
    position: relative;
    overflow: visible;
}

.hist .cols .col .hist_ic_1 {
    position: absolute;
    right: 0;
    bottom: -50px;
}

.hist .wrapper {
    overflow: visible;
}

.hist .cols {
    overflow: visible;
}

.hist {
    padding-bottom: 70px;
}

.hist .cols .col .hist_ic_2 {
    position: absolute;
    right: -70px;
    bottom: -100px;
}

.col ul li {
    margin-bottom: 25px;
}

.htu_top {
    display: none;
}

.step_2w {
    overflow: visible !important;
}

.step_2w {
    position: relative;
}

.dog_m {
    display: none;
}

.att_ic_6 {
    position: relative;
}

.att_ic_6 img {
    position: absolute;
    right: 50px;
    top: -5px;
}

.att_ic_6 span {
    max-width: 600px;
}

.mlink {
    color: var(--main-color) !important;
}

.contl .wrapper {
    position: relative;
}

.about_img {
    position: absolute;
    right: 60px;
    bottom: 50px;
    width: 40%;
}

.contl p {
    margin-bottom: 20px;
}

.contl p:last-of-type {
    margin-bottom: 0;
}

.contl .numbers {
    flex-wrap: wrap;
    gap: 40px;
}

.contl .block {
    width: calc(50% - 20px);
}

.pgr {
    color: var(--main-color);
}

.goals p:nth-of-type(2n) {
    padding: 40px;
    border-radius: 20px;
    background-color: var(--dark-color);
    color: #FFF;
}

.goals p {
    margin-bottom: 30px;
}

.goals p:last-of-type {
    margin-bottom: 0;
}


.advantages {
    background-image: url(img/preim_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.advantages .blocks {
    gap: 60px;
}

.advantages .blocks .col {
    width: calc(50% - 30px);
}

.advantages .blocks .col {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.advantages .blocks .col .block {
    width: 100%;
    text-align: left;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.advantages .blocks .col .block {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.advantages .blocks .col img {
    width: 64px;
}

.advantages .blocks h3 {
    color: var(--main-color);
    margin-bottom: 20px;
}

.blocks.gr .block {
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blocks.gr .block h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.blocks.gr .block .button {
    border-color: var(--dark-color);
}

.blocks.doing {
    flex-wrap: wrap;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -50px;
}

.blocks.doing p {
    margin: 0;
}

.blocks.doing .block {
    background-color: transparent;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
}

.c p {
    margin-bottom: 20px;
}

p.lg {
    background-color: #c1ffdf;
    padding: 60px;
    border-radius: 20px;
    margin-top: 60px;
}

p.bl {
    background-color: var(--dark-color);
    color: #FFF;
    padding: 60px;
    border-radius: 20px;
    margin-top: 60px;
}

.gallth {
    min-width: 400px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gallth .fullimg {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.gallth .fullimg .fimg.active, .gallth .thumbimg .timg.active {
    opacity: 1;
    z-index: 90;
}

.gallth .fullimg .fimg:hover {
    scale: 3;
    transition: 0s;
}

.gallth .fullimg .fimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 1 / 1;
    opacity: 0;
    transition: 0.1s;
    cursor: zoom-in;
}

.gallth .fullimg:hover:before {
    display: none;
    font-family: "Roboto Condensed", sans-serif;
    content: "Кликните для полного просмотра";
    position: absolute;
    z-index: 999;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 20px;
    line-height: 1;
    background: linear-gradient(180deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.6) 100%);
    font-size: 12px;
    text-transform: uppercase;
}

.gallth .thumbimg {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2%;
    gap: 2%;
}

.gallth .thumbimg .timg {
    min-width: calc(94% / 4);
    margin-bottom: 2%;
    background-size: cover;
    background-position: center center;
    aspect-ratio: 1 / 1;
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px !important;
    margin-top: -10px;
}

.wpcf7-response-output {
    font-size: 14px !important;
    text-align: center !important;
    margin-top: -20px !important;
    padding: 20px !important;
}

.mission .wrapper {
    position: relative;
}

.mission .goal_im {
    position: absolute;
    bottom: 100px;
    right: -330px;
}

.mission .cols {
    display: flex;
}

.mission .col:first-of-type {
    background-color: var(--dark-color);
    width: 40%;
}

.mission .col {
    padding: 60px;
    border-radius: 20px;
    box-sizing: border-box;
}

.mission .col h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.mission .col p {
    margin-bottom: 20px;
    font-size: 24px;
}

.mission .col:first-of-type {
    color: #FFF;
    overflow: hidden;
    padding-bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mission .col:last-of-type p:last-of-type {
    margin-bottom: 0;
}

.mission .col:last-of-type {
    background-color: var(--main-color);
    width: 60%;
}

.mission .col .miss_bg {
    width: calc(100% + 120px);
    margin: 30px -60px 0 -60px;
}

.obrd img {
    max-width: 220px;
    max-height: 200px;
    margin: -90px auto 30px auto;
}

.obrd {
    margin-bottom: 0;
    margin-top: 30px;
}

.obrd .block:nth-child(2) img, .obrd .block:nth-child(3) img {
    margin-top: -70px;
} 

.patent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: auto;
}

.patent img {
    width: 150px;
}

.patent p {
    margin: 0;
    text-align: left;
}

.totop {
    opacity: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: fixed;
    right: 90px;
    bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark-color);
    font-size: 20px;
    background-color: var(--main-color);
    transition: 0.3s;
    z-index: 9;
}

.totop.act {
    opacity: 1;
}

.totop:hover {
    color: var(--main-color);
    background-color: var(--dark-color);
}

.totop:hover img {
    filter: invert(100%);
}

.totop img {
    transition: 0.3s;
    width: 24px;
}

.single_product .desc p {
    margin-bottom: 20px;
}

.current-cat [aria-current="page"] {
    font-weight: 700;
}

.search {
    margin-bottom: 30px;
}

.hpage.cnt h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.gline {
    overflow: hidden;
}

.gline .cols {
    display: flex;
    gap: 40px;
}

.gline .cols .col {
    width: calc(40% - 30px);
}

.gline .wrapper {
    padding: 60px 60px;
}

.gline .cols .col:nth-child(1) {
    width: calc(80% - 30px);
}

    .gline p {
        z-index: 2;
        position: relative;
    }
    
        .id276 .gline p {
        max-width: 600px;
    }
    
    .gline .button {
        border: 5px solid #FFF;
    }
    
.wrapper.sm {
    max-width: 900px;
}

h2.al {
    text-align: left;
    margin-bottom: 30px;
}

h2.ar {
    text-align: right;
    margin-bottom: 30px;
}

.cols.sm p {
    margin-bottom: 40px;
}

.cols.wecan {
    flex-wrap: wrap;
    gap: 60px;
    display: flex;
    margin-bottom: -40px;
}

.cols.wecan .col {
    width: calc(70% - 30px);
}

.cols.wecan .col:nth-child(3) {
    width: calc(30% - 30px);
}

.cols.wecan .col:nth-child(4) {
    width: calc(30% - 30px);
}

.cols.wecan .hcm {
    display: none;
}

.gline {
    border: 8px solid var(--main-color);
    background-image: url(img/glinebg.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 60%;
}

.blocks.slider .block, .blocks.num .block {
    background-color: #FFF;
    text-align: left;
    overflow: hidden;
}

.blocks.num .block {
    border: 1px solid var(--main-color) !important;
    box-sizing: border-box;
}

.blocks.slider h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.blocks.slider p {
    font-size: 16px;
}

.blocks.slider {
  list-style: none;
  flex-wrap: nowrap;
  counter-reset: css-counter -1;
  overflow: hidden;
  padding-right: 20px;
}

.blocks.slider .block, .blocks.num .block {
  counter-increment: css-counter 1;
  min-width: 20%;
}

.blocks.slider .block:before, .blocks.num .block:before {
  content: counter(css-counter) ". ";
  background-color: var(--main-color);
  width: 80px;
  height: 80px;
  padding: 10px;
  border-radius: 100%;
  margin: -50px 0 0 -40px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.blocks.slider.sl1 .block:first-of-type {
    background-image: url(img/sl1.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
}

.blocks.slider.sl5 .block:first-of-type {
    background-image: url(img/sl5.png);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
}

.blocks.slider.sl6 .block:first-of-type {
    background-image: url(img/box.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
}

.blocks.slider.sl7 .block:first-of-type {
    background-image: url(img/fr_b_d_1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
}

.blocks.slider.sl8 .block:first-of-type {
    background-image: url(img/fr_b_d_2.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
}

.id362 .blocks.slider.sl6 .block:first-of-type {
    background-image: url(img/fr_i_1.jpeg);
    background-size: cover;
}

.blocks.slider.sl2 .block:first-of-type {
    background-image: url(img/sl2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
}

.blocks.slider {
    margin-top: -40px !important;
}

.blocks.slider .block:first-of-type:before {
    display: none;
}

.snav {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -80px;
    justify-content: center;
}

.snav i {
    color: var(--main-color);
    cursor: pointer;
    transition: 0.3s;
    font-size: 32px;
}

.snav i:hover {
    color: #000;
}

.wrapper.rel {
    position: relative;
}

.notice {
    background-color: var(--main-color);
    padding: 60px 120px;
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
    color: var(--dark-color);
}

.notice h2 {
    white-space: nowrap;
    margin-bottom: 20px;
}

.blocks.preim {
    position: relative;
}

.blocks.preim .preim_1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
}

.blocks.preim .block {
    background-color: #FFF; 
    text-align: left;
}

.blocks.preim .block h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.blocks.preim .block p {
    font-size: 16px;
}

.blocks.preim {
    counter-reset: css-counter 0;
}

.blocks.preim .block {
    counter-increment: css-counter 1;
    min-width: 20%;
    width: calc(40% - 10px);
}

.blocks.preim .block:nth-child(2n) {
    width: calc(60% - 10px);
}

.blocks.preim .block:before {
  content: "0" counter(css-counter);
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.blocks.preim .block:nth-child(3), .blocks.preim .block:nth-child(4) {
    background-color: var(--main-color);
}

.blocks.preim .block:nth-child(3):before, .blocks.preim .block:nth-child(4):before {
    background-color: #FFF;
}

.blocks.preim .block:nth-child(4) {
    width: calc(40% - 30px);
}

.gline .col {
    position: relative;
}

.dev_i1, .dev_i2 {
    position: absolute;
    right: -260px;
    height: calc(100% + 120px);
    max-height: 460px;
        z-index: 0;
    bottom: -80px;
}

.rec_im_1 {
    position: absolute;
    right: 0;
    height: calc(100% + 120px);
    max-height: 460px;
    bottom: -80px;
    z-index: 0;
}

.wecan img {
    width: 100%;
}

.services.blocks {
    margin-bottom: 0;
}

.id267 .services.blocks, .id358 .services.blocks, .id513 .services.blocks {
    margin-top: 40px;
}

.services .block {
    background-color: #d7ffeb;
    text-align: left;
    border: 0;
    padding: 30px 30px;
    box-sizing: border-box;
    width: calc(100% / 3 - 13.33px);
    background-position: right bottom;
    background-size: 130px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services .block h3 {
    max-width: 240px;
}

.services .block .button {
    width: fit-content;
    block-size: fit-content;
}

.services .block h3 {
    font-size: 20px;
    margin-bottom: 30px;
}


.id267 .services .block:nth-child(1) {
    background-image: url(img/s1.svg);
}

.id267 .services .block:nth-child(2) {
    background-image: url(img/s2.svg);
}

.id267 .services .block:nth-child(3) {
    background-image: url(img/s3.svg);
}

.id267 .services .block:nth-child(4) {
    background-image: url(img/s4.svg);
}

.id267 .services .block:nth-child(5) {
    background-image: url(img/s5.svg);
}

.id267 .services .block:nth-child(6) {
    background-image: url(img/s6.svg);
}

.id267 .services .block:nth-child(7) {
    background-image: url(img/s7.svg);
}

.id267 .services .block:nth-child(8) {
    background-image: url(img/s8.svg);
}

.id267 .services .block:nth-child(9) {
    background-image: url(img/s9.svg);
}



.id302 .services .block:nth-child(1) {
    background-image: url(img/sr1.svg);
}

.id302 .services .block:nth-child(2) {
    background-image: url(img/sr2.svg);
}

.id302 .services .block:nth-child(3) {
    background-image: url(img/sr3.svg);
}

.id302 .services .block:nth-child(4) {
    background-image: url(img/sr4.svg);
}

.id302 .services .block:nth-child(5) {
    background-image: url(img/sr5.svg);
}

.id302 .services .block:nth-child(6) {
    background-image: url(img/sr6.svg);
}




.t-store__scroll-icon-wrapper {
    display: none;
}

.selection {
    background-color: var(--dark-color);
    padding: 120px 0;
    color: #FFF;
    background-image: url(img/sel_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.selection h2 {
    max-width: 650px;
    font-weight: 600;
    margin-bottom: 50px;
}

.selection select {
    border: 0;
    max-width: 400px;
}

.selection select:focus {
    background-color: #FFF;
}

.selection .options {
    display: flex;
    gap: 30px;
}

.sel_im_1 {
    position: absolute;
    right: -390px;
    height: calc(100% + 170px);
    top: -120px;
}

.sel_im_2 {
    position: absolute;
    left: -390px;
    height: calc(100% + 170px);
    bottom: -80px;
}

.sel_im_3 {
    display: none;
}

.id267 h1, .id318 h1 {
    margin-bottom: -90px !important;
}

.row.cols {
    display: flex;
    gap: 30px;
}

.row.cols .col {
    width: 50%;
    box-sizing: border-box;
}

.row.cols .col p {
    margin-bottom: 30px;
}

.row.cols .col p:last-of-type {
    margin-bottom: 0;
}

.id278 .row.cols .col, .id282 .row.cols .col {
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
}


.blocks.wh {
    flex-wrap: wrap;
    margin-top: 60px;
}

.blocks.wh .block {
    padding: 150px 30px;
    width: calc(100% / 3 - 13.3333px) !important;
    background-color: transparent;
    background-size: cover;
}

.blocks.wh .text {
    font-size: 20px;
    padding: 0 40px;
}

.blocks.txt.wh .block span {
    width: 100%;
}

.id278 .blocks.wh .block:nth-child(1):hover {
    background-image: none !important;
    background-color: #FFF;
}

.id278 .blocks.wh .block:nth-child(2):hover {
    background-image: none !important;
    background-color: var(--main-color);
}

.id278 .blocks.wh .block:nth-child(3):hover {
    background-image: none !important;
    background-color: var(--dark-color);
    color: #FFF;
}

.blocks.num {
    margin-top: 60px;
}

.blocks.num .block {
    width: calc(100%/3 - 13.33px);
    border: 0;
}

.blocks.num .block p {
    margin-left: 80px;
    margin-top: -79px;
}

.blocks.num .block:nth-child(4) {
    width: 60%;
}

.blocks.num .block:nth-child(5) {
    width: calc(40% - 20px);
}

.id278 .notice {
    margin-top: 0;
}

.notice p {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}

.notice p:last-of-type {
    margin-bottom: 0;
}

.notice.sm {
    margin-bottom: -40px;
}

.notice.sm p {
    margin-bottom: 0;
}


.notice .button {
    margin-top: 50px;
}

.infblock {
    display: flex;
    gap: 40px;
    border-radius: 20px;
    margin-bottom: 60px;
}

.infblock .col {
    min-width: 50%;
}

.infblock p {
    margin-bottom: 30px;
}

.infblock h2 {
    margin-bottom: 30px;
}

.infblock p:last-of-type {
    margin-bottom: 0;
}

.infblock .col img {
    width: 100%;
}

.infblock .col:nth-of-type(2) {
    display: flex;
    align-items: center;
}

.button.more {
    display: none;
    margin-top: 30px;
}

.hdtext.show {
    display: block;
}

.button.more.mr {
    content: "Скрыть";
    display: block;
}

.blocks.ins {
    margin-top: 40px;
    margin-bottom: 0;
}

.blocks.ins .block {
    width: calc(100% / 3 - 13.33px);
    color: var(--dark-color);
    padding: 90px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 0;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    background-color: #FFF;
}

.blocks.ins .block .button {
    margin: 60px auto 0 auto;
}

.insurance {
    display: flex;
    gap: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
}

.insurance .col {
    width: 40%;
}

.insurance .col:first-child {
    width: 60%;
}

.insurance .icons {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}

.insurance .icons .ic {
    width: calc(100% / 3 - 40px);
    text-align: center;
}

.insurance .icons.two .ic {
     width: calc(100% / 2 - 30px);
}

.insurance .icons .ic img {
    height: 200px;
    margin-bottom: 20px;
}

.insurance .col.shield {
    display: flex;
    align-items: center;
}

.insurance .col.shield img {
    width: 100%;
}

.insurance:last-of-type {
    margin-bottom: 0;
}

.hpage.th h1 {
    margin-bottom: 40px;
}

.autodesc {
    background-color: #FFF;
}

.autodesc .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 80px;
}

.autodesc .cols .col {
    width: calc(40% - 30px);
    display: flex;
}

.autodesc .cols .col:nth-of-type(1) {
    flex-direction: column;
}

.autodesc .cols .col:nth-of-type(1)  h2 {
    margin-bottom: 50px;
}

.autodesc .cols .col h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.autodesc .col.chr {
    display: flex;
    flex-wrap: wrap;
    width: calc(60% - 30px);
    gap: 30px;
}

.autodesc .chr .block {
    width: calc(50% - 15px);
}

.autodesc .col.chr p {
    font-size: 20px;
    margin-top: 30px;
}

.autodesc .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}

.blocks.ports {
    margin-top: 60px;
    margin-bottom: 90px;
}

.blocks.ports .block {
    background-color: #d7ffeb;
    border: 0;
    text-align: left;
    width: calc(100%/3 - 13.33px);
}

.blocks.ports .block h3 {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
}

.blocks.ports .block img {
    margin: 0 auto 50px auto;
    max-height: 120px;
    max-width: 100%;
    display: block;
}

.blocks.ports .block .bl {
    margin-bottom: 30px;
}

.blocks.ports .block .bl:last-of-type {
    margin-bottom: 0;
}

.blocks.ports .block b {
    margin-bottom: 10px;
    display: block;
}

.blocks.ports .block .bl span, .blocks.ports .block .bl {
    font-size: 18px;
}

.zar {
    overflow: auto;
    margin-bottom: 80px;
}

.zar svg {
    float: right;
    margin-bottom: 20px;
}

.zar table {
    margin-top: 40px;
}

.zar table td, .zar table th {
    padding: 30px 30px;
    text-align: center;
    font-size: 18px;
}

.zar table tr td {
    white-space: nowrap;
    background-color: #FFF;
    border-left: 1px solid #e0ffef;
    border-bottom: 1px solid #bdf0d6;
}

.zar table tr th {
    white-space: nowrap;
    background-color: #64FFAF;
    border-left: 1px solid #e0ffef;
}

.zar table tr td:nth-of-type(4) {
    white-space: normal;
}

.zar table tr td:nth-of-type(2), .zar table tr td:nth-of-type(4) {
    background-color: #e0ffef;
}

.zar table tr.best td {
    background-color: #64FFAF;
    font-weight: 700;
}

.zar table span {
    background-color: #FFF;
    padding: 10px 20px;
    border-radius: 20px;
    margin-top: 20px;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.notop {
    margin-top: 0 !important;
}

.car .wrapper {
    display: flex;
    gap: 20px;
}

.car .wrapper .col {
    width: 60%;
}

.car .wrapper .col:last-of-type {
    width: 40%;
}

.imgcar {
    background-color: #d7ffeb;
    padding: 0 60px 10px 60px;
    border-radius: 20px;
}

.imgcar img {
    width: 100%;
    margin-top: -20px;
}

.car .btns {
    display: flex;
    gap: 20px;
}

.car .btns .brd {
    background-color: transparent;
    border-color: var(--dark-color);
}

.id298 .hpage {
    background-image: url(img/gbg_3.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
}

.id300 .hpage {
    background-image: url(img/gbg_1.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
}

.id295 .hpage {
    background-image: url(img/gbg_2.jpg);
    background-size: cover;
    background-position: center center;
    color: #FFF;
}

.id298 .blocks.num .block:nth-child(3), .id298 .blocks.num .block:nth-child(2), .id298 .blocks.num .block:nth-child(6), .id298 .blocks.num .block:nth-child(9) {
    width: 60%;
}

.id298 .blocks.num .block:nth-child(4), .id298 .blocks.num .block:nth-child(1), .id298 .blocks.num .block:nth-child(7), .id298 .blocks.num .block:nth-child(8) {
    width: calc(40% - 20px);
}

.id298 .blocks.num .block:nth-child(5) {
    width: 100%;
}


.id300 .blocks.num .block:nth-child(2), .id300 .blocks.num .block:nth-child(8) {
    width: 60%;
}

.id300 .blocks.num .block:nth-child(1), .id300 .blocks.num .block:nth-child(7) {
    width: calc(40% - 20px);
}

.id300 .blocks.num .block:nth-child(3), .id300 .blocks.num .block:nth-child(6)   {
    width: 100%;
}

.id304 .blocks.num .block:nth-child(4) {
    width: 100%;
}

.id304 .blocks.num .block ul, .id304 .notice ul {
    margin-left: 120px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.id304 .blocks.num .block ul li:before, .id304 .notice ul li:before {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--main-color);
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
}

.id304 .notice ul li:before {
    background-color: #47c885; 
}

.id304 .blocks.num .block ul li, .id304 .notice ul li {
    margin-bottom: 20px;
    position: relative;
}

.id304 .blocks.num .block:nth-child(5) {
    width: calc(100%/3 - 13.33px);
}

.id304 .blocks span.sm {
    line-height: 1.2 !important;
    font-size: 16px !important;
    margin-top: 20px;
}

.notice.al {
    text-align: left;
}

.notice.al p {
    text-align: left;
    max-width: 100%;
}

.id304 .notice ul  {
    margin-left: 40px; 
}

.warranty {
    display: flex;
    gap: 40px;
    padding-bottom: 0 !important;
}

.warranty .col {
    width: 50%;    
}

.warranty .col:first-of-type {
    background-color: #FFF;
    border-radius: 20px;
    padding: 40px 60px;
    box-sizing: border-box;
}

.warranty .cnt a {
    display: block;
}

.warranty .cnt {
    margin: 40px 0 30px 0;
}

.warranty .col:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.warranty .col:nth-of-type(2) .block {
    border: 1px solid var(--main-color);
    padding: 20px 40px;
    border-radius: 20px;
}

.telegram {
    position: fixed;
    left: 60px;
    bottom: 60px;
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px 30px;
    z-index: 999;
    width: 360px;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--dark-color);
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.telegram .i {
    background-image: url(img/tel_ev.png);
    background-size: cover;
    background-position: center center;
    width: 90px;
    height: 90px;
    background-color: var(--main-color);
    border-radius: 100%;
    margin-bottom: 20px;
}

.telegram h4 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.telegram .fa-xmark {
    position: absolute;
    padding: 30px;
    right: 0;
    top: 0;
    font-size: 24px;
    transition: 0.3s;
    cursor: pointer;
}

.telegram .fa-xmark:hover {
    color: var(--main-color);
}

.telegram a {
    color: #000;
}

.telegram a:hover {
    color: var(--main-color);
}

.telegram .btn {
    background-color: #28a6e1;
    color: #FFF;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.telegram p {
    margin-bottom: 25px;
}

.telegram .btn i {
    margin-right: 10px;
}

.telegram .btn:hover {
    background-color: #0085c3;
}

.id267 .blocks {
    margin-bottom: 0;
}

.id278 .row .cols {
    margin-bottom: 60px;
}

.id278 .blocks.wh {
    margin-bottom: 60px;
}

.id265 .notice {
    margin-bottom: 40px;
}

.id265 .num.dop h3 {
    font-size: 20px;
}

.blocks.img .block {
    flex-direction: column;
    background-color: #FFF;
}

.blocks.img .block:hover img {
    display: none;
}

.blocks.img .block img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.blocks.img .block {
    padding: 170px 30px;
}

.blocks.img .block:hover {
    background-color: #FFF !important;
    color: var(--dark-color) !important;
}

.blocks.sm .block {
    padding: 60px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #FFF;
}

.blocks.sm .block:nth-of-type(2), .blocks.sm .block:nth-of-type(3) {
    background-color: var(--main-color) !important;
    color: var(--dark-color);
}

.blocks.sm .block:nth-of-type(3):hover {
    color: var(--dark-color);
}

.blocks.sm .block .fillgr {
    margin-top: 20px;
    font-size: 20px;
}

.cols.wrnt {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
    text-align: center;
}


.cols.wrnt .col {
    width: calc(70% - 20px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cols.wrnt .col:first-of-type {
    text-align: right;
}

.cols.wrnt .col img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.cols.wrnt .col:nth-of-type(2), .cols.wrnt .col:nth-of-type(3), .cols.wrnt .col:nth-of-type(6) {
    width: calc(25% - 20px);
}

.cols.wrnt p {
    margin-bottom: 20px;
}

.cols.wrnt p:last-of-type {
    margin-bottom: 0;
}

.cols.wrnt .col:nth-of-type(4) {
    border: 1px solid var(--main-color);
    padding: 30px 60px;
    border-radius: 20px;
}

.cols.wrnt .col:nth-of-type(5) {
    background-color: var(--main-color);
    padding: 30px 60px;
    border-radius: 20px;
}

.warranty .col:first-of-type {
    position: relative;
}

.rbt_ic { 
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 200px;
}

.id311 .rbt_ic, .id383 .rbt_ic, .id381 .rbt_ic {
    display: none;
}

.warranty p {
    margin-bottom: 30px;
}

.warranty p:last-of-type {
    margin-bottom: 0;
}

.warranty .col.rbt_ic_2 {
    background-image: url(<?php bloginfo('template_directory'); ?>/img/connect.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.warranty .col.bggr, .warranty .col .block.bggr {
    background-color: var(--main-color);
}

.blocks.ic {
    margin-top: 60px;
}

.blocks.ic .block {
   background-color: #FFF;
   border: 0;
   background-color: transparent;
}

.blocks.ic .block span {
    line-height: 1.2;
}

.blocks.ic .block img {
    height: 190px;
    margin-bottom: 30px;
}

.blocks.ic .block {
    min-width: 220px !important;
}

.warranty.brdr {
    margin-top: 60px;
}

.warranty.brdr .col {
    background-color: #FFF;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    padding: 40px 60px;
    display: block;
    box-sizing: border-box;
}

.warranty.brdr h3 {
    margin-bottom: 30px;
}

.blocks.slider.nonm .block:before {
    display: none;
}

.blocks.slider.sl3 .block:first-of-type {
    background-image: url(img/bg_so_sl.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
}

h3.al {
    font-weight: 400;
}

.blocks.sl4 .block {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blocks.slider.sl4 .block:first-of-type {
    background-image: url(img/bg_so_sl_2.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
}

.zar.wr table tr th, .zar.wr table tr td {
    white-space: wrap;
}

.level {
    background-color: var(--main-color);
    padding: 20px 40px;
    border-radius: 10px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
}

.level:hover, .level.active {
    background-color: var(--dark-color);
    color: #FFF;
}

.level:hover {
    cursor: pointer;
}

.level:after {
    font: var(--fa-font-solid);
    content: "\f078";
}

.tlevel {
    display: none;
}

.tlevel.show {
    display: block;
}

.level.active:after {
    font: var(--fa-font-solid);
    content: "\f077";
}

.id316 .hpage h3 {
    color: var(--main-color);
    margin-bottom: 20px;
}

.id316 .hpage p {
    max-width: 620px;
}

.blocks.wh.four {
    gap: 40px;
}

.blocks.wh.four .block {
    width: calc(50% - 20px) !important;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.blocks.wh.four .block h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.blocks.wh.four .block p {
    font-size: 20px;
    margin-bottom: 20px;
}

.blocks.wh.four .block p:last-of-type {
    margin-bottom: 0;
}

.blocks.wh.four .block:last-of-type {
    width: 100% !important;
}

.blocks.wh.four .block .sc {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

p.b {
    font-weight: 700;
}

.blocks.wh.four .cnt a {
    font-size: 24px;
    font-weight: 700;
    color: var(--dark-color);
    display: block;
    white-space: nowrap;
}

.blocks.wh.four .cnt a:hover {
    color: var(--main-color);
}

.blocks.wh.four .cnt.tel a:hover {
    background-color: var(--main-color);
    color: var(--dark-color);
}

.blocks.wh.four .cnt.tel a {
    border: 1px solid var(--main-color);
    padding: 15px 20px;
    border-radius: 10px;
    width: fit-content;
    margin: auto;
}

.blocks.wh.four p.sm {
    font-size: 16px;
}

.blocks.wh.four .button.cnt {
    margin-top: 30px;
    margin-bottom: 0;
}

a.tg {
    font-size: 42px;
    margin: 20px 0 0 0;
    display: block;
    color: #28a6e1;
}

.blocks.wh.four img {
    position: absolute;
    bottom: -30px;
    left: -30px;
}

.id316 .hpage .wrapper {
    background-image: url(img/sup_ic_top.svg);
    background-position: top right;
}

.id316 .hpage {
    background-image: url(img/sup_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq .q {
    background-color: #FFF;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #c5e7d7;
}

.faq .q .a {
    display: none;
    font-size: 18px;
    padding: 10px 20px 20px 0;
}

.faq .q:hover {
    background-color: var(--main-color);
}

.faq .q:hover {
    cursor: pointer;
}

.faq .q .h {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 90px; 
    background-size: 60px;
    background-position: left center;
    background-repeat: no-repeat;
}

.faq .q:nth-of-type(1) .h {
    background-image: url(img/faq_i_1.png);
}

.faq .q:nth-of-type(2) .h {
    background-image: url(img/faq_i_2.png);
}

.faq .q:nth-of-type(3) .h {
    background-image: url(img/faq_i_3.png);
}

.faq .q:nth-of-type(4) .h {
    background-image: url(img/faq_i_4.png);
}

.faq .q:nth-of-type(5) .h {
    background-image: url(img/faq_i_5.png);
}

.faq .q:nth-of-type(6) .h {
    background-image: url(img/faq_i_6.png);
}

.faq .q:nth-of-type(7) .h {
    background-image: url(img/faq_i_7.png);
}

.faq .q:nth-of-type(8) .h {
    background-image: url(img/faq_i_8.png);
}

.faq .q:nth-of-type(9) .h {
    background-image: url(img/faq_i_9.png);
}

.faq .q:nth-of-type(10) .h {
    background-image: url(img/faq_i_10.png);
}

.faq .q:nth-of-type(11) .h {
    background-image: url(img/faq_i_11.png);
}

.faq .q:nth-of-type(12) .h {
    background-image: url(img/faq_i_12.png);
}

.faq .q:nth-of-type(13) .h {
    background-image: url(img/faq_i_13.png);
}

.faq .q:nth-of-type(14) .h {
    background-image: url(img/faq_i_14.png);
}

.faq .q:nth-of-type(15) .h {
    background-image: url(img/faq_i_15.png);
}

.faq .q:nth-of-type(16) .h {
    background-image: url(img/faq_i_16.png);
}

.faq .q:nth-of-type(17) .h {
    background-image: url(img/faq_i_17.png);
}

.faq .q:nth-of-type(18) .h {
    background-image: url(img/faq_i_18.png);
}

.faq .q:nth-of-type(19) .h {
    background-image: url(img/faq_i_19.png);
}

.faq .q:nth-of-type(20) .h {
    background-image: url(img/faq_i_20.png);
}

.faq .q:nth-of-type(21) .h {
    background-image: url(img/faq_i_21.png);
}

.faq .q:nth-of-type(22) .h {
    background-image: url(img/faq_i_22.png);
}

.faq .q:nth-of-type(23) .h {
    background-image: url(img/faq_i_23.png);
}

.faq .q:nth-of-type(24) .h {
    background-image: url(img/faq_i_24.png);
}

.faq .q:nth-of-type(25) .h {
    background-image: url(img/faq_i_25.png);
}

.faq .q:nth-of-type(26) .h {
    background-image: url(img/faq_i_26.png);
}

.faq .q .h:after {
    font: var(--fa-font-solid);
    content: "\f078";
}

.faq .q.active .a {
    display: block;
}

.faq .q.active .h {
    margin-bottom: 20px;
}

.faq .q.active .h:after {
    font: var(--fa-font-solid);
    content: "\f077";
}

.faq .q.active:hover {
    background-color: #FFF;
}

.faq .q .a p {
    margin-bottom: 20px;
}

.faq .q .a p:last-of-type {
    margin-bottom: 0;
}

.faq .q .a ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.faq .q .a ul li {
    margin-bottom: 10px;
    position: relative;
    margin-left: 30px;
}

.faq .q .a ul li:last-of-type {
    margin-bottom: 0;
}

.faq .q p.attention {
    color: #a00000;
    font-weight: 700;
}

.faq .q.active .h {
    font-weight: 700;
}

.faq .q .a ul li:before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--main-color);
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
}

.faq .q .a ul.attention li:before {
    background-color: #a00000;
}

.faq h2:first-of-type {
    margin-top: 0;
}

.faq h2 {
    margin-bottom: 40px;
    margin-top: 60px;
}

.faq .q .a .gr {
    color: var(--main-color);
    font-weight: 700;
}

.id318 {
    background-color: #FFF;
    background-image: url(img/faq_bg_l.png), url(img/faq_bg_r.png);
    background-repeat: no-repeat;
    background-position: left -100px top, right top;
}

.id385 {
    background-color: #FFF;
    background-image: url(img/soft_bg_2.jpg), url(img/soft_bg_1.jpg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}

.id385 footer, .id385 .copyright {
    background-color: transparent;
}

.id320 .hpage {
    background-image: url(img/sug_bg.jpg);
    background-size: cover;
    background-position: center center;
}

section.loc:first-of-type {
    display: flex;
    background-image: url(img/loc_bg.png);
    background-size: contain;
    background-position: left 10% bottom;
    background-repeat: no-repeat;
}

section.loc .button {
    margin: 40px 0 0 0;
}

section.loc .cols {
    display: flex;
    gap: 40px;
}

section.loc .cols .col {
    width: 50%;
}

section.loc .cols .sm {
    font-size: 16px;
    margin-top: -20px;
    margin-bottom: 30px;
}

.loc .cols ul li {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    font-size: 20px;
}

.loc .cols ul li img {
    width: 64px;
}

.loc .cols ul {
    margin-bottom: 40px;
}

.loc .cols h3 {
    margin-bottom: 40px;
}

.loc .cols .ntc {
    font-size: 16px;
    text-align: center;
    padding: 20px 30px;
    border-radius: 20px;
    border: 1px solid var(--main-color);
}

.loc .cols .ntc a {
    color: var(--main-color);
}

.loc .cols .btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 30px;
}

.loc .cols .btns .button {
    margin: 0;
}

.loc .cols .btns .button.border {
    margin: 0;
    width: 100%;
    padding: 20px 30px;
    color: var(--dark-color);
}

.loc .cols .btns .green {
    width: 100%;
}

.connect {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    margin-top: 60px;
    justify-content: center;
}

.connect .block {
    width: calc(100%/3 - 40px);
    text-align: center;
}

.connect .block span {
    display: block;
}

.connect .block .img {
    width: 100%;
    aspect-ratio: 2/1;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.id324 .hpage {
    background-image: url(img/connect_bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.cnct {
    display: flex;
    gap: 80px;
    margin-top: 60px;
}

.cnct .col:nth-child(2) {
    border-radius: 20px;
    border: 1px solid var(--main-color);
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 60%;
}

.cnct .col p {
    margin-bottom: 30px;
}

.cnct .col .button {
    width: 100%;
    max-width: 300px;
}

.cnct1 h3 {
    color: var(--main-color);
}

.po {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.po .item {
    width: calc(100%/2 - 20px);
    box-sizing: border-box;
    text-align: center;
    color: var(--dark-color);
    border: 1px solid var(--main-color);
    padding: 30px;
    border-radius: 20px;
}

.po .item i {
    display: block;
    font-size: 48px;
    color: var(--dark-color);
    margin-bottom: 20px;
    transition: 0.3s;
}


.po .item:hover {
    background-color: var(--main-color);
    color: var(--dark-color);
}

.po .item:hover i {
    color: var(--dark-color);
}

.id278 .t-store__scroll-icon-wrapper {
    margin-bottom: -90px !important;
}

.faq a {
    font-weight: 700;
}

.faq a:hover {
    text-decoration: underline;
}

.faq .ic {
    width: 48px;
    margin-left: 10px;
    vertical-align: middle;
}

.pnr_i {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.cnct1 .cols {
    display: flex;
    gap: 90px;
}

.cnct1 .cols .col {
    width: 50%;
}

.cnct1 .cols .col h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cnct1 .cols .col p.sm {
    font-size: 16px;
}

.cnct1 .cols .col:first-of-type .block:last-of-type {
    border-radius: 20px;
    border: 1px solid var(--main-color);
    padding: 40px 140px 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    margin-top: 40px;
    background-image: url(img/cnct_i_4_n.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 170px;
}

.cnct1 .cols .col:last-of-type .block:first-of-type {
    background-image: url(img/cnct_i_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    border-radius: 20px;
}

.cnct1 .cols .col:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cnct1 .cols .col:last-of-type .block:last-of-type {
    text-align: left;
    padding: 40px 60px;
    position: relative;
}

.cnct0 .cols {
    display: flex;
    gap: 30px;
}

.cnct0 .cols .col {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cnct0 .cols .col:last-of-type {
    background-color: var(--main-color);
    border-radius: 20px;
    padding: 100px 60px;
    text-align: center;
    width: 20%;
    display: flex;
    align-items: center;
    background-image: url(img/cnct_i_3.svg);
    background-repeat: no-repeat;
    background-position: right -10px bottom -80px;
    background-size: 150px;
}

.cnct0 .cols .col:first-of-type .block {
    border-radius: 20px;
    border: 1px solid var(--main-color);
    padding: 20px 40px;
    margin-bottom: 40px;
}

.cnct0 .btns {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.cnct0 .btns .button {
    width: 50%;
    box-sizing: border-box;
}

.cnct0 .cols .col:last-of-type .button {
    margin-top: 30px;
}

.cnct1 .button.cnt {
    margin-top: 60px;
}

.cnct1 .bli {
    background-image: url(img/cnct_i_1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 240px;
    width: calc(100%-60px);
    max-width: 400px;
    margin: -50px auto 40px auto;
    border-radius: 20px;
    display: none;
}

.cnct_i_1 {
    background-image: url(img/cnct_i_1.svg);
    background-repeat: no-repeat;
    background-position: right 20px bottom -10px;
    background-size: contain;
}

.cnct_i_1 p {
    margin-right: 200px;
}

.cnct_i_2 {
    background-image: url(img/cnct_i_2.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding-right: 150px;
}

.cnct_i_5 {
    width: 140px;
    position: absolute;
    right: 0;
    bottom: -130px;
}

.cnct .col {
    position: relative;
}

.cnct_i_6 {
    position: absolute;
    left: 0;
    bottom: -30px;
}

.cnct_i_7 {
    position: absolute;
    right: 30px;
    bottom: -50px;
}

.cnct_i_3 {
    display: none;
}

.cnct_i_4 {
    display: none;
    max-width: 220px;
}

.cols.rates {
    display: flex;
    gap: 90px;
}

.cols.rates .col {
    width: 50%;
}

.cols.rates .button {
    margin-top: 40px;
}

section.blackwhite {
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(31,36,36,1) 50%);
    border-top: 10px solid rgba(31,36,36,1);
}

section.blackwhite .cols.rates .col:nth-child(2) {
    color: #FFF;
}

section.blackwhite .cols.rates h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.types {
    display: flex;
    gap: 20px;
}

.types .block {
    width: calc(100%/3);
    text-align: center;
}

.types .block img {
    width: 100%;
}

section.blackwhite .cols.rates {
    display: flex;
    align-items: flex-end;
}

.rts ul {
    margin-top: 30px;
    padding-right: 200px;
    background-image: url(img/stm_i_3.svg);
    background-position: top right;
    background-repeat: no-repeat;
}

.col.rts h2 {
    color: var(--dark-color);
}

.col.rts .ur_dog {
    margin-top: 40px;
}

.rates_i_1 {
    margin-top: 60px;
}

.rates_i_2 {
    width: 50%;
    margin-bottom: 30px;
}

.cnct_i_2 img {
    display: none;
}

.id324 .t-store__scroll-icon-wrapper {
    display: none;
}

.cols.stm {
    display: flex;
}

.cols.stm .col {
    width: 40%;
    position: relative;
}

.cols.stm .col:last-of-type {
    width: 60%;
}

.cols.stm .col:last-of-type .block {
    background-color: #FFF;
    padding: 80px 40px;
    border-radius: 20px;
    color: var(--dark-color);
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.cols.stm .col:last-of-type p {
    padding: 20px 30px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--main-color);
    margin-left: 70px;
}

.cols.stm .col:last-of-type p.green {
    background-color: var(--main-color);
    margin-right: 70px;
    margin-left: 0;
}

.cols.stm .col:first-of-type .block {
    background-image: url(img/stm_g_1.gif);
    background-size: cover;
    opacity: 0.2;
    width: 100%;
    height: 250px;
    border-radius: 20px;
}

.cols.stm .col:first-of-type p {
    text-align: center;
    font-size: 20px;
    margin: 0 30px;
    position: relative;
    z-index: 2;
}

.cols.stm.ls .col:last-of-type p {
    padding: 20px 30px;
    border-radius: 0;
    text-align: left;
    border: none;
    margin-left: 0;
}

.cols.stm.ls .col:last-of-type .block {
    gap: 0;
    padding: 40px;
    margin-left: -40px;
    z-index: 9;
    position: relative;
}

.cols.stm.ls h2 {
    font-size: 32px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 35px;
}

.cols.stm.ls .col:first-of-type .p {
    padding: 30px 30px;
    margin: 0;
    border: 1px solid var(--main-color);
    border-radius: 20px;
    margin-right: 60px;
    font-size: 20px;
    text-align: center;
}

.cols.stm.ls .col:first-of-type .button.cnt {
    margin-top: 24px;
}

.cols.stm.ls .col:first-of-type .block {
    background-image: url(img/stm_g_2.gif);
}

.stm_i_1 {
    position: absolute;
    top: 0;
    right: 0;
}

.stm_i_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.stm_i_4 {
    position: absolute;
    bottom: -65px;
    left: -65px;
}

.cols.stm.ls .col:last-of-type .block {
    background-image: url(img/stm_i_5.svg);
    background-position: center right 20px;
    background-repeat: no-repeat;
}

.cols.stm.ls .col:last-of-type .block p {
    padding-right: 260px;
}

.cols.stm .col:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ratesbg {
    background-image: url(img/rates_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ratesbg section {
    background-color: transparent;
}

.po.bl .item {
    border-color: #81F8F8;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.po.bl .item:hover {
    background-color: #81F8F8;
}

.po.bl .item {
    background-color: #FFF;
}

.po.bl .item img {
    display: block;
    margin: 0 auto 10px auto;
    width: 64px;
}

.id331 .hpage h1 {
    background-image: url(img/po_i_1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 20%;
}

.id333 .hpage h1 {
    background-image: url(img/po_i_2.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-right: 200px;
}

.poinf {
    display: flex;
    gap: 20px;
}

.poinf .block {
    padding: 40px;
    border-radius: 20px;
    width: 25%;
    background-image: url(img/po_more.svg);
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.poinf .block:hover {
    color: #000;
}

.poinf .block:nth-child(1) {
    background-color: #81f8f8;
    cursor: pointer;
}

.poinf .block:nth-child(2) {
    background-color: #c1ffdf;
    cursor: pointer;
}

.poinf .block:nth-child(3) {
    background-color: #dbdbff;
    cursor: pointer;
}

.poinf .block:nth-child(4) {
    background-color: #d7d6d6;
    background-image: url(img/load.png);
    background-size: 40px;
}

.poinf .block h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}

.poinf {
    margin-top: 100px;
}

.poinf .img {
    background-image: url(img/po_sh.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    width: 160px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: -130px;
}

.poinf .img img {
    margin-bottom: 40px;
    width: 100%;
    transition: 0.3s;
}

.poinf .block:hover .img img {
    transform: translate(0, -20px);
}

.poinf .block:nth-child(4):hover .img img {
    transform: translate(0, 0);
}

.po.bl .item {
    font-size: 18px;
    font-weight: 600;
}

.po.bl .item.blue {
    background-color: #81f8f8;
    text-align: left;
    padding: 30px;
}

.item.blue b {
    margin-bottom: 20px;
    display: block;
}

.item.blue a {
    font-weight: 600;
}

.item.blue a:hover {
    color: #FFF;
}

.item.blue a:hover i {
    color: #FFF;
}

.po .item.blue i {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    margin: 0 5px 0 10px;
}

.item.blue li {
    padding: 5px 0;
}

.id345 .po.bl .item {
    border-color: #c1ffdf;
}

.id345 .po.bl .item:hover {
    background-color: #c1ffdf;
}

.id348 .po.bl .item {
    border-color: #dbdbff;
}

.id348 .po.bl .item:hover {
    background-color: #dbdbff;
}

.id345 .po.bl .item.green {
    background-color: #c1ffdf;
}

.wr tr td.hd, .wr tr th.hd {
    display: none;
}


.wr tr td:nth-of-type(1), .wr tr th:nth-of-type(1) {
    width: 26%;
}

.wr tr td:nth-of-type(2), .wr tr td:nth-of-type(3), .wr tr td:nth-of-type(4), .wr tr td:nth-of-type(5), .wr tr th:nth-of-type(2), .wr tr th:nth-of-type(3), .wr tr th:nth-of-type(4), .wr tr th:nth-of-type(5) {
   width: 16%;
}

.modal_lvl {
    display: none;
    font-size: 16px;
}

.modal_lvl h3 {
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.modal_lvl .lvlh {
    background-color: #64FFAF;
    font-weight: 600;
    padding: 10px 15px;
}

.modal_lvl .lvld {
    background-color: #D8F7E7;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid #64FFAF;
    margin-bottom: 20px;
}

.modal_lvl .lvld:last-of-type {
    margin-bottom: 0;
}

.modal_lvl .button {
    margin: 20px;
}

td.hd {
    cursor: pointer;
}

td.hd:hover {
    color: #64FFAF;
}

.tlevel {
    margin-top: -40px !important;
}

.level.active {
    border-radius: 10px 10px 0 0;
}

.blocks.wr .block {
    background-repeat: no-repeat;
    background-position: right 20px bottom 20px;
    background-size: auto 90px;
    padding-bottom: 120px;
}

.warranty .col:nth-of-type(2) .block {
    background-position: right 20px bottom 20px;
    background-repeat: no-repeat;
    padding-right: 130px;
    background-size: 90px;
}

.cnt.fp p {
    max-width: 100%;
}

.imd {
    margin-top: 40px;
}

.imd .block {
    color: #FFF;
}

.imd .block img {
    display: block;
    margin: 0 auto 30px auto;
    height: 130px;
}

.imd .block:nth-child(1), .imd .block:nth-child(2), .imd .block:nth-child(3) {
    width: calc(100% / 3 - 13.33px);
}


.imd.ics .block img {
    height: 64px;
    margin-bottom: 20px;
}

.imd.str img {
    margin-top: 30px;
}

.imd.str .button {
    margin-top: 30px;
}

.blocks.imd.ics.rl .block {
        width: calc(25% - 15px);
}

.blocks.imd.ics.rl .block:nth-child(3), .blocks.imd.ics.rl .block:nth-child(4), .blocks.imd.ics.rl .block:nth-child(5) {
        width: calc(50% - 10px);
}

.id313 .button.fillgr {
    margin-top: 20px;
}

.tlevel p {
    margin-top: 30px;
}


.id313 .zar {
    margin-bottom: 30px;
}

.mnt_1_i {
    display: none;
}

.mnt_3_ih {
    display: none;
}

.tlevel .green {
    margin-top: 30px;
    margin-bottom: 30px;
}

.id316 .blocks.wh.four {
    margin-top: 0;
}

.id313 .blocks.num .block, .id381 .blocks.num .block {
    width: calc(50% - 10px);
}

.id313 .blocks.num, .id381 .blocks.num {
    margin-top: 0;
}

.id313 .blocks.num .block:nth-of-type(3), .id381 .blocks.num .block:nth-of-type(3) {
    width: 100%;
}

.id313 .blocks.num .block:nth-of-type(4), .id381 .blocks.num .block:nth-of-type(4) {
    width: 100%;
}

.id313 .blocks.num .button.fillgr, .id381 .blocks.num .button.fillgr {
    width: 200px;
    margin-left: 80px;
}

.wrnt_2 .col {
    width: calc(30% - 20px) !important;
}

.wrnt_2 .col:nth-of-type(2) {
    width: calc(70% - 20px) !important;
    text-align: left;
    display: block !important;
}

.wrnt_2 {
    margin-bottom: 60px;
}

.wrnt_2 ul li:before {
    content: "";
    min-width: 15px;
    min-height: 15px;
    border-radius: 10px;
    background-color: var(--main-color);
    margin-right: 20px;
}

.wrnt_2 ul li {
    display: flex;
    align-items: center;
}

.id313 .zar .button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.id318 .faq {
   margin-top: 60px;  
}

h2.sh {
    font-size: 36px;
}

.rbrbl {
    position: relative;
}

.rbrbl .rbr {
    position: absolute;
    top: -290px;
    left: 0;
    width: 240px;
    height: 240px;
    background-image: url(img/rbr_i.png);
    background-size: cover;
}

.rbrbl .rbr_txt {
    animation: rbr 10s linear infinite;
    -webkit-animation: rbr 10s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    background-image: url(img/rbr_t.png);
    background-size: cover;
}

@keyframes rbr {
 0%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
   }
}


.linetext {
    display: none;
    color: var(--main-color);
    padding: 15px 0;
    white-space: nowrap;
    box-sizing: border-box;
    overflow: hidden;
    gap: 30px;
}

.linetext p {
  animation: text 16s infinite linear;
  -webkit-animation: text 16s infinite linear;
  white-space: nowrap;
}

@keyframes text {
  0%{
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  
  100%{
    transform: translate(-160%, 0);
    -webkit-transform: translate(-160%, 0);
  }
}

.blocks.num.dop {
    margin-bottom: -40px;
}

.id350 .hpage {
    background-image: url(img/dis_bg_1.png);
    background-position: right -200px bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.id475 .hpage {
    background-image: url(img/dis_bg_1.png);
    background-position: right -200px bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.blks .blocks {
    display: flex;
    justify-content: flex-end;
}

.blks .blocks .block {
    display:flex;
    align-items: center;
}

.blks {
    background-image: url(img/blks_bg.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blks_2 {
    background-image: url(img/dis_bg_2.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.ptrn {
    background-image: url(img/dis_bg_3.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.ptrn p {
    max-width: 700px !important;
    text-align: left;
    padding-right: 200px;
    margin: 0;
}

.button.green.border {
    background-color: transparent;
    border: 1px solid var(--main-color);
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
}

.button span {
    margin-bottom: 0 !important;
}

.blocks.str .button {
    width: 100%;
}

.blocks.str .button.border {
    margin-top: 20px;
}

.imd.btt .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.imd.btt .button.fill {
    margin-top: 20px;
}

.imd.btt .block .button {
    display: none;
}

.sotr {
    display: none;
    max-width: 1200px;
    padding: 80px !important;
    border-radius: 30px;
}

.pr_p {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.pr_p .pr_p_b {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
    gap: 30px;
}

.sotr h2, .sotr h3 {
    font-weight: 700;
    text-transform: none;
    color: var(--dark-color);
    margin-bottom: 30px;
}

.sotr p {
    margin-bottom: 30px;
}

.pr_p .pr_p_b p {
    margin-bottom: 0;
    padding: 0 30px;
}

.sotr .button {
    margin-top: 0;
}

#sotr_2 {
    background-color: var(--dark-color);
    color: #FFF;
    border: 1px solid var(--main-color);
}

#sotr_2 h2, #sotr_2 h3 {
    color: #FFF;
}

#sotr_2 img {
    filter: invert(84%) sepia(48%) saturate(529%) hue-rotate(77deg) brightness(107%) contrast(102%);
}

#sotr_3 {
    background-color: var(--main-color);
}

#sotr_3 .button {
    background-color: #FFF;
}

.pr_p .pr_p_b:nth-of-type(5) {
    width: 100%;
}

.id265 .num.dop .block {
    width: calc(100% / 3 - 13.33px);
}

.id265 .blocks.num.dop .block:nth-of-type(1), .id265 .blocks.num.dop .block:nth-of-type(10) {
    width: 60%;
}

.id265 .blocks.num.dop .block:nth-of-type(2), .id265 .blocks.num.dop .block:nth-of-type(9) {
    width: calc(40% - 20px);
}

.blocks.obrd a {
    color: var(--dark-color);
}

.button.bl {
    color: var(--dark-color);
}

.blocks.imd.btt a:hover {
    color: var(--main-color);
}

.cols.rates.loc .col:first-of-type {
    border: 1px solid var(--main-color);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
}

.cols.rates.loc .col:first-of-type p {
    margin: 0;
}

.mb p {
    margin-bottom: 30px;
}

.mb p:last-of-type {
    margin-bottom: 0;
}

.blocks.lb .block:last-of-type {
    width: 100%;
}

.blocks p.gr {
    color: var(--main-color);
}

.blocks.fb .block {
    width: calc(50% - 10px);
}

.blocks.fb .block:first-of-type {
    width: 100%;
}

.blocks.icn .block {
    border: none;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.blocks.icn .block div {
    background-color: var(--main-color);
    color: var(--dark-color);
    padding: 30px;
    border-radius: 20px;
    flex-grow: 1;
}

.blocks.icn .block img {
    height: 180px;
    margin-bottom: 20px;
}

.blocks.ics .block span {
    line-height: 1.5;
    display: inline;
    color: var(--main-color);
}

.blocks.ics.wg .block:nth-of-type(1), .blocks.ics.wg .block:nth-of-type(3), .blocks.ics.wg .block:nth-of-type(8), .blocks.ics.wg .block:nth-of-type(11) {
    width: calc(22% - 13.333px);
}

.blocks.ics.wg .block:nth-of-type(2) {
    width: calc(56% - 13.333px);
}

.blocks.ics.wg .block:nth-of-type(4) {
    width: calc(37% - 10px);
}

.blocks.ics.wg .block:nth-of-type(5) {
    width: calc(63% - 10px);
}

.blocks.ics.wg .block:nth-of-type(6), .blocks.ics.wg .block:nth-of-type(7) {
    width: calc(50% - 10px);
}

.blocks.ics.wg .block:nth-of-type(8), .blocks.ics.wg .block:nth-of-type(9), .blocks.ics.wg .block:nth-of-type(10) {
    width: calc(100% / 3 - 13.333px);
}

.blocks.ics.wg .block:nth-of-type(11) {
    width: calc(100% / 3 - 13.333px);
}

.blocks.ics.wg .block:nth-of-type(12) {
    width: calc(100% / 3 * 2 - 6.777px);
}

.id356 .hpage .wrapper {
    background-image: url(img/loc_h_bg.png);
    background-position: bottom -30px right;
    background-size: 600px;
}

.bgr {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.id358 .hpage, .id513 .hpage, .id1155 .hpage {
    padding: 90px 0 0 0;
}

.id358 h1, .id513 h1, .id1155 h1 {
    margin-bottom: -90px;
}

.dark .services .block {
    background-color: transparent;
    border: 1px solid var(--main-color);
    background-position: right 10px bottom 10px;
}

.id358 .services .block:first-of-type {
    width: calc(100% / 3 * 2 - 6.777px);
}

.id358 .services .block:first-of-type h3 {
    max-width: 100%;
}


.id358 .services .block:nth-child(1) {
    background-image: url(img/zs_i_1.svg);
}

.id358 .services .block:nth-child(2) {
    background-image: url(img/zs_i_2.png);
    background-position: right bottom -20px;
}

.id358 .services .block:nth-child(3) {
    background-image: url(img/zs_i_3.svg);
    background-position: right -20px top 0;
    background-size: 190px;
}

.id358 .services .block:nth-child(4) {
    background-image: url(img/zs_i_4n.svg);
    background-position: right 10px bottom -10px;
}

.id358 .services .block:nth-child(5) {
    background-image: url(img/zs_i_5.svg);
}

.id358 .services .block:nth-child(6) {
    background-image: url(img/zs_i_6.svg);
}

.id358 .services .block:nth-child(7) {
    background-image: url(img/zs_i_7.svg);
    background-size: 150px;
}

.id358 .services .block:nth-child(8) {
    background-image: url(img/zs_i_8.svg);
}

.id358, .id513, .id1155 {
    background-image: url(img/charging_bg.jpg);
    background-size: cover;
}

.id358 section.dark, .id513 section.dark, .id1155 section.dark {
    background-color: transparent;
}

.blocks.fr .block, .blocks.frl .block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocks.fr .block:nth-child(4) {
    width: 100%;
}

.blocks.frl .block:nth-child(4) {
    width: 100%;
}

.blocks.fr .block:nth-child(5), .blocks.fr .block:nth-child(6), .blocks.frl .block:nth-child(5), .blocks.frl .block:nth-child(6) {
    width: calc(50% - 10px);
}

.blackwhite .fr p {
    margin-bottom: 20px;
}

.blackwhite .fr p:last-of-type {
    margin-bottom: 0;
}

section.blackwhite .cols.rates.fr {
    align-items: flex-start;
}

section.blackwhite .dop, .dark .dop {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

section.blackwhite .dop .block {
    width: calc(50% - 15px);
    text-align: center;
}

section.blackwhite .dop .block img, .dark .dop .block img {
    margin-bottom: 20px;
}

section.blackwhite .cols.rates.fr h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

section.blackwhite .dop a {
    color: var(--dark-color);
    text-decoration: underline;
}

.blocks.ds .block {
    background-color: var(--dark-color);
    text-align: center;
    color: #FFF;
}

.blocks.slider.ds .block:before {
    display: none;
}

.blocks.slider.ds .block span {
    font-size: inherit;
    display: inline;
}

.blocks.slider.ds p {
    font-size: inherit;
}

.dragscroll {
    cursor: grab;
}

.blocks.slider.ds p span {
    color: var(--main-color);
}

.blocks.slider.ds .block img {
    height: 64px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

.blocks.slider.ds.sl5 .block:nth-child(8), .blocks.slider.ds.sl5 .block:nth-child(9) {
    min-width: 25%;
} 

.fbl {
    display: flex;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.fbl .block {
    width: 25%;
}

.fbl .block:first-of-type p {
    margin-top: 20px;
    border-left: 2px solid #FFF;
    padding-left: 20px;
}

.fbl .block.im p {
    background-color: var(--main-color);
    border-radius: 10px;
    color: var(--dark-color);
    padding: 15px 30px;
    text-align: center;
    line-height: 1.2;
}

.fbl .block.im img {
    width: 100%;
    max-width: 240px;
    display: block;
    margin: 0 auto 20px auto;
}

.nbl {
    border-radius: 10px;
    border: 1px solid var(--main-color);
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 60px;
}

.nbl p {
    max-width: 700px;
    margin: auto;
}

.blocks.preim.frc .block h3 {
    margin-bottom: 0;
}

.blocks.preim.frc .block {
    width: calc(100% / 2 - 15px);
    background-color: transparent;
}

.blocks.preim.frc .block:before {
    background-color: var(--main-color);
}

.blocks.preim.frc .block:nth-of-type(6) {
    width: calc(60% - 10px);
}

.blocks.preim.frc .block:nth-of-type(6) h3 {
    margin-bottom: 20px;
}

.blocks.preim.frc .block:nth-child(7) {
    width: calc(40% - 10px);
}

.blocks.preim.frc .block:nth-of-type(3), .blocks.preim.frc .block:nth-of-type(4), .blocks.preim.frc .block:nth-of-type(5) {
    width: calc(100% / 3 - 13.3333px);
}

.blocks.preim.frc .block:nth-child(2), .blocks.preim.frc .block:nth-child(3), .blocks.preim.frc .block:nth-child(7) {
    background-color: var(--main-color);
}

.blocks.preim.frc .block:nth-child(2):before, .blocks.preim.frc .block:nth-child(3):before, .blocks.preim.frc .block:nth-child(7):before {
    background-color: #FFF;
}

.dark .dop {
    display: flex;
}

.dark .dop .block {
    width: calc(25% - 22.5px);
    text-align: center;
}

.imd.str.fh .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blocks.twoch .block {
    width: calc(50% - 10px);
    text-align: left;
}

.blocks.twoch p {
    margin-bottom: 20px;
}

.blocks.twoch .button {
    margin: 40px 0 0 0;
}

.blocks.twoch .block {
    display: flex;
    gap: 40px;
}

.blocks.twoch .block .im img {
    width: 100%;
}

.blocks.twoch .block .im {
    width: 110px;
}

.frbg {
    background-image: url(img/fr_bg_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.id360 .blackwhite {
    position: relative;
}

.fr_t_b_1 {
    position: absolute;
    left: 0;
    top: 60px;
}

.fr_t_b_2 {
    background-image: url(img/fr_t_b_2.png);
    background-position: right top 60px;
    background-repeat: no-repeat;
}

.hpage .b {
    margin-bottom: 20px;
}

.bck {
    display: block;
    margin: 40px auto 0 auto;
    text-align: center;
}

.id366 .sl7 .block:nth-child(5) {
    min-width: 50%;
}

h3.gr {
    color: var(--main-color);
    margin-bottom: 40px;
}

.blocks.slider.sl9 .block:first-of-type {
    background-image: url(img/prtn_bg.jpeg);
    background-size: cover;
    border: 0;
    background-position: center center;
}

.imd.tw .block {
    width: calc(50% - 10px);
}

.id370 .hpage .wrapper {
    background-image: url(img/prtn_t_1_1.png);
}

.id370 .hpage .wrapper {
    background-position: center right;
}
    
.id372 .hpage p {
    margin-bottom: 20px;
    max-width: 1100px;
}

.id374 .hpage p {
    margin-bottom: 20px;
    max-width: 1100px;
}

.blocks.grl .block .gr {
    display: inline-block;
    color: var(--main-color);
}

.blocks.grl {
    margin-top: 60px;
}
    
.blocks.grl .block {
    display: flex;
    align-items: center;
    width: calc(100% / 3 - 13.333px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blocks.grl .block p {
    margin-bottom: 0;
}

.blocks.grl .block:nth-of-type(1), .blocks.grl .block:nth-of-type(2) {
    width: calc(40% - 13.333px);
}

.blocks.grl .block:nth-of-type(3) {
    width: calc(20% - 13.333px);
}


.id374 .blocks.grl .block:nth-of-type(4) {
    width: calc(40% - 13.333px);
}

.id374 .blocks.grl .block:nth-of-type(5) {
    width: calc(60% - 13.333px);
}

.id372 .grl.imd .block {
    width: calc(100% / 3 - 13.333px);
}

.tbl {
    display: flex;
    margin-top: 40px;
}

.tbl .block {
    width: 50%;
    display: flex;
    align-items: center;
    border-right: 1px solid var(--main-color);
    padding-right: 90px;
}

.tbl .block:nth-of-type(2) {
    border-left: 1px solid var(--main-color);
    border-right: 0;
    padding-right: 0;
    padding-left: 90px;
}

.tbl .block img {
    width: 120px;
    margin-left: 50px;
}

.cols.dop {
    margin-top: 40px;
}

.cols.dop {
    display: flex;
    gap: 50px;
}

.cols.dop .col {
    width: 50%;  
}

.cols.dop .col .block {
    margin-bottom: 40px;
}

.cols.dop .col .block:last-of-type {
    margin-bottom: 0;
}

.cols.dop .col .block {
    display: flex;
    align-items: flex-start;
}

.cols.dop .col .block .i {
    min-width: 60px;
    height: 60px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cols.dop .col a {
    color: var(--dark-color);
    text-decoration: underline;
}

.imd.ics.sp .block {
    width: calc(100% / 3 - 13.33px);
}

.blgrbg {
    background-color: var(--main-color);
    padding: 40px;
    border-radius: 20px;
}

.blgrbg h2 {
    color: var(--dark-color);
}

.imd.ics.sp .block:nth-child(1) {
    width: calc(50% - 13.33px);
}

.imd.ics.sp .block:nth-child(2), .imd.ics.sp .block:nth-child(3) {
    width: calc(25% - 13.33px);
}

.notice.sp {
    margin-top: 0;
}

.id374 .imd .block:nth-child(1), .id374 .imd .block:nth-child(2) {
    width: calc(50% - 10px);
}

.grl.fw {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
}

.id374 .blocks.grl.fw .block, .id374 .blocks.grl.fw .block:last-of-type {
    width: 100% !important;
}

h3.gr.b {
    color: var(--dark-color);
}

.lamp_ic {
    position: relative;
}

.lamp_ic img {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -70px;
    width: 140px;
}

.block.spbb {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    background-color: transparent;
    min-height: 190px;
}

.id372 .hpage {
    background-image: url(img/sp_bg_1.jpg);
    background-size: cover;
}

.id374 .hpage {
    background-image: url(img/sp_bg_2.jpg);
    background-size: cover;
}

.id379 .wrapper.c img {
    margin-top: 0;
}

.id379 .wrapper.c {
    align-items: center;
}

.id379 .wrapper.c p {
    text-align: center;
}

.id379 .wrapper.c .button {
    margin: 40px auto 0 auto;
}

.blocks.adv {
    margin-bottom: 60px;
    gap: 40px;
}

.blocks.adv .block {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

.blocks.adv .block img {
    min-width: 220px !important;
    max-width: 220px;
    margin-left: -30px;
    margin-right: 30px;
}

.blocks.adv .block h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

.cols.dop.drk {
    background-color: var(--dark-color);
    color: #FFF;
    padding: 60px;
    border-radius: 20px;
}

.cols.dop.drk img {
    min-width: 80px;
    max-width: 80px;
    margin-right: 40px;
}

.cols.dop .col .block {
    margin-bottom: 60px;
}

.cols.dop.drk a {
    color: #FFF;
}

.cols.dop.drk span {
    color: var(--main-color);
}

.advbg {
    background-image: url(img/adv_bg_1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 550px;
}

.blocks.adv .block .button {
    display: none;
}

.blocks.rg .block {
    background-color: #FFF;
    border: 1px solid var(--main-color);
    width: calc(100% / 3 - 13.3333px);
}

.id381 .blocks.wh img {
    height: 200px;
}

.id381 .blocks.img .block {
    padding: 250px 30px;
}

.grcols .block {
    width: calc(50% - 10px);
    background-color: var(--main-color);
}

.grcols .block h3 {
    margin-bottom: 20px;
    text-align: left;
}

.grcols .block p {
    text-align: left;
    width: 100%;
}

.grcols .block .bl {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 20px;
}

.grcols .block .bl img {
    width: 150px;
    margin-right: 20px;
}

.grcols .block .bl:nth-of-type(2) img {
    margin-left: 20px;
    margin-right: 0;
}

.grcols .block .button {
    margin-top: 40px;
}

.gar {
    display: flex;
    gap: 40px;
}

.gar .col {
    background-color: #FFF;
    border-radius: 20px;
    padding: 40px 60px;
    border: 1px solid var(--main-color);
    text-align: center;
    width: 30%;
}

.gar .col:nth-of-type(2) {
    background-color: var(--main-color);
    width: 70%;
}

.software {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    gap: 30px;
}

.software .sect {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.software .sect:nth-of-type(2) .block {
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.software .block {
    border-radius: 20px;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-repeat: no-repeat;
}

.software .button {
    background-color: #FFF;
    border: 0;
    padding: 15px 40px;
    font-size: 18px;
    width: fit-content;
}

.software .block h2 {
    font-size: 32px;
    margin-bottom: 0;
    margin-bottom: 20px;
}

.software .sect .col:first-of-type .block {
    background-color: #c1ffdf;
    background-image: url(img/soft_i_1.png);
    background-position: right bottom;
    background-size: 220px;
}

.software .sect .block:nth-of-type(1) h2, .software .sect:nth-of-type(2) .block:nth-of-type(1) h2, .software .sect:nth-of-type(2) .block:nth-of-type(2) h2, .software .sect:nth-of-type(2) .block:nth-of-type(3) h2 {
    font-size: 44px;
}

.software .block:nth-of-type(1) h2, .software .sect:nth-of-type(2) .block:nth-of-type(3) h2 { 
    text-align: left;
}

.software .block:nth-of-type(2), .software .sect:nth-of-type(1) .col:nth-of-type(2) .block { 
    background-color: #81f8f8;
    align-items: center;
}

.software .sect:nth-of-type(1) .col:nth-of-type(2) .block:nth-of-type(2) { 
    background-color: #fffddf;
    align-items: center;
}

.software .block:nth-of-type(3) {
    background-color: #FFF;
    align-items: center;
}

.software .block:nth-of-type(3) .button { 
    border: 1px solid #CCC;
    align-items: center;
}

.software .block:nth-of-type(4) { 
    background-color: #ffd997;
    align-items: center;
}

.software .block:nth-of-type(5) { 
    background-color: #dbdbff;
    align-items: center;
}

.software .sect:nth-child(2) .block:nth-of-type(1) { 
    background-color: #dbdbff;
    align-items: end;
    background-image: url(img/soft_i_6.svg);
    background-position: left 30px bottom;
    background-size: 140px;
}

.software .sect:nth-child(2) .block:nth-of-type(2) { 
    background-color: #81f8f8;
    align-items: end;
    background-image: url(img/soft_i_7.svg);
    background-position: left 30px bottom;
    background-size: 140px;
}

.software .sect:nth-child(2) .block:nth-of-type(1) h2, .software .sect:nth-child(2) .block:nth-of-type(2) h2 {
    text-align: right;
}

.software .sect:nth-child(2) .block:nth-of-type(3) { 
    background-color: #f4d4dc;
    background-image: url(img/soft_i_9.svg);
    background-position: right 30px bottom 20px;
    background-size: 180px;
}

.software .sect:nth-child(2) .block:nth-of-type(3) h2 {
    padding-right: 100px;
}


.software .sect:nth-of-type(2) .block:nth-of-type(3) {
   align-items: flex-start;
}

.id385 .soft_h {
    position: absolute;
    right: 60px;
    top: 55px;
    width: 350px;
}

.id385 .hpage .wrapper {
    position: relative;
}

footer .button.fillgr {
    background-color: #64FFAF;
}

footer .qrblock .qr {
    border-color: #64FFAF;
}

footer .button.fillgr:hover {
    color: #000;
}


.con_bg1 {
    background-color: #FFF;
    background-image: url(img/soft_bg_2.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.con_bg2 {
    background-color: #FFF;
    background-image: url(img/soft_bg_1.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.id395, .id397, .id401, .id405, .id403, .id399 {
    background-color: #FFF;
    background-image: url(img/soft_bg_2.jpg), url(img/soft_bg_1.jpg);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}

.id395 .hpage h1 {
    max-width: 700px;
}

.hpage .sm {
    font-size: 16px;
}

.id401 .hpage {
    margin-bottom: -120px;
}

.software .sect:first-of-type {
    background-color: #c1ffdf;
    display: flex;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.software .sect:first-of-type .col {
    width: calc(50% - 15px);
display: flex;
flex-wrap: wrap;
    gap: 30px;
}

.software .sect:first-of-type .col .block {
    width: 100%;
    box-sizing: border-box;
}

.software .sect:first-of-type .col:first-of-type .block {
    padding-left: 30px;
}

.software .sect:nth-of-type(1) .col:nth-of-type(2) .block h2 {
    text-align: center;
    font-size: 32px;
}

.software .sect:nth-of-type(1) .block {
    width: calc(100%/3 - 20px);
    box-sizing: border-box;
}

.software .sect:nth-of-type(1) .col:nth-of-type(1) {
    width: calc(100%/3*2 - 10px);
}

.software .sect:nth-of-type(1) .col:nth-of-type(2) {
    width: calc(100%/3 - 20px);
}

.software .sect:nth-of-type(2) .block:nth-of-type(3) .button {
    border: 0;
}

.software .sect:first-of-type .col:first-of-type .block {
    justify-content: flex-start;
}

.obj .block {
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    justify-content: center;
}

.obj .block {
     width: calc(100% / 3 - 13.3333px);
}

.obj .block:nth-of-type(1) {
    width: calc(60% - 10px);
}

.obj .block:nth-of-type(2) {
    width: calc(40% - 10px);
}

.obj .block:nth-of-type(9), .obj .block:nth-of-type(10) {
    width: calc(25% - 13.333333px);
}

.obj .block:nth-of-type(11) {
    width: calc(50% - 13.333333px);
}

.obj .block:nth-of-type(15) {
    width: 100%;
}

.obj .block {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: 700;
}

.blocks.w .block {
    background-color: #FFF;
    color: var(--dark-color);
}

.blocks.br {
   margin-bottom: 60px; 
}

.blocks.br .block {
    width: calc(50% - 10px);
    text-align: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 240px;
}

.blocks.br .block span {
    color: var(--main-color);
    font-weight: 700;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.blocks.br .block .button {
    margin-bottom: 20px;
    display: inline-block;
}

.blocks.br .block:nth-of-type(1) {
    background-image: url(img/br_bg_1.png);
}

.blocks.br .block:nth-of-type(2) {
    background-image: url(img/br_bg_2.png);
}

.blocks.ez .block:nth-of-type(3) {
    border: none;
}

.blocks.ez .block {
    align-items: center;
    display: flex;
}

.blocks.ez .block:nth-of-type(3) img {
    position: absolute;
    width: 100%;
    height: auto;
}

.chk {
    padding-left: 320px;
    position: relative;
}

.chk p {
    text-align: left;
}

.chk img {
    position: absolute;
    left: 40px;
    bottom: 30px;
    width: 240px;
}

.id419 .bbg_1 {
    background-image: url(img/bus_bgg_1.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 40%;
}

.id419 .bbg_2 {
    background-image: url(img/bus_bgg_2.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 40%;
}

.e404 {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 120px;
    max-height: 600px;
}

.e404 .big {
    font-size: 220px;
    font-weight: 900;
    letter-spacing: 15px;
    color: var(--main-color);
    filter: blur(4px);
    opacity: 0.4;
    position: absolute;
}

.e404 .inf {
    font-size: 72px;
    position: absolute;
    z-index: 9;
    text-align: center;
    line-height: 1;
}

.e404 .button {
    position: absolute;
    z-index: 9;
    margin-bottom: -240px;
}

.dark .faq .q, .dark .faq .q:hover {
    background-color: transparent;
}

.dark .faq .q {
    border-color: var(--main-color);
}

.dark .faq .q:hover .h {
    color: var(--main-color);
}

.dark .faq .q {
    padding: 20px;
}

.id475 .faq .q .h {
    padding: 30px 20px 30px 120px;
    background-size: contain;
}

.id475 .dark .faq .q:nth-of-type(1) .h {
    background-image: url(img/work_i_1.png);
}

.id475 .dark .faq .q:nth-of-type(2) .h {
    background-image: url(img/work_i_2.png);
}

.id475 .dark .faq .q:nth-of-type(3) .h {
    background-image: url(img/work_i_3.png);
}

.id475 .dark .faq .q:nth-of-type(4) .h {
    background-image: url(img/work_i_4.png);
}

.id475 .dark .faq .q:nth-of-type(5) .h {
    background-image: url(img/work_i_5.png);
}

.bmail {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.bmail img {
    margin-right: 20px;
}

.blts {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
}

.blts .blt h3 {
    margin-bottom: 20px;
}

.blts .blt p {
    margin-bottom: 15px;
    width: 60%;
}

.blts .blt:last-of-type {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.work_bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    margin-top: -50px;
}

section.rel {
    position: relative;
}

section.rel .wrapper {
    position: relative;
    z-index: 2;
}

.cols.jbs {
    display: flex;
    gap: 30px;
}

.cols.jbs .col {
    width: 50%;
    display: flex;
    align-items: center;
}

.cols.jbs .col img {
    margin-right: 30px;
}

.cols.jbs .col a {
    color: var(--dark-color);
    font-weight: 700;
}

.cols.jbs .col a:hover {
    color: var(--main-color);
}

.blocks.addr .block {
    background-color: transparent;
    text-align: left;
    width: calc(50% - 10px);
}

.blocks.addr .block:first-of-type {
    width: calc(30% - 10px);
}

.blocks.addr .block:last-of-type {
    width: calc(70% - 10px);
}

.blocks.addr h3 {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.blocks.addr h3 img {
    margin-right: 20px;
    width: 16px;
}

.blocks.addr .addrm {
    display: flex;
    gap: 30px;
}

.blocks.addr .bl span {
    display: block;
}

.blocks.addr .bl p {
    margin-bottom: 30px;
}

.blocks.addr .bl h3 {
    margin-bottom: 0;
}

.id475 .bbg_1 {
    background-image: url(img/bus_bgg_1a.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.id475 .bbg_2 {
    background-image: url(img/bus_bgg_2a.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 40%;
}

.id475 .faq .q {
    position: relative;
}

.id475 .faq .q .h, .id475 .faq .q .h {
    position: relative;
    z-index: 2;
} 

.id475 .faq .q img {
    position: absolute;
    display: none;
    left: 20px;
    opacity: 0.5;
    top: -40px;
    width: 130px;
    z-index: -1;
}

footer .dwnl {
    border: 1px solid #CCC;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

footer .dwnl:hover {
    border-color: var(--main-color);
}

footer .dwnl img {
    width: 120px;
}

footer .qr {
    width: 40%;
    margin-left: 20px;
}

.qrbl {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.fancybox__content .widget_wpc_filters_widget {
    display: block !important;
}

.fancybox__content .wpc-filters-section:last-of-type {
    margin-bottom: 0;
}

.products .btns .btn {
    cursor: pointer;
    transition: 0.3s;
}

.products .btns .btn:hover {
    background-color: var(--main-color);
}

.tlfns {
    text-align: right;
    margin-bottom: 5px;
}

header .button {
    padding: 17px 20px;
}

.tlfns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tlfns a {
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 14px;
}

.tlfns a img {
    margin-right: 10px;
    width: 18px;
}

.tlfns a:nth-of-type(3) img {
    width: 10px;
}

.overlayblock {
    position: fixed;
    opacity: 0;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    border-radius: 10px 10px 0 0;
    width: 100%;
    box-shadow: 0px -5px 25px 0px rgba(34, 60, 80, 0.2);
    bottom: -100px;
    transition: 0.3s;
    z-index: -1;
    padding: 40px 30px 30px 30px;
    box-sizing: border-box;
    max-height: 100%;
    overflow: auto;
}

.overlayblock.show {
    bottom: 0;
    z-index: 9999;
    opacity: 1;
}

.overlaybg {
    position: fixed;
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 0.3s;
    backdrop-filter: blur(5px);
}

.overlaybg.show {
    display: block;
    bottom: 0;
    z-index: 202;
    opacity: 1;
}

.overlayblock .cl {
    position: absolute;
    padding: 20px;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 24px;
}

.overlayblock .widget_wpc_filters_widget {
    display: block;
}

div.asl_m {
    z-index: auto !important;
}

.overlayblock .wpc-filters-section:last-of-type {
    margin-bottom: 0;
}

.overlayblock .button {
    margin-top: 30px;
}

section .form section {
    padding: 0;
    align-items: flex-start;
}

.form.p .r {
    margin-right: 60px;
    text-align: left;
    margin-bottom: 60px;
}

section .form form {
    margin-top: 0;
}

.form.p {
    padding: 0;
}



.contactblock {
    display: flex;
    margin-top: 40px;
    gap: 60px;
}

.contactblock .col {
    width: calc(100% / 3);
}

.contactblock .col:first-of-type {
    width: 50%;
}

.contactblock .faddress span {
    margin-top: 20px;
}

.contactblock .faddress span:last-of-type {
    margin-top: 40px;
}

.contactblock .faddress p {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.contactblock .faddress p img {
    margin-right: 20px;
    width: 16px;
}

.contactblock .fst {
    margin-bottom: 40px;
    line-height: 1.2;
}

.contactblock .faddress span {
    margin-bottom: 10px;
}

.contactblock a.bl {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.contactblock a.bl img {
    margin-right: 20px;
    width: 24px;
}

.contactblock .taddress p.sm {
    font-size: 14px;
    margin-top: 10px;
}

.contactblock .taddress .fst {
    margin-top: 40px;
    margin-bottom: 15px;
}

.contactblock .taddress .fst:first-of-type {
    margin-top: 0;
}

.taddress .b {
    font-weight: 700;
}

#form-2 img {
    margin: auto;
    max-width: 400px;
}

#form-2 section .col:first-of-type {
    text-align: center;
}

.products_options {
    width: 100%;
}

.widget_wpc_sorting_widget {
    display: flex;
    align-items: center;
}

.widget_wpc_sorting_widget h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 700;
    white-space: nowrap;
}

.widget_wpc_sorting_widget select {
    margin-bottom: 0;
    min-width: 180px;
    border: 0;
    cursor: pointer;
}

.wpc-filter-chip {
    font-size: 14px !important;
    margin-bottom: 0;
}

.wpc-filter-chip a {
    font-size: 14px !important;
    padding: 10px 20px !important;
    line-height: 1;
}

.wpc-custom-selected-terms {
    margin-top: 10px;
}

.products_options {
    margin-bottom: -20px;
}

.slides {
    border-radius: 20px;
    margin-bottom: 40px;
}

.slides .sl {
    height: 360px;
    background-color: #CCC;
    border-radius: 20px;
    background-size: cover;
    background-position: center center;
    padding: 50px 80px;
    box-sizing: border-box;
}

.slides .sl h2 {
    color: #FFF;
    text-align: left;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
}

.slides .sl img {
    height: 30px;
    width: auto !important;
    margin-bottom: 30px;
}

.slides .sl p {
    font-size: 16px;
    color: #FFF;
    max-width: 400px;
    margin-bottom: 30px;
}

.owl-dot {
    background: transparent !important;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    margin: 0 5px;
    border: 2px solid var(--main-color) !important;
    transition: 0.3s;
}

.owl-dot.active {
    background: var(--main-color) !important;
    opacity: 1;
    width: 45px;
    border: 2px solid var(--main-color) !important;
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.menu .ctlgb {
    background-color: var(--main-color);
    border-radius: 20px;
    color: var(--dark-color);
    padding: 5px 20px 5px 20px;
}

.firstlevel .brdr {
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 12px 20px;
    transition: 0.3s;
    font-weight: 600;
    box-sizing: border-box;
    white-space: nowrap;
    margin-left: -20px;
    width: calc(100% + 40px);
}

.firstlevel .brdr:hover {
    background-color: var(--main-color) !important;
    color: var(--dark-color) !important;
}

.firstlevel .brdr:hover:after {
    color: var(--dark-color) !important;
}

.firstlevel .brdr i {
    margin-left: 20px;
    margin-top: -1px;
}

.firstlevel .brdr span {
    display: flex;
    align-items: center;
}

.id1155 .news {
    margin-top: 40px;
}

.news .block p {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
}

.news .block .title {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news .block .date {
    color: #8f9191;
    font-size: 13px;
    text-align: left;
    margin-bottom: 20px;
}

.news.nw .block {
    width: calc(100%/3 - 13.3333px);
}

.news .block .mr, .fnews .mr {
    text-align: right;
    font-size: 16px;
    display: block;
}

.news .block .mr i, .fnews .mr i {
    margin-left: 10px;
}

.fnews {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.fnews .title {
    text-align: left;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px; 
}

.fnews .date {
    color: #8f9191;
    font-size: 13px;
    text-align: left;
    margin-bottom: 20px;
}

.fnews p {
    text-align: left;
    font-size: 18px;
    margin-bottom: 20px;
}

.fnews .mr {
    font-size: 18px;
}

.fnews .col {
    width: 40%;
    background-size: cover;
    background-position:  center center;
}

.fnews .col:nth-of-type(2) {
    border-radius: 20px;
    width: 60%;
}

.singlen {
    padding-top: 120px;
}

.fnews.full {
    display: block;
}

.scontent {
    font-size: 18px;
}

.scontent ul {
    margin-bottom: 20px;
    list-style-type: disc;
    padding-left: 0;
    list-style-position: inside;
}

.news.nw {
    margin-bottom: 40px;
}

.singlen .bimg {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}


.singlen .fnews .col:nth-of-type(1) {
    border-radius: 20px;
    width: 600px;
  height:300px;
}

.singlen .fnews .col ul li {
    margin-bottom: 0;
}

.singlen .fnews {
    margin-bottom: 60px;
}