*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #404040;
    background: #f1f5f8;
}

a, button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
    z-index: 1;
}
.container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
}
.navbar {
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
    color: #404040;
    background: rgba(255, 255, 255, 0);
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
   }
}
.navbar .navbrand {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}
.navbar .navbrand .cleaning {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    transition: all 0.35s ease;
    z-index: 1;
}
.navbar .navbrand .cleaning-close {
    display: none;
    z-index: 1;
}
.navbar .navbrand .cleaning.active .cleaning-open {
    display: none;

}
.navbar .navbrand .cleaning.active .cleaning-close {
    display: flex;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .navbar .navbrand .cleaning {
        display: none;
   }
}
.navbar .menu {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-left: 219px;
}
.navbar .menu-item {
    margin: 0.5rem 0;
}
.navbar .menu-link {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #404040;
    text-rendering: optimizeLegibility;
    transition: all 0.35s ease;

    width: 131px;
height: 19px;
left: calc(50% - 131px/2 - 265.5px);
top: calc(50% - 19px/2);
font-family: TT Travels;
line-height: 120%;
letter-spacing: 0.2px;

}
.navbar .menu-link:hover {
    color: #148cb8;
}
.navbar .menu.active {
    width: 100%;
    height: 12rem;
    margin: 1rem 0;
   
}
@media only screen and (min-width: 768px) {
    .navbar .menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: auto;
        z-index: 1;
   }
    .navbar .menu-item {
        padding: 0;
        left: 100px;
        margin: 0 0.5rem;
   }
}
.navbar .social {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.navbar .social-item {
width: 150px;
    margin: 0 0.5rem;
    color: #404040;
    transition: all 0.35s ease;
    font-family: TT Travels;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 120%;
letter-spacing: 0.2px;

}
@font-face {
    font-family: 'TT Travels';
    src:  url('../fonts/TTTravels-Medium.ttf') format('truetype');
  }
.social-item-line{
   top:-2px;
    color: #404040;
    transition: all 0.35s ease;
    font-family: TT Travels;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 120%;
}

.social-item-lime-gorisont{
position: absolute;
width: 25px;
height: 0px;
left: calc(95% - 20px/2 + 20px);
top: calc(5% - 0px/2 - 4px);
border: 1.5px solid #404040;
border-radius: 2px;
background-color: #404040;
transform: rotate(180deg);

}
.social-item-lime-gorisont2{
position: absolute;
width: 25px;
height: 0px;
left: calc(95% - 20px/2 + 20px);
top: calc(6% - 0px/2 - 4px);
border: 1.5px solid #404040;
border-radius: 2px;
background-color: #404040;
transform: rotate(180deg);

}
.switch{
    display: flex;
flex-direction: row;
align-items: center;
padding: 3px;
z-index: 1;
position: absolute;
width: 125px;
height: 37px;
left: 174px;
top: calc(5% - 37px/2 - 0.5px);

}
label {
    font-family: TT Travels;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 110%;
    color: #636C81;
    
}
.btn{
    margin-left: 50px;
}

.btn-color-mode-switch{
    display: inline-block;
    margin: 0px;
    position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
    margin: 0px;
    width: 131px;
    height: 37px;
    background: #fdfbfb;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
    content: attr(data-on);
    position: absolute;
    font-family: TT Travels;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    top: 10px;
    right: 20px;

}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after{
    content: attr(data-off);
    width: 55px;
    height: 31.5px;
    background: #5A30F0;
    border-radius: 26px;
    position: absolute;
    left: 3px;
    top: 2.5px;
    text-align: center;
    transition: all 0.3s ease;
    color: white;
    padding: 5px 0px;
}



.btn-color-mode-switch input[type="checkbox"]{
    cursor: pointer;
    width: 50px;
    height: 25px;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0px;
    
}



.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
    content: attr(data-on);
    left: 73px;
    background: #5A30F0;
    color: white;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
    content: attr(data-off);
    right: auto;
    left: 20px;
    
    
}

@media only screen and (min-width: 768px) {
    .navbar .social {
        display: flex;
        
   }
}
