﻿

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

/* CSS Document */


body {
margin:0px;
font-family: "TildaSans", serif;
background: #121212;
font-size:16px;
line-height:normal;
color: #000;
padding:220px 0 0 0px;
}

a {
text-decoration:underline;
color: #000;
}

a, .btns, button, .feedback, .all {
transition: .5s;
}

a:hover {
text-decoration:none;
}

section {
display:block;
margin:0rem;
padding:0rem;
}

p {
margin:0 0 24px 0;
}

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

select, input, textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: "TildaSans", serif;
}

* {
box-sizing: border-box;
}

table {
border-spacing: 0rem;
}

button {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
display: block
}

input, button, textarea, select {
font-size:16px;
outline:none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}

input[type="number"] {
-moz-appearance: textfield;
}

button {
margin:0rem;
padding:0rem;
border:0rem;
cursor:pointer;
}

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

iframe {
max-width:100% !important;
max-height:100% !important;
}

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

.header {
position:fixed;
top:0px;
left:0px;
right:0px;
z-index:9;
background:#121212;
padding:60px 0;
transition: .5s;
}

.header.fixed {
padding:20px 0;
}

.header .site-width {
display:flex;
align-items:center;
gap:20px;
position:relative;
}

.header .logo a {
display:block;
text-decoration:none;
width:160px;
height:31px;
background:url(../images/logo.svg) no-repeat;
}

.header .logo span {
display:block;
text-decoration:none;
width:160px;
height:31px;
background:url(../images/logo.svg) no-repeat;
}

.header .menu {
flex:1;
padding:0 0 0 10px;
}

.header .menu ul {
list-style:none;
margin:0px;
padding:0px;
display:flex;
gap:20px;
}

.header .menu a {
text-decoration:none;
color: #F5F5F5;
font-size: 14.1px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 113.475% */
}

.header .menu a:hover {
text-decoration:underline;
}

.header .menu li {
position:relative;
padding:10px 0;
}

.header .menu li ul {
position:absolute;
top:100%;
left:0px;
z-index:9;
padding:20px;
background:#fff;
flex-direction:column;
display:none;
}

.header .menu li:hover > ul {
display:flex;
}

.header .menu li ul li {
padding:0px;
}

.header .menu li ul a {
color:#000;
white-space: nowrap;
}

.header .free {
display:block;
text-decoration:none;
cursor:pointer;
border-radius: 12px;
background: #0100FF;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
letter-spacing: -0.8px;
padding:12px 22px;
transition: .5s;
}

.header .login {
display:block;
text-decoration:none;
cursor:pointer;
border-radius: 12px;
background: #FFF;
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 100% */
letter-spacing: -0.8px;
padding:12px 22px;
transition: .5s;
}

.header .free:hover, .header .login:hover {
opacity:.7;
}

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

.section-1 .site-width {
display:flex;
align-items:flex-end;
gap:19px;
}

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

.section-1 .col-right {
font-size:0px;
line-height:0px;
}

.section-1 .birks {
display:flex;
flex-wrap:wrap;
gap:25px;
margin:0 0 39px 0;
}

.section-1 .item {
display:flex;
align-items:center;
gap:8px;
padding:8px 10px;
border-radius: 10px;
background:#fff;
color: #4B587C;
font-size: 6px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-decoration:none;
min-width:164px;
}

.section-1 .item .icon {
font-size:0px;
line-height:0px;
}

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

.section-1 .item span {
display:block;
margin:1px 0 0 0;
color: #4B587C;
font-size: 10px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

.section-1 .title {
color: #F5F5F5;
font-size: 32.8px;
font-style: normal;
font-weight: 500;
line-height: 36px; /* 109.756% */
margin:0 0 20px 0;
}

.section-1 .title span {
display:block;
color: #F5F5F5;
font-style: normal;
font-weight: 700;
line-height: 64px; /* 111.111% */
letter-spacing: -3px;
}

.section-1 .desc {
color: #F5F5F5;
font-size: 17.7px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 158.192% */
margin:0 0 35px 0;
opacity: 0.65;
}

.section-1 .bottom {
display:flex;
align-items:center;
gap:14px;
}

.section-1 .btns {
display:block;
text-decoration:none;
cursor:pointer;
padding:10px 17px;
border-radius: 12px;
background: #00F;
color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 31px; /* 172.222% */
}

.section-1 .info {
color: rgba(245, 245, 245, 0.64);
font-size: 12.8px;
font-style: normal;
font-weight: 700;
line-height: 14px; /* 109.375% */
}

.section-1 .info a {
text-decoration:none;
color: #5199FF;
font-weight: 600;
}

.title-section {
color: #F5F5F5;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 143.75% */
margin:0 0 35px 0;
text-align:center;
}

.section-2 .slider {
font-size:0px;
line-height:0px;
}

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

.section-3 .block {
border-radius: 24px;
background: #181924;
padding:44px 60px;
}

.section-3 .title, .section-3 .title h2 {
color: #F5F5F5;
text-align: center;
font-size: 40.4px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 123.762% */
letter-spacing: 1px;
margin:0 0 52px 0;
}

.section-3 .description {
color: #F5F5F5;
font-size: 28.9px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 110.727% */
margin:0 0 33px 0;
text-align:center;
}

.section-3 .flex {
display:flex;
justify-content: space-between;
flex-wrap:nowrap;
gap:10px;
}

.section-3 .item {
display:flex;
align-items:center;
gap:20px;
}

.section-3 .icon {
font-size:0px;
line-height:0px;
}

.section-3 .desc {
color: #F5F5F5;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 111.111% */
flex:1;
}

.section-3 .desc b {
display:block;
margin:0 0 7px 0;
color: #F5F5F5;
font-size: 17.7px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 112.994% */
}

.section-3 .flex-two {
display:flex;
justify-content: space-between;
gap:24px;
}

.section-3 .flex-two .item {
align-items:flex-start;
flex-direction:column;
}

.section-3 .flex-two .desc {
color: #F5F5F5;
font-size: 16.8px;
font-style: normal;
font-weight: 700;
line-height: 18.72px; /* 111.429% */
}

.section-4 {
margin:0 0 143px 0;
}

.section-4 .title {
color: #F5F5F5;
font-size: 24.6px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 113.821% */
margin:0 0 35px 0;
text-align:center;
}

.section-4 .subtitle {
color: #F5F5F5;
font-size: 28.9px;
font-style: normal;
font-weight: 400;
line-height: 49.6px; /* 171.626% */
margin:0 0 70px 0;
text-align:center;
}

.section-4 .flex {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:53px;
width:100%;
max-width:874px;
margin:0 auto;
}

.section-4 .item {
width:calc(33.333% - 36px);
margin:0 0 -23px 0;
border-radius: 12px;
background: #181924;
color: #F5F5F5;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 31px;
text-align:center;
padding:9px;
text-decoration:none;
}

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

.title-block {
color: #F5F5F5;
font-size: 40.4px;
font-style: normal;
font-weight: 700;
line-height: 46px; /* 113.861% */
margin:0 0 40px 0;
text-align:center;
}

.section-5 .tabs__content {
display:none;
width:100%;
max-width:890px;
margin:0 auto;
}

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

.section-5 .tabs__caption {
list-style:none;
margin:0px 0 20px 0;
padding:0px;
border-radius: 12px;
background: #1F1F2E;
display:inline-flex;
padding:5px;
}

.section-5 .tabs__caption li {
cursor:pointer;
padding:10px 20px;
border-radius: 8px;
color: #B0B0B0;
font-size: 14.1px;
font-style: normal;
font-weight: 400;
line-height: 16px;
display:flex;
align-items:center;
gap:21px;
}

.section-5 .tabs__caption li.active {
cursor:default;
background: #00F;
color: #FFF;
}

.section-5 .tabs__caption li span {
border-radius: 6px;
background: #FFF;
padding:6px 7px;
color: #0E0D26;
font-size: 11.1px;
font-style: normal;
font-weight: 400;
line-height: 12px; /* 108.108% */
}

.section-5 .flex {
display:flex;
flex-wrap:wrap;
gap:40px;
margin:0 0 25px 0;
}

.section-5 .btns {
    margin-top: 20px;
    text-align: center;
    color: #f5f5f5;
    background-color: #0000FF;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s;
}

.section-5 .item {
width:calc(33.333% - 27px);
border-radius: 12px;
background: #181924;
padding:25px 15px;
text-align:left;
}

.section-5 .name {
color: #F5F5F5;
font-size: 28.1px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 113.879% */
margin:0 0 35px 0;
}

.section-5 .date {
color: #7D66F6;
font-size: 17px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 117.647% */
padding:0 0 16px 0;
margin:0 0 35px 0;
border-bottom: 1px solid rgba(204, 204, 204, 0.34);
}

.section-5 .counter {
color: #B0B0B0;
font-size: 15.9px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 113.208% */
margin:0 0 55px 0;
}

.section-5 .counter span {
display:block;
color: #F5F5F5;
font-size: 28.1px;
font-style: normal;
font-weight: 700;
line-height: 32px; /* 113.879% */
}

.section-5 .button {
display:block;
text-decoration:none;
cursor:pointer;
padding:12px;
border-radius: 12px;
background: #00F;
color: #F5F5F5;
font-size: 14.6px;
font-style: normal;
font-weight: 600;
line-height: 16px;
text-align:center;
}

.section-5 .item ul {
list-style:none;
margin:0 0 38px 0;
display:flex;
flex-direction:column;
gap:10px;
border-radius: 10px;
background: #1F1F2E;
padding:15px 16px;
color: #D1D1E0;
font-size: 11.9px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 117.647% */
}

.section-5 .item ul li {
position:relative;
padding:0 0 0 14px;
background:url(../images/section5-yes.svg) no-repeat 0 center;
}

.section-5 .item:nth-child(1) ul li:nth-child(4),
.section-5 .item:nth-child(1) ul li:nth-child(5),
.section-5 .item:nth-child(2) ul li:nth-child(5) {
background:url(../images/section5-close.svg) no-repeat 0 center;
}

.section-6 .title-block {
margin:0 0 101px 0;
}

.section-6 .flex {
display:flex;
flex-wrap:wrap;
gap:44px;
}

.section-6 .item {
width:calc(50% - 22px);
border-radius: 12px;
background: #181924;
padding:20px;
}

.section-6 .top {
display:flex;
align-items:center;
gap:18px;
margin:0 0 19px 0;
}

.section-6 .photo {
font-size:0px;
line-height:0px;
overflow:hidden;
width:60px;
border-radius: 8px;
}

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

.section-6 .rating {
display:flex;
gap:8px;
font-size:0px;
line-height:0px;
}

.section-6 .name {
color: #F5F5F5;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 111.111% */
}

.section-6 .link {
color: #D5D5D5;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.section-6 .text {
color: #F5F5F5;
font-size: 14.1px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 177.305% */
}

.section-7 .title-block {
margin:0 0 52px 0;
}

.block-masonry {
width:100%;
max-width:1025px;
margin:0 auto 50px auto;
position:relative;
display:flex;
flex-wrap:wrap;
gap:40px;
padding:50px 0;
}

.block-masonry:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:68px;
right:68px;
z-index:1;
border-radius: 12px;
background: #181924;
}

.block-masonry .item {
width:calc(33.333% - 40px);
border-radius: 4px;
border: 1px solid #D9E1EC;
background: #FFF;
padding:17px;
margin:20px;
position:relative;
z-index:3;
}

.block-masonry .rating {
display:flex;
gap:8px;
font-size:0px;
line-height:0px;
margin:0 0 14px 0;
}

.block-masonry .text {
color: #000;
font-size: 11.2px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin:0 0 25px 0;
}

.block-masonry .info {
display:flex;
align-items:center;
gap:13px;
}

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

.block-masonry .name {
color: #21293C;
font-size: 11.2px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.block-masonry .name span {
display:block;
margin:5px 0 0 0;
color: #4B587C;
font-size: 11.2px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.block-masonry .bottom {
display:flex;
align-items:center;
justify-content: space-between;
gap:10px;
margin:14px 0 0 0;
padding:14px 0 0 0;
border-top:1px #D9E1EC solid;
}

.block-masonry .link {
color: #A5ABBD;
font-size: 11.2px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration:none;
}

.block-masonry .icon {
font-size:0px;
line-height:0px;
}

.section-7 .block-hunt {
background:#181924;
display:table;
margin:0 auto;
border-radius:10px;
padding:6px 25px 15px 25px;
color: #EEF2FF;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-align:center;
}

.section-7 .block-name {
color: #EEF2FF;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: normal;
display:flex;
align-items:center;
justify-content: center;
gap:4px;
margin:0 0 16px 0;
}

.section-7 .block-name:before {
content:"";
width:20px;
height:19px;
background:url(../images/section7-icon.svg) no-repeat;
}

.section-7 .block-rating {
display:flex;
gap:6px;
font-size:0px;
line-height:0px;
margin:0 0 11px 0;
}

.section-8 .title {
color: #F5F5F5;
font-size: 32.8px;
font-style: normal;
font-weight: 700;
line-height: 36px; /* 109.756% */
margin:0 0 20px 0;
}

.section-8 .flex {
display:flex;
align-items:center;
justify-content: space-between;
gap:30px;
}

.section-8 .text {
color: #F5F5F5;
font-size: 17.7px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 158.192% */
margin:0 0 44px 0;
opacity: 0.64;
}

.section-8 .col-left {
width:100%;
max-width:487px;
}

.section-8 .logo {
font-size:0px;
line-height:0px;
border-radius: 12px;
background: #FFF;
padding:24px;
margin:0 0 92px 0;
}

.section-8 .info {
display:flex;
flex-wrap:wrap;
gap:60px;
color: #FFF;
font-size: 17.7px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 112.994% */
}

.section-8 .info a {
background: linear-gradient(0deg, #00C6FB 1%, #8B5CF6 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 17.7px;
font-style: normal;
font-weight: 400;
line-height: 20px;
border-bottom:1px #00C6FB solid;
}

.section-8 .info a:hover {
border-bottom:1px transparent solid;
}

.section-9 .site-width {
display:flex;
flex-direction:column;
gap:20px;
}

.section-9 .item {
width:100%;
padding:36px;
border-radius: 12px;
border: 1px solid #EEE;
color: #FFF;
font-size: 16.2px;
font-style: normal;
font-weight: 300;
line-height: 27.9px;
}

.section-9 h3 {
font-weight: 700;
line-height: 18px; /* 111.111% */
margin:0 0 10px 0;
}

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

.footer .flex {
display:flex;
justify-content: space-between;
gap:20px;
margin:0 0 43px 0;
}

.footer .text {
color: #888;
font-size: 8.9px;
font-style: normal;
font-weight: 400;
line-height: 14px;
text-align:center;
}

.footer .col {
width:100%;
max-width:154px;
}

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

.footer ul a {
text-decoration:none;
color: #FFF;
font-size: 14.1px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 113.475% */
}

.footer ul a:hover {
text-decoration:underline;
}

.footer .logo {
display:block;
text-decoration:none;
width:160px;
height:31px;
background:url(../images/logo.svg) no-repeat;
margin:0 0 33px 0;
}

.footer .copyright {
margin:0 0 126px 0;
color: #7D7D7D;
font-size: 11.9px;
font-style: normal;
font-weight: 400;
line-height: 14px; /* 117.647% */
}

.footer .copyright p {
margin:0 0 15px 0;
}

.footer .sitemap {
display:inline-flex;
align-items:flex-start;
flex-direction:column;
color: #FFF;
font-size: 14.1px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 156.028% */
}

.footer .sitemap:before {
content:"";
width:21px;
height:20px;
background:url(../images/sitemap.svg) no-repeat;
}

.mobile-menu {
display:none;
}

.section-1 .btns:hover {
opacity:.7;
}

.section-10 {
margin:0 0 141px 0;
}

.section-10 .title-block {
font-size: 40.4px;
font-style: normal;
font-weight: 700;
line-height: 50px; /* 123.762% */
letter-spacing: 1px;
margin:0 0 52px 0;
}

.section-10 .block {
border-radius: 24px;
background: #181924;
padding: 44px 60px 55px 60px;
}

.section-10 .navigator {
margin:0 0 52px 0;
}

.slick-dots {
z-index:3;
width:100%;
max-width:789px;
margin:0 auto;
display:flex;
justify-content: center;
padding:0px;
gap:15px;
}

.slick-dots button {
margin:0px;
padding:0px;
width:100%;
height:4px;
background: rgba(255, 255, 255, 0.10);
font-size:0px;
line-height:0px;
border-radius:555px;
}

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

.slick-dots li.slick-active button {
position:relative;
background:#fff;
}

.section-10 .slick-slide {
width:100%;
max-width:320px;
position:relative;
overflow:hidden;
border-radius: 12px;
}

.section-10 .slick-current + .slick-slide {
max-width:376px;
}

.section-10 .slick-slide video {
width:100% !important;
height:538px !important;
border-radius: 12px;
}

.section-10 .slick-current + .slick-slide video {
width:100% !important;
height:669px !important;
}

.section-10 .slick-track {
display:flex !important;
align-items:center;
gap:30px;
}

.section-10 .slick-slide:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:3;
cursor:pointer;
border-radius: 12px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.section-10 .slick-current + .slick-slide:before {
display:none;
}

.section-10 .owl-item {
width:320px !important;
position:relative;
overflow:hidden;
border-radius: 12px;
}

.section-10 .owlslider .slide video {
width:100% !important;
height:538px !important;
border-radius: 12px;
}

.section-10 .owl-item.center video {
width:100% !important;
height:669px !important;
}

.section-10 .owl-item.center {
width:376px !important;
}

.section-10 .owl-carousel .owl-stage {
display:flex !important;
align-items:center;
}

.section-10 .owl-item:before {
content:"";
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
z-index:3;
cursor:pointer;
border-radius: 12px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.section-10 .owl-item.center:before {
display:none;
}

.progress-container {
width:100%;
max-width:789px;
margin:0 auto 52px auto;
display:flex;
justify-content: center;
padding:0px;
gap:15px;
}

.progress-bar {flex:1; height: 4px; background: rgba(255, 255, 255, 0.10); border-radius:555px; position:relative; }

.progress-fill { height: 100%; width: 0%; background: #fff; border-radius:555px; transition: width 0.3s; }

.section-10 video { width: 100%; height: 100%; object-fit: cover; }

































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

.section-1 .col-right {
max-width:50%;
}

.owl-carousel {
margin:0 -60px;
width:auto !important;
}





}




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

.header {
margin:40px 0;
}

.section-1 .title, .section-1 .title span {
font-size: 33px;
font-style: normal;
font-weight: 600;
line-height: 36px; /* 109.091% */
}

.header .menu {
display:none;
position:absolute;
top:calc(100% + 10px);
right:20px;
z-index:3;
border-radius: 12px;
background: #0100FF;
padding:12px 24px;
}

.header .menu ul {
flex-direction:column;
}

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

.header .logo {
flex:1;
}

.section-3 .block {
padding:20px 25px;
}

.section-3 .title, .section-3 .title h2 {
font-size: 24.6px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 113.821% */
margin:0 0 36px 0;
}

.section-3 .description {
font-size: 29.1px;
font-style: normal;
font-weight: 400;
line-height: 32px; /* 109.966% */
margin:0 0 45px 0;
}

.section-5 .flex {
gap:20px;
}

.section-5 .item {
width:calc(33.333% - 14px);
}

.section-6 .flex {
gap:30px;
}

.section-6 .item {
width:calc(50% - 15px);
}

.block-masonry .item {
margin:0px;
}














}




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

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

.section-1 .site-width {
flex-direction:column;
gap:80px;
}

.header .free, .header .login {
display:none;
}

.section-1 .birks {
gap:5px;
margin:0 0 80px 0;
}

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

.section-1 .title {
text-align:center;
}

.section-1 .desc {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
margin:0 0 22px 0;
text-align:center;
}

.section-1 .bottom {
flex-direction:column;
gap:22px;
text-align:center;
}

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

.title-section {
margin:0 0 45px 0;
}

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

.section-3 .flex {
flex-direction:column;
gap:23px;
}

.section-3 .item br {
display:none;
}

.section-3 .flex-two {
flex-direction:column;
}

.section-3 .flex-two .item {
align-items: center;
flex-direction: row;
}

.section-4 .flex {
gap:30px;
padding:0 30px;
}

.section-4 .item {
width:100%;
margin:0px;
}

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

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

.section-6 .top {
flex-wrap:wrap;
}

.section-6 .rating {
width:100%;
}

.block-masonry {
padding:20px 0;
}

.block-masonry .item {
width:100%;
}

.block-masonry:before {
left:10px;
right:10px;
}

.section-6 .title-block {
margin:0 0 35px 0;
}

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

.section-8 .info div {
display:flex;
align-items:flex-start;
flex-direction:column;
}

.section-8 .info {
align-items:center;
}

.section-9 .item {
padding:17px 23px;
}

.footer .flex {
flex-direction:column;
gap:55px;
position:relative;
}

.footer .copyright {
margin:0px;
}

.footer .sitemap {
position:absolute;
bottom:-35px;
right:20px;
}

.footer {
padding:0 0 20px 0;
}

.section-3 .desc {
font-size:17px;
}

.section-3 .icon {
width:100px;
text-align:center;
}

.section-1 .item {
min-width:inherit;
}

.section-10 .owl-item {
width: 187px !important;
}

.section-10 .owl-item.center {
width: 266px !important;
flex-shrink:0;
}

.header.fixed {
margin:0px;
}

.section-10 .owl-item.center, .section-10 .owl-item {
width:100% !important;
}

.owl-carousel {
margin:0 -40px;
}

.section-10 .owl-item:before {
display:none;
}












}




