﻿
@font-face {
font-family: "Inter";
font-weight:normal;
src: url(../fonts/Inter/Inter-VariableFont_opsz,wght.ttf);
}

@font-face {
font-family: "Inter Tight";
font-weight:600;
src: url(../fonts/Inter_Tight/InterTight-VariableFont_wght.ttf);
}




/*------------------------------------------------------------*
**Р“Р»Р°РІРЅР°СЏ
**------------------------------------------------------------*/

/* CSS Document */

html {
scroll-behavior: smooth;
}

body {
margin:0px;
padding:32px 0 0 0px;
background: var(--white-100, #F8FCFF);
font-family: "Inter", sans-serif;
color:#103B56;
font-size: 16px;
}

a {
color:#103B56;
transition: .5s;
}

a:hover {
color: #103B56;
text-decoration:none;
}

.btn, .feedback, button, .order  {
transition: .5s;
cursor:pointer;
}

* {
box-sizing: border-box;
}

input, button, textarea, select {
font-size:16px;
outline:none;
font-family: "Inter", sans-serif;
}

img {
max-width:100%;
}

p {
margin:0 0 24px 0;
}

p:last-child {
margin:0px !important;
}

b {
font-weight:600;
}

.site-width {
width:100%;
max-width:1416px;
margin:0 auto;
padding:0 20px;
}

.header {
border-radius: 30px;
background: #E5F0FE;
padding:24px;
display:flex;
align-items:center;
gap:22px;
}

.header .col-left {
flex:1;
}

.header .col-right {
width:100%;
max-width:246px;
display:flex;
flex-direction:column;
gap:8px;
}

.header .geo .select {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
padding:17px;
border-radius: 12px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
cursor:pointer;
}

.header .geo .select:after {
content:"";
width:12px;
height:14px;
background:url(../images/city-select.svg) no-repeat;
}

.header .feedback {
cursor:pointer;
padding:17px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.header .feedback:hover {
background: radial-gradient(302.43% 207.09% at 17.07% 198.96%, #87E9FF 100%);
}

.header .head {
display:flex;
align-items:center;
gap:16px;
margin:0 0 13px 0;
}

.header .logo {
position:relative;
padding:0 16px 0 0;
}

.header .logo a {
display:flex;
align-items:center;
gap:16px;
text-decoration:none;
color: #113B56;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
}

.header .logo a:before {
content:"";
width:116px;
height:35px;
background:url(../images/logo.svg) no-repeat;
}

.header .logo:before {
content:"";
position:absolute;
top:50%;
right:0px;
width:1px;
height:24px;
opacity: 0.3;
background: #3F608F;
margin:-12px 0 0 0;
}

.header .time {
display:flex;
align-items:center;
gap:8px;
padding:8px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.header .time:before {
content:"";
width:32px;
height:32px;
background:url(../images/feedback.svg) no-repeat;
flex-shrink:0;
}

.header .social {
display:flex;
gap:8px;
}

.header .social a {
width:26px;
height:26px;
text-decoration:none;
display:block;
}

.header .wh {
background:url(../images/wh.svg) no-repeat;
}

.header .max {
background:url(../images/max.svg) no-repeat;
}

.header .tl {
background:url(../images/tl.svg) no-repeat;
}

.header .phone {
display:block;
text-decoration:none;
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

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

.header .menu ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
gap:12px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.header .menu a {
text-decoration:none;
padding:10px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:block;
color: var(--blue-900, #103B56);
}

.header .menu span {
background:#103B56;
color:#fff;
padding:10px 16px;
border-radius: 12px;
display:block;
}

.header .menu .open {
padding:10px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:flex;
align-items:center;
gap:8px;
cursor:pointer;
}

.header .menu .open a {
padding:0px;
}

.header .menu .open:before {
content:"";
width:12px;
height:12px;
background:url(../images/menupoint.svg) no-repeat;
flex-shrink:0;
}

.header .search {
display:flex;
align-items:center;
gap:8px;
padding:8px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
width:100%;
max-width:234px;
}

.header .search input {
width:100%;
height:24px;
flex:1;
background:none;
border:0px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.header .search button {
width:19px;
height:19px;
background:url(../images/search.svg) no-repeat;
border:0px;
}

.section-1 {
border-radius: 30px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 145.38%);
padding:24px 24px 30px 32px;
display:flex;
position:relative;
overflow:hidden;
}

.section-1:before {
content:"";
position:absolute;
top:14px;
left:17px;
right:16px;
z-index:1;
z-index:2;
background:url(../images/section1-logo.png) no-repeat;
height:178px;
}

.section-1 .col-left {
flex:1;
position:relative;
z-index:3;
padding:88px 0 0 0;
}

.section-1 .images {
font-size:0px;
line-height:0px;
position:absolute;
bottom:0px;
right:245px;
z-index:2;
}

.section-1 .col-right {
position:relative;
z-index:3;
display:flex;
flex-direction:column;
gap:6px;
width:274px;
}

.section-1 .item {
position:relative;
border-radius: 25px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
padding:16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-1 .item span {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
margin:0 0 8px 0;
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.section-1 .item span:after {
content:"";
width:30px;
height:30px;
border-radius: 12px;
box-shadow: 0 13px 14px -6px rgba(19, 61, 109, 0.15);
background:url(../images/section1-link.svg) no-repeat center center, rgba(255, 255, 255, 0.20);
}

.section-1 .docs {
margin:10px 9px 0 9px;
padding:12px;
border-radius: 12px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
box-shadow: 0 13px 14px -6px rgba(19, 61, 109, 0.11);
color: var(--blue-800, #3F608F);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
text-align:center;
}

.section-1 .docs span {
display:block;
margin:4px 0 0 0;
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
text-transform:none;
}

.section-1 .title {
max-width:690px;
margin:0 0 16px 0;
color: var(--blue-900, #103B56);
font-family: "Inter Tight";
font-size: 60px;
font-style: normal;
font-weight: 600;
line-height: 100%;
letter-spacing: -1.8px;
}

.section-1 .title span {
color: var(--blue-800, #3F608F);
}

.section-1 form {
display:flex;
flex-wrap:wrap;
gap:12px;
width:100%;
max-width:543px;
margin:0 0 8px 0;
}

.section-1 form input {
flex:1;
width:100%;
height:54px;
border-radius: 12px;
border: 1px solid var(--blue-800, #3F608F);
background: var(--white-100, #F8FCFF);
padding:0 16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-1 form button {
flex:1;
width:100%;
height:54px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
border:0px;
}

.section-1 .info {
color: var(--blue-800, #3F608F);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:0 0 41px 0;
}

.section-1 .info a {
text-decoration:none;
color: var(--blue-900, #103B56);
}

.section-1 .fields {
display:flex;
gap:24px;
}

.section-1 .fields .line {
display:flex;
align-items:center;
gap:8px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-1 .fields .icon {
font-size:0px;
line-height:0px;
border-radius: 12px;
box-shadow: 0 13px 14px -6px rgba(19, 61, 109, 0.15);
}

.line-section {
margin:24px 0;
height:1px;
background: linear-gradient(90deg, rgba(149, 169, 198, 0.00) 0%, rgba(149, 169, 198, 0.42) 25%, rgba(149, 169, 198, 0.47) 78.85%, rgba(109, 124, 145, 0.00) 100%);
}

.section {
margin:0 0 110px 0;
}

.section-2 .tabs {
display:flex;
gap:16px;
}

.section-2 .col-left {
width:332px;
padding:32px;
border-radius: 29px;
background: var(--blue-100, #E7F1FE);
}

.section-2 .width {
flex:1;
}

.section-2 .tabs__content {
display:none;
flex:1;
padding:32px;
border-radius: 29px;
background: var(--blue-100, #E7F1FE);
height:100%;
}

.section-2 .tabs__content.active {
display:block;
}

.section-2 .tabs__content ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:8px;
position:relative;
width:400px;
}

.section-2 .tabs__content ul li {
padding:0 32px 0 0;
}

.section-2 .tabs__content ul li a {
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:flex;
align-items:center;
justify-content: space-between;
gap:16px;
padding:16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
text-decoration:none;
}

.section-2 .tabs__content ul li:hover a {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
}

.section-2 .tabs__content li a:after {
content:"";
width:20px;
height:20px;
background:url(../images/section2-arrow.svg) no-repeat;
flex-shrink:0;
}

.section-2 .tabs__content li b {
border-bottom:1px #3F608F dotted;
text-decoration:none;
}

.section-2 .tabs__content li:hover > a b {
border-bottom:1px #F8FCFF dotted;
color:#F8FCFF;
}

.section-2 .tabs__content li:hover a:after {
background:url(../images/section2-arrow2.svg) no-repeat;
}

.section-2 .tabs__content ul ul {
position:absolute;
top:0px;
left:400px;
height:100%;
display:none;
}

.section-2 .tabs__content ul ul {
gap:24px;
}

.section-2 .tabs__content ul ul li a {
padding:0px;
background:none !important;
}

.section-2 .tabs__content ul ul li a:after {
display:none;
}

.section-2 .tabs__content ul ul li b {
color: var(--blue-900, #103B56) !important;
}

.section-2 .tabs__content li:hover > ul {
display:flex;
}

.section-2 .tabs__caption {
display:flex;
flex-direction:column;
gap:8px;
margin:0 0 48px 0;
padding:0px;
list-style:none;
}

.section-2 .tabs__caption li {
cursor:pointer;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:flex;
align-items:center;
justify-content: space-between;
gap:16px;
padding:16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-2 .tabs__caption li.active, .section-2 .tabs__caption li:hover {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
}

.section-2 .tabs__caption li:after {
content:"";
width:20px;
height:20px;
background:url(../images/section2-arrow.svg) no-repeat;
}

.section-2 .tabs__caption li span {
border-bottom:1px #3F608F dotted;
}

.section-2 .tabs__caption li.active span, .section-2 .tabs__caption li:hover span {
border-bottom:1px #F8FCFF dotted;
}

.section-2 .tabs__caption li.active:after, .section-2 .tabs__caption li:hover:after {
background:url(../images/section2-arrow2.svg) no-repeat;
}

.section-2 .feedback {
cursor:pointer;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
padding:17px;
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
text-align:center;
}

.section-3 {
padding:31px 32px;
border-radius: 29px;
overflow:hidden;
background:url(../images/section3-bg.png) no-repeat center center;
background-size:cover;
display:flex;
flex-wrap:wrap;
gap:16px;
}

.section-3 .item {
width:calc(25% - 12px);
padding:32px;
border-radius: 25px;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;
background: var(--white-30, rgba(248, 252, 255, 0.30));
box-shadow: 0 25px 29.1px -19px rgba(47, 95, 150, 0.22);
display:flex !important;
flex-direction:column;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
min-height:400px;
}

.section-3 .item:first-child {
width:calc(50% - 8px);
}

.section-3 .item:last-child {
width:calc(50% - 8px);
flex-direction:row;
background: var(--white-100, #F8FCFF);
}

.section-3 .number {
flex:1;
color: #2D8FCE;
font-size: 99.545px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -2.986px;
opacity: 0.23;
margin:0 0 20px 0;
}

.section-3 .name {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.section-3 .left {
display:flex;
align-items:flex-start;
flex-direction:column;
gap:44px;
flex:1;
}

.section-3 .feedback {
cursor:pointer;
padding:16px 24px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.section-3 .images {
font-size:0px;
line-height:0px;
display:block;
text-decoration:none;
max-width:236px;
}

.section-4 {
border-radius: 30px;
overflow:hidden;
background:url(../images/section4.jpg) no-repeat center center;
background-size:cover;
padding:35px 23px 23px 23px;
color: var(--white-100, #F8FCFF);
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-4 .title {
color: var(--white-100, #F8FCFF);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 40px 0;
}

.section-4 .title span {
display:block;
margin:0 0 16px 0;
color: var(--white-100, #F8FCFF);
font-family: "Inter Tight";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
}

.section-4 .feedback {
cursor:pointer;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
width:100%;
max-width:268px;
padding:17px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 auto 12px auto;
}

.head-section {
display:flex;
gap:20px;
margin:0 0 32px 0;
}

.head-section h2 {
flex:1;
margin:0px !important;
color: var(--blue-900, #103B56);
font-family: "Inter Tight";
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
}

.head-section .navigator {
display:flex;
gap:8px;
}

.head-section .slick-arrow {
margin:0px;
padding:0px;
border:0px;
cursor:pointer;
width:36px;
height:64px;
font-size:0px;
line-height:0px;
flex-shrink:0;
}

.head-section .slick-prev {
background:url(../images/head-section-arrow.svg) no-repeat;
transform: rotate(180deg);
}

.head-section .slick-next {
background:url(../images/head-section-arrow.svg) no-repeat;
}

.head-section .slick-arrow:hover {
opacity:.8;
}

.section-5 .flex {
display:flex;
gap:24px;
}

.section-5 .col-left {
width:100%;
max-width:388px;
border-radius: 25px;
background: var(--blue-100, #E7F1FE);
padding:16px;
}

.section-5 .col-right {
width:calc(100% - 412px);
}

.section-5 .col-left .title {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.section-5 .col-left .item {
display:flex;
gap:20px;
text-decoration:none;
margin:0 0 8px 0;
border-radius: 16px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
padding:16px;
}

.section-5 .col-left .item:last-child {
margin:0px;
}

.section-5 .col-left .info {
flex:1;
}

.section-5 .col-left .item:after {
content:"";
width:36px;
background:url(../images/section5-arrow.svg) no-repeat center center, rgba(248, 252, 255, 0.70);
flex-shrink:0;
border-radius:555px;
}

.section-5 .col-left .name {
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 8px 0;
}

.section-5 .col-left .desc {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 15px 0;
}

.section-5 .col-left .price {
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-5 .slide {
border-radius: 30px;
background: radial-gradient(123.34% 114.61% at 2.35% 50.12%, rgba(135, 233, 255, 0.47) 0%, rgba(237, 245, 255, 0.47) 59.92%, rgba(231, 241, 254, 0.47) 100%), radial-gradient(213.28% 175.7% at 120.82% -22.15%, rgba(195, 217, 249, 0.50) 0%, rgba(237, 245, 255, 0.50) 59.92%, rgba(231, 241, 254, 0.50) 100%);
background-blend-mode: color, normal;
padding:24px;
position:relative;
height:100%;
}

.section-5 .slide .images {
font-size:0px;
line-height:0px;
position:absolute;
top:-28px;
right:-35px;
z-index:1;
}

.section-5 .slide .name {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
max-width:310px;
}

.section-5 .slide .desc {
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 11px 0;
max-width:299px;
}

.section-5 .slide .bottom {
display:flex;
align-items:center;
gap:24px;
}

.section-5 .slide .order {
display:block;
text-decoration:none;
cursor:pointer;
padding:17px 16px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-5 .slide .link {
display:flex;
align-items:center;
gap:8px;
text-decoration:none;
cursor:pointer;
color:#3F608F;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
letter-spacing: -0.48px;
border-bottom:1px #3F608F dotted;
}

.section-5 .slide .link:after {
content:"";
width:10px;
height:10px;
background:url(../images/section5-link.svg) no-repeat;
}

.section-5 .slide .link:hover {
border-bottom:1px transparent dotted;
}

.section-5 .slider {
margin:-30px -12px;
}

.section-5 .slick-track {
padding:30px 0;
display:flex !important;
}

.section-5 .slick-slide {
display:flex !important;
flex-direction:column;
gap:24px;
}

.section-5 .slick-slide > div {
flex:1;
}

.section-5 .slick-slide {
margin:0 12px;
}

.section-6 .block {
border-radius: 30px;
padding:22px 38px 33px 32px;
background:url(../images/section6-bg.png) no-repeat center center;
background-size:cover;
overflow:hidden;
}

.section-6 .slider {
margin:0 -8px;
}

.section-6 .slick-slide {
margin:0 8px;
}

.section-6 .slick-track {
display:flex !important;
}

.section-6 .slick-slide > div {
height:100%;
}

.section-6 .slide {
border-radius: 25px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
padding:32px;
}

.section-6 .top {
display:flex;
gap:20px;
margin:0 0 23px 0;
}

.section-6 .number {
flex:1;
color: #2D8FCE;
font-size: 99.545px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -2.986px;
opacity: 0.23;
}

.section-6 .images {
font-size:0px;
line-height:0px;
border-radius: 24px;
overflow:hidden;
width:118px;
}

.section-6 .name {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 24px 0;
}

.section-6 .desc {
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 23px 0;
}

.section-6 .btn {
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
padding:16px;
width:100%;
max-width:246px;
text-align:center;
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
cursor:pointer;
}

.section-7 .slide {
position:relative;
}

.section-7 .images {
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius: 30px;
height:500px;
}

.section-7 .images img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-7 .slider {
margin:0 -8px;
}

.section-7 .slick-slide {
margin:0 8px;
}

.section-7 .block {
position:absolute;
bottom:14px;
left:16px;
right:16px;
z-index:3;
display:flex;
gap:14px;
border-radius: 20px;
background: #FFF;
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
padding:16px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-7 .info {
flex:1;
}

.section-7 .name {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 12px 0;
}

.section-7 .doc {
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.section-7 .link {
width:36px;
background:url(../images/section7-link.svg) no-repeat center center, #E7F1FE;
border-radius:555px;
}

.section-7 .link:hover {
background:url(../images/section7-link.svg) no-repeat center center, #E7ECEF;
}

.section-8 {
background:url(../images/section3-bg.png) no-repeat center center;
background-size:cover;
border-radius: 30px;
overflow:hidden;
display:flex;
justify-content: space-between;
gap:20px;
padding:32px;
}

.section-8 .col-left {
display:flex;
align-items:flex-start;
flex-direction:column;
gap:16px;
}

.section-8 .title {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
}

.section-8 .desc {
flex:1;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-8 .images {
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius: 30px;
}

.section-8 .col-right {
width:572px;
position:relative;
}

.section-8 .col-right:before {
content:"";
position:absolute;
top:22px;
left:-334px;
z-index:1;
width:505px;
height:451px;
background:url(../images/section8-line.png) no-repeat;
}

.section-8 .item {
margin:0 0 16px 0;
position:relative;
display:table;
width:100%;
}

.section-8 .item:nth-child(1) {
max-width:296px;
}

.section-8 .item:nth-child(2) {
max-width:296px;
left:112px;
}

.section-8 .item:nth-child(3) {
max-width:353px;
left:73px;
}

.section-8 .item:nth-child(4) {
max-width:353px;
left:171px;
margin:0 0 52px 0;
}

.section-8 .item:nth-child(5) {
max-width:353px;
left:41px;
}

.section-8 .item:nth-child(6) {
max-width:393px;
left:115px;
}

.section-8 .question {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
cursor:pointer;
padding:11px 16px;
color: var(--blue-800, #3F608F);
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-radius: 30px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
box-shadow: 0 25px 29.1px -19px rgba(47, 95, 150, 0.14);
}

.section-8 .question:after {
content:"";
width:42px;
height:42px;
background:url(../images/section8-icon.svg) no-repeat;
}

.section-8 .answer {
position:absolute;
top:calc(100% + 8px);
left:0px;
right:0px;
z-index:3;
border-radius: 30px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
box-shadow: 9px 25px 25.5px -19px rgba(19, 61, 109, 0.26);
backdrop-filter: blur(8.949999809265137px);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
padding:24px;
display:none;
}

.section-8 .answer span {
display:block;
margin:0 0 10px 0;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.section-8 .item:nth-child(5) .answer, .section-8 .item:nth-child(6) .answer {
top:auto;
bottom:calc(100% + 8px);
}

.section-9 .flex {
display:flex;
flex-wrap:wrap;
gap:15px;
}

.section-9 .item {
width:calc(25% - 12px);
position:relative;
}

.section-9 .images {
height:250px;
overflow:hidden;
font-size:0px;
line-height:0px;
border-radius: 30px;
}

.section-9 .images img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-9 .info {
display:flex;
flex-wrap:wrap;
gap:8px;
position:absolute;
bottom:16px;
left:16px;
right:16px;
z-index:3;
}

.section-9 .info span {
display:flex;
align-items:center;
gap:10px;
border-radius: 30px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
box-shadow: 9px 25px 25.5px -19px rgba(19, 61, 109, 0.26);
backdrop-filter: blur(8.949999809265137px);
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
padding:10px 20px;
}

.section-10 {
border-radius: 30px;
overflow:hidden;
background:url(../images/section4.jpg) no-repeat center center;
background-size:cover;
padding:44px 44px 46px 44px;
}

.section-10 .title {
color: var(--white-100, #F8FCFF);
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 24px 0;
}

.section-10 form {
display:flex;
align-items:center;
flex-wrap:wrap;
gap:12px;
width:100%;
max-width:543px;
margin:0 auto;
color: var(--blue-500, #BBD3F8);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-10 form a {
text-decoration:none;
color: var(--blue-100, #E7F1FE);
}

.section-10 .info {
margin:-4px 0 0 0;
}

.section-10 form input {
flex:1;
width:100%;
height:54px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
padding:0px 16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
border:0px;
}

.section-10 form button {
border:0px;
cursor:pointer;
width:100%;
max-width:246px;
height:48px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.section-11 {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
padding:32px;
}

.section-11 .description {
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
max-width:366px;
}

.section-11 .flex {
display:flex;
gap:16px;
margin:0 0 48px 0;
}

.section-11 .flex .item {
flex:1;
padding:16px;
border-radius: 16px;
border: 1px solid var(--grey-100, #E7ECEF);
background: var(--white-100, #F8FCFF);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
}

.section-11 .flex .name {
display:flex;
align-items:center;
gap:16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.section-11 .flex .name:before {
content:"";
width:24px;
height:24px;
background:url(../images/section11-sound.svg) no-repeat;
}

.section-11 .flex .player {
font-size:0px;
line-height:0px;
}

.section-11 .flex .player audio {
width:100%;
}

.section-11 .flex-reviews {
display:flex;
gap:16px;
}

.section-11 .col-left {
width:316px;
padding:24px;
border-radius: 16px;
background: var(--white-100, #F8FCFF);
}

.section-11 .head {
padding:16px;
border-radius: 16px;
background: var(--blue-100, #E7F1FE);
}

.section-11 .head .name {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.section-11 .head .rating {
display:flex;
align-items:center;
gap:2px;
margin:0 0 8px 0;
}

.section-11 .head .counter {
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
}

.section-11 .head .counter span {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-11 .head .stars {
display:flex;
gap:2px;
font-size:0px;
line-height:0px;
}

.section-11 .head .info {
color: var(--blue-900, #103B56);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-11 .form {
display:flex;
flex-direction:column;
gap:16px;
}

.section-11 .form textarea {
width:100%;
height:174px;
border-radius: 16px;
background: var(--blue-100, #E7F1FE);
padding:16px;
border:0px;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-11 .form ::placeholder {
color: var(--blue-800, #3F608F);
}

.section-11 .form button {
width:100%;
height:48px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
border:0px;
}

.section-11 .slider {
width:calc(100% - 332px);
margin:0 -8px;
}

.section-11 .slick-slide {
margin:0 8px;
}

.section-11 .slick-track {
display:flex !important;
}

.section-11 .slick-slide > div {
height:100%;
}

.section-11 .slide {
border-radius: 16px;
background: var(--white-100, #F8FCFF);
padding:24px;
height:100%;
display:flex !important;
flex-direction:column;
}

.section-11 .text {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-11 .top {
display:flex;
justify-content: space-between;
gap:20px;
flex:1;
}

.section-11 .img {
font-size:0px;
line-height:0px;
}

.section-11 .stars {
font-size:0px;
line-height:0px;
display:flex;
gap:2px;
margin:0 0 12px 0;
}

.section-11 .name {
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 8px 0;
}

.section-11 .geo {
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
}

.section-12 .block-bg {
border-radius: 30px;
background: #F2F4F5;
padding:32px;
}

.section-12 .head-section {
position:relative;
padding:0 0 32px 0;
}

.section-12 .head-section:before {
content:"";
position:absolute;
bottom:0px;
left:0px;
right:0px;
z-index:3;
height:1px;
background: linear-gradient(90deg, rgba(149, 169, 198, 0.00) 0%, rgba(109, 124, 145, 0.42) 25%, rgba(109, 124, 145, 0.47) 78.85%, rgba(109, 124, 145, 0.00) 100%);
}

.section-12 .head {
display:flex;
align-items:center;
gap:20px;
margin:0 0 24px 0;
}

.section-12 .head span {
flex:1;
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.section-12 .head .link {
display:flex;
align-items:center;
gap:8px;
text-decoration:none;
color: #385988;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
letter-spacing: -0.48px;
border-bottom:1px #385988 dotted;
}

.section-12 .head .link:after {
content:"";
width:20px;
height:20px;
background:url(../images/section12-all.svg) no-repeat;
}

.section-12 .head .link:hover {
border-bottom:1px transparent dotted;
}

.section-12 .flex {
display:flex;
flex-wrap:wrap;
gap:24px;
position:relative;
margin:0 0 32px 0;
padding:0 0 32px 0;
}

.section-12 .flex:before {
content:"";
position:absolute;
bottom:0px;
left:0px;
right:0px;
z-index:3;
height:1px;
background: linear-gradient(90deg, rgba(149, 169, 198, 0.00) 0%, rgba(109, 124, 145, 0.42) 25%, rgba(109, 124, 145, 0.47) 78.85%, rgba(109, 124, 145, 0.00) 100%);
}

.section-12 .flex:last-child {
margin:0px;
padding:0px;
}

.section-12 .flex:last-child:before {
display:none;
}

.section-12 .item {
width:calc(33.333% - 16px);
border-radius: 16px;
background: #FFF;
padding:16px;
}

.section-12 .images {
display:block;
text-decoration:none;
overflow:hidden;
font-size:0px;
line-height:0px;
height:250px;
border-radius: 16px;
margin:0 0 16px 0;
}

.section-12 .images img {
width:100%;
height:100% !important;
object-fit:cover;
}

.section-12 .bottom {
display:flex;
gap:16px;
}

.section-12 .left {
flex:1;
}

.section-12 .item .link {
display:block;
text-decoration:none;
width:36px;
background:url(../images/section12-link.svg) no-repeat center center, #E7F1FE;
border-radius:555px;
}

.section-12 .info {
display:flex;
flex-wrap:wrap;
gap:24px;
margin:0 0 16px 0;
}

.section-12 .info span {
display:flex;
align-items:center;
gap:6px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-12 .name {
display:block;
text-decoration:none;
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-13 .block-bg {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
padding:32px;
}

.section-13 .flex {
display:flex;
align-items:flex-start;
gap:32px;
}

.section-13 .images {
font-size:0px;
line-height:0px;
border-radius: 30px;
overflow:hidden;
width:374px;
}

.section-13 .col-right {
flex:1;
columns:2;
column-gap:16px;
}

.section-13 .item {
page-break-inside: avoid;
break-inside: avoid;
margin:0 0 12px 0;
}

.section-13 .question {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
cursor:pointer;
padding:24px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-13 .question.active {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
border-bottom:1px #F8FCFF dotted;
}

.section-13 .answer {
display:none;
padding:12px 0 0 0;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-13 .question:after {
content:"";
width:20px;
height:20px;
background:url(../images/section12-all.svg) no-repeat;
flex-shrink:0;
}

.section-13 .question.active:after {
background:url(../images/section12-all-hover.svg) no-repeat;
}

.footer {
margin:0 0 125px 0;
padding:32px;
border-radius: 30px;
background: var(--blue-950, #032A43);
}

.footer .text {
font-size:0px;
line-height:0px;
text-align:center;
}

.footer .head {
display:flex;
align-items:center;
gap:24px;
margin:0 0 24px 0;
}

.footer .logo {
flex:1;
}

.footer .logo a {
display:flex;
align-items:center;
gap:16px;
text-decoration:none;
color: var(--white-100, #F8FCFF);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
}

.footer .logo a:before {
content:"";
width:116px;
height:35px;
background:url(../images/footer-logo.svg) no-repeat;
flex-shrink:0;
}

.footer .logo:before {
content:"";
position:absolute;
top:50%;
right:0px;
width:1px;
height:24px;
opacity: 0.3;
background: #3F608F;
margin:-12px 0 0 0;
}

.footer .social {
display:flex;
gap:8px;
}

.footer .social a {
width:26px;
height:26px;
text-decoration:none;
display:block;
}

.footer .wh {
background:url(../images/footer-wh.svg) no-repeat;
}

.footer .max {
background:url(../images/footer-max.svg) no-repeat;
}

.footer .tl {
background:url(../images/footer-tl.svg) no-repeat;
}

.footer .phone {
display:block;
text-decoration:none;
color: var(--white-100, #F8FCFF);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.footer .feedback {
cursor:pointer;
padding:16px 24px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.footer .flex {
display:flex;
gap:48px;
margin:0 0 24px 0;
padding:32px;
border-radius: 30px;
background:#103B56;
}

.footer .menu {
flex:1;
display:flex;
gap:48px;
}

.footer .menu ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:16px;
}

.footer .menu a {
display:table;
text-decoration:none;
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
border-bottom:1px #F8FCFF dotted;
}

.footer .menu a:hover {
border-bottom:1px transparent dotted;
}

.footer .menu li:first-child {
margin:0 0 4px 0;
}

.footer .menu li:first-child a {
border-bottom:0px;
color: var(--white-70, rgba(248, 252, 255, 0.70));
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.footer .info {
max-width:243px;
display:flex;
justify-content: flex-end;
flex-direction:column;
gap:12px;
color: var(--blue-100, #E7F1FE);
text-align: right;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
opacity: 0.5;
}

.footer .info p {
margin:0px;
}

.about-width {
width:100%;
max-width:864px;
margin:65px auto 48px auto;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.about-width h1 {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 16px 0;
}

.about-width .section {
margin:0 0 48px 0;
}

.section-14 {
display:flex;
gap:16px;
}

.section-14 .col-left {
flex:1;
display:flex;
flex-direction:column;
gap:16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-14 .images {
font-size:0px;
line-height:0px;
max-width:50%;
}

.section-14 .text {
flex:1;
}

.section-14 .info {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-3.about .item {
width:calc(50% - 8px);
min-height:236px;
}

.section-3.about .item:first-child, .section-3.about .item:last-child {
width:100%;
}

.title-section {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 24px 0;
}

.about-width ul {
margin:24px 0;
}

.about-width  blockquote {
display:block;
padding:24px 32px;
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
margin:0px;
}

.about-width b {
font-weight:600;
}

.section-15 {
font-size:0px;
line-height:0px;
display:flex;
gap:24px;
}

.section-15 div {
flex:1;
overflow:hidden;
border-radius: 30px;
}

.section-16 {
display:flex;
gap:24px;
}

.section-16 .col {
flex:1;
}

.section-16 ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:8px;
}

.section-16 ul li {
border-radius: 16px;
background: var(--blue-100, #E7F1FE);
padding:8px 20px;
}

.section-9.about .item {
width:calc(33.333% - 10px);
}

.section-9.about .item:nth-last-child(1), .section-9.about .item:nth-last-child(2) {
width:calc(50% - 8px);
}

.section-17 {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
padding:32px;
}

.section-17 .flex {
display:flex;
flex-wrap:wrap;
gap:16px;
margin:0 0 24px 0;
}

.section-17 .item {
width:calc(50% - 8px);
padding:24px;
border-radius: 16px;
background: var(--white-100, #F8FCFF);
}

.section-17 .info {
color: var(--blue-900, #103B56);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-18 {
border-radius: 30px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 234.57%);
padding:32px;
}

.section-18 h1 {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 32px 0;
}

.section-18 .flexs {
display:flex;
flex-wrap:wrap;
gap:8px;
}

.section-18 .flexs a {
display:flex;
align-items:center;
gap:10px;
text-decoration:none;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
padding:16px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;

}

.section-18 .flexs a:after {
content:"";
width:20px;
height:20px;
background:url(../images/section12-all.svg) no-repeat;
}

.section-18 .flexs span {
border-bottom:1px #385988 dotted;
display:table;
transition: .5s;
}

.section-18 .flexs a:hover span {
border-bottom:1px transparent dotted;
}

.section-18 .flexs a:hover {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
}

.section-18 .flexs a:hover:after {
background:url(../images/section12-all-hover.svg) no-repeat;
}

.section-19 {
display:flex;
align-items:flex-start;
gap:22px;
margin:-70px 0 110px 0;
}

.section-19 .col-left {
flex:1;
display:flex;
flex-direction:column;
gap:24px;
}

.section-19 .col-right {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
padding:24px;
width:340px;
}

.section-19 .col-right .title {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 16px 0;
}

.section-19 .col-right .info {
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 24px 0;
}

.section-19 .col-right .feedback {
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
padding:17px;
text-align:center;
margin:0 0 16px 0;
cursor:pointer;
}

.section-19 .col-right .desc {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-19 .col-left .title {
cursor:pointer;
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
border-radius: 12px;
background: var(--blue-100, #E7F1FE);
padding:16px;
}

.section-19 .col-left .title:after {
content:"";
width:20px;
height:20px;
background:url(../images/section12-all.svg) no-repeat;
flex-shrink:0;
}

.section-19 .col-left .title.active:after {
background:url(../images/section12-all-hover.svg) no-repeat;
}

.section-19 .col-left .title.active {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
}

.section-19 .hover {
display:none;
}

.section-19 .line {
display:flex;
align-items:center;
gap:24px;
padding:16px 0;
border-bottom:1px #E7F1FE solid;
}

.section-19 .line:last-child {
border-bottom:0px;
}

.section-19 .name {
flex:1;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
text-decoration:none;
}

.section-19 .name:hover {
text-decoration:underline;
}

.section-19 .price {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-19 .order {
cursor:pointer;
padding:10px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 9px 25.5px -6px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
transition: .5s;
}

.section-19 .order:hover {
background: #032A43;
box-shadow: 0 25px 35.1px -19px rgba(19, 61, 109, 0.73);
}

.section-18 .section-12 {
margin:32px 0 0 0;
}

.section-7.page {
margin:48px 0 110px 0;
}

.section-7 .flex {
display:flex;
flex-wrap:wrap;
gap:16px;
}

.section-7 .slide {
width:calc(25% - 12px);
}

.section-20 {
margin:60px 0 110px 0;
display:flex;
gap:97px;
}

.section-20 .col-left {
flex:1;
}

.section-20 .maps {
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius: 30px;
width:100%;
max-width:686px;
min-height:386px;
}

.section-20 .maps iframe {
width:100% !important;
height:100% !important;
border-radius: 30px;
border:0px !important;
}

.section-20 h1 {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 30px 0;
}

.section-20 .flex {
display:flex;
gap:46px;
}

.section-20 .col {
flex:1;
}

.section-20 .name {
border-radius: 8px;
background: var(--blue-100, #E7F1FE);
padding:8px;
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 16px 0;
}

.section-20 .geo {
margin:0 0 16px 0;
}

.section-20 .geo b {
margin:0 8px 0 0;
}

.section-20 .phone {
display:table;
text-decoration:none;
margin:0 0 16px 0;
color: var(--blue-800, #3F608F);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-20 .mail {
text-decoration:none;
margin:0 0 55px 0;
display:table;
}

.section-20 .social {
display:flex;
gap:8px;
}

.section-20 .social a {
width:26px;
height:26px;
text-decoration:none;
display:block;
}

.section-20 .wh {
background:url(../images/wh.svg) no-repeat;
}

.section-20 .max {
background:url(../images/max.svg) no-repeat;
}

.section-20 .tl {
background:url(../images/tl.svg) no-repeat;
}

.section-20 .line {
margin:0 0 8px 0;
}

.section-20 form {
display:flex;
flex-direction:column;
gap:8px;
margin:17px 0 0 0;
}

.section-20 form input {
width:100%;
height:54px;
border-radius: 12px;
border: 1px solid var(--blue-800, #3F608F);
background: var(--white-100, #F8FCFF);
padding:0 16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-20 form button {
width:100%;
height:54px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
border:0px;
}

.section-20 form .info {
color: var(--blue-900, #103B56);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-20 form .info {
text-decoration:none;
color: var(--blue-800, #3F608F);
}

.section-20 form ::placeholder {
color: var(--blue-900, #103B56);
}

.section-1.doc {
padding:32px;
margin:0 0 48px 0;
}

.section-1.doc .title {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 32px 0;
}

.section-1.doc .col-left {
padding:0px;
}

.section-1 .quote {
color: var(--blue-950, #032A43);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 24px 0;
max-width:595px;
padding:40px 0 0 0;
background:url(../images/section1-quote.svg) no-repeat 0 0;
}

.section-21 .slider {
margin:0 -12px;
}

.section-21 .slick-slide {
margin:0 12px;
}

.section-21 .slide {
display:block;
text-decoration:none;
overflow:hidden;
font-size:0px;
line-height:0px;
border-radius: 30px;
}

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

.section-22 .block {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
padding:24px 29px 24px 32px;
display:flex;
gap:149px;
}

.section-22 .col-left {
flex:1;
padding:12px 0;
color: var(--blue-950, #032A43);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1.08px;
}

.section-22 .title {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 16px 0;
}

.section-22 .col-right {
width:100%;
max-width:681px;
}

.section-22 .item {
margin:0 0 8px 0;
padding:16px;
border-radius: 16px;
background: var(--white-100, #F8FCFF);
color: var(--blue-950, #032A43);
}

.section-22 .info {
display:flex;
flex-direction:column;
gap:16px;
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:40px 0 0 0;
}

.section-22 .info span {
color: var(--blue-900, #103B56);
font-weight: 600;
margin:0 24px 0 0;
}

.section-23 {
background:url(../images/section23-bg.jpg) no-repeat center center;
background-size:cover;
margin:0 0 51px 0;
padding:32px;
position:relative;
border-radius: 30px;
overflow:hidden;
display:flex;
}

.section-23 .col-left {
flex:1;
}

.section-23 .col-right {
font-size:0px;
line-height:0px;
max-width:50%;
position:relative;
display: flex;
align-items: flex-end;
}

.section-23 .col-right img {
position:relative;
bottom:-32px;
margin:-32px 0 0 0;
}

.section-23 .info {
position:absolute;
bottom:0px;
left:0px;
z-index:3;
padding:12px;
border-radius: 12px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
box-shadow: 0 13px 14px -6px rgba(19, 61, 109, 0.11);
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-23 .info span {
display:block;
margin:0 0 4px 0;
color: var(--blue-800, #3F608F);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
}

.section-23 h1 {
color: var(--blue-900, #103B56);
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 40px */
letter-spacing: -1.2px;
margin:0 0 24px 0;
}

.section-23 .desc {
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 24px 0;
}

.section-23 .button {
display:flex;
flex-wrap:wrap;
gap:12px;
margin:0 0 8px 0;
}

.section-23 .order {
cursor:pointer;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
width:100%;
max-width:266px;
padding:17px 10px;
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
text-align:center;
}

.section-23 .show {
cursor:pointer;
text-decoration:none;
border-radius: 12px;
border: 1px solid var(--blue-800, #3F608F);
background: var(--blue-100, #E7F1FE);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
width:100%;
max-width:201px;
padding:17px 10px;
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
text-align:center;
}

.section-23 .warning {
color: var(--blue-800, #3F608F);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:0 0 37px 0;
}

.section-23 .warning a {
text-decoration:none;
color: var(--blue-900, #103B56);
}

.section-23 .warning a:hover {
text-decoration:underline;
}

.section-23 .fields {
display:flex;
flex-wrap:wrap;
gap:24px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-23 .line {
display:flex;
align-items:center;
gap:8px;
}

.section-23 .line img {
border-radius: 12px;
box-shadow: 0 13px 14px -6px rgba(19, 61, 109, 0.15);
}

.section-24 {
display:flex;
gap:16px;
}

.section-24 .col-left {
flex:1;
}

.section-24 .col-right {
width:100%;
max-width:280px;
}

.section-24 .title {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.section-24 .news {
display:block;
text-decoration:none;
margin:0 0 16px 0;
padding:16px;
border-radius: 16px;
background: var(--grey-100, #E7ECEF);
}

.section-24 .news .images {
height:199px;
overflow:hidden;
font-size:0px;
line-height:0px;
margin:0 0 16px 0;
border-radius: 16px;
}

.section-24 .news .name {
display:flex;
gap:16px;
}

.section-24 .news .name span {
flex:1;
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

.section-24 .news .name:after {
content:"";
width:36px;
border-radius:555px;
background:url(../images/section7-link.svg) no-repeat center center, #F8FCFF;
}

.section-24 .price {
margin:0 0 16px 0;
padding:0 16px 16px 16px;
border-bottom:1px #E7F1FE solid;
display:flex;
gap:16px;
}

.section-24 .price span:first-child {
flex:1;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-24 .price span:last-child {
font-weight: 600;
letter-spacing: -0.9px;
}

.section-24 .form {
padding:24px 23px;
border-radius: 30px;
background:url(../images/section24-form.png) no-repeat right center, url(../images/section24-form-bg.jpg) no-repeat center center, #103B56;
}

.section-24 .form .name {
color: var(--white-100, #F8FCFF);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.section-24 .form .desc {
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 19px 0;
}

.section-24 .form .feedback {
display:table;
width:100%;
max-width:268px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
padding:17px;
text-align:center;
cursor:pointer;
}

.section-25 {
display:flex;
gap:41px;
}

.section-25 .sidebar {
width:100%;
max-width:381px;
display:flex;
flex-direction:column;
}

.section-25 .container {
flex:1;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-25 .container img {
border-radius:16px;
}

.block-widget {
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
margin:0 0 24px 0;
padding:24px;
}

.block-widget .title {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 24px 0;
}

.block-widget ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:15px;
}

.block-widget ul a {
text-decoration:none;
display:table;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
border-bottom:1px #103B56 dotted;
}

.block-widget ul a:hover {
border-bottom:1px transparent dotted;
}

.block-widget.guard {
background:url(../images/widget-guard.png) no-repeat right center, #E7F1FE;
}

.block-widget.guard .title {
margin:0 0 37px 0;
}

.block-guard {
display:flex;
align-items:center;
gap:13px;
text-decoration:none;
}

.block-guard .photo {
font-size:0px;
line-height:0px;
overflow:hidden;
border-radius:555px;
width:91px;
height:91px;
}

.block-guard .name {
flex:1;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.block-guard .name span {
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
margin:0 0 13px 0;
display:block;
}

.block-widget.info {
display:flex;
flex-wrap:wrap;
gap:16px;
}

.block-widget.info .item {
width:calc(50% - 8px);
}

.block-widget.info .name {
display:flex;
align-items:center;
gap:8px;
color: var(--blue-800, #3F608F);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
margin:0 0 8px 0;
}

.block-widget.info .desc {
display:table;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
border-bottom:1px #103B56 dotted;
}

.section-25 .container .title-container {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 24px 0;
}

.section-25 .container .price {
margin:0 0 16px 0;
padding:0 16px 16px 16px;
border-bottom:1px #E7F1FE solid;
display:flex;
gap:16px;
}

.section-25 .price span:first-child {
flex:1;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-25 .price span:last-child {
font-weight: 600;
letter-spacing: -0.9px;
}

.section-25 .forms {
padding:24px 23px;
border-radius: 30px;
background:url(../images/section24-form.png) no-repeat right center, url(../images/section24-form-bg.jpg) no-repeat center center, #103B56;
margin:0 0 67px 0;
}

.section-25 .forms .name {
color: var(--white-100, #F8FCFF);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.section-25 .forms .desc {
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 19px 0;
}

.section-25 .forms .feedback {
display:table;
width:100%;
max-width:268px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
padding:17px;
text-align:center;
cursor:pointer;
}

.section-25 .container ul {
margin:24px 0;
}

.section-25 .container  blockquote {
display:block;
padding:24px 32px;
border-radius: 30px;
background: var(--blue-100, #E7F1FE);
margin:0px;
}

.section-25 .section-10 {
margin:48px 0;
}

.section-25 .container h2 {
margin:48px 0 24px 0;
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.section-25 .container h2:first-child {
margin:0 0 24px 0;
}

.section-25 .container h3 {
margin:48px 0 24px 0;
color: var(--blue-900, #103B56);
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.section-25.main {display:block;}

.section-3.article .item {
width:calc(50% - 8px);
min-height:236px;
}

.section-3.article .item:first-child, .section-3.article .item:nth-last-of-type(2) {
width:100%;
}

.section-25 .section-13 .col-right {
columns:1;
}

.section-26 {
display:flex;
padding:24px;
border-radius: 30px;
background:url(../images/section6-bg.png) no-repeat center center;
background-size:cover;
overflow:hidden;
}

.section-26 .col-left {
flex:1;
padding:0 24px 0 0;
}

.section-26 .col-right {
flex:1;
}

.section-26 .title {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 24px 0;
}

.section-26 .form {
display:flex;
flex-wrap:wrap;
gap:12px;
}

.section-26 .form ::placeholder {
color: var(--blue-800, #3F608F);
}

.section-26 .form input {
width:100%;
height:54px;
padding:0 16px;
border-radius: 12px;
border: 1px solid var(--blue-800, #3F608F);
background: var(--white-100, #F8FCFF);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-26 .form textarea {
width:100%;
height:171px;
padding:10px 16px;
border-radius: 12px;
border: 1px solid var(--blue-800, #3F608F);
background: var(--white-100, #F8FCFF);
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.section-26 .form button {
cursor:pointer;
border:0px;
width:100%;
height:54px;
max-width:266px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.section-26 .warning {
margin:-4px 0 0 0;
color: var(--blue-800, #3F608F);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-26 .warning a {
text-decoration:none;
}

.section-26 .warning a:hover {
text-decoration:underline;
color: var(--blue-900, #103B56);
}

.section-25 .section {
margin:0 0 48px 0;
}

.section-26 .block-guard .photo {
width:75px;
height:75px;
}

.section-26 .block-guard {
margin:0 0 63px 0;
}

.section-26 .item {
margin:0 0 16px 0;
}

.section-26 .item:last-child {
margin:0px;
}

.section-26 .item-name {
color: var(--Blue-Charcoal, #33475B);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.section-3 .feedback:hover,
.section-6 .btn:hover,
.section-10 form button:hover,
.section-11 .form button:hover,
.footer .feedback:hover {
background: radial-gradient(302.43% 207.09% at 17.07% 198.96%, #87E9FF 100%);
}

.section-1 form button:hover,
.section-2 .feedback:hover,
.section-5 .slide .order:hover,
.section-20 form button:hover,
.section-19 .col-right .feedback:hover,
.section-23 .order:hover,
.section-26 .form button:hover {
background: #032A43;
box-shadow: 0 25px 35.1px -19px rgba(19, 61, 109, 0.73);
}

.section-25 .forms .feedback:hover,
.section-24 .form .feedback:hover {
background: var(--blue-800, #3F608F);
color:#fff;
}

.popup-block {
display:none;
}

.popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(8, 15, 27, 0.68);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

.popup-block .block {
width:100%;
max-width:707px;
position:fixed;
top:50%;
left:50%;
z-index:99999999999;
transform: translate(-50%, -50%);
border-radius: 30px;
background: linear-gradient(240deg, #EFF7FF 40.54%, #A1C2F4 91.56%);
display:flex;
}

.popup-block .close {
width:36px;
height:36px;
background:url(../images/popup-close.svg) no-repeat;
cursor:pointer;
position:absolute;
top:0px;
right:-48px;
background-size:contain;
}

.popup-block .col-left {
flex:1;
padding:32px;
}

.popup-block form, .wpcf7 {
flex:1;
}

.popup-block .images {
font-size:0px;
line-height:0px;
border-radius: 30px;
overflow:hidden;
}

.popup-block .images img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.popup-block .title {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

.popup-block .desc {
color: var(--blue-950, #032A43);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 32px 0;
}

.popup-block input {
width:100%;
height:54px;
border-radius: 12px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
margin:0 0 12px 0;
border:0px;
padding:0 16px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.popup-block ::placeholder {
color: var(--blue-900, #103B56);
}

.popup-block button {
width:100%;
height:54px;
border:0px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.popup-block .warning {
color: var(--blue-800, #3F608F);
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.popup-block .warning a {
text-decoration:none;
color: var(--blue-900, #103B56);
}

.popup-block .warning a:hover {
text-decoration:underline;
}

#feedback2-popup .block {
max-width:561px;
background: var(--blue-950, #032A43);
}

#feedback2-popup .title {
color: var(--white-100, #F8FCFF);
}

#feedback2-popup .desc {
color: var(--blue-100, #E7F1FE);
}

#feedback2-popup input {
background: var(--white-100, #F8FCFF);
}

#feedback2-popup button {
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
}

#feedback2-popup .warning {
color: var(--blue-100, #E7F1FE);
}

#feedback2-popup .warning a {
color: var(--white-100, #F8FCFF);
}

.mobile-phone {
display:none;
}

.mobile-menu {
display:none;
}

.section-1 .btn-mobile {
display:none;
}

.section-4 .logo {
display:none;
}

.section-8 .images-mobile {
display:none;
}

.section-10 .logo {
display:none;
}

.form-submit #submit {
cursor:pointer;
border:0px;
width:100%;
height:54px;
max-width:266px;
border-radius: 12px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
transition: .5s;
}

.form-submit #submit:hover {
background: #032A43;
box-shadow: 0 25px 35.1px -19px rgba(19, 61, 109, 0.73);
}

.header .geo {
position:relative;
}

.header .geo .hover {
position:absolute;
top:calc(100% + 8px);
right:0px;
z-index:9;
border-radius: 12px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 145.38%), #E5F0FE;
padding:16px;
width:100%;
max-width:343px;
display:none;
}

.header .geo .name {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.header .geo .bg {
border-radius: 12px;
background: #FFF;
padding:24px 16px;
}

.header .geo .hover ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:16px;
}

.header .geo .hover li {
padding:0 0 16px 0;
border-bottom:1px #E7ECEF solid;
}

.header .geo .hover a {
text-decoration:none;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
display:table;
border-bottom:1px #103B56 dotted;
}

.header .geo .hover a:hover {
border-bottom:1px transparent dotted;
}

#main {
margin:0 0 50px 0;
}

.related-posts__header {
color: var(--blue-900, #103B56);
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 16px 0;
}

#related-posts .news {
display:block;
text-decoration:none;
margin:0 0 16px 0;
padding:16px;
border-radius: 16px;
background: var(--grey-100, #E7ECEF);
}

#related-posts .news .images {
height:199px;
overflow:hidden;
font-size:0px;
line-height:0px;
margin:0 0 16px 0;
border-radius: 16px;
}

#related-posts .news .name {
display:flex;
gap:16px;
}

#related-posts .news .name span {
flex:1;
color: var(--blue-900, #103B56);
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: -1.08px;
}

#related-posts .news .name:after {
content:"";
width:36px;
border-radius:555px;
background:url(../images/section7-link.svg) no-repeat center center, #F8FCFF;
}

.height-widget-block {
flex:1;
display:flex;
justify-content: space-around;
flex-direction:column;
gap:20px;
}

.height-widget-block .block {
display:flex;
align-items:flex-start;
flex-direction:column;
gap:24px;
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
border-radius: 30px;
background: var(--blue-900, #103B56);
padding:24px 32px;
}

.height-widget-block .name {
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
}

.height-widget-block .feedback {
cursor:pointer;
text-decoration:none;
width:100%;
max-width:246px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
padding:16px;
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
text-align:center;
}

.height-widget-block .block:last-child {
background: var(--blue-100, #E7F1FE);
color: var(--blue-900, #103B56);
}

.height-widget-block .block:last-child .feedback {
max-width:266px;
background: var(--blue-900, #103B56);
box-shadow: 0 25px 25.5px -19px rgba(19, 61, 109, 0.37);
color: var(--white-100, #F8FCFF);
}

.screen-reader-text {
display:none;
}

.nav-links {
display:flex;
align-items:center;
justify-content:center;
gap:8px;
}

.nav-links a {
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
border-radius: 50px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
width:36px;
height:64px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.nav-links span {
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
border-radius: 50px;
background: var(--blue-800, #3F608F);
width:36px;
height:64px;
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.nav-links a:hover {
background: var(--blue-800, #3F608F);
color: var(--white-100, #F8FCFF);
}

.nav-links .prev {
font-size:0px;
line-height:0px;
background:#3F608F url(../images/nav-next.svg) no-repeat center center !important;
transform: rotate(180deg);
}

.nav-links .next {
font-size:0px;
line-height:0px;
background:#3F608F url(../images/nav-next.svg) no-repeat center center !important;
}

.mobile-block {
display:none;
}

.section-10 .wpcf7-form-control-wrap {
flex:1;
}

#feedback2-popup .wpcf7-response-output {
color:#fff;
}

.wpcf7-form-control-wrap {
flex:1;
}

.wpcf7 form .wpcf7-response-output {
margin:0px !important;
}

.footer .flex {
flex-wrap:wrap;
}

.footer .flex-new {
width:100%;
display:flex;
gap:195px;
}

.footer .flex-new .name {
color: var(--white-100, #F8FCFF);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
margin:0 0 16px 0;
}

.footer .flex-new .social-new {
display:flex;
align-items:center;
gap:24px;
font-size:0px;
line-height:0px;
}

.footer .flex-new .pay {
font-size:0px;
line-height:0px;
}

.wpcf7-list-item {margin:0 0 10px 0;}

.wpcf7-acceptance input {width:15px !important; height:15px !important; padding:0px !important; margin:0 5px 0 0 !important; position:relative; top:3px;}

.comment-form-cookies-consent input {
width:auto !important;
height:auto !important;
padding:0px !important;
}





























@media screen and (max-width:1400px) {

.header .time {
font-size:0px;
line-height:0px;
gap:0px;
}

.section-1 .images {
max-width:400px;
}

.section-8 .images {
display:none;
}

.section-8 .desc {
display:none;
}

.section-8 {
flex-direction:column;
gap:24px;
}

.section-8 .col-right {
width:100%;
padding:0 0 0 24px;
}

.section-8 .col-right:before {
position:absolute;
top:0px;
bottom:48px;
left:0px;
right:auto;
width:1px;
height:auto;
background:#F8FCFF;
z-index:1;
}

.section-8 .item {
max-width:100% !important;
margin:0 0 8px 0 !important;
left:0px !important;
}

.section-8 .question {
border-radius: 30px;
background: var(--white-100, #F8FCFF);
box-shadow: 0 25px 29.1px -19px rgba(47, 95, 150, 0.14);
padding:8px 16px;
font-size:15px;
}

.section-8 .answer {
position:relative;
top:auto;
margin:8px 0 0 0;
}

.section-8 .item:before {
content:"";
width:33px;
height:31px;
background:url(../images/section8-bullet-mobile.png) no-repeat;
position:absolute;
top:0px;
left:-32px;
z-index:3;
}

.section-8 .images-mobile {
display:table;
margin:0 auto;
text-align:center;
font-size:0px;
line-height:0px;
border-radius: 30px;
overflow:hidden;
}

.section-20, .section-20 .flex {
gap:24px;
}

.section-20 .maps {
max-width:50%;
}


















}









@media screen and (max-width:1240px) {

.header .menu ul {
gap:5px;
}

.header .menu .open, .header .menu a, .header .menu span {
padding:10px;
}

.section-2 .tabs__content ul {
width:300px;
}

.section-2 .tabs__content ul ul {
left:300px;
}

.section-3 .item {
width:calc(50% - 8px);
}

.section-5 .slide .images {
max-width:100px;
}

.section-9 .item {
width:calc(33.333% - 10px);
}

.section-7 .flex {
gap:24px;
}

.section-7 .slide {
width:calc(33.333% - 16px);
}










}







@media screen and (max-width:1170px) {

.header .col-right {
display:none;
}





}



@media screen and (max-width:1000px) {

.site-width {
padding:0 16px;
}

.header {
padding:16px;
}

.header .logo {
padding:0px;
}

.header .time {
display:none;
}

.header .search {
display:none;
}

.header .logo:before {
display:none;
}

.section-1 {
flex-direction:column;
gap:30px;
}

.section-1 .col-left {
padding:0px;
}

.section-1 .title {
max-width:none;
}

.section-1 .title br {
display:none;
}

.section-1 .images {
max-width:none;
position:relative;
bottom:auto;
right:auto;
text-align:center;
}

.section-1 .col-right {
width:100%;
flex-direction:row;
}

.section-1 .docs {
margin:0px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.section-1 .item {
flex:1;
}

.section-2 .tabs {
flex-direction:column;
gap:24px;
border-radius: 24px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 145.38%), #E7F1FE;
padding: 16px;
}

.section-2 .col-left, .section-2 .tabs__content {
width:100%;
background:none;
padding:0px;
border-radius:0px;
}

.section-2 .tabs__content ul {
width:100%;
}

.section-2 .tabs__content ul li {
padding:0px;
}

.section-2 .tabs__content ul ul {
position:relative;
left:auto;
padding:10px;
gap:8px;
}

.section-2 .tabs__caption {
margin:0 0 24px 0
}

.section-5 .flex {
flex-direction:column;
gap:64px;
}

.section-5 .col-left {
max-width:none;
}

.section-5 .col-right {
width:100%;
}

.section-5 .col-right .slider {
display:flex;
flex-wrap:wrap;
gap:16px;
margin:0px;
}

.section-5 .slide {
width:calc(50% - 8px);
height:auto;
padding:75px 8px 16px 8px;
margin:0 0 44px 0;
display:flex;
flex-direction:column;
}

.section-5 .slide .images {
right:auto;
left:50%;
margin:0 0 0 -50px;
}

.section-5 .slide .bottom {
flex-direction:column;
gap:12px;
}

.section-5 .slide .desc {
flex:1;
}

.slick-dots {
z-index:3;
width:calc(100% - 16px);
display:flex;
justify-content: center;
margin:16px 8px 0 8px;
padding:0px;
border-radius: 50px;
overflow:hidden;
}

.slick-dots button {
margin:0px;
padding:0px;
width: 100%;
height: 4px;
background: rgba(248, 252, 255, 0.30);
font-size:0px;
line-height:0px;
border:0px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
}

.slick-dots li {
margin:0px;
display:block;
background:none;
font-size:0px;
line-height:0px;
flex:1;
}

.slick-dots li.slick-active button {
border-radius: 50px;
background: var(--blue-800, #3F608F);
}

.footer .logo:before {
display:none;
}

.footer .logo a {
display:block;
font-size:0px;
line-height:0px;
width:93px;
height:45px;
background:url(../images/footer-logo-mobile.svg) no-repeat;
}

.footer .social {
display:none;
}

.footer .flex {
flex-direction:column;
gap:32px;
}

.footer .info {
max-width:none;
text-align:left;
}

.section-19 .col-right {
display:none;
}

.section-23 {
padding:16px;
flex-direction:column;
}

.section-23 .col-right {
max-width:none;
}

.section-24 {
flex-direction:column;
gap:48px;
}

.section-24 .col-right {
max-width:none;
}

.section-24 .news .images img {
width:100%;
}

.section-25 {
flex-direction:column;
gap:48px;
}

.section-25 .sidebar {
max-width:none;
}

.section-7 .slide {
width:calc(50% - 12px);
}

.section-22 .block {
gap:24px;
}

.section-22 .col-right {
max-width:60%;
}

.section-20 {
flex-direction:column;
}

.section-20 .maps {
max-width:none;
height:343px;
}

.footer .flex-new {
gap:50px;
}


























}








@media screen and (max-width:780px) {

.section {
margin:0 0 32px 0;
}

body {
padding:16px 0 0 0;
}

.header {
border-radius:24px;
}

.header .bottom {
display:none;
}

.header .logo {
flex:1;
}

.header .logo a {
display:block;
font-size:0px;
line-height:0px;
width:93px;
height:35px;
background:url(../images/mobile-logo.svg) no-repeat;
}

.header .head {
margin:0px;
gap:12px;
}

.header .social {
display:none;
}

.header .phone {
display:none;
}

.mobile-phone {
display:block;
cursor:pointer;
text-decoration:none;
width:48px;
height:48px;
background:url(../images/mobile-phone.svg) no-repeat;
}

.mobile-menu {
display:block;
cursor:pointer;
width:48px;
height:48px;
background:url(../images/mobile-menu.svg) no-repeat;
}

.section-1 {
gap:24px;
padding:16px;
border-radius: 24px;
}

.section-1 .title {
font-size: 40px;
margin:0 0 24px 0;
}

.section-1 form, .section-1 .info {
display:none;
}

.section-1 .btn-mobile {
display:block;
margin:0 0 24px 0;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
padding:19px;
text-align:center;
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
cursor:pointer;
text-decoration:none;
}

.section-1 .fields {
gap:8px;
}

.section-1 .fields .line {
flex:1;
flex-direction:column;
border-radius: 25px;
background: var(--white-30, rgba(248, 252, 255, 0.30));
padding:16px;
text-align:center;
}

.section-1 .col-right {
display:block;
}

.section-2 .tabs__caption li {
padding:12px 16px;
gap:12px;
}

.section-2 .tabs__caption {
flex-direction: row;
overflow-x:auto;
}

.section-2 .tabs__caption li {
flex-shrink:0;
}

.section-3 {
display:block;
padding:16px;
border-radius:24px;
}

.section-3 .item {
width:100% !important;
}

.section-3 .item:last-child {
background: var(--white-30, rgba(248, 252, 255, 0.30));
}

.section-4 {
padding:24px 16px;
}

.section-4 .title {
margin:0 0 16px 0;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -1.08px;
}

.section-4 .title span {
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 27px; /* 90% */
letter-spacing: -2.1px;
margin:0 0 8px 0;
}

.section-4 .feedback {
margin:0 auto 8px auto;
}

.section-4 .logo {
display:block;
margin:0 0 24px 0;
font-size:0px;
line-height:0px;
text-align:center;
}

.head-section {
margin:0 0 24px 0;
flex-direction:column;
gap:12px;
}

.head-section h2 {
font-size:30px;
}

.section-5 .col-left .title {
font-size:24px;
}

.section-5 .slide .name {
font-size:15px;
line-height:normal;
letter-spacing: normal;
margin:0 0 8px 0;
}

.section-5 .slide .desc {
margin:0 0 12px 0;
}

.section-5 .slide .order {
text-align:center;
}

.section-6 .block {
padding:16px;
}

.section-6 .slider {
margin:0px;
}

.section-6 .slick-track {
display:block !important;
}

.section-6 .slick-slide {
margin:0px;
}

.section-6 .slide {
padding:16px;
}

.section-6 .btn {
max-width:none;
}

.section-7 .images {
height:470px;
}

.section-9 .flex {
display:block;
margin:0 -16px 0 0;
}

.section-9 .item {
width:100%;
}

.section-9 .slick-slide {
width:100%;
max-width:332px;
margin:0 15px 0 0;
}

.section-10 {
padding:24px 16px;
}

.section-10 .logo {
display:block;
margin:0 0 32px 0;
font-size:0px;
line-height:0px;
text-align:center;
}

.section-10 .title {
font-size:30px;
margin:0 0 16px 0;
}

.section-10 form {
flex-direction:column;
max-width:none;
}

.section-10 form input {
flex:none;
}

.section-10 form button {
max-width:none;
}

.section-11 {
padding:12px;
}

.section-11 .flex {
flex-direction:column;
}

.section-11 .flex-reviews {
flex-direction:column;
}

.section-11 .col-left {
width:100%;
}

.head-section .navigator {
display:none;
}

.section-11 .slider {
width:100%;
margin:0px;
}

.section-12 .block-bg {
padding:16px;
border-radius: 24px;
background: var(--blue-100, #E7F1FE);
}

.section-12 .head {
align-items:flex-start;
flex-direction:column;
}

.section-12 .flex {
flex-direction:column;
}

.section-12 .item {
width:100%;
}

.section-13 .block-bg {
padding:16px;
border-radius:24px;
}

.section-13 .flex {
flex-direction:column;
}

.section-13 .images {
width:100%;
text-align:center;
}

.section-13 .col-right {
columns:1;
}

.footer {
padding:16px;
margin:0 0 109px 0;
}

.footer .phone {
display:none;
}

.footer .head {
align-items:flex-start;
flex-direction:column;
gap:16px;
margin:0 0 24px 0;
}

.footer .flex {
padding:16px;
}

.footer .menu {
flex-direction:column;
gap:32px;
}

.popup-block .close {
top:-48px;
right:0px;
}

.popup-block .block {
flex-direction: column-reverse;
padding:16px;
border-radius: 12px;
left:10px;
right:10px;
width:auto;
transform: translate(0%, -50%);
}

.popup-block .images {
height:290px;
margin:0 0 8px 0;
}

.popup-block .col-left {
padding:0px;
}

.popup-block .title {
margin:0 0 8px 0;
}

.popup-block .desc {
margin:0 0 12px 0;
}

.about-width {
margin:35px auto 48px auto;
}

.about-width .section {
flex-direction:column;
}

.section-14 .images {
max-width:none;
text-align:center;
}

.about-width h1 {
font-size: 30px;
}

body {
font-size:15px;
}

.section-3 .name {
margin:0px;
}

.section-3.about .item {
min-height:400px;
}

.section-3 .item:last-child {
flex-direction:column;
}

.about-width blockquote {
padding:24px;
}

.section-17 {
padding:24px;
}

.section-17 .item {
width:100%;
}

.section-18 {
padding:16px;
}

.section-18 h1 {
font-size: 30px;
margin:0 0 16px 0;
}

.section-18 .flexs {
flex-wrap:nowrap;
overflow-x:auto;
margin:0 -16px 0 0;
}

.section-18 .flexs a {
flex-shrink:0;
}

.section-23 h1 {
font-size:30px;
}

.section-23 .button {
flex-direction:column;
}

.section-23 .order, .section-23 .show {
max-width:none;
}

.section-23 .fields {
flex-direction:column;
}

.section-23 .col-right img {
bottom:auto;
margin:0px;
}

.section-23 .info {
position:relative;
}

.section-23 .col-right {
align-items: center;
flex-direction:column;
gap:8px;
}

.section-24 .price, .section-25 .container .price {
flex-direction:column;
gap:8px;
}

.section-26 {
flex-direction:column;
gap:24px;
}

.section-26 .col-left {
padding:0px;
}

.section-7 .slide {
width:100%;
}

.section-7.page {
margin:48px 0;
}

.section-8 .title {
font-size:30px;
}

.section-1.doc .form {
display:flex;
flex-direction:column;
gap:8px;
}

.section-1 form input, .section-1 form button {
flex:none;
}

.section-1.doc .title {
font-size:30px;
margin:0 0 24px 0
}

.section-22 .block {
flex-direction:column;
padding:16px;
}

.section-22 .col-left {
padding:0px;
}

.section-22 .col-right {
max-width:none;
}

.section-22 .info {
margin:24px 0 0 0;
}

.section-22 .info .date {
display:flex;
gap:24px;
}

.section-22 .info span {
margin:0px;
flex-shrink:0;
}

.section-21 .slider {
margin:0 -16px 0 0;
}

.section-21 .slick-slide {
width:100%;
max-width:316px;
margin:0 24px 0 0;
}

.section-20 {
margin:24px 0 48px 0;
}

.section-20 h1 {
font-size:30px;
margin:0 0 24px 0;
}

.section-20 .flex {
flex-direction:column;
}

.section-20 .mail {
margin:0 0 24px 0;
}

.height-widget-block {
display:none;
}

.section-25 .container img {
height:auto !important;
}

.mobile-block {
display:none;
position:fixed;
top:96px;
bottom:16px;
left:16px;
right:16px;
z-index:9;
padding:16px;
border-radius: 24px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 145.38%), #E5F0FE;
overflow-y:auto;
}

.mobile-block .geo {
position:relative;
margin:0 0 8px 0;
}

.mobile-block .geo .select {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
padding:17px;
border-radius: 12px;
background: var(--white-70, rgba(248, 252, 255, 0.70));
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
cursor:pointer;
}

.mobile-block .geo .select:after {
content:"";
width:12px;
height:14px;
background:url(../images/city-select.svg) no-repeat;
}

.mobile-block .feedback {
cursor:pointer;
padding:17px;
border-radius: 12px;
background: var(--gradient-turquoise, radial-gradient(479.51% 329.02% at 22.27% 242.71%, #23D2F9 0%, #87E9FF 100%));
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
margin:0 0 12px 0;
}

.mobile-block .feedback:hover {
background: radial-gradient(302.43% 207.09% at 17.07% 198.96%, #87E9FF 100%);
}

.mobile-block .geo .hover {
position:absolute;
top:calc(100% + 8px);
right:0px;
z-index:9;
border-radius: 12px;
background: linear-gradient(180deg, #EFF7FF -21.3%, #A1C2F4 145.38%), #E5F0FE;
padding:16px;
width:100%;
display:none;
}

.mobile-block .geo .name {
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
margin:0 0 8px 0;
}

.mobile-block .geo .bg {
border-radius: 12px;
background: #FFF;
padding:24px 16px;
}

.mobile-block .geo .hover ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:16px;
}

.mobile-block .geo .hover li {
padding:0 0 16px 0;
border-bottom:1px #E7ECEF solid;
}

.mobile-block .geo .hover a {
text-decoration:none;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
display:table;
border-bottom:1px #103B56 dotted;
}

.mobile-block .geo .hover a:hover {
border-bottom:1px transparent dotted;
}

.mobile-block .contacts {
margin:0 0 12px 0;
}

.mobile-block .contacts .name {
color: var(--blue-800, #3F608F);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
margin:0 0 8px 0;
}

.mobile-block .contacts .phone {
display:flex;
flex-wrap:wrap;
gap:24px;
}

.mobile-block .contacts a {
text-decoration:none;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.mobile-block .menu {
margin:0 0 4px 0;
}

.mobile-block .menu ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
flex-direction:column;
gap:4px;
color: var(--blue-900, #103B56);
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.mobile-block .menu a {
text-decoration:none;
padding:10px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:block;
color: var(--blue-900, #103B56);
}

.mobile-block .menu span {
background:#103B56;
color:#fff;
padding:10px 16px;
border-radius: 12px;
display:block;
}

.mobile-block .menu .open {
padding:10px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
display:flex;
align-items:center;
gap:8px;
cursor:pointer;
}

.mobile-block .menu .open a {
padding:0px;
}

.mobile-block .menu .open:before {
content:"";
width:12px;
height:12px;
background:url(../images/menupoint.svg) no-repeat;
flex-shrink:0;
}

.mobile-block .search {
display:flex;
align-items:center;
gap:8px;
padding:8px 16px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
width:100%;
margin:0 0 24px 0;
}

.mobile-block .search input {
width:100%;
height:24px;
flex:1;
background:none;
border:0px;
color: var(--blue-800, #3F608F);
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 21px */
letter-spacing: -0.45px;
}

.mobile-block .search button {
width:19px;
height:19px;
background:url(../images/search.svg) no-repeat;
border:0px;
}

.mobile-block .time {
display:flex;
align-items:center;
justify-content: space-between;
gap:8px;
padding:8px 12px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.9px;
}

.mobile-block .time:after {
content:"";
width:32px;
height:32px;
background:url(../images/feedback.svg) no-repeat;
flex-shrink:0;
}

.mobile-block .social-block {
display:flex;
align-items:center;
gap:8px;
margin:0 0 4px 0;
padding:8px 12px;
border-radius: 12px;
background: var(--white-100, #F8FCFF);
}

.mobile-block .social-block .name {
flex:1;
color: var(--blue-900, #103B56);
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.36px;
}

.mobile-block .social-block .name span {
color: var(--blue-800, #3F608F);
}

.mobile-block .social {
display:flex;
gap:8px;
}

.mobile-block .social a {
width:38px;
height:38px;
text-decoration:none;
display:block;
background-size:contain !important;
}

.mobile-block .wh {
background:url(../images/wh.svg) no-repeat;
}

.mobile-block .max {
background:url(../images/max.svg) no-repeat;
}

.mobile-block .tl {
background:url(../images/tl.svg) no-repeat;
}

body.noscroll {
overflow:hidden;
}

.footer .flex-new {
flex-direction:column;
gap:30px;
}















}









.i-ico {
    display: inline-block;
    font-size: inherit;
    width: 1.125em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.social-button{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 .5em;height:2em;margin:0 2px;background:#5a80b1;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width:0px){.social-button{}.social-button:before{content:"";display:block;height:100%;margin-left:.2em;margin-right:.2em;width:1.5em;text-align:center;color:#fff}.social-button span{white-space:nowrap;margin-left:.3em;margin-right:.3em}.social-button span[data-counter]{margin:0 .5em;font-size:.8em}.social-button span[data-counter]:empty{display:none}.social-button--facebook{background:0 0}.social-button--facebook:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--facebook:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.423 20v-7.298h2.464l.369-2.845h-2.832V8.042c0-.824.23-1.385 1.417-1.385h1.515V4.111A20.255 20.255 0 0 0 14.148 4c-2.183 0-3.678 1.326-3.678 3.76v2.097H8v2.845h2.47V20h2.953z' fill='%234267B2' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--vkontakte{background:0 0}.social-button--vkontakte:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--vkontakte:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.785 16.241s.288-.032.436-.194c.136-.148.132-.427.132-.427s-.02-1.304.576-1.496c.588-.19 1.341 1.26 2.14 1.818.605.422 1.064.33 1.064.33l2.137-.03s1.117-.071.587-.964c-.043-.073-.308-.661-1.588-1.87-1.34-1.264-1.16-1.059.453-3.246.983-1.332 1.376-2.145 1.253-2.493-.117-.332-.84-.244-.84-.244l-2.406.015s-.178-.025-.31.056c-.13.079-.212.262-.212.262s-.382 1.03-.89 1.907c-1.07 1.85-1.499 1.948-1.674 1.832-.407-.267-.305-1.075-.305-1.648 0-1.793.267-2.54-.521-2.733-.262-.065-.454-.107-1.123-.114-.858-.009-1.585.003-1.996.208-.274.136-.485.44-.356.457.159.022.519.099.71.363.246.341.237 1.107.237 1.107s.142 2.11-.33 2.371c-.325.18-.77-.187-1.725-1.865-.489-.859-.859-1.81-.859-1.81s-.07-.176-.198-.272c-.154-.115-.37-.151-.37-.151l-2.286.015s-.343.01-.469.161C3.94 7.721 4.043 8 4.043 8s1.79 4.258 3.817 6.403c1.858 1.967 3.968 1.838 3.968 1.838h.957z' fill='%234A76A8' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--odnoklassniki{background:0 0}.social-button--odnoklassniki:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--odnoklassniki:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23F2720C' fill-rule='evenodd'%3E%3Cpath d='M11.674 6.536a1.69 1.69 0 0 0-1.688 1.688c0 .93.757 1.687 1.688 1.687a1.69 1.69 0 0 0 1.688-1.687 1.69 1.69 0 0 0-1.688-1.688zm0 5.763a4.08 4.08 0 0 1-4.076-4.075 4.08 4.08 0 0 1 4.076-4.077 4.08 4.08 0 0 1 4.077 4.077 4.08 4.08 0 0 1-4.077 4.075zM10.025 15.624a7.633 7.633 0 0 1-2.367-.98 1.194 1.194 0 0 1 1.272-2.022 5.175 5.175 0 0 0 5.489 0 1.194 1.194 0 1 1 1.272 2.022 7.647 7.647 0 0 1-2.367.98l2.279 2.28a1.194 1.194 0 0 1-1.69 1.688l-2.238-2.24-2.24 2.24a1.193 1.193 0 1 1-1.689-1.689l2.279-2.279'/%3E%3C/g%3E%3C/svg%3E") center no-repeat}.social-button--moimir{background:0 0}.social-button--moimir:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--moimir:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.889 9.667a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm6.222 0a1.333 1.333 0 1 0 0-2.667 1.333 1.333 0 0 0 0 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 0 0-1.188-.307.843.843 0 0 0-.313 1.166l.214.36a6.71 6.71 0 0 1-4.795 1.996 6.711 6.711 0 0 1-4.792-1.992l.217-.364a.844.844 0 0 0-.313-1.166.878.878 0 0 0-1.189.307l-1.8 3.028a.844.844 0 0 0 .312 1.166.88.88 0 0 0 1.189-.307l.683-1.147a8.466 8.466 0 0 0 5.694 2.18 8.463 8.463 0 0 0 5.698-2.184l.685 1.151a.873.873 0 0 0 1.189.307.844.844 0 0 0 .312-1.166z' fill='%23168DE2' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--linkedin{background:0 0}.social-button--linkedin:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--linkedin:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M211.692 211.692h61.305v31.425h0.876c8.529-15.298 29.409-31.425 60.522-31.425 64.712 0 76.68 40.284 76.68 92.677v106.707h-63.903v-94.596c0-22.564-0.461-51.586-33.24-51.586-33.282 0-38.36 24.572-38.36 49.947v96.235h-63.88v-199.384z' fill='%230077B5' fill-rule='evenodd'/%3E%3Cpath d='M100.924 211.692h66.462v199.384h-66.462v-199.384z' fill='%230077B5' fill-rule='evenodd'/%3E%3Cpath d='M167.384 156.308c0 18.353-14.879 33.23-33.23 33.23s-33.23-14.879-33.23-33.23c0-18.353 14.879-33.23 33.23-33.23s33.23 14.879 33.23 33.23z' fill='%230077B5' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--tumblr{background:0 0}.social-button--tumblr:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--tumblr:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 0 1-1.798.195 4.905 4.905 0 0 1-1.724-.276 4.215 4.215 0 0 1-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23547093' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--surfingbird{background:0 0}.social-button--surfingbird:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--surfingbird:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%2330BAFF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--pinterest{background:0 0}.social-button--pinterest:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--pinterest:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23BD081C' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--reddit{background:0 0}.social-button--reddit:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--reddit:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 0 0-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 0 0-1.46-.623A1.995 1.995 0 0 0 4 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0 0 20 12.004a1.995 1.995 0 0 0-1.998-1.996c-.581 0-1.091.24-1.46.623zM9.499 12.5a1.01 1.01 0 0 1 1.006 1.006.998.998 0 0 1-1.006.991.986.986 0 0 1-.992-.991c0-.553.439-1.006.992-1.006zm5.002 0a.998.998 0 0 0-.992 1.006c0 .552.44.991.992.991a.998.998 0 0 0 1.006-.991 1.01 1.01 0 0 0-1.006-1.006zm-5.3 3.597a.484.484 0 0 1-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 0 1 .694.085.496.496 0 0 1-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59c-.411 0-.752-.34-.752-.75 0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23FF4500' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--buffer{background:0 0}.social-button--buffer:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--buffer:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--stumbleupon{background:0 0}.social-button--stumbleupon:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--stumbleupon:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23EE4926' d='M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z'%3E%3C/path%3E%3C/svg%3E") center no-repeat}.social-button--pocket{background:0 0}.social-button--pocket:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--pocket:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M379.732 86.357h-311.295c-18.746 0-34.437 15.692-34.437 34.437v114.679c0 105.772 84.567 190.17 190.17 190.17 105.179 0 189.83-84.397 189.83-190.17v-114.679c0-19-15.013-34.437-34.268-34.437zm-137.411 227.746c-10.518 10.009-26.634 9.415-35.964 0-96.442-92.371-97.46-89.147-97.46-104.5 0-14.335 11.705-26.04 26.04-26.04 14.42 0 13.656 3.223 89.232 75.746 76.848-73.71 75.152-75.746 89.487-75.746 14.335 0 26.04 11.705 26.04 26.04 0 15.098-2.46 13.317-97.375 104.5z' fill='%23EE4056'/%3E%3C/svg%3E") center no-repeat}.social-button--xing{background:0 0}.social-button--xing:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--xing:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M167.726 217.865c-1.491 2.733-20.868 36.768-58.051 102.272-4.058 6.873-8.944 10.351-14.658 10.351h-53.91c-6.376 0-10.02-6.211-7.039-11.925l57.14-100.45c.166 0 .166-.083 0-.248l-36.354-62.605c-3.561-6.459.248-11.676 7.039-11.676h53.91c6.045 0 11.014 3.395 14.906 10.103l37.017 64.179zm182.102-135.728l-119.248 209.513v.248l75.855 137.964c3.23 5.88.166 11.676-7.039 11.676h-53.993c-6.294 0-11.262-3.312-14.906-10.103l-76.518-139.537c2.733-4.803 42.648-75.193 119.911-211.335 3.809-6.708 8.612-10.103 14.492-10.103h54.407c6.625 0 10.186 5.548 7.039 11.676z' fill='%23006567'/%3E%3C/svg%3E") center no-repeat}.social-button--twitter{background:0 0}.social-button--twitter:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--twitter:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 0 1-1.885.517 3.294 3.294 0 0 0 1.443-1.816 6.575 6.575 0 0 1-2.085.796 3.283 3.283 0 0 0-5.593 2.994A9.32 9.32 0 0 1 5.114 6.6a3.28 3.28 0 0 0 1.016 4.382 3.274 3.274 0 0 1-1.487-.41v.041a3.285 3.285 0 0 0 2.633 3.218 3.305 3.305 0 0 1-1.482.056 3.286 3.286 0 0 0 3.066 2.28A6.585 6.585 0 0 1 4 17.524 9.291 9.291 0 0 0 9.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0 0 20 7.538z' fill='%2300ACED' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--livejournal{background:0 0}.social-button--livejournal:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--livejournal:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M17.815 13.3c.438 2.114.868 4.221 1.306 6.336.037.178-.148.385-.334.311-2.025-.741-4.006-1.49-6.01-2.24a.625.625 0 0 1-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133 2.418 2.909 4.837 5.817 7.248 8.725a.888.888 0 0 1 .208.438z' fill='%230D425A'/%3E%3Cpath d='M6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 0 0-3.85 3.272l.2.252z' fill='%230D425A'/%3E%3Cpath d='M10.53 5.792c-1.744.326-3.124 1.513-3.851 3.271l.905 1.091c.787-1.78 2.3-2.997 3.836-3.302l-.89-1.06zm2.76 7.827L9.364 8.9a6.119 6.119 0 0 0-1.269 1.87l4.89 5.89c.289-.385.867-2.359.303-3.041zM9.647 8.633l3.947 4.748c.445.542 2.456.327 3.086-.193l-4.756-5.72c-.793.156-1.587.564-2.277 1.165zm7.308 5.045c-.609.46-1.9.735-2.931.527.074.823-.096 1.892-.616 2.745l1.885.712 1.528.564c.223-.378.542-.608.913-.764l-.35-1.692-.43-2.092z' fill='%230D425A'/%3E%3C/g%3E%3C/svg%3E") center no-repeat}.social-button--evernote{background:0 0}.social-button--evernote:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--evernote:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 0 0 .28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%2324D666' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--delicious{background:0 0}.social-button--delicious:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--delicious:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%2331A9FF' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--blogger{background:0 0}.social-button--blogger:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--blogger:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.896 14.833A5.167 5.167 0 0 1 14.729 20H9.166A5.167 5.167 0 0 1 4 14.833V9.167A5.166 5.166 0 0 1 9.166 4h2.608a5.167 5.167 0 0 1 5.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 0 0 0-1.987H9.038a.994.994 0 0 0 0 1.987zm5.867 3.83H9.032a.94.94 0 0 0 0 1.879h5.873a.94.94 0 1 0 0-1.88z' fill='%23FB8F3D' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--liveinternet{background:0 0}.social-button--liveinternet:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--liveinternet:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--digg{background:0 0}.social-button--digg:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--digg:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23000000' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--instapaper{background:0 0}.social-button--instapaper:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--instapaper:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--wordpress{background:0 0}.social-button--wordpress:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--wordpress:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 92.5c-90.123 0-163.5 73.311-163.5 163.5 0 90.123 73.377 163.5 163.5 163.5s163.5-73.377 163.5-163.5c0-90.189-73.377-163.5-163.5-163.5zm-147.018 163.5c0-21.295 4.549-41.534 12.724-59.796l70.147 192.113c-49.05-23.866-82.871-74.168-82.871-132.316zm147.018 147.018c-14.438 0-28.349-2.11-41.534-5.999l44.105-128.163 45.16 123.812c.33.725.659 1.384 1.055 2.044-15.229 5.34-31.645 8.307-48.786 8.307zm20.24-215.912c8.834-.461 16.811-1.384 16.811-1.384 7.911-.923 6.988-12.592-.923-12.131 0 0-23.8 1.846-39.161 1.846-14.438 0-38.699-1.846-38.699-1.846-7.911-.461-8.834 11.669-.923 12.131 0 0 7.516.923 15.427 1.384l22.877 62.763-32.173 96.452-53.533-159.215c8.834-.461 16.811-1.384 16.811-1.384 7.911-.923 6.988-12.592-.923-12.131 0 0-23.8 1.846-39.161 1.846-2.769 0-5.999-.066-9.494-.198 26.305-39.886 71.465-66.257 122.823-66.257 38.238 0 73.114 14.636 99.287 38.568-.659-.066-1.253-.132-1.912-.132-14.438 0-24.657 12.592-24.657 26.107 0 12.131 6.988 22.349 14.438 34.48 5.604 9.757 12.131 22.349 12.131 40.545 0 12.592-4.813 27.162-11.208 47.534l-14.636 48.984-53.203-157.962zm53.665 195.936l44.897-129.811c8.373-20.965 11.208-37.71 11.208-52.676 0-5.406-.33-10.417-.989-15.097 11.471 20.965 17.998 44.962 17.998 70.542 0 54.258-29.404 101.594-73.114 127.042z' fill='%23029FC9'/%3E%3C/svg%3E") center no-repeat}.social-button--baidu{background:0 0}.social-button--baidu:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--baidu:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--renren{background:0 0}.social-button--renren:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--renren:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--weibo{background:0 0}.social-button--weibo:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--weibo:before{background:url(data:image/svg+xml,) center no-repeat}.social-button--sms{background:0 0}.social-button--sms:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--sms:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M224.4 108.8h-128.8c-15.237 0-27.6 12.362-27.6 27.6v239.2c0 15.237 12.362 27.6 27.6 27.6h128.8c15.237 0 27.6-12.362 27.6-27.6v-239.2c0-15.237-12.362-27.6-27.6-27.6zm-64.4 276c-10.177 0-18.4-8.223-18.4-18.4s8.223-18.4 18.4-18.4 18.4 8.223 18.4 18.4-8.223 18.4-18.4 18.4zm64.4-62.1c0 3.795-3.105 6.9-6.9 6.9h-115c-3.795 0-6.9-3.105-6.9-6.9v-179.4c0-3.795 3.105-6.9 6.9-6.9h115c3.795 0 6.9 3.105 6.9 6.9v179.4z' fill='%2300B117'/%3E%3C/svg%3E") center no-repeat}.social-button--skype{background:0 0}.social-button--skype:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--skype:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 0 0 8.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 0 0-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364 0-.695-.166-1.354-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 0 1-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 0 1 .615-.229c.202 0 .373.059.512.178.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 0 0-.287-.702 1.88 1.88 0 0 0-.741-.412 13.21 13.21 0 0 0-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 0 1-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 0 0-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 0 1 1.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%2300AFF0' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--telegram{background:0 0}.social-button--telegram:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--telegram:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23289FD9' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--line{background:0 0}.social-button--line:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--line:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256.639 220.85v48.246c0 1.221-.95 2.171-2.171 2.171h-7.736c-.746 0-1.425-.407-1.764-.882l-22.121-29.857v28.636c0 1.221-.95 2.171-2.171 2.171h-7.736c-1.221 0-2.171-.95-2.171-2.171v-48.246c0-1.221.95-2.171 2.171-2.171h7.668c.679 0 1.425.339 1.764.95l22.121 29.857v-28.636c0-1.221.95-2.171 2.171-2.171h7.736c1.221-.068 2.239.95 2.239 2.104zm-55.643-2.171h-7.736c-1.221 0-2.171.95-2.171 2.171v48.246c0 1.221.95 2.171 2.171 2.171h7.736c1.221 0 2.171-.95 2.171-2.171v-48.246c0-1.154-.95-2.171-2.171-2.171zm-18.661 40.443h-21.104v-38.271c0-1.221-.95-2.171-2.171-2.171h-7.736c-1.221 0-2.171.95-2.171 2.171v48.246c0 .611.204 1.086.611 1.493.407.339.882.611 1.493.611h31.011c1.221 0 2.171-.95 2.171-2.171v-7.736c0-1.154-.95-2.171-2.104-2.171zm115.018-40.443h-31.011c-1.154 0-2.171.95-2.171 2.171v48.246c0 1.154.95 2.171 2.171 2.171h31.011c1.221 0 2.171-.95 2.171-2.171v-7.736c0-1.221-.95-2.171-2.171-2.171h-21.104v-8.143h21.104c1.221 0 2.171-.95 2.171-2.171v-7.804c0-1.221-.95-2.171-2.171-2.171h-21.104v-8.143h21.104c1.221 0 2.171-.95 2.171-2.171v-7.736c-.068-1.154-1.018-2.171-2.171-2.171zm78.646-59.239v193.597c-.068 30.4-24.971 55.032-55.439 54.964h-193.597c-30.4-.068-55.032-25.039-54.964-55.439v-193.597c.068-30.4 25.039-55.032 55.439-54.964h193.597c30.4.068 55.032 24.971 54.964 55.439zm-41.8 83.193c0-49.536-49.671-89.843-110.675-89.843s-110.675 40.307-110.675 89.843c0 44.379 39.357 81.564 92.557 88.621 12.961 2.782 11.468 7.532 8.55 24.971-.475 2.782-2.239 10.925 9.568 5.971 11.807-4.954 63.718-37.525 86.993-64.261 16.014-17.643 23.682-35.489 23.682-55.304z' fill='%2300B900'/%3E%3C/svg%3E") center no-repeat}.social-button--youtube{background:0 0}.social-button--youtube:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--youtube:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M462.308 171.799c0 0-4.111-29.026-16.774-41.771-16.034-16.774-33.96-16.857-42.183-17.843-58.875-4.276-147.269-4.276-147.269-4.276h-0.164c0 0-88.394 0-147.269 4.276-8.223 0.987-26.148 1.069-42.183 17.843-12.663 12.745-16.692 41.771-16.692 41.771s-4.194 34.042-4.194 68.166v31.904c0 34.042 4.194 68.166 4.194 68.166s4.111 29.026 16.692 41.771c16.034 16.774 37.084 16.199 46.458 18.008 33.713 3.207 143.157 4.194 143.157 4.194s88.476-0.164 147.351-4.358c8.223-0.987 26.148-1.069 42.183-17.843 12.663-12.745 16.774-41.771 16.774-41.771s4.194-34.042 4.194-68.166v-31.904c-0.082-34.042-4.276-68.166-4.276-68.166zM212.502 310.599v-118.325l113.72 59.368-113.72 58.957z' fill='%23FF0000' fill-rule='evenodd'/%3E%3C/svg%3E") center no-repeat}.social-button--instagram{background:0 0}.social-button--instagram:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--instagram:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.032 182.369c-40.756 0-73.631 32.874-73.631 73.631s32.874 73.631 73.631 73.631 73.631-32.874 73.631-73.631-32.874-73.631-73.631-73.631zm0 121.501c-26.338 0-47.87-21.468-47.87-47.87s21.468-47.87 47.87-47.87 47.87 21.468 47.87 47.87-21.532 47.87-47.87 47.87zm93.817-124.512c0 9.548-7.69 17.174-17.174 17.174-9.548 0-17.174-7.69-17.174-17.174s7.69-17.174 17.174-17.174 17.174 7.69 17.174 17.174zm48.767 17.43c-1.089-23.006-6.344-43.384-23.198-60.174-16.79-16.79-37.168-22.044-60.174-23.198-23.711-1.346-94.778-1.346-118.489 0-22.942 1.089-43.32 6.344-60.174 23.134s-22.044 37.168-23.198 60.174c-1.346 23.711-1.346 94.778 0 118.489 1.089 23.006 6.344 43.384 23.198 60.174s37.168 22.044 60.174 23.198c23.711 1.346 94.778 1.346 118.489 0 23.006-1.089 43.384-6.344 60.174-23.198 16.79-16.79 22.044-37.168 23.198-60.174 1.346-23.711 1.346-94.714 0-118.425zm-30.631 143.865c-4.998 12.56-14.675 22.237-27.299 27.299-18.904 7.498-63.762 5.767-84.653 5.767s-65.813 1.666-84.653-5.767c-12.56-4.998-22.237-14.675-27.299-27.299-7.498-18.904-5.767-63.762-5.767-84.653s-1.666-65.813 5.767-84.653c4.998-12.56 14.675-22.237 27.299-27.299 18.904-7.498 63.762-5.767 84.653-5.767s65.813-1.666 84.653 5.767c12.56 4.998 22.237 14.675 27.299 27.299 7.498 18.904 5.767 63.762 5.767 84.653s1.73 65.813-5.767 84.653z' fill='%23D8478F'/%3E%3C/svg%3E") center no-repeat}.social-button--tiktok{background:0 0}.social-button--tiktok:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--tiktok:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M18.99 8.02a4.033 4.033 0 01-4.04-3.99h-2.6v11c0 1.04-.68 1.92-1.62 2.23-.27.09-.57.13-.87.12-.39-.02-.76-.14-1.08-.33a2.346 2.346 0 01-1.15-1.98 2.352 2.352 0 012.36-2.39c.26 0 .51.04.74.12V10.16a4.984 4.984 0 00-4.5 1.62c-.73.81-1.16 1.85-1.23 2.94-.09 1.43.44 2.79 1.45 3.8.15.15.31.28.47.41a4.996 4.996 0 003.81.97 4.99 4.99 0 002.78-1.39 4.85 4.85 0 001.46-3.47l-.01-5.82c.45.35.94.63 1.46.85.82.34 1.68.52 2.57.52V8.02c.01 0 0 0 0 0z'/%3E%3C/svg%3E") center no-repeat}.social-button--yandexzen{background:0 0}.social-button--yandexzen:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--yandexzen:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23383B3F' d='M3 11.5c0-4 0-6 1.3-7.3C5.5 3 7.5 3 11.5 3c0 3.6-.1 5.7-1.5 7-1.3 1.4-3.4 1.5-7 1.5zm7 2.5c-1.4-1.4-3.4-1.5-7-1.5v-.9V12.4c0 4.1 0 6.1 1.3 7.4C5.5 21 7.5 21 11.5 21c0-3.6-.1-5.7-1.5-7zm9.7-9.7C18.5 3 16.5 3 12.5 3c0 3.6.1 5.7 1.5 7 1.4 1.4 3.4 1.5 7 1.5v.9V11.6c0-4 0-6.1-1.3-7.3zM14 14c-1.4 1.4-1.5 3.4-1.5 7 4 0 6 0 7.3-1.3 1.3-1.3 1.3-3.3 1.3-7.3-3.7.1-5.8.2-7.1 1.6z'/%3E%3C/svg%3E") center no-repeat}.social-button--whatsapp{background:0 0}.social-button--whatsapp:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--whatsapp:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2365BC54' d='M21.14 11.765c0 4.918-4.018 8.904-8.974 8.904-1.573 0-3.052-.402-4.337-1.108l-4.969 1.579 1.62-4.777c-.817-1.342-1.288-2.916-1.288-4.598 0-4.918 4.018-8.904 8.974-8.904s8.974 3.986 8.974 8.904zm-8.974-7.487c-4.16 0-7.544 3.358-7.544 7.486 0 1.638.534 3.154 1.438 4.39l-.943 2.78 2.899-.922c1.191.782 2.618 1.238 4.15 1.238 4.16 0 7.545-3.358 7.545-7.486 0-4.127-3.385-7.486-7.545-7.486zm4.532 9.537c-.057-.091-.203-.146-.422-.255-.221-.109-1.303-.638-1.504-.709-.201-.073-.349-.109-.495.109-.146.217-.567.709-.696.855s-.257.164-.477.056c-.22-.109-.928-.341-1.769-1.084-.654-.579-1.095-1.292-1.224-1.511-.128-.218-.013-.336.096-.445l.331-.382c.11-.127.146-.218.22-.364.073-.146.037-.273-.019-.382-.055-.109-.495-1.183-.679-1.62-.181-.438-.365-.365-.493-.365l-.421-.018s-.386.054-.587.273c-.201.218-.77.747-.77 1.82 0 1.074.788 2.112.898 2.258.11.145 1.521 2.42 3.758 3.294 2.237.874 2.237.582 2.64.546.402-.036 1.301-.528 1.484-1.037.183-.511.183-.948.129-1.039z'/%3E%3C/svg%3E") center no-repeat}.social-button--viber{background:0 0}.social-button--viber:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--viber:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%237B519D'%3E%3Cpath d='M17.475 10.762c.019-2.172-1.831-4.163-4.123-4.438l-.148-.021-.349-.039c-.47 0-.595.33-.628.527-.032.191-.001.352.091.478.156.211.43.249.649.279l.175.028c2.06.46 2.753 1.184 3.092 3.226l.017.176c.015.245.046.752.592.752l.146-.012c.508-.077.491-.542.483-.764l.002-.162.001-.03z'/%3E%3Cpath d='M12.721 5.527l.167.016c3.382.52 4.937 2.122 5.368 5.53l.01.204c.004.266.013.82.608.832h.019c.186 0 .334-.056.44-.167.186-.194.172-.482.162-.713l-.005-.157c.044-3.485-2.974-6.646-6.456-6.764l-.042.003-.042.002-.122-.006-.179-.008c-.555 0-.66.395-.674.629-.032.542.494.58.746.599z'/%3E%3Cpath d='M18.092 15.479l-.215-.169c-.37-.297-.763-.57-1.143-.835l-.235-.166c-.486-.341-.925-.508-1.338-.508-.557 0-1.042.308-1.443.915-.177.269-.391.399-.657.399-.157 0-.336-.045-.53-.134-1.57-.712-2.692-1.804-3.333-3.246-.31-.696-.209-1.152.336-1.522.31-.21.887-.602.846-1.352-.046-.851-1.925-3.413-2.716-3.704-.336-.122-.688-.123-1.05-.002-.91.306-1.563.843-1.888 1.554-.314.686-.3 1.492.041 2.331.987 2.424 2.375 4.536 4.125 6.279 1.714 1.709 3.819 3.106 6.258 4.157.222.095.452.146.62.184l.143.033.063.009h.019c1.147 0 2.526-1.048 2.948-2.243.37-1.049-.306-1.565-.851-1.98z'/%3E%3Cpath d='M13.229 8.295c-.196.005-.605.016-.748.432-.067.194-.059.363.023.502.122.204.354.266.567.3.771.124 1.165.549 1.244 1.339.036.369.284.626.604.626l.07-.004c.383-.046.569-.327.552-.836.006-.532-.271-1.136-.745-1.617-.474-.483-1.046-.754-1.567-.742z'/%3E%3C/g%3E%3C/svg%3E") center no-repeat}.social-button--github{background:0 0}.social-button--github:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--github:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3a9.12 9.12 0 00-9 9.23A9.2 9.2 0 009.15 21c.45.09.62-.2.62-.44v-1.57c-2.5.56-3-1.24-3-1.24a2.46 2.46 0 00-1-1.35c-.82-.57.06-.56.06-.56a1.9 1.9 0 011.38.95 1.89 1.89 0 002.62.77 2 2 0 01.57-1.23c-2-.24-4.1-1-4.1-4.56a3.6 3.6 0 01.93-2.48 3.41 3.41 0 01.09-2.44s.75-.25 2.47.94A8.93 8.93 0 0112 7.46a8.91 8.91 0 012.25.31c1.72-1.19 2.47-.94 2.47-.94a3.29 3.29 0 01.09 2.44 3.6 3.6 0 01.93 2.48c0 3.54-2.1 4.32-4.11 4.55a2.24 2.24 0 01.61 1.7v2.53c0 .3.16.53.62.44A9.21 9.21 0 0021 12.23 9.12 9.12 0 0012 3z' fill='%23221E1B'/%3E%3C/svg%3E") center no-repeat}.social-button--discord{background:0 0}.social-button--discord:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--discord:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.54 6.91a13.65 13.65 0 00-3.25-1 7.1 7.1 0 00-.41.83 12.47 12.47 0 00-3.66 0 9.12 9.12 0 00-.41-.83 13.29 13.29 0 00-3.26 1A13.52 13.52 0 004.07 16a13.53 13.53 0 004 2h.06A10.11 10.11 0 009 16.75a.05.05 0 000-.07 9 9 0 01-1.25-.6.05.05 0 010-.08l.25-.2a9.52 9.52 0 008.05 0h.05l.25.2v.08a8 8 0 01-1.25.6v.07a11.23 11.23 0 00.81 1.33h.06a13.45 13.45 0 004-2 13.48 13.48 0 00-2.36-9.11zm-8.19 7.31a1.54 1.54 0 01-1.44-1.61A1.53 1.53 0 019.35 11a1.51 1.51 0 011.43 1.61 1.52 1.52 0 01-1.43 1.61zm5.31 0a1.53 1.53 0 01-1.43-1.61A1.52 1.52 0 0114.66 11a1.52 1.52 0 011.44 1.61 1.52 1.52 0 01-1.44 1.61z' fill='%235865F2'/%3E%3C/svg%3E") center no-repeat}.social-button--rutube{background:0 0}.social-button--rutube:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--rutube:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.7 5.4H4v13h3.3v-4.2h6.2l2.8 4.2H20l-3.1-4.3c1-.2 1.7-.5 2.1-1.1s.6-1.5.6-2.8v-1c0-.7-.1-1.3-.2-1.8-.1-.4-.4-.8-.7-1.2-.4-.3-.7-.6-1.2-.7-.5 0-1.1-.1-1.8-.1zm-.5 6H7.3v-3h7.9c.4 0 .8.1.9.2.2.1.3.4.3.8v1.1c0 .4-.1.6-.3.8-.2 0-.5.1-.9.1z' fill='%230B1D38'/%3E%3C/svg%3E") center no-repeat}.social-button--yappy{background:0 0}.social-button--yappy:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--yappy:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.7 10.4c-.6-3.1-1.6-5-3.3-6.1-1.6-1.1-3.8-1.3-6.9-.7-6 1.2-8 4.1-6.8 10.2.6 3.1 1.6 5 3.3 6.1 1 .7 2.3 1 3.9 1 .9 0 1.9-.1 3-.3 3.1-.6 5-1.6 6.1-3.3 1-1.6 1.3-3.8.7-6.9zm-1.8 6.2c-.9 1.3-2.6 2.2-5.3 2.7-2.7.5-4.6.4-6-.5-1.3-.9-2.2-2.6-2.7-5.3-.1-.7-.2-1.3-.3-1.9l.3 1 1-.3c.2.4.5.7.8 1 .1-.2.3-.3.5-.3.3 0 .6.2.6.5 0 .1 0 .2-.1.3.3.1.7 0 1-.1 1.1-.3 1.7-1.5 1.6-2.7l.8-.2-.4-1.2-6.2 1.9C4.2 7.6 6 5.8 10.6 4.9c1-.2 1.9-.3 2.8-.3 1.3 0 2.4.3 3.2.8 1.3.9 2.2 2.6 2.7 5.3.7 2.7.5 4.6-.4 5.9zm-.5-9.3.4 1.2-.8.2c.1 1.2-.5 2.4-1.6 2.7-.3.1-.7.1-1 .1 0-.1.1-.2.1-.3 0-.3-.3-.6-.6-.5-.2 0-.4.2-.5.4-.3-.3-.6-.6-.8-1l-1 .3-.4-1.2 6.2-1.9zm-3.5 6.8c-.1.8-.5 1.2-.8 1.4-.4.3-.9.4-1.3.4h-.5c-.3-.1-.6-.4-.5-.7.1-.3.4-.6.7-.5.1 0 .6.1.8-.1.2-.1.3-.3.3-.6s.4-.6.7-.5c.4-.1.7.2.6.6z' fill='%2300E6BC'/%3E%3C/svg%3E") center no-repeat}.social-button--pikabu{background:0 0}.social-button--pikabu:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--pikabu:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19.9 12.2c-.3-1.4-1-2.6-1.9-3.7-.1-.1-.2-.2-.2-.4-.1-.3-.2-.6-.3-.8-.7-1.2-1.8-2.1-3.1-2.5-.9-.4-1.9-.4-2.8-.2h-.2c-.5-.1-1-.2-1.6-.2-1.2-.1-2.4.1-3.5.6-1.5.6-2.4 2.2-2.1 3.8 0 .2.1.5.1.7-.2 1-.2 2.1-.3 3.1v.4c0 .6 0 1.2.2 1.8.3 1 .9 1.9 1.6 2.6.7.6 1.4 1.1 2.3 1.5.9.4 1.9.6 2.9.7 1.4.1 2.8-.3 4-1.2.6-.4 1.1-.9 1.6-1.4.1-.1.3-.2.5-.2 1.2-.2 2.2-1 2.6-2.1.3-.8.4-1.7.2-2.5zm-8.2-6c.2-.1.5-.2.8-.2 1.6.1 2.8.8 3.6 2.2.1.1.1.2.1.3.1.4-.1.7-.5.7-.4.1-.7 0-1.1-.1-1-.3-1.9-.8-2.6-1.5-.3-.3-.5-.6-.6-.9.1-.3.1-.4.3-.5zm2.6 10.7c-.7.6-1.5 1-2.4 1.1-.8.1-1.6 0-2.3-.2-.9-.3-1.8-.7-2.6-1.3-.6-.5-1.1-1.1-1.4-1.9-.1-.4-.1-.7-.1-1.1v-1.7l.3.3c.9.9 1.9 1.7 3.1 2.3 1.5.8 3.1 1.5 4.7 2l1 .3s-.2.1-.3.2zm2.3-1.7h-.4c-.8 0-1.5-.2-2.2-.4-1.8-.6-3.6-1.4-5.2-2.4-1-.6-1.9-1.5-2.5-2.4-.3-.5-.5-1-.6-1.6-.1-.9.4-1.6 1.1-2 .7-.3 1.4-.4 2.1-.4h1c.1 0 .1 0 .1.1-.1.7 0 1.4.5 1.9.6.8 1.4 1.5 2.3 2 .7.4 1.4.7 2.2.8.8.1 1.5.1 2.2-.4.2-.2.2-.2.4.1.5.8.9 1.7 1 2.6v.1c-.1 1-.9 1.9-2 2z' fill='%238AC858'/%3E%3C/svg%3E") center no-repeat}.social-button--yandex{background:0 0}.social-button--yandex:hover{background:0 0;background:rgba(0,0,0,.05)}.social-button--yandex:before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17.8 20.8h-3.1V5.6h-1.4c-2.5 0-3.8 1.3-3.8 3.1 0 2.1.9 3.1 2.8 4.4l1.5 1-4.4 6.7H6.2l4-5.9C7.9 13.3 6.6 11.7 6.6 9c0-3.4 2.4-5.7 6.8-5.7h4.4v17.5z' fill='%23FC3F1D'/%3E%3C/svg%3E") center no-repeat}@media (min-width:768px){.social-button--line,.social-button--sms{display:none}}.social-buttons--square .social-button{padding:0 .1em;width:2em;height:2em}.social-buttons--circle .social-button{border-radius:50%}.social-buttons--small .social-button{width:1.7em;height:1.7em}.wp-star-rating{white-space:nowrap}.wp-star-rating.disabled .star-rating-item{cursor:default}.wp-star-rating.process{opacity:.5}.wp-star-rating.process .star-rating-item{-webkit-animation-name:flash;animation-name:flash;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.star-rating-item{color:#ccc;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.star-rating-item svg{font-size:1.3em}.star-rating-item.hover{color:#4d3bfe}.star-rating--score-1:not(.hover) .star-rating-item:nth-child(1){color:#4d3bfe}.star-rating--score-2:not(.hover) .star-rating-item:nth-child(1),.star-rating--score-2:not(.hover) .star-rating-item:nth-child(2){color:#4d3bfe}.star-rating--score-3:not(.hover) .star-rating-item:nth-child(1),.star-rating--score-3:not(.hover) .star-rating-item:nth-child(2),.star-rating--score-3:not(.hover) .star-rating-item:nth-child(3){color:#4d3bfe}.star-rating--score-4:not(.hover) .star-rating-item:nth-child(1),.star-rating--score-4:not(.hover) .star-rating-item:nth-child(2),.star-rating--score-4:not(.hover) .star-rating-item:nth-child(3),.star-rating--score-4:not(.hover) .star-rating-item:nth-child(4){color:#4d3bfe}.star-rating--score-5:not(.hover) .star-rating-item:nth-child(1),.star-rating--score-5:not(.hover) .star-rating-item:nth-child(2),.star-rating--score-5:not(.hover) .star-rating-item:nth-child(3),.star-rating--score-5:not(.hover) .star-rating-item:nth-child(4),.star-rating--score-5:not(.hover) .star-rating-item:nth-child(5){color:#4d3bfe}.star-rating-text{font-size:.8em}

.wpcf7-list-item > label {display:flex;}
