.main-container{

}
@media (max-width: 1024px) {
    .main-container{
        padding: 100px 0 0 0;
    }
}
.section-welcome{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 100px 0;
}
.section-welcome-content{
    width: calc(100% - 675px);
}
.section-welcome-decor{
    display: none;
}
.section-welcome-title{

}
.section-welcome-title span{
    display: block;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 100%;
    margin:0 0 60px 0;
}
.section-welcome-title p{
    display: block;
    font-size: 62px;
    line-height: 100%;
    font-weight: 600;
    padding:0;
    margin:10px 0 0 0;
}
.section-welcome-controls{
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    margin:20px 0 20px 0;
}
.section-welcome-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.section-welcome-controls a{
	color:var(--brand-main);
	border:2px dashed var(--brand-main-hover);
	margin:0 0 0 10px;
}
.section-welcome-controls a:hover{
	color:var(--brand-main);
	border:2px dashed var(--brand-main-hover);
}

.section-welcome-button-price,
.section-welcome-button-catalog{
    color: var(--brand-main);
    text-transform: uppercase;
}
.section-welcome-button-price:hover,
.section-welcome-button-catalog:hover{
    color: var(--brand-main-hover);
}
.section-welcome-buttons span{
    padding:0 20px;
    color: var(--bluegray-300);
    text-transform: uppercase;
}
.section-welcome-buttons span:first-child{
    padding:0 20px 0 0;
}

.section-welcome-banner{
    position: relative;
    width: 675px;
}
.section-welcome-banner-tool-1{
    width: 250px;
    position: absolute;
    top:300px;
    left:-80px;
}
.section-welcome-banner-tool-2{
    width: 320px;
    position: absolute;
    top:350px;
    left:0px;
}
.section-welcome-banner-tool-3{
    width: 300px;
    position: absolute;
    top:-50px;
    left:50px;
}
@media (max-width: 1200px) {
    .section-welcome-content{
        width: calc(100% - 500px);
    }
    .section-welcome-banner{
        width: 500px;
    }
}
@media (max-width: 1024px) {
    .section-welcome-content{
        width: 100%;
    }
    .section-welcome-decor{
        width: 100%;
        position: relative;
        display: block;
        background: var(--brand-main);
        height: 100px;
        border-radius: 10px 10px 50px 10px;
        display: none;

    }
    .section-welcome-decor-logo{
        position: absolute;
        top:-27px;
        left:20px;
        width: 150px;
    }
    .section-welcome-decor-tool{
        position: absolute;
        top:-30px;
        right:0;
        width: 160px;
    }
    .section-welcome-banner{
        display: none;
    }
    .section-welcome-title{
        text-align: center;
    }
    .section-welcome-title p {
        font-size: 28px;
    }
    .section-welcome-controls {
        justify-content: center;
    }
    .section-welcome-buttons{
        justify-content: center;
    }
    .section-welcome-buttons a,
    .section-welcome-buttons span{
        font-size: 14px;
    }
}
@media (max-width: 680px) {
    .section-welcome-controls span{
		width:100%;
	}
	.section-welcome-controls a{
		width:100%;
		font-size:12px;
		margin:10px 0 0 0;
	}
}



/**/
.section-2-container{
    margin:0 0 50px 0;
}
.section-2-content{

}
.section-2-header{
    text-align: center;
    margin:0 0 50px 0;
}
.section-2-title{
    font-size: 52px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 140%;
}
.section-2-text{
    font-size: 18px;
    font-weight: 400;
    color: var(--light-black);
    line-height: 140%;
}
.section-2-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -30px;
}
.section-2-element{
    position: relative;
    width: calc(33.33333333% - 30px);
    margin:0 0 30px 30px;
}
.section-2-element-content{
    background: var(--bluegray-25);
    border-radius: 10px;
    padding:20px;
    text-align: center;
    height: 280px;
    margin:0 0 20px 0;
}
.section-2-element-name{
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin:0 0 30px 0;
}
.section-2-element-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.section-2-element-control{
    display: flex;
    justify-content: center;
    transition: .3s;
    opacity: 0;
}
.section-2-element:hover .section-2-element-control{
    opacity: 1;
}
@media (max-width: 1024px) {
    .section-2-title{
        font-size: 32px;
    }
    .section-2-text {
        font-size: 16px;
    }
    .section-2-elements{
        margin:0;
    }
    .section-2-element {
        position: relative;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .section-2-element-content{
        padding: 20px;
        text-align: center;
        height: auto;
        margin: 0 0 10px 0;
    }
    .section-2-element-name {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .section-2-element-description {
        font-size: 16px;
    }
    .section-2-element-control{
        opacity: 1;
    }
}


/**/
.section-3-container{
    margin:0 0 5px 0;
}
.section-3-content{

}
.section-3-header{
    text-align: center;
    margin:0 0 50px 0;
}
.section-3-title{
    font-size: 52px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 140%;
}
.section-3-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -50px;
}
.section-3-element{
    width: calc(25% - 50px);
    margin:0 0 50px 50px;
    text-align: center;
}
.section-3-element-icon{
    display: flex;
    justify-content: center;
    margin:0 0 20px 0;
}
.section-3-element-icon img{
    width: 50px;
}
.section-3-element-name{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin:0 0 15px 0;
}
.section-3-element-description{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 1024px) {
    .section-3-title{
        font-size: 32px;
    }
    .section-3-elements {
        margin: 0;
    }
    .section-3-element {
        width: 100%;
        margin: 0 0 40px 0;
    }
}




/**/
.section-8-container{
    margin:0 0 100px 0;
}
.section-8-content{

}
.section-8-header{
    text-align: center;
    margin:0 0 50px 0;
}
.section-8-title{
    font-size: 52px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 140%;
}
.section-8-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -20px;
}
.section-8-element{
    display: flex;
    align-items: center;
    width: calc(33.3333333% - 20px);
    background: var(--bluegray-25);
    padding:10px;
    border-radius: 10px;
    margin:0 0 20px 20px;
}
.section-8-element img{
    width: 40px;
    margin:0 20px 0 0;
}
.section-8-element span{
    font-size: 16px;
}
@media (max-width: 1024px) {
    .section-8-container{
        margin:0 0 50px 0;
    }
    .section-8-title{
        font-size: 32px;
    }
    .section-8-elements {
        margin: 0;
    }
    .section-8-element {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .section-8-element img {
        width: 26px;
        margin: 0 10px 0 0;
    }
    .section-8-element span {
        font-size: 16px;
        font-weight: 400;
    }

}
/**/
.section-4-container{
    background: var(--bluegray-25);
}
.section-4-header{

}
.section-4-content{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.section-4-title{
    width: 100%;
    font-size: 52px;
    font-weight: 500;
    color: var(--light-black);
    line-height: 140%;
    margin:0 0 50px 0;
}
.section-4-content-a{
    width: calc(100% - 400px);
    padding:0 50px 0 0;
}
.section-4-content-b{
    width: 400px;

}
.section-4-content-b-content{
    border:2px dashed var(--bluegray-900);
    background: var(--white);
    padding:50px 30px;
    border-radius: 10px;
}
.section-4-content-b-head{
    text-align: center;
    margin:0 0 30px 0;
}
.section-4-content-b-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin:0 0 10px 0;
}
.section-4-content-b-sub-title{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.section-4-content-b-control{
    display: flex;
    justify-content: center;
}
.section-4-elements{

}
.section-4-element{
    margin:0 0 15px 0;
}
.section-4-element-name{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    cursor: pointer;
    transition: .3s;
}
.section-4-element.active .section-4-element-name,
.section-4-element-name:hover{
    color: var(--brand-main);
}
.section-4-element-name i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 20px;
    color: var(--light-black);
    margin:0 10px 0 0;
}
.section-4-element-description {
    display: none;
    padding:10px 0 30px 50px;
}

.section-4-element.active .section-4-element-description {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.section-4-element i {
    transition: transform 0.3s ease;
}

.section-4-element.active i {
    transform: rotate(180deg); /* эффект смены стрелки */
}
@media (max-width: 1024px) {
    .section-4-content {
        display: block;
    }
    .section-4-title{
        font-size: 32px;
        text-align: center;
    }
    .section-4-content-a{
        width: 100%;
        margin:0 0 30px 0;
    }
    .section-4-element-name {
        font-size: 16px;
    }
    .section-4-element-name i {
        width: 20px;
        height: 20px;
        font-size: 16px;
    }
    .section-4-content-b {
        width: 100%;
    }
    .section-4-content-b-content {
        padding: 30px 20px;
    }
    .section-4-content-b-title {
        font-size: 21px;
    }
}

/**/
.section-5-container{
    margin:0 0 20px 0;
}
.section-5-content{
    background: url(../images/bg-tools.jpg);
    padding:100px 50px;
    border-radius: 10px;
}
.section-5-header{
    text-align: center;
    margin:0 0 50px 0;
}
.section-5-title{
    font-size: 52px;
    font-weight: 500;
    color: var(--white);
    line-height: 140%;
}
.section-5-sub-title{
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    line-height: 140%;
}
.section-5-control{
    display: flex;
    justify-content: center;
    margin:0 0 30px 0;
}
.section-5-buttons{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.section-5-buttons a{
    color: var(--white);
    border: 2px solid var(--white);
    background: var(--bluegray-900);
    width: 250px;
}
.section-5-buttons a:hover{
    background: var(--white);
    color: var(--bluegray-500);
}
.section-5-buttons span{
    padding:0 20px;
    color: var(--white);
}

.section-5-buttons-shop{
	display: flex;
    align-items: center;
    justify-content: center;
	margin:30px 0 0 0;
}
.section-5-buttons-shop a{
	color: var(--brand-main);
	border:2px dashed var(--brand-main);
}
.section-5-buttons-shop a:hover{
	color: var(--white);
	border:2px dashed var(--white); 
}
@media (max-width: 1024px) {
    .section-5-content{
        padding:50px 10px;
    }
    .section-5-title{
        font-size: 32px;
    }
    .section-5-sub-title {
        font-size: 18px;
    }
    .section-5-buttons{
        display: block;
        text-align: center;
    }
    .section-5-buttons a{
        display: inline-block;
    }
    .section-5-buttons span {
        display: block;
        padding: 10px 20px;
        font-size: 14px;
    }
	.section-5-buttons-shop a{
		font-size:12px;
	}
}


.section-7-container{
    margin:0 0 50px 0;
}
.section-7-contact-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -20px;
}
.section-7-contact-element{
    width: calc(25% - 20px);
    margin:0 0 20px 20px;
    background: var(--bluegray-25);
    padding:20px;
    border-radius: 10px;
}
.section-7-contact-element-row{
    display: flex;
    align-items: center;
    margin:0 0 20px 0;
}
.section-7-contact-element-row:last-child{
    margin:0;
}
.section-7-contact-element-row a{
    display: flex;
    align-items: center;
    transition: .3s;
}
.section-7-contact-element-row a img{
    width: 30px;
    margin:0 10px 0 0;
}
.section-7-contact-element-row a span{
    font-size: 18px;
    font-weight: 400;
}
.section-7-contact-element-row a:hover span{
    color: var(--bluegray-500);
}
@media (max-width: 1024px) {
    .section-7-contact-elements{
        display: flex;
        flex-wrap: wrap;
        margin:0;
    }
    .section-7-contact-element{
        width: 100%;
        margin:0 0 20px 0;
        padding:10px;
        border-radius: 10px;
    }
}


/**/
.section-6-container{

}
.section-6-content{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 50px 0;
}
.section-6-content-a{
    width: 500px;
}
.section-6-content-a-inner{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 100%;
    background: var(--brand-main);
    border-radius: 10px 10px 100px 10px;
}
.section-6-content-a-inner-logo{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left:-60px;
    width: 350px;
    z-index: 2;
}
.section-6-content-a-inner-tool-1{
    position: absolute;
    top:-50px;
    right:-50px;
    width: 250px;
}
.section-6-content-b{
    width: calc(100% - 500px);
}
.section-6-title{
    font-size: 52px;
    font-weight: 500;
    line-height: 120%;
    margin:0 0 50px 0;
}
.section-6-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -30px;
}
.section-6-element{
    width: calc(50% - 30px);
    margin:0 0 30px 30px;
    background: var(--bluegray-25);
    border-radius: 10px;
    padding:20px;
}
.section-6-element-name{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 130%;
    font-weight: 500;
}
.section-6-element-name:before{
    content: '\e906';
    font-family: si-solid;
    font-size:26px;
    color: var(--brand-main);
    margin:0 20px 0 0;
}
.section-6-element-description{
    display: none;
}
@media (max-width: 1024px) {
    .section-6-content-a{
        display: none;
    }
    .section-6-content-b{
        width: 100%;
    }
    .section-6-title {
        font-size: 32px;
        text-align: center;
    }
    .section-6-elements {
        margin: 0;
    }
    .section-6-element {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .section-6-element-name:before {
        font-size: 22px;
        margin: 0 10px 0 0;
    }
    .section-6-element-name{
        font-size: 16px;
    }

}



/**/
.section-about-container{
    margin:0 0 100px 0;
}
.section-about-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}
.section-about-content{
    display: flex;
    flex-wrap: wrap;
}
.section-about-content-a{
    width: calc(100% - 400px);
    padding:0 100px 0 0;
}
.section-about-content-b{
    width: 400px;
}
.section-about-video-frame{
    border-radius: 10px;
    background: var(--bluegray-900);
    padding:50px 0;
    cursor: pointer;
}
.section-about-video-frame-control{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: var(--brand-main);
    margin:0 auto 20px auto;
}
.section-about-video-frame-control:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid var(--white);
    border-bottom: 10px solid transparent;
}
.section-about-video-frame-name{
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: var(--white);
}
@media (max-width: 1024px) {
    .section-about-title {
        font-size: 32px;
        text-align: center;
    }
    .section-about-content-a{
        width: 100%;
        padding:0;
        text-align: justify;
        margin:0 0 30px 0;
        font-size: 16px;
        font-weight: 400;
    }
    .section-about-content-b{
        width: 100%;
    }
}
.video-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.video-overlay.show{
    visibility: visible;
    opacity: 1;
}
.video-container{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #000;
    padding:30px;
    border-radius: 10px;
}
@media (max-width: 730px) {
    .video-container{
        width: 380px;
        height: 220px;
        padding:10px;
        border-radius: 5px;
    }
    .video-container iframe{
        width: 100% !important;
        height: 100% !important;
    }
}


@media (max-width: 1024px) {


}


.page{

}
.page-head{
    margin:0 0 40px 0;
}
.page-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
}
.page-content{
    min-height: 600px;
}

@media (max-width: 1024px) {
    .page-head{
        margin:0 0 30px 0;
    }
    .page-title{
        font-size: 24px;
    }

}


.footer{
    border-top: 1px solid var(--bluegray-50);
    padding:30px 0;
}
.footer-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-nav{
    display: flex;
}
.footer-nav li{
    margin:0 20px 0 0;
}
.footer-nav li a{
    font-weight: 500;
    font-size: 16px;
}
.footer-nav li a:hover{
    color: var(--brand-main);
}

@media (max-width: 1024px) {
    .footer-nav,
    .footer-copyright{
        width: 100%;
    }
    .footer-nav{
        display: block;
        margin:0 0 25px 0;
    }
    .footer-nav li{
        display: block;
        text-align: center;
        padding:7px 0;
    }
    .footer-copyright{
        text-align: center;
    }
}





.thanks-page{
    min-height: 680px;
}
.thanks-page-container{
    max-width: 600px;
    margin:0 auto;
    background: var(--bluegray-50);
    padding:50px 30px;
    border-radius: 10px;
    text-align: center;
}
.thanks-page-container h1{
    line-height: 140%;
    font-size: 32px;
    font-weight: 500;
    margin:0 0 30px 0;
}
.thanks-page-container p{
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .thanks-page-container{
        padding:30px 20px;
    }
    .thanks-page-container h1{
        font-size: 24px;
    }

}