html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'FuturaPT-Bold';
    src: url("../font/FuturaPT-Bold.eot");
    src: url("../font/FuturaPT-Bold.ttf");
    src: url("../font/FuturaPT-Bold.woff");
}

@font-face {
    font-family: 'FuturaPT-Light';
    src: url("../font/FuturaPT-Light.eot");
    src: url("../font/FuturaPT-Light.ttf");
    src: url("../font/FuturaPT-Light.woff");
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url("../font/FuturaPT-Medium.eot");
    src: url("../font/FuturaPT-Medium.ttf");
    src: url("../font/FuturaPT-Medium.woff");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    width: 100%;
}

ul li {
    list-style: none;
}

/*header*/
.container {
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    padding: 10px 40px;
}

.logo {
    padding: 0 5px;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.article-img-wrapper img {
    max-width: 500px;
    margin: 0 20px;
}

.header-btn {
    color: #ffffff;
    background-color: #7b36dd;
    border-radius: 8px;
    padding: 10px 30px;
    font-family: 'FuturaPT-Medium', sans-serif;
    border: 0 none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 600;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all .3s ease;
    background: #ffffffa8;
    z-index: 100;
}

.header.out {
    transform: translateY(-100%);
}

.header-navigation a {
    color: #010f5c;
    font-size: 18px;
    font-weight: 600;
    font-family: 'FuturaPT-Medium', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.header-navigation a:hover {
    color: #323232;
}

.header-navigation-mobile,
.bg-blur {
    display: none;
}

.header-wrapper.bottom-wrapper .header-navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-wrapper.bottom-wrapper {
    padding: 15px 0;
}

.header-wrapper.bottom-wrapper .header-navigation ul li {
    padding: 0 15px;
}

/*header*/

/*article*/
.wrapp-one .container {
    padding: 160px 15px 20px 15px;
    max-width: 1170px;
}

h1 {
    color: #7b36dd;
    font-size: 35px;
    font-family: 'FuturaPT-Bold', sans-serif;
    line-height: 1.15;

    margin-bottom: 40px;
}

.block-one {
    display: flex;
}

.block-one-text {
    font-family: 'FuturaPT-Bold', sans-serif;
    font-size: 23px;
    max-width: 465px;
    color: #7b36dd;
}

.block-one-text p {
    margin-bottom: 20px;
}

.wrapp-two .container {
    max-width: 1170px;
    padding: 30px 15px 20px 15px;
}

/*.wrapp-two {*/
/*    max-width: 100%;*/
/*    width: 1920px;*/
/*    background-image: url("../img/veneer.jpg");*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    margin: 0 auto;*/
/*}*/

.description {
    font-family: 'FuturaPT-Light', sans-serif;
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrapp-two-ul.wrapp-two-ul-two {
    padding-top: 40px;
}

.wrapp-two-ul-wrapp {
    display: flex;

}

.wrapp-two-ul {
    max-width: 734px;
    font-family: 'FuturaPT-Light', sans-serif;
}

.wrapp-two-ul li {
    margin-bottom: 20px;
}

.ul-bold {
    font-size: 30px;
    line-height: 35px;
}

.wrapp-two-ul.wrapp-two-ul-two {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}

.wrapp-two-ul.wrapp-two-ul-two li {
    max-width: 200px;
    text-align: center;
}

.wrapp-two-ul.wrapp-two-ul-two li p {
    padding-top: 20px;
    font-family: 'FuturaPT-Medium', sans-serif;
    font-size: 17px;
}

.ul-bold.ul-bold-bottom {
    line-height: 25px;
    font-family: 'FuturaPT-Bold', sans-serif;
}

.sec3 {
    margin-top: 50px;
}

.block-one-text.two {
    color: black;
    font-family: 'FuturaPT-Medium', sans-serif;
}

.sec3 li {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'FuturaPT-Medium', sans-serif;
    position: relative;
    padding-left: 35px;
}

.sec3 li:before {
    position: absolute;
    content: url("../img/ok.svg");
    top: 0;
    left: 0;
}

.end-wrapper {
    display: flex;
    justify-content: space-between;
}

.end-wrapper-wrapp-img img {
    max-width: 500px;
}

.tovar-block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.tovar-block-img {
    max-width: 390px;
    width: 100%;
}

.tovar-block-text {
    max-width: 700px;
    margin-left: 50px;
}

h2 {
    color: #7b36dd;
    font-size: 20px;
    font-family: 'FuturaPT-Bold', sans-serif;

    margin-bottom: 15px;
}

.tovar-block-text {
    font-family: 'FuturaPT-Light', sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.block-one-img {
    margin-left: 30px;
}

.redact {
    font-family: 'FuturaPT-Light', sans-serif;
    font-size: 23px;
    line-height: 25px;
    padding: 10px 0;
}

/*article*/

/*footer*/
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer {
    background-color: #7b36dd;
    padding: 30px 0;
}

.footer .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-p {
    color: white;
    font-size: 20px;
    font-family: 'FuturaPT-Medium', sans-serif;
    max-width: 400px;
}

.footer-info {
    text-align: end;
    color: white;
    font-size: 15px;
    font-family: 'FuturaPT-Medium', sans-serif;
    max-width: 501px;
}

.footer-info p:not(:last-child) {
    margin-bottom: 5px;
}

.class-pp {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: 'FuturaPT-Light', sans-serif;
}

.class-pp a {
    margin-left: 5px;
    font-size: 20px;
}

/*footer*/