/* BebasNeue */
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

/* Vars - colors */
:root {
    --bg: #232d32;
    --greygifbg: #f8f8f8;
    --black: #2a2a2a;
    --blacksecondary: #343434;
    --white: #fff;
    --whitesecondary: #e1e1e1;
    --accent: #f55f4d;
    --accentsecondary: #f55f43;
    --tertiary: #3a474d;
    --text-grey: #b0bdc4;
    --divider: rgba(38, 50, 56, 0.2);
    --dividerwhite: rgba(255, 255, 255, 0.3);
    --dividerfooter: rgba(242, 242, 242, 0.1);
    --transparent-5: rgba(255, 255, 255, 0.05);
    --transparent-10: rgba(255, 255, 255, 0.1);
}


/* Vars - fonts */
:root {
    --font-family: "Source Sans 3", sans-serif;
    --second-family: "Bebas Neue", sans-serif;
}


/* Общие стили */
body{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--blacksecondary);
    background: var(--bg);
    position: relative;
}
.bg-all{
    position: relative;
}
body:before,
.bg-all:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/img/bg-all.gif);
    opacity: 0.04;
    z-index: -1;
    pointer-events: none;
}
.bg-all:before{
    z-index: 1;
}
.bg-all *{
    position: relative;
    z-index: 1;
}
.container{
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}
.container-full{
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px;
}
.hidden{
    display: none;
}
.hidden-important{
    display: none !important;
}
.mb-80{
    margin-bottom: 80px;
}
.soc-tg{

}
.soc-wa{

}
.soc-text-tg{

}
.soc-text-tg:hover{
    color: #1c9bd9 !important;
}
.soc-text-wa{

}
.soc-text-wa:hover{
    color: #25d366 !important;
}
*{
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
img, svg{
    display: block;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.red{
    color: var(--accent);
}
.text-right{
    text-align: right;
}
.btn{
    font-family: var(--font-family);
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 300ms ease-out;
    border-radius: 12px;
    font-size: 18px;
    height: 52px;
    letter-spacing: 0.04em;
    outline: none !important;
    box-shadow: none !important;
    padding: 2px 24px 0px 24px;
}
.btn-red{
    border: 4px solid var(--accent);
    background: var(--accent);
    color: var(--white);
}
.btn-red:hover{
    border: 4px solid var(--accent);
    background: var(--black);
    color: var(--white);
}
.btn_black {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    background: var(--black);
    color: var(--white);
    transition: opacity 300ms ease-out;
    opacity: 1;
}
.btn_black:hover{
    background: var(--black);
    color: var(--white);
    opacity: 0.9;
}
.btn-animated{
    position: relative;
    justify-content: space-between;
    border: 4px solid var(--accent);
    background: var(--accent);
    color: var(--white);
    height: 80px;
    padding-top: 4px;
}
.btn-animated:hover{
    border: 4px solid var(--accent);
    background: var(--accent);
    color: var(--white);
}
.btn-animated span{

}
.btn-animated span:first-child{
    position: relative;
    z-index: 10;
}
.btn-animated span:last-child{
    border-radius: 8px;
    background: var(--black);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 72px;
    width: 72px;
    z-index: 5;
    transition: width 300ms ease-out;
}
.btn-animated:hover span:last-child{
    width: 100%;
}
.btn-animated span:last-child svg{
    position: absolute;
    top: 9px;
    right: 9px;
}
.btn-animated span:last-child svg:first-child{

}
.btn-animated span:last-child svg:last-child{
    transition: opacity 300ms ease-out, transform 300ms ease-out;
    opacity: 0;
}
.btn-animated:hover span:last-child svg:last-child{
    opacity: 1;
    transform: rotate(90deg);
}
.btn-soc{
    position: relative;
    justify-content: space-between;
    border: 4px solid var(--accent);
    background: var(--accent);
    color: var(--white);
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: var(--black);
    padding-top: 4px;
}
.btn-soc svg{
    transition: transform 300ms ease-out;
    width: 40px;
    height: 40px;
}
.btn-soc:hover svg{
    transform: scale(1.2);
}
.btn-with-arrow{
    display: flex;
    flex-direction: column;
    justify-content: end;
    cursor: pointer;
}
.btn-with-arrow:hover{

}
.btn-with-arrow div:first-child{
    margin-bottom: 16px;
}
.btn-with-arrow div:first-child svg{
    margin-left: 0px;
    transition: margin-left 300ms ease-out;
}
.btn-with-arrow:hover div:first-child svg{
    margin-left: calc(100% - 90px);
}
.btn-with-arrow div:last-child{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
}
.form-group{

}
.form-group .form-control{
    display: block;
    width: 100%;
    height: 57px;
    border: 1px solid var(--divider);
    border-radius: 12px;
    padding: 0px 32px;
    color: var(--black);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
}
.form-group .form-control::placeholder {
    color: var(--text-grey);
}
.form-group .btn{
    height: 57px;
    padding-top: 2px !important;
}
.checkbox{
    display: flex;
    align-items: center;
    position: relative;
    user-select: none;
}
.checkbox input{
    position: absolute;
    top: calc(50% - 6px);
    left: 4px;
    z-index: 1;
    width: 20px;
    height: 20px;
    opacity: 0;
}
.checkbox label{
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
}
.checkbox label .span_text br{
    display: none;
}
.checkbox label .span_checkbox{
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 2px solid var(--divider);
    margin-right: 8px;
    flex-shrink: 0;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox input:checked + label .span_checkbox:after{
    content: "✔";
    font-size: 16px;
    color: var(--accent);
    font-weight: 700;

}
.checkbox label .span_text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-grey);
    align-items: center;
}
.scroll-minify{
    scrollbar-width: thin;
    scrollbar-color: rgba(120, 120, 120, 0.5) transparent;
}
.scroll-minify::-webkit-scrollbar {
    width: 10px;
}
.scroll-minify::-webkit-scrollbar-track {
    background: transparent;
    margin: 12px 0;
}
.scroll-minify::-webkit-scrollbar-thumb {
    background: rgba(120, 120, 120, 0.5);
    border-radius: 5px;
    border: 2px solid transparent;
    background-clip: content-box;
    transition: background 0.2s ease;
}
.scroll-minify::-webkit-scrollbar-thumb:hover {
    background: rgba(120, 120, 120, 0.8);
}
.scroll-minify::-webkit-scrollbar-button {
    display: none;
}
.SmartCaptcha-Shield{
    display: none !important;
}
.this-is-plus{
    font-family: var(--font-family);
}
.sample-link{
    color: var(--accent);
}
.sample-link:hover{
    color: var(--accent);
    opacity: 0.9
}


/* Header */
.header{
    height: 76px;
    padding: 18px 0px;
}
.header .block{

}
.header .block .logo{

}
.header .block .logo a{

}
.header .block .logo a svg{

}
.header .block .menu{
    column-gap: 40px;
    padding: 0px;
    margin: 0px;
    list-style: none;
    user-select: none;
}
.header .block .menu li{
    position: relative;
}
.header .block .menu li a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--white);
    transition: color 300ms ease-out;
    position: relative;
}
.header .block .menu li a{
    display: flex;
    column-gap: 10px;
    align-items: center;
}
.submenu {
    position: absolute;
    top: 100%;
    left: -24px;
    min-width: 300px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--white);
    border-radius: 12px;
    padding: 16px 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    pointer-events: none;
    margin-top: 0;
}
.menu-item-has-children:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(10);
    pointer-events: auto;
}
.submenu a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary) !important;
}
.submenu a:not(:last-child) {
    margin-bottom: 8px;
}
.submenu a:hover {
    color: var(--accent) !important;
}
.menu-item-has-children .submenu {

}
.menu-item-has-children .submenu:before {
    content: '';
    position: absolute;
    top: -10px; /* Перекрываем зазор для плавного перехода */
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}
.header .block .menu li a:hover{
    color: var(--accent);
}
.header .block .contancts{
    column-gap: 16px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.header .block .contancts li{

}
.header .block .contancts li a{

}
.header .block .contancts li.phone{
    user-select: none;
}
.header .block .contancts li.phone a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: var(--white);
    transition: color 300ms ease-out;
}
.header .block .contancts li.phone a:hover{
    color: var(--accent);
}
.header .block .contancts li.soc-link{

}
.header .block .contancts li.soc-link a{

}
.header .block .contancts li.soc-link a svg{
    transition: transform 300ms ease-out;
}
.header .block .contancts li.soc-link:hover a svg{
    transform: scale(1.2);
}
.header .block .megamenu-button{
    width: 110px;
    user-select: none;
}
.header .block .megamenu-button .megamenu-toggle{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--white);
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: 43px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
    column-gap: 8px;
    width: 110px;
    position: fixed;
    top: 18px;
    z-index: 100;
    padding-top: 2px;
}
.header .block .megamenu-button .megamenu-toggle span{

}
.header .block .megamenu-button .megamenu-toggle svg{
    transition: transform 300ms ease-out;
    margin-top: -2px;
}
.header .block .megamenu-button .megamenu-toggle:hover{

}
.header .block .megamenu-button .megamenu-toggle:hover svg{
    transform: rotate(180deg);
}


/* Megamenu */
.megamenu-container{
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: top 0.35s ease-out;
    background: var(--white);
}
.megamenu-container.active{
    top: 0;
}
.megamenu{
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
    background: var(--white);
}
.megamenu .block{
    padding: 18px 0px;
}
.megamenu .block .logo{

}
.megamenu .block .logo a{

}
.megamenu .block .logo a svg{

}
.megamenu .block .contancts{
    list-style: none;
    column-gap: 16px;
    padding: 0px;
    margin: 0px;
}
.megamenu .block .contancts .phone{
    user-select: none;
}
.megamenu .block .contancts .phone a{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    color: var(--black);
    transition: color 300ms ease-out;
}
.megamenu .block .contancts .phone a:hover{
    color: var(--accent);
}
.megamenu .block .contancts .soc-link{

}
.megamenu .block .contancts .soc-link a{

}
.megamenu .block .contancts .soc-link a svg{
    transition: transform 300ms ease-out;
}
.megamenu .block .contancts .soc-link:hover a svg{
    transform: scale(1.2);
}

.megamenu .block .megamenu-close-button{
    user-select: none;
}
.megamenu .block .megamenu-close-button .megamenu-toggle{
    background: var(--white);
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
    height: 43px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
    column-gap: 8px;
}
.megamenu .block .megamenu-close-button .megamenu-toggle span{

}
.megamenu .block .megamenu-close-button .megamenu-toggle svg{
    transition: transform 300ms ease-out;
}
.megamenu .block .megamenu-close-button .megamenu-toggle:hover{

}
.megamenu .block .megamenu-close-button .megamenu-toggle:hover svg{
    transform: rotate(180deg);
}
.megamenu .megamenu-divider{
    background: var(--divider);
    height: 1px;
    width: calc(100% - 40px);
    margin: 60px auto;
}
.megamenu .menu{
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
    user-select: none;
}
.megamenu .menu .menu-column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.megamenu .menu .menu-column ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.megamenu .menu .menu-column ul + ul {
    margin-top: 40px;
}
.megamenu .menu .menu-column ul .menu-title{
    font-family: var(--second-family);
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 24px;
}
.megamenu .menu .menu-column ul .menu-link{

}
.megamenu .menu .menu-column ul .menu-link:not(:last-child){
    margin-bottom: 12px;
}
.megamenu .menu .menu-column ul .menu-link a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--blacksecondary);
    transition: color 300ms ease-out;
}
.megamenu .menu .menu-column ul .menu-link a:hover{
    color: var(--accent);
}
.megamenu .form-container{

}
.megamenu .form-container.form-megamenu{
    padding-left: 0px;
    padding-right: 0px;
}


/* Footer */
.footer{
    margin-top: 40px;
}
.line-divider{
    width: 100%;
    height: 1px;
    background: var(--dividerfooter);
}
.footer .block{
    padding: 60px 0px;
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
}
.footer .block .footer-column{

}
.footer .block .footer-column.logo{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: var(--text-grey);
}
.footer .block .footer-column.logo div:first-child{
    margin-bottom: 20px;
}
.footer .block .footer-column.logo a{

}
.footer .block .footer-column.logo a img{

}
.footer .block .footer-column.links{

}
.footer .block .footer-column.links ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer .block .footer-column.links .footer-title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--white);
    margin-bottom: 20px;
}
.footer .block .footer-column.links .footer-title a{
    color: var(--white);
}
.footer .block .footer-column.links .footer-title span{

}
.footer .block .footer-column.links .footer-link{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    user-select: none;
}
.footer .block .footer-column.links .footer-link:not(:last-child){
    margin-bottom: 12px;
}
.footer .block .footer-column.links .footer-link a{
    color: var(--text-grey);
    transition: color 300ms ease-out;
}
.footer .block .footer-column.links .footer-link a:hover{
    color: var(--white);
}

.footer-copyright{

}
.footer-copyright .copyright-text{
    border-top: 1px solid var(--dividerfooter);
    padding: 20px 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.02em;
    color: var(--text-grey);
    text-align: center;
}


/* Block form */
.block-form{
    margin-bottom: 80px;
}
.block-form .block{
    position: relative;
}
.block-form .block .block-bg{

}
.block-form-big{

}
.block-form-big .block{
    border-radius: 30px;
    padding: 60px 0px;
    background: var(--greygifbg);
}
.form-container{
    padding: 80px 180px;
}
.form-container.form-white{

}
.form-container form{

}
.form-container .form-block-text{
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.form-container .form-block-text .form-title{
    font-family: var(--second-family);
    font-size: 64px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black);
    margin-right: 32px;
}
.form-container.form-white .form-block-text .form-title{
    color: var(--white);
}
.form-container .form-block-text .form-subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: var(--black);
}
.form-container.form-white .form-block-text .form-subtitle{
    color: var(--white);
}
.form-container .form-fields{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
    margin-bottom: 12px;
}
.form-container .form-fields .form-group{

}
.form-container .form-fields .form-group .form-control{

}
.form-container .form-fields .form-group .btn{

}
.form-container .form-agree{

}
.form-container .form-agree.checkbox{

}
.form-container .form-agree.checkbox input{

}
.form-container .form-agree.checkbox label{

}
.form-container .form-agree.checkbox label .span_checkbox{

}
.form-container .form-agree.checkbox label .span_text{
    color: var(--blacksecondary);
}
.form-container.form-white .form-agree.checkbox label .span_text{
    color: var(--text-grey);
}
.form-container .form-response{
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: var(--black);
}
.form-container.form-white .form-response{
    color: var(--white);
    height: 0px;
}
.form-container .form-response .response{
    margin-top: 24px;
    position: absolute;
}
.form-container .form-response .response.success{
    color: #62e562;
}
.form-container .form-response .response.error{
    color: #ff1c1c;
}


/* Popup */
.popup-container{
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: top 0.35s ease-out;
}
.popup-container.active{
    top: 0;
}
.popup-container:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.45);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}
.popup-block{
    overflow-y: auto;
    width: 100%;
    max-height: 100vh;
    padding: 50px 15px;
    position: relative;
    z-index: 1100;
}
.popup{
    border-radius: 12px;
    width: 100%;
    max-width: 600px;
    background: var(--white);
    position: relative;
    z-index: 1100;
    margin: auto;
}
.popup .popup-close{
    position: absolute;
    cursor: pointer;
    right: 24px;
    top: 24px;
}
.popup .popup-close svg{
    transition: transform 0.3s ease-out;
}
.popup .popup-close:hover svg{
    transform: rotate(90deg) scale(1.2);
}
.popup .popup-close svg path{
    transition: fill 0.3s ease-out;
}
.popup .popup-close:hover svg path{
    fill: #B0BDC4;
}
.popup .form-container{

}
.popup .form-container.form-popup{
    padding: 0px;
}
.popup .form-container.form-popup .form-block-text{
    margin: 0px;
    padding: 24px;
    display: block;
}
.popup .form-container.form-popup .form-block-text .form-title{
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
    color: var(--blacksecondary);
}
.popup .form-container.form-popup .form-block-text .form-subtitle{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
}
.popup .form-container.form-popup .form-block-text .form-subtitle br{
    display: none;
}
.popup .form-container.form-popup .form-fields {
    display: flex;
    padding: 24px;
    row-gap: 16px;
    column-gap: 0px;
    flex-direction: column;
    border-top: 1px solid var(--divider);
    border-bottom: 1px solid var(--divider);
    margin: 0px;
}
.popup .form-container.form-popup .form-button{
    padding: 24px;
}
.popup .form-container.form-popup .checkbox label .span_text{
    color: var(--blacksecondary);
    font-size: 14px;
    line-height: 145%;
}
.popup .form-container.form-popup .form-response{
    font-size: 20px;
    height: initial;
}
.popup .form-container.form-popup .form-response .response{
    margin: 0px;
    padding: 0px 24px 24px 24px;
    position: static;
}
.popup .form-container.form-popup .form-response .response.success{
    color: green;
}
.popup .form-container.form-popup .form-response .response.error{
    color: red;
}


/* Content */
.block-title{
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 32px;
}
.block-bg > *{
    position: absolute;
    display: block;
}
.block-bg .block-bg-1{
    top: 0px;
    left: 0px;
}
.block-bg .block-bg-2{
    top: 0px;
    right: 0px;
}
.block-bg .block-bg-3{
    bottom: 0px;
    right: 0px;
}
.block-bg .block-bg-4{
    bottom: 0px;
    left: 0px;
}


/* Block 1 */
.block-1{

}
.block-1 .block{
    border-radius: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: var(--white);
    display: flex;
}
.block-1 .block .left{
    width: 700px;
    min-height: 580px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 60px 40px 60px 60px;
}
.block-1 .block .left .text-container{

}
.block-1 .block .left .title-block{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.block-1 .block .left .title-block .title{
    font-family: var(--second-family);
    font-size: 96px;
    line-height: 96px;
    text-transform: uppercase;
}
.block-1 .block .left .title-block .title.with-arrow{
    display: flex;
    align-items: center;
}
.block-1 .block .left .title-block .title.with-arrow.text-right{
    justify-content: end;
}
.block-1 .block .left .title-block .title .t-arrow{
    margin: 0px 16px;
}
.block-1 .block .left .title-block .title .t-arrow svg{

}
.block-1 .block .left .title-block .subtitle{
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.04em;
}
.block-1 .block .left .title-block .text-margin{

}
.block-1 .block .left .text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--blacksecondary);
}
.block-1 .block .left .button-block{
    margin-top: 75px;
}
.block-1 .block .left .button-block .btn {
    font-size: 20px;
    height: 80px;
    letter-spacing: normal;
    padding-top: 4px;
}
.block-1 .block .right{
    width: 100%;
    background: url(/assets/img/b1-bg.png);
    background-position: right 60px top -30px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-1 .block .right img{
    margin-left: -100px;
}


/* Block T1 */
.block-t1-container{
    margin-bottom: 80px;
}
.block-t1{
    border-radius: 30px;
    padding: 40px;
    background: var(--white);
    display: flex;
    column-gap: 32px;
}

.block-t1.block-t1-type_1{

}
.block-t1.block-t1-type_1 .left{

}
.block-t1.block-t1-type_1 .right{
    width: 1000px;
    flex-shrink: 0;
}

.block-t1-type_2{

}
.block-t1.block-t1-type_2 .left{

}
.block-t1.block-t1-type_2 .right{
    width: 380px;
    flex-shrink: 0;
}
.block-t1.block-t1-type_2 .right .blocks{
    height: 100%;
}
.block-t1.block-t1-type_2 .right .blocks .one-block{
    height: 100%;
}

.block-t1 .left{
    width: 100%;
}
.block-t1 .left > *:last-child{
    margin-bottom: 0px !important;
}
.block-t1 .left .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 16px;
}
.block-t1 .left .labels{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}
.block-t1 .left .labels span{
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 4px 12px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--accent);
}
.block-t1 .left .text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--blacksecondary);
    margin-bottom: 16px;
}
.block-t1 .left .list{
    margin: 0px;
    padding: 0px 0px 0px 25px;
}
.block-t1 .left .list li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--blacksecondary);
    position: relative;
}
.block-t1 .left .list li:not(:last-child){
    margin-bottom: 5px;
}
.block-t1 .right{
    width: 100%;
}
.block-t1 .right .blocks{
    gap: 12px;
}

.block-t1 .right .blocks.blocks-t1-type_1{
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 1fr);
}
.block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(1),
.block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(2) {
    grid-column: span 3;
}
.block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(3),
.block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(4),
.block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(5) {
    grid-column: span 2;
}

.block-t1 .right .blocks.blocks-t1-type_2{
    display: grid;
    grid-template-columns: 65fr 35fr;
    grid-template-rows: auto auto;
}
.block-t1 .right .blocks.blocks-t1-type_2 .one-block:nth-child(1) {
    grid-column: 1 / span 2;
}

.block-t1 .right .blocks.blocks-t1-type_3{
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(20, 1fr);
}
.block-t1 .right .blocks.blocks-t1-type_3 .one-block:nth-child(1) {
    grid-column: span 10;
}
.block-t1 .right .blocks.blocks-t1-type_3 .one-block:nth-child(2) {
    grid-column: span 10;
}
.block-t1 .right .blocks.blocks-t1-type_3 .one-block:nth-child(3) {
    grid-column: span 13;
}
.block-t1 .right .blocks.blocks-t1-type_3 .one-block:nth-child(4) {
    grid-column: span 7;
}

.block-t1 .right .blocks .one-block{
    border-radius: 20px;
    padding: 32px;
    background: var(--whitesecondary);
}
.block-t1 .right .blocks .one-block > *:last-child{
    margin-bottom: 0px !important;
}
.block-t1 .right .blocks .one-block .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 16px;
}
.block-t1 .right .blocks .one-block .text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
    margin-bottom: 16px;
}
.block-t1 .right .blocks .one-block .list{
    margin: 0px;
    padding: 0px 0px 0px 20px;
}
.block-t1 .right .blocks .one-block .list li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
}
.block-t1 .right .blocks .one-block .list li:not(:last-child){
    margin-bottom: 5px;
}
.block-t1 .right .blocks .one-block.button-block{
    background: var(--accent);
}


/* Block T2 */
.block-t2-container{

}
.block-t2{
    display: grid;
    gap: 24px;
}

.block-t2.block-t2-type_1{
    grid-template-columns: repeat(3, 1fr);
}
.block-t2.block-t2-type_2{
    grid-template-columns: repeat(2, 1fr);
}
.block-t2.first_white .one-block:first-child{
    background: var(--white);
    color: var(--black);
}
.block-t2.first_white .one-block:first-child .block-body .text{
    color: var(--black);
}
.block-t2.first_white .one-block:first-child .block-head,
.block-t2.first_white .one-block:first-child .block-foot{
    border-color: var(--divider);
}
.block-t2.last_white .one-block:last-child{
    background: var(--white);
    color: var(--black);
}
.block-t2.last_white .one-block:last-child .block-body .text{
    color: var(--black);
}
.block-t2.last_white .one-block:last-child .block-head,
.block-t2.last_white .one-block:last-child .block-foot{
    border-color: var(--divider);
}
.block-t2.small_title .one-block .block-head{
    font-size: 22px;
    line-height: 115%;
}

.block-t2 .one-block{
    border-radius: 20px;
    padding: 32px;
    background: var(--tertiary);
    color: var(--white);
}
.block-t2 .one-block .block-head{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--dividerwhite);
}
.block-t2 .one-block .block-head .title{

}
.block-t2 .one-block .block-head .icon{

}
.block-t2 .one-block .block-body{
    padding-top: 20px;
}
.block-t2 .one-block .block-body > *:last-child{
    margin-bottom: 0px !important;
}
.block-t2 .one-block .block-body .subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}
.block-t2 .one-block .block-body .text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 12px;
    color: var(--whitesecondary);
}
.block-t2 .one-block .block-body .list{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    margin-bottom: 12px;
}
.block-t2 .one-block .block-body .list li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.block-t2 .one-block .block-body .list li:not(:last-child){
    margin-bottom: 5px;
}
.block-t2 .one-block .block-foot{
    margin-top: 20px;
    padding-top: 20px;
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    border-top: 1px solid var(--dividerwhite);
}


/* Block T3 */
.block-t3-container{

}
.block-t3{
    display: grid;
    gap: 24px;
}

.block-t3.block-t3-type_1{
    grid-template-columns: repeat(3, 1fr);
}
.block-t3.block-t3-type_2{
    grid-template-columns: repeat(2, 1fr);
}

.block-t3 .one-block{
    border-radius: 20px;
    padding: 32px;
    background: var(--white);
    display: flex;
    flex-direction: column;
}
.block-t3 .one-block .block-head{
    padding-bottom: 20px;
    border-bottom: 1px solid var(--divider);
    position: relative;
}
.block-t3 .one-block .block-head .tag{
    border: 1px solid var(--accentsecondary);
    background: var(--accent);
    border-radius: 8px;
    height: 32px;
    padding: 0px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--white);
    position: absolute;
    top: 0px;
    right: 0px;
}
.block-t3 .one-block .block-head .tag.tag_star{

}
.block-t3 .one-block .block-head .tag span{

}
.block-t3 .one-block .block-head .tag span:first-child{
    margin-right: 8px;
}
.block-t3 .one-block .block-head .tag span:last-child{

}
.block-t3 .one-block .block-head .title{
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    color: var(--black);
    margin-bottom: 12px;
}
.block-t3 .one-block .block-head .subtitle{
    font-family: var(--second-family);
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--blacksecondary);
}
.block-t3 .one-block .block-body{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.block-t3 .one-block .block-body .list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--black);
    padding: 0px;
    margin: 0px 0px 20px 0px;
    list-style: none;
    min-height: 280px;
}
.block-t3 .one-block .block-body .list li{
    margin-bottom: 16px;
    display: flex;
}
.block-t3 .one-block .block-body .list li:before{
    content: "";
    width: 24px;
    height: 28px;
    background: url(/assets/img/li-check.svg) no-repeat center bottom;
    display: block;
    flex-shrink: 0;
    margin-right: 12px;
}
.block-t3 .one-block .block-body .button-block{

}


/* Block T4 */
.block-t4-container{

}
.block-t4{
    display: grid;
    gap: 24px;
}

.block-t4.block-t4-type_1{
    grid-template-columns: repeat(6, 1fr);
}

.block-t4.block-t4-type_1 .one-block:nth-child(1),
.block-t4.block-t4-type_1 .one-block:nth-child(2) {
    grid-column: span 3;
}
.block-t4.block-t4-type_1 .one-block:nth-child(3),
.block-t4.block-t4-type_1 .one-block:nth-child(4),
.block-t4.block-t4-type_1 .one-block:nth-child(5) {
    grid-column: span 2;
}

.block-t4.last_red{

}
.block-t4.last_red .one-block:last-child{
    background: var(--accent);
}
.block-t4.last_red .one-block:last-child .block-text .title,
.block-t4.last_red .one-block:last-child .block-text .text,
.block-t4.last_red .one-block:last-child .block-text .list{
    color: var(--white);
}

.block-t4.block-t4-type_2{
    grid-template-columns: repeat(3, 1fr);
}

.block-t4.block-t4-color_1 .one-block{
    background: var(--tertiary);
}
.block-t4.block-t4-color_1 .one-block .block-text .title{
    color: var(--white);
}
.block-t4.block-t4-color_1 .one-block .block-text .text{
    color: var(--whitesecondary);
}
.block-t4.block-t4-color_1 .one-block .block-text .list{
    color: var(--whitesecondary);
}

.block-t4.block-t4-type_3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
    "block1 block1 block1 block2 block2 block2 block6 block6 block6"
    "block3 block3 block4 block4 block5 block5 block6 block6 block6";
}
.block-t4.block-t4-type_3 .one-block:nth-child(1) { grid-area: block1; }
.block-t4.block-t4-type_3 .one-block:nth-child(2) { grid-area: block2; }
.block-t4.block-t4-type_3 .one-block:nth-child(3) { grid-area: block3; }
.block-t4.block-t4-type_3 .one-block:nth-child(4) { grid-area: block4; }
.block-t4.block-t4-type_3 .one-block:nth-child(5) { grid-area: block5; }
.block-t4.block-t4-type_3 .one-block:nth-child(6) { grid-area: block6; }

.block-t4.last_white{

}
.block-t4.last_white .one-block:last-child{
    background: var(--white);
}
.block-t4.last_white .one-block:last-child .block-text .title{
    color: var(--black);
}
.block-t4.last_white .one-block:last-child .block-text .text,
.block-t4.last_white .one-block:last-child .block-text .list{
    color: var(--blacksecondary);
}

.block-t4.block-t4-type_4{
    grid-template-columns: repeat(2, 1fr);
}

.block-t4.last_bg .one-block:last-child{
    position: relative;
    overflow: hidden;
}
.block-t4.last_bg .one-block:last-child:after{
    content: "";
    display: block;
    position: relative;
    background: url(/assets/img/blockt4-bg.svg) no-repeat;
    background-size: 100%;
    left: 32px;
    right: 32px;
    top: 50%;
    position: absolute;
    height: 100%;
}

.block-t4 .one-block{
    border-radius: 20px;
    padding: 32px;
    background: var(--white);
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.block-t4 .one-block .block-text{
    margin-right: 16px;
}
.block-t4 .one-block .block-text > *:last-child{
    margin-bottom: 0px;
}
.block-t4 .one-block .block-text .title{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 28px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 12px;
}
.block-t4 .one-block .block-text .text{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
    margin-bottom: 12px;
}
.block-t4 .one-block .block-text .list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
    margin: 0px;
    padding: 0px 0px 0px 25px;
}
.block-t4 .one-block .block-text .list li{

}
.block-t4 .one-block .block-text .list li:not(:last-child){
    margin-bottom: 5px;
}
.block-t4 .one-block .block-icon{
    width: 40px;
    flex-shrink: 0;
}
.block-t4 .one-block .block-icon svg{

}
.block-t4 .one-block .block-num{
    font-family: var(--second-family);
    font-size: 96px;
    line-height: 110%;
    text-transform: uppercase;
    color: var(--white);
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Block T5 */
.block-t5-container{

}
.block-t5-container .block-title{
    text-align: center;
}
.block-t5{
    max-width: 1080px;
    margin: 0px auto;
}
.block-t5 .one-block{
    color: var(--black);
    background: var(--white);
    border-radius: 20px;
    transition: background 300ms ease-out;
    padding: 32px;
    overflow: hidden;
}
.block-t5 .one-block:not(:last-child){
    margin-bottom: 1px;
}
.block-t5 .one-block.active{
    background: var(--tertiary);
}
.block-t5 .one-block .title{
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color 300ms ease-out;
    user-select: none;
    padding: 0px;
}
.block-t5 .one-block .title:hover{
    color: var(--accent);
}
.block-t5 .one-block.active .title{
    color: var(--white);
}
.block-t5 .one-block .title .list-opener{
    transition: transform 300ms ease-out;
}
.block-t5 .one-block.active .title .list-opener{
    transform: rotate(135deg);
}
.block-t5 .one-block .list{
    overflow: hidden;
    display: none;
    padding-top: 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--whitesecondary);
}
.block-t5 .one-block .list .one-list{
    border-radius: 12px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    transition: background 300ms ease-out;
}
.block-t5 .one-block .list .one-list:hover{
    background: rgba(255, 255, 255, 0.1);
}
.block-t5 .one-block .list .one-list:not(:last-child){
    margin-bottom: 2px;
}
.block-t5 .one-block .list .one-list div:first-child{

}
.block-t5 .one-block .list .one-list div:last-child{

}


/* Block T6 */
.block-t6-container{

}
.block-t6-container .block-title{
    text-align: center;
}
.block-t6{
    border-radius: 20px;
    padding: 32px;
    max-width: 980px;
    margin: 0px auto;
    background: var(--white);
}
.block-t6 .title{
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    text-align: center;
    color: var(--black);
    margin-bottom: 18px;
}
.block-t6 p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--blacksecondary);
    margin: 0px 0px 12px 0px;
}
.block-t6 .buttons-block{
    margin-top: 32px;
    display: flex;
    column-gap: 16px;
}
.block-t6 .buttons-block:first-child{
    width: 100%;
}
.block-t6 .buttons-block .btn-soc{
    flex-shrink: 0;
}


/* Block T7 */
.block-t7-container{

}
.block-t7{
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.block-t7 .one-block{
    padding: 24px;
    background: var(--white);
    border-radius: 20px;
    padding: 24px 24px 40px 24px;
}
.block-t7 .one-block .img{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-t7 .one-block .img img{
    width: 140px;
}
.block-t7 .one-block .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--black);
    margin-bottom: 18px;
}
.block-t7 .one-block .list{
    margin: 0px 0px 0px 25px;
    padding: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
}
.block-t7 .one-block .list li{

}
.block-t7 .one-block .list li:not(:last-child){
    margin-bottom: 5px;
}

/* CSS for pages */
.prefooter-divider{
    width: 100%;
    height: 1px;
    clear: both;
    margin-bottom: 20px;
}

/* Main page */
.page-home .block-1{
    margin-bottom: 60px;
}
.page-home .block-advantages{
    margin-bottom: 20px;
}
.page-home .block-uslugi{
    margin-bottom: 60px;
}


/* Block advantages*/
.block-advantages{
    padding: 0px;
    margin-bottom: 100px;
}
.block-advantages .block{
    padding: 80px 60px;
    position: relative;
}
.block-advantages .block .block-bg{

}
.block-advantages .block .block-row{
    display: grid;
    grid-template-columns: repeat(4, auto);
    justify-content: space-between;
}
.block-advantages .block .block-row .one-advantage{
    text-align: center;
}
.block-advantages .block .block-row .one-advantage .title{
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: var(--white);
    margin-bottom: 8px;
}
.block-advantages .block .block-row .one-advantage .subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: var(--text-grey);
}


/* Block uslugi */
.block-uslugi{
    padding: 40px 0px 0px 0px;
}
.block-uslugi .block-title{

}
.uslugi-dropdown{

}
.uslugi-dropdown .one-usluga{
    padding: 40px 0px;
    background: var(--white);
    color: var(--black);
    transition: color 300ms ease-out;
}
.uslugi-dropdown .one-usluga:not(:last-child){
    border-bottom: 1px solid var(--tertiary);
}
.uslugi-dropdown .one-usluga.active{
    background: var(--tertiary);
    color: var(--white);
}
.uslugi-dropdown .one-usluga .title{
    font-family: var(--second-family);
    font-size: 36px;
    line-height: 115%;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: color 300ms ease-out;
    user-select: none;
}
.uslugi-dropdown .one-usluga .title:hover{ /* :not(.active) */
    color: var(--accent);
}
.uslugi-dropdown .one-usluga .title > div:first-child > span:first-child{
    padding-right: 24px;
    color: var(--accent);
    transition: color 300ms ease-out;
}
.uslugi-dropdown .one-usluga.active .title > div:first-child > span:first-child{
    color: var(--white);
}
.uslugi-dropdown .one-usluga .title .usluga-opener{
    transition: transform 300ms ease-out;
}
.uslugi-dropdown .one-usluga.active .title .usluga-opener{
    transform: rotate(135deg);
}
.uslugi-dropdown .one-usluga.active .title .usluga-opener{

}
.uslugi-dropdown .one-usluga .usluga-content{
    max-width: 700px;
    overflow: hidden;
    display: none;
}
.uslugi-dropdown .one-usluga .usluga-content .subtitle{
    margin: 24px 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
.uslugi-dropdown .one-usluga .usluga-content .button-block{

}


/* Block projects */
.block-projects{
    padding: 40px 0px 0px 0px;
    margin-bottom: 80px;
}
.block-projects .block-title{

}
.block-projects .block-row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}
.block-projects .block-row .one-project{
    border-radius: 30px;
    padding: 32px 0px 32px 32px;
    background: var(--greygifbg);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-projects .block-row .one-project .left{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.block-projects .block-row .one-project .left .title{
    font-family: var(--second-family);
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black);
    margin-bottom: 8px;
}
.block-projects .block-row .one-project .left .subtitle{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
    height: 100%;
}
.block-projects .block-row .one-project .left .button-block{

}
.block-projects .block-row .one-project .left .button-block .btn{

}
.block-projects .block-row .one-project .right{
    max-width: 330px;
    flex-shrink: 0;
}
.block-projects .block-row .one-project .right img{
    width: 100%;
}


/* Block clients */
.block-clients{
    margin-bottom: 80px;
    overflow: hidden;
}
.block-clients .block-title{

}
.block-clients .clients-swiper{
    overflow: visible;
    user-select: none;
    width: 100vw;
}
.clients-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
.block-clients .clients-swiper .swiper-slide{
    border-radius: 12px;
    fill: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: var(--white);
    width: 280px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}
.block-clients .clients-swiper:not(.swiper-initialized) .swiper-slide{
    margin-right: 20px;
}
.block-clients .clients-swiper .swiper-slide img{
    max-width: 100%;
    max-height: 100%;
}


/* Page 404 */
.page-404{

}
.page-404 .footer{
    display: none !important;
}
.page-404 .footer-copyright{
    display: none !important;
}
.p-404{
    background: var(--accent);
    border-radius: 30px;
    padding: 50px 60px;
    width: calc(100% - 40px);
    margin: auto;
    min-height: calc(100vh - 76px - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-404 .p-404-container{
    text-align: center;
}
.p-404 .title{
    margin-bottom: 12px;
    font-family: var(--second-family);
    font-size: 64px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--white);
}
.p-404 .subtitle{
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--white);
}
.p-404 .img{
    margin-bottom: 64px;
}
.p-404 .img svg{
    margin: auto;
}
.p-404 .button-block{
    display: flex;
    justify-content: center;
}
.p-404 .btn_black{
    width: initial;
    padding-left: 42px;
    padding-right: 42px;
}


/* Page info */
.info-page{
    padding-top: 40px;
    padding-bottom: 60px;
}
.info-page .block-title{

}
.info-page .info-page-container{
    display: flex;
    column-gap: 24px;
}
.info-page .info-page-container .left{
    width: 100%;
}
.info-page .info-page-container .left .block{
    background: var(--tertiary);
    padding: 40px;
    border-radius: 20px;
    color: var(--whitesecondary);
}
.info-page .info-page-container .left .block h1{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
    margin: 0px 0px 10px 0px;
    color: var(--white);
}
.info-page .info-page-container .left .block h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    padding: 30px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    color: var(--white);
}
.info-page .info-page-container .left .block ul{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    list-style: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.info-page .info-page-container .left .block ul li{

}
.info-page .info-page-container .left .block ul li:not(:last-child){
    margin-bottom: 10px;
}
.info-page .info-page-container .left .block a{
    color: var(--whitesecondary);
}
.info-page .info-page-container .left .block a:hover{
    color: var(--white);
}
.info-page .info-page-container .right{
    width: 400px;
    flex-shrink: 0;
}
.info-page .info-page-container .right .sticky-menu{
    background: var(--tertiary);
    padding: 40px;
    border-radius: 20px;
}
.info-page .info-page-container .right .sticky-menu-title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
    margin-bottom: 16px;
}
.info-page .info-page-container .right ul{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.info-page .info-page-container .right ul li{

}
.info-page .info-page-container .right ul li:not(:last-child){
    margin-bottom: 16px;
}
.info-page .info-page-container .right ul li a{
    color: var(--whitesecondary);
}
.info-page .info-page-container .right ul li a:hover{
    color: var(--white);
}


/* Bread */
.breadcrumbs{
    margin-bottom: 24px;
    padding-top: 40px;
}
.breadcrumbs ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    list-style: none;
}
.breadcrumbs ul li{
    margin-right: 12px;
}
.breadcrumbs ul li a{
    font-family: var(--second-family);
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.05em;
    color: var(--white);
}
.breadcrumbs ul li a:hover{
    opacity: 0.9;
}


/* Blog */
.blog-types{
    display: flex;
    margin-bottom: 24px;
}
.blog-types a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--white);
    height: 43px;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    text-align: center;
    background: var(--tertiary);
    margin-right: 8px;
    border-radius: 43px;
}
.blog-types a:not(.active):hover{
    opacity: 0.9;
}
.blog-types a.active{
    background: var(--white);
    color: var(--black);
}
.load-more-block{
    margin-top: 24px;
    display: flex;
    justify-content: center;
}
.load-more{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--white);
    height: 43px;
    padding: 0px 17px;
    display: flex;
    align-items: center;
    text-align: center;
    background: var(--tertiary);
    border-radius: 43px;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.load-more:hover{
    opacity: 0.9;
}
.blog-pages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.blog-pages .one-post{
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
    background: var(--tertiary);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.blog-pages .one-post .text-block{
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.blog-pages .one-post .text-block .text-block-1{

}
.blog-pages .one-post .text-block .text-block-2{

}
.blog-pages .one-post .cover {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    flex-shrink: 0;
}
.blog-pages .one-post .title{
    margin-bottom: 24px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
}
.blog-pages .one-post .description{
    margin-bottom: 32px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--text-grey);
}
.blog-pages .one-post .foot-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-pages .one-post .foot-block .date{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--text-grey);
}
.blog-pages .one-post .foot-block .read-block{

}
.blog-pages .one-post .foot-block .read-block a{
    display: flex;
    justify-content: flex-end;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--white);
}
.blog-pages .one-post .foot-block .read-block a:hover{
    opacity: 0.9;
}
.blog-pages .one-post .foot-block .read-block a span{
    height: 35px;
    background: var(--transparent-5);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-pages .one-post .foot-block .read-block a span:first-child{
    padding: 0px 24px;
}
.blog-pages .one-post .foot-block .read-block a span:last-child{
    width: 35px;
    height: 35px;
}

.blog-page-container{

}
.blog-page{
    background: var(--tertiary);
    border-radius: 20px;
    padding: 32px;
    color: var(--whitesecondary);
    font-family: var(--font-family);
    max-width: 1000px;
    margin: auto;
}
.blog-page .head-block{
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.go-back a{
    display: flex;
    justify-content: flex-end;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--white);
}
.go-back a:hover{
    opacity: 0.9;
}
.go-back a span{
    height: 35px;
    background: var(--transparent-5);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.go-back a span:first-child{
    width: 35px;
    height: 35px;
}
.go-back a span:last-child{
    padding: 0px 24px;
}
.blog-page .head-block .date{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: right;
    color: var(--text-grey);
}
.blog-page .title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
    margin-bottom: 12px;
}
.post-content{

}
.post-content h1{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 28px;
    line-height: 115%;
    color: var(--white);
    padding: 0px;
    margin: 30px 0px 12px 0px;
}
.post-content h2{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 24px;
    line-height: 115%;
    color: var(--white);
    padding: 0px;
    margin: 25px 0px 12px 0px;
}
.post-content h3{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 115%;
    color: var(--white);
    padding: 0px;
    margin: 20px 0px 12px 0px;
}
.post-content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin: 12px 0px;
    font-family: var(--font-family);
}
.post-content ul{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--whitesecondary);
}
.post-content ul li{

}
.post-content ul li:not(:last-child){
    margin-bottom: 10px;
}
.post-content blockquote{
    border-left: 3px solid var(--accent);
    padding: 0px 0px 0px 12px;
    margin: 0px;
}
.post-content img{
    border-radius: 20px;
    max-width: 100%;
    height: initial;
}
.post-content > *:last-child{
    margin-bottom: 0px !important;
}
.go-back-block{
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Contacts */
.contacts-page{

}
.contacts-page .block{
    display: flex;
    border-radius: 30px;
    overflow: hidden;
}
.contacts-page .block .left{
    padding: 40px;
    width: 100%;
    background: var(--white);
}
.contacts-page-title{
    font-family: var(--second-family);
    font-size: 48px;
    line-height: 110%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: var(--white);
}
.contacts-page .block .left .contacts-page-title{
    color: var(--black);
}
.contacts-page .block .left ul{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
    margin: 0px 0px 16px 32px;
    padding: 0px;
}
.contacts-page .block .left ul li{

}
.contacts-page .block .left ul li:not(:last-child){
    margin-bottom: 16px;
}
.contacts-page .block .left ul li a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--black);
    margin-left: 12px;
}
.contacts-page .block .left ul li a:hover{
    opacity: 0.9;
}
.contacts-page .block .left p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--blacksecondary);
    margin-bottom: 16px;
}
.contacts-page .block .left .button-block{
    margin-top: 50px;
}
.contacts-page .block .left .button-block .btn{

}
.contacts-page .block .right{
    width: 1000px;
    flex-shrink: 0;
}
.contacts-page .block .right iframe{
    height: 100%;
}

.requisites-page{
    margin-top: 20px;
}
.requisites-page .block {
    border-radius: 30px;
    padding: 40px;
    background: var(--tertiary);
}
.requisites-page .block-title{
    margin-bottom: 24px;
}
.requisites-page .requisites-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.requisites-page .requisites-list .one-requisit{
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 300ms ease-out;
}
.requisites-page .requisites-list .one-requisit:hover {
    background: rgba(255, 255, 255, 0.08);
}
.requisites-page .requisites-list .one-requisit span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--whitesecondary);
}
.requisites-page .requisites-list .one-requisit span:first-child{

}
.requisites-page .requisites-list .one-requisit span:last-child{
    cursor: pointer;
    opacity: 0;
}
.requisites-page .requisites-list .one-requisit:hover span:last-child{
    opacity: 0.9;
}


/* Cookie */
.we_use_cookie{
    border-radius: 6px;
    padding: 20px 60px;
    width: 900px;
    background: var(--white);
    position: fixed;
    z-index: 150;
    right: 20px;
    bottom: 20px;
    display: flex;
    column-gap: 24px;
    align-items: center;
}
.cookie_title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}
.cookie_button{
    text-align: right;
}
.cookie_button button{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--white);
    border-radius: 12px;
    padding: 0px 30px;
    height: 52px;
    display: flex;
    align-items: center;
    background: var(--black);
    transition: opacity 300ms ease-out;
}
.cookie_button button:hover{
    opacity: 0.9;
}


/* Media */
@media (max-width: 1919.98px) {

    .container{
        max-width: 1400px;
    }
    .container-full{
        max-width: 1440px;
    }

    .block-title{
        font-size: 56px;
    }
    .form-container {
        padding: 70px 150px;
    }

    .block-1 .block .left .title-block .title {
        font-size: 74px;
        line-height: 74px;
    }
    .block-1 .block .left .title-block .subtitle {
        font-size: 30px;
        line-height: 30px;
    }
    .block-1 .block .left .text br{
        display: none;
    }
    .block-1 .block .left {
        width: 620px;
    }
    .block-1 .block .right {
        background-position: right -230px top -25px;
        background-size: 1000px;
    }
    .block-1 .block .right img {
        margin-left: 50px;
        width: 550px;
    }
    .page-it-audit .block-1 .block .right img {
        width: 650px;
    }

    .block-advantages .block {
        padding: 70px 50px;
    }
    .block-advantages .block .block-row{
        column-gap: 40px;
    }
    .block-advantages .block .block-row .one-advantage .title{
        font-size: 56px;
    }

    .block-projects .block-row .one-project .left .title{
        font-size: 36px;
    }
    .block-projects .block-row .one-project .left .button-block {
        margin-top: 30px;
    }
    .block-projects .block-row .one-project .right img{
        width: 300px;
    }

    .megamenu .menu .menu-column ul .menu-title{
        font-size: 36px;
    }
    .megamenu .menu .menu-column ul .menu-link a{
        font-size: 20px;
    }

    .btn-with-arrow div:last-child{
        font-size: 24px;
    }
    .block-t1{
        padding: 32px;
    }
    .block-t1 .left .title{
        font-size: 24px;
    }
    .block-t1 .left .list li{
        font-size: 20px;
    }
    .block-t1 .right .blocks .one-block{
        padding: 24px;
    }
    .block-t1 .right .blocks .one-block .title{
        font-size: 24px;
        margin-bottom: 12px;
    }
    .block-t1.block-t1-type_1 .right {
        width: 800px;
    }

    .block-t2 .one-block{
        padding: 24px;
    }
    .block-t2 .one-block .block-head {
        font-size: 24px;
    }
    .block-t2 .one-block .block-body {
        padding-top: 15px;
    }

    .block-t4.block-t4-type_3 .one-block{
        padding: 24px;
    }
    .block-t4.block-t4-type_3 .one-block .block-text .title{
        font-size: 24px;
    }

    .block-t7 .one-block .title{
        font-size: 24px;
    }

    .blog-pages .one-post .text-block{
        padding: 24px;
    }
    .blog-pages .one-post .title{
        margin-bottom: 24px;
        font-size: 24px;
    }
    .blog-pages .one-post .description{
        margin-bottom: 32px;
        font-size: 18px;
    }

    .contacts-page .block .right{
        width: 800px;
    }

}

@media (max-width: 1439.98px) {

    .container{
        max-width: 1160px;
    }
    .container-full{
        max-width: 1200px;
    }

    .btn{
        height: 46px;
        padding-top: 2px;
    }
    .block-title{
        font-size: 46px;
        margin-bottom: 24px;
    }
    .checkbox label .span_text {
        font-size: 14px;
        line-height: 120%;
    }
    .btn-animated{
        height: 64px !important;
    }
    .btn-animated span:last-child{
        height: 56px;
        width: 56px;
    }
    .btn-animated span:last-child svg {
        position: absolute;
        top: 1px;
        right: 1px;
    }

    .form-container {
        padding: 50px 100px;
    }
    .form-container .form-fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 12px;
        column-gap: 12px;
        margin-bottom: 12px;
    }
    .form-container .form-response{
        font-size: 20px;
    }
    .form-container .form-response .response {
        margin-top: 8px;
    }
    .form-container .form-block-text .form-title{
        font-size: 56px;
    }
    .form-container .form-block-text .form-subtitle{
        font-size: 18px;
    }

    .block-1 .block .left {
        width: 550px;
        padding: 45px 30px 45px 45px;
        min-height: 500px;
    }
    .block-1 .block .left .title-block .title {
        font-size: 64px;
        line-height: 64px;
    }
    .uslugi-dropdown .one-usluga .title > div:first-child > span:first-child{
        padding-right: 16px;
    }
    .block-1 .block .left .title-block .subtitle {
        font-size: 26px;
        line-height: 26px;
    }
    .block-1 .block .left .text{
        font-size: 20px;
    }
    .block-1 .block .left .button-block .btn{
        height: 64px;
    }
    .block-1 .block .right {
        background-position: right -210px top -20px;
        background-size: 820px;
    }
    .block-1 .block .right img {
        margin-left: 80px;
        width: 450px;
    }
    .page-it-audit .block-1 .block .right img {
        width: 550px;
    }

    .block-advantages .block {
        padding: 60px 40px;
    }
    .block-advantages .block .block-row{
        column-gap: 40px;
    }
    .block-advantages .block .block-row .one-advantage .title{
        font-size: 46px;
    }
    .block-advantages .block .block-row .one-advantage .subtitle{
        font-size: 20px;
    }

    .block-projects .block-row .one-project .left .title{
        font-size: 28px;
    }
    .block-projects .block-row .one-project .left .subtitle{
        font-size: 16px;
    }
    .block-projects .block-row .one-project .right img{
        width: 220px;
    }

    .uslugi-dropdown .one-usluga {
        padding: 30px 0px;
    }
    .uslugi-dropdown .one-usluga .title{
        font-size: 28px;
    }
    .uslugi-dropdown .one-usluga .usluga-content {
        max-width: 550px;
    }

    .block-clients .clients-swiper .swiper-slide{
        width: 250px;
        height: 125px;
    }

    .megamenu .megamenu-divider{
        margin: 30px auto;
    }
    .megamenu .menu .menu-column ul .menu-title {
        font-size: 32px;
    }

    .block-form-big .block{
        padding: 30px 0px;
    }

    .btn-with-arrow div:last-child{
        font-size: 20px;
    }

    .block-t1.block-t1-type_2{
        display: flex;
    }
    .block-t1.block-t1-type_2 .left{
        margin-bottom: 0px;
    }
    .block-t1.block-t1-type_2 .right{
        width: 300px;
    }

    .block-t1{
        display: block;
    }
    .block-t1 .left{
        margin-bottom: 32px;
    }
    .block-t1 .left .text{
        font-size: 20px;
    }
    .block-t1.block-t1-type_1 .right{
        width: 100%;
    }
    .block-t1 .right .blocks .one-block .title {
        font-size: 20px;
    }
    .block-t1 .right .blocks .one-block .text{
        font-size: 16px;
    }

    .block-t2 .one-block .block-head {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .block-t2 .one-block .block-body .text{
        font-size: 16px;
    }

    .block-t3 .one-block .block-head .tag{
        height: 24px;
        padding: 0px 6px;
        font-size: 12px;
    }
    .block-t3 .one-block .block-head .title{
        font-size: 28px;
        margin-bottom: 8px;
    }
    .block-t3 .one-block .block-head .subtitle{
        font-size: 36px;
    }
    .block-t3 .one-block .block-body .list{
        font-size: 16px;
    }
    .block-t3 .one-block .block-body .list li:before {
        width: 20px;
        height: 24px;
        background-size: contain !important;
        background: url(/assets/img/li-check.svg) no-repeat center bottom;
    }

    .block-t4 .one-block{
        padding: 24px;
    }
    .block-t4 .one-block .block-text .title{
        font-size: 24px;
    }
    .block-t4.block-t4-type_2 .one-block .block-text .title{
        font-size: 20px;
    }
    .block-t4 .one-block .block-num{
        font-size: 72px;
        line-height: 72px;
    }
    .block-t4 .one-block .block-text .list{
        font-size: 16px;
    }
    .block-t4 .one-block .block-icon svg {
        height: 30px;
    }
    .block-t4.block-t4-type_3 {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas:
    "block1 block2 block3"
    "block4 block5 block6";
    }
    .block-t4.block-t4-type_3{
        font-size: 22px;
    }

    .block-t5 .one-block{
        padding: 24px;
    }

    .block-t6 .buttons-block .btn-soc {
        height: 64px;
        width: 64px;
    }

    .block-t7 {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-pages{
        grid-template-columns: repeat(2, 1fr);
    }
    .blog-pages .one-post .text-block{
        padding: 24px;
    }
    .blog-pages .one-post .title{
        margin-bottom: 16px;
        font-size: 20px;
    }
    .blog-pages .one-post .description{
        margin-bottom: 24px;
        font-size: 16px;
    }

    .contacts-page .block{
        display: block;
    }
    .contacts-page .block .right{
        width: 100%;
    }
    .contacts-page .block .right iframe{
        height: 350px;
    }

    .info-page .info-page-container .left .block{
        padding: 24px;
    }
    .info-page .info-page-container .right .sticky-menu{
        padding: 24px;
    }
    .info-page .info-page-container .right{
        width: 350px;
    }

}

.show-1000{
    display: none;
}

@media (max-width: 1199.98px) {

    .show-1000{
        display: initial;
    }

    .container{
        max-width: 960px;
    }
    .container-full{
        max-width: 1000px;
    }

    .page-home .block-1 {
        margin-bottom: 40px;
    }
    .page-home .block-uslugi {
        margin-bottom: 20px;
    }
    .page-home .block-uslugi {
        margin-bottom: 20px;
    }
    .block-projects {
        margin-bottom: 60px;
    }
    .block-form {
        margin-bottom: 60px;
    }
    .block-clients {
        margin-bottom: 60px;
    }

    .btn{
        height: 40px;
        font-size: 16px;
        padding-top: 2px;
    }
    .block-title{
        font-size: 46px;
        margin-bottom: 24px;
    }

    .form-container {
        padding: 50px 75px;
    }
    .form-container .form-block-text .form-title{
        font-size: 48px;
    }
    .form-container .form-block-text .form-subtitle{
        font-size: 18px;
    }

    .header .block .menu{
        display: none;
    }

    .block-1 .block .left {
        width: 450px;
        padding: 30px 20px 30px 30px;
        min-height: 420px;
    }
    .block-1 .block .left .title-block .title {
        font-size: 48px;
        line-height: 48px;
    }
    .block-1 .block .left .title-block .subtitle {
        font-size: 22px;
        line-height: 22px;
    }
    .block-1 .block .left .text{
        font-size: 16px;
    }
    .block-1 .block .left .text br{
        display: none;
    }
    .block-1 .block .left .button-block .btn{
        height: 56px;
        font-size: 18px;
    }
    .block-1 .block .right {
        background-position: right -210px top -20px;
        background-size: 720px;
    }
    .block-1 .block .right img {
        margin-left: 80px;
        width: 400px;
    }
    .page-it-audit .block-1 .block .right img {
        width: 440px;
    }

    .block-advantages .block {
        padding: 40px 30px;
    }
    .block-advantages .block .block-row{
        column-gap: 25px;
    }
    .block-advantages .block .block-row .one-advantage .title{
        font-size: 38px;
    }
    .block-advantages .block .block-row .one-advantage .subtitle{
        font-size: 18px;
    }

    .block-projects .block-row .one-project{
        display: flex;
        flex-direction: column-reverse;
        padding: 24px;
    }
    .block-projects .block-row .one-project .left{
        height: initial;
        padding-top: 20px;
    }
    .block-projects .block-row .one-project .left .title{
        font-size: 28px;
    }
    .block-projects .block-row .one-project .left .subtitle{
        font-size: 16px;
    }
    .block-projects .block-row .one-project .right{
        max-width: initial;
    }
    .block-projects .block-row .one-project .right img{
        width: 330px;
    }

    .uslugi-dropdown .one-usluga {
        padding: 25px 0px;
    }
    .uslugi-dropdown .one-usluga .title{
        font-size: 24px;
    }
    .uslugi-dropdown .one-usluga .title > div:first-child > span:first-child{
        padding-right: 8px;
    }
    .uslugi-dropdown .one-usluga .usluga-content {
        max-width: 400px;
    }
    .uslugi-dropdown .one-usluga .usluga-content .subtitle{
        margin: 18px 0px;
        font-size: 16px;
    }

    .block-clients .clients-swiper .swiper-slide{
        width: 250px;
        height: 125px;
    }

    .megamenu .form-container.form-megamenu{
        margin-top: 20px;
    }
    .megamenu .menu .menu-column ul .menu-title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .megamenu .menu .menu-column ul .menu-link a{
        font-size: 18px;
    }

    .block-t1 .left .title {
        font-size: 20px;
    }
    .block-t1 .left .list li{
        font-size: 18px;
    }
    .block-t1 .right .blocks .one-block .list li{
        font-size: 16px;
    }

    .block-t2.small_title .one-block .block-head {
        font-size: 20px;
    }
    .block-t2 .one-block .block-body .subtitle{
        font-size: 20px;
    }
    .block-t2 .one-block .block-body .list li{
        font-size: 16px;
    }
    .block-t2 .one-block .block-foot{
        margin-top: 15px;
        padding-top: 15px;
        font-size: 28px;
    }

    .block-t3 .one-block .block-head .tag{
        top: -10px;
        right: -10px;
    }
    .block-t3 .one-block{
        padding: 16px;
    }
    .block-t3 .one-block .block-body .list {
        font-size: 14px;
        min-height: initial;
    }
    .block-t3 .one-block .block-body .list li {
        margin-bottom: 12px;
    }
    .block-t3 .one-block .block-body .list li:before {
        width: 16px;
        height: 18px;
    }

    .block-t4{
        gap: 16px;
    }
    .block-t4.block-t4-type_1 .one-block:nth-child(3),
    .block-t4.block-t4-type_1 .one-block:nth-child(4) {
        grid-column: span 3;
    }
    .block-t4.block-t4-type_1 .one-block:nth-child(5) {
        grid-column: span 6;
    }

    .block-t5 .one-block .title{
        font-size: 28px;
    }
    .block-t5 .one-block .list .one-list div:last-child {
        white-space: nowrap;
    }

    .block-t6 .buttons-block .btn-soc {
        height: 56px;
        width: 56px;
    }

    .block-t7 {
        gap: 16px;
    }

    .contacts-page-title{
        font-size: 36px;
    }
    .contacts-page .block .left{
        padding: 24px;
    }
    .contacts-page .block .left ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .requisites-page .block{
        padding: 24px;
    }

    .info-page .info-page-container .left .block h1{
        margin-bottom: 0px;
    }
    .info-page .info-page-container .right{
        display: none;
    }

}

@media (max-width: 999.98px) {

    .container{
        max-width: 720px;
        padding: 0px 12px;
    }
    .container-full{
        max-width: 760px;
        padding: 0px 12px;
    }

    .btn{
        height: 40px;
        font-size: 16px;
        padding-top: 2px;
    }
    .block-title{
        font-size: 38px;
        margin-bottom: 18px;
    }

    .form-container {
        padding: 30px 40px;
    }
    .form-container .form-block-text .form-title{
        font-size: 36px;
        margin-right: 16px;
    }
    .form-container .form-block-text .form-subtitle{
        font-size: 16px;
    }
    .form-container.form-white .form-response{
        height: initial;
    }
    .form-container .form-response .response{
        position: initial;
    }

    .block-1 .block .left {
        width: 330px;
        min-height: 400px;
    }
    .block-1 .block .right img {
        margin-left: 0px;
        width: 340px !important;
    }
    .block-1 .block .right {
        background-position: right -210px top 15px;
        background-size: 600px;
    }

    .block-advantages .block .block-row .one-advantage .title {
        font-size: 32px;
    }
    .block-advantages .block .block-row .one-advantage .subtitle{
        font-size: 16px;
    }

    .block-projects .block-row .one-project .left .title{
        font-size: 24px;
    }
    .block-projects .block-row .one-project .left .subtitle{
        font-size: 14px;
    }
    .block-projects .block-row .one-project .right img {
        width: 250px;
    }

    .block-clients .clients-swiper .swiper-slide {
        width: 200px;
        height: 100px;
    }

    .footer .block {
        grid-template-columns: repeat(3, auto);
        row-gap: 40px;
    }
    .footer .block .footer-column.logo{
        grid-column: span 3;
    }

    .megamenu{
        padding-right: 0px !important;
    }
    .megamenu .megamenu-divider{
        width: calc(100% - 24px);
    }
    .megamenu .menu .menu-column ul .menu-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    .megamenu .menu .menu-column ul .menu-link a{
        font-size: 14px;
    }
    .megamenu .menu .menu-column ul .menu-link:not(:last-child) {
        margin-bottom: 8px;
    }

    .btn-with-arrow div:first-child svg{
        height: 60px;
    }

    .block-t1 {
        padding: 24px;
    }
    .block-t1.block-t1-type_2{
        display: block;
    }
    .block-t1.block-t1-type_2 .left{
        margin-bottom: 24px;
    }
    .block-t1.block-t1-type_2 .right{
        width: 100%;
    }
    .block-t1 .right .blocks.blocks-t1-type_1{
        grid-template-columns: repeat(6, 1fr);
    }
    .block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(1),
    .block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(2) {
        grid-column: span 3;
    }
    .block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(3),
    .block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(4) {
        grid-column: span 3;
    }
    .block-t1 .right .blocks.blocks-t1-type_1 .one-block:nth-child(5){
        grid-column: span 6;
    }

    .block-t2{
        gap: 16px;
    }
    .block-t2.block-t2-type_1 {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-t2 .one-block {
        padding: 16px;
    }

    .block-t3.block-t3-type_1 {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-t3 .one-block .block-body .list{
        min-height: initial;
    }

    .block-t4.block-t4-type_2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .block-t4 .one-block {
        padding: 16px;
    }
    .block-t4.block-t4-type_3 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
    "block1 block2"
    "block3 block4"
    "block5 block6";
    }

    .block-t6 {
        padding: 24px;
    }
    .block-t6 .title{
        font-size: 28px;
    }
    .block-t6 p{
        font-size: 20px;
    }

    .block-t7 {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-pages .one-post .text-block{
        padding: 16px;
    }

    .contacts-page-title{
        margin-bottom: 16px;
    }
    .contacts-page .block .left .button-block {
        margin-top: 24px;
    }
    .requisites-page .requisites-list{
        display: block;
    }
    .requisites-page .requisites-list .one-requisit{

    }
    .requisites-page .requisites-list .one-requisit:not(:last-child){
        margin-bottom: 12px;
    }

    .we_use_cookie {
        bottom: 0px;
        width: 100%;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        padding: 12px;
        display: block;
    }
    .cookie_button{
        margin-top: 16px;
    }
    .cookie_title{
        font-size: 14px;
    }
    .cookie_button button{
        height: 44px;
        font-size: 16px;
    }

}

.hide-sm{

}
.show-sm{
    display: none;
}

@media (min-width: 760px) and (max-width: 1199.98px) {

    .btn-animated{
        height: 56px !important;
    }
    .btn-animated span:last-child{
        height: 48px;
        width: 48px;
    }
    .btn-animated span:last-child svg {
        position: absolute;
        top: 1px;
        right: 1px;
        width: 46px;
        height: 46px;
    }

}

@media (max-width: 759.98px) {

    .mb-80{
        margin-bottom: 60px;
    }

    .hide-sm{
        display: none;
    }
    .show-sm{
        display: initial;
    }

    .container{
        max-width: 480px;
    }
    .container-full{
        max-width: 520px;
    }

    .header {
        height: 56px;
        padding: 12px 0px;
    }
    .header .block .contancts li.phone{
        display: none;
    }
    .header .block .contancts li.soc-link{
        display: none;
    }
    .header .block .contancts{
        height: 32px;
    }
    .header .block .megamenu-button{
        width: 95px;
    }
    .header .block .megamenu-button .megamenu-toggle {
        border-radius: 12px;
        padding-left: 12px;
        padding-right: 12px;
        height: 32px;
        font-size: 14px;
        column-gap: 8px;
        width: 95px;
        top: 12px;
    }

    .block-1 .block{
        display: flex;
        flex-direction: column-reverse;
        padding: 0px;
    }
    .block-1 .block .left{
        padding: 24px;
        width: 100%;
        margin-top: 24px;
        min-height: initial;
    }
    .block-1 .block .left .button-block {
        margin-top: 24px;
    }
    .block-1 .block .left .button-block .btn{
        height: 64px;
    }
    .block-1 .block .right {
        padding: 0px 12px 0px 12px;
        background-position: top 24px center;
        background-size: 395px;
        height: 280px;
    }
    .block-1 .block .right img {
        margin-left: 0px;
        width: 100%;
        max-width: 310px;
    }
    .block-1 .block .left .text {
        font-size: 18px;
    }

    .block-advantages .block .block-row{
        display: block;
    }
    .block-advantages .block .block-row .one-advantage{

    }
    .block-advantages .block .block-row .one-advantage:not(:last-child){
        margin-bottom: 45px;
    }

    .uslugi-dropdown .one-usluga .usluga-content{
        max-width: initial;
    }

    .block-projects .block-row{
        display: block;
    }
    .block-projects .block-row .one-project:not(:last-child){
        margin-bottom: 16px;
    }
    .block-projects .block-row .one-project .left .title{
        font-size: 32px;
    }
    .block-projects .block-row .one-project .left .subtitle{
        font-size: 16px;
    }
    .block-projects .block-row .one-project .left .button-block{
        margin-top: 32px;
    }

    .footer .block{
        display: block;
    }
    .footer .block .footer-column{

    }
    .footer .block .footer-column:not(:last-child){
        margin-bottom: 40px;
    }
    .footer .block .footer-column.links .footer-title{
        font-size: 18px;
    }
    .footer .block .footer-column.links .footer-link{
        font-size: 14px;
    }

    .form-container {
        padding: 60px 12px;
    }
    .form-container .form-fields{
        grid-template-columns: repeat(1, 1fr);
    }
    .form-container .form-block-text{
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
    .form-container .form-block-text .form-title{
        margin-bottom: 12px;
        margin-right: 0px;
    }

    .megamenu .menu{
        display: block;
    }
    .megamenu .block .contancts .phone{
        display: none;
    }
    .megamenu .block .contancts .soc-link{
        display: none;
    }
    .megamenu .block .megamenu-button .megamenu-toggle {
        border-radius: 12px;
        padding-left: 12px;
        padding-right: 12px;
        height: 32px;
        font-size: 14px;
        column-gap: 8px;
        width: 95px;
        top: 12px;
    }
    .megamenu .form-container.form-megamenu{
        padding: 20px 0px 30px 0px;
    }
    .megamenu .menu .menu-column{

    }
    .megamenu .menu .menu-column:not(:last-child){
        margin-bottom: 40px;
    }
    .megamenu .menu .menu-column ul + ul{
        margin-top: 40px;
    }

    .block-form-big .block{
        padding: 0px 0px;
    }

    .block-t1 .right .blocks{
        display: block !important;
    }
    .block-t1 .right .blocks > .one-block:not(:last-child){
        margin-bottom: 12px;
    }

    .block-t2{
        display: block !important;
    }
    .block-t2 .one-block:not(:last-child){
        margin-bottom: 12px;
    }

    .block-t3.block-t3-type_1 {
        grid-template-columns: repeat(1, 1fr);
    }
    .block-t3.block-t3-type_2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-t4{
        display: block;
    }
    .block-t4 .one-block:not(:last-child){
        margin-bottom: 12px;
    }
    .block-t4.block-t4-type_3 {
        display: block;
    }

    .block-t6 {
        padding: 16px;
    }
    .block-t6 p {
        font-size: 16px;
    }
    .block-t6 .buttons-block {
        margin-top: 16px;
        column-gap: 8px;
    }
    .block-t6 .buttons-block .btn-soc {
        height: 64px;
        width: 64px;
    }

    .block-t7 {
        display: block;
    }
    .block-t7 .one-block:not(:last-child){
        margin-bottom: 12px;
    }

    .blog-pages{
        grid-template-columns: repeat(1, 1fr);
    }
    .blog-pages .one-post .title{
        margin-bottom: 16px;
        font-size: 20px;
    }
    .blog-pages .one-post .description{
        margin-bottom: 24px;
        font-size: 16px;
    }

    .blog-page {
        padding: 12px;
    }
    .blog-page .title{
        font-size: 24px;
    }
    .post-content{

    }
    .post-content h1{
        font-size: 24px;
    }
    .post-content h2{
        font-size: 22px;
    }
    .post-content h3{
        font-size: 18px;
    }
    .post-content p{
        font-size: 16px;
    }
    .post-content ul{
        font-size: 16px;
    }

    .contacts-page .block .left {
        padding: 16px;
    }
    .contacts-page .block .left ul{
        font-size: 16px;
    }
    .contacts-page .block .left p{
        font-size: 16px;
    }
    .requisites-page .block {
        padding: 16px;
    }
    .requisites-page .requisites-list .one-requisit span:last-child{
        opacity: 1;
    }

}

@media (max-width: 575.98px) {

}

@media (max-width: 449.98px) {



}

@media (max-width: 419.98px) {



}

@media (max-width: 379.98px) {



}