

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    font-family: 'Unbounded', sans-serif;
}
body {
    overflow-x: hidden;
}
.container {
    width: 70%;
    margin: auto;
}

header {
    background-color: #171717;
    padding: 24px 0;
}

header hr {
    border-top: 3px solid;
    border-color: #AE2020;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}


.menu nav ul {
    display: flex;
    gap: 52px;
}

.menu ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.menu ul li a:hover {
	color: #AE2020;
	transition: all ease-in 0.2s;
}

.firstSection {
    background-image: url("./../assets/img/bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 222px;
    position: relative;
    background-position: center;
}

.blockFirst {
    width: 60%;
}

.blockFirst h1 {
    color: #ffffff;
    font-size: 45px;
    padding-top: 120px;
}

.blockFirst p {
    font-size: 16px;
	line-height: 140%;
    color: #747474;
    margin-top: 45px;
	font-family: Ubuntu, sans-serif;
}

.advan-blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 4rem;
    margin-top: 52px;
}

.advan {
    display: flex;
    align-items: center;
    gap: 15px;
    width: calc(50% - 1rem);
    max-width: 300px;
    color: #fff;
    padding: 1rem 0;
    border-radius: 8px;
}

.advan img {
    margin-bottom: 0.5rem;
    border-radius: 4px;
}

.advan span {
    font-size: 0.9rem;
}

.sectionFirstBlocks {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.blockSecond {
    border: 3px solid #AE2020;
    text-align: center;
    width: 411px;
    height: 420px;
    position: relative;
}

.blockSecond .whiteBg {
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 59px 40px 50px 40px;
}

.blockSecond span {
    font-size: 20px;
    color: #171717;
    font-weight: 900;
    letter-spacing: 1px;
}

.blockSecondBtns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.buttonParent {
    position: relative;
    width: 323px;
    height: 54px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.buttonParent button {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    background-clip: padding-box;
    border: solid 2px #fff;
    background: #F9F9F9;
    border-radius: 25px;
    transition: background-color 0.5s ease, transform 0.15s ease-in-out;
}
.buttonParent button:hover {
	background:	#171717;
	
}
	.buttonParent button:hover p, .buttonParent button:hover span {
		color: #fff;
		-webkit-text-fill-color: #fff;
	}
	.buttonParent .copied-text {
		display: none;
		opacity: 0;
		transition: opacity 0.5s ease;
	}
	.buttonParent button a {
		text-decoration: none;
		font-family: Ubuntu, sans-serif;
	}

.buttonParent button img {
    width: 40px;
}

.buttonParent button:hover {
    border-radius: 25px;
}

.buttonParent button:active {
    transform: scale(1.1);
}

.buttonParent button:active::before {
    background: #ffffff;

}

.buttonParent button:hover::before {
    background: #fff;

    opacity: 0;
}

.buttonParent button::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -3px -3px -3px -3px;
    border-radius: 25px;
    background: #171717;
    opacity: 1;
    visibility: visible;
    transition: opacity 1s ease-in-out;
}

.buttonParent button p {
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    font-size: 14px;
    width: 280px;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #171717;
    padding-left: 90px;
    transition: 0.6s;
}
.buttonParent button span {
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 280px;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #171717;
    padding-left: 90px;
    transition: 0.6s;
}

#copyButton.buttonParent.copied .btn-text {
	display:none;
}
#copyButton.buttonParent.copied .copied-text {
	display:block;	
	opacity:1;
}

.arrowDiv {
    position: absolute;
    top: 3px;
    left: 5px;
    width: 42px;
    height: 42px;
    border-radius: 125px;
    background: #171717;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.6s ease, left 0.6s ease, width 0.6s ease, height 0.6s ease, border-radius 0.6s ease;
    z-index: 0;
}

.blockSecondFoot {
    color: #bcbcbc;
    line-height: 1.4;
    margin-top: 24px;
}

.secondSection {
    position: relative;
    /*background-image: url('./../assets/img/Frame\ 9.svg');*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 76px 0 159px 0;
}

.secondSectionBlocks {
    display: flex;
    justify-content: space-between;
}

.blockTwo .realGoal {
	margin-top:46px;
}
.blockTwo .realGoal h3 {
	margin-bottom:24px;
	margin-top:0;
}


.blockOne p, .blockTwo p {
    color: #979797;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}
.blockOne p strong, .blockTwo p strong {
    color: #171717;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}


.secondSectionBlocks .blockOne {
    width: 55.6%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.secondSectionBlocks .blockTwo {
    width: 30%;
    margin-top: 16px;
	gap: 20px;
    display: flex;
    flex-direction: column;
}

.blockTwoContent {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 40px;
}

.blockOneTitle h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 40px;
    line-height: 1.2;
}

.blockOneTitle p {
    color: #979797;
    line-height: 1.4;
    font-size: 16px;
}
.blockOne h2 {
    font-size: 36px;
}
.blockOne h3, .blockTwo h3  {
    font-size: 24px;
    line-height: 1.2;
	margin-top:28px;
}
.blockOne h4, .blockTwo h4  {
	margin-top:12px;
}
.blockOne ul,
.blockOne ol {
    margin-left: 20px;
    margin-top: 16px;
}

.blockOne span {
    font-weight: 700;
    line-height: 1.4;
}

.blockOne ul li, .blockOne ul li strong {
    list-style: disc;
    color: #979797;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}
.blockOne p strong, .blockOne ul li strong {
	color: #171717;
}

.blockOne ol li {
    list-style: decimal;
    color: #979797;
    font-family: Ubuntu, sans-serif;
    line-height: 140%;	
}

.realGoal {
    border: 3px solid #AE2020;
    padding: 56px;
}

.realGoal h3 {
    font-weight: 900;
}

.realGoal .fisrtP {
    margin-bottom: 20px;
}

.realGoal p {
    color: #979797;
	margin-bottom:20px;
}

.blockTwo h3 {
    line-height: 1.2;
}

.blockTwo span {
    font-weight: 700;
    font-family: Ubuntu, sans-serif;
    font-family: Ubuntu, sans-serif;
    line-height: 140%;
}

.blockTwo p{
    color: #979797;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}

.blockTwo ul li {
    list-style: disc;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}

.blockTwo ul {
    margin-left: 20px;
	
}

.fourthSection {
    width: 100%;
    padding: 37px 0;
    text-align: center;
    background-color: #171717;
}

.btnGroupWorks {
    display: flex;
    justify-content: center;
    gap: 53px;
}

.fourthSection .title h3 {
    color: #ffffff;
    font-size: 28px;
}

.fourthSection .buttonParent button p {
    padding-left: 40px;
}

.sectionFive .container {
    width: 99vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionFiveContent {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: auto;
    aspect-ratio: 1920 / 983;
    background-color: white;
}

.rect {
    position: absolute;
    border: 0.15vw solid #AE2020;
}

.rect1 {
    left: 16.34%;
    top: 8.18%;
    width: 27.24%;
    height: 46.39%;
    padding: 76px 141px 195px 56px;
}

.rect2 {
    left: 39.17%;
    top: 9.56%;
    width: 44.58%;
    background-image: url("./../assets/img/Group\ 1.svg");
    overflow: hidden;
    border: 0;
    padding: 61px 88px 153px 88px;
    background-repeat: no-repeat;
    background-size: cover;
}

.rect2 ul {
    margin: 28px 20px;	
}

.rect2 ul li {
    list-style: disc;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}
}

.rect2 ul li a {
    color: #AE2020;
}

.rect2 span {
    font-weight: 900;
}

.rect1 span {
    font-size: 24px;
    font-weight: 900;
}

.thirdSection {
    background-color: #f4f4f4;
    padding: 100px 0 100px 0;
    margin-top: 80px;
}

.accordion {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}

.title-paragraph {
    text-align: center;
    padding: 115px 112px 59px 112px;
    font-size: 20px;
    color: #979797;
}

.accordion-item {
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    color: #171717;
    cursor: pointer;
    padding: 15px;
    font-size: 18px;
    border: none;
    width: 100%;
    outline: none;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #171717;
    color: #ffffff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #f9f9f9;
    padding: 0 15px;
}

.accordion-content p {
    margin: 15px 0;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
}
.accordion-content ul {
	list-style: disc;
}
.accordion-content ol {
}
.accordion-content li {
    margin: 16px 0 16px 20px;
	font-family: Ubuntu, sans-serif;
    line-height: 140%;
	list-style: disc;

}

.icon {
    font-size: 30px;
    font-weight: bold;
    transition: transform 0.3s;
}

.accordion-item.active .icon {
    transform: rotate(180deg);
}

.thirdTitle {
    width: 987px;
    margin: auto;
    text-align: center;
}

.thirdTitle p {
    font-family: Ubuntu, sans-serif;
    line-height: 140%;
    font-size: 20px;
    color: #979797;
    margin-bottom: 50px;
}

footer {
    background-color: #171717;
    padding: 61px 0 15px 0;
}

.footerMenu ul {
    display: flex;
    gap: 72px;
}

.footerMenu ul a {
    text-decoration: none;
    color: #ffffff;
}

.footerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer hr {
    border: 3px solid;
    border-color: #AE2020;
    margin: -10px 0;
}

@media (max-width: 1660px) {
    .menu nav ul {
        gap: 22px;
    }
    .footerMenu ul a {
        font-size: 14px;
    }
    .footerMenu ul {
        gap: 25px;
    }
    .thirdSection {
        margin-top: 250px;
    }
    .rect1 {
        padding: 116px 101px 105px 26px;
    }
    .rect1 span {
        font-size: 20px;
    }
    .rect2 {
        padding: 61px 38px 93px 38px;
    }

    .menu ul li a {
        font-size: 13px;
		transition: all ease-in 0.1s;
    }
	.menu ul li a:hover {
		color:#AE2020;
	}
    .advan-blocks {
        gap: 0 1.5rem;
    }

    .realGoal {
        padding: 20px;
    }
}
@media (max-width: 1400px) {
    .thirdSection {
        margin-top: 400px;
    }
}
@media (max-width: 1306px) {
    .thirdSection {
        margin-top: 450px;
    }
    .container {
        width: 91%;
    }
    .rect1 {
        padding: 55px 71px 55px 18px;
    }
    .firstSection {
        padding-bottom: 50px;
    }

    .btnGroupWorks {
        gap: 40px;
    }

    .sectionFirstBlocks {
        align-items: center;
    }

    .advan-blocks {
        justify-content: center;
    }

    .blockFirst {
        width: 55%;
    }

    .advan-blocks {
        gap: 0rem 1.5rem;
    }

    .blockSecond {
        padding: 29px 50px 29px 50px;
    }

    .blockFirst h1 {
        font-size: 30px;
    }

    .blockFirst p {
        margin-top: 15px;
    }

    .advan-blocks {
        margin-top: 20px;
    }

    .advan {
        width: calc(60% - 0rem);
    }

    .secondSectionBlocks {
        gap: 60px;
    }

    .secondSectionBlocks .blockTwo {
        width: 50%;
    }

    .secondSectionBlocks .blockOne {
        width: 50%;
    }

    .thirdTitle {
        width: 687px;
    }

    .thirdTitle p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .thirdSection {
        margin-top: 80px;
    }
    .btnGroupWorks {
        flex-direction: column;
        align-items: center;
		gap:10px;
    }
    .sectionFiveContent {
        position: initial;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 35px;
    }
    .rect1 {
        width: 80%;
        padding: 55px;
        height: fit-content;
        text-align: center;
    }
    .rect2 {
        width: 80%;
    }
    .rect {
        position: initial;
    }
}

@media (max-width: 991px) {

    .menu {
        display: none;
        position: absolute;
        top: 80px;
        left: 0;
        background-color: #171717;
        width: 100%;
        text-align: center;
    }

    .menu nav ul {
        flex-direction: column;
        gap: 24px;
		margin-top:60px;
    }

    .menu.active {
        display: block;
        z-index: 5;
        width: 100%;
        height: 100vh;
        top: 12.4%;
    }

    .hamburger {
        display: flex;
    }


    .hamburger.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .blockSecond {
        padding: 29px 12%;
    }



    .advan {
        width: calc(100% - 0rem);
    }

    .sectionFirstBlocks {
        padding-top: 35px;
        flex-direction: column-reverse;
    }

    .blockFirst {
        width: 90%;
    }

    .scroll-container {
        bottom: 4%;
    }

    .blockFirst h1 {
        text-align: center;
        padding-top: 50px;
    }

    .blockFirst p {
        text-align: center;
    }

    .secondSectionBlocks {
        flex-direction: column;
        align-items: center;
    }

    .secondSectionBlocks .blockOne,
    .blockTwo {
        width: 80% !important;
    }

    .realGoal {
        padding: 20px;
    }

    .footerMenu ul {
        gap: 20px;
    }
    .footerLogo img {
        width: 200px;
    } 
}

@media (max-width: 768px) {
    .thirdTitle {
        width: 100%;
    }
    footer hr {
        display: none;
    }
    .blockOneTitle h2 {
        font-size: 25px;
    }
	.blockOne h2 {
        font-size: 22px;
    }
    .blockOne h3 {
        font-size: 18px;
    }

    .blockFirst h1 {
        font-size: 20px;
    }

    .blockFirst p {
        font-size: 12px;
    }

    .footerBlock {
        flex-direction: column;
    }

    .footerMenu ul {
        flex-direction: column;
        align-items: center;
		margin-top:40px;
    }

    .accordion-header {
        text-align: left;
        font-size: 15px;
        line-height: 1;
    }

    .logo img {
        width: 80%;
    }

    .blockSecond {
        width: 311px;
    }

    .blockSecond .whiteBg {
        padding: 50px 20px 50px 10px;
    }

    .blockSecondFoot {
        font-size: 13px;
    }

    .buttonParent button p {
        font-size: 13px;
        padding-left: 40px;
    }

    .buttonParent {
        width: 263px;
    }

    .rect1 {
        padding: 35px;
    }
    .rect1 span {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .rect {
        width: 90%;
    }
    .rect2 {
        padding: 15px;
    }
    .rect2 ul {
        font-size: 14px;
    }
}