/* fonts */
/*@font-face {
    font-family: "Roboto-condensed-bold";
    src: url("../woff/roboto-condensed-bold.woff") format("woff"), url("../woff2/roboto-condensed-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
    font-family: "Roboto-light";
    src: url("../woff/roboto-light.woff") format("woff"), url("../woff2/roboto-light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-regular";
    src: url("../woff/roboto-regular.woff") format("woff"), url("../woff2/roboto-regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-bold";
    src: url("../woff/roboto-bold.woff") format("woff"), url("../woff2/roboto-bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Inter-Medium";
    src: url("../ttf/inter-medium.ttf");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Inter-Bold";
    src: url("../ttf/inter-bold.ttf");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Inter-SemiBold";
    src: url("../ttf/inter-semibold.ttf");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Inter-Regular";
    src: url("../ttf/inter-regular.ttf");
    font-weight: 400;
    font-style: normal;
}
.erid{
        position: absolute;
        right: 0px;
        color: rgba(76, 93, 109, 0.5);
        font-size: 12px;
        text-align: right;		
}
nobr.person__date{
        position: relative;
}
.plahka{
        position: relative;
        width: fit-content;
        margin:0 auto;
}

.plahka:before {
   content: "erid 4CQwVszH9pSXM7rFCp7";
   position: absolute;
   bottom: 10px;
   right: 10px;
   color: rgba(76, 93, 109, 0.5);
   font-size: 16px;
   max-width: 300px;
   background-color: rgba(244, 244, 244, 1);
   /*padding: 15px 10px;*/
   /*border-radius: 5px;*/
    padding: 0px 5px 0px 5px;
    border-radius: 12px;
}

/* global */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

.popmechanic-desktop{
    background: url(../png/main-bg-2.png), #F6F7F9;
    background-repeat: no-repeat;
    /*background-position: top 20px;*/
    background-size: contain;
    background-position-y: 130px;
}
.popmechanic-mobile{
    background: url(../png/main-bg-mobile.png), #F6F7F9;
    background-repeat: no-repeat;
    /*background-position: top 20px;*/
    background-size: contain;
    background-position-y: 50px;
}
a {
    text-decoration: none;
    cursor: pointer;
}

button {
    cursor: pointer;
}

input {
    outline: none;
}

.wrap {
    max-width: 1440px;
    /* padding-right: 10px;
    padding-left: 10px; */
    margin-right: auto;
    margin-left: auto;
}
.text a{
    color: #0060AE;
}
.history:not(._contents) p{
    background-color: #FFFFFF;
}
.history:not(._contents) ul{
    background-color: #FFFFFF;
    padding-left: 22px;
}
.btn {
    display: block;
    text-align: center;
    font-family: "Roboto-condensed-bold";
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    background: #FF1037;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    /*box-shadow: 0px 15px 30px rgba(255, 16, 55, 0.2);*/
    padding: 18px 30px;
    transition: all 0.3s ease;
}

.btn:hover {
    background: #D71131;
}

/* headerG-top */
.headerG {
    font-family: Arial, Helvetica, sans-serif;
	
}

.headerG-top {
    padding: 8px 0;
    border-top: 1px solid #A8A8A8;
    border-bottom: 1px solid #A8A8A8;
    background-color: #f7f8fa;
    -webkit-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 -2px 6px -1px rgba(0, 0, 0, 0.3) inset;
}

.headerG-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height: 24px;
}

.headerG-top-nav {
    display: flex;
    align-items: center;
}

.headerG-top-nav__link {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #808080;
    transition: all 0.2s ease-out;
    display: flex;
}

.headerG-top-nav__link:hover {
    color: #005fa8;
}

.headerG-top-nav__link:not(:last-of-type) {
    margin-right: 26px;
}

.headerG-top-nav__link span {
    display: inline-block;
    width: 20px;
    height: 16px;
    overflow: hidden;
    background: url("../png/top-panel-link.png") no-repeat;
    margin-right: 5px;
}

.headerG-top-nav__link.buy-garant span {
    background-position: -55px 0;
}

.headerG-top-nav__link.buy-garant:hover span {
    background-position: -85px 0;
}

.headerG-top-nav__link.demo-access span {
    background-position: -347px 0;
}

.headerG-top-nav__link.demo-access:hover span {
    background-position: -367px 0;
}

.headerG-top-nav__link.products-services span {
    width: 19px;
    background-position: 0 0;
}

.headerG-top-nav__link.products-services:hover span {
    background-position: -21px 0;
}

.headerG-top-nav__link.prices span {
    width: 17px;
    background-position: -393px 0;
}

.headerG-top-nav__link.prices:hover span {
    background-position: -410px 0;
}

.headerG-top-nav__link.seminars span {
    width: 15px;
    background-position: -308px 0;
}

.headerG-top-nav__link.seminars:hover span {
    background-position: -325px 0;
}

.headerG-top-nav__link.company-partners span {
    width: 24px;
    background-position: -130px 0;
}

.headerG-top-nav__link.company-partners:hover span {
    background-position: -157px 0;
}

.headerG-top-nav__link.company-join span {
    width: 22px;
    background-position: -250px 0;
}

.headerG-top-nav__link.company-join:hover span {
    background-position: -272px 0;
}

.headerG-top-nav__link.job span {
    width: 23px;
    background-position: -473px 0;
}

.headerG-top-nav__link.job:hover span {
    background-position: -496px 0;
}

.headerG-top-nav__link.clients span {
    width: 16px;
    background-position: -434px 0;
}

.headerG-top-nav__link.clients:hover span {
    background-position: -450px 0;
}

.headerG-top-nav__link.write-editor span {
    width: 20px;
    background-position: -196px 0;
    top: 0;
}

.headerG-top-nav__link.write-editor:hover span {
    background-position: -218px 0;
}

.headerG-top__lang {
    border: 1px solid #BFBFBF;
    border-top: none;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    color: #808080;
    padding: 4px 5px;
    margin-top: -8px;
    height: calc(100% + 8px);
    transition: all 0.2s ease-out;
}

.headerG-top__lang:hover {
    color: #ec2126;
}

/* headerG-middle */
.headerG-middle {
    padding: 15px 0;
}

.headerG-middle-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerG-middle__logo {
    width: 270px;
}

.headerG-middle-right {
    display: flex;
    flex-direction: column;
}

.headerG-middle-right-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.headerG-middle-right__day {
    font-weight: bold;
    font-size: 13px;
    line-height: 12px;
}

.headerG-middle-right-auth {
    display: flex;
}

.headerG-middle-right-auth__link {
    font-size: 13px;
    color: #808080;
    transition: all 0.2s ease-out;
}

.headerG-middle-right-auth__link:hover {
    color: #005fa6;
}

/* .headerG-middle-right-auth__link.reg {
  padding-right: 11px;
  border-right: 1px solid #808080;
}
.headerG-middle-right-auth__link.login {
  padding-left: 11px;
} */
.headerG-middle-social {
    display: flex;
}

.headerG-middle-social__item {
    display: block;
    width: 23px;
    height: 19px;
    background: url("../png/social.png") no-repeat;
}

.headerG-middle-social__item:not(:last-of-type) {
    margin-right: 5px;
}

.headerG-middle-social__item.mail {
    background-position: 0px -19px;
}

.headerG-middle-social__item.mail:hover {
    background-position: 0px 0px;
}

.headerG-middle-social__item.mob {
    background-position: -69px -19px;
}

.headerG-middle-social__item.mob:hover {
    background-position: -69px 0px;
}

.headerG-middle-social__item.vk {
    background-position: -92px -19px;
}

.headerG-middle-social__item.vk:hover {
    background-position: -92px 0px;
}

.headerG-middle-social__item.fb {
    background-position: -115px -19px;
}

.headerG-middle-social__item.fb:hover {
    background-position: -115px 0px;
}

.headerG-middle-social__item.tw {
    background-position: -138px -19px;
}

.headerG-middle-social__item.tw:hover {
    background-position: -138px 0px;
}

.headerG-middle-social__item.odnoklasniki {
    background-position: -207px -19px;
}

.headerG-middle-social__item.odnoklasniki:hover {
    background-position: -207px 0px;
}

.headerG-middle-social__item.instagram {
    background-position: -184px -19px;
}

.headerG-middle-social__item.instagram:hover {
    background-position: -184px 0px;
}

.headerG-middle-social__item.ya {
    background-position: -23px -19px;
}

.headerG-middle-social__item.ya:hover {
    background-position: -23px 0px;
}

.headerG-middle-social__item.youtube {
    background-position: -276px -19px;
}

.headerG-middle-social__item.youtube:hover {
    background-position: -276px 0px;
}

.headerG-middle-social__item.rss {
    background-position: -46px -19px;
}

.headerG-middle-social__item.rss:hover {
    background-position: -46px 0px;
}

.headerG-middle-social__item.telegram {
    background-position: -161px -19px;
}

.headerG-middle-social__item.telegram:hover {
    background-position: -161px 0px;
}

/* headerG-bottom */
.headerG-bottom {
    background-color: #828282;
}

.headerG-bottom-wrap {
    display: flex;
    justify-content: space-between;
}

.headerG-bottom__link {
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    color: #ffffff;
    padding: 10px 4px;
}

.headerG-bottom__link:hover {
    background-color: #005fa6;
}

/* headerG-mobile */
.headerGM {
    font-family: Arial, Helvetica, sans-serif;
    background: #EBEDF2;
    padding: 11px 0;
    width: 100vw;
}

.headerGM-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerGM__logo {
    width: 156px;
}

.headerGM-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f0f0f0;
    overflow-y: auto;
    z-index: 12;
}

.headerGM-menu-top {
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDE;
}

.headerGM-menu-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerGM-menu-icons {
    display: flex;
}

.headerGM-menu-icons a {
    display: block;
    width: 20px;
    height: 16px;
    overflow: hidden;
    background: url("../png/top-panel-link.png") no-repeat;
}

.headerGM-menu-icons a:not(:last-of-type) {
    margin-right: 15px;
}

.headerGM-menu-icons a.buy-garant {
    width: 28px;
    background-position: -55px 0;
}

.headerGM-menu-icons a.company-partners {
    width: 24px;
    background-position: -130px 0;
}

.headerGM-menu-icons a.company-join {
    width: 22px;
    background-position: -250px 0;
}

.headerGM-menu-icons a.seminars {
    width: 15px;
    background-position: -308px 0;
}

.headerGM-menu__close {
    width: 19px;
    height: 19px;
}

.headerGM-menu-list {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.headerGM-menu-list a {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #808080;
}

.headerGM-menu-list a:not(:last-of-type) {
    margin-bottom: 20px;
}

.headerGM-menu-bottom {
    border-top: 1px solid #dedede;
    padding: 15px 0;
}

.headerGM-menu-bottom-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.headerGM-menu-bottom-list > li {
    font-weight: 200;
    color: #444444;
    font-size: 16px;
    cursor: pointer;
}

.headerGM-menu-bottom-list > li:not(:last-of-type) {
    margin-bottom: 10px;
}

.headerGM-menu-bottom-text {
    display: block;
    margin-bottom: 20px;
}

.headerGM-menu-bottom-list2 {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.headerGM-menu-bottom-list2 > li a {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #808080;
}

.headerGM-menu-bottom-list3 {
    margin: 0;
    padding: 0 0 0 10px;
    list-style-type: none;
}

.headerGM-menu-bottom-list3 > li a {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4;
    color: #808080;
}

/* header-top */
.header-top {
    /*background: #EBEDF2;*/
    padding: 40px 0 30px 0;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo__img {
    /*width: 274px;*/
    height: 57px;
    margin-right: 41px;
}

.header-logo__text {
    font-family: "Roboto-condensed-bold";
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-transform: uppercase;
    display: none;
}

.header-contacts {
    display: flex;
    align-items: center;
}

.header-contacts--mobile {
    display: none;
    align-items: center;
}

.header-contacts--mobile__btn {
    width: 40px;
    height: 40px;
}

.header-contacts--mobile__btn + .header-contacts--mobile__btn {
    margin-left: 15px;
}

.header-contacts__tel {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-right: 35px;
}
.header-contacts__tel:hover {
    color: #FF1037;
}
/* header-bottom */
.header-bottom {
    /*background: #152438;     border-top: 2px solid #152438;*/
    padding: 0px 0;
    margin-bottom: 90px;

}
.header-bottom.sp{
    margin-bottom: 109px;

}
.header-nav {
    padding-top: 30px;
    border-top: 2px solid #152438;
    display: flex;
}

.header-nav__link {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /*text-transform: uppercase;*/
    color: #152438;
}
.header-nav__link:hover {
    color: #FF1037;
}
.header-nav__link:not(:last-child) {
    margin-right: 40px;
}
.btn.header-contacts__btn{
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 16px ;
}
/* content */
.content {
    /*background: url(img/main-bg.svg), #EBEDF3;*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 10%;
    background-size: cover;
}

.content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-wrap.content-block {
    display: flex;
    /*justify-content: space-between;*/
    align-items: flex-start;
	flex-direction: column;
}

.left {
    /*background: #F6F7F9;*/
    padding: 0px 0px;
    max-width: 960px;
    margin-right: 30px;
    padding-top: 0px;
}

.h1 {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 60px;
    color: #152438;
    margin: 0 0 50px 0;
}
.h1.mktu {
    margin: 0 0 30px 0;
}
.h1.h1-block{
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
	font-size: 117px;
	line-height: 142px;
	    margin: 0px;
		
/* identical to box height */

display: flex;
/*align-items: center;*/
text-align: center;

color: #152438;
flex: 5;
}
.h2.mktu {
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 30px;
/* identical to box height, or 83% */
margin: 40px 0 0px 0;

display: flex;
align-items: center;

color: #152438;
}

.marked-list.mktu:not(:last-child){
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.blue-link {
    text-decoration: underline;
    color: #0060AE;
}

.marked-list {
    font-family: Arial;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    padding-left: 19px;
    margin: 0;
}
.marked-list.mktu {
        padding-left: 30px;
}

.marked-list:not(:last-child) {
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
}

.text + .marked-list {
    margin-top: -10px;
}

ol .text + .marked-list, ul .text + .marked-list { /*      */
    margin-top: 0;
}

.marked-list > li:not(:last-of-type) {
    margin-bottom: 10px;
}

/* marked-list-contents */
.marked-list-contents {
    font-family: Arial;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    padding-left: 45px;
    margin: 0;
    list-style-type: none;
}

.marked-list-contents:not(:last-child) {
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
}

.text + .marked-list-contents {
    margin-top: -5px;
}
.history.mktu ol{
    background-color: unset;
}
.history.mktu .text{
    background-color: unset;
}
.history ol{
    background-color: #FFFFFF;
}
ol .text + .marked-list-contents, ul .text + .marked-list-contents { /*      */
    margin-top: 0;
}

.marked-list-contents > li {
    position: relative;
}

.marked-list-contents > li:not(:last-of-type) {
    margin-bottom: 15px;
}

.marked-list-contents > li::before {
    content: "";
    background: #C0C2CF;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 14px;
    left: -40px;
    transform: translateY(-50%);
}

/* numbered-list */
.numbered-list {
    font-family: Arial;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}

.numbered-list:not(:last-child) {
    margin-bottom: 20px;
}

.numbered-list > li:not(:last-of-type) {
    margin-bottom: 20px;
}

.numbered-list > li {
    position: relative;
    padding-left: 50px;
}

.numbered-list .text:not(:last-child) {
    margin-bottom: 10px;
}

.numbered-list > li::before {
    content: counter(num);
    counter-increment: num;
    background: #F4F5FA;
    width: 30px;
    height: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #404040;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.accordion-item .numbered-list > li::before {
    content: counter(num);
    counter-increment: num;
    background: #F4F5FA;
    width: 30px;
    height: 30px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #404040;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
li a, .numbered-list a, .marked-list a, table a, h3 a, .person-content a{
	color: #0060AE;
}
.mobile-hide .erid{
	bottom: 25px;
}
/* numbered-list-2 */
.numbered-list-2 {
    font-family: Arial;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    margin: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}

.numbered-list-2:not(:last-child) {
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
}

.numbered-list-2 > li:not(:last-of-type) {
    margin-bottom: 20px;
}

.numbered-list-2 > li {
    position: relative;
    padding-left: 33px;
}

.numbered-list-2 .text:not(:last-child) {
    margin-bottom: 10px;
}

.numbered-list-2 > li::before {
    content: counter(num) ".";
    counter-increment: num;
    font-family: Arial;
    font-style: normal;
    /*font-weight: bold;*/
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    position: absolute;
    top: 0;
    left: 0;
}

.marked-list.mktu > li:not(:last-of-type) {
    margin-bottom: 20px;
}

/* table */
.tableWrap {
    max-width: 100%;
    overflow-y: auto;
}

.tableWrap:not(:last-child) {
    margin-bottom: 20px;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table td {
    border: 1px solid #DEE2E6;
    padding: 16px 20px;
    vertical-align: text-top;
}

.table td p {
    font-family: Arial;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

.table td p:not(:last-child) {
    margin-bottom: 10px;
}

/* person */
.person {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
}

.person-ava {
    margin-right: 30px;
}

.person-content {
    display: flex;
    flex-direction: column;
    margin-right: 16px;
}

.person-content__name {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #152438;
    margin: 0 0 10px 0;
}

.person-content__descr {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #4C5D6D;
    margin: 0;
    max-width: 519px
}

/*.person__date {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 14px;
    color: #4C5D6D;
    justify-content: center;
    margin-left:auto;
    display: flex;
    padding-right: 60px;
}*/
.person__date {
    flex-direction: row;
    justify-content: center;
    /* align-items: center; */
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #4C5D6D;
    justify-content: left;
    margin-left: auto;
    display: flex;
    /* padding-right: 60px; */
    margin-bottom: 8px;
}
.person__date div:nth-child(2) {
    padding-left: 16px;
    padding-right: 16px;
    color:  #929FAB;
    font-size: 24px;
    
}
/*
.person__date div{
 display: inline-block;
}*/
/* history */
.history {
    /*background: #F4F5FA;*/
    padding: 30px;
}
div.history.mktu {
    background-color: unset;
    padding: 0px;
    padding-top: 20px;
    padding-left: 5px;
}
.history:not(._contents) {
    /*background: #F4F5FA;*/
    padding: 30px;
    background-color: #FFFFFF;
}


.history:not(:last-child) {
    margin-bottom: 20px;
}

.history._contents:not(:last-child) {
    margin-bottom: 50px;
}

/* banner */
.banner {
    display: block;
    /*background: url("img/banners/banner-1.png") no-repeat;*/
    /*background: url("img/banners/banner-1_v2.png") no-repeat;*/
    background: linear-gradient(180deg, rgba(0, 175, 236, 0) 40.1%, #00AFEC 100%), url("../png/banner-1_v2.png"), linear-gradient(0deg, #152438, #152438), #FFFFFF;  background-size: cover;
    padding: 60px;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    border-radius: 0px;
    margin-bottom: 20px;
	position: relative;
}

.prog.banner {
    background: url("../png/banner-4.png") no-repeat;
    background-size: cover;
}

.consult.banner {
    background: url("../png/banner-3.png") no-repeat;
    background-size: cover;
}

.reestr.banner {
    background: url("../png/banner-2.png") no-repeat;
    background-size: cover;
}

.protect.banner {
    background: url("../png/banner-5.png") no-repeat;
    background-size: cover;
}

.banner-wrap{
    display: block;
    position: relative;
}
.banner-wrap_left{
    display: inline-block;
    max-width: 514px;
}
.banner-wrap_right {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    height: 100%;
}
.banner__logo {
    width: 200px;
    /*margin-bottom: 112px;*/
}
.banner__logo_pro {
    width: 244px;
    /*margin-bottom: 112px;*/
}
.banner-wrap_left h3{
    margin: 0px;
}
.banner__title {
    font-family: 'Inter-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;  
    color: #FFFFFF;
    max-width: 960px;
    letter-spacing: -0.04em;
    /*margin: 0 0 40px 0;*/
}

.banner__btn {
    min-width: 252px;
}
.expert__photo {
    border-radius: 170px;
    background-color: #ffffff;
}
.btn.banner__btn {
    /*width: calc(100% + 40px) !important;*/
    border-radius: 0 0 0px 0px;
    /*margin-left: -20px;
    margin-right: -20px;*/
    color: #152438;
    background: #FFFFFF;
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    top: calc(100% - 92px);
}

/* search */
.search.mktu{
    margin-top: 40px;
    margin-bottom: 40px;
}
.search {
    background: #E3F3FB;
    /*border: 1px solid #CCE6F3;*/
    padding: 50px;
    background-size: cover;
    background-size: contain;
    background-size: 100% 100%;
    background: url('../png/search_fon2.png'),url('../png/search_fon.png'), #152438;
    background-size: 100% 100%;
    margin-bottom: 50px;
	position: relative;
}


.search:not(:last-child) {
    /*margin-bottom: 20px;*/
}

.search__title {
    font-family: 'Inter-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}
.search h3{
    margin: 0px;
    margin-bottom: 40px;

}
.search-main {
    display: flex;
    margin-bottom: 40px;
    box-shadow: 0px 3px 6px rgba(21, 36, 56, 0.15);
}
.search-main._tgbot {
    margin-bottom: 16px;
}

.search-main__input {
    background: #152438;
    border: none;
    border: 2px solid #FFFFFF;
    padding: 26px;
    flex: 1;
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    letter-spacing: -0.03em;
}

.search-main__input::placeholder {
    font-family: 'Inter-Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}

.search-main__btn {
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #152438;

}
.btn.search-main__btn {
    display: block;
    text-align: center;
    background: #FFFFFF;
    text-transform: unset;
    border: 2px solid #FFFFFF;
    padding: 26px;
    transition:unset;
    letter-spacing: -0.03em;
    width: 340px;
    margin-left: 2px;
}
.search-main__btn._tg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    text-transform: inherit;
    background-color: #2798D3;
    box-shadow: 0px 15px 30px rgba(39, 152, 211, 0.2);
}
.search-main__btn._tg svg {
    margin-left: 12px;
    width: 32px;
    height: 32px;
}

.search__descr {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #9EA5AD;
}

/* expert */
.expert {
    /*background: #E3F3FB;*/
    /*border: 1px solid #CCE6F3;
    border-radius: 10px;*/
    /*display: flex;*/
    padding: 0px;
    position: relative;
    /*margin-top: 81px;*/
    margin-bottom: 50px;
    padding-top: 40px;
}
.expert.mktu {
    margin-top: 40px;
    margin-bottom: 0px;
}
.expert__photo {
    border-radius: 170px;
    background-color: #ffffff;
}

.btn.expert__btn {
    /*width: 100%;
    box-shadow: 0px 15px 30px rgba(255, 16, 55, 0.2);
    border-radius: 5px;*/
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */

    text-align: center;
    letter-spacing: -0.03em;

    color: #FFFFFF;

    max-width: 330px;
    background: #152438;
    border: 2px solid #152438;
    padding: 26px;
    text-transform: unset;
    transition: unset;
}


.expert-content {
    padding-top: 26px;
    max-width: 586px;
    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    display: inline-block;
    /*position: absolute;
    right: 0px;*/
	    margin-left: 50px;
}

.expert-content h3{
    font-family: 'Inter-SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
    color: #152438;
    margin: 0px;
    margin-bottom: 16px;
}

.expert__descr {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */

    letter-spacing: -0.03em;

    color: #9EA5AD;
    margin: 0px;
    margin-bottom: 32px;
}

.expert__photo {
    /*position: absolute;
    right: 0;
    bottom: 0;*/
	border-radius: 170px;
	background-color: #fff;
	object-fit: contain;
	height: 334px;
	width: 334px;
}
#circle {
    display: flex;
    width: 480px;
    height: 480px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 240px;
    background: #FFFFFF;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* markRegistration */
.markRegistration.mktu{
    margin-top: 40px;
}
.markRegistration {
    /*background: #EBEDF2;
    border: 1px solid #D9DDE4;
    border-radius: 10px;*/
    display: flex;
    overflow: hidden;
    margin-bottom: 50px;
}
.btn.markRegistration_btn{
    font-family: 'Inter-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-transform: unset;
    background: #152438;
    width: 265px;
    letter-spacing: -0.03em;
    padding: 16px 16px;
}

.markRegistration-half {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.markRegistration-half._content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 262px;
}

.markRegistration-half._content img {
    width: 262px;
    margin-bottom: 30px;
}

.markRegistration-half._content .btn {
    width: 262px;
}

.markRegistration-fourth {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    /*border-right: 1px solid #D9DDE4;*/
    padding: 0 35px;
    height: 178px;
    width: 239px;
    height: 239px;
    border-radius: 120px;
    background: #FFFFFF;
}

.markRegistration-fourth:nth-child(-n+2) {
    border-bottom: 1px solid #D9DDE4;
}

.markRegistration-fourth ._1 {
    width: 130px;
}

.markRegistration-fourth ._2 {
    width: 110px;
}

.markRegistration-fourth ._3 {
    width: 130px;
}

.markRegistration-text {
    display: flex;
    flex-direction: column;
}

.markRegistration-text__big {
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #152438;
    text-align: center;
}

.markRegistration-text__little {
    font-family: "Roboto-regular";
    font-size: 18px;
    line-height: 28px;
    color: #4B5F72;
    text-align: center;
}

/* opinion */
.opinion {
    border-left: 2px solid #D9DDE4;
    background-color: #fff;
    padding: 10px 40px;
    margin-bottom: 50px;
}

.opinion__img {
    width: 322px;
    margin-bottom: 30px;
}

.opinion__title {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 20px 0;
}

.opinion__text {
    font-family: Arial;
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}

.copyright {
    font-family: "Roboto-regular";
    font-size: 20px;
    line-height: 18px;
    color: #929FAB;
    margin: 0;
    margin-bottom: 20px;
}
.copyright.mktu {
    margin-top: 40px;
    margin-bottom: 50px;
}
.copyright.mktu p{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 18px;
    /* identical to box height, or 90% */
    color: #929FAB;
}
.copyright2 {
    font-family: "Roboto-regular";
    font-size: 20px;
    line-height: 18px;
    color: #929FAB;
    margin: 0;
    margin-bottom: 70px;
}

/* right */
.right {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 0px;
    right: 0;
    margin-top: 0px;
}

.right__logo {
    width: 273px;
    margin-bottom: 40px;
}

.right-partners {
    display: flex;
}

.right-partners__img {
    width: 111px;
}

.right-partners__img:not(:last-of-type) {
    margin-right: 27px;
}

.frame_660{
    position: relative;
}
.frame_660_right{
    display: inline-block;
    width: 335px;
    /* position: relative; */
    height: 100%;
    /* position: absolute; */
}
.frame_692{
    display: block;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;

    width: 335px;
    height: 190px;

    background: #DFE2E9;
    margin-top: 20px;

    position: absolute;
    top: 0px;


}
.frame_692 p{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    margin: 0px;


    color: #333333;
}
.frame_left{
    display: inline-block;
    max-width: 585px;
    margin-right: 35px;
}
.frame_721 {
    margin-top: 16px;
}
.frame_721 div{
    padding: 12px;
    gap: 10px;

    width: 44px;
    height: 44px;

    background: #FFFFFF;
    display: inline-block;
    text-align: center;
}



/* sideBanner */
.sideBanner img{
    display: none;
}
.sideBanner {
    display: flex;
   flex-direction: column;
    background-image: url(../svg/banner-fon.svg);
    background-color: black;  border: 1px solid #CCE6F3;
    /*border-radius: 10px;*/
    padding: 30px 30px 30px 30px;
    margin-bottom: 90px;
    position: relative;
    min-width: 100%;
}
/*
.sideBanner::after {
  content: url(img/sideBanner-bg.svg);
  position: absolute;
  right: 0;
  bottom: 64px;
}*/

.sideBanner113 {
    display: flex;
    flex-direction: column;
    background: #FFF url(../png/group113.png) 90% 65%/50% auto no-repeat;
    border: 1px solid #CCE6F3;
    border-radius: 10px;
    padding: 50px 42px 30px 30px;
    margin-bottom: 70px;
    position: relative;
}

.sideBanner__tag {
    font-family: "Roboto-bold";
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4C5D6D;
    padding: 10px 20px;
    background: #E3F3FB;
    border-radius: 5px;
    margin-bottom: 35px;
    display: none;
}

.sideBanner__title {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: 500;
    font-size: 41px;
    line-height: 50px;
    color: #FFFFFF;
    margin: 0px;
    margin-bottom: 140px;
    letter-spacing: -0.03em;
}

.btn.sideBanner__btn {
    position: relative;
    z-index: 1;
    background-color: #00AFEC;
    font-family: 'Inter-Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
}
.btn.sideBanner__btn:hover {
        background-color: #FF1037;
}
.btn.banner__btn:hover {
        background-color: #FF1037;
        color: #FFFFFF;
}
.btn.search-main__btn:hover {
        background-color: #FF1037;
        color: #FFFFFF;
        border: 2px solid #FF1037;
}
.btn.expert__btn:hover {
        background-color: #FF1037;
        color: #FFFFFF;
        border: 2px solid #FF1037;        
}
.btn.markRegistration_btn:hover {
        background-color: #FF1037;
        color: #FFFFFF;
}
/* linking */
.linking {
    /*width: calc(100% + 32px);*/
    width: calc(100% + 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 70px;
}
.linking.mktu {
    /*width: calc(100% + 32px);*/
    width: calc(100% + 0px);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 40px;
}

.linking-slide.swiper-slide {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 378px;
    height: 172px;
    padding: 24px;
	margin-right: 10px;
}

.linking-slide:first-of-type {
    margin-left: 0px;
}

.linking-wrapper {
    height: auto !important;
}

.linking-slide-header {
    background: #D3DCE7;
    width: 100%;
    height: 238px;
    padding: 30px 37px 30px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.linking-slide-header__img {
    width: 40px;
    height: 40px;
}

.linking-slide-header__title {
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-align: start;
    margin: 0;
}

.linking-slide__text {
    font-family: Arial;
    font-weight: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    text-align: start;
    margin: 0px;
}

.linking-slide__date {
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #929FAB;
    position: absolute;
    bottom: 24px;

}

.linking-btn-next {
    right: 15px;
}

.linking-btn-prev {
    left: 15px;
}

.linking-btn-next::after, .linking-btn-prev::after {
    content: url(../svg/arrow.svg);
    width: 29px;
    height: 58px;
}

.linking-btn-prev::after {
    transform: rotate(180deg);
}

.linking .swiper-button-disabled::after {
    display: none;
}

/* callback */
.callback {
    display: none;
    position: relative;
    width: 100%;
    max-width: 480px;
    background: #fff url(../png/modalbg-2.png) 0 0 no-repeat;
    padding: 40px;
}
.callback__title{
    margin-top: 0px;
}
.callback .fancybox-close-small {
    color: #FF1037;
}

.callback__title {
    font-family: "Roboto-condensed-bold";
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #152438;
    font-weight: 500;
    margin-bottom: 40px;
}

.callback__input {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 10px;
    padding: 10px 20px;
    width: 100%;
    height: 50px;
    display: block;
    outline: 0;
    color: #152438;
    margin-bottom: 10px;
    font-size: 18px;
    border: 2px solid #152438;
}

.callback__input::placeholder {
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #929FAB;
}

.callback__btn {
    width: 100%;
    margin-bottom: 10px;
    background: #152438;
    border: 2px solid #152438;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.callback__agree {
    font-family: "Roboto-regular";
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #929FAB;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.callback__agree a {
    color: #2c7bbe;
}
.js-form-callback{
    margin-bottom: 0px;
}

/* text-modal */
.text-modal {
    box-shadow: 0px 10px 30px rgba(48, 122, 189, 0.3);
    max-width: 335px;
    padding: 40px 20px;
}

.text-modal .fancybox-close-small {
    color: #FF1037;
}

.text-modal p {
    font-family: Arial;
    font-size: 21px;
    line-height: 30px;
    color: #333333;
    margin: 0;
}

/* notice */
.notice {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 9px 20px;
    background: url("../svg/notice-bg.svg") no-repeat;
    background-size: cover;
    background-position-x: right;
    align-items: center;
    z-index: 10;
}

.notice__logo {
    width: 107px;
    height: 22px;
    margin-right: 31px;
}

.notice-main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.notice-main__tel {
    font-family: "Roboto-condensed-bold";
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 6px;
}

.notice-main__btn {
    padding: 7px 17px !important;
    font-size: 14px !important;
    line-height: 16px !important;
}

.notice__close {
    position: absolute;
    right: 7px;
    top: -19px;
    width: 31px;
    height: 31px;
}
.w900{
    max-width: 850px;
}

.images-table td:first-child {
    width: 30%;
    text-align: center;
    vertical-align: inherit;
}

.images-table td {
    vertical-align: top;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    font-family: "Arial";
}

.sideBanner-new::after {
    display: none;
}

.sideBanner-new .sideBanner__title {
    margin-bottom: 15px;
}

.sideBanner-new img {
    max-width: 200px;
    margin: 15px auto 20px auto;
}

.sideBanner-new {
    background-color: #D5E5FB;
}

.sideBanner-mod::after {
    display: none;
}

.sideBanner-mod .sideBanner__title {
    margin-bottom: 15px;
}

.sideBanner-mod img {
    max-width: 200px;
    margin: 15px auto 20px auto;
}

.sideBanner-mod {
    background-color: #D5E5FB;
}

small.text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px !important;
}

.quote-block {
    margin: 15px 0;
}

.quote-block__title {
    font-weight: 700;
}

.quote-block > p {
    display: flex;
}

.quote-block > p span:first-child {
    flex: 0 0 35px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.m-1 {
    margin: 1rem auto;
}

.inline-link {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.sideBanner.--iss {
    background-color: #D5E5FB;
    border: 1px solid #CCE6F3;
    border-radius: 10px;
    padding: 50px 30px 40px;
}

.sideBanner.--iss::after {
    content: "";
    position: absolute;
    width: 319px;
    height: 320px;
    background: url(../png/banner.png) no-repeat;
    background-size: contain;
    left: 22px;
    bottom: -40px;
}

.sideBanner.--iss .sideBanner__tag {
    margin-bottom: 16px;
}

.left {
    font-family: "Roboto-regular", sans-serif;
}

.h2__big {
    font-family: "Arial", sans-serif;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
    color: #152438;
}
.tabs-nav__current.tabs-nav__item.js-tabs-select{
    display: none;
}
.tabs-nav__list.js-tabs__nav{
    display: flex;
}
.team.js-team{
    max-width: 750;
}
.team-banner {
    background: #86B0C8;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    padding-bottom: 0;
    color: #fff;
}
.team-banner.komand .btn {
    display: inline-block;
}
.team-banner.komand {
    padding: 50px;
    display: flex;
    max-width: 750;
    /*left: 50%;
    transform: translate(-50%);    */
}
.team-banner.komand .team-banner__content {
    flex: 0 0 46%;
    z-index: 2;
}
.team-banner__content {
    flex: 0 0 60%;
    z-index: 2;
}
.team-banner__content .btn {
    font-family: "Roboto-regular";
    font-weight: 400;
    text-transform: none;
    padding: 12px 23px;
    position: relative;
}
.team-banner__img {
    overflow: hidden;
}
.team-banner__img.slider {
    width: 350px;
    height: 334px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.team-banner__title {
    font-family: "Roboto-condensed-bold";
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.team-banner__text {
    font-size: 18px;
    margin-bottom: 20px;
    min-height: 85px;
}
.team-list {
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.team-list__item {
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 16px;
    flex: 0 0 110px;
}
.team-list__item.active img {
    border: 1px solid #FF1037;
}
.team-list__item img {
    display: block;
    background-color: #86B0C8;
    border-radius: 50%;
}
.team-adv {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 50px;
}
.team-adv__item {
    padding-right: 20px;
    padding-left: 20px;
    flex: 0 0 50%;
    margin-bottom: 40px;
}
.team-adv__item-title {
    margin-bottom: 10px;
    color: #4480A3;
    font-size: 21px;
}

.team-adv__item-text {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
}

.tabs {
    margin-bottom: 50px;
}
.tabs-nav__current {
    background-color: #152438 !important;
    color: #fff !important;
    position: relative;
}
.tabs-nav__current::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../svg/arrow-2.svg) no-repeat;
    background-size: 16px;
    background-position: center;
}
.tabs-nav__item {
    transition: ease-in-out 0.2s;
    padding: 6px 16px;
    background-color: #F4F5FA;
    font-size: 16px;
    line-height: 28px;
    flex-grow: 1;
}
.tabs-nav__item.active {
    background-color: #152438;
    color: #fff;
}
.tabs-nav__item:not(.active):hover {
    background-color: #E5E5EB;
    cursor: pointer;
}
.tabs-content {
    margin-top: 30px;
}
.tabs-content__list {
    display: none;
}
.tabs-content__list.active {
    display: block;
}
.tabs-content__list-item {
    padding: 10px;
    transition: ease-in-out 0.2s;
    display: block;
}
.tabs-content__list-item:hover {
    background-color: #F4F5FA;
}
.tabs-content__list-item--title {
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(69, 69, 69);
}
.tabs-content__list-item--price {
    color: rgba(69, 69, 69, 0.5);
    font-size: 15px;
}

.cases {
    margin-top: 50px;
    margin-bottom: 50px;
}
.cases__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.cases__item {
    padding: 20px;
    border: 1px solid #F4F5FA;
    display: block;
    transition: ease-in-out 0.2s;
}
.cases__item:hover {
    border: 1px solid #dddee0;
}
.cases__item img {
    max-width: 120px;
    max-height: 60px;
    margin-bottom: 20px;
}
.cases__item-text {
    color: #333333;
}
.cases__item-col {
    padding-right: 8px;
    padding-left: 8px;
    flex: 0 0 33.3%;
    margin-top: 20px;
}
.cases__link {
    color: #152438;
    margin-top: 20px;
    display: flex;
    align-items: center;
    /* justify-content: end;*/
}
.cases__link svg {
    margin-left: 8px;
}
.modal__title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    font-size: 40px;
    line-height: 44px;
    letter-spacing: -.04em;
    color: #152438;
    font-weight: 500;
    margin-bottom: 40px;
    
}
.modal__success {
    font-family: Arial;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -.03em;
    color: #152438;
}
.reklama-sideBanner {
position: absolute;
width: 231px;
height: 15px;
left: 5px;
top: 5px;

background: rgba(255, 255, 255, 0.7);
border-radius: 15px;

font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 9px;
line-height: 10px;
display: flex;
align-items: center;
letter-spacing: 0.1em;

color: rgba(0, 0, 0, 0.5);
padding: 2px 0px 1px 5px;
}
.spisok-block{
    
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    /*justify-content: inherit;*/
	    margin-bottom: 50px;
justify-content: space-between;		
}

.spisok-block-el{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 24px;
background: #FFFFFF;
width: 430px;
height: 172px;
margin-bottom: 30px;
}
.spisok-block-el-text{
width: 330px;
height: 90px;
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 30px;
/* or 143% */

margin:0px;
color: #333333;
}
.spisok-block-el-text-bottom{
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 14px;

color: #929FAB;
}
.content-block-text {
    width: 600px;
    height: 60px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    display: block;
    align-items: right;
    color: #333333;
    margin: 0;
    margin: 40px 47% 114px;
	}

.content-block-div{
    display: block;
    width: 100%;
    /* align-items: center; */
    /* justify-content: space-around; */
    position: relative;
}

.spisok-class{
    
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: inherit;
	    margin-top: 20px;
}

.spisok-class-el{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 16px;
background: #FFFFFF;
width: 238px;
height: 100px;
margin-bottom: 2px;
margin-right: 2px;

}
.spisok-class-el.active {
/*background: #00AFEC;*/
}
.spisok-class-el.active {
/*background: #00AFEC;*/
}
.spisok-class .spisok-class-el:hover {
background: #00AFEC;
color: #FFFFFF;
}
.spisok-class-el:hover  .spisok-class-el-text{
color: #FFFFFF;
}
.spisok-class-el:hover  .spisok-class-el-text-bottom{
color: #FFFFFF;
}
.spisok-class-el-text{
font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 24px;
/* identical to box height, or 133% */
display: flex;
align-items: center;
color: #152438;
margin: 0px;
}
.spisok-class-el-text-bottom{
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: flex;
align-items: center;

color: #7E8F9F;
    margin: 0px;
    margin-top: 4px;
}
.content-class-text {
    width: 600px;
    height: 60px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    display: block;
    align-items: right;
    color: #333333;
    margin: 0;
    margin: 40px 47% 114px;
	}

.content-class-div{
    display: block;
    width: 100%;
    /* align-items: center; */
    /* justify-content: space-around; */
    position: relative;
}


.spisok-nomer{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: inherit;
    margin-bottom: 20px;
    margin-top: 8px;
}

.spisok-nomer-el.active{
    background: #152438;
}
.spisok-nomer-el.active .spisok-nomer-el-text{
    color: #FFFFFF;
}
.spisok-nomer-el{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: #FFFFFF;
    width: 44px;
    height: 44px;
    margin-bottom: 0px;
    padding-top: 12px;
    margin-right: 2px;
    margin-top: 2px;
}
.spisok-nomer .spisok-nomer-el:hover {
    background: #00AFEC;
    color: #FFFFFF;
}
.spisok-nomer-el:hover  .spisok-nomer-el-text{
color: #FFFFFF;
}

.spisok-nomer-el-text{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    
    /* identical to box height, or 133% */
    display: flex;
    align-items: center;
    color: #152438;
    margin: 0px;
}
.spisok-ABC{
    
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: inherit;
    margin-bottom: 45px;
    margin-top: 20px;
}

.spisok-ABC-el.action{
    background: #FFFFFF;
    color: #7E8F9F;
}

.spisok-ABC-el{
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 16px;
    background: #FFFFFF;*/
    width: 44px;
    height: 44px;
    margin-bottom: 0px;
    padding: 16px;
    padding-top: 8px;
}
.spisok-ABC-el-text{
    font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 30px;
/* identical to box height, or 143% */

display: flex;
align-items: center;
text-align: center;

color: #152438;
    margin: 0px;
}

.spisok-tovar{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: inherit;
    margin-top: 28px;
}

.spisok-tovar .spisok-tovar-el:not(:last-of-type) {
    margin-bottom: 20px;
}
    

.spisok-tovar-el-tmp{
display: flex;
flex-direction: column;
align-items: flex-start;
/*padding: 16px;
background: #FFFFFF;*/
width: 460px;
/*height: 50px;*/
margin-bottom: 0px;
}
.spisok-tovar-el {
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
    width: 49%;
    /*height: 50px;*/
    margin-bottom: 0px;
}
.spisok-tovar-el-text{
    font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 21px;
line-height: 30px;
/* identical to box height, or 143% */

display: flex;
align-items: left;
text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
color: #152438;

}
.spisok-class-el-text-bottom{
font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: flex;
align-items: center;

color: #7E8F9F;
}
.content-class-text {
    width: 600px;
    height: 60px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    display: block;
    align-items: right;
    color: #333333;
    margin: 0;
    margin: 40px 47% 114px;
	}

.content-class-div{
    display: block;
    width: 100%;
    /* align-items: center; */
    /* justify-content: space-around; */
    position: relative;
}

.text-small{
    font-family: 'Arial';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 14px;
/* identical to box height, or 78% */

display: flex;
align-items: center;
text-align: right;
margin-bottom: 30px;
color: #4C5D6D;
}


.table-name{
    font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 20px;
/* identical to box height, or 125% */

display: flex;
align-items: center;

color: #152438;
}

.text-title{
    font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 30px;
/* identical to box height, or 125% */

display: flex;
align-items: center;
margin-top: 20px;
margin-bottom: 20px;

color: #152438;
}







/*# sourceMappingURL=style.css.map */
@media (max-width: 1430px) {
.spisok-block{
    
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-evenly;
	margin-bottom: 50px;
}
.spisok-class-el{
    width: 100%;
}
.h2.mktu {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 20px 0;
}
.vopros-title {

    width: calc(100% - 20px);
}
}
.images-table td {
    vertical-align: middle;
}
.images-table.v2 td:first-child {
    
    text-align: left;
    
}
.accordion-item{
background: #FFFFFF;
}
.accordion .accordion-item {
    border: 0px solid #ddd;
    margin: 0 0 10px 0;    

    display:block;
    margin-bottom: .5rem;
    padding: 24px;
    margin-top: 20px;
    margin-bottom: 0px;

}

.accordion .ui-accordion-header {
    /*padding: 10px;
    background: #ffd6f0;*/
    cursor: pointer;
    outline: none;
    position: relative;

    /*padding: .3em .5em .3em .4em;**/
    display:inline-block;
    font-size:1.4em;
    cursor: pointer;
    width: 100%;
    position: relative;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */

    display: flex;
    align-items: center;

    color: #152438;
}

.accordion .ui-accordion-header-icon {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;    
    display: inline-block;
    width: 32px;
    height: 32px;    
    background: url(../svg/zn-plus.svg) ;
}
.accordion .ui-accordion-header-active .ui-accordion-header-icon {
    background-image: url(../svg/zn-minus.svg);
}
.accordion .ui-accordion-content {
    padding: 0px;
}
.accordion .ui-accordion-content p{
    padding: 0px;
    padding-top: 8px;

    margin: 0px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* or 140% */
    display: inherit;
    align-items: center;

    color: #4C5D6D;
}


details{
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
}
summary:after {  
 /* content: "+";*/
  margin-left: .3em;
  display: inline-block;
  transition: transform .5s;
  float: right;
    content: url(../svg/zn-plus.svg);
width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    /*scale: 55%;*/
}
details[open] > summary:after {
  transform: scale(1,-1);
}
summary ~ * {
   padding:0 1em 0 1em;
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}

.vopros-title{
    font-family: 'Arial';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 32px;
/* identical to box height, or 133% */

display: inline-block;
align-items: center;
    margin: 0px;
color: #152438;
}

  .spisok-tovar{
    width: 100%;
  }
  
.star-rating {
  display: flex;
  justify-content: right;
  gap: 4px;
}

.c-star {
  width: var(--size, 24px);
  height: var(--size, 24px);
  fill: lightgrey;
}
.c-star.active {
    fill: #fed94b;
  }

  .spisok-cen{
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      transition-property: transform;
      box-sizing: content-box;
      margin-top: 40px;
      margin-bottom: 40px;
  }
  .spisok-cen-items{
      max-width: 312px;    
      height: 348px;
      padding: 24px;
      background-color: #fff;
  }
  .spisok-cen-items-2{
      margin-left: 12px;
      margin-right: 12px;
      background-color: #00AFEC;
  }
   .spisok-cen-items.spisok-cen-items-2 p{
        color: #fff;
    }

  
    .spisok-cen-items p{
        padding: 0px;
        margin: 0px;
        margin-bottom: 12px;
    }

  .spisok-cen-items-text1{
      font-family: Arial;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0em;
      text-align: left;
      color: #00AFEC;

  }
  .spisok-cen-items-text2{
      font-family: Arial;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0em;
      text-align: left;
      color: #152438;

  }
  .spisok-cen-items-text3{
      font-family: Arial;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: left;
      color: #9EA5AD;
      height: 48px;

  }
  p.spisok-cen-items-text4{
      font-family: Arial;
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
      letter-spacing: 0em;
      text-align: left;
      color: #152438;
      margin-bottom: 24px;
  }
  
.input_brand {
        font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;

    border: 2px solid #152438;
    width: calc(100% - 175px);
    /*margin-right: 2px;*/
    min-height: 84px;
    padding-left: 24px;
    /* display: block; */
    /* width: 100%; */
    display: inline-block;
    padding: 24px;
}
.button_brand {
       /* width: 13%;*/
    font-family: 'Inter';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.03em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0px;
    /* width: 13%; */
    background: #ff1037;
    /* display: block; */
    padding: 24px;
    color:  #fff;
    min-height: 84px;
}
@media (max-width: 1261px) {
.button_brand {
    width: 100%;
     padding: 10px;
         font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    min-height: 0px;
}
 .input_brand {
        width: 100%;
        margin-bottom: 20px;
 }   
 .inner-header--splitted .page-subtitle, .inner-header--splitted .page-title, .inner-header--splitted-alt .page-subtitle, .inner-header--splitted-alt .page-title {
     width: 100%; 
     text-align: center;
}
}