@font-face {
    font-family: 'Century Gothic';
    src: url('./fonts/CenturyGothic.ttf');
    src: url('./fonts/CenturyGothic.eot');
    src: url('./fonts/CenturyGothic.svg');
    src: url('./fonts/CenturyGothic.woff');
}

.price-wrap {
    margin: 10px auto;
    max-width: 250px;
}

.price-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.price-bl {
    display: inline-block;
    width: 48%;
    margin: 1px .5%;
    background: #F3F3F3;
    border-radius: 3px;
    padding: 5px 0 5px 32px;
    box-sizing: border-box;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: center left 5px;
    color: #000;
    text-align: left;
}

.price-bl.ua {
    background-image: url(https://duiko.guru/img/Ukraine.png);
}

.price-bl.eu {
    background-image: url(https://duiko.guru/img/Euro.png);
}

.price-bl.ru {
    background-image: url(https://duiko.guru/img/Ruble.png);
}

.price-bl.kz {
    background-image: url(https://duiko.guru/img/Kazakhstan.png);
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: 'Century Gothic' !important;
    background: #E5E5E5;
}

.full_content {
    max-width: 1400px;
    box-sizing: content-box;
    margin: 0px auto;
    display: block;
}

.container {
    max-width: 1400px;
    box-sizing: content-box;
    margin: 0px auto;
    padding: 0px 40px;
}

.btn {
    text-decoration: none;
    display: block;
}


/*  */

.nav {
    background: #A80011;
}

.nav_content {
    font-family: 'Roboto', sans-serif !important;
    display: flex;
    justify-content: space-between;
}

.logo {
    text-decoration: none;
    display: flex;
    padding: 20px;
}

.logo-icon {
    width: 48px;
    height: 51px;
    align-self: center;
}

.logo-text {
    margin-left: 6px;
    align-self: center;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}

.logo-text strong {
    font-weight: 900;
}

.nav-links {
    display: flex;
    align-self: center;
}

.nav-link {
    margin-left: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #FFFFFF;
}


/* header */

.header {
    background: url(../img/header.svg) no-repeat center center;
    background-size: cover;
    padding: 20px 0px;
}

.header_content {
    padding: 130px 0px;
    margin-left: 30%;
    color: #FFFFFF;
    text-align: center;
}

.header_pre_title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.header_title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    margin-bottom: 30px;
}

.header_author {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.btn-header {
    border: 2px solid red;
    box-sizing: border-box;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    max-width: 280px;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    margin: 0px auto;
    transition: all .5s ease;
}

.btn-header:hover {
    background: #fff;
    color: #FF051A;
}


/* section1 */

.section1 {
    background: #fff;
}

.section1_content {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0px;
}

.section1_right,
.section1_left {
    align-self: center;
}

.section1_info::before {
    content: " ";
    width: 139px;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    border: 1px solid #E90317;
}

.section1_info {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 75px 4px rgba(0, 0, 0, 0.25);
}

.section1_info::after {
    content: " ";
    width: 323px;
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    border: 1px solid #E90317;
}


/* section3 */

.section3 {
    background: #F9FAFC;
}

.section3_content {
    padding: 36px 0px;
}

.section3_title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #000000;
}

.section3_title small {
    font-weight: 500;
}

.section3_ellipse {
    background: #E9163A;
    width: 8px;
    margin: 30px auto;
    border-radius: 9px;
    display: block;
    height: 8px;
}

.arrow {
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: cover;
    width: 19px;
    height: 16px;
    align-self: center;
    display: block;
}

.cards {
    display: flex;
    justify-content: space-around;
    max-width: 800px;
    margin: 0px auto;
    padding: 10px 0px;
    margin-bottom: 30px;
}

.card {
    width: 234px;
    height: 276px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.card-img {
    width: 100%;
    height: 119px;
}

.card-text strong {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #E9163A;
}

.card-text {
    padding: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.btn-section3 {
    border: 1px solid #E9163A;
    background: #E9163A;
    border-radius: 3px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 127px;
    margin: 0px auto;
    display: block;
    padding: 10px 20px;
    transition: all .5s ease;
}

.btn-section3:hover {
    background: #FFFFFF;
    border: 1px solid #E9163A;
    color: #E9163A;
}

.section4 {
    background-color: #fff;
}

.section4_content {
    padding: 40px 0px;
}

.section4_title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #E9163A;
}

.list-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1108px;
    margin: 0px auto;
    padding: 40px 0px;
}

.list-item {
    width: 239px;
    margin: 10px;
}

.list-icon {
    margin: 0px auto;
    display: block;
}

.list-item .list-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.list-text strong {
    font-weight: bold;
}


/* section5 */

.section5 {
    background: #F9FAFC;
}

.sec5_img {
    width: 462px;
    height: 285px;
    position: absolute;
    top: 36%;
    left: calc(50% - 214px);
}

.section5_content {
    padding: 50px 0px;
    position: relative;
}

.section5_title {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    color: #000;
}

.list-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px auto;
    max-width: 985px;
}

.text-item::after {
    content: ' ';
    width: 323px;
    display: block;
    border: 1px solid #E90317;
    margin: 10px 0px;
}

.text-item {
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 90px 0px;
}

.text-item::before {
    content: ' ';
    width: 139px;
    display: block;
    border: 1px solid #E90317;
    margin: 10px 0px;
}

.text-item.text-right::before {
    content: ' ';
    width: 139px;
    display: block;
    border: 1px solid #E90317;
    text-align: right;
    margin: 10px 0px;
}

.text-item.text-right::after {
    content: ' ';
    width: 323px;
    display: block;
    border: 1px solid #E90317;
    text-align: right;
    margin: 10px 0px;
}

.text-left {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.text-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.section5_text_bottom {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #242424;
    max-width: 742px;
    margin: 0px auto;
}


/* section6 */

.section6 {
    background: url(../img/bg6.svg) no-repeat center center;
    background-size: cover;
}

.section6_content {
    padding: 50px 0px;
}

.section6-title {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
}

.list-texts {
    max-width: 603px;
    margin: 0px auto;
    margin-top: 60px;
}

.text-list-item {
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #F9FAFC;
    margin: 20px auto;
}

.text-list-item::after {
    width: 139px;
    content: " ";
    display: block;
    border: 1px solid #F9FAFC;
    margin: 10px auto;
    transform: matrix(1, 0, 0.01, 1, 0, 0);
}


/* section7 */

.section7 {
    background: #F9FAFC;
}

.section7_content {
    padding: 50px 0px;
    padding-bottom: 80px;
}

.lists_content {
    margin-top: 40px;
    position: relative;
}

.big-list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    display: block;
    width: 29%;
}

.big-list-item::before {
    content: "\2022";
    color: #E9163A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.big-list {
    position: relative;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    max-width: 1186px;
    justify-content: space-between;
    margin: 0px auto;
}

.lists_content:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    border-bottom: 1px solid #E9163A;
    border-left: 1px solid #E9163A;
    border-right: 1px solid #E9163A;
    height: 50%;
}

.linear2 {
    position: absolute;
    height: 447px;
    border: 1px solid #E9163A;
    bottom: -24px;
    left: 28%;
}

.linear1 {
    position: absolute;
    height: 447px;
    border: 1px solid #E9163A;
    bottom: -24px;
    right: 34%;
}


/* section8 */

.section8 {
    background: url(../img/sec8.svg) no-repeat center center;
    background-size: cover;
}

.section8__content::after {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 1em;
    margin: 0px auto;
    margin-top: 20px;
}

.section8__content::before {
    content: "\2022";
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 1em;
    margin: 0px auto;
    margin-bottom: 20px;
}

.section8__content {
    max-width: 768px;
    display: block;
    padding: 120px 0px;
    margin: 0px auto;
}

.section8_title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.75);
    margin-bottom: 50px;
}

.section8_text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.75);
}


/* section9 */

.section9 {
    background: #F9FAFC;
}

.section9_content {
    padding: 40px 0px;
}

.section9_img {
    width: 212px;
    height: 369px;
    display: block;
    margin: 0px 70px;
}

.section9_row {
    display: flex;
    padding-top: 20px;
    justify-content: center;
    padding-bottom: 60px;
}

.sec9-list-item::before {
    content: "\2022";
    color: #E9163A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sec9-list-info {}

.sec9-list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

.section_text_bottom {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 40px;
}

.section_text {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #E9163A;
}


/*  */

.footer {
    background: #A80011;
    padding: 20px 0px;
}

.logo_img {
    width: 77px;
    height: 81px;
    align-self: center;
}

.footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_content::after {
    content: " ";
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    min-width: 100%;
}

.footer-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32x;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin-top: 20px;
}

.btn-more {
    display: none;
}

.backDrop {
    display: none;
}

.backDrop.active {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.popap {
    max-width: 900px;
    width: 80%;
    /* background: #fff; */
    align-self: center;
    height: 450px;
    display: flex;
    position: relative;
}

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #ccc;
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
}

.block_popap {
    margin: 0px auto;
    margin-top: 50px;
}

.close-btn i {
    font-size: 22px;
}

.iframe {
    width: 700px;
    height: 420px;
}

@media all and (max-width:1000px) {
    .container {
        padding: 0px 20px;
    }
    .lists_content:before,
    .linear1,
    .linear2 {
        display: none;
    }
    .big-list-item {
        width: 50%;
    }
    .nav-links {
        flex-wrap: wrap;
    }
    .section1_content {
        flex-direction: column;
    }
    .section1_content {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec1-img {
        margin: 20px auto;
    }
    .iframe {
        width: 500px;
        height: 250px;
    }
}

@media all and (max-width:757px) {
    .sec5_img {
        display: none;
    }
    .text-item {
        margin: 10px auto;
        width: 357px;
    }
    .list-info {
        justify-content: space-around;
    }
    .btn-more {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        display: block;
        max-width: 300px;
        text-align: center;
        color: #E80000;
        border: 1px solid #E9163A;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 8px 30px;
        margin: 20px auto;
    }
    .big-list {
        max-height: 134px;
        overflow: hidden;
    }
    .big-list.more {
        max-height: initial;
        overflow: visible;
    }
}

@media all and (max-width:703px) {
    .section9_img {
        display: none;
    }
    br,
    .arrow {
        display: none;
    }
    .header_content {
        margin: 10px auto;
        padding: 20px 0px;
    }
    .header {
        background: url(../img/header.svg) no-repeat center center;
        background-size: cover;
        background-blend-mode: color;
        padding: 20px 0px;
        background-color: #000000ad;
    }
    .cards {
        flex-wrap: wrap;
    }
    .card {
        margin: 10px;
    }
    .text-item::after {
        width: 250px;
    }
    .section3_title {
        font-size: 16px;
        line-height: 23px;
    }
    .section1_info {
        font-size: 16px;
        line-height: 14px;
    }
    .section4_title {
        font-size: 21px;
        line-height: 20px;
    }
    .section4_title,
    .section8_text,
    .section_text,
    .section_text_bottom {
        font-size: 17px;
        line-height: 20px;
    }
    .section5_title,
    .section6-title,
    .section8_title {
        font-size: 22px;
        line-height: 23px;
    }
    .list-info {
        padding-bottom: 0px;
    }
    .section3_content {
        padding: 53px 0px;
    }
    .header_title {
        font-size: 37px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    .iframe {
        width: 367px;
        height: 221px;
    }
    .close-btn {
        right: -16px;
        top: -58px;
    }
    .sec1-img {
        width: 400px;
        height: 300px;
    }
}

@media all and (max-width:503px) {
    .big-list-item {
        width: 100%;
    }
    .section8__content {
        padding: 20px 0px;
    }
    .iframe {
        width: 100%;
        /* height: 178px; */
    }
}

@media all and (max-width:390px) {
    .container {
        padding: 0px 5px;
    }
    .iframe {
        width: 300px;
        height: 178px;
    }
    .sec1-img {
        width: 100%;
        height: initial;
    }
}

/********************
* Section: Infoprotector
********************/
.infoprotector {
    display: flex;
    position: fixed;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    padding: 5px;
    bottom: 0;
    z-index: 999;
    text-decoration: none;
}

.infoprotector .infoprotector-system ul {
    display: flex;
}

.infoprotector .infoprotector-system ul li {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.infoprotector .infoprotector-system svg {
    width: 32px;
    margin-right: 5px;
    fill: #fff
}

.infoprotector-description {
    display: flex;
    align-items: center;
    max-width: 400px;
    margin-left: 10px;
}

.infoprotector-description .logo-wrapper{
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
}

.infoprotector-description span {
    text-transform: uppercase;
    margin-left: 10px;
    display: block;
}

.infoprotector-description button {
    margin-left: 130px;
    color: #FFA600;
    text-transform: uppercase;
}

.btn {
    cursor: pointer;
	color:red;
    outline: none;
    transition: 0.25s;

}

@media screen and (max-width: 767px) { 
    .infoprotector-description {
        margin-left: 0;
    }

    .infoprotector .infoprotector-system {
        display: none;
    }

    .infoprotector-description span {
        font-size: 13px;
    }

    .infoprotector-description button {
        margin-left: 93px;
        text-align: right;
    }
}