* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
}

.container {
    width: 90%;
    max-width: 1640px;
    margin: 0 auto;
}

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

header {
    background: rgba(0, 0, 0, 1);
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
}

.four-right {
    flex-basis: 1080px;
    border-radius: 40px;
    overflow: hidden;
    height: 530px;
}

.head {
    display: flex;
    gap: 0 20px;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 0 58px;
}

nav ul li a {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

.phone div {
    text-align: right;
    margin-bottom: 10px;
}

.phone div:last-child {
    margin-bottom: 0;
}

.phone div a {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
}

.slider {
    width: 100%;
    max-width: 100%;
}

.logo {
    display: flex;
    gap: 0 72px;
    justify-content: space-between;
    align-items: center;
}

.one {
    background: url('img/one_s.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 0 305px;
}

.one-block {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.7);
    max-width: 854px;
    border-radius: 40px;
    padding: 64px 42px;
}

.one-block h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 80px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 98px;
}

.one-block h1 span {
    display: block;
}

.one-block p {
    font-weight: 500;
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);

}

.callme {
    width: 318px;
    height: 63px;
    border-radius: 82.5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 30px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    background: rgba(191, 1, 1, 1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);

}

.titled {
    font-weight: 900;
    font-size: 90px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
    align-items: flex-start;
}

.two {
    background: url('img/two.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 160px;
}

.two-block {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}

.two-item img {
    border-radius: 20px;
    overflow: hidden;
    height: 391px;
    width: 100%;
    object-fit: cover;
}

.two-bottom {
    margin-top: 29px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 3px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* max-height: 183px; */
    gap: 10px;
    min-height: 180px;
    padding: 17px 25px;
}


.two-bottom p {
    font-weight: 900;
    font-size: 27px;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin-bottom: 2px;
}

.two-bottom span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: rgba(255, 255, 255, 1);
    max-width: 95%;
}

.two-item {
    flex-basis: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.call {
    background: rgba(4, 1, 0, 1);
}

.call-block {
    padding: 56px 0;
    text-align: center;
}

.three {
    background: url('img/threebg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 106px 0 204px;
}

.three-block {
    display: flex;
    gap: 101px;
}

.three-item img {
    box-shadow: 0px 0px 15px 0px rgba(191, 1, 1, 1) inset;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
    height: 600px;
    width: 100%;
    object-position: 0% 30%;
}


.three-item video {
    border-radius: 20px;

    overflow: hidden;
    object-fit: cover;
    height: 600px;
    width: 100%;
    object-position: 0% 30%;
}

.three-item span {
    display: block;
    font-weight: 600;
    font-size: 40px;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 18px;
}

.three-item p {
    margin-top: 50px;
    font-weight: 300;
    font-size: 27px;
    line-height: 35px;
    color: rgba(255, 255, 255, 1);
}

.three-item:nth-child(2n) span {
    text-align: right;
}

.three-item {
    flex-basis: 770px;
    max-width: 770px;
}

.four {
    background: url('img/four.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 200px;
    margin-bottom: -10px;
}

.four-block {
    display: flex;
    align-items: center;
    gap: 116px;
}

.four-left p {
    font-weight: 300;
    font-size: 43px;
    color: rgba(255, 255, 255, 1);
    line-height: 53px;
    margin-bottom: 50px;
}

.four-left p:last-child {
    margin-bottom: 0;
}

.titled span {
    font-weight: 600;
    font-size: 23px;
    line-height: 27px;
    text-align: right;
    max-width: 580px;
}

.five {
    background: url('img/five.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 100px;
}

.five-items {
    display: flex;
    gap: 39px;
}

.five-item {
    background: rgba(4, 1, 0, 1);
    border-radius: 51px;
    color: #fff;
    padding: 60px 35px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 521px;
}

.five-item span {
    display: block;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
}

.five-item p {
    font-weight: 300;
    font-size: 23px;
    line-height: 30px;
}

.five-item small {
    font-weight: 600;
    font-size: 23px;
    line-height: 30px;
    color: rgba(191, 1, 1, 1);
}

footer {
    background: linear-gradient(180deg, #040100 13.05%, #BF0101 396.5%);
    padding: 42px 0;
}

.f1 .logo {
    margin-bottom: 40px;
}

.totop {
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    background: rgba(191, 1, 1, 1);
    width: 270px;
    height: 48px;
    border-radius: 60px;
    cursor: pointer;
}

.foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two-bottom a {
    background: rgba(191, 1, 1, 1);
    width: 160px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    border-radius: 18px;
}

.conts {
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    color: #fff;
    margin-top: 30px;
}

.conts a {
    color: #fff;
}

.conts div {
    margin-bottom: 7px;
}

.six {
    padding: 260px 0 240px;
    background: url('img/six.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.six-block {
    display: flex;
    gap: 135px;
    justify-content: space-between;
    align-items: center;
}

.six-left {
    flex-basis: 746px;
}

.six-left p {
    font-weight: 900;
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 50px;
    color: #fff;
}

.six-left span {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
}

.six-right {
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.7);
    max-width: 760px;
    flex-basis: 760px;
    border-radius: 40px;
    padding: 80px 77px 36px;
}

.six-right p {
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}

.six-right p a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.form-input {
    margin-bottom: 70px;
}

.form-input input {
    outline: none;
    width: 100%;
    border: 0;
    background: transparent;
    border-bottom: 2px solid #fff;
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 4px;
    color: #fff;
}

.form-input input::placeholder {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

#send {
    border: 0;
    outline: none;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 25px;
    line-height: 54px;
    color: rgba(255, 255, 255, 1);
    background: rgba(191, 1, 1, 1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    width: 251px;
    height: 54px;
    border-radius: 82.5px;
    margin-bottom: 60px;
}

.bgs {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    background: #00000095;
    display: none;
    align-items: center;
    justify-content: center;
}

.bgs.act {
    display: flex;
}

.window {
    background: rgba(7, 5, 12, 1);
    width: 80%;
    max-width: 700px;
    position: relative;
}

.window form {
    padding: 24px 115px 41px;
}

.window form .logo {
    text-align: center;
    margin-bottom: 15px;
}

.window form .logo img {
    height: 59px;
    display: block;
    margin: 0 auto;
}

.w-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 11px;
    color: #fff;
}

.window form p {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    max-width: 460px;
    margin: 0 auto 25px;
}

.window form p a {
    color: rgba(191, 1, 1, 1);

}

.window form p strong {
    display: block;
    text-align: center;
}

.window form span {
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 32px;
}

#send2 {
    border: 0;
    outline: none;
    display: block;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    background: rgba(191, 1, 1, 1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
    width: 207px;
    height: 48px;
    border-radius: 82.5px;
    margin: 0 auto;
}

.w-input {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    display: flex;
    gap: 3px;
    align-items: center;
}

.w-input input {
    outline: none;
    width: 100%;
    border: 0;
    background: transparent;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 2px;
    color: #fff;
}

.w-input input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    font-family: "Roboto", sans-serif;
}

.closi {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.closi:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 0;
}

.closi:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 0;
}

.w-input img {
    position: relative;
    top: -1px;
}

.form {
    cursor: pointer;
}