@font-face {
    font-family: 'elecRegular';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ElectroluxSans_3_Regular.otf");
    src: url("../fonts/ElectroluxSans_3_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ElectroluxSans_3_Regular.woff") format("woff"), url("../fonts/ElectroluxSans_3_Regular.woff2") format("woff2"), url("../fonts/ElectroluxSans_3_Regular.ttf") format("truetype");
    font-display: fallback
}

@font-face {
    font-family: 'elecSemi';
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/ElectroluxSans_4_Semibold.otf");
    font-display: fallback
}

body,
body * {
    font-family: 'elecRegular'
}

@media screen and (max-width: 768px) {
    .top-brand img {
        width: 140px !important;
        display: block !important;
        margin: 14px auto !important
    }
    .top-brand {
        height: 60px !important
    }
}

.top-brand {
    background-color: rgba(4, 31, 77, 0.9);
    height: 90px;
    z-index: 9;
    position: absolute;
    width: 100%
}

.top-brand img {
    margin-top: 23px;
    margin-left: 50px;
    width: 170px
}

.remove-padd {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (min-width: 769px) {
    .img-mob {
        display: none !important
    }
}

@media screen and (max-width: 768px) {
    .img-desk {
        display: none !important
    }
}

@media screen and (max-width: 1290px) {
    .text-desk {
        display: none !important
    }
}

.back-block-2 {
    background-color: #dde7eb
}

.back-block-2 .title-white {
    color: #05204e;
    font-family: 'elecSemi';
    font-size: 40px;
    width: 60%;
    margin: 80px auto 30px auto
}

.back-block-2 p {
    color: #041f4e
}

.back-block-2 p.text-block-2 {
    font-family: 'elecRegular';
    font-size: 24px;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 60px
}

.back-block-check {
    background-color: #05204e;
    padding: 100px 0
}

.back-block-check .title-white {
    color: #fff;
    font-family: 'elecSemi';
    font-size: 40px;
    width: 80%;
    margin: 80px auto 30px auto
}

.back-block-check p.text-block-2 {
    color: #acbac1;
    font-family: 'elecRegular';
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 60px
}

@media screen and (max-width: 768px) {
    .back-block-check {
        padding: 0
    }
    .check-block .check-text {
        width: 90% !important;
        margin-left: -45% !important
    }
    .check-block .title {
        font-size: 36px !important
    }
}

@media screen and (min-width: 768px) {
    .check-block {
        width: 98%
    }
}

.check-block {
    background-color: #05204e;
    text-align: center
}

.check-block .input-check-block {
    display: none
}

.check-block .check-wrapper {
    padding: 0 0;
    display: inline-block;
    margin-bottom: -5px;
    padding-right: 10px
}

.check-block .check-wrapper .img-checked {
    display: none
}

.check-block .check-wrapper .label-check {
    background-color: #041e50;
    background-image: url(../images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 40px;
    height: 40px;
    display: block;
    right: 15px;
    position: absolute;
    top: 15px;
    border-radius: 20px;
    cursor: pointer;
    z-index: 99
}

.check-block .check-wrapper .label-check:hover {
    opacity: 0.8
}

.check-block .title {
    color: #05204e;
    font-size: 24px;
    font-family: 'elecSemi';
    margin-bottom: 0
}

.check-block .check-text {
    display: none;
    font-family: 'elecRegular';
    color: #05204e;
    font-size: 18px;
    width: 78%;
    margin: 30px auto 0 auto
}

.check-block #check1:checked~.check1-wrapper .check-text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -41%;
    display: block
}

.check-block #check1:checked~.check1-wrapper .label-check {
    background-image: url(../images/close.png)
}

.check-block #check1:checked~.check1-wrapper .img-check {
    display: none
}

.check-block #check1:checked~.check1-wrapper .img-checked {
    display: block
}

.check-block #check1:checked~.check1-wrapper .check-text {
    display: block
}

.check-block #check2:checked~.check2-wrapper .check-text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -41%;
    display: block
}

.check-block #check2:checked~.check2-wrapper .label-check {
    background-image: url(../images/close.png)
}

.check-block #check2:checked~.check2-wrapper .img-check {
    display: none
}

.check-block #check2:checked~.check2-wrapper .img-checked {
    display: block
}

.check-block #check2:checked~.check2-wrapper .check-text {
    display: block
}

.check-block #check3:checked~.check3-wrapper .check-text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -41%;
    display: block
}

.check-block #check3:checked~.check3-wrapper .label-check {
    background-image: url(../images/close.png)
}

.check-block #check3:checked~.check3-wrapper .img-check {
    display: none
}

.check-block #check3:checked~.check3-wrapper .img-checked {
    display: block
}

.check-block #check3:checked~.check3-wrapper .check-text {
    display: block
}

.back-block-4 {
    background-color: transparent
}

.back-block-4 .title-white {
    color: #fff;
    font-family: 'elecSemi';
    font-size: 47px;
    width: 80%;
    margin: 50px auto 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    text-align: center
}

.back-block-4 p.text-block-4 {
    color: #fff;
    font-family: 'elecRegular';
    font-size: 26px;
    width: 80%;
    margin: 200px auto 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    text-align: center
}

.block-video .container-video {
    width: 80%;
    margin: 12vh auto 0 auto;
    text-align: right
}

.block-video label.close-video {
    color: #fff;
    font-size: 30px;
    cursor: pointer
}

.block-video .overlay-video {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 999;
    text-align: center
}

.block-video .input-video,
.block-video .overlay-video {
    display: none
}

.block-video .label-video {
    cursor: pointer
}

.block-video #open_video:checked~div .overlay-video {
    display: block !important
}

.block-info {
    background-color: #dee8eb;
    padding: 30px 0
}

.block-info .img {
    text-align: center
}

.block-info .img img {
    width: 80%
}

.block-info .info-product {
    color: #041e4d
}

.block-info .info-product p {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'elecSemi';
    font-size: 16px
}

.block-info .info-product ul {
    list-style: none;
    padding: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.block-info .info-product ul .title {
    color: #fff;
    background-color: #051f4e;
    padding: 2px 8px;
    font-family: 'elecregular';
    font-size: 15px
}

.block-info .info-product ul .title img {
    margin-top: -5px
}

.block-info .info-product ul li {
    background-color: #adbbc2;
    padding: 3px 20px;
    margin: 4px 0;
    border-radius: 4px;
    font-family: 'elecRegular'
}

.footer {
    background-color: #041f4d;
    color: #fff;
    padding-bottom: 28px
}

.footer .logo-footer {
    text-align: center
}

.footer .logo-footer img {
    margin-top: 32px
}

.footer .text-footer p {
    font-family: 'elecRegular';
    margin: 45px auto 0;
    width: fit-content;
    font-size: 10px;
    text-align: center;
    padding: 0px 20px
}