body {
    font-family: 'Open Sans', sans-serif;
    background-color: #202020;
    color: #808080;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 85px auto 113px;
    
    }
.header__btn {
        background-color: transparent;
        border: none;
        font-size: 20px;
        font-weight: 700;
        color: orange;
        display: flex;
        align-items: center;
        &::before {
            content: '';
            background-image: url(img/geo.png);
            width: 25px;
            height: 29px;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
            margin-right: 10px;
        }
    }
.header__logo {
    background-image: url(img/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 50px;
}
.header__list {
    display: flex;
    list-style-type: none;
    padding-left: 0px;
}

.header__item {
    margin-left: 35px;
    margin-right: 35px;
}
.header__link {
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #898989;
    transition: .2s;
    &:hover {
        color: orange;
    }
} 
a {
    color: #808080;
    text-decoration: none;
}
.container {

    max-width: 1380px;
   
    margin: 0 auto;
    background-color: #202020;
    
}
.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main__title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    padding-bottom: 100px;
}
.main__link {
    background-color: orange;
    box-shadow: 0px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 70px;
    border-radius: 31.5px;

}
.main__img1 {
    margin: 0 0 0 35px;
    padding: 10px;
    border-radius: 20px;
   
    width: 600px;
    height: 519px;
}
.tt__image {
    width: 190px;
    height: 165px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 14px;
}
.tt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 150px;
    margin-bottom: 57px;
       
}
.tt__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 220px;
    position: relative;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #150A0A;
    padding: 25px;
}
.counter {
    background-image: url(img/family.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 73px;
    padding-top: 100px;
    border-radius: 35px;
    max-width: 1350px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
        
}
.counter__title {
    color: orange;
    font-weight: 700;
    font-size: 144px;
    margin-top: 0;
    margin-bottom: 2px;
}
.counter__text {
    max-width: 900px;
    color: #898989;
    font-weight: 400;
    font-size: 80px;
    margin: 0 auto;
}
.counter__image {
    position: absolute;
    right: 20%;
    top: 145px;
    height: 100px;
    width: 150px;
}
.social {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0;
}
.social__item {
    margin-right: 50px;
    &:last-child {
        margin-right: 0;
    }
}
.social__img {
    margin-top: 200px;
    width: 50px;
    height: 50px;
}
.social__link {
   
    box-shadow: 0px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
   
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1380px;
    background-color: #202020;
    margin: 50px auto 15px; 
}
.footer__logo {
    display: block;
    background-image: url(img/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 90px;
    height: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.box {
    max-width: 1380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 125px;
}
.slide {
    height: 60vh;
    border-radius: 20px;
    margin: 10px;
    cursor: pointer;
    flex: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 500ms ease-in-out;
}
.slide h3 {
    position: absolute;
    
    font-size: 36px;
    top: 500px;
    left: 20px;
    margin: 0;
    opacity: 0;
    writing-mode: horizontal-tb;
}
.slide.active {
    flex: 10;
}
.slide.active h3 {
    font-size: 40px;
    left: 10px;
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}
.header__link1 {
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #898989;
    transition: .2s;
    &:hover {
        color: orange;
    }
}

.social__img_1 {
    &:last-child {
        margin-right: 20px;
    }
    width: 50px;
    height: 50px;
}
.container1 {
    border-radius: 25px;
    max-width: 1380px;
    margin: 0;
    background-color: #150A0A;
    
}
.social__link1 {
   
    box-shadow: 0px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
   
}
.social__item1 {
    margin-right: 25px;
    &:last-child {
        margin-right: 0;
    }
}
form {
    background-color: #150A0A;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
label {
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
input[type="number"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #808080;
    margin-bottom: 20px;
    font-size: 16px;
}
input[type="submit"] {
    color: #fff;
    border: none;
    border-radius: 5px;
    background-color: orange;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}
input[type="submit"]:hover {
    
    background-color: orange;
}
.result {
    
    background-color: #150A0A;
    border-radius: 10px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
  
    height: 400px;
    width: 100%;
}
.result h2 {
    margin-top: 0;
    color: #333;
    margin-bottom: 20px;
}
.result p {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
}
.sum {
    color: orange;
    font-weight: bold;

}
.sum::after {
    content: "\20BD";
    margin-left: 5px;
}
.sum__link {
    background-color: orange;
    box-shadow: 0px;
    font-size: 20px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 24px 70px;
    border-radius: 31.5px;
    margin-top: 25px;
}
.buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resultatu {
    margin-left: 40px;
}
.slogan__text {
    background-color: #150A0A;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
    
}
.slogan__text h2 {
    color: orange;
    font-size: 36px;
    font-weight: bold;
}