@font-face {
    font-family: "MontserratBold";
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: "MontserratExtraBold";
    src: url(../fonts/Montserrat/Montserrat-ExtraBold.ttf);
}

@font-face {
    font-family: "MontserratMedium";
    src: url(../fonts/Montserrat/Montserrat-Medium.ttf);
}

@keyframes sheens {

    0%,
    79% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    80% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }

    95% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }

    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}

div {
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

* {
    transition: 0.3s;
    outline: none;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

path {
    transition: 0.3s;
}

body {
    position: relative;
    font-style: normal;
    /* overflow: hidden; */
}

.container {
    width: 100%;
    max-width: 1280px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
}

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


.header {
    background: #252525;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header_star {
    display: flex;
    align-items: center;
    font-family: "MontserratBold";
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.header_star svg {
    margin-right: 5px;
}

.header_logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header_logo .logo {
    font-family: "MontserratBold";
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.header_logo .sub {
    font-family: "MontserratBold";
    font-size: 6px;
    line-height: 7px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.header_lang {
    font-family: "MontserratBold";
    font-size: 12px;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.header_lang a:hover {
    color: #FFFFFF;
}

.header_lang a.act {
    color: #FFFFFF;
}

.top-section {
    padding-top: 60px;
    margin-bottom: 80px;
    position: relative;
}

.top-section::after {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translate(100px, 0);
    width: calc(50% - 100px);
    background: #F9F9F9;
    border-radius: 2px;
    height: 100%;
    top: 0;
    z-index: -5;
}

.top_wrap {
    display: flex;
}

.top_wrap .left-sec {
    margin-right: 100px;
}

.top_wrap h1 {
    font-family: "MontserratBold";
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 37px;
    max-width: 500px;
}

.top_wrap .svg-wrap {
    width: 100%;
    max-width: 55px;
}

.top_wrap .item-block {
    display: flex;
    align-items: center;
    font-family: "MontserratMedium";
    font-size: 18px;
    line-height: 140%;
    color: #252525;
    margin-bottom: 27px;
}

.top_text-block {
    margin-bottom: 25px;
}

.top-price {
    display: flex;
    align-items: center;
    background: #FAFAFA;
    padding: 5px 28px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    max-width: 325px;
    margin-bottom: 30px;
    height: 86px;
}

.top_wrap .old-price {
    font-family: "MontserratMedium";
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #626262;
    width: 90px;
}

.top_wrap .old-price .value {
    font-family: "MontserratBold";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
}

.top_wrap .old-price .value::after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 2px;
    background: #E34040;
    top: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}

.top_wrap .discount {
    width: 55px;
    height: 55px;
    background: #E34040;
    border-radius: 50px;
    font-family: "MontserratBold";
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 15px;
}

.top_wrap .discount .value {
    font-size: 19px;
    line-height: 23px;
}

.top_wrap .current-price {
    font-family: "MontserratMedium";
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    color: #252525;
    width: 90px;
}

.top_wrap .current-price .value {
    font-family: "MontserratBold";
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.btn-color {
    font-family: "MontserratExtraBold";
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 30px 52px;
    box-sizing: border-box;
    max-width: 425px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;

    border: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #4267b2;
    -webkit-box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    -moz-box-shadow: 0 0 0 10px rgba(99,140,215,0.3);
    box-shadow: 0 0 0 10px rgb(99 140 215 / 30%);
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.btn-color:hover {
    background: #3b66bf;
}

.btn-color:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 172, 142, 0)), color-stop(50%, rgba(255, 255, 255, .7)), color-stop(50%, rgba(229, 172, 142, 0)));
    background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, .7) 50%, rgba(229, 172, 142, 0));
    -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
    -ms-transform: rotate(60deg) translate(-5em, 7.5em);
    transform: rotateZ(60deg) translate(-5em, 7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    animation: sheens 3s infinite;
}


.top_count {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    font-family: "MontserratMedium";
    font-size: 12px;
    line-height: 15px;
    color: #252525;
    margin-top: 15px;

}

.top_count span {
    font-family: "MontserratExtraBold";
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3F3F3;
    border-radius: 20px;
    margin: 0 10px;
}

.top-section .right-sec {
    display: flex;
    width: 100%;
    max-width: 534px;
    position: relative;
}

.top-section .right-sec .wrap-img {
    width: 100%;
    max-width: 440px;
    height: auto;
    max-height: 570px;
    margin-right: 20px;
}

.top-section .btn-color {
    max-width: 325px;
}

.sec-style_wrap .style-slider video {
    height: 600px;
}

.top-section .right-sec .wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
}

.top-section .right-sec .tabs-img-wrap {
    width: 100%;
    max-width: 75px;
    max-height: 570px;
}

.top-section .right-sec .swiper-slide {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}

.top-section .right-sec .swiper-slide:hover {
    border: 1px solid #828282;
}

.top-section .right-sec .swiper-slide img {
    display: block;
    max-height: 95px;
}


.swiper-button-disabled {
    display: none;
}

.top-section .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: #ffffffb3;
    cursor: pointer;
}

.top-section .arrows .svg:hover {
    background-color: #ffffff;
}

.arrows .svg.swiper-button-disabled {
    display: none !important;
}

.top-section .arrows .next {
    top: 0;
}

.top-section .arrows .prev {
    bottom: 0;
}

.top-section .right-sec .wrap-img {
    position: relative;
}

.top-section .right-sec .label {
    position: absolute;
    left: 0;
    top: 20px;
    background: #E34040;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    height: 24px;
    color: #FFFFFF;
}

.top-section .right-sec .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #252525;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 11px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.top-section .right-sec .table-size .num {
    font-size: 19px;
}

.sec-style {
    margin-bottom: 100px;
}

.sec-style_wrap {
    width: 100%;
    max-width: 1063px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sec-style_wrap .style-slider {
    width: 100%;
    max-width: 430px;
    margin: 0;
    padding: 0;
    position: relative;
}

.sec-style_wrap .style-content {
    padding-top: 50px;
    width: 100%;
    max-width: 455px;
}

.sec-style_wrap .style-content h2 {
    font-family: "MontserratBold";
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 50px;
}

.sec-style_wrap .style-content .content-img {
    display: flex;
    margin-left: 15px;
    margin-bottom: 30px;
}

.sec-style_wrap .style-content .content-img img {
    margin-right: 25px;
}

.sec-style_wrap .style-content .content-img .item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec-style_wrap .style-content .content-img .name {
    font-family: "MontserratBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 5px;
}

.sec-style_wrap .style-content .content-img .position {
    font-family: "MontserratMedium";
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 12px;
}

.sec-style_wrap .style-content .content-img .logo {
    display: flex;
    align-items: center;
}


.sec-style_wrap .style-content .sub {
    font-family: "MontserratBold";
    font-weight: 600;

    font-size: 20px;
    line-height: 24px;
    color: #252525;
    margin-bottom: 17px;
}

.sec-style_wrap .style-content .text {
    font-family: "MontserratMedium";
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.sec-style .arrows .svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.sec-style .arrows .svg:hover path {
    stroke: #828282;
}

.sec-style .arrows .svg.next {
    left: -40px;
}

.sec-style .arrows .svg.prev {
    right: -40px;
}

.sec-style .style-slider-item {
    margin-bottom: 15px;
}

.paginations {
    position: relative;
}

.paginations span {
    width: 7px;
    height: 7px;
    background: rgba(37, 37, 37, 1);
    margin: 0 4px;
}

.paginations span.swiper-pagination-bullet-active {
    background: #E34040;
}



.item-color .label {
    position: absolute;
    left: 23px;
    top: 40px;
    background: #E34040;
    border-radius: 5px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.sec-colors h2 {
    text-align: center;
    margin-bottom: 56px;
    font-family: "MontserratBold";
    font-weight: 600;

    font-size: 34px;
    line-height: 41px;
    color: #252525;
}

.item-color .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 11px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #252525;
    cursor: pointer;
}

.item-color .table-size .num {
    font-size: 19px;
}

.item-color .wrap-img {
    position: relative;
}

.sec-colors .item-color-img {
    width: 100%;
    max-width: 758px;
    margin-right: 70px;
    display: flex;
}

.sec-colors .item-color {
    display: flex;
    margin-bottom: 132px;
}

.sec-colors .wrap-img {
    width: 100%;
    max-width: 568px;
    height: auto;
    max-height: 709px;
    margin-right: 30px;
}

.sec-colors .color-slider {
    width: 100%;
    max-width: 160px;
    max-height: 709px;
    padding: 30px 0;
    position: relative;
}

.sec-colors .swiper-slide {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}


.popap-table .close-popap {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popap-table {
    z-index: 10;
    position: absolute;
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
}

.popap-table.active {
    display: block;
}

.popap-table-wrap.popap-table-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    padding: 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popap-table-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.popap-table .content {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

.popap-table-item .tit-tab {
    margin-bottom: 15px;
}

.popap-table-wrapper.content {
    /* overflow-y: auto; */
    padding-right: 20px;
    /* padding-right: 20px !important; */
    max-height: 400px;
    position: relative;
    background: #FFF6E1 !important;
}

.popap-table-item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    flex-direction: column;
    border-radius: 5px;
    height: 100%;
}

.wrapper_tabs {
    padding-right: 10px;
    max-height: 100%;
    overflow-y: scroll;
}

.sec-colors .swiper-slide:hover {
    border: 1px solid #828282;
}

.item-color .swiper-slide .label,
.item-color .swiper-slide .table-size {
    display: none;
}

.sec-colors .swiper-slide img {
    display: block;
    max-height: 126px;
}

.sec-colors .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
}

.sec-colors .arrows .svg.next {
    top: 0;
}

.sec-colors .arrows .svg.prev {
    bottom: 0;
}

.sec-colors .item-color-text {
    padding-top: 240px;
    width: 100%;
}

.sec-colors .item-color-text .color {
    font-family: "MontserratBold";
    font-weight: 600;

    font-size: 19px;
    line-height: 150%;
    color: #252525;
    margin-bottom: 5px;
    position: relative;
    padding-left: 17px;
}

.sec-colors .item-color-text .color::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #E34040;
    left: 0;
    top: 0;
}

.sec-colors .item-color-text .akcia {
    font-family: "MontserratBold";
    font-weight: 600;

    font-size: 19px;
    line-height: 150%;
    color: #252525;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.sec-colors .item-color-text .akcia svg {
    margin-right: 5px;
}

.sec-colors .item-color-text .old-price {
    font-family: "MontserratBold";
    font-size: 20px;
    font-weight: 600;

    line-height: 24px;
    color: #252525;
    display: inline;
    position: relative;
}

.sec-colors .item-color-text .old-price:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #252525;
    top: 50%;
}

.sec-colors .item-color-text .new-price {
    font-family: "MontserratBold";
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #252525;
    text-align: left;
    margin-bottom: 75px;
}

.sec-colors .item-color-text .btn-color {
    max-width: 426px;
}

.info-sec {
    margin-bottom: 75px;
}

.info-sec_wrap {
    display: flex;
    flex-wrap: wrap;
}

.info-sec_wrap .item-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%;
    max-width: 330px;
    margin-right: 70px;
}

.info-sec_wrap .item-info img {
    margin-right: 15px;
}

.info-sec_wrap .item-info .title {
    font-family: "MontserratBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.info-sec_wrap .item-info .content {
    font-family: "MontserratMedium";
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.sec-table {
    margin-bottom: 100px;
}

.sec-table_wrap {
    display: flex;
    margin-bottom: 80px;
}

.sec-table .content {
    background: #FFF6E1;
    border-radius: 5px 5px 0px 0px;
    width: 100%;
    max-width: 750px;
    margin-right: 70px;
}

.sec-table .content.mob {
    display: none;
}

.sec-table .content .wrap-hide {
    display: none;
}

.sec-table .content .block-tab.active .wrap-hide {
    display: block;
}

.sec-table .content-tabs {
    padding: 25px 12px;
}

.sec-table .content .tabs {
    display: flex;
}

.sec-table .content .tabs div {
    font-family: "MontserratBold";
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    width: 50%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    cursor: pointer;
}

.sec-table .content .tabs div.active {
    background: transparent;
}

.sec-table .content-tabs table {
    border-collapse: collapse;
    padding: 25px 12px;
    width: 100%;
}

.sec-table tbody tr:nth-child(1) {
    margin: 0 7px;
    font-size: 14px;
}

.sec-table .content .content-tabs .block-tab {
    display: none;
}

.sec-table .content.mob .content-tabs .block-tab {
    display: block;
}

.sec-table .content .content-tabs .block-tab.active {
    display: block;
}

.sec-table tbody tr:nth-child(1) td {
    padding: 0 7px;
    min-width: 110px;

}

.sec-table .content-tabs table {
    font-family: "MontserratMedium";
    font-size: 16px;
    line-height: 300%;
    color: #252525;
}

.sec-table .content-tabs .info {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #252525;
}

.sec-table .content-tabs p {
    margin-bottom: 20px;
}

.sec-table .content .tit-tab {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.sec-table .content .block-tab.active .arrow-tab {
    transform: rotate(180deg);
}

.sec-table .content .block-tab.active .tit-tab {
    margin-bottom: 20px;
}

.line-tab {
    width: 100%;
    height: 1px;
    background-color: rgba(37, 37, 37, 0.5);
    margin: 15px 0;
}

.sec-table .content-tabs .title-text {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.sec-table .content-tabs .big {
    font-family: "MontserratBold";
    font-weight: bold;
}

.sec-table .content-tabs .strong {
    font-family: "MontserratBold";
    font-weight: bold;
}

.content tbody tr:nth-child(2n) {
    background: #fff;
}

.sec-table tbody tr td:nth-child(1) {
    font-family: "MontserratBold";
    font-weight: bold;
}

.sec-table tbody tr:nth-child(1) td:nth-child(1) {
    font-family: "MontserratMedium";
    font-weight: normal;
}

.sec-table .content-tabs td {
    margin: 0;
    padding: 0;
    text-align: center;
}

.sec-table .help-info .text {
    font-family: "MontserratMedium";
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.sec-table .help-info .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #252525;
}

.sec-table .help-info .img-wrap {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.sec-table .help-info .img-wrap div {
    margin-left: 10px;
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
}

.sec-table .help-info .img-wrap div div {
    margin-left: 0;
    margin-bottom: 5px;
}

.sec-table .btn-color {
    background: #fff;
    border: 2px solid #E34040;
    color: #E34040;
    font-size: 20px;
    margin: 0 auto;
}

.reviews .reviews_wrap {
    width: 100%;
    max-width: 645px;
    margin: 0 auto;
}

.reviews .top {
    margin-left: 30px;
}

.reviews .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 25px;
}

.reviews .top .text {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 60px;
}

.reviews .top .text span {
    color: #E34040;
}

.reviews .top .rating {
    display: flex;
    align-items: center;
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 100px;
}

.reviews .top .rating img {
    margin-right: 20px;
}

.reviews {
    padding-bottom: 87px;
    padding-top: 85px;
    position: relative;
}

.reviews::after {
    position: absolute;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    background: #FAFAFA;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    right: 0;
}

.reviews .reviews-list_wrap {
    position: relative;
}

.reviews .reviews-list_wrap .swiper-slide {
    padding: 10px;
}

.reviews-list_wrap img {
    border: 2px solid #E34040 !important;
    max-height: auto;
    width: 300px;
    margin: 0 auto;
}

.reviews .arrows .next {
    position: absolute;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #E33040;
    cursor: pointer;
    top: 50%;
}

.reviews .arrows .prev {
    position: absolute;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #E33040;
    cursor: pointer;
    top: 50%;
}

.reviews .arrows .svg.swiper-button-disabled {
    display: flex !important;
}

.sec-ask {
    padding-bottom: 115px;
    padding-top: 100px;
}

.ask-wrap {
    display: flex;
    align-items: center;
}

.ask-wrap .left {
    width: 100%;
    max-width: 400px;
    margin-right: 100px;
}

.ask-wrap .left .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #252525;
    margin-bottom: 50px;
}

.ask-wrap .left .btn-color {
    max-width: 335px;
    margin-bottom: 15px;
}

.ask-wrap .left .text img {
    margin-right: 15px;
}

.ask-wrap .left .text {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 320px;
}

.ask-wrap .list-icons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.ask-wrap .icon-item {
    width: 100%;
    max-width: 240px;
    margin-bottom: 70px;
    margin-right: 80px;
}

.ask-wrap .icon-item.tr {
    transform: translate(50px, 0);
    margin-bottom: 0;
}

.ask-wrap .icon-item .tit {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    color: #252525;
}

.ask-wrap .icon-item .text {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
}

.ask-wrap .icon-item .img-wrap {
    margin-bottom: 25px;
    display: flex;
}

.ask-wrap .icon-item .img-wrap span {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #E34040;
    transform: translate(15px, 30px);
}

.sec-ask {
    position: relative;
}

.sec-ask::after {
    position: absolute;
    content: "";
    display: block;
    width: 85%;
    height: 100%;
    background: #FFF8E7;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    left: 0;
}

.advantages {
    padding-top: 95px;
}

.advantages .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 80px;
}

.advantages .list-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}

.advantages .list-advantages .advantages-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 540px;
}

.advantages {
    position: relative;
}

.advantages::after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #F9F9F9;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    left: 0;
}

.advantages .list-advantages .advantages-item .tit {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #252525;
    margin-bottom: 20px;
}


.advantages .list-advantages .advantages-item .text {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #252525;

}

.advantages .list-advantages img {
    margin-right: 50px;
}

.sec-form .slider img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 5px;
    max-height: 100%;
}

.sec-form .slider {
    width: 100%;
    max-width: 75px;
    max-height: 570px;
    margin-right: 28px;
    margin-left: 0;
}

.sec-form .content {
    display: flex;
}

.sec-form .slider .swiper-slide {

    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;

}

.sec-form .slider .swiper-slide:hover {
    border: 1px solid #828282;
}

.sec-form .content-slider {
    display: flex;
    width: 100%;
    max-width: 540px;
    margin-top: 25px;
    margin-right: 180px;
}

.sec-form .wrap-img {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: auto;
    max-height: 570px;
}

.sec-form .arrows .svg {
    position: absolute;
    z-index: 5;
    width: 100%;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: #ffffffb3;
    cursor: pointer;
}

.sec-form .arrows .prev {
    bottom: 0;
}

.sec-form .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #252525;
    margin: 0 auto;
    margin-bottom: 52px;
    width: 100%;
    max-width: 750px;
}

.sec-form .title span {
    color: #E34040;
}

.sec-form .form-text {
    display: none;
}

.sec-form .title span.hiden {
    color: #252525;
}

.sec-form .table-size {
    position: absolute;
    left: 0;
    bottom: 35px;
    background: #252525;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 11px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}

.sec-form {
    padding-bottom: 50px;
    margin-bottom: 35px;
}

.sec-form .table-size .num {
    font-size: 19px;
}

.sec-form .arrows .next {
    top: 0;
}

.item-color .wrap-img img {
    width: auto;
    /* max-width: 100%; */
    height: auto;
    max-height: 100%;
    object-fit: inherit;
}

.wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-form .label {
    position: absolute;
    left: 0;
    top: 20px;
    background: #E34040;
    border-radius: 0px 5px 5px 0px;
    padding: 10px;
    font-family: "MontserratBold";
    font-size: 14px;
    line-height: 140%;
    display: flex;
    height: 24px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

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

.info_wrapper img {
    width: 200px;
    max-width: 100%;
    height: auto;
    height: 100%;
    margin-right: 10px;
}

.sec-form .price {
    position: absolute;
    right: -95px;
    width: 200px;
    height: 120px;
    bottom: 37px;
    background: #FAFAFA;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.sec-form .price-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
    padding-left: 22px;
}

.sec-form .price-wrap .disc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    background: #E34040;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translate(0, -50%);
    right: 18px;
}

.sec-form .price-wrap .disc .value {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 19px;
    line-height: 23px;
    color: #FFFFFF;
}

.sec-form .price-wrap .disc .text {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 9px;
    line-height: 11px;
    color: #FFFFFF;
}

.sec-form .price-wrap .price-old .text {
    font-family: "MontserratMedium";
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #626262;
}

.sec-form .price-wrap .price-old .val {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #626262;
    position: relative;
}

.sec-form .price-wrap .price-old .val:after {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 2px;
    background: #E34040;
    top: 50%;
    right: 50%;
    z-index: 3;
    transform: translate(50%, -50%);
}

.sec-form .price-wrap .price-new .text {
    font-family: "MontserratMedium";
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #252525;
}

.sec-form .price-wrap .price-new .val {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #252525;
}

.sec-form .content-slider {
    display: flex;
}

.sec-form .form-wrap {
    background: #252525;
    border-radius: 5px;
    padding: 20px 30px;
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-form .form-wrap .top_count {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.sec-form .form-wrap .top_count span {
    background: #F3F3F3;
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 13.35px;
    line-height: 16px;
    color: #252525;
}

.sec-form .form-wrap .title {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.timer {
    margin-bottom: 30px;
    width: 100%;
    max-width: 230px;
    display: flex;
    justify-content: space-between;
}

.timer .timer_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-mob {
    display: none;
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #252525;
}

.top-price.mobile {
    display: none;
}

.top_wrap .item-block .mob {
    display: none;
}

.timer-wrap.top {
    display: none;
}

.top-section .title-mob {
    z-index: 10;
    display: none;
    position: absolute;
    top: -25px;
    width: 100%;
    text-align: center;
}

.timer .toc {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    height: 35px;
}

.timer-wrap.top .toc {
    color: #252525;
}



.timer .timer_item .text {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}

.timer-wrap.top .timer_item .text {
    color: #252525;
}

.timer .timer_item .count {
    display: flex;
    margin-bottom: 4px;
}

.timer .timer_item .count span {
    background: #FFFFFF;
    border-radius: 5px;
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252525;
    width: 30px;
    height: 40px;
    margin: 0 2px;
}

.timer-wrap.top .timer_item .count span {
    background: #252525;
    color: #fff;
}

.form-wrap a {
    width: 100%;
}

.sec-form .form-wrap form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sec-form {
    position: relative;
    padding-top: 66px;
    padding-bottom: 55px;
}

.sec-form::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF8E7;
    border-radius: 2px;
    z-index: -5;
    top: 0;
    left: 0;
}

.sec-form .field {
    font-family: "MontserratMedium";
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
}

.sec-form .field option {
    font-family: "MontserratMedium";
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(37, 37, 37, 0.85);
    height: 20px;
}

label {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;

}

label img {
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
    left: 18px;
    height: 20px;
    pointer-events: none;
}

input.inp {
    font-family: "MontserratMedium";
    padding: 22px 0;
    padding-left: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: rgba(37, 37, 37, 0.85);
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    box-sizing: border-box;
}

.popap-table .close-popap.form {
    top: 15px;
    right: 20px;
}

.popap-table.form .popap-table-item {
    background: #FAFAFA;
    border: 2px solid #FCB44D;
    box-sizing: border-box;
    border-radius: 5px;
    height: auto;
    max-width: 450px;
    position: relative;
    margin: 0 auto;
}

.popap-table.form input.inp {
    background: #FFFFFF;
    border: 1.06406px solid #FCB44D;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 20px;
}

.popap-table.form .btn-color {
    color: #252525;
    width: 100%;
    margin-bottom: 15px;
    background: linear-gradient(180deg, #FCB44D 0%, #FCB44D 100%);
}

.popap-table.form .text {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}


.popap-table.form .title {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    margin-bottom: 15px;
    margin-top: 5px;
    margin-left: 10px;
}

.sec-form .form-wrap form .btn-color {
    width: 100%;
    margin-bottom: 15px;
}

.footer {
    padding-top: 33px;
    padding-bottom: 30px;
}

.footer .tit {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    color: #252525;
    text-align: center;
    margin-bottom: 17px;
}

.footer .list-logo {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
}

.footer .logo {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.footer .logo .logo {
    font-family: "MontserratBold";
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.1em;
    color: #252525;
    margin-right: 0;
}

.footer .cont {
    margin-right: 20px;
}

.footer .cont {
    width: 100%;
    max-width: 350px;
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 12px;
    line-height: 156%;
    text-align: center;
    color: #252525;
}

.footer .logo .sub {
    font-family: "MontserratBold";
    font-size: 6px;
    line-height: 7px;
    letter-spacing: 0.05em;
    color: #252525;
}


.footer .links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .links a {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #252525;
    margin-bottom: 8px;
    text-align: right;
}

.thank-sec {
    padding-top: 50px;
    margin-bottom: 100px;
}

.thank-sec .tit {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 50px;
    line-height: 61px;
    color: #252525;
    margin-bottom: 25px;
    text-align: center;
}

.thank-sec .text {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #252525;
    margin-bottom: 32px;
}

.thank-sec .text2 {
    font-family: "MontserratBold";
    font-weight: bold;
    font-size: 27px;
    line-height: 33px;
    text-align: center;
    color: #252525;
    margin-bottom: 60px;
}

.thank-sec .items-list {
    margin: 0 auto;
    margin-bottom: 90px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.thank-sec .item {
    width: 100%;
    max-width: 300px;
    margin: 0 15px;
    background: #FFFFFF;
    box-shadow: 0px 19.2571px 38.5141px rgba(0, 0, 0, 0.1);
    border-radius: 6.41902px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.thank-sec .item img {
    margin-bottom: 17px;
    max-width: 100%;
}

.thank-sec .item .name {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    margin-bottom: 17px;
}

.thank-sec .item .price {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

.thank-sec .item .price .old {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #999999;
    margin-right: 10px;
}

.thank-sec .item .price .new {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.thank-sec .item a {
    font-family: "MontserratMedium";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    padding: 15px 30px;
    color: #000000;
    border-radius: 2px;
    border: 2px solid #E34040;
}

.thank-sec .item .timer_item {
    float: left;
    margin: 0 35px 0 0;
    width: 100px;
}

.thank-sec .item a {}

.thank-sec .item a {}

.thank-sec .item a {}



.thank-sec .text3 {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.thank-sec .text-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.thank-sec .text-wrap img {
    margin-right: 70px;
}

.thank-sec .text-wrap p {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #252525;
    margin-bottom: 30px;
}

.thank-sec .text-wrap div {
    font-family: "MontserratMedium";
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #252525;
}

.thank-sec .btn-color {
    max-width: 350px;
    margin: 0 auto;
}

.thank-sec .text-wrap div.strong {
    margin-bottom: 8px;
    font-family: "MontserratBold";
    font-weight: 600;

}




#popup__toggle {
    bottom: 10px;
    right: -5px;
    position: fixed;
    z-index: 60;
}

.img-circle {
    background-color: #FCB44D;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    cursor: pointer;
}


.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: #FCB44D;
    width: 87px;
    height: 87px;
    bottom: -10px;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 59px;
    height: 59px;
    bottom: 4px;
    right: 34px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 59px;
    height: 59px;
    background-image: url(/images/mini.png);
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-circle:hover {
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.95);
        opacity: 1;
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(-8deg);
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg);
    }

    50% {
        -webkit-transform: rotate(8deg);
    }

    100% {
        -webkit-transform: rotate(-8deg);
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1;
    }

    30% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5;
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1;
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1;
    }

    30% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        -webkit-opacity: .5;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1;
    }

    30% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        -o-opacity: .5;
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
    }

    30% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .5;
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1;
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2;
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2;
    }
}



@media (max-width: 768px) {
    #popup__toggle {
        display: block;
    }
}

/* MONSTERWEB */
#wg_preload_wrap {
    background-color: #000000ad;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    text-align: center;
}

#wg_preload_spinner {
    position: relative;
    top: 35%;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.spinner-icon {
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid 2px transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    border-top-color: #158fd2;
    border-left-color: #158fd2;
    border-radius: 100%;
    -webkit-animation: nprogress-spinner 900ms linear infinite;
    animation: nprogress-spinner 900ms linear infinite;
    top: 0px;
    right: 2px;
    z-index: 2;
}
@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.wg_hidden {
	display: none;
}
.wg_disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
#msg_modal .popap-table-item {
	background: #FAFAFA;
	padding: 20px 10px;
	border: 2px solid red;
}
#msg_modal .text {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.7;
	color: red;
	/* margin-bottom: 0; */
}
#msg_modal.msg-theme-success .popap-table-item {
	border: 2px solid green;
}
#msg_modal.msg-theme-success .text {
	color: green;
}
