/*Theme Name: estp */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
	font-family: 'SFPro';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/SFProText-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'SFPro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/SFProText-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'SFPro';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/SFProText-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'SFPro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/SFProText-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'gilroy';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/gilroy-light.ttf') format('truetype');
}
@font-face {
	font-family: 'gilroy';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/gilroy-regular.ttf') format('truetype');
}
@font-face {
	font-family: 'gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/gilroy-medium.ttf') format('truetype');
}
@font-face {
    font-family: 'gilroy';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/gilroy-semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/gilroy-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'gilroy';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('fonts/gilroy-extra-bold.ttf') format('truetype');
}
:root {
	--font-family: "Roboto", sans-serif;
	--second-family: "Gilroy", sans-serif;
	--third-family: "SFPro", sans-serif;
	--font3: "Roboto Flex", sans-serif;
	--font4: "Inter", sans-serif;
	--font5: "SF Pro Rounded", sans-serif;
	--font6: "Montserrat", sans-serif;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
button:focus {
    outline: none !important;
}
a:focus {
    outline: none;
}
a:active, a:hover {
    outline: 0;
}
a {
    display: inline-block;
    text-decoration: none;
}
input, textarea {
    outline: none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
body {
    min-width: 320px;
  	font-optical-sizing: auto;
  	font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    background: rgba(255,255,255,1);
    font-family: var(--third-family);
}
input[type="submit"], input[type="button"] {
    /* ios */
    -moz-appearance: none;
    -webkit-appearance: none;
}
input::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}
input::-moz-placeholder {
    opacity: 1;
    color: #333;
}
input:-moz-placeholder {
    opacity: 1;
    color: #333;
}
input[placeholder] {
    opacity: 1;
    color: #333;
}
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #333;
}
textarea::-moz-placeholder {
    opacity: 1;
    color: #333;
}
textarea:-moz-placeholder {
    opacity: 1;
    color: #333;
}
textarea[placeholder] {
    opacity: 1;
    color: #333;
}
/* input[type="tel"], input[type="text"], input[type="email"] {
	
} */
.base-container {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    margin: 0 auto;
    max-width: 1120px;
}
.after-clear:after {
    content: '';
    display: block;
    clear: both;
}

.content-style b, .content-style strong{
    font-weight: 600;
    font-size: 18px;
    color: #333;
}
.content-style i, .content-style em{
    font-style: italic;
    font-size: 18px;
    color: #333;
}
.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6{
    margin-bottom: 21px;
    color: #3333;
}
.content-style h1{ font-size: 38px; }
.content-style h2{ font-size: 35px; }
.content-style h3{ font-size: 31px; }
.content-style h4{ font-size: 28px; }
.content-style h5{ font-size: 25px; }
.content-style h6{ font-size: 21px; }
.content-style ul{
    list-style-type: disc;
    list-style-position: inside;
}
.content-style table{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    border-collapse: collapse;
}
.content-style td, .content-style th{
    border: 1px solid #ccc;
    padding: 7px;
    vertical-align: top;
}
.content-style th{
    vertical-align: middle;
}
.content-style ul, .content-style ol{
    margin-bottom: 14px;
}
.content-style li{
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
}
.content-style li:last-child{
    margin-bottom: 0;
}
.content-style ol{
    list-style-position: inside;
}
.content-style blockquote{
    margin-bottom: 14px;
    font-style: italic;
}
.content-style figcaption, .content-style caption{
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    padding-top: 10px;
}
.alignleft{
    float: left;
    margin-right: 15px;
    margin-bottom: 9px;
    }
.alignright{
    float: right;
    margin-left: 15px;
    margin-bottom: 9px;
    margin-top: 8px;
    margin-top: 8px;
    }
.aligncenter{
    display: table;
    margin: 8px auto 0;
    margin-bottom: 14px;
    }
.alignnone{
    display: block;
    margin-bottom: 14px;
    margin-top: 8px;
}
p {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}
p:last-child {
    margin-bottom: 0;
}
.d-flex, .d-flex-wrap, .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.d-flex-wrap, .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.col{
    box-sizing: border-box;
    padding: 0 15px;
}
.d-j {
    justify-content: space-between;
}
.d-m {
    align-items: center;
}
.d-jm {
    justify-content: space-between;
    align-items: center;
}
.d-c {
    justify-content: center;
}
.grid {
    display: grid;
}
.header{
    padding-bottom: 8px;
    background: rgba(249,252,254,1);
}
.header-page{
    padding-bottom: 0;
    box-shadow: 0 10px 30px 0 rgba(63, 169, 245, 0.05);
    background: rgba(255,255,255,1);
}
.header__wrap{
    background: rgba(255,255,255,1);
    padding-top: 5px;
    padding-bottom: 11px;
}
.header .wrap{
    max-width: 1340px;
}
.header__logo{
    display: block;
    line-height: 0;
    margin-right: 88px;
}
.nav-top > li > a{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    background: linear-gradient(180deg, rgba(69,94,100,1) 0%, rgba(58,122,164,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-top > li.active > a, .nav-top > li.current-menu-item > a{
    font-weight: 700;
}
.nav-top > li{
    margin-right: 24px;
}
.nav-top > li:last-child{
    margin-right: 0;
}
.nav-top__ico{
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.tel-wrap{
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
}
.tel-wrap:before{
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(160,164,181,0.2);
}
.tel-wrp {
    margin-right: 24px;
}
.tel-wrp a{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    color: rgba(51,51,51,1);
    display: block;
}
.tel-wrp span{
    display: block;
    text-align: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    color: rgba(160,164,181,1);
}
.nav-authorization a{
    font-family: var(--second-family);
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: right;
    color: rgba(45,156,219,1);
    display: block;
    position: relative;
    margin-right: 26px;
}
.nav-authorization a:last-child{
    margin-right: 0;
}
.nav-authorization a:last-child:before{
    content: '|';
    display: block;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 500;
    color: rgba(51,51,51,1);
}
.nav-authorization a:hover{
    text-decoration: underline;
}
.hero{
    position: relative;
    height: 1620px;
    overflow: hidden;
}
.bg2{
    display: none;
}
img.bg-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center top;
    height: 1620px;
    width: 100%;
    max-width: none;
    z-index: -1;
}
.hero__top{
    padding-top: 39px;
    max-width: 1025px;
    margin: 0 auto 23px;
}
h1.hero__title{
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 62px;
    background: linear-gradient(90deg, rgba(58,122,164,1) 0%, rgba(69,94,100,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 5px 20px rgba(82,123,146,1);
    margin-bottom: 21px;
    text-align: center;
    line-height: 1;
    letter-spacing: -3px;
}
input.hero__input::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(160,164,181,0.5);
}
input.hero__input::-moz-placeholder {
    opacity: 1;
    color: rgba(160,164,181,0.5);
}
input.hero__input:-moz-placeholder {
    opacity: 1;
    color: rgba(160,164,181,0.5);
}
input.hero__input[placeholder] {
    opacity: 1;
    color: rgba(160,164,181,0.5);
} 
.hero__search input.hero__input{
    display: block;
    box-sizing: border-box;
    border-radius: 12px 0 0 12px;
    width: calc(100% - 64px);
    height: 48px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    color: rgba(160,164,181,1);
    background: rgba(245,246,248,1);
    padding: 0 16px;
    border: none;
}
button.hero__submit-search{
    border-radius: 0 12px 12px 0;
    width: 64px;
    height: 48px;
    background: url('img/search.svg') center center no-repeat, linear-gradient(180deg, rgba(243,208,114,1) 0%, rgba(255,152,94,1) 100%) ;
    border: none;
    cursor: pointer;
}
.rh-search{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: rgba(45,156,219,1);
}
.rh-search svg{
    margin-left: 6px;
}
.hero__search{
    margin-bottom: 21px;
}
.hero__info{
    max-width: 1120px;
    margin: 0 auto;
}
.stats{
    margin-bottom: 27px;
}
.stat{
    margin-right: 64px;
}
.stat:last-child{
    margin-right: 0;
}
.stat span{
    display: block;
}
.stat__num{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.119;
    color: rgba(51,51,51,1);
}
.stat__lbl{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    color: rgba(160,164,181,1);
}
.cards-top{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 40px;
    margin: 0 auto 91px;
    max-width: 1120px;
}
.card-top{
    box-sizing: border-box;
    padding: 34px;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: rgba(255,255,255,1);
    border-radius: 16px 18px 18px 16px;
    position: relative;
    height: 220px;
    overflow: hidden;
}
.card-top4, .card-top5{
    border: 1px solid rgba(62,113,143,1);
}
.card-top__title{
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: rgba(51,51,51,1);
    position: relative;
    z-index: 2;
}
.card-top svg{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.trust{
    max-width: 1120px;
    margin: 0 auto;
}
.trust__title{
    font-weight: 400;
    font-size: 48px;
    color: rgba(51,51,51,1);
    margin-bottom: 49px;
}
.clients{
    gap: 29px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 24px;
}
.client__name{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: rgba(79,79,79,1);
    padding-top: 24px;
    box-sizing: border-box;
}
.client{
    padding: 30px 20px 20px;
    background: rgba(255,255,255,1);
    border-radius: 16px;
    box-sizing: border-box;
    height: auto!important;
}
.client__logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 43px;
    height: 56px;
    border-bottom: 1px solid rgba(160,164,181,0.2);
}
.trust-int{
    overflow: hidden;
    position: relative;
}
.trust-int a{
    float: right;
    display: flex;
    align-items: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: rgba(45,156,219,1);
    margin-right: 100px;
}
.trust-int a svg{
    margin-left: 7px;
}
.trust-in{
    padding-top: 10px;
}
.trust-in a{
    font-weight: 400;
    font-size: 18px;
    color: rgba(45,156,219,1);
}
.footer__row{
    margin: 0 auto;
    max-width: 1120px;
}
.footer__links{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    row-gap: 20px;
}
.footer__links a{
    font-weight: 400;
    font-size: 18px;
    color: rgba(45,156,219,1);
}
.footer__links a:hover{
    text-decoration: underline;
}
.support__title{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: rgba(51,51,51,1);
    margin-bottom: 24px;
}
.support__text{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    color: rgba(45,156,219,1);
    display: block;
}
.support__text:first-child{
    margin-bottom: 3px;
}
.support__wrp{
    margin-bottom: 45px;
}
/* .support__copy{
    font-weight: 400;
    font-size: 14px;
    color: rgba(160,164,181,0.4);
    position: relative;
}
.support__copy:before{
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    bottom: 0;
    width: 56px;
    height: 40px;
    background: url('img/sk.svg') no-repeat;
} */
.support__copy {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: rgba(160,164,181,0.4);
    display: inline-flex;
    align-items: center;
}

/* Иконка-ссылка */
.support__icon {
    display: block;
	position: absolute;
	left: -90px;
	bottom: 0;
    width: 56px;
    height: 40px;
    margin-right: 10px; /* расстояние между иконкой и текстом */
    background: url('img/sk.svg') no-repeat center/contain;
    transition: opacity 0.2s ease;
}

.support__icon:hover {
    opacity: 0.7;
}


.footer{
    padding-top: 64px;
    padding-bottom: 64px;
}
.footer__left{
    margin-right: 95px;
}
.h-title{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2678;
    color: rgba(51,51,51,1);
    margin-bottom: 32px;
}
.tariffs{
    max-width: 831px;
    margin: 0 auto;
}
.nav-tr a{
    display: block;
    margin-right: 64px;
    font-weight: 400;
    font-size: 18px;
    color: rgba(160,164,181,1);
    position: relative;
}
.nav-tr a:last-child{
    margin-right: 0;
}
.nav-tr a.active{
    color: rgba(51,51,51,1);
}
.nav-tr a:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    right: -32px;
    background: rgba(160,164,181,0.5);
}
.nav-tr a:last-child:before{
    display: none;
}
.page-wrap{
    padding-top: 105px;
    padding-bottom: 70px;
}
.page-wrap-inner{
    padding-top: 105px;
    padding-bottom: 70px;
}
.nav-tr{
    margin-bottom: 64px;
}
.tariffs__wrap{
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 831px;
    margin: 0 auto;
}
.tariffs-item{
    border: 1px solid rgba(160,164,181,1);
    border-radius: 16px;
    background: rgba(255,255,255,1);
}
.tariffs-item__body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.tariffs-item__wrp{
    padding: 32px 24px 6px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
}
.tariffs-item__title{
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.117;
    text-align: center;
    background: linear-gradient(180deg, rgba(170,212,133,1) 0%, rgba(170,212,133,1) 2%, rgba(108,190,69,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(160,164,181,0.2);
    margin-bottom: 25px;
    text-align: center;
}
.ul-style ul li{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #333;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.ul-style ul li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url('img/li.svg') no-repeat;
    width: 14px;
    height: 14px;
}
.tariffs-btn{
    transition: 0.25s;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #aad485 0%, #aad485 2%, #6cbe45 100%);
    padding: 19px;
    border-radius: 0 0 16px 16px;
}
.tariffs-desc{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
}
.tariffs-price{
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 36px;
    text-align: center;
    color: #333;
}
.tariffs-txt{
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    display: block;
    text-align: center;
    letter-spacing: -3px;
}
.tariffs-item3 .tariffs-item__wrp{
    padding-left: 16px;
    padding-right: 16px;
}
.tariffs-price, .tariffs-txt{
    padding-top: 15px;
}
.crumbs{
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.crumbs li{
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2678;
    color: #333;
    margin-right: 45px;
    position: relative;
    line-height: 1.1;
}
.crumbs li a{
    font-size: 42px;
    color: #333;
    line-height: 1.1;
}
.crumbs li:last-child{
    margin-right: 0;
}
.crumbs li:before{
    content: '→';
    display: block;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translate(0, -50%);
}
.crumbs li:last-child:before{
    display: none;
}
.tariffs-in{
    max-width: 880px;
    margin-bottom: 57px;
}
.nav-group{
    border-bottom: 1px solid rgba(160,164,181,0.2);
}
.nav-group a{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #a0a4b5;
    position: relative;
    display: table;
    padding-bottom: 10px;
    margin-right: 25px;
    top: 2px;
}
.nav-group a:last-child{
    margin-right: 0;
}
.nav-group a.active{
    color: #333;
}
.nav-group a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: transparent;
}
.nav-group a.active:before{
    background: #dfa370;
}
.tariffs-in .nav-tr{
    margin-bottom: 18px;
}
.tariff__wrap{
    margin: 0 auto;
    max-width: 928px;
}
.tariff-block__body{
    width: 70%;
    box-sizing: border-box;
    padding: 32px;
    box-shadow: 0 0 30px 0 rgba(63, 169, 245, 0.1);
    background: linear-gradient(360deg, #24abcd 0%, #3a7aa4 100%);
    border-radius: 16px 0 0 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tariff-block-title{
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #fff;
    display: block;
}
.bt-y{
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    padding-bottom: 22px;
}
.tariff-block__body img{
    position: absolute;
    top: 0;
    right: 31px;
}
.tariff-block__right{
    width: 30%;
    border: 1px solid  #a0a4b5;
    border-radius: 0 16px 16px 0;
    background: #fff;
    padding: 32px 30px;
    box-sizing: border-box;
}
.group-bt{
    background: rgba(160, 164, 181, 0.1);
    border-radius: 12px;
    padding: 8px;
    margin-bottom: 32px;
}
.group-bt a{
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #a0a4b5;
    display: block;
    border: 1px solid #a0a4b5;
    border-radius: 8px;
    padding: 8px 4px;
    margin-right: 8px;
    box-sizing: border-box;
    width: 95px;
    flex-shrink: 0;
}
.group-bt a.active{
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: linear-gradient(90deg, #535d67 0%, #3a7aa4 100%);
    border: 1px solid transparent;
}
.group-bt a:last-child{
    margin-right: 0;
}
.cena{
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    margin-bottom: 12px;
}
.btn{
    display: block;
    box-sizing: border-box;
    transition: 0.25s;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.117;
    text-align: center;
    color: #fff;
    width: 211px;
    padding: 14px 6px;
    background: linear-gradient(360deg, #24abcd 0%, #3a7aa4 100%);
    border-radius: 12px;
}
.tariff-block{
    margin-bottom: 31px;
}
.pl-t-label{
    width: 256px;
    background: url('img/gift.svg') 42px center no-repeat, linear-gradient(180deg, #f3d072 0%, #ff985e 100%);
    border-radius: 16px 0 0 16px;
    padding: 18px 31px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.pl-t-label span{
    display: block;
    max-width: 120px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
    float: right;
}
.pl-t-txt{
    width: calc(100% - 256px);
    box-sizing: border-box;
    padding-left: 32px;
}
.pl-t-txt, .pl-t-txt p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}
.pl-t{
    margin-bottom: 21px;
}
.table-grid{
    margin-bottom: 34px;
}
.grid-row{
    display: grid;
    grid-template-columns: 37% 34% 29%;
    border: 1px solid #a0a4b5;
    border-top: none;
    align-items: center;
}
.grid-row:first-child{
    border: none;
}
.grid-row:last-child{
    border-radius: 0 0 16px 16px;
}
.table-grid span{
    display: block;
    box-sizing: border-box;
    height: 100%;
}
.gr-th, .gr-th span{
    font-weight: 400;
    font-size: 18px; 
    line-height: 1.117;
    color: #fff;
    background: #535d67;
    position: relative;
}
.gr-th:nth-child(2){
    color: #333;
    background: linear-gradient(90deg, #535d67 0%, #3a7aa4 100%);
}
.gr-th:nth-child(3){
    color: #333;
    background: linear-gradient(90deg, #3a7aa4 0%,  #24abcd 100%);
}
.gr-th span:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    background: url('img/information.svg') no-repeat;
    transform: translate(0, -50%);
    width: 24px;
    height: 25px;
}
.gr-th span{
    padding: 0;
    background: none;
    padding-left: 32px;
    display: table;
    margin: 0 auto;
    color: #333;
}
.gr-th{
    padding: 21px 24px;
    text-align: center;
    border-right: 1px solid #fff;
}
.gr-td{
    padding: 24px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}
.gr-th:first-child{
    border-radius: 16px 0 0 0;
}
.gr-th:last-child{
    border-radius: 0 16px 0 0;
    border-right: 1px solid #25a8cb;
}
.gr-td:nth-child(1){
    color: #333;
    text-align: left;
}
.gr-td:nth-child(2){
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
}
.gr-td:nth-child(3){
    color: #a0a4b5;
}
.grid-row:nth-child(2n+3){
    background: #eceef1;
}
.block-tarif-text p{
    font-weight: 400;
    font-size: 13px;
    color: #333;
    margin-bottom: 14px;
}
.block-tarif-text p:last-child{
    margin-bottom: 0;
}
.tariffs-participants .tariffs-item__title{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.117;
    text-align: center;
    color: #135e8f;
     -webkit-text-fill-color: initial;
    background: none;
    margin-bottom: 0;
    padding-bottom: 21px;
}
.tariffs-participants .tariffs-btn{
    background: #135e8f;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}
.tariffs-participants .tariffs-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    position: static;
    margin-top: 7px;
    min-height: 34px;
}
.tariffs-participants .tariffs-item__wrp{
    padding-top: 15px;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tariffs-desc-txt{
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    color: #a0a4b5;
    max-width: 200px;
    min-height: 47px;
}
.tariffs-participants .tariffs-price{
    padding-top: 0;
}
.tariffs-participants .tariffs-item__wrp-in{
    padding-top: 32px;
    padding-bottom: 43px;
}
.crumbs-list li{
    font-size: 22px;
    line-height: 1.2678;
    letter-spacing: -2px
}
.crumbs-list li:nth-child(2) a, .crumbs-list li:nth-child(2){
    font-size: 32px;
    line-height: 1.2678;
    letter-spacing: -2px
}
.crumbs-list li:before {
    content: '→';
    display: block;
    position: absolute;
    right: -50px;
    top: 50%;
    font-size: 42px;
    transform: translate(0, -50%);
}
.crumbs-list li:nth-child(2):before{
    font-size: 32px;
    right: -45px;
}
.crumbs-list li{
    margin-right: 60px;
}
.heder-title{
    margin-bottom: 20px;
}
.heder-title h1{
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2678;
    color: #333;
}
.prev-link{
    font-weight: 700;
    font-size: 18px;
    display: block;
    color: #2d9cdb;
}
.group-bt-alt a{
    border: none;
}
.btn-wrp{
    padding-top: 20px;
}
.btn-style{
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    background: #135e8f;
    border-radius: 16px;
    padding: 19px 10px;
    transition: 0.25s;
    text-align: center;
}
.page-wrap-inners{
    padding-top: 58px;
}
.crumbs-pages li{
    margin-right: 60px;
}
.crumbs-pages li, .crumbs-pages li a{
    color: #333;
    font-size: 42px;
    line-height: 1.2678;
}
.crumbs-pages li a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #3e718f;
}
.crumbs-pages li a:hover{
    text-decoration: none;
}
.crumbs-pages li:before{
    color: #333;
    font-size: 42px;
    right: -50px;
}
.base-nave a{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #a0a4b5;
    display: block;
    padding: 0 21px;
    padding-bottom: 14px;
    position: relative;
    top: 2px;
    transition: 0.25s;
}
.base-nave .active a:before, .base-nave a:hover:before, .base-nave .current-menu-item a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(to right,  #397aa4 0%,#a0d7e5 100%); 
}
.base-nave .active a, .base-nave .current-menu-item a, .base-nave a:hover{ 
    color: #333;
}
.page-wrap-inners .crumbs{
    margin-bottom: 52px;
}
.base-nave{
    margin-bottom: 24px;
    border-bottom: 1px solid  rgba(160,164,181,0.2);
}
.page-wrap-inners h1{
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
.about-wrap__img{
    box-sizing: border-box;
    margin-right: 21px;
    width: 29.5%;
    text-align: center;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    padding: 31px 0 10px;
    background: #fff;
}
.about-wrap__txt{
    width: calc(70.5% - 21px);
    box-sizing: border-box;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    padding: 32px;
    background: #fff;
}
.about-wrap__img img{
    display: table;
    margin: 0 auto 12px;
}
.about-wrap__img span{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #333;
    display: block;
}
.about-wrap__txt p{
    font-family: var(--second-family);
    line-height: 1.28;
}
.h2-style h2{
    text-align: center;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 42px;
    color: #333;
}
.licenses-block h2{
    margin-bottom: 88px;
}
.licenses-block .wrap{
    max-width: 990px;
}
.licenses-block__wrap{
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.licenses-block__item{
    display: block;
}
.licenses-block__item span{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #333;
    text-align: center;
    display: block;
}
.licenses-block__item img{
    margin-bottom: 16px;
}
.licenses-block{
    padding-bottom: 70px;
    padding-top: 35px;
}
.news-item{
    padding: 32px;
    box-shadow: 0 10px 30px 0 rgba(63, 169, 245, 0.05);
    background: #fff;
    border-radius: 20px;
    margin-bottom: 24px;
}
.news-item:last-child{
    margin-bottom: 0;
}
.news-item h3{
    margin-bottom: 24px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
}
.news-item a{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #333;
}
.news-item a:hover{
    text-decoration: underline;
}
.news-item p{
    font-family: var(--second-family);
}
.news-item__wrp{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(63,98,142,0.1);
}
time{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: #a0a4b5;
}
.news-item__wrp, .news-item__wrp li{
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}
.news-item__wrp li{
    margin-bottom: 12px;
}
.news-wrap{
    margin: 0 auto;
    max-width: 832px;
    padding-bottom: 70px;
}
.news-wrap ol{
    list-style-position: inside;
}
.doc-wrap{
    max-width: 1027px;
    margin: 0 auto;
    padding-bottom: 70px;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
}
.doc-item{
    display: block;
}
.doc-item img{
    margin-bottom: 24px;
}
.doc-item span{
    display: block;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #2d9cdb;
}
.doc-wrapper h1{
    margin-bottom: 36px;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2678;
    color: #333;
}
.details-wrap, .contact-wrap, .section-wrap, .page-customers, .page-suppliers{
    padding-bottom: 70px;
}
.details-item{
    margin-bottom: 16px;
}
.details-item:last-child{
    margin-bottom: 0;
}
.details-name{
    display: block;
    margin-bottom: 8px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: #a0a4b5;
}
.details-val{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.details-wrapper h1{
    margin-bottom: 16px;
}
.details-wrapper{
    padding-bottom: 70px;
}
.details-wrap{
    max-width: 680px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: #fff;
    padding: 16px 46px;
}
.down-wrp{
    padding-top: 50px;
    text-align: center;
}
.down-wrp a{
    text-align: center;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 24px;
    color: #eb5757;
}
.contact-wrapper h1{
    margin: 22px;
}
.contact-wrap{
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 898px;
    padding: 48px 32px;
}
.cont-info{
    display: block;
    margin-bottom: 12px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #333;
}
.cont-val{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    color: #2d9cdb;
    margin-bottom: 4px;
}
a.cont-val:hover{
    text-decoration: underline;
}
.contact-block{
    margin-bottom: 31px;
}
.contact-block:last-child{
    margin-bottom: 0;
}
.contact-wrap__right .contact-block{
    margin-bottom: 24px;
}
.contact-wrap__left{
    width: 70%;
    box-sizing: border-box;
    padding-right: 15px;
}
.contact-wrap__right{
    max-width: 30%;
    padding-top: 8px;
}
.contact-wrap__right .cont-info{
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    color: #a0a4b5;
    margin-bottom: 7px;
}
.contact-wrap__right .cont-val{
    color: #333;
    line-height: 1.2;
}
.title-full, h1.title-full, a.title-full{
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2678;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #3e718f;
    display: block;
    margin-bottom: 51px;
    text-align: left;
}
.section-wrap{
    margin: 0 auto;
    max-width: 1120px;
}
.page-section .wrap{
    max-width: 1170px;
}
.section-wrap .card-top{
    border: 1px solid #3e718f;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: #fff;
    overflow: hidden;
}
.section-wrap .card-top svg{
    right: -3px;
    top: -2px;
}
.section-wrap .card-top__title{
    text-align: left;
}
.section-wrap .cards-top{
    margin-bottom: 0;
}
.customers-wrap{
    margin: 0 auto;
}
.customers-wrap{
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.customers-item{
    border-radius: 16px;
    padding: 40px 32px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.customers-item:before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    opacity: 0.1;
}
.customers-item1:before{
    background: linear-gradient(360deg, #24abcd 0%, #6dd5ed 100%);
}
.customers-item2:before{
    background: linear-gradient(180deg, #aad485 0%, #aad485 2%, #6cbe45 100%);
}
.customers-item3:before{
    background: linear-gradient(0deg, #9687c0 0%, #ecbad6 100%);
}
.customers-item4:before{
    background: linear-gradient(360deg, #ec6ea0 0%, #eb8c69 99%, #eb8c69 100%);
}
.customers-item5:before{
    background: linear-gradient(0deg, #b8860b 0%, rgba(255, 204, 0, 0.5) 100%);
}
.customers-item6:before{
    background: linear-gradient(360deg, #2c3e50 0%, #828282 100%);
}
.customers-item7:before{
    background: linear-gradient(180deg, #f3d072 0%, #ff985e 100%);
}
.customers-ico{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
}
.customers-title{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #333;
    margin-bottom: 40px;
    letter-spacing: -1px;
}
.customers-item li{
    margin-bottom: 15px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.customers-item li:last-child{
    margin-bottom: 0;
}
.customers-item-last{
    padding-right: 0;
}
.customers-item-desc{
    display: block;
    font-size: 16px;
    line-height: 1.119;
    color: #333;
    margin-bottom: 16px;
    max-width: 170px;
    padding-top: 31px;
}
.customers-item-last .customers-title{
    text-align: left;
}
.customers-wrap{
    margin-bottom: 41px;
}
.button-st{
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 348px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.117;
    text-align: center;
    color: #fff;
    padding: 14px 6px;
    transition: 0.25s;
    background: linear-gradient(0deg, #9687c0 0%, #ecbad6 100%);
    border-radius: 12px;
    margin: 0 auto 40px;
}
.nam-txt{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.117;
    text-align: center;
    color: #333;
    margin-bottom: 48px;
}
.customers-logo{
    grid-template-columns: repeat(3, 1fr);
    gap: 19px;
    margin-bottom: 24px;
}
.customers-dr{
    display: table;
    margin: 0 auto;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    color: #a0a4b5;
}
.customers-bottom{
    max-width: 875px;
    margin: 0 auto;
}
.page-customers{
    background: url('img/customers-bg.svg') right bottom no-repeat;
}
.suppliers-lists{
    justify-content: flex-end;
    margin-bottom: 64px;
}
.suppliers-list{
    max-width: 55%;
}
.ul-style-min li{
    position: relative;
    padding-left: 37px;
    margin-bottom: 20px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}
.ul-style-min li:last-child{
    margin-bottom: 0;
}
.ul-style-min li:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: url('img/li2.svg') no-repeat;
    width: 16px;
    height: 16px;
}
.grid-sup{
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 750px;
}
.suppliers-block__left{
    width: calc(100% - 246px);
    box-sizing: border-box;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: #fff url('img/sb3.svg') 105% 80% no-repeat;
    border-radius: 20px 0 0 20px;
    padding: 23px 0;
    padding-left: 74px;
}
.suppliers-block__right{
    width: 246px;
    box-sizing: border-box;
    box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, 0.1);
    background: linear-gradient(180deg, #aad485 0%, #aad485 2%, #6cbe45 100%);
    border-radius: 0 20px 20px 0;
    padding: 20px 20px 48px;
    padding-left: 48px;
    display: flex;
    align-items: flex-end;
}
.suppliers-block__right span{
    max-width: 150px;
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
}
.sub-name{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    color: #333;
}
.suppliers-bl1 img{
    margin-bottom: 16px;
    position: relative;
}
.suppliers-bl1 .sub-name, .suppliers-bl2 .sub-name, .suppliers-bl3 .sub-name{
    padding-left: 30px;
}
.suppliers-bl3 img{
    margin-bottom: 20px;
}
.suppliers-bl2 .sub-name{
    margin-bottom: 16px;
}
.suppliers-bl{
    position: relative;
}
.suppliers-bl:before{
    content: '';
    display: block;
    position: absolute;
}
.suppliers-bl1:before{
    background: url('img/sb1.svg') no-repeat;
    background-size: 100% 100%;
    top: 86px;
    right: -4px;
    width: 129px;
    height: 55px;
}
.suppliers-bl2:before{
    background: url('img/sb2.svg') no-repeat;
    background-size: 100% 100%;
    top: 86px;
    right: -7px;
    width: 131px;
    height: 56px;
}
.suppliers-bottom{
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
}
.suppliers-bottom__zag{
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 1.117;
    text-align: center;
    color: #333;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.suppliers-bottom__desc{
    display: block;
    margin-bottom: 32px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #a0a4b5;
}
.button-alt{
    display: block;
    width: 100%;
    max-width: 348px;
    margin: 0 auto;
    box-sizing: border-box;
    transition: 0.25s;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.117;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    padding: 14px 5px;
    background: linear-gradient(180deg, #f3d072 0%, #ff985e 100%);
}
.suppliers-block {
    margin-bottom: 72px;
}
.page-suppliers{
    background: url('img/suppliers-bg.svg') left -90px no-repeat;
}
.contact-wrapper{
    padding-bottom: 70px;
}
.clients-swiper-wrp{
    position: relative;
}
.nav-sw{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -43px;
    display: flex;
    justify-content: center;
}
.nav-sw a{
    position: relative;
    z-index: 9;
}
.post_nav .wp-pagenavi{
    max-width: 832px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
}
.wp-pagenavi .current{
    background: #2d9cdb;
    border-radius: 8px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    min-width: 32px;
    height: 32px;
    margin: 0 8px;
    padding: 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.wp-pagenavi a{
    box-sizing: border-box;
    padding: 0 3px;
    min-width: 32px;
    height: 32px;
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #a0a4b5;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi a.previouspostslink{
    font-size: 1px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    width: 8px;
    height: 14px;
    background: url('img/page-l.svg') no-repeat;
    margin-right: 16px;
    min-width: auto;
}
.wp-pagenavi a.nextpostslink{
    font-size: 1px;
    font-size: 0;
    color: rgba(0, 0, 0, 0);
    width: 8px;
    height: 14px;
    background: url('img/page-r.svg') no-repeat;
    margin-left: 16px;
    min-width: auto;
}
.article-style{
    padding-bottom: 70px;
}
.tarif-template, .tarif-template-inner{
    display: none;
}
.tarif-template2{
    display: block;
}

/* responsive */
.menu-mob, .nav-top-mob-wrp .tel-wrap{
    display: none;
}
@media screen and (max-width: 1270px) {
    .header__logo{
        margin-right: 33px;
        flex-shrink: 0;
    }
}
@media screen and (max-width: 1199px) {
    .nav-top{
        display: none;
    }
    .menu-mob{
        display: block;
    }
    .click-menu{
        display: block;
        line-height: 0;
        width: 35px;
    }
    .click-menu span{
        display: block;
        height: 3px;
        margin-bottom: 6px;
        border-radius: 3px;
        background: #333;
    }
    .click-menu span:last-child{
        margin-bottom: 0;
    }
    .nav-top-mob a{
        font-weight: 400;
        font-size: 16px;
        letter-spacing: -0.02em;
        text-align: center;
        background: linear-gradient(180deg, rgba(69,94,100,1) 0%, rgba(58,122,164,1) 100%);
        background-clip: border-box;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .nav-top-mob > li > a{
        display: flex;
        align-items: center;
    }
    .nav-top-mob > li{
         border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .nav-top-mob li:last-child{
        margin-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .nav-top__ico{
        margin-bottom: 0;
        margin-right: 12px;
    }
    .nav-top-mob > li.active > a, .nav-top-mob > li.current-menu-item > a{
        font-weight: bold;
    }
    .nav-top-mob-wrp{
        position: absolute;
        margin-top: 10px;
        background: #fff;
        border-radius: 4px;
        padding: 25px 20px;
        z-index: 9;
        box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        width: 300px;
        display: none;
    }
    .header__logo{
        margin-right: 100px;
    }
    .heder-title{
        display: block;
    }
    .prev-link{
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1023px) {
    .clients {
        gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .hero{
        box-sizing: border-box;
        padding-bottom: 50px;
    }
    h1.hero__title{
        font-size: 48px;
    }
    img.bg-top{
        height: 100%;
    }
    .hero{
        min-height: auto;
        height: auto;
    }
    .trust__title{
        font-size: 40px;
    }
    .tariff-block__right{
        width: 270px;
    }
    .tariff-block__body{
        width: calc(100% - 270px);
    }
    .crumbs li{
        font-size: 30px;
    }
    .heder-title h1{
        font-size: 35px;
    }
    .crumbs-list li:nth-child(2) a, .crumbs-list li, .crumbs-list li:nth-child(2){
        font-size: 28px;
    }
    .pl-t-label{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .crumbs-pages li, .crumbs-pages li a, .crumbs-pages li:before{
        font-size: 30px;
    }
    .crumbs-pages li:before{
        right: -43px;
    }
    .licenses-block__wrap{
        gap: 15px;
    }
    .page-customers{
        background: none;
    }
    .customers-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .page-suppliers{
        background-size: 60% auto;
    }
    .suppliers-block__right{
        padding: 30px;
    }
    .suppliers-block__right span{
        font-size: 30px;
    }
    .suppliers-block__left{
        padding-left: 30px;
    }
    .suppliers-bl img{
        position: relative;
    }
    .alignleft, .alignright{
        max-width: 70vw;
    }
}
@media screen and (max-width: 767px) {
    .card-top{
        padding: 20px;
    }
    .cards-top{
        gap: 10px;
    }
    .stat__num{
        font-size: 35px;
    }
    .cards-top{
        margin-bottom: 40px;
    }
    .header__logo{
        margin-right: 50px;
    }
    .footer__row{
        display: block;
    }
    .footer__left{
        margin-right: 0;
        margin-bottom: 30px;
    }
    .footer__links{
        justify-content: center;
        grid-template-columns: auto auto;
    }
    .support{
        display: table;
        text-align: center;
        margin: 0 auto;
    }
    .support__copy:before {
        left: 0;
    }
    .support__copy{
        padding-left: 75px;
    }
    .h-title{
        font-size: 35px;
    }
    .nav-tr{
        margin-bottom: 30px;
    }
    .tariffs-txt{
        font-size: 22px;
    }
    .tariffs__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-wrap {
        padding-top: 50px;
        padding-bottom:50px;
    }
    .gr-td, .gr-th, .gr-th span{
        font-size: 14px;
    }
    .pl-t-txt, .pl-t-txt p{
        font-size: 16px;
    }
    .pl-t-txt{
        padding-left: 15px;
    }
    .tariffs-in{
        margin-bottom: 30px;
    }
    .page-wrap-inner{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .crumbs li a, .crumbs li{
        font-size: 22px;
    }
    .crumbs-list li:nth-child(2) a, .crumbs-list li, .crumbs-list li:nth-child(2){
        font-size: 22px;
    }
    .crumbs-list li:before, .crumbs-list li:nth-child(2):before {
        font-size: 22px;
    }
    .pl-t-label{
        padding-left: 15px;
        padding-right: 15px;
    }
    .pl-t{
        align-items: center;
    }
    .gr-td, .gr-th, .gr-th span{
        font-size: 13px;
    }
    .crumbs li:before {
        right: -35px;
    }
    .heder-title h1{
        font-size: 31px;
    }
    .page-wrap-inners h1{
        font-size: 35px;
    }
    .about-wrap__img span{
        font-size: 18px;
    }
    .licenses-block h2{
        font-size: 31px;
        margin-bottom: 30px;
    }
    .licenses-block{
        padding-bottom: 50px;
    }
    .page-wrap-inners{
        margin-bottom: 30px;
    }
    .licenses-block__wrap{
        grid-template-columns: repeat(3, 1fr);
    }
    .about-wrap__img{
        margin-right: 0;
        width: 100%;
        padding-bottom: 0;
    }
    .about-wrap__txt{
        width: 100%;
    }
    .about-wrap__img img{
        max-height: 130px;
        margin-bottom: 10px;
    }
    .crumbs-pages li{
        margin-right: 44px;
    }
    .page-suppliers{
       padding-bottom: 50px; 
    }
    .base-nave ul{
        overflow-x: auto;
        padding-bottom: 7px;
        position: relative;
        box-sizing: border-box;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .base-nave li{
        white-space: nowrap;
        position: relative;
    }
    .base-nave a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .news-item{
        margin-bottom: 10px;
    }
    .news-wrap, .doc-wrap, .details-wrapper{
        padding-bottom: 50px;
        margin-bottom: 0;
    }
    .doc-item img{
        margin-bottom: 10px;
    }
    .doc-wrap{
        gap: 10px;
    }
    .contact-wrapper, .section-wrap, .page-customers{
        padding-bottom: 50px;
    }
    .customers-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .customers-title{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .page-suppliers{
        background: none;
    }
    .suppliers-list{
        max-width: 100%;
    }
    .suppliers-block__left, .suppliers-block__right{
        width: 100%;
        padding: 20px;
    }
    .suppliers-block__right{
        order: -1;
        border-radius: 20px;
    }
    .suppliers-block__right span{
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .article-style{
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 599px) {
    .cards-top {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
    .card-top{
        height: 150px;
    }
    .client__name{
        font-size: 14px;
    }
    .client{
        padding: 15px;
    }
    .trust__title{
        margin-bottom: 30px;
    }
    .stat{
        margin-right: 30px;
    }
    h1.hero__title{
        font-size: 41px;
    }
    .clients{
        gap: 10px;
    }
    .tel-wrap{
        display: none;
    }
    .nav-top-mob-wrp .tel-wrap{
        display: block;
        margin-right: 0;
        padding-right: 0;
    }
    .nav-top-mob{
        margin-bottom: 21px;
    }
    .nav-top-mob-wrp .tel-wrap:before{
        display: none;
    }
    .nav-top-mob-wrp .tel-wrp span{
        text-align: left;
        padding: 7px 0;
    }
    .footer{
        padding-top: 30px;
        padding-bottom: 30px;
    } 
    .tariffs-price{
        font-size: 28px;
    }
    .pl-t-label{
        justify-content: center;
        display: flex;
    }
    .pl-t-label{
        background-position: 20px center;
        border-radius: 15px;
        margin: 0 auto 20px;
    }
    .pl-t{
        display: block;
    }
    .pl-t-txt{
        padding-left: 0;
        width: 100%;
        max-width: 100%;
    }
    .gr-th, .gr-td {
        padding: 15px 10px;
    }
    .tariff-block{
        display: block;
    }
    .tariff-block__body{
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 25px 20px;
        text-align: center;
        padding: 20px 15px;
    }
    .tariff-block__right{
        width: 100%;
        border-radius: 0 0 20px 20px;
        padding: 20px 15px;
    }
    .group-bt{
        margin-bottom: 15px;
        justify-content: center;
    }
    .tariff-block__right .btn{
        margin: 0 auto;
    }
    .tariffs-price{
        font-size: 23px;
    }
    .tariffs-participants .tariffs-item__wrp-in {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .heder-title h1{
        font-size: 28px;
    }
    .about-wrap__txt{
        padding: 10px;
    }
    .licenses-block__wrap {
        grid-template-columns: repeat(2, 1fr);
    }
    .licenses-block__item img{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .doc-wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-wrap__left{
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-wrap__right{
        width: 100%;
        max-width: 100%;
    }
    .customers-item{
        padding: 20px 15px;
    }
    .button-st{
        margin-bottom: 20px;
    }
    .nam-txt{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .customers-logo{
        gap: 10px;
    }
    .suppliers-block__left{
        background: none;
    }
    .suppliers-bl:before {
        display: none;
    }
    .suppliers-bl .sub-name{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .suppliers-lists{
        margin-bottom: 30px;
    }
    .nav-sw{
        bottom: -25px;
    }
    .trust-int{
        padding-top: 10px;
    }
    .alignleft, .alignright{
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: table;
    }

}
@media screen and (max-width: 479px) {
    .article-style{
        padding-bottom: 30px;
    }
    .title-full, h1.title-full, a.title-full{
        margin-bottom: 35px;
    }
    .card-top__title{
        font-size: 14px;
    }
    .stat{
        margin-right: 20px;
    }
    .stat__num{
        font-size: 29px;
    }
    h1.hero__title{
        font-size: 35px;
    }
    .trust__title{
        font-size: 28px;
    }
    .clients {
        grid-template-columns: repeat(2, 1fr);
    }
    .nav-top-mob-wrp{
        left: 15px;
    }
    .support__text{
        font-size: 18px;
    }
    .tariffs__wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
    .tariffs-item__wrp{
        padding-bottom: 30px;
        padding-top: 18px;
    }
    .tariffs-desc{
        position: static;
    }
    .h-title{
        font-size: 30px;
    }
    .nav-tr a{
        margin-right: 30px;
    }
    .nav-tr a:before {
        right: -17px;
    }
    .tariffs-btn{
        padding: 15px;
    }
    .nav-tr a{
        font-size: 16px;
    }
    .tariffs-item__title{
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .page-wrap {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .gr-td, .gr-th, .gr-th span{
        font-size: 12px;
    }
    .tariff-block-title{
        font-size: 32px;
    }
    .cena{
        font-size: 28px;
    }
    .page-wrap-inner {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .crumbs li a, .crumbs li{
        font-size: 19px;
    }
    .gr-th span{
        padding-left: 26px;
    }  
    .gr-th br, .gr-td br{
        display: none;
    }
    .nav-group a{
        margin-right: 11px;
    }
    .nav-group a{
        font-size: 12px;
    }
    .crumbs li:before {
        right: -32px;
    }
    .crumbs-list li, .crumbs-list li a, .crumbs-list li:nth-child(2) a, .crumbs-list li:nth-child(2){
        font-size: 18px;
    }
    .btn-style{
        font-size: 16px;
    }
    .licenses-block{
        padding-bottom: 30px;
    }
    .page-wrap-inners h1{
        font-size: 28px;
    }
    .licenses-block h2{
        font-size: 27px;
    }
    .page-wrap-inners{
        padding-top: 30px;
    }
    .crumbs-pages li:before{
        font-size: 19px;
    }
    .news-item{
        padding: 10px;
    }
    .news-item h3, .news-item a{
        font-size: 20px;
    }
    .news-wrap, .doc-wrap, .contact-wrapper, .section-wrap, .page-customers{
        padding-bottom: 30px;
    }
    .page-suppliers{
        margin-bottom: 0;
    }
    .doc-item span{
        font-size: 16px;
    }
    .details-wrap, .contact-wrap{
        padding: 15px 10px;
    }
    .details-val{
        font-size: 16px;
    }
    .down-wrp a{
        font-size: 21px;
    }
    .page-wrap-inners .crumbs{
        margin-bottom: 30px;
    }
    .customers-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .suppliers-block__right span{
        font-size: 22px;
    }
    .suppliers-block__right{
        padding: 12px 10px;
        border-radius: 15px;s
    }
    .suppliers-block{
        margin-bottom: 30px;
    }
    .suppliers-bottom__zag{
        font-size: 22px;
    }
    .grid-sup{
        display: block;
        text-align: center;
    }
    .suppliers-bl .sub-name{
        text-align: center;
        padding-left: 0;
        width: 100%;
    }
    .suppliers-bl .sub-name br{
        display: none;
    }
    .suppliers-bl{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 11px;
    }
    .suppliers-bl img{
        order: -1;
    }
    .suppliers-bl:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 370px) {
    .stat__num{
        font-size: 22px;
    }
    .stat__lbl{
        font-size: 12px;
    }
    .hero__search input.hero__input{
        font-size: 13px;
    }
    .client{
        padding: 10px;
    }
    .trust-int a{
        float: none;
        display: table;
        margin: 0 auto 14px;
    }
    .trust-in{
        padding: 0;
        display: table;
        margin: 0 auto;
    }
    .nav-top-mob-wrp{
        width: 285px;
    }
    .header__logo{
        margin-right: 20px;
    }
    .nav-authorization a{
        font-size: 14px;
    }
    .footer__links{
        gap: 20px;
    }
    .nav-tr a{
        font-size: 14px;
    }
    .gr-td, .gr-th, .gr-th span{
        font-size: 10px;
    }
    .pl-t-txt, .pl-t-txt p, p{
        font-size: 14px;
    }
    .gr-th, .gr-td {
        padding: 12px 4px;
    }   
    .nav-group a{
        font-size: 11px;
    }
    .crumbs-list li, .crumbs-list li a, .crumbs-list li:nth-child(2) a, .crumbs-list li:nth-child(2){
        font-size: 15px;
    }
    .heder-title h1{
        font-size: 22px;
    }
    .btn-style{
        font-size: 14px;
    }
    .licenses-block__wrap{
        gap: 7px;
        row-gap: 15px;
    }
    .doc-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .customers-wrap{
        margin-bottom: 20px;
    }
    .customers-item li{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .nam-txt{
        font-size: 18px;
    }
    .ul-style-min li{
        font-size: 14px;
        margin-bottom: 11px;
    }
}

