* {
   box-sizing: border-box;
   background-repeat: no-repeat;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input[type="button"],
input[type="password"],
input[type="text"],
ins,
kbd,
label,
legend,
li,
main, 
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table, 
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
   margin: 0;
   padding: 0;
   border: 0;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -webkit-tap-highlight-color: transparent;
   text-rendering: optimizespeed;
}

html {
   scroll-behavior: smooth;
   text-rendering: optimizespeed;
   line-height: 1.15;
   font-family: sans-serif;
}
body {
   scroll-behavior: smooth;
   text-rendering: optimizespeed;
   overflow-x: hidden;
   min-height: 1500px;
}

html,
body {
   height: auto;
   min-width: 320px;
   color: #303030;
   position: relative;
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   max-width: 1920px;
   margin: 0 auto;
	}

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

svg {
   width: 100%;
   height: 100%;
}

a {
   color: inherit;
   text-decoration: none;
   transition: color 0.2s ease;
   -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   -webkit-tap-highlight-color: transparent;
}


.header {
   z-index: 20;
   position: relative;
}

.category-text-block p,
.article__text p,
.dropdown-list__item-content p{
   margin: 16px 0;
}

.dropdown-list__item-content p:first-child{
   margin-top:0;
}

.dropdown-list__item-content p:last-child{
   margin-bottom:0;
}

.category-text-block ul,
.article__text ul,
.dropdown-list__item-content ul{
   margin: 16px 0 16px 16px;

}


.category-text-block ul,
.article__text ul,
.dropdown-list__item-content ul,
.pagination ul,
.kasko_types_cards .kasko-info-cards__item ul {
   list-style-type: none;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.kasko_actions_cards .kasko-info-cards__item ul,
.kasko_actions_cards .kasko-info-cards__item ol {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.category-text-block ul li ul,
.article__text ul li ul,
.dropdown-list__item-content ul li ul,
.kasko_types_cards .kasko-info-cards__item ul {
   margin: 16px 0;
}

.kasko_actions_cards .kasko-info-cards__item ul,
.kasko_actions_cards .kasko-info-cards__item ol {
   margin: 12px 0;
}

.kasko_actions_cards .kasko-info-cards__item ul {
    padding-left: 10px;
}

.category-text-block ol,
.article__text ol,
.dropdown-list__item-content ol {
   padding-left: 20px;
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.category-text-block ul li,
.article__text ul li,
.dropdown-list__item-content ul li,
.kasko_types_cards .kasko-info-cards__item ul li {
   position: relative;
   padding-left: 24px;
}

.category-text-block ul li::before,
.article__text ul li::before,
.dropdown-list__item-content ul li::before,
.kasko_types_cards .kasko-info-cards__item ul li::before{
   content: "";
   position: absolute;
   left: 0;
   top: 5.5px;
   transform: translateY(0);
   border-radius: 50%;
   width: 8px;
   height: 8px;
   background-color: #009fe3;
}


button,
.btn {
   font-family: "PT Sans", Arial, Helvetica, serif;
   border: none;
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 12px 36px;
   font-size: 16px;
   line-height: 20px;
   font-weight: 700;
   color: #fff;
   background: #0f6eb6;
   max-width: fit-content;
   transition: 0.2s ease;
   border-radius: 4px;
   cursor: pointer;
    position: relative;
    overflow-x: hidden;
    transition: 0.8s;
}

.btn:hover {
   background: #009fe3;
   color: #fff;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   outline: 0;
   box-shadow: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   border: none;
   padding: 20px 40px 13px 16px;
   border: 1px solid #dcdcdc;
   width: 100%;
   border-radius: 4px;
   font-size: 15px;
   line-height: 20px;
   resize: none;
   max-height: 48px;
   color: #303030;
   box-sizing: border-box;
}

.input-text__error {
   display: none;
   font-size: 11px;
   line-height: 15px;
   font-weight: 500;
   color: #f8002c;
}

.input-text__success {
   position: absolute;
   top: 19px;
   right: 14px;
   width: 14px;
   height: 11px;
   display: none;
}

.input-select {
   display: inline-block;
   position: relative;
   width: 100%;
   height: 48px;
   vertical-align: middle;
   cursor: pointer;
   font-family: PT Sans, sans-serif;
   font-weight: 400;
   font-size: 15px;
   line-height: 20px;
   color: #9a9a99;
   padding: 14px 40px 14px 16px;
   border: 1px solid #dcdcdc;
   box-shadow: none;
   background: 0 0;
   border-radius: 4px;
}

.input-select select {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   opacity: 0;
   text-transform: none;
}

h1,
.h1 {
   font-weight: 700;
   font-size: 22px;
   line-height: 28px;
   margin: 20px 0;
   margin: clamp(15px, 2.1vw, 25px) 0;
}

.h2, h2 {
   font-weight: 700;
   font-size: 19px;
   line-height: 24px;
}

.h3, h3 {
   font-weight: 700;
   font-size: 17px;
   line-height: 22px;
}

   a:hover {
      color: #0f6eb6;
   }

@font-face {
   font-family: PT Sans;
   src: url(../fonts/PTSans-Regular.ttf) format("truetype");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: PT Sans;
   src: url(../fonts/PTSans-Bold.ttf) format("truetype");
   font-weight: 700;
   font-style: normal;
   font-display: swap;
}
@font-face {
   font-family: FontAwesome;
   src: url(/public/fonts/fontawesome-webfont.eot?v=4.7.0);
   src: url(/public/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
   url(/public/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
   url(/public/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
   url(/public/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
   url(/public/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
   font-weight: 400;
   font-style: normal;
   font-display: swap;
}

.content-wrapper {
   display: block;
   width: 100%;
   margin: 0 auto;
   padding: 0 20px;
   position: relative;
   z-index: 1;
}


.header__wrapper {
   display: grid;
   align-items: center;
   grid-template-columns: 120px 1fr auto auto auto;
   grid-template-rows: 1fr;
   grid-template-areas: 'logo contacts callback-btn header-social mobile-search mobile-menu__btn';
   padding: 6px 0;
   background: #fff;
   border-bottom: 1px solid #f0f0f0;
   position: relative;
   z-index: 2;
}

.callback-btn__wrapper {
   grid-area: callback-btn;
   width: 100%;
   height: 100%;
   padding-left: 10px;
}

.header__logo {
   display: flex;
   grid-area: logo;
   align-items: center;
   justify-content: center;
   width: 100%;
   flex-shrink: 0;
}

.menu-top {
   grid-area: menu-top;
   display: none;
   margin-top: 4px;
}

.callback-btn-desktop {
   display: none;
}

.menu-top__list {
   display: flex;
   flex-direction: row;
   list-style-type: none;
   margin: auto 20px;
   gap: 10px;
   padding:0;
}

.menu-top__item:hover {
   cursor: pointer;
   color: #0f6eb6;
   transition: 0.2s ease;
}

.menu-top__item[data-is-active='yes'],
.menu-top__item.active {
   color: #0f6eb6;
   border-bottom: 2px solid #0f6eb6;
   transition: 0.2s ease;
}

.menu-top__item div,
.menu-top__item a {
   display: inline;
   text-decoration: none;
   vertical-align: middle;
   font-weight: 600;
   font-size: 14px;
   padding: 20px 0;
}

.header__contacts {
   display: none;
   color: #0f6eb6;
   grid-area: contacts;
   margin-left: auto;
   gap: 2px;
}

.header__social {
   display: flex;
   flex-direction: row;
   grid-area: header-social;
   margin: 0px 20px;
   gap: 10px;
}

@media (max-width: 1024px) {
   .header__social {
      margin: 0px 5px;
   }
}

.header__social-item {
    width: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease;
}


.header__social-item img {
    width: 25px;
    transition: 0.2s ease;
}



.header-phone {
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
}
.header-mail {
   font-size: 14px;
   line-height: 16px;
}

.desktop-menu {
   display: none;
}

.desktop-menu__search {
   display: flex;
   justify-content: center;
   align-items: center;
   margin-left: auto;
}

.search-btn {
   width: 40px;
   height: 40px;
   border-radius: 2px;
   border: 1px solid #f0f0f0;
   background: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}

.search-btn svg {
   width: 24px;
   height: 24px;
   stroke: #303030;
   fill: transparent;
   transition: 0.2s ease;
}

.search-btn:hover svg {
   stroke: #009fe3;
}

.main-search-form {
   position: relative;
   display: flex;
   gap: 16px;
   margin-bottom: 20px;
   margin-bottom: clamp(15px, 2.1vw, 25px);
}

.main-search-btn {
   flex-shrink: 0;
   padding: 9px 30px;
}

@media (max-width: 560px) {
   .main-search-form {
      flex-direction: column;
   }

   .main-search-btn {
      width: 100%;
      max-width: none;
   }

}

.desktop-search__form {
   position: absolute;
   top: 5px;
   left: 5px;
   width: calc(100% - 12px);
   opacity: 1;
   transition: 0.2s ease;
   z-index: 25;
}

.desktop-search__form.active {
   opacity: 1;
   visibility: visible;
}

input.search-field,
.desktop-search__form input {
   padding: 10px 46px;
}

.no-search-results-message {
   margin-bottom: 35px;
   font-size: 16px;
   max-width: 800px;
   line-height: 1.4;
}

.main-search-form .search-field {
   padding-left: 20px;
}

.main-search-form .input-wrapper {
   position: relative;
   width: 100%;
}

.desktop-search__btn-close {
   position: absolute;
   top: 12px;
   right: 12px;
   width: 18px;
   height: 18px;
   cursor: pointer;
}

.desktop-search__btn-close svg {
   stroke: #0f6eb6;
   transition: 0.2s ease;
}

.desktop-search__btn-search {
   padding: 0 0;
   background: 0 0;
   position: absolute;
   top: 8px;
   left: 8px;
   display: flex;
   cursor: pointer;
}

.desktop-search__btn-search svg {
   width: 24px;
   height: 24px;
   stroke: #303030;
   fill: transparent;
   transition: 0.2s ease;
}

.desktop-menu__logo {
   display: none;
   line-height: 0;
   cursor: pointer;
}

.fixed-state .desktop-menu__logo {
   display: block;
}

.content-wrapper.scroll .desktop-menu__logo {
   display: block;
}

.desktop-menu__logo img {
   margin-left: 25px;
   margin-right: 10px;
}

.nav-desktop__item.main-menu__item.level1 {
   position: static;
   z-index: 20;
}

.main-submenu {
   position: absolute;
   top: 52px;
   left: 0px;
   visibility: hidden;
   opacity: 0;
   height: auto;
   width: 100%;
   transition: 0.3s ease-out;
}

.main-submenu__wrapper {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   gap: 20px;
   list-style: none;
   background-color: white;
   padding: 40px 70px;
   box-shadow: 8px 16px 40px rgba(10, 67, 116, 0.08);
   border: 1px solid #f0f0f0;
   max-height: 450px;
}

@media (max-width: 1600px) {
   .main-submenu__wrapper {
      max-height: 475px;
   }
}

.nav-desktop__item.main-menu__item.level1:hover .main-submenu {
   visibility: visible;
   opacity: 1;
   padding-top: 8px;
}

.main-submenu__link {
   color: #303030;
   font-size: 18px;
}

.nav-desktop {
display: block;
margin: 0;
padding: 0;
height: 100%;
}

.nav-desktop__list {
   display: flex;
   flex-direction: row;
   margin: auto 0;
   padding: 0;
   height: 100%;
}

.nav-desktop__item {
   list-style-type: none;
   display: flex;
}

.nav-desktop__item.level1 {
   flex-direction: column;
   height: 100%;
   transition: 0.2s ease;
   position: relative;
}

.nav-desktop__item.level1.first {
   border-radius: 6px 0 0 6px;
}

.nav-desktop__item.level1:hover{
background: #277ec9;
}

.nav-desktop__item.level1 > div, 
.nav-desktop__item.level1 > a {
   display: inline;
   color: #fff;
   font-weight: 600;
   padding: 16px 14px;
}

.nav-desktop__item.level2 {
max-width: 300px;
}

.nav-desktop__item.level2 a{
   color: #303030;
   font-weight: 400;
   padding: 0;
}

.nav-desktop__dropdown {
   position: absolute;
   top: 52px;
   left: 0px;
   margin-top: 10px;
   display: flex;
   column-gap: 30px;
   row-gap: 8px;
   flex-direction: column;
   flex-wrap: wrap;
   max-height: 200px;
   padding: 40px;
   background: #fff;
   border-radius: 4px;
   box-shadow: 8px 16px 40px rgba(10, 67, 116, 0.08);
   border: 1px solid #f0f0f0;
   opacity: 1;
   visibility: hidden;
   width: 1200px;
   transform: translateY(8px);
   transition: 0.3s ease-out;
}

.nav-desktop__item.level2 {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.nav-mobile {
   width: 100%;
   background: #fff;
   overflow-y: auto;
   overflow-x: hidden;
   height: calc(100% - 60px);
   padding-bottom: 55px;
   position: fixed;
   top: 60px;
   opacity: 1;
   visibility: visible;
   transition: 0.2s ease;
}

.mobile-menu__btn {
   padding: 15px 12.25px;
   background: #0f6eb6;
   border-radius: 4px;
   width: 44px;
   height: 44px;
   position: relative;
   transition: 0.2s ease;
   margin-left: auto;
   grid-area: mobile-menu__btn;
}

.mobile-menu__btn span{
   width: 19.5px;
   height: 1.5px;
   background: #edf9fe;
   flex-shrink: 0;
   position: absolute;
   left: 12.25px;
   transition: all 0.3s ease;
}

.mobile-menu__btn span:nth-child(1) {
   top: 15px;
}

.mobile-menu__btn span:nth-child(2) {
   top: 21px;
}

.mobile-menu__btn span:nth-child(3) {
   top: 27px;
}


.mobile-menu__btn.active span:nth-child(1) {
   top: 20px;
   transform: rotate(45deg);
}

.mobile-menu__btn.active span:nth-child(2) {
   opacity: 0;
}

.mobile-menu__btn.active span:nth-child(3) {
   top: 20px;
   transform: rotate(-45deg);
}

.mobile-search {
   grid-area: mobile-search;
   padding: 12px;
}

@media (max-width: 370px) {
   .mobile-search {
      padding: 8px;
   }
}

.mobile-search__icon {
   width: 24px;
   height: 24px;
   margin-left: auto;
}

.mobile-search__icon svg {
   stroke: #303030;
   fill: transparent;
}

.mobile-search__popup {
   opacity: 1;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 60%;
   background: #fff;
   padding: 20px 40px;
   z-index: 1;
   /* transform: translateY(-100%);
   transition: 0.2s ease; */
   transform: translateY(0);
   transition: 0.2s ease;
   box-shadow: 8px 16px 40px rgba(10, 67, 116, 0.08);
}

.mobile-search__popup::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
   background: rgba(48, 48, 48, 0.25);
   transform: translateY(180px);
}

.mobile-search__title {
   font-size: 20px;
   line-height: 24px;
   font-weight: 700;
}

.mobile-search__btn-close {
   position: absolute;
   top: 14px;
   right: 16px;
   width: 18px;
   height: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.mobile-search__btn-close svg {
   stroke: #303030;
}

.mobile-search__form {
   margin-top: 28px;
   position: relative;
}

.mobile-search__form input {
   padding-left: 44px;
   padding-top: 13px;
}

.mobile-search__icon-search svg {
   position: absolute;
   top: 12px;
   left: 12px;
   width: 24px;
   height: 24px;
}

.mobile-search__icon-search svg {
   stroke: #303030;
   fill: transparent;
}

.mobile-search__btn-clear {
   position: absolute;
   top: 16px;
   right: 16px;
   width: 18px;
   height: 18px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.mobile-search__btn-clear svg {
   stroke: #0f6eb6;
}

.mobile-search__btn {
   max-width: 100%;
   width: 100%;
   margin-top: 8px;
}

.block-spacing {
   margin: 18px 0;
}

.block-content-spacing {
   margin-top: 16px;
}

.category-banner {
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   position: relative;
   z-index: -1;
   overflow: hidden;
}

.category-banner__image {
   min-height: 160px;
   display: flex;
}

.category-banner__content-wrapper {
   padding: 0 20px;
}

.category-banner__content {
   margin-top: -40px;
   padding: 20px;
   border-radius: 4px;
   background: rgba(220, 238, 243, 0.3);
   backdrop-filter: blur(11.5px);
   -webkit-backdrop-filter: blur(11.5px);
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.category-banner__img img {
   object-position: 100% 0;
}

.category-banner__title {
margin: 0;}

.breadcrumbs {
   padding: 20px 0;
   display: flex;
   gap: 12px;
   align-items: center;
}

.breadcrumbs__item {
   font-size: 14px;
   line-height: 20px;
   color: #222;
   display: none;
}

.breadcrumbs__item_back {
   display: flex;
   align-items: center;
   gap: 12px;
}

.breadcrumbs__item_back svg {
   flex-shrink: 0;
   width: 20px;
   height: 10px;
}

.footer-wrapper {
	display: block;
   max-width: inherit;
   width: 100%;
   margin: 0 auto;
   padding: 0 20px;
   position: relative;
   z-index: 1;
   max-width: 1920px;
}

.footer-contacts {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

footer {
   position: relative;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   background-color: #edf9fe;
   padding: 40px 0 34px 0;
}

.footer-top {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.footer-bottom {
   display: flex;
   flex-direction: column;
   gap: 12px;
   padding-top: 40px;
}

.footer-contacts__phone-mail {
   display: flex;
   flex-direction: column;
   gap: 2px;
   color: #0f6eb6;
}

.footer-contacts__phone {
   font-size: 20px;
   line-height: 28px;
   font-weight: 700;
}

.footer-contacts__adress {
   display: flex;
   flex-direction: column;
   gap: 4px;
}

.footer-contacts__adress span {
   font-size: 14px;
   line-height: 20px;
   color: rgba(48, 48, 48, 0.7);
}

.footer-contacts__social {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.footer-contacts__social-links {
   display: grid;
    grid-template-columns: repeat(3,auto);
    grid-template-rows: repeat(2,1fr);
   align-items: center;
   gap: 10px;
    max-width: fit-content;
}

@media (min-width:400px) {
.footer-contacts__social-links {
    grid-template-columns: repeat(7, auto);
    grid-template-rows: 1fr;
    max-width: fit-content;
}

    
}

.footer-contacts__social-item {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: 0.2s ease;
}

.footer-contacts__social-item svg {
   fill: #1b6eb6;
   width: 32px;
   height: 20px;
   transition: 0.2s ease;
}

.footer-contacts__social-item img {
   width: 20px;
   transition: 0.2s ease;
}

.footer-bottom__pay {
   display: flex;
   align-items: center;
   gap: 15px;
}

.footer-bottom__pay-item {
   display: flex;
   align-items: center;
}

.footer-menu-mobile {
   display: flex;
   flex-direction: column;
   gap: 25px;
}

.footer-menu-mobile__col{
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.footer-menu__main-link {
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   max-width: fit-content;
}

.footer-menu__btn {
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   max-width: fit-content;
   background: transparent;
   padding: 0px;
   text-align: start;
   color: #303030;
   justify-content: start;
   display: inline-block;
   margin-bottom: 10px;
}

.footer-btn-img {
   vertical-align: middle;
   height: 18px;
   margin-bottom: 2px;
}

.js-hidden-btn-img {
   display: none;
}

.js-hidden-sub-menu {
   display: none;
}

.footer-menu__link {
   max-width: fit-content;
   font-weight: 400;
}

.footer-menu-mobile .footer-menu__link {
   display: flex;
   flex-direction: column;
   gap: 8px;
   line-height: 1.2;
   padding: 8px;
}

.footer-menu-desktop {
   display: none;
   grid-template-columns: 1fr 1fr;
   column-gap: 40px;
   row-gap: 12px;
}

.footer-menu-desktop__col {
   display: flex;
   flex-direction: column;
   gap: 12px; 
}

.footer-menu__sub-wrap {
   display: none;
}

.footer-menu__col{
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.footer-menu__item_main {
   display: none;
}

.footer-menu-desktop ul {
   list-style: none;
}

.footer-menu-desktop li {
   margin-bottom: 10px;
}

.footer-menu__main-link {
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   max-width: fit-content;
}

.slider-main {
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   position: relative;
}

.slider-main__slide {
   display: flex;
   flex-direction: column;
   align-items: stretch;
   height: auto;
}

.slider-main__image {
   min-height: 160px;
   display: flex;
}

.slider-main__infoblock-wrapper {
   padding: 0 20px;
   flex-grow: 1;
}

.slider-main__infoblock {
   margin-top: -40px;
   padding: 20px;
   border-radius: 4px;
   background: rgba(220, 238, 243, 0.3);
   backdrop-filter: blur(11.5px);
   -webkit-backdrop-filter: blur(11.5px);
   height: calc(100% + 40px);
}

.slider-main__description {
   margin-top: 12px;
}

.slider-main__link {
   margin-top: 16px;
}

.slider-main__bullets {
   display: flex;
   justify-content: center;
   margin-top: 16px;
   display: flex;
   gap: 20px;
}

.swiper-pagination-bullet {
   cursor: pointer;
}

.swiper-slide {
   margin-bottom: 15px;
}

.slider-main .swiper-pagination-bullet {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: #edf9fe;
   flex-shrink: 0;
   margin: 0 0 !important;
   opacity: 1;
}

.slider-main .swiper-pagination-bullet-active {
   background: #009fe3;
   position: relative;
}

.slider-main__bullets .swiper-pagination-bullet-active::before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   width: 20px;
   height: 20px;
   background: #edf9fe;
   border-radius: 50%;
   z-index: -1
}

.services-main {
   position: relative;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 8px;
   row-gap: 8px;
   margin-top: 40px;
   z-index: 2;
}

.services-card {
   padding: 16px;
   border-radius: 4px;
   border: 1px solid #f0f0f0;
   background: rgba(255, 255, 255, 0.8);
   backdrop-filter: blur(13.5px);
   position: relative;
   overflow: hidden;
   transition: 0.5s ease-out;
}

.services-card__icon {
   width: 48px;
   height: 48px;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: flex-end;
}

.services-card__icon img {
   max-width: 85%;
}

.services-card__title {
   display: inline-block;
   max-width: fit-content;
   margin-top: 12px;
}

.services-card__links {
   display: flex;
   flex-direction: column;
   margin-top: 12px;
   gap: 8px;
}

.services-card__link {
font-size: 14px;
}

.card-auto .services-card__star {
   position: absolute;
   display: flex;
   justify-content: center;
   transition: 0.5s ease-out;
}

.card-auto .services-card__star img {
   width: 100%;
   height: 100%;
}


.card-auto .services-card__star:nth-child(1) {
   width: 8.78px;
   height: 8.78px;
   top: 6px;
   right: 14.22px;
}


.card-auto .services-card__star:nth-child(2) {
   width: 6.39px;
   height: 6.39px;
   top: 9px;
   right: 8.73px;
}

.card-auto .services-card__star:nth-child(3) {
   width: 6.39px;
   height: 6.39px;
   top: 6.3px;
   right: 4px;
}

.card-estate__animation {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
   width: 11px;
   height: 5.6px;
   top: 4.8px;
   right: 2.4px;
}

.card-health__animation svg {
   fill: #1b6eb6;
   width: 20px;
   height: 15.2px;
   position: absolute;
   top: 0;
   left: 0;
}

.card-health__animation {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 20px;
   height: 15.2px;
}

.card-travel__animation {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
   bottom: -5px;
   left: -2px;
}

.card-life__animation svg {
   width: 43px;
   height: 22px;
   fill: #c1ecfb;
   position: absolute;
   top: 0;
   left: 0;
}

.card-life__animation {
   position: absolute;
   bottom: 9px;
   left: 2px;
   width: 61px;
   height: 20px;
}

.card-transport .services-card__car {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
}

.card-transport .services-card__car img,
.card-property .services-card__tractor img,
.card-danger .services-card__drop img,
.card-responsibility .card-responsibility__animation img  {
   max-width: 100%;
}

.card-transport .services-card__car:nth-child(1) {
   width: 12px;
   height: 2px;
   bottom: -3px;
   right: 11px;
   transform: translateX(-5px);
}

.card-transport .services-card__car:nth-child(2) {
   width: 25px;
   height: 2px;
   bottom: -8px;
   right: -15px;
   transform: translateX(-15px);
}

.card-responsibility__animation {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
   width: 26px;
   height: 26px;
   bottom: 14px;
   right: -9px;
}

.card-property .services-card__tractor {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
}

.card-property .services-card__tractor:nth-child(1) {
   width: 15px;
   height: 14px;
   top: -3px;
   left: -3px;
}

.card-property .services-card__tractor:nth-child(2) {
   width: 11px;
   height: 10px;
   top: 2px;
   left: 1px;
}

.card-property .services-card__tractor:nth-child(3) {
   width: 6px;
   height: 7px;
   top: 7px;
   left: 6px;
}

.card-finance .services-card__coin{
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
   width: 13px;
   height: 13px;
}

.card-finance .services-card__coin:nth-child(1) {
   top: 0;
   right: -8px;
}

.card-finance .services-card__coin:nth-child(2) {
   top: 15px;
   right: -9px;
}

.card-danger .services-card__drop {
   display: flex;
   transition: 0.5s ease-out;
   position: absolute;
}

.card-danger .services-card__drop:nth-child(1) {
   top: 30px;
   right: -3px;
   width: 13px;
   height: 17px;
}

.card-danger .services-card__drop:nth-child(2) {
   top: 13px;
   right: -2px;
   width: 10px;
   height: 12px;
}

.btn-consult-main {
   margin-top: 18px;
   max-width: 100%;
   padding: 22px 46px;
   font-size: 17px;
   position: relative;
   overflow-x: hidden;
   text-align: center;
}

.btn-consult-main .flare{
   position: absolute;
   top: 0;
   height: 100%;
   width: 45px;
   transform: skewX(-45deg);
   animation: flareAnimation;
   left: -150%;
   background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
   animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
   0% {
      left: -150%;
   }
   100% {
      left: 150%;
   }
}

.why-block__content {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.why-card {
   display: flex;
   flex-direction: column;
   padding: 20px 20px 24px 20px;
   background: #edf9fe;
   border-radius: 4px;
   position: relative;
   min-height: 180px;
   overflow: hidden;
   z-index: 1;
   flex-shrink: 0;
   color: #303030;
}

.why-card::before {
   content: "";
   display: block;
   width: 140px;
   height: 140px;
   border-radius: 50%;
   background: #ceeffd;
   bottom: -44px;
   right: -24px;
   z-index: -1;
   position: absolute;
   transition: 0.5s ease-out;
}

.why-card__title {
   max-width: 280px;
   color: #303030;
}

.why-card__description {
   max-width: 220px;
   margin-top: 12px;
   color: #303030;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.why-card__icon {
   position: absolute;
   bottom: 7px;
   right: 24.7px;
   width: 64.5px;
   height: 66px;
   z-index: 1;
   display: flex;
   transform: translate(0, 0);
   transition: 0.5s ease-out;
}

.graph__figures {
   display: grid;
   grid-template-columns: repeat(2, auto);
   grid-template-rows: repeat(2, auto);
   grid-auto-flow: column;
   column-gap: 8px;
   row-gap: 8px;
}

.graph__content-wrapper {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.figures__item {
   display: flex;
   flex-direction: column;
   gap: 4px;
}

.figures__item-title {
   font-size: 32px;
   line-height: 44px;
   font-weight: 700;
   color: #009fe3;
}

.diagram__content {
   margin-top: 16px;
   display: flex;
   flex-direction: column;
   gap: 18px;
}

.years-schedule {
   order: 1;
}

.years-link-wrapper {
   position: relative;
}

.years-link {
   position: relative;
   overflow: hidden;
   padding-left: 10px;
   padding-bottom: 2px;
}

.btn-arrow__wrapper {
   width: 24px;
   height: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
   transition: 0.2s ease;
}

.btn-arrow svg {
   fill: transparent;
   stroke: #1b6eb6;
   width: 10px;
   height: 12px;
   transition: 0.2s ease;
}

.years-link {
   position: relative;
   overflow: hidden;
   padding-left: 10px;
   padding-bottom: 2px;
}

.years-slider__item {
   display: flex;
   align-items: center;
   gap: 12px;
   cursor: pointer;
   margin-left: 30px;
}

.years-slider__item span {
   font-size: 17px;
   line-height: 22px;
   font-weight: 700;
   transition: 0.2s ease;
}

.years-slide__bullet {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: #b8c0c3;
   transition: 0.2s ease;
}

.years-slider__item.active .years-slide__bullet {
   background: #009fe3;
   position: relative;
}

.years-slider__item.active .years-slide__bullet::before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   width: 20px;
   height: 20px;
   background: #c1ecfb;
   border-radius: 50%;
   z-index: -1;
}

.years-link__nav .swiper-button-disabled {
   opacity: 0;
   visibility: hidden;
}

.years-link__nav-prev {
   transform: rotate(180deg);
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   cursor: pointer;
}

.years-link__nav-next {
   position: absolute;
   top: 0;
   right: 0;
   z-index: 1;
   cursor: pointer;
}

.years-link__nav-next::before {
   content: "";
   position: absolute;
   top: -33px;
   right: 22px;
   width: 40px;
   height: 88px;
   background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 67.71%, #fff 100%);
   z-index: -1;
   transform: rotate(-90deg);
}

.express-form {
   width: 100%;
   display: grid;
   grid-template-columns: 1fr;
   grid-template-rows: auto auto;
   grid-template-areas: "express-form-title"
                        "express-form-form";
   background: #0f6eb6;
   color: white;
   border-radius: 4px;
   padding: 20px;
}

.express-form__form {
   width: 100%;
   display: grid;
   grid-template-columns: 1fr;
   grid-template-rows: 1fr 1fr;
   grid-template-areas: "express-form-radio"
                        "express-form-fields";
   grid-area: express-form-form;

}

.express-form__title {
   display: flex;
   align-items: center;
   grid-area: express-form-title;
   font-size: 36px;
   font-weight: 600;
   line-height: 1.3;
   text-transform: uppercase;
   margin: 10px auto;
}

.express-form input[type="text"] {
   padding: 18px 14px;
   margin-bottom: 7px;
   font-size: 1rem;
}


.express-form__radio {
   display: flex;
   align-items: center;
   grid-area: express-form-radio;
   padding:  0 0 20px 40px;
}

.express-form__radio-group {
   display: grid;
   row-gap: 22px;
   grid-template-columns: 1fr 1fr;
   font-size: 1rem;
   column-gap: 110px;
}

@media (max-width: 420px) {

   .express-form__title {
   font-size: 26px;
   margin-top: 0;
   }
   .express-form {
      padding: 15px;
   }
   .express-form__radio-group {
      column-gap: 90px;
   }
   
}

@media (max-width: 380px) {
   .express-form__radio-group {
      column-gap: 72px;
   }
}

.express-form__arrow-after-title {
   grid-area: arrow-after-title;
   display: none;
}

.express-form__arrow-after-radio {
   grid-area: arrow-after-radio;
   display: none;
}

.express-form__fields {
   grid-area: express-form-fields;
   width: 100%;
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin: auto 0;
}

.express-form__line {
background-image: url("/assets/img/line-dash.svg");
background-repeat: repeat-y;
background-position: center;
width: 100%;

}

.express-form__img img {
width: 35px;
margin: auto;

}

.express-form__img {
display: none;
grid-template-rows: 1fr 40px 1fr;
}


.express-form__btn {
   background: #ffd800;
   width: 100%;
   max-width: 100%;
   text-align: center;
   padding: 14px;
   color: #6f6f6f;
   border-radius: 4px;
   font-size: 1rem;
   font-weight: 400;
}

.express-form__agreement{
   font-size: 11px;
   display: flex;
   align-items: center;
   gap: 4px;
}

.express-form .radio input[type="radio"] {
   display: none;
}

.express-form__radio-group .radio {
   position: relative;
   width: max-content;
   cursor: pointer;
   user-select: none;
}


.express-form__radio-group .radio::before {
   position: absolute;
   top: 3px;
   left: -28px;
   display: block;
   background: #0f6eb6;
   border-radius: 90px;
   height: 14px;
   width: 14px;
   content: ' ';
}

.express-form__radio-group .radio.checked::before {
   background: white;
}

.express-form__radio-group .radio::after {
   position: absolute;
   top: -2px;
   left: -33px;
   display: block;
   border: 1px solid white;
   border-radius: 90px;
   content: ' ';
   width: 22px;
   height: 22px;
}

.work-stages {
   padding: 35px 0;
   border-top: 1px solid #dcdcdc;
   border-bottom: 1px solid #dcdcdc;
}

.work-stages__items {
   margin-top: 32px;
   display: flex;
   flex-direction: column;
   gap: 32px;
}

.work-stages__item {
   display: flex;
   gap: 16px;
   align-items: center;
}

.work-stages__item-number {
   font-size: 70px;
   line-height: 60px;
   font-weight: 700;
   background: linear-gradient(0, #0f6eb6 0, #009fe3 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
}

.work-stages__item-info {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.work-stages__item-text {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.work-stages__separator {
   display: none;
}

.work-stages__separator span {
   width: 6px;
   height: 6px;
   border-radius: 50%;
   background: #dcdcdc;
}

.form-feedback__wrapper {
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   background: linear-gradient(130.64deg, #ceeffd 27.52%, rgba(237, 249, 254, 0) 118.39%);
   padding: 20px;
   position: relative;
   overflow: hidden;
}

.form-feedback__form {
   padding: 20px;
   border-radius: 4px;
   background: rgba(255, 255, 255, 0.6);
   backdrop-filter: blur(2px);
   -webkit-backdrop-filter: blur(2px);
}

.form-feedback__img {
   display: none;
   pointer-events: none;
}

.form-feedback__img img{
   width: 100%;
   height: 100%;
}

.alert-error {
   color: red;
}

.form-feedback__description {
   margin-top: 12px;
}

.form-feedback__fields {
   display: flex;
   flex-direction: column;
   gap: 12px;
   margin-top: 16px;
}

.input-text {
   position: relative;
   width: 100%;
}

.input-text .placeholder {
   position: absolute;
   top: 14px;
   left: 16px;
   pointer-events: none;
   transform: translate(0, 0);
   transition: 0.5s ease-out;
   color: #9a9a99;
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
}

.placeholder {
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   user-select: none;
   color: #9a9a99;
}


.input-select__trigger {
   position: absolute;
   display: flex;
   justify-content: center;
   align-items: center;
   border-left: none;
   width: 14px;
   height: 8px;
   background: url(/assets/img/trigger.svg) no-repeat 0 0;
   top: 21px;
   right: 16px;
}

.input-select__dropdown {
   position: absolute;
   box-sizing: border-box;
   width: 100%;
   background: #fff;
   font: 14px / 18px Arial, sans-serif;
   border: 1px solid #dcdcdc;
   box-shadow: none;
   padding: 0 0;
   border-radius: 0 0 4px 4px;
   border-top: 0;
   z-index: 100;
}

.input-select__dropdown ul {
   position: relative;
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: auto;
   overflow-x: hidden;
   gap: 0;
   display: flex;
   flex-direction: column;
   scrollbar-width: none;
}

.input-select__dropdown ul li {
   position: relative;
   user-select: none;
   min-height: auto;
   white-space: pre-wrap;
   transition: color 0.5s ease-out;
   font-family: "PT Sans", Arial, Helvetica, sans-serif;
   font-size: 15px;
   line-height: 20px;
   font-weight: 400;
   color: #303030;
   padding: 14px 16px;
   text-align: left;
}

.input-text .placeholder span {
   color: #0f6eb6;
}

.form-feedback__bottom-block {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-top: 16px;
}

.checkbox-other input[type="checkbox"] {
   position: absolute;
   z-index: -1;
   opacity: 0;
   display: block;
   width: 0;
   height: 0;
}

.checkbox-other span {
   display: inline-block;
   position: relative;
   padding: 0 0 0 36px;
   font-size: 14px;
   line-height: 22px;
   font-weight: 500;
   color: #303030;
}

.checkbox-other input[type="checkbox"]:checked + span:before {
   background: #009fe3;
   border: 1px solid transparent;
}

.checkbox-other span::before {
   content: "";
   display: inline-block;
   width: 24px;
   height: 24px;
   position: absolute;
   left: 4px;
   top: 0;
   z-index: 2;
   background: transaprent;
   border-radius: 4px;
}

.checkbox-other span a {
   color: #0f6eb6;
}

.checkbox-other span:after {
   content: "";
   display: inline-block;
   width: 24px;
   height: 24px;
   position: absolute;
   left: 4px;
   top: 0;
   z-index: 2;
}

.checkbox-other input[type="checkbox"]:checked + span:after {
   background-image: url(/assets/img/checkbox.svg);
   background-position: 50% 50%;
   background-repeat: no-repeat;
}

.form-feedback__bottom-block-text {
   font-size: 14px;
   line-height: 18px;
}

.form-feedback__bottom-block-text span {
   color: #0f6eb6;
}

.why-block-banner {
   position: relative;
   margin-bottom: 620px;
   margin-top: 20px;

}

.why-block-banner__wrapper {
   border-radius: 5px;
   overflow: hidden;
   height: 150px;
   position: relative;
   margin-bottom: 10px;
}

.why-block-banner__gradient {
   background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%, rgba(255,255,255,0) 100%);
   position: absolute;
   top: 0px;
   width: 100%;
   height: 100%;
}

.why-block-banner__img {
   position: absolute;
   bottom: -20px;
   min-width: 300px;
}

.why-block-banner__title {
   position: absolute;
   color: white;
   top: 50%;
   transform: translate(0, -50%);
   left: 22px;
   font-size: 22px;
   max-width: 250px;
}

.why-block-banner__advantages {
   display: flex;
   flex-direction: column;
   gap: 10px;
   position: absolute;
   width: 100%;
}

.why-block-banner__card-advantage {
   display: grid;
   grid-template-columns: 30% 70%;
   grid-template-rows: 35px 75px;
   grid-template-areas: "s-advantage-icon s-advantage-title"
                        "s-advantage-icon s-advantage-text";
   border-radius: 5px;
   background-color: white;
   box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
   height: 110px;
}

.card-advantage__icon {
   grid-area: s-advantage-icon; 
   justify-self: center;
   align-self: center;
}

.card-advantage__title {
   grid-area: s-advantage-title;
   font-size: 14px;
   justify-self: start;
   align-self: center;
   margin: 12px 12px 0 0;
   line-height: 1.2;

}

.card-advantage__text {
   grid-area: s-advantage-text;
   font-size: 12px;
   justify-self: start;
   align-self: center;
   margin: 0 12px 12px 0;
   line-height: 1.2;
}

.why-block-banner__advantages .icon-reviews-time ,
.why-block-banner__advantages .icon-reviews-security ,
.why-block-banner__advantages .icon-reviews-discount ,
.why-block-banner__advantages .icon-reviews-experience {
   padding: 12px;
}


.why-block-banner__advantages .icon-reviews-partnership {
   padding: 10px;
}

@media (max-width: 340px) {
      .why-block-banner__card-advantage {
         grid-template-columns: 25% 75%;
   }
}

.videoreviews {
   position: relative;
}

.videoreviews h2 {
   text-align: center;
   margin: 24px 0 16px;
}

.slider-videoreviews {
   overflow: hidden;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
}

.videoreviews .slider-videoreviews .swiper-wrapper .swiper-slide {
   border-radius: 5px;
   overflow: hidden;
   height: 230px;
}

.videoreviews .slider-videoreviews .swiper-wrapper .swiper-slide video {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.slider-videoreviews .swiper-wrapper .swiper-slide img {
   width: 40px;
   position: absolute;
   left: 10px;
   top: 180px;
}

.slider-videoreviews .swiper-wrapper .swiper-slide img:hover {
   -webkit-filter: brightness(85%);
   transition: all 1s ease;
}

.slider-videoreviews .swiper-button-next, 
.slider-videoreviews .swiper-button-prev {
   width: 45px;
   display: none;
}

.slider-videoreviews .swiper-button-next {
   margin-right: -12px;
}

.slider-videoreviews .swiper-button-prev {
   margin-left: -12px;
}

.slider-videoreviews .swiper-pagination {
   position: relative;
}

.slider-videoreviews .swiper-pagination .swiper-pagination-bullet {
   background-color: white;
   outline: 1px solid #878787 !important;
   outline-offset: 1px;
}

.slider-videoreviews .swiper-wrapper .swiper-slide:hover {
   cursor: pointer;
}

.swiper-pagination-bullet-active {
   background-color: #009fe3 !important;
}

.slider-cases h2 {
   color: white;
}


.slider-cases__swiper {
   width: 1390px;
   width: 100%;
   height: auto;
   margin: auto;
   padding: 0 20px;
overflow: hidden;
}

.slider-cases__background {
   position: relative;
   background: rgb(17,88,142);
   background: linear-gradient(30deg, rgba(17,88,142,1) 30%, rgba(87,183,255,1) 100%);
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   margin-bottom: -24px;
   padding-top: 1px;
   padding-bottom: 1px;
   height: auto;
}


.slider-cases__cases {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 30px;
   background: transparent;
   height: auto;
}

.slider-cases__cases .swiper-wrapper .swiper-slide {
   border-radius: 5px;
   background-color: #ffffff;
   overflow: hidden;
   height: auto;
   
}

.slider-cases__case {
   display: grid;
   width: 100%;
   
   height: auto;
   padding: 20px;
   grid-template-columns: 100%;
   grid-template-rows: 2 1 40px;
   grid-template-areas: "s-case-description"
                        "s-case-compensations"
                        "s-case-manager";
}

.slider-cases__case-description {
   grid-area: s-case-description;

}

.slider-cases__case-header {
   font-size: 18px;
   font-weight: bold;
   margin: 0;
}

.slider-cases__case-text {
   max-width: 100%;
   font-size: 14px;
   margin: 10px 0;
}

.slider-cases__case-compensations {
   grid-area: s-case-compensations;
   margin: 15px auto;
   display: flex;
   flex-direction: row;
   gap: 0;
   width: 100%;
}

.case-compensation-wrapper {
   max-width: 180px;
   margin-left: auto;
   margin-right: auto;
}

.slider-cases__case-compensations .compensation-before {
   width: 50%;
   padding-right: 5px;
}

.slider-cases__case-compensations .compensation-after {
   width: 50%;
   padding-left: 5px;
   border-left: 1px solid #BEBEBE;
}

.slider-cases__case-compensations .count-before,
.slider-cases__case-compensations .count-after {
   font-size: 22px;
   margin: 0 auto 10px;
   font-weight: bold;
}


.slider-cases__case-compensations .text-after,
.slider-cases__case-compensations .text-before {
   font-size: 12px;
   margin: 0;
}


.slider-cases__case-manager {
   display: grid;
   grid-area: s-case-manager;
   grid-template-columns: 60px 1fr;
   grid-template-rows: 30px 30px;
   grid-template-areas: "manager-photo manager-name"
                        "manager-photo manager-position";

}

.slider-cases__case-manager .manager-photo {
   grid-area: manager-photo;
   width: 40px;
   height: auto;
   border-radius: 50%;
   overflow: hidden;
   object-fit: cover;
   margin: auto;
}

.slider-cases__case-manager .manager-name{
   grid-area: manager-name;
   font-size: 14px;
   margin: 0 0 0 10px;
   align-self:end;
   font-weight: bold;
}

.slider-cases__case-manager .manager-position {
   grid-area: manager-position;
   font-size: 12px;
   color: #6f6f6f;
   margin: 0 0 0 10px;
   align-self:self-start;
}

.slider-cases__buttons-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   height: 100%;
   margin: 15px 0;
}

.slider-cases__buttons {
   position: relative;
   display: flex;
   gap: 20px;
}

.slider-cases__cases .swiper-wrapper {
   align-items: flex-start;
   transition-property: transform, height;
}


.slider-cases .swiper-button {
   height: 35px;
}

.slider-cases .swiper-slide-prev,
.slider-cases .swiper-slide-next {
   opacity: 0.7;
   transition: all .8s !important;
}

.slider-cases__cases .swiper-pagination {
   display: inline;
}


.slider-cases__cases .swiper-pagination .swiper-pagination-bullet {
   background-color: transparent;
   outline: 1px solid #ffffff !important;
   outline-offset: 1px;
   opacity: 100;
}

.slider-cases__cases .swiper-pagination .swiper-pagination-bullet-active {
   background-color: white !important;
}

.slider-cases__cases .swiper-wrapper,
.slider-thanks .swiper-wrapper,
.slider-news .swiper-wrapper,
.years-link-wrapper .swiper-wrapper,
.slider-reviews .swiper-wrapper,
.videoreviews .swiper-wrapper,
.slider-customer-testimonials .swiper-wrapper{
   overflow: visible;
}

.case-compensations-wrapper {
   max-width: 180px;
   margin-left: auto;
   margin-right: auto;
}

.slider-customer-testimonials__wrapper {
   position: relative;
   background-color: #EEF9FE;
   max-width: 960px;
   margin:auto;
   padding: 0 20px;
}

.slider-customer-testimonials__background {
   background-color: #EEF9FE;
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   padding-top: 1px;
}

.slider-customer-testimonials h2 {
   text-align: center;
   margin: 24px 0 16px;
}

.slider-customer-testimonials__swiper {
   overflow: hidden;
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   padding-bottom: 25px;
}

.slider-customer-testimonials .slider-customer-testimonials__swiper .swiper-wrapper .swiper-slide {
   border-radius: 5px;
   background-color: #ffffff;
   overflow: hidden;
}

.slider-customer-testimonials .slider-customer-testimonials__swiper .swiper-wrapper .swiper-slide img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.slider-customer-testimonials__swiper .swiper-button-next, 
.slider-customer-testimonials__swiper .swiper-button-prev {
   width: 45px;
   display: none;
}

.slider-customer-testimonials__swiper .swiper-button-next {
   margin-right: -12px;
}

.slider-customer-testimonials__swiper .swiper-button-prev {
   margin-left: -12px;
}

.slider-customer-testimonials__swiper .swiper-pagination .swiper-pagination-bullet {
   background-color: white;
   outline: 1px solid #878787 !important;
   outline-offset: 1px;
}

.slider-customer-testimonials__swiper .swiper-wrapper .swiper-slide:hover {
   cursor: pointer;
}

.slider-reviews__wrapper{
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.slider-reviews h2 {
   text-align: center;
   margin-bottom: 16px;
}

.slider-reviews a {
   text-align: center;
   color: #6f6f6f;
   margin: 15px;
   font-size: 14px;
   text-decoration: underline;
}

.slider-reviews__swiper {
   overflow: hidden;
   width: 100%;
   padding: 15px;
   margin-left: auto;
   margin-right: auto;
}

.slider-reviews__review {
   display: flex;
   flex-direction: column;
   height: 100%;
   max-width: 400px;
   justify-content: start;
   padding: 35px;
   gap: 6px;

}

.slider-reviews .swiper-wrapper .swiper-slide .slider-reviews__review p{
   margin: 0px;
}

.slider-reviews__review-name {
   font-size: 18px;
}

.slider-reviews__review-date {
   font-size: 14px;
   color: #747373;
}

.slider-reviews .swiper-wrapper .swiper-slide .slider-reviews__review .slider-reviews__review-text {
   font-size: 14px;
   overflow: auto;
   padding-top: 20px;
   word-wrap: break-word;
}

.slider-reviews .slider-reviews__swiper .swiper-wrapper .swiper-slide {
   height: 100%;
   border-radius: 5px;
   overflow: hidden;
   background-color: white;
   box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
}


.slider-reviews__swiper .swiper-button-next, 
.slider-reviews__swiper .swiper-button-prev {
   margin-top: 0px;
   width: 45px;
   display: none;
}

.slider-reviews__swiper .swiper-pagination {
   position: relative;
   padding-top: 25px;
}

.slider-reviews__swiper .swiper-pagination .swiper-pagination-bullet {
   background-color: white;
   outline: 1px solid #878787 !important;
   outline-offset: 1px;
}

.slider-reviews button {
   margin: auto;
}

.yandex-reviews h2 {
   text-align: center;
}

.yandex-reviews .vidget {
   margin: 32px auto;
   width:560px;
   height:800px;
}

@media (max-width: 620px) {
   .yandex-reviews .vidget{
      width: 100%;
   }
}

.calculator-form {
   margin-top: 40px;
   position: relative;
z-index: 2;
}

.calculator-form h2 {
   text-align: center;
}

.calculator-form__form {
   margin-top: 32px;
   display: flex;
   flex-direction: column;
   gap: 32px;
}

.calculator-form__accordion-title {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.calculator-form__accordion-content {
   margin-top: 20px;
}

.calculator-form__content {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.calculator-form__content-wrapper {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.calculator-form__accordion-title svg {
   width: 14.4px;
   height: 10px;
   fill: transparent;
   stroke: #303030;
   flex-shrink: 0;
   transform: rotate(0);
   transition: 0.2s ease;
}

.calculator-form__bottom {
   padding-top: 32px;
   border-top: 1px solid #dcdcdc;
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.calculator-form__buttons {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.checkbox-other {
   display: flex;
   gap: 20px;
   cursor: pointer;
   user-select: none;
   position: relative;
}

.calculator-form__btn {
   max-width: 100%;
   width: 100%;
}

.osago__form-fields {
   display: flex;
   flex-direction: column;
}
 @media (min-width: 990px) {
   .osago__form-fields {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
   }
 }


.osago__fields-column {
   display: flex;
   flex-direction: column;
}

.osago__form-footer {
   padding-top: 32px;
   border-top: 1px solid #dcdcdc;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   border-top: 1px solid #dcdcdc;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

.osago__form-btn {
   max-width: 100%;
   width: 100%;
}

.osago .calculator-form__form {
   gap: 12px;
}

.double-banner{
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.double-banner__item {
   padding: 24px 120px 24px 24px;
   background: #edf9fe;
   border-radius: 4px;
   overflow: hidden;
   position: relative;
   display: flex;
   flex-direction: column;
   gap: 10px;
   min-height: 200px;
}

.double-banner__select {
   margin-top: 5px;
}

.double-banner .input-select {
   background: white;
}

.double-banner__btn {
   max-width: fit-content;
   margin-top: auto;
   position: relative;
   z-index: 1;
}

.double-banner__img {
   pointer-events: none;
   position: absolute;
   bottom: 0;
   right: 0;
   max-width: 250px;
   display: flex;
}

.double-banner__item::after {
   content: "";
   pointer-events: none;
   position: absolute;
   top: 0;
   right: -230px;
   width: 430px;
   background-image: url(/assets/img/double-banner/bg-elements.svg);
   background-repeat: no-repeat;
   height: 100%;
   background-size: cover;
}

.double-banner__description {
   font-size: 14px;
   line-height: 20px;
}

.documents__content {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.documents__item {
   padding: 20px;
   background: #edf9fe;
   display: flex;
   align-items: center;
   gap: 10px;
}

.documents__item-icon {
   width: 24px;
   height: 32px;
   flex-shrink: 0;
}

.documents__item-text {
   font-size: 14px;
   line-height: 20px;
}

.documents__item-text span {
   color: rgba(48, 48, 48, 0.5);
}

.slider-thanks {
   width: 100vw;
   margin-left: calc(-50vw + 50%);
   margin-right: calc(-50vw + 50%);
   padding: 40px 0;
   background: linear-gradient(0, #0f6eb6 0, #009fe3 100%);
}

.slider-thanks__wrapper {
   max-width: inherit;
   width: 100%;
   margin: 0 auto;
   padding: 0 20px;
   position: relative;
   z-index: 1;
}


.slider-thanks__top {
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
}

.slider-thanks__title {
   color: #fff;
   margin: 0;
}

.slider-thanks__nav {
   display: flex;
   align-items: center;
   gap: 12px;
}

.slider-thanks__btn-nav-next,
.slider-thanks__btn-nav-prev {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 1px solid #fff;
   cursor: pointer;
}

.slider-thanks__btn-nav-next {
   transform: rotate(-180deg);
}

.slider-thanks__btn-nav-mobile {
   display: flex;
   transform: rotate(180deg);;
}

.slider-thanks__btn-nav-desktop {
   display: none;
}

.slider-thanks__swiper {
   overflow: hidden;
   margin-top: 16px;
}

.slider-thanks .slider-thanks__slide {
   cursor: pointer;
   margin-bottom: 0;
   height: 250px;
}

.gallery__item{
   position: relative;
   border-radius: 5px;
   overflow: hidden;
   background: #fff;
   height: 100%;
}

.gallery__item-img {
   display: flex;
}

.gallery__item-img img {
   height: 100%;
   width: 100%;
}

.gallery__item-plus {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
   visibility: hidden;
   transition: 0.5s ease-out;
   z-index: 2;
}


.slider-partners__swiper {
   overflow: hidden;
}

.slider-partners .slider-partners__swiper .swiper-wrapper {
   display: flex;
   transition-timing-function: linear;
   overflow: visible;
}

.slider-partners .swiper-slide {
   align-items: center;
   display: flex;
   width: auto;
   height: auto;
   max-width: none;
   max-height: none;
}

.slider-partners .swiper-slide img {
   width: auto;
   height: auto;
   max-width: 200px;
   max-height: 90px;
}

.slider-partners__title {
   margin-bottom: 20px;
}

.slider-brands__swiper {
   margin-top: 16px;
   overflow: visible;
}

.slider-brands {
width: 100%;}

.slider-brands .slider-brands__swiper .swiper-wrapper {
   overflow: visible;
   transition-timing-function: linear;
}

.slider-brands .slider-brands__slide {
   width: 143px;
   height: 80px;
   padding: 12px 12px;
   border: 1px solid #dcdcdc;
   border-radius: 4px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.slider-brands .slider-brands__image {
   align-items: center;
   display: flex;
   height: 100%;
   justify-content: center;
   width: 100%;
}

.slider-brands .slider-brands__image img {
   max-height: 100%;
   max-width: 100%;
   object-fit: unset;
}

.page-404 {
   display: flex;
   flex-direction: column;
   gap: 40px;
   align-items: center;
   padding-bottom: 35px;
}

.page-404__image {
   max-width: 218px;
}

.page-404__info {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.page-404__title,
.page-404__text {
   margin: 0 0;
   text-align: center;
}

.search-404 {
   position: relative;
}

.search-404__close {
   position: absolute;
   top: 14px;
   right: 60px;
   opacity: 0;
   visibility: hidden;
   cursor: pointer;
}

.search-404__clear.active {
   opacity: 1;
   visibility: visible;
}

.search-404__close svg {
   width: 20px;
   height: 20px;
   stroke: #0f6eb6;
   transition: 0.2s ease;
}

.search-404 input {
   padding-top: 14px;
   padding-right: 100px;
}

.search-404__btn {
   transform: rotate(180deg);
   max-width: 100%;
   width: 48px;
   height: 48px;
   padding: 8px;
   position: absolute;
   top: 0;
   right: 0;
}

.btn-disabled {
   background: #b8c0c3;
   pointer-events: none;
}

.search-404__btn span {
   display: none;
}

.page-404__links-title {
   font-size: 22px;
   font-weight: 700;
   margin-bottom: 20px;
}

.page-404__link {
   font-size: 18px;
   display: block;
   text-decoration: underline;
   margin-bottom: 10px;
   color: #0f6eb6;
}

.page-404__link.page-404__homepage-link {
   font-size: 18px;
   margin-top: 25px;
   margin-bottom: 25px;
   color: black;
}

.slider-common__wrapper {
   display: block;
   max-width: inherit;
   width: 100%;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.slider-common__swiper {
   overflow: hidden;
}


body .slider-common__slide {
   display: flex;
   flex-shrink: 0;
   /* width: auto !important; */
   height: auto;
   position: relative;
   transition-property: transform;
   margin-bottom: 15px;
}

.slider-common__slide img {
   object-fit: cover;
   height: 100%;
   width: 100%;
   border-radius: 4px;
}

.slider-common__buttons {
   display: none;
   transition: 0.2s ease;
}

.slider-common .swiper-wrapper {
   overflow: visible;
   padding-bottom: 20px;
    height: 350px;
}

.slider-common__nav-prev,
.slider-common__nav-next {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 1px solid #0f6eb6;
   cursor: pointer;
}

.slider-common__nav-prev {
   margin-left: -50px;
}

.slider-common__nav-next {
   margin-right: -50px;
   transform: rotate(-180deg);
}

.slider-common__buttons .swiper-button-disabled {
   opacity: 0;
   visibility: hidden;
}

.article__img {
   /* height: fit-content; */
   border-radius: 4px;
   overflow: hidden;
   flex-shrink: 0;
   display: flex;
grid-area: article-img;

}
.article__img img{
   width: 100%;
object-fit: cover;
}

.article__wrapper {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-bottom: 32px;
}

.article__wrapper .good-deed__text :first-child {
   margin-top: 0;
}

.article__title {
   margin-top: 0;
}

.article__date {
margin: 20px 0;
}

.partners-gallery {
margin-top: 30px}


.partners-gallery__cards {
   width: 100%;
   margin-left: 0;
   margin-right: 0;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 20px;
   row-gap: 20px;
   margin-bottom: 20px;
}

.partners-gallery__card{
   display: flex;
   align-items: center;
   justify-content: center;
   border: 1px solid #dcdcdc;
   border-radius: 4px;
   height: 210px;
   overflow: hidden;
}


.partners-gallery__card img {
   width: auto;
   padding: 20px;
}

.details {
   margin-bottom: 20px;
}

.details__row {
   display: grid;
   grid-template-columns: 50% 50%;
   border-top: 1px solid #dcdcdc;
   border-right: 1px solid #dcdcdc;
}

.details__row:last-child {
   border-bottom: 1px solid #dcdcdc;
}

.details__item {
   padding: 16px;
   border: 1px solid #dcdcdc;
   word-break: break-word;
   border-top: none;
   border-right: none;
   border-bottom: none;
}

.tags__list {
   justify-content: center;
   display: flex;
   flex-wrap: wrap;
}

.tag__item {
font-size: 12px;
   cursor: pointer;
   border-radius: 40px;
   border: 1px solid #dcdcdc;
   background-color: #EDF9FE;
   padding: 6px 16px;
   margin: 5px;
   width: fit-content;
   transition: 0.2s ease;
   text-align: center;
}

.tag__item:hover {
   color: #fff;
   background: #0f6eb6;
}

.contacts__info {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-top: 40px;
}

.contacts__info-item {
   display: flex;
   gap: 12px;
   align-items: flex-start;
}

.contacts__info-item-title {
   display: flex;
   gap: 12px;
   align-items: center;
}

.contacts__info-item-text {
   display: flex;
   flex-direction: column;
   gap: 8px;
}

.contacts__map-block {
   padding: 35px 0 0;
}

.contacts__map-block-title {
   display: flex;
   flex-direction: column;
   gap: 12px;
   padding-bottom: 20px;
}

.contacts__map-block-title-main {
   display: flex;
   gap: 12px;
   flex-shrink: 0;
}

.contacts__social {
   display: flex;
   flex-direction: column;
   gap: 8px;
   margin: 20px 0 30px;
}

.contacts__social-links-title {
   font-size: 20px;
   font-weight: 700;
   display: none;
}

.contacts__social-links {
   display: flex;
   align-items: center;
   gap: 20px;
}

.contacts__social-links  {
   display: grid;
    grid-template-columns: repeat(4,auto);
    grid-template-rows: repeat(2,1fr);
   align-items: center;
   gap: 10px;
    max-width: fit-content;
}

@media (min-width:400px) {
.contacts__social-links  {
    grid-template-columns: repeat(8, auto);
    grid-template-rows: 1fr;
    max-width: fit-content;
}
}

.contacts__social-item {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: 0.2s ease;
}

.contacts__social-item svg {
   fill: #1b6eb6;
   width: 32px;
   height: 20px;
   transition: 0.2s ease;
}

.contacts__social-item img {
   width: 20px;
   transition: 0.2s ease;
}

.write-letter-link {
   color: #0f6eb6;
   font-size: 20px;
   text-decoration: underline;
   display: block;
   padding-bottom: 30px;
}

.contacts__yandex-map {
   height: 320px;
   width: 100%;
}

.contacts__yandex-map iframe{
   width: 100%;
}

.dropdown-list__item-title {
   padding: 20px;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   border-bottom: 1px solid #dcdcdc;
   transition: border-bottom 0.5s ease, color 0.2s ease;
   cursor: pointer;
}

.dropdown-list__arrow-img {
   width: 14.4px;
   height: 10px;
   fill: transparent;
   stroke: #303030;
   flex-shrink: 0;
   transform: rotate(0);
   transition: 0.2s ease;
}

.dropdown-list__item-content {
   display:block;
   padding: 32px;
   background: #edf9fe;
   margin-top: 12px;
   position: relative;
   border-radius: 4px;
}

.dropdown-list__item-content p:last-child {
   margin-bottom: 0;
}

.dropdown-list__item-contentt p:first-child {
   margin-top: 0;
}

.preview-articles__wrapper {
   display: flex;
   flex-direction: column;
   gap: 40px;
}

.preview-articles__item-image {
   border-radius: 4px;
   overflow: hidden;
   display: flex;
}

.preview-articles__item-image img {
   transform: scale(1);
   transition: 0.5s ease-out;
   width: 100%;
    object-fit: cover;
}

.preview-articles__item-date {
   margin-top: 12px;
   color: rgba(48, 48, 48, 0.5);
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.preview-articles__item-title {
   margin-top: 12px;
   color: #303030;
   font-size: 17px;
   line-height: 22px;
   font-weight: 700;
   transition: 0.5s ease-out;
}

.preview-articles__item-description {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   margin-top: 12px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   color: #303030;
}

.preview-articles__title-wrapper {
   display: flex;
   gap: 20px;
}

.preview-articles__title {
   margin-top: 0;
}

.preview-articles__title-wrapper h1 {
   color: #0f6eb6;
}

.preview-articles__title-wrapper a:hover {
   color: #009fe3;
}


.pagination {
   display: flex;
   align-items: center;
   gap: 20px;
}

.pagination__btn-prev,
.pagination__btn-next {
   display: flex;
   justify-content: center;
   align-items: center;
   background: #fff;
   cursor: pointer;
}

.pagination__btn-prev {
   transform: rotate(180deg);
}

.pagination__item {
   font-size: 16px;
   line-height: 24px;
   color: rgba(48, 48, 48, 0.6);
}

.pagination__item.active {
   color: #0f6eb6;
}

.pagination__btn-img {
   width: 24px;
   height: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
   transition: 0.2s ease;
}

.slider-news__link-btn-wrapper svg,
.pagination__btn-img svg {
   fill: transparent;
   stroke: #1b6eb6;
   width: 10px;
   height: 12px;
   transition: 0.2s ease;
}

.slider-news__title-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 13px;
}

.slider-news__link {
   display: flex;
   align-items: center;
   gap: 12px;
   color: #1b6eb6;
   transition: 0.2s ease;
}

.slider-news__link-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   background: #fff;
   cursor: pointer;
}

.slider-news__link-btn-wrapper{
   width: 24px;
   height: 24px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
   transition: 0.2s ease;
}


.slider-news__swiper{
   overflow: hidden;
   margin-right: calc(-50vw + 50%);
}

.slider-company__title {
padding: 20px 0;
}

.graph-figures .graph__figures {
   margin-top: 40px;
   padding-top: 40px;
   border-top: 1px solid #dcdcdc;
}

.years-slider__item.active .years-slider__bullet::before {
   content: "";
   position: absolute;
   top: -5px;
   left: -5px;
   width: 20px;
   height: 20px;
   background: #c1ecfb;
   border-radius: 50%;
   z-index: -1;
}

.years-slider__item.active .years-slider__bullet {
   background: #009fe3;
   position: relative;
}

.years-slider__bullet {
   width: 10px;
   height: 10px;
   border-radius: 50%;
   background: #b8c0c3;
   transition: 0.2s ease;
}

.gallery__wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 20px;
   row-gap: 20px;
   padding-bottom: 30px;
}

.gallery__wrapper .gallery__item {
   border: 1px solid #dcdcdc;
   border-radius: 4px;
   overflow: hidden;
   cursor: pointer;
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 209px;
}

.thanks-gallery-title {
   margin: 0;
}

.show-more-button {
   margin: 0 auto;
}


.service-tabs {
   margin-top: 20px;
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 8px;
   row-gap: 8px;
}

.service-tabs__item {
   padding: 16px;
   padding: 12px;
   display: flex;
   flex-direction: column;
   gap: 4px;
   border-radius: 4px;
   border: 1px solid #dcdcdc;
   background: rgba(255, 255, 255, 0.8);
   position: relative;
   overflow: hidden;
   transition: 0.5s ease-out;
}

.service-tabs__item-title {
   color: #303030;
}

.service-tabs__item-description {
   color: #303030;
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
           line-clamp: 3;
   -webkit-box-orient: vertical;
}

.dropdown-list__item-content .btn {
   padding: 12px 22.5px;
   margin-top: 32px;
}


.reviews {
margin-bottom: 40px ;

}
.reviews__title-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
}

.reviews__list {
   margin-top: 16px;
}

.reviews-item {
   padding: 16px 24px 20px 24px;
   border-top: 1px solid #dcdcdc;
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.reviews-item__client {
   display: flex;
   flex-direction: column;
   gap: 6px;
}

.reviews-item__client-stars {
   display: flex;
   align-items: center;
   gap: 4px;
}

.reviews-item__client-stars-item {
   width: 18px;
   height: 18px;
   margin-bottom: 2px;
   background: url(/assets/img/review-star-grey.svg) no-repeat 0 0;
   background-size: cover;
}

.reviews-item__client-stars-item.active {
   background: url(/assets/img/review-star.svg) no-repeat 0 0;
   width: 20px;
   height: 20px;
   margin-bottom: 0px;

}

.reviews-item__client-date {
   color: rgba(48, 48, 48, 0.5);
}

.reviews-item__text {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.reviews-item__text p {
   margin: 0 0;
   overflow-wrap: break-word;
   word-break: break-word;
}

.kasko .form-group {
   margin-bottom: 0;
}

.grecaptcha-badge{
   display: none
}

.modal-wrapper.review .success {
   text-align: center;
   display: flex;
   flex-direction: column;
}

.modal-wrapper.review .success .success-title {
   font-size: 22px;
}

.modal-wrapper.review .success .description {
   font-size: 14px;
}

.modal-wrapper.review {
   padding: 50px 40px;
   max-width: fit-content;
}

.modal-wrapper.review .stars-wrapper {
   margin-top: 30px;
}

.partner-page__wrapper {
   display: flex;
   flex-direction: column;
   gap: 16px;
}

.partner-page__wrapper .partner-logo {
   border-radius: 4px;
   overflow: hidden;
   flex-shrink: 0;
   display: flex;
   height: 100%;
   margin: auto;
}

.partner-page__wrapper .partner-logo img {
   width: 250px;
   height: auto;
   margin: auto;
}

.partner-information h2 {
   margin-bottom: 10px;
}

.partner-information table {
   border-collapse: collapse;
   border-spacing: 0;
   border: 1px solid #dcdcdc;
   margin: 16px 0 20px;
   max-width: 100%;
   width: 100%;
}

.partner-information table tr{
   height: auto;
}

.partner-information table tr td {
   border: 1px solid #dcdcdc;
   padding: 16px;
   text-indent: 0;
}

.partner-information table tr td:first-child {
   font-size: 17px;
   font-weight: 700;
   line-height: 22px;
}

.partner-information table tr td > p {
   margin: 0 0 16px;
}

.partner-information table tr td > p:first-child {
   margin: 0;
}

.partner-page h2,
.partner-page h3 {
   margin: 20px 0 16px;
}

.partner-page .osago,
.calculator-page .osago {
   margin-top: 0;
}

.calculator-page__calculator-title {
   margin: 20px 0;
}

.products-banners__wrapper {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.products-banners__item {
   padding: 24px 110px 24px 24px;
   background: #edf9fe;
   border-radius: 4px;
   overflow: hidden;
   position: relative;
   display: flex;
   flex-direction: column;
   gap: 10px;
   min-height: 198px;
}

.products-banners__sub-links {
   display: flex;
   flex-direction: column;
   gap: 12px;
}

.products-banners__link {
   font-weight: 400;
   font-size: 14px;
   line-height: 20px;
}

.products-banners__item-img {
   pointer-events: none;
   position: absolute;
   bottom: 0;
   right: -70px;
   max-width: 249px;
   max-height: 184px;
   display: flex;
   z-index: 2;
}

.products-banners__item::after {
   content: "";
   pointer-events: none;
   position: absolute;
   top: 0;
   right: -233px;
   width: 433px;
   background-image: url(/assets/img/banner-elements3.svg);
   background-repeat: no-repeat;
   height: 100%;
   background-size: cover;
}

.c-mobile-menu .section-switch {
   gap: 24px;
   font-size: 15px;
}

.mobile-menu__close-subsection svg {
   width: 20px;
   height: 12px;
   margin-right: 12px;
}

.mobile-contacts {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin: 20px 0 40px;
   font-size: 16px;
}

.mobile-menu__nav-arrow svg {
   width: 8px;
   height: 14px;
}

.mobile-contacts__links {
   display: flex;
   flex-direction: column;
   gap: 2px;
   color: #1b6eb6;
}


.mobile-contacts__social-links {
   display: grid;
    grid-template-columns: repeat(4,auto);
    grid-template-rows: repeat(2,1fr);
   align-items: center;
   gap: 10px;
    max-width: fit-content;
   margin: 10px 0;
}

@media (min-width:400px) {
    .mobile-contacts__social-links {
        grid-template-columns: repeat(8, auto);
        grid-template-rows: 1fr;
        max-width: fit-content;
    }
}


.mobile-contacts__social-item .tg-img,
.mobile-contacts__social-item .youtube-img{
    width: 30px;
}

.mobile-contacts__phone {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

.mobile-contacts__adress {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-contacts__adress span {
    font-size: 14px;
    line-height: 20px;
    color: rgba(48, 48, 48, 0.7);
}

.mobile-contacts__social {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-contacts__social-item {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   border: 1px solid #1b6eb6;
}

.mobile-contacts__social-item img{
   width: 20px;
}

.go-to-top-btn {
   background: url(/assets/img/icons/go-to-top.svg) no-repeat center;
   width: 52px;
   height: 52px;
   cursor: pointer;
   position: fixed;
   bottom: 50px;
   right: 12px;
   opacity: 0.65;
   background-size: 100%;
}

.go-to-top-btn:hover {
   opacity: 1;
}

@media (max-width: 1599px) {
   .fixed-state .nav-desktop__item.level1 > a {
      padding: 16px 6px;
	  font-size: 14px;
   }
}

.article-pay-methods {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 20px;
}
.article-pay-methods-icons{
   display: flex;
   flex-direction: row;
   gap: 10px;
}

.clients-page .gallery__item-img {
width: 100%;
}

.clients-page h1,
.achievements-gallery-title {
   margin-top: 0;
}

.btn-feadback {
   width: 52px;
   height: 52px;
   display: flex;
   justify-content: center;
   align-items: center;
   background: rgba(0, 159, 227, 0.6);
   border-radius: 50%;
   cursor: pointer;
   position: fixed;
   bottom: 120px;
   right: 12px;
   z-index: 2;
   animation: snake 1.5s infinite;
}

.mobile-search .main-search-btn {
   max-width: 100%;
   width: 100%;
   margin-top: 8px;
   padding: 12px 36px;
   font-size: 16px
}

.mobile-search .desktop-search__btn-search svg {
   position: absolute;
   top: 4px;
   left: 4px;
   width: 24px;
   height: 24px;
}

.mobile-search .desktop-search__btn-close {
   top: 14px;
   right: 14px;
}

.btn-feadback img {
   width: 28px;
   height: 28px;
}

.pagination .pagination-wrapper {
   flex-direction: row;
   gap: 20px;
   margin: 26px 0;
}

.pagination .page-item {
   font-size: 16px;
   line-height: 24px;
   color: rgba(48, 48, 48, 0.6);
}

.pagination .page-item.active{
   color: #0f6eb6;
}

.pagination-prev svg {
   transform: rotate(180deg);
}

.callback-btn-mobile {
    background: transparent;
    width: 30px;
    height: 100%;
    padding: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-btn-mobile__img {
width: 24px;
margin: auto 0;
}

.graph__diagram {
   display: none;
}

.dropdown-list__contacts span {
display: block;
margin-top: 20px;
text-decoration: underline;
font-weight: 600;}

.category-text-block table tr td {
   border: 1px solid #dcdcdc;
   padding: 16px;
   text-indent: 0;
}

.good-deed-wrapper .preview-articles__item-date {
display: none;}

.vacancy-list {
margin-bottom: 20px;}

.clients-tabs {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.clients-tabs__btn {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    cursor: pointer;
}

.prompt-input {
position: relative;}

.prompt-btn {
    position: absolute;
    top:18px;
    right: 20px;
    background-color: #878787;
    color: #fff;
    border-radius: 50%;
    padding: 4px 7px;
    text-align: center;
    font-size: 10px;
    line-height: 1;

}
.prompt-text {
  visibility: hidden;
  width: 200px;
  background-color: #878787;;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
    top: 135%;
left: -160%;
   margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
line-height: 1.2;
    font-size: 12px;
padding: 10px;}

.prompt-text::after {
content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #878787 transparent;
}

.prompt-btn:hover .prompt-text {
  visibility: visible;
  opacity: 1;
}

.clients-tabs__btn.active {
    font-weight: 700;
    color: #1b6eb6;
}

.clients-tabs__content {
    display: none;}

.clients-tabs__content.active{
    display: block;
}

.mortgage .mortgage-form {
display: grid;
gap: 20px ;
}

.mortgage-form .form-group {
margin-bottom: 0;}

.footer-contacts__agregators-links {
display: flex;
flex-direction: row;
gap: 10px;}

.footer-contacts__agregator-item {
display: flex;}

.footer-contacts__agregators-links img{
    align-self: center;
}


.agregators-reviews__links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 20px;
}

.agregators-reviews__yandex {
height: 28px;
}
.agregators-reviews__2gis{
height: 28px;
}
.agregators-reviews__zoon{
height: 20px;
}
.agregators-reviews__google{
height: 35px;
}

.agregators-reviews__link-item {
display: flex;
}

.agregators-reviews__link-item svg{
    align-self: center;
}


.agregators-reviews__link-item:not(:hover) svg path{
    fill: #0f6eb6;
}

.agregators-reviews__link-item:not(:hover) svg g g g path {
    fill: #0f6eb6 !important;
}

path { transition: fill .4s ease; }


@media (min-width:420px) {

.agregators-reviews__links {
        gap: 30px;
    }
}

.slider-common__slide.video {
    height: auto;
}

.slider-common__slide iframe {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.mortgage-form__description
{
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.express-form a:hover {
color: #fff;}

.article__text a {
    color: #0f6eb6;
}

body [href^="tel:"] small {
    opacity: 1 !important;
}

.article__index-wrapper {
    display: block;
    width: 100%;
    padding: 32px;
    border: 1px solid #dcdcdc;
    position: relative;
    border-radius: 4px;
}

.article__index .item{
margin: 16px 0;
color: #009fe3;;
}

.article__index .item:last-child{
margin-bottom: 0;
}

.article__index-title {
margin-bottom: 5px;
}

.article__index .item span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.article__sub-title {
    grid-area: article-sub-title;
}

.article__form{
    grid-area: article-form;
}

.form-article__wrapper {
background: linear-gradient(130.64deg, #ceeffd 27.52%, rgba(237, 249, 254, 0) 118.39%);
padding: 25px;
width: 100%;
border-radius: 4px;
max-width: fit-content;
}

.form-article__title {
font-size: 22px;
margin-bottom: 10px;
font-weight: 600;}

.form-article__description {
font-size: 14px;}

.form-article__fields {
    display: flex;
    flex-direction: column;
    margin: 16px 0;
    gap: 10px;
}

.form-article__btn {
    width: 100%;
    max-width: 345px;
}

.article__form .form-group {
    margin-bottom: 0;
}

.form-article__bottom-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.useful-links__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.useful-links__card-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.useful-links__card {
   display: flex; 
    gap: 20px;
    justify-content: space-between;
   padding: 20px 20px 24px 20px;
   background: #edf9fe;
   border-radius: 4px;
   position: relative;
   overflow: hidden;
   z-index: 1;
   color: #303030;
    transition: all 0.5s ease;
}

.useful-links__card-icon {
    margin: auto 0;
    width: 45px;
    transition: all 0.5s ease;
}
.useful-links__card:hover {
    cursor: pointer;
    color: #0f6eb6;;
}

.useful-links__card:hover .useful-links__card-icon {
transform: scale(1.1);
}

.dtp__wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background:linear-gradient(130.64deg, #ceeffd 27.52%, rgba(237, 249, 254, 0) 118.39%);
}

.dtp-items {
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-top: 20px;
    max-width: 725px;
}

.dtp-item {
    gap: 15px;
    display: flex;
}

.dtp-item__bar {
    gap: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.dtp-item__num {
    width: 22px;
    height: 22px;
    background-color: #0f6eb6;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    flex: none;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    display: flex;
}

.dtp-item__line {
    width: 1px;
    background-color: #081225;
    opacity: .2;
    flex: 1;
}

.dtp-item__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
}

.dtp-item__content:last-child {
padding-bottom: 0;}


.dtp-second-title {
    margin-top: 20px;
}

.insured-event__phone {
color: #0f6eb6;
font-weight: 600;}

.insured-event__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 4px;
    background-color: #CCEAFF;
    padding: 30px 40px;
    margin-top: 20px;
    gap: 20px;
    width: 100%;
}

.insured-event__item-btn {
    width: 100%;
    max-width: 100%;
}

.accent-text {
    color: #0f6eb6;
}

.insured-event__item-title-wrapper,
.insured-event__item-title {
    display: inline;
}

.insured-event__item-title-wrapper {
    margin: auto 0;
}

.insured-event__icon {
    display: inline;
    width: 20px;
}
.insured-event__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.insured-event__phone-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    flex-wrap: wrap;
}

.insured-event__phone-title {
    font-weight: 600;
}

.insured-event__item-text {
    font-size: 14px;
    line-height: 18px;
}

.dtp-item__content a {
color: #0f6eb6;
text-decoration: underline;

}
/* ANCHOR - start */


@media (min-width: 765px) {
   h1,
   .h1 {
      font-size: 28px;
      line-height: 36px;
   }

   h2,
   .h2 {
      font-size: 24px;
      line-height: 28px;
   }

.block-spacing {
   margin: 26px 0;
}

.block-content-spacing {
   margin-top: 32px;
}

.btn-consult-main {
   margin-top: 26px;
}

   .header__contacts {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-right: 5px;
   }

   .mobile-search__popup {
      padding: 20px 40px;
      padding-top: 20px;
      padding-right: 40px;
      padding-bottom: 20px;
      padding-left: 40px;
   }

   .nav-mobile {
      padding: 0 40px;
   }

   .category-banner__img {
      min-height: 320px;
   }

   .category-banner__content {
      margin-top: 0;
      position: absolute;
      top: 20px;
      left: 40px;
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(11.5px);
      -webkit-backdrop-filter: blur(11.5px);
      padding: 24px;
      max-width: 700px;
   }

   .footer-wrapper {
      padding: 0 40px;
   }

   .footer-top {
      flex-direction: row;
      gap: 35px;
      justify-content: space-between;
   }

   .footer-bottom {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      padding-top: 32px;
      font-size: 14px;
   }

   .footer-contacts {
      gap: 32px;
   }

   .footer-contacts__adress span {
      font-size: 12px;
      line-height: 16px;
   }

   .footer-contacts__social {
      gap: 12px;
   }

   .footer {
      padding: 52px 0 30px 0;
   }

   .footer-top .footer-menu-mobile {
      display: none;
   }

   .footer-menu__item {
      display: flex;
      flex-direction: column;
      gap: 20px;
   }

   .footer-menu__main-link {
      font-size: 17px;
      line-height: 22px;
   }

   .footer-menu-desktop {
      display: grid;

   }

   .footer-menu-desktop__col {
      gap: 28px; 
   }

   .footer-menu__sub-wrap {
      display: flex;
      flex-direction: column;
      gap: 8px;
   }

   .footer-menu__item_main {
      display: flex;
      gap: 12px;
   }

   .footer-menu__main-link {
      font-size: 17px;
      line-height: 22px;
   }

   .footer-menu-mobile {
      display: none;
   }

   .slider-main__image {
      min-height: 360px;
   }

   .slider-main__image img {
      height: 100%;
      object-fit: cover;
   }

   .slider-main__infoblock {
      margin-top: 0;
      position: absolute;
      top: 20px;
      left: 40px;
      background: rgba(241, 252, 255, 0.3);
      backdrop-filter: blur(9.2px);
      -webkit-backdrop-filter: blur(9.2px);
      padding: 24px;
      height: auto;
      max-width: 472px;
   }

   .slider-main__link {
      margin-top: 32px;
   }

   .slider-main__bullets {
      position: absolute;
      bottom: 60px !important;
      left: 40px !important;
      z-index: 1;
      justify-content: flex-start;
      margin-top: 0;
   }

   .slider-main__bullets .swiper-pagination-bullet {
      background: #fff;
   }

   .slider-main .swiper-pagination-bullet-active {
      background: #009fe3;
   }

   .slider-main__bullets .swiper-pagination-bullet-active::before {
      background: #fff;
   }

   .services-main {
      margin-top: -40px;
      column-gap: 20px;
      row-gap: 20px;
   }

   .services-card__icon {
      position: absolute;
      top: 8px;
      right: 8px;
   }

   .services-card__title {
      margin-top: 0;
   }

   .btn-consult-main {
      max-width: fit-content;
      margin-left: auto;
      margin-right: auto;
      margin-top: 32px;
   }

   .why-block__title {
      text-align: center;
   }

   .why-block__wrapper-content {
      overflow-x: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
      width: calc(100vw - 40px);
   }

   .why-card {
      padding: 20px 20px 38px 20px;
   }

   .why-card__title {
      max-width: 100%;
   }

   .why-card__description {
      max-width: 200px;
   }

   .graph__figures {
      display: flex;
      column-gap: 44px;
      grid-template-rows: auto;
      justify-content: space-between;
   }

   .figures__item-title {
      font-size: 36px;
      line-height: 44px;
   }

   .diagram__content {
      margin-top: 20px;
      display: grid;
      grid-template-columns: auto 100px;
      column-gap: 25px;
   }

   .years-schedule {
      order: 0;
   }

   .years-link {
      height: 290px;
      padding-bottom: 10px;
      margin-top: 36px;
   }

   .years-link__nav-next {
      top: auto;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg);
   }

   .years-link__nav-prev {
      transform: translateX(-50%) rotate(-90deg);
      left: 50%;
   }

   .years-link__nav-next::before {
      top: auto;
      bottom: -30px;
      left: -55px;
      width: 89px;
      height: 98px;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 67.71%, #fff 100%);
   }

   .express-form {
      grid-template-columns: 1fr;
      padding: 10px 40px;
   }

   .express-form__form {
      grid-template-columns: 1fr 50px 1fr;
      grid-template-rows: 1fr;
      grid-template-areas: "express-form-radio arrow-after-radio express-form-fields";
   }

   .express-form__radio {
      padding:  20px 0 20px 40px;
   }

   .express-form__radio-group {
      column-gap: 80px;
   }

   .express-form__fields {
      padding: 20px 0 20px 20px;
   }

   .express-form__img.express-form__arrow-after-radio {
      display: grid;
   }

   .work-stages__items {
         flex-direction: row;
         gap: 32px;
         justify-content: space-between;
   }

   .work-stages__item {
      align-items: flex-start;
      width: 210px;
   }

   .form-feedback__wrapper {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
   }

   .form-feedback__form {
      padding: 32px;
   }

   .form-feedback__fields {
      margin-top: 32px;
      display: grid;
      /*grid-template-columns: repeat(3, 1fr);*/
      column-gap: 12px;
   }

   .form-feedback__bottom-block {
      margin-top: 32px;
   }

   .calculator-form {
      margin-top: -80px;
   }

   .calculator-form__wrapper {
      padding: 32px 60px;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.8);
      border: 1px solid #dcdcdc;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
   }

   .calculator-form__accordion-content {
      display: block;
   }

   .calculator-form__content-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
      row-gap: 20px;
   }

   .calculator-form__accordion-title svg {
      display: none;
   }

.calculator-form__bottom {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
      align-items: flex-end;
}

   .kasko__form-grid-2 .form-group:first-child {
      grid-column: 1 / 3;
   }

   .double-banner{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 20px;
   }

   .double-banner__item {
      padding: 20px 140px 20px 20px;
      min-height: 280px;
   }

   .double-banner__img {
      right: -80px;
      max-width: 380px;
   }

   .double-banner__item::after {
      width: 450px;
      right: -230px;
   }

   .documents__content {
      gap: 12px;
   }

   .documents__item {
      padding: 32px;
      gap: 20px;
   }

   .documents__item-icon {
      width: 45px;
      height: 58px;
   }

   .documents__item-text {
      font-size: 16px;
      line-height: 20px;
   }

   .slider-thanks {
      padding: 40px 0;
   }

   .slider-thanks__wrapper {
      padding: 0 40px;
   }

   .slider-thanks__btn-nav-next,
   .slider-thanks__btn-nav-prev {
      width: 32px;
      height: 32px;
   }

   .slider-thanks__btn-nav-mobile {
      display: none;
   }

   .slider-thanks__btn-nav-desktop {
      display: flex;
      width: 13px;
      height: 12px;
      transition: 0.2s ease;
   }

   .slider-thanks__swiper {
      margin-top: 32px;
   }

   .slider-brands__swiper {
      margin-top: 32px;
   }

.page-404 {
   flex-direction: row;
   gap: 50px;
   padding-bottom: 52px 
}

   .page-404__image {
      max-width: 302px;
      flex-shrink: 0;
   }

   .page-404__info {
      gap: 32px;
   }

   .page-404__title,
   .page-404__text {
      text-align: left;
   }

   .slider-common__nav-prev,
   .slider-common__nav-next {
      width: 32px;
      height: 32px;
   }

   .article__img {
      max-width: 500px;
   }

   .article__wrapper {
      gap: 32px;
   }

   .partners-gallery__cards {
      grid-template-columns: repeat(4, 1fr);
   }

   .contacts__info {
      gap: 20px;
      margin-top: 52px;
   }

   .contacts__info-item {
      gap: 20px;
   }

   .contacts__info-item-title {
      gap: 20px;
   }

.contacts__map-block {
   padding: 52px 0 0;
}

   .contacts__map-block-title {
      flex-direction: row;
   }

.contacts__social {
   gap: 12px;
}

.contacts__yandex-map {
   height: 400px;
}

.dropdown-list__item-title {
   padding: 20px 24px;
}

.dropdown-list__arrow-img {
   width: 24.4px;
   height: 15px;
}

.preview-articles__wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 20px;
   row-gap: 52px;
}

.preview-articles__item-image {
   height: 250px
}

.preview-articles__item-title {
   font-size: 16px;
   line-height: 20px;
}

.preview-articles__item-description {
   -webkit-line-clamp: 4;
}

.graph-figures .graph__figures {
   margin-top: 32px;
   padding-top: 32px;
}

.slider-company__title {
padding: 40px 0;
}

.gallery__wrapper {
   grid-template-columns: repeat(4, 1fr);
}

.service-tabs {
   margin-top: -60px;
   column-gap: 20px;
   row-gap: 20px;
}

.service-tabs__item {
   padding: 20px;
   backdrop-filter: blur(13.5px);
   -webkit-backdrop-filter: blur(13.5px);
   gap: 12px;
}

.dropdown-list__item-content .btn {
   padding: 12px 35px;
   max-width: 300px;
}
.reviews__title-wrapper {
   flex-direction: row;
   align-items: center;
}

.reviews__list {
   margin-top: 32px;
}

.reviews-item {
   padding: 20px 24px 32px 24px;
   display: grid;
   grid-template-columns: 40% 57%;
}

   .kasko__form-grid-1 .form-group:last-child {
      grid-column: 1 / 3;
   }

.modal-wrapper.review .success .success-title {
   font-size: 24px;
}

.modal-wrapper.review .success .description {
   font-size: 16px;
}

.partner-page__wrapper {
   gap: 32px;
}

.partner-page__wrapper .partner-logo {
   max-width: 420px;; 
}

.products-banners__wrapper {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   column-gap: 20px;
   row-gap: 20px;
}

.products-banners__item {
   padding: 20px 140px 20px 20px;
   min-height: 280px;
}

.products-banners__item-img {
   max-width: 295px;
   max-height: 218px;
   right: -83px;
}

   .products-banners__item::after {
      width: 452px;
      right: -228px;
   }


.go-to-top-btn {
   bottom: 100px;
   height: 72px;
   width: 72px;
}

   .btn-feadback {
      bottom: 185px;
      width: 72px;
      height: 72px;
   }

.years-slider__item {
   margin-left: 5px;
}

   .slider-thanks .slider-thanks__slide {
      height: 280px;
   }

.graph__diagram {
display: block;
}

    .clients-tabs {
        margin-top: 32px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
    }

    .clients-tabs__btn {
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #dcdcdc;
        font-size: 18px;
        line-height: 20px;
    }

    .clients-tabs__btn.active {
        border-color: transparent;
        background: #edf9fe;
    }

.mortgage-form__description
{
    font-size: 14px;
}

.article__index-wrapper {
    width: max-content
}

.form-article__fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.useful-links__card {
    padding: 20px 20px 38px 20px;
}

.useful-links__content {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

    .dtp__wrapper {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        background:none;
        background-image: url("/assets/img/dtp.jpg");
        background-repeat: no-repeat;
        background-size:100% 100%;
    }

.insured-event__wrapper {
    display: grid;
    grid-template-columns: 220px auto auto;
    gap: 20px;
}

.insured-event__item-btn {
    width: auto;
    max-width: fit-content;
}

.insured-event__icon {
    width: 25px;
}

/* ANCHOR - 765 */
}

@media (min-width: 1024px) {
   .desktop-menu {
      display: block;
      width: 100%;
      grid-area: desktop-menu;
   }

   .desktop-menu-wrapper {
      display: flex;
      align-items: center;
      padding-right: 6px;
      background: #0f6eb6;
      border-radius: 4px;
      position: relative;
      margin-top: 20px;
   }

   .menu-top {
   display: block;
   }


   .content-wrapper {
      padding: 0 20px;
      max-width: 1000px;
   }

   .header__wrapper {
      padding: 20px 0 0 0;
      grid-template-columns: 125px 1fr auto auto auto;
      grid-template-rows: auto auto;
      grid-template-areas: 'logo menu-top callback-btn header-social contacts'
                        'desktop-menu desktop-menu desktop-menu desktop-menu desktop-menu';
      border-bottom: 0;
   }

   .header-contacts {
      gap: 2px;
   }

   .mobile-search {
      display: none;
   }

   .mobile-menu__btn {
      display: none;
   }

   .category-banner {
      width: 100%;
      margin: 0 0;
   }

   .category-banner__img {
      border-radius: 4px;
      overflow: hidden;
   }

   .category-banner__img img {
      display: block;
      overflow: hidden;
      border-radius: 4px;
      object-position: 0 0;
   }

   .category-banner__content {
      padding: 32px 60px;
      left: 20px;
      top: 20px;
      max-width: 600;
   }

   .breadcrumbs__item {
      display: flex;
      align-items: center;
      gap: 12px;
      position: relative;
      font-size: 16px;
      line-height: 24px;
   }

   .breadcrumbs__item::after {
      content: "/";
   }

   .breadcrumbs__item_back {
      display: none;
   }

   .breadcrumbs__item:last-child {
      color: rgba(48, 48, 48, 0.6);
      padding-right: 0;
   }

   .breadcrumbs__item:last-child::after {
      content: "";
   }

   .footer-wrapper {
      padding: 0 20px;
      max-width: 1000px
   }

   .footer-bottom {
      align-items: center;
      padding-top: 40px;
   }

   .footer {
      padding: 52px 0;
   }

   .footer-menu-desktop {
      grid-template-columns: repeat(3, 200px);
      column-gap: 20px;
   }

   .slider-main {
      width: 100%;
      margin: 0 0;
      margin-top: 32px;
   }

   .main-corporate  .slider-corporate,
   .private .slider-private{
         margin-top: 0;
   }


   .slider-main__slide {
      border-radius: 4px;
      overflow: hidden;
   }

   .slider-main__image {
      border-radius: 4px;
      overflow: hidden;
   }

   .slider-main__image img {
      display: block;
      overflow: hidden;
      border-radius: 4px;
      height: 100%;
   }

   .slider-main__infoblock {
      padding: 32px 60px;
      backdrop-filter: blur(11.5px);
      -webkit-backdrop-filter: blur(11.5px);
      left: 20px;
      top: 20px;
      min-width: 624px;
      max-width: 624px;
   }

   .slider-main__bullets {
      bottom: 60px !important;
      left: 44px !important;
   }

   .services-main {
      padding: 0 20px;
      grid-template-columns: repeat(4, 1fr);
   }

   .services-card {
      padding: 20px;
   }

   .services-card:hover::before {
      width: 100%;
   }

   .services-card::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: #1b6eb6;
      transition: width 0.5s ease-out;
   }

   .services-card:hover {
      background: #fff;
   }

   .card-auto .services-card__star:nth-child(1) {
      transform: translate(-5px, 10px);
      opacity: 0;
      visibility: hidden;
      top: 8px;
   }

   .card-auto .services-card__star:nth-child(2) {
      transform: translate(-10px, 8px);
      opacity: 0;
      visibility: hidden;
      top: 11px;
   }

   .card-auto .services-card__star:nth-child(3) {
      transform: translate(-10px, 10px);
      opacity: 0;
      visibility: hidden;
      top: 8.3px;
   }

   .card-auto:hover .services-card__star {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-estate__animation {
      transform: translateX(17px);
      width: 14px;
      height: 7px;
      opacity: 0;
      visibility: hidden;
   }

   .card-estate:hover .card-estate__animation {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-health__animation svg {
      width: 26px;
      height: 19px;
   }

   .card-health__animation{
      bottom: 2px;
      left: 2px;
      width: 0;
      overflow: hidden;
      transition: 0.5s ease-out;   
}

   .card-health:hover .card-health__animation {
      width: 26px;
   }

   .card-travel__animation {
      transform: translateX(17px);
      opacity: 0;
      visibility: hidden;
      bottom: -3px;
      left: -2px;
   }

   .card-travel:hover .card-travel__animation {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .services-main {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
      row-gap: 20px;
   }

   .card-life__animation {
      width: 0;
      overflow: hidden;
      transition: 0.5s ease-out;
   }

   .card-life:hover .card-life__animation {
      width: 43px;
   }

   .card-transport .services-card__car:nth-child(1) {
      bottom: -3px;
      right: 16px;
      opacity: 0;
      visibility: hidden;
   }

   .card-transport .services-card__car:nth-child(2) {
         bottom: -8px;
         right: 0;
         opacity: 0;
         visibility: hidden;
   }


   .card-transport:hover .services-card__car{ 
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-responsibility .card-responsibility__animation {
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
   }

   .card-responsibility:hover .card-responsibility__animation {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-property .services-card__tractor {
      opacity: 0;
      visibility: hidden;
      transform: translate(3px, 3px);
   }

   .card-property:hover .services-card__tractor {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-finance .services-card__coin {
      transform: translateY(-30px);
      opacity: 0;
      visibility: hidden;
      right: -5px;
   }

   .card-finance:hover .services-card__coin {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 0);
   }

   .card-danger .services-card__drop:nth-child(1) {
      transform: translate(0, -10px);
   }

   .card-danger .services-card__drop:nth-child(2) {
      transform: translate(0, 5px);
   }

   .card-danger:hover .services-card__drop {
      transform: translate(0, 0);
   }

   .why-block__wrapper-content {
      width: 100%;
   }

   .why-block__content {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
      flex-direction: row;
      gap: 20px;
   }

   .why-card {
      min-width: auto;
      max-width: 100%;
   }

   .why-card:hover::before {
      transform: scale(5);
   }

   .why-card:hover .why-card__icon {
      transform: translate(-10px, -10px);
   }

   .diagram__content {
      column-gap: 0;
      grid-template-columns: 795px 100px;
   }

   .years-schedule {
      transform: translateX(-10px);
   }

   .express-form {
      grid-template-columns: 200px 50px 1fr 50px 1fr;
      grid-template-areas: "express-form-title arrow-after-title express-form-form express-form-form express-form-form";
      padding: 10px 40px;
   }

   .express-form__title {
      margin: 0;
      padding-right: 20px;
      padding-left: 10px;
   }

   .express-form__radio {
      padding:  0 20px 0 50px;
   }

   .express-form__radio-group {
      column-gap: 50px;
   }

   .express-form__fields {
      padding: 40px 0 40px 20px;
   }

   .express-form__img.express-form__arrow-after-title {
      display: grid;
   }

   .work-stages__items {
      align-items: center;
      gap: 18px;
   }

   .work-stages__item {
      align-items: center;
      gap: 12px;
      width: 260px;
   }

   .work-stages__item-number {
      font-size: 100px;
      line-height: 80px;
   }

   .work-stages__separator {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-shrink: 0;
   }

   .form-feedback__form {
      max-width: 580px;
   }

   .form-feedback__wrapper::before {
      content: "";
      width: 580px;
      height: 520px;
      position: absolute;
      bottom: 0px;
      right: -135px;
      background: url("/assets/img/elements-banner.svg") no-repeat;
      background-size: cover;
   }

   .form-feedback__img {
      display: flex;
      position: absolute;
      bottom: 0px;
      right: -20px;
      width: 515px;
   }

   .input-text .placeholder {
      font-size: 15px;
   }

   .why-block-banner {
      margin-bottom: 185px;
   }

   .why-block-banner__wrapper {
      height: 400px;
   }

   .why-block-banner__gradient {
      background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 30%, rgba(255,255,255,0) 100%);
   }

   .why-block-banner__img {
      bottom: -40px;
   }

   .why-block-banner__title {
      top: 35%;
      left: 60px;
      max-width: 320px;
      font-size: 28px;
   }

   .why-block-banner__advantages {
      flex-direction: row;
      gap: 10px;
      margin: 0 10px;
      top: 250px;
      width: auto;
   }

   .why-block-banner__card-advantage {
      display: grid;
      grid-template-columns: 100%;
      grid-template-rows: 30% 15% 55%;
      grid-template-areas: "s-advantage-title"                     
                           "s-advantage-icon"
                           "s-advantage-text";
      height: 320px;
      width: 100%;
   }

   .card-advantage__title {
      font-size: 18px;
      justify-self: center;
      align-self: center;
      text-align: center;
      padding: 0;
      margin: 15px;
      line-height: 1.2;
   }

   .card-advantage__text {
      font-size: 16px;
      justify-self: center;
      align-self: center;
      text-align: center;
      padding: 0;
      margin: 15px;
      line-height: 1.2;

   }

   .why-block-banner__advantages .card-advantage__icon {
      height: 60px;
      padding: 0;
   }

   .why-block-banner__advantages .icon-reviews-partnership {
      height: 65px;
   }

   
   .slider-videoreviews .swiper-button-next, 
   .slider-videoreviews .swiper-button-prev {
      display: block;
   }

.slider-videoreviews .swiper-pagination {
   display: none;
}

   .slider-videoreviews{
      width: 860px;
   }

   .slider-cases__swiper {
         width: 960px;
   }

   .slider-cases__cases .swiper-pagination {
      display: none;
   }

   .slider-cases__case {
      max-width: 1220px;
      padding: 35px 35px 25px;
      grid-template-columns: 75% 25%;
      grid-template-rows: 1 80px;
      grid-template-areas: "s-case-description s-case-compensations"
                           "s-case-manager s-case-compensations";
   }


   .slider-cases__case-header {
      font-size: 24px;
      
   }

   .slider-cases__case-text{
      margin: 20px 40px 20px 0;
   }

   .slider-cases__case-compensations {
      margin: auto;
      flex-direction: column;
      gap: 40px;
      width: auto;
   }

   .case-compensations-wrapper {
      max-width: 100%;
   }


   .slider-cases__case-compensations .compensation-before ,
   .slider-cases__case-compensations .compensation-after {
      width: auto;
      padding: 0;
      border-left: 1px solid  #BEBEBE;
   }


   .slider-cases__case-compensations .count-before ,
   .slider-cases__case-compensations .count-after {
      font-size: 30px;
      margin: 10px 0 15px 10px;
   }

   .slider-cases__case-compensations .text-before ,
   .slider-cases__case-compensations .text-after {
      margin: 15px 0 5px 10px;
      font-size: 16px;
   }

   .slider-cases__case-manager {
      grid-template-columns: 80px 100%;
      grid-template-rows: 50% 50%;
      grid-template-areas: "manager-photo manager-name"
                           "manager-photo manager-position";
   }

   .slider-cases__case-manager .manager-photo {
      width: 80px;
      height: 80px;
      margin: auto 0;
   }

   .slider-cases__case-manager .manager-name{
      font-size: 18px;
   }

   .slider-cases__case-manager .manager-position {
      font-size: 14px;
   }

   .slider-cases__buttons-wrapper {
      margin: 25px 0;
   }

   .slider-cases .swiper-button {
      height: 45px;
   }

   .slider-customer-testimonials__swiper .swiper-pagination {
      display: none;
   }

   .slider-customer-testimonials__swiper .swiper-button-next, 
   .slider-customer-testimonials__swiper .swiper-button-prev {
      display: block;
   }

   .slider-customer-testimonials__swiper {
      width: 860px;
   }

   .slider-reviews__swiper .swiper-pagination {
      display: none;
   }

   .slider-reviews button {
      max-width: 320px;
      width: 245px;
   }

   .slider-reviews__swiper .swiper-button-next, 
   .slider-reviews__swiper .swiper-button-prev {
      display: block;
   }

   .slider-reviews__swiper {
      width: 860px;
   }

   .slider-reviews .slider-reviews__swiper .swiper-wrapper .swiper-slide {
      height: 440px;
   }

   .calculator-form {
      padding-left: 20px;
      padding-right: 20px;
      margin-top: -60px;
   }

   .calculator-form__wrapper {
      padding: 32px 60px;
   }

   .checkbox-other span {
      padding-left: 44px;
   }

   .double-banner__item {
      padding: 20px 180px 20px 20px;
   }

   .double-banner__img {
      right: -50px;
   }

   .double-banner__item::after {
      width: 380px;
      right: 0;
   }

   .slider-thanks__wrapper {
      padding: 0 20px;
      max-width: 1000px;
   }

   .gallery__item-img img {
      transform: scale(1);
      transition: 0.5s ease-out;
   }

   .gallery__item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s ease-out;
      z-index: 1;
   }

   .gallery__item:hover::before {
      opacity: 0.3;
      visibility: visible;
   }

   .gallery__item:hover .gallery__item-plus {
      opacity: 1;
      visibility: visible;;
   }

   .gallery__item:hover .gallery__item-img img {
      transform: scale(0.95);
   }

   .slider-brands__swiper {
      overflow: hidden;
   }

   .page-404__image {
      max-width: 279px;
      margin-left: 60px;
   }

   .page-404__info {
      flex-grow: 1;
      margin-right: 15px;
   }

   .slider-common__wrapper {
      max-width: 1000px;
   }

   .slider-common__buttons {
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
   }

   .article__wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    /* grid-template-rows: auto 100%; */
    grid-template-areas: "article-img article-sub-title"
                        "article-img article-form";
   }

   .partners-gallery__cards {
      row-gap: 32px;
      grid-template-columns: repeat(5, 1fr);
   }

   .details__row {
      grid-template-columns: 279px auto;
   }

   .details__item {
      padding: 20px 32px;
   }

   .contacts__info {
      flex-direction: row;
      justify-content: space-between;
   }

   .dropdown-list__item-title {
      padding: 20px 32px;
   }

   .dropdown-list__item-title:hover {
      color: #009fe3;
   }

   .dropdown-list__item-title:hover .dropdown-list__arrow-img {
      stroke: #009fe3;
   }

   .preview-articles__wrapper {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 53px;
      row-gap: 70px;
   }

   .preview-articles__item:hover .preview-articles__item-image img {
      transform: scale(1.05);
   }

   .preview-articles__item:hover .preview-articles__item-title {
         color: #009fe3;
   }

   .slider-news__link:hover {
      color: #009fe3;
   }

   .slider-news__link:hover .slider-news__link-btn-wrapper {
      border: 1px solid #009fe3;
   }

   .slider-news__link:hover .slider-news__link-btn-wrapper svg {
      stroke: #009fe3;
   }

   .slider-news__swiper {
      overflow: hidden;
   }

   .slider-news__swiper{
      margin-right: 0;
   }

.graph-figures .graph__figures {
   justify-content: center;
   gap: 80px;
}

.gallery__wrapper {
   grid-template-columns: repeat(5, 1fr);
   column-gap: 27px;
   row-gap: 27px;
}

.service-tabs {
   margin-top: -40px;
   grid-template-columns: repeat(4, 1fr);
   padding-left: 20px;
   padding-right: 20px;
}

.service-tabs__item {
   padding: 32px;
}

.service-tabs__item::before {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 3px;
   background: #1b6eb6;
   transition: width 0.5s ease-out;
}

.service-tabs__item:hover::before {
   width: 100%;
}

.reviews-item {
   padding: 20px 32px 32px 32px;
   grid-template-columns: auto 620px;
   column-gap: 0;
}

.partner-page__wrapper {
   flex-direction: row;
}

.partner-page__wrapper .partner-logo {
   height: fit-content;
   max-width: 100%;
}

.partner-information table tr td {
   padding: 20px 30px;
}

.products-banners__item {
   padding: 28px 240px 28px 32px;
}

.products-banners__item-img {
   max-width: 380px;
   max-height: 280px;
   right: -54px;
}

   .products-banners__item::after {
      width: 380px;
      right: 0;
   }

.go-to-top-btn {
   right: 20px;
}
   .btn-feadback::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(0, #0f6eb6 0, #009fe3 100%);
      z-index: -1;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s ease;
   }

   .btn-feadback {
      background: #0f6eb6;
      right: 20px;
   }

   .slider-thanks .slider-thanks__slide {
      height: 240px;
   }

   .callback-btn__wrapper {
      padding-left: 0;
   }

.mortgage .mortgage-form {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(2, 1fr);
column-gap: 10px ;
}

.mortgage .calculator-form__wrapper {
padding: 30px;
}

.mortgage .btn {
height: 100%;
}

.mortgage__form-btn {
display: grid;
grid-column: 2 / 4;
} 

.header-phone {
   font-size: 16px;
}
.header-mail {
   font-size: 13px;
}

.header__social {
    gap: 2px;}

.header__social-item img {
    width: 27px;
}

.agregators-reviews h2 {
text-align: center;}

.agregators-reviews__links {
    justify-content: center;
}

.useful-links__card-icon {
    width: 65px;
}

.insured-event__wrapper {
    display: grid;
    grid-template-columns: 250px 1fr 1fr;
    gap: 40px;
}

/* ANCHOR - 1024 */
}



@media (min-width: 1600px) {
   body,
   html {
      font-size: 18px;
      line-height: 24px;
   }

   h1,
   .h1 {
      font-size: 36px;
      line-height: 44px;
   }

   .h2, h2 {
      font-size: 30px;
      line-height: 36px;
   }

   .h3,
   h3 {
      font-size: 20px;
      line-height: 28px;
   }

   button,
   .btn {
      padding: 14px 36px;
   }

   .content-wrapper {
      max-width: 1390px;
   }

   .block-spacing {
      margin: 35px 0;
   }

   .header__wrapper {
      padding: 20px 0 0 0;
      grid-template-columns: 135px 1fr auto auto auto ;
   }

   .btn-consult-main {
      margin-top: 35px;
   }

   .nav-desktop__item.level1 > div, 
   .nav-desktop__item.level1 > a {
      padding: 14px 32px;
   }

   .fixed-state .nav-desktop__item.level1 > div, 
   .fixed-state .nav-desktop__item.level1 > a {
      padding: 14px 24px;
   }

   .menu-top__list {
      margin: auto 40px;
      gap: 18px;
   }

   .menu-top__item div, 
   .menu-top__item a {
      font-weight: 600;
      font-size: 16px;
   }

   .category-banner__img {
      min-height: 340px;
   }

   .category-banner__content {
      top: 40px;
      left: 40px;
      padding: 32px 60px;
   }

   .breadcrumbs {
      padding: 32px 0;
   }

   .footer-wrapper {
      max-width: 1390px;
   }

   .footer-bottom {
      padding-top: 70px;
   }

   .footer-contacts__phone {
      font-size: 24px;
      line-height: 32px;
   }

   .footer-contacts__adress {
      font-size: 18px;
      line-height: 24px;
   }

   .footer-contacts__adress span {
      font-size: 16px;
      line-height: 24px;
   }

   .footer {
      padding: 70px 0;
   }

   .footer-menu__main-link {
      font-size: 20px;
      line-height: 28px;
   }

   .footer-menu-desktop {
      grid-template-columns: repeat(3, 280px);
   }

   .footer-menu__link {
      font-size: 16px;
      line-height: 24px;
   }

   .slider-main__infoblock {
      top: 40px;
      left: 40px;
   }

   .slider-main__bullets {
      bottom: 80px !important;
   }

   .services-main {
      padding: 0 40px;
   }

   .services-card {
      padding: 32px;
   }

   .services-card__icon {
      width: 60px;
      height: 60px;
      right: 16px;
   }

   .services-card__link {
      font-size: 16px;
      line-height: 24px;
   }

   .card-life__animation {
      bottom: 13px;
      left: -5px;
   }

   .card-life:hover .card-life__animation {
      width: 61px;
   }

   .card-life__animation svg {
      width: 63px;
      top: 0;
      left: 0;
   }

   .card-transport__animation:nth-child(1) {
      right: 20px;
   }

   .card-transport .services-card__car:nth-child(1) {
      right: 20px;
   }

   .card-responsibility__animation {
      bottom: 16px;
      right: -9px;
      width: 30px;
      height: 30px;
   }

   .card-property .services-card__tractor:nth-child(1) {
      top: 0;
      left: 0;
   }

   .card-property .services-card__tractor:nth-child(2) {
      top: 5px;
      left: 4px;
   }

   .card-property .services-card__tractor:nth-child(3) {
      top: 10px;
      left: 9px;
   }

   .why-card {
      padding: 32px 106px 62px 32px;
      min-height: 260px;
   }

   .why-card::before {
      width: 181px;
      height: 181px;
      right: -40px;
      bottom: -56px;
   }

   .why-card__description {
      max-width: 100%;
      font-size: 16px;
      line-height: 24px;
   }

   .why-card__icon {
      width: 88px;
      height: 88px;
      right: 24px;
      bottom: 9px;
   }

   .graph__content-wrapper {
      display: grid;
      grid-template-columns: 215px auto;
      column-gap: 230px;
   }

   .graph__figures {
      display: flex;
      flex-direction: column;
      justify-content: start;
      gap: 50px;
   }

   .figures__item-title {
      font-size: 48px;
      line-height: 44px;
   }

   .diagram__title{
      max-width: 730px;
   }

   .diagram__content {
      margin-top: 16px;
      column-gap: 14px;
   }

   .years-schedule {
      transform: translateX(-8px);
   }

   .express-form {
      grid-template-columns: 300px 50px 1fr 50px 1fr;
      padding: 10px 40px;
   }

   .express-form__title {
      padding-right: 40px;
      padding-left: 50px;
   }

   .express-form__radio {
      padding:  0 30px 0 100px;
   }

   .express-form__radio-group {
      column-gap: 90px;
   }
   .express-form__fields {
      padding: 30px 0 30px 40px;
   }

   .work-stages__item {
      gap: 20px;
      width: 320px;
   }

   .work-stages__item-number {
      font-size: 120px;
      line-height: 120px;
   }

   .work-stages__item-text {
      font-size: 16px;
      line-height: 24px;
   }

   .work-stages__separator {
      gap: 8px;
   }

   .work-stages__separator span {
      width: 8px;
      height: 8px;
   }

   .form-feedback__wrapper {
      padding: 40px;
   }

   .form-feedback__wrapper ::before {
      width: 820px;
      height: 665px;
      bottom: 0;
      right: 0;
   }

   .form-feedback__img {
      right: 10px;
      width: 600px;
   }

   .why-block-banner__wrapper {
      height: 560px;
   }

   .why-block-banner__img {
      bottom: -50px;
   }
   
   .why-block-banner__title {
      max-width: 360px;
      font-size: 32px;
   }
   
   .why-block-banner__advantages {
      gap: 20px;
      margin: 0 20px;
      top: 350px;
   }
   
   .why-block-banner__card-advantage {
      grid-template-rows: 25% 25% 50%;
      height: 370px;
   }
   
   .card-advantage__title {
      margin: 25px 25px;
      line-height: 1.5;
   }
   
   .card-advantage__text {
      font-size: 16px;
      margin: 25px;
      line-height: 1.5; 
   }
   
   .why-block-banner__advantages .card-advantage__icon {
      height: 85px;
   }

   .why-block-banner__advantages .icon-reviews-partnership {
      height: 90px;
   }

   .videoreviews {
      padding-top: 1px;
   }

   .slider-videoreviews{
      width: 1220px;
   }
   
   .videoreviews .slider-videoreviews .swiper-wrapper .swiper-slide  {
      height: 320px;
   }

   .videoreviews .slider-videoreviews .swiper-slide img {
      width: 50px;
      top: 260px;
   }
   
   .slider-videoreviews .swiper-button-next {
      margin-right: 0;
   }

   .slider-videoreviews .swiper-button-prev {
      margin-left: 0;
   }
   
   .slider-videoreviews .swiper-button-next, 
   .slider-videoreviews .swiper-button-prev {
      width: 50px;
   }

   .slider-cases__background {
      padding-bottom: 40px;
      margin-bottom: -34px;

}

   .slider-cases__swiper {
      width: 1390px;
    overflow: visible;
   }

   .slider-customer-testimonials__swiper {
      width: 1120px;
   }
   
   .slider-customer-testimonials__wrapper {
      max-width: 1390px;
   }

   .slider-customer-testimonials__swiper .swiper-button-next, 
   .slider-customer-testimonials__swiper .swiper-button-prev {
      width: 50px;
      margin-right: 0;
      margin-left: 0;
   }

   .slider-reviews__swiper {
      width: 1090px;
   }

   .slider-reviews__swiper .swiper-button-next, 
   .slider-reviews__swiper .swiper-button-prev {
      width: 50px;
   }

   .slider-reviews button {
      width: 320px;
   }

   .calculator-form {
      padding-left: 40px;
      padding-right: 40px;
   }

.calculator-form__content-wrapper {
   grid-template-columns: repeat(4, 1fr);
   column-gap: 20px;
}

   .kasko__form-grid-1 .form-group:last-child {
      grid-column: 3 / 5;
   }

   .double-banner__item {
      padding: 32px 350px 32px 32px;
   }

   .double-banner__img {
      right: 0;
   }

   .double-banner__item::after {
      width: 455px;
   }

   .double-banner__description {
      font-size: 16px;
      line-height: 24px;
   }

   .documents__item-text {
      font-size: 18px;
      line-height: 24px;
   }

   .slider-thanks {
      padding: 60px 0;
   }

   .slider-thanks__wrapper {
      max-width: 1390px;
   }

   .slider-thanks__btn-nav-next,
   .slider-thanks__btn-nav-prev {
      width: 48px;
      height: 48px;
   }

   .slider-thanks__btn-nav-desktop {
      width: 21px;
      height: 19px;
   }

   .slider-brands .slider-brands__slide {
      width: 208px;
      height: 100px;
      padding: 20px 38px;
   }

   .page-404 {
      padding-bottom: 70px 
   }

   .page-404__image {
      max-width: 432px;
      margin-left: 95px;
   }

.page-404__info {
   margin-right: 94px;
}

   .search-404__btn {
      position: static;
      width: fit-content;
      max-width: fit-content;
      transform: rotate(0);
      flex-shrink: 0;
   }

   .search-404__btn span {
      display: block;
   }

   .search-404__btn img {
      display: none;
   }

   .slider-common__wrapper {
      max-width: 1390px;
   }

.slider-common__nav-prev,
.slider-common__nav-next {
   width: 48px;
   height: 48px;
}

.slider-common__nav-prev {
   margin-left: -60px;
}

.slider-common__nav-next {
   margin-right: -60px;
   transform: rotate(-180deg);
}

.contacts__info {
   justify-content: flex-start;
   gap: 70px;
}

.contacts__map-block {
   padding: 70px 0 0;
}

.preview-articles__item-date {
   font-size: 16px;
   line-height: 24px;
}

.preview-articles__item-title {
   font-size: 20px;
   line-height: 28px;
}

.preview-articles__item-description {
   font-size: 16px;
   line-height: 24px;
}

.graph-figures .graph__figures {
   flex-direction: row;
   margin-top: 60px;
   padding-top: 60px;
   gap: 130px;
}

.service-tabs {
   padding-left: 40px;
   padding-right: 40px;
}

.service-tabs__item-description {
   font-size: 16px;
   line-height: 24px;
}

.reviews-item {
   grid-template-columns: auto 904px;
   column-gap: 10px;
}

.partner-page__wrapper {
   gap: 36px;
}

.partner-information table {
   margin: 0 0 70px;
}

.products-banners__item {
   padding: 32px 360px 32px 52px;
}

.products-banners__link {
   font-size: 16px;
   line-height: 24px;
}

.products-banners__item-img {
   right: 0;
}

   .products-banners__item::after {
      width: 456px;
   }

.go-to-top-btn {
   right: 100px;
}

   .btn-feadback {
      right: 101px;
      width: 72px;
      height: 72px;
   }

.category-text-block ul li::before,
.article__text ul li::before,
.kasko-info-cards__item ul li::before {
   top: 7.5px;
}

.dropdown-list__item-content ul li::before {
   top: 9.5px;
}

.slider-thanks .slider-thanks__slide {
   height: 340px;
}

.callback-btn-mobile {
   display: none;
}

.callback-btn-desktop {
   display: block;
}

.callback-btn__wrapper {
   width: auto;
   height: auto;
}

.mortgage .mortgage-form {
gap: 20px ;
}

.header-phone {
   font-size: 20px;
}
.header-mail {
   font-size: 14px;
}

.header__social {
   gap: 10px;
   margin: 0px 20px;
}



.header__social-item img {
    width: 30px;
}

    .footer-contacts__agregators-links {
        gap: 15px;
    }

    .useful-links__card-description {
        font-size: 16px;
        line-height: 24px;
    }

    .useful-links__card {
        padding: 32px 106px 62px 32px;
    }

    .dtp__wrapper,
    .insured-event__wrapper {
        padding: 40px;
    }

    .dtp-item__content {
        font-size: 16px;
        line-height: 24px;
    }

.insured-event__wrapper {
    display: grid;
    grid-template-columns: 300px auto auto;
    gap: 60px;
}

/* ANCHOR - 1600 */
}


/* ANCHOR - результаты поиска */

.simplesearch-highlight {
   font-weight: bold;
}

.search-results-summary {
   margin: 20px 0;
}

.simplesearch-result {
   margin-bottom: 30px;
}

.simplesearch-result .extract {
   margin-top: 10px;
}

.search-pagination {
   margin: 20px 0;
   font-size: 18px;
   font-weight: bold;
   display: flex;
   color: #b3b3b3;

}

.simplesearch-page a,
.simplesearch-current-page {
   display: block;
   width: 35px;
   padding: 10px 0;
   text-align: center;
}

.simplesearch-current-page {
   color: #0f6eb6;
}


@media (max-width: 420px) {
    .footer-contacts__agregators-links { 
      margin-top: 22px;
      /* flex-direction: column;  */
      /* gap: 15px; */
   }

   .footer-contacts__agregators-links img {
      height: 22px;
   }
}

@media (max-width: 375px) {
   .header .content-wrapper {
      padding: 0 10px;
   }
}


@media (max-width: 370px) {

   .callback-btn__wrapper {
      padding: 0;
   }

   .header__wrapper  {
      grid-template-columns: 86px 1fr 35px 35px auto 50px;
   }
}


@media (max-width: 355px) {
    .footer-contacts__agregators-links { 
      /* flex-direction: column;  */
      flex-wrap: wrap;
      gap: 15px;
   }
}


/* ANCHOR - Форма вакансии */

.vacancy-form .form-group {
   max-width: 750px;
}

.form-block {
   margin-bottom: 40px;
}

.form-block-title {
   font-size: 22px;
   margin-bottom: 15px;
}

.form-block-question {
   max-width: 750px;
   margin-bottom: 8px;
   font-size: 16px;
   line-height: 1.4;
}

.form-block-wrapper {
   max-width: 750px;
}

.form-block-wrapper[data-id] {
   border-top: 1px dashed gainsboro;
   padding-top: 30px;
   margin-top: 30px;
}

.success-message-modal a {
   color: #1b6eb6;
   text-decoration: underline;
}

.filepond--root {
   /* min-height: 100px; */
   max-width: 750px;
}

.filepond--credits {
   display: none;
}

@media (max-width: 420px) {
   .form-block-title {
      font-size: 18px;
      margin-bottom: 15px;
   }
}

body .swiper-button-next::after,
body .swiper-button-prev::after {
	display: none;
}
/* ANCHOR - JS модификаторы */

.js-hidden {
   display: none !important;
}

.js-hidden-kasko{
   display: none !important;
}

.transporters-main-banner__wrapper {
    position: relative;
    background: #0059BF;
    background: linear-gradient(90deg,rgba(0, 89, 191, 1) 0%, rgba(86, 176, 214, 1) 70%);
}

.transporters-main-banner__img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.transporters-main-banner__content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 40px 64px 40px;
    max-width: 680px;
    color: white;
    z-index: 2;
}

.transporters-main-banner__title {
    margin: 0;
}

.transporters-main-banner__description {
    margin: 20px 0 24px;
    color: rgba(255, 255, 255, 0.7);
}

.transporters-main-banner__description span {
    color: white;
}

.transporters-main-banner__tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.transporters-main-banner__tab {
    background-color: white;
    color: black;
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
}

.transporters-main-banner__bottom {
    display: flex;
    gap: 20px;
    margin-top: 36px;
}

.transporters-main-banner__btn-description {
    align-self: center;
}

.transporters-main-banner__tab-icon {
    width: 18px;
    height: 18px;
    align-self: center;
    margin-right: 4px;
}

.transporters-main-banner__btn {
    display: flex;
    padding: 2px 2px 2px 24px;
    align-content: center;
    background-color: rgba(255, 122, 0, 1);
    border-radius: 12px;
    flex-shrink: 0;
}

.transporters-main-banner__btn-img,
.transporters-advantages__cta-btn-img {
    width: 45px;
    height: 45px;
    margin-left: 20px;
}

@media (max-width:1600px) {
    .transporters-main-banner__img {
        height: 80%;
    }
}

@media (max-width:1024px) {
    .transporters-main-banner__img {
        height: 70%;
    }
}

@media (max-width:850px) {

    .transporters-main-banner__content {
        padding: 52px 28px 390px 28px;
    }
    .transporters-main-banner__img {
        width: 516px;
        height: auto;
        right: calc(50% - 258px);
    }

    .transporters-main-banner__description {
        margin: 16px 0 20px;
    }

    .transporters-main-banner__bottom {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        margin-top: 32px;
    }

    .transporters-main-banner__btn,
    .transporters-advantages__cta-btn {
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 2px 2px 2px 24px;
        align-content: center;
        justify-content: space-between;
    }

    .transporters-main-banner__btn-img,
    .transporters-advantages__cta-btn-img {
        margin-left: 0;
    }
}

@media (max-width:580px) {

    .transporters-main-banner__content {
        padding: 52px 28px 270px 28px;
    }

    .transporters-main-banner__img {
        width: 350px;
        height: auto;
        right: calc(50% - 175px);
    }
}

@media (max-width:380px) {

    .transporters-main-banner__content {
        padding: 52px 28px 220px 28px;
    }

    .transporters-main-banner__img {
        width: 300px;
        height: auto;
        right: calc(50% - 150px);
    }
}

.transporters-advantages {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 40px 0;
    background-color: rgba(241, 243, 246, 1);
    color: #303030;
}

.transporters-advantages__wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 765px) {
    .transporters-advantages__wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .transporters-advantages__wrapper {
        padding: 0 20px;
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {
    .transporters-advantages__wrapper {
        max-width: 1390px;
    }
}

.transporters-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 20px;
}

.transporters-advantages__item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: white;
    border-radius: 24px;
}

.transporters-advantages__item-icon {
    width: 45px;
    height: 45px;
}

.transporters-advantages__item-title {
    margin-top: 20px;
    margin-bottom: 12px;
}

.transporters-advantages__cta {
    position: relative;
    background-color: rgba(255, 122, 0, 1);
    color: white;
    border-radius: 24px;
}

.transporters-advantages__cta-img {
    position: absolute;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: calc(50% - 135px);
}

.transporters-advantages__cta-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 24px;
    z-index: 2;
}

.transporters-advantages__cta-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.transporters-advantages__cta-description {
    color: white;
    max-width: 475px;
}

.transporters-advantages__cta-buttons {
    display: flex;
    align-self: end;
    gap: 10px;
}

.transporters-advantages__cta-social {
    display: flex;
    align-self: center;
    gap: 8px;
}

.transporters-advantages__social-icon {
    width: 28px;
    height: 28px;
}

.transporters-advantages__cta-btn {
    display: flex;
    padding: 2px 2px 2px 24px;
    align-content: center;
    background-color: white;
    color: black;
    border-radius: 12px;
}

@media (max-width: 1024px) {
    .transporters-advantages__list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 32px;
    }

    .transporters-advantages__item:last-child {
        grid-column: 1 / span 2;
    }

    .transporters-advantages__cta-content {
        flex-direction: column;
        justify-content: start;
        gap: 32px;
    }

    .transporters-advantages__cta-img {
        height: 130px;
        bottom: 24px;
        left: auto;
        right: 24px;
    }

    .transporters-advantages__cta-buttons {
        display: flex;
        align-self: start;
        flex-direction: row-reverse;
    }
}

@media (max-width: 750px) {
    .transporters-advantages__list {
        grid-template-columns: 1fr;
    }

    .transporters-advantages__item:last-child {
        grid-column: 1 / span 1;
    }

    .transporters-advantages__cta-img {
        display: none;
    }

    .transporters-advantages__cta-description {
        color: rgba(255, 255, 255, 0.7);
        max-width: 100%;
    }

    .transporters-advantages__cta-buttons {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .transporters-advantages__cta-social {
        justify-self: center;
    }

    .transporters-advantages__cta-buttons {
        width: 100%;
    }
    .transporters-advantages__cta-btn {
        width: 100%;
        max-width: 100%;
    }
}

.transporters-discount-banner__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 4px;
    background: #0059BF;
    background: linear-gradient(90deg,rgba(0, 89, 191, 1) 0%, rgba(86, 176, 214, 1) 70%);
    color: white;
    overflow: hidden;
    border-radius: 24px;
}

.transporters-discount-banner__img {
    width: 50%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
    /* max-height: 353px; */
    background-position: center;
    background-size: cover;
}

.transporters-discount-banner__content {
    display: flex;
    flex-direction: column;
    padding: 32px;
    height: fit-content;
}

.transporters-discount-banner .transporters-main-banner__tab {
    max-width: fit-content;
    margin-bottom: 20px;
}

.transporters-discount-banner__title {
    max-width: 590px;
    margin-bottom: 16px;
}

.transporters-discount-banner__description {
    max-width: 440px;
}

.transporters-discount-banner .transporters-main-banner__bottom {
    margin-top: 60px;
}

@media (max-width: 1600px) {
    .transporters-discount-banner__img {
        width: 45%;
    }
}

@media (max-width: 1024px) {
    .transporters-discount-banner__wrapper {
        flex-direction: column;
        justify-content: start;
        gap: 8px;
    }

    .transporters-discount-banner__img {
        width: 100%;
        height: 375px;
    }
}

@media (max-width: 850px) {
    .transporters-discount-banner__title {
        max-width: 100%;
    }

    .transporters-discount-banner__description {
        max-width: 100%;
    }

    .transporters-discount-banner .transporters-main-banner__btn {
        width: fit-content;
        max-width: fit-content;
    }

    .transporters-discount-banner .transporters-main-banner__bottom {
        flex-direction: row;
        gap: 20px;
        justify-content: start;
        margin-top: 32px;
    }

    .transporters-discount-banner .transporters-main-banner__btn-img {
        margin-left: 20px;
    }
    
}

@media (max-width: 625px) {
    .transporters-discount-banner .transporters-main-banner__btn {
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        gap: 20px;
    }

    .transporters-discount-banner .transporters-main-banner__bottom {
        flex-direction: column;
        justify-content: center;
    }

    .transporters-discount-banner .transporters-main-banner__btn-img {
        margin-left: 0px;
    }
    
    .transporters-discount-banner__img {
        height: 175px;
    }
}

.insurance-types {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 40px 0;
    background-color: rgba(241, 243, 246, 1);
    color: #303030;
}

.insurance-types__wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.insurance-types__splide {
    margin-top: 40px;
}

@media (min-width: 765px) {
    .insurance-types__wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .insurance-types__wrapper {
        padding: 0 20px;
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {
    .insurance-types__wrapper {
        max-width: 1390px;
    }
}


.insurance-types__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: white;
    border-radius: 12px;
    padding: 24px;
    width: 250px;
    height: 170px;
}

.insurance-types__item-icon {
    width: 32px;
    height: 32px;
}

.insurance-types__item-text {
    font-weight: 600;
}

.insurance-types__swiper{
    overflow: visible;
    margin-top: 40px;
}


@media (max-width: 1024px) {
    .insurance-types__list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 32px;
    }

    .insurance-types__splide {
        margin-top: 32px;
    }
}

@media (max-width: 750px) {
    .insurance-types__list {
        grid-template-columns: 1fr;
    }
}

.transporters-comparison{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.transporters-comparison__wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

.transporters-comparison__background-img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.transporters-comparison__background-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0059BF;
    background: linear-gradient(90deg,rgba(0, 89, 191, 1) 0%, rgba(86, 176, 214, 1) 70%);
    opacity: 0.8;
    z-index: 2;
}


.transporters-comparison__title {
    color: white;
    max-width: 750px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.transporters-comparison__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 24px;
}

.transporters-comparison__item {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.transporters-comparison__item-no {
    opacity: 1;
}

.transporters-comparison__item-header {
    display: flex;
    padding: 17px 24px 18px;
    background-color: rgba(0, 158, 226, 1);
    border-radius: 0 0 4px 4px;
    gap: 12px;
}

.transporters-comparison__item-no .transporters-comparison__item-header {
    background-color: rgb(148, 205, 230);
}


.transporters-comparison__item-header-img {
    width: 40px;
    height: 40px;
}

.transporters-comparison__item-header-title {
    align-self: center;
}

.transporters-comparison__item-yes .transporters-comparison__item-header {
    color: white;
}

.transporters-comparison__item-row {
    display: flex;
    gap: 8px;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

.transporters-comparison__item-row-icon {
    width: 24px;
    height: 24px;
}

.transporters-comparison__item-row-text {
    align-self: center;
}

.transporters-comparison__item-description {
    max-width: 455px;
    margin: 24px 26px;
}

.transporters-comparison__item-btn {
    margin: 24px;
    background-color: rgba(255, 216, 0, 1);
    color: rgba(28, 28, 28, 1);
    border-radius: 4px;
}

.transporters-comparison__item-img {
    position: absolute;
    bottom: 0;
}

.transporters-comparison__item-no .transporters-comparison__item-img {
    width: 390px;
    right: calc(50% - 195px);
}

.transporters-comparison__item-yes .transporters-comparison__item-img {
    right: 0;
    width: 440px;
}

@media (max-width: 1600px) {
    .transporters-comparison__item-yes .transporters-comparison__item-img {
        right: 0;
        width: 330px;
    }

    .transporters-comparison__item-description {
        max-width: 295px;
    }

    .transporters-comparison__item-no .transporters-comparison__item-img {
        width: 280px;
        right: calc(50% - 140px);
    }
}

@media (max-width: 980px) {

    .transporters-comparison__title {
        margin-top: 40px;
        margin-bottom: 20px;
        max-width: 630px;
    }

    .transporters-comparison__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }
    .transporters-comparison__item-yes .transporters-comparison__item-img {
        display: none;
    }

    .transporters-comparison__item-description {
        max-width: 295px;
    }

    .transporters-comparison__item-no .transporters-comparison__item-img {
        width: 280px;
        right: calc(50% - 140px);
    }
}

@media (max-width: 700px) {

    .transporters-comparison__title {
        max-width: 100%;
    }


    .transporters-comparison__content {
        display: grid;
        grid-template-columns: 1fr 320px;

    }
    .transporters-comparison__item-yes .transporters-comparison__item-img {
        display: none;
    }

    .transporters-comparison__item-description {
        max-width: 100%;
    }

    .transporters-comparison__item-no .transporters-comparison__item-img {
        width: 200px;
        right: calc(50% - 100px);
    }
}

@media (max-width: 620px) {

    .transporters-comparison__content {
        grid-template-columns: 1fr;
    }

    .transporters-comparison__item-no .transporters-comparison__item-img {
        display: none;
    }

    .transporters-comparison__item-header {
        padding: 14px 16px;
    }

    .transporters-comparison__item-row {
        padding: 14px 16px;
        font-size: 14px;
    }

    .transporters-comparison__item-description {
        margin: 14px 16px;
    }

    .transporters-comparison__item-btn {
        margin: 16px auto;
        justify-self: center;
    }

}

@media (min-width: 765px) {
    .transporters-comparison__wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .transporters-comparison__wrapper {
        padding: 0 20px;
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {
    .transporters-comparison__wrapper {
        max-width: 1390px;
    }
}



.common-advantages{
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 18px;
    margin-top: 18px;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(0, #0f6eb6 0, #009fe3 100%);
}

.common-advantages__wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 3;
}

@media (min-width: 765px) {

    .common-advantages{
        margin-bottom: 26px;
        margin-top: 26px;
    }

    .common-advantages__wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .common-advantages__wrapper {
        padding: 0 20px;
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {

    .common-advantages{
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .common-advantages__wrapper {
        max-width: 1390px;
    }
}

.common-advantages__header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

.common-advantages__title {
    color: white;
    max-width: 714px;
    margin: 0;
}

.common-advantages__description {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 434px;
}

.common-advantages__text {
    color: rgba(255, 255, 255, 0.8);
}

.common-advantages__link {
    display: flex;
    gap: 8px;
    font-weight: 700;
    color: white;
}

.common-advantages__link-icon {
    width: 20px;
    height: 20px;
}

.common-advantages__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.common-advantages__item {
    position: relative;
    border-radius: 4px;
    background-color: white;
    min-width: 265px;
}

.common-advantages__item-img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 180px;
    z-index: 1;
}

.common-advantages__item-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    height: 100%;
    max-width: 316px;
    z-index: 2;
}

.common-advantages__item-description {
    max-width: 280px;
    margin-bottom: 37px;
}

.common-advantages__item-number {
    justify-self: end;
    color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    .common-advantages__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 870px) {

    .common-advantages__header {
        display: flex;
        flex-direction: column;
        justify-content: start;
        gap: 20px;
        margin-top: 24px;
    }

    .common-advantages__title {
        color: white;
        max-width: 714px;
        margin: 0;
    }

    .common-advantages__description {
        gap: 24px;
        justify-content: start;
        max-width: 434px;
    }

    .common-advantages__list {
        grid-template-columns: 1fr;
        margin-top: 32px;
        margin-bottom: 24px;
        gap: 20px;
    }

    .common-advantages__item {
        min-width: 265px;
    }

    .common-advantages__item-content {
        padding: 20px;
        height: 100%;
        max-width: 316px;
    }

    .common-advantages__item-img {
        width: 92px;
        height: 92px;
    }
}

.more-services {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 40px 0;
    background-color: rgba(241, 243, 246, 1);
    color: #303030;
}

.more-services__wrapper {
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 765px) {
    .more-services__wrapper {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .more-services__wrapper {
        padding: 0 20px;
        max-width: 1000px;
    }
}

@media (min-width: 1600px) {
    .more-services__wrapper {
        max-width: 1390px;
    }
}

.more-services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-bottom: 20px;
    gap: 20px;
}

.more-services__item {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: white;
    border-radius: 24px;
    gap: 8px;
}

.more-services__item-icon {
    width: 45px;
    height: 45px;
}

.more-services__item-title {
    align-content: center;
    height: 100%;
}

@media (max-width: 1024px) {
    .more-services__list {
        margin-top: 32px;
    }
}

@media (max-width: 850px) {
    .more-services__list {
        grid-template-columns: repeat(2, 1fr);
    }  
}

@media (max-width: 520px) {
    .more-services__list {
        grid-template-columns: 1fr;
    }  
}

.property-main-banner__wrapper {
    position: relative;
    background: #0059BF;
    background: linear-gradient(90deg,rgba(0, 89, 191, 1) 0%, rgba(86, 176, 214, 1) 70%);
}

.property-main-banner__img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.property-main-banner__content {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 40px 40px 84px 40px;
    max-width: 680px;
    color: white;
    z-index: 2;
}

.property-main-banner__title {
    margin: 0;
}

.property-main-banner__description {
    margin: 20px 0 24px;
    color: white;
}


.property-main-banner__tabs {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.property-main-banner__tab {
    background-color: white;
    color: black;
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
}

.property-main-banner__bottom {
    display: flex;
    gap: 20px;
    margin-top: 36px;
}

.property-main-banner__btn-description {
    align-self: center;
}

.property-main-banner__tab-icon {
    width: 18px;
    height: 18px;
    align-self: center;
    margin-right: 4px;
}

.property-main-banner__btn {
    display: flex;
    padding: 2px 2px 2px 24px;
    align-content: center;
    background-color: rgba(255, 122, 0, 1);
    border-radius: 12px;
    flex-shrink: 0;
}

.property-main-banner__btn-img {
    width: 45px;
    height: 45px;
    margin-left: 20px;
}

@media (max-width:1600px) {
    .property-main-banner__img {
        height: 80%;
    }
}

@media (max-width:1024px) {
    .property-main-banner__img {
        height: 70%;
    }
}

@media (max-width:850px) {

    .property-main-banner__content {
        padding: 52px 28px 390px 28px;
    }
    .property-main-banner__img {
        width: 516px;
        height: auto;
        right: calc(50% - 258px);
    }

    .property-main-banner__description {
        margin: 16px 0 20px;
    }

    .property-main-banner__bottom {
        flex-direction: column;
        justify-content: center;
        gap: 16px;
        margin-top: 32px;
    }

    .property-main-banner__btn,
    .property-advantages__cta-btn {
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 2px 2px 2px 24px;
        align-content: center;
        justify-content: space-between;
    }

    .property-main-banner__btn-img,
    .property-advantages__cta-btn-img {
        margin-left: 0;
    }
}

@media (max-width:580px) {

    .property-main-banner__content {
        padding: 52px 28px 270px 28px;
    }

    .property-main-banner__img {
        width: 100%;
        max-width: 350px;
        height: auto;
        bottom: 50px;
        right: calc(50% - 175px);
    }
}

@media (max-width:380px) {

    .property-main-banner__content {
        padding: 52px 28px 220px 28px;
    }

    .property-main-banner__img {
        width: 100%;
        max-width: 350px;
        height: auto;
        bottom: 30px;
        right: calc(50% - 150px);
    }
}

.property__service-tabs .service-tabs {
    margin-top: 20px;
}

@media (min-width: 1600px) {
    .property__service-tabs .service-tabs {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.benefits__title {
    justify-content: center;
    display: flex;
    text-align: center;
    margin-bottom: 32px; 
}

.benefits__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 20px auto;
    max-width: 800px;
}

.benefits__item {
    border-radius: 10px;
    border: 1px solid rgba(7, 21, 49, .1);
    background-color: #EDF2F8;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    align-items: center;
}

.benefits__item-img {
    width: 50px;
    transition: 0.8s;
}

.benefits__item-text {
    align-content: center;
}

.benefits__btn,
.answers__btn {
    margin: auto;
    background-color: rgba(255, 122, 0, 1);
}

@media (min-width: 1024px) {

    .benefits__list {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .benefits__item {
        padding: 20px;
        gap: 20px;
    }

    .benefits__item:hover .benefits__item-img {
        transform: scale(1.1);
    }


    .benefits__item-img {
        width: 60px;
        transition: 0.8;
    }

    .benefits {
        padding: 50px 0;
    }
}

.answers__lists-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-content: center;
}

.answers__btn-section {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;

}

.answers__card.answers__insurance-estate-block {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    width: 800px;
    max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.answers__card.answers__insurance-estate-block .answers__card-text{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width:1024px) {

.answers__card.answers__insurance-estate-block {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
    width: 100%;
    max-width:500px;
}

.answers__card.answers__insurance-estate-block .answers__card-text{
    display: flex;
    flex-direction: column;
    gap: 0;
}

.answers__card.answers__insurance-estate-block .answers__card-text ul:first-child{
    margin-bottom: 0;
}


}


.answers__card {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    justify-self: center;
    width: 100%;
    max-width: 500px;
}

.answers__card-title {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 10px;
}

.answers__card-text {
    font-size: 14px;
}

.answers__card-text ul {

    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: 10px;
}

.answers__card-text li {
    position: relative;
    padding-left: 24px;
}

.answers__card-text li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5.5px;
    transform: translateY(0);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #FF7A00;
}

.answers__btn {
    margin-top: 20px;
}

.answers__btn-card-desktop {
    display: none;
}

.answers__btn {
    width: 100%;
    justify-self: center;
}

.answers__card.answers__btn-card-mobile {
    padding: 0;
}

.answers__btn-card-mobile .answers__card-text {
    padding: 20px;
}

.answers__btn-card-mobile .answers__btn {
    border-radius: 0 0 10px 10px;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
}

.answers__wrapper {
    border: 1px solid rgba(7, 21, 49, .1);
    background-color: #EDF2F8;
    padding: 40px 20px;
    margin: auto;
}

.answers__card-text ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px;
}

@media (min-width: 1024px) {

    .answers {
        padding-bottom: 50px;
    }
    .answers__lists-section {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .answers__card-title {
        font-size: 25px;
    }

    .answers__card-text {
        font-size: 16px;
        align-self: center;
    }

    .answers__card {
        padding: 30px;
        display: grid;
        grid-template-rows: auto 1fr;
        width: 430px;
    }

    .answers__card-text ul {
        gap: 10px;
        margin-left: 16px;
    }

    .answers__btn-section {
        margin-top: 40px;
    }

    .answers__btn-card-desktop {
        display: grid;
    }

    .answers__btn-card-mobile {
        display: none;
    }
}


@media (max-width: 400px) {
    .answers__wrapper {
      padding: 30px 12px;
    }
}

.answers__cta {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
}

.answers__cta-text {
    align-self: center;
}

@media (min-width: 1024px) {
    .answers__card {
        padding: 40px;
        /* width: 500px; */
    }

    .answers__cta {
        margin-top: 40px;
    }
}

.property-cta-banner__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.property-cta .kasko-cta__title {
    max-width: 630px;
}

.property-cta .grid-full-row {
    grid-column: 1 / span 2;
}

.property-cta .kasko-cta__bottom-block,
.property-cta .kasko-cta__btn {
    height: 100%;
    max-height: 100%;
}

@media (min-width: 1024px) {
    .property-cta .kasko-cta__form {
        grid-template-columns: 1fr 250px;
        margin-bottom: 20px;
        margin-top: 30px;
        padding: 20px;
        gap: 15px;
    }
}

@media (max-width: 600px) {
    .property-cta .kasko-cta__form {
        grid-template-columns: 1fr;
    }

    .property-cta .grid-full-row {
        grid-column: 1 / span 1;
    }
}

@media (max-width: 850px) {
    .answers__cta {
        flex-direction: column;
    }
}

.property_insurance-types .insurance-types {
    padding-top: 0;
}

.answers__btn-card-desktop .answers__card-text {
   text-align: center;
}

.desktop-menu__contacts {
   display: none;
   align-items: center;
   gap: 13px;
   margin: 0 auto;
   padding-right: 3px;
}

.fixed-state .desktop-menu__contacts {
   display: flex;
}

.desktop-menu__contacts .header-icon {
   width: 25px;
   cursor: pointer;
}

.desktop-menu__contacts .contacts-wrapper {
   width: auto;
}

.desktop-menu__contacts .contacts-wrapper a {
   display: block;
   color: white;
   line-height: 1.2;
}

.desktop-menu__contacts .contacts-wrapper .phone {
   font-weight: 700;
   font-size: 16px;
}

.desktop-menu__contacts .contacts-wrapper .email {
   font-size: 12px;
}

.property-main-banner__description {
   box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5) inset;
   border-radius: 10px;
   background: linear-gradient(45deg, rgba(70, 102, 255, 1) 100%, rgba(120, 144, 255, 1) 50%);
   padding: 15px;
   background: linear-gradient(90deg,rgba(65, 137, 219, 0.8) 0%);
}

.answers__card.btn-card ul {
   /* width: max-content; */
}

.answers__card.btn-card li {
   text-align: left;
}

.more-services__item.splide__slide {
   width: 280px;
}

.more-services__list.full-width {
   display: block;
}

.finleo-banner-section {
   margin: 26px 0 60px;
   background: linear-gradient(90deg,rgba(0, 89, 191, 1) 0%, rgba(86, 176, 214, 1) 70%);
}

.finleo-banner-content {
   max-width: 500px;
   padding: 40px 40px 40px 40px;
}

.finleo-banner-title {
   text-transform: uppercase;
   font-size: 29px;
   font-weight: 600;
   line-height: normal;
   color: white;
}

.finleo-banner-subtitle {
	box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.5) inset;
	border-radius: 10px;
	background: linear-gradient(45deg, rgba(70, 102, 255, 1) 100%, rgba(120, 144, 255, 1) 50%);
	padding: 15px;
   /* margin-left: -15px; */
	background: linear-gradient(90deg,rgba(65, 137, 219, 0.8) 0%);
   color: white;
   font-size: 29px;
   font-weight: 600;
   margin-top: 10px;
   margin-bottom: 30px;
}

.finleo-banner-btns-block {
   display: flex;
   gap: 30px;
   /* justify-content: space-between; */
}

.finleo-banner-btns-block .callback-btn {
   padding: 2px 24px;
   height: 49px;
}

.finleo-background-img {
   position: absolute;
   top: 10px;
   right: 97px;
   /* width: 200px; */
   height: 113%;
}

.relative {
   position: relative;
}

@media (max-width: 850px) {
   .finleo-background-img {
      display: none;
   }
   
   .finleo-banner-btns-block {
      flex-direction: column;
      gap: 20px;
   }
}

@media (max-width: 500px) {
   .finleo-banner-content {
      padding: 20px;
   }
   .finleo-banner-title, 
   .finleo-banner-subtitle {
      font-size: 24px;
   }
}

@media (max-width: 376px) {
   
   .finleo-banner-title, 
   .finleo-banner-subtitle {
      font-size: 20px;
   }
}

.transporters-slider-section {
   padding: 35px 0;
}

.transporters-slider-section .title {
   margin-bottom: 30px;
}

.transporters-slider {
   overflow: hidden;
}

.transporters-slider .swiper-wrapper {
   overflow: visible;
}

.transporters-slide.swiper-slide {
   width: 320px;
}

.transporters-slide .text {
   font-size: 20px;
}

.transporters-cta-wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
   background-color: rgba(241, 243, 246, 1);
   padding: 20px;
   border-radius: 20px;
   margin-top: 30px;
}

@media (max-width: 855px) {
   .transporters-cta-wrapper {
      flex-direction: column;
      gap: 25px;
   }
    
}

.transporters-cta-wrapper .text {
   font-size: 24px;
   color: gray;
}

.transporters-cta-wrapper .text span {
   color: black;
}

.partners-banner .category-banner {
    border-radius: 4px;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .partners-banner .category-banner {
        height: 250px;
    }
}

@media (min-width: 1600px) {
    .partners-banner .category-banner {
        height: 300px;
    }
}

.partners-description {
margin: 40px 0;
text-align: center;
}

.partner-card {
    display: grid;
    grid-template-rows: 1fr 50px;
}
.partner-card__card-bottom {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.partners-gallery__card.partner-card {
    height: auto;
    min-height: 280px;
}

.partner-card__link {
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(48, 48, 48, 0.7);
    font-weight: 600;
    cursor: pointer;
}

.partner-card__link:hover {
    color: #0f6eb6;
    transition: all .4s ease;
}

@media (max-width: 1600px) {

    .partner-card {
        grid-template-rows: 1fr 80px;
    }


.partners-gallery__card.partner-card {
    min-height: 250px;
}

.partner-card__card-bottom {
    flex-direction: column;
    gap: 10px;
    }

    .partner-card__link {
        text-align: center;
    }
}

body .modal-wrapper.partner-modal-wrapper {
    max-width: 1000px;
}

.partner-modal__img {
    max-width: 300px;
}

.partner-modal__content {
    margin: 20px 0 40px;
}

.partner-modal-wrapper .partner-modal__btn.btn {
max-width: 300px;}

.input-checkbox .checkbox-icon {
   width: 25px;
   height: 25px;
   cursor: pointer;
}

.input-checkbox .checkbox-icon.checked {
   display: none;
}

.input-checkbox.checked .checkbox-icon.checked {
   display: block;
}

.input-checkbox.checked .checkbox-icon.empty {
   display: none;
}

.form-group .flex-wrapper {
   display: flex;
   gap: 8px;
   align-items: center;
   margin-bottom: 20px;
}

.disable-group .input-label.default,
.condition-group .input-label.default {
   top: 82px;
}

.form-group.disable-group.focused .input-label.default,
.form-group.condition-group.focused .input-label.default {
   top: 71px;
}

.vacancy-form .agreement-text {
   max-width: 750px;
}

.form-group .asterisk {
   display: none;
}

.form-group.required .asterisk {
   display: inline;
}

.form-group.condition-group .flex-wrapper,
.form-group.disable-group .flex-wrapper {
   height: 48px;
}

.float-messengers-buttons {
   position: fixed;
    display: flex;
    flex-direction: column;
    gap: 10px;
   bottom: 189px;
   right: 96px;
   z-index: 2;
   animation: snake 1.5s infinite;
}

.btn-whatsapp-float,
.btn-telegram-float{
   background-color: transparent;
   display: block;
   width: 80px;
   height: 80px;
   border-radius: 100px;
}

.btn-whatsapp-float {
   width: 64px;
   height: 64px;
   margin-left: 8px;
}

.btn-whatsapp-float > img,
.btn-telegram-float > img {
   width: 100%;
   height: 100%;
}

@media (max-width: 1599px) {
   .float-messengers-buttons {
      right: 18px;
   }
}

@media (max-width: 1023px) {
   .float-messengers-buttons {
      right: 10px;
   }
}

@media (max-width: 767px) {

    .float-messengers-buttons {
      right: 10px;
      bottom: 120px;
   }

   .btn-telegram-float {
      width: 54px;
      height: 54px;
   }

   .btn-whatsapp-float {
      width: 44px;
      height: 44px;
      margin-left: 5px;
   }
}

@media (max-width: 500px) {
   .float-messengers-buttons {
      bottom: 120px;
      right: 12px;
   }
}

.form-article__wrapper .form-agreement-section {
   max-width: 405px;
}

.suggestions-promo {
   display: none !important;
}

.autocomplete-wrapper {
   position: absolute;
   top: 50px;
   left: 0px;
   z-index: 4;
   border: 1px solid #dcdcdc;
   width: 100%;
}

.autocomplete-item {
   font-size: 15px;
   padding: 14px 16px;
   transition-duration: 0.1s;
   cursor: pointer;
   background-color: white;
   color: rgb(124, 124, 124);
}

.autocomplete-item:hover
{
   background-color: #EDF9FE;
   color: black;
}

.autocomplete-item:focus-visible {
   outline: 1px solid black;
}

.slider-main__image .img.mobile {
   display: none !important;
}

@media (max-width: 500px) {
   .slider-main__image .img.mobile {
      display: block !important;
   }

   .slider-main__image .img.desktop {
      display: none !important;
   }
      
}

.input-checkbox {
   flex-shrink: 0;
}

.btn-consult-main.btn {
   background-color: rgba(255, 122, 0, 1);
}

.form-article__wrapper .form-article__btn {
   height: 52px;
}

.form-article-for-text {
   background: url('/assets/img/article-form-bg.jpg');
   width: 100%;
   max-width: none;
}

.form-article-for-text * {
   color: white;
}

.form-article-for-text a.link {
   color: white;
   text-decoration: underline;
}

.form-article-for-text .form-agreement-section {
   max-width: none;
}

@media (max-width: 500px) {
   .form-article-for-text {
      background: url('/assets/img/article-form-mob-bg.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      /* padding-bottom: 200px; */
   }
    
}

.requisites-title-wrapper {
    display: flex;
    gap: 20px;
    align-content: end;
    margin-bottom: 30px;
}

.requisites-title-wrapper h1 {
margin-bottom: 0;}


@media (max-width:765px) {
    .requisites-title-wrapper {
        flex-direction: column;
        gap: 10px;
        align-content: end;
        margin-bottom: 20px;
    }
}



@media (max-width: 850px) {
    .category-banner .property-main-banner__bottom {
            flex-direction: row;
            justify-content: center;
            gap: 16px;
            margin-top: 32px;
        }

    .category-banner .property-main-banner__btn {
        width: auto;
        min-width: 240px;

    }
}

@media (max-width: 550px) {
    .category-banner .property-main-banner__bottom {
            flex-direction: column;
        }


}



.category-banner__img img {
    min-height: 180px;
    object-fit: cover;
}

.business-insurance .services-main {
        margin-top: 20px;
    }


@media (min-width: 765px) {
    .business-insurance .services-main {
        margin-top: 40px;
    }
}

.service-tabs {
    z-index: 2;
    position: relative;
}

.dsago-calculator-wrapper .calculator-form.osago {
    margin-top: 0;
}

.property-main-banner__description3 {
    margin-top: 20px;
    font-weight: 600;
}

.main-section-selector {
   margin-top: 21px;
   margin-bottom: 60px;
}

.main-section-selector .title {
   font-size: 24px;
   font-weight: 700;
   width: 100%;
   text-align: center;
   margin-bottom: 22px;
}

.main-section-selector .buttons-wrapper {
   display: flex;
   gap: 12px;
   justify-content: center;
}

.main-section-selector .button {
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 4px;
   background-color: hsla(210, 43%, 97%, 1);
   font-size: 18px;
   font-weight: 700;
   width: 100%;
   max-width: 250px;
   padding: 20px;
   text-align: center;
}

.main-section-selector .button.active {
   color: white;
   background-color: #0f6eb6;
}

@media (max-width: 580px) {
   .main-section-selector .title {
      font-size: 16px;
      margin-bottom: 16px;
   }

   .main-section-selector .buttons-wrapper {
      flex-direction: column;
      gap: 8px;
   }

   .main-section-selector .button {
      font-size: 14px;
      max-width: none;
      padding: 16px;
   }
}

.header__last-section {
   display: flex;
}

.slider-main .swiper-pagination {
   width: auto !important;
}

@media (max-width: 768px) {
   .slider-main .swiper-pagination {
      width: 100% !important;
   }
}

.main-menu__item .short {
   display: none;
}

@media (max-width: 1600px) {
    
   .fixed-state .main-menu__item .short {
      display: inline;
   }

   .fixed-state .main-menu__item .full {
      display: none;
   }

}

.footer-contacts__social-item.full-icon {
   padding: 0;
   border: none;
}

.footer-contacts__social-item.full-icon img {
   width: 100%;
   height: 100%;
}

.header__social {
   gap: 5px;
}

.property-main-banner__bottom-text {
	margin-top: 15px;
	max-width: 425px;
}

.answers__card .btn {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.documents h2 {
   margin-top: 40px;
   margin-bottom: 20px;
}
