.modal .window {
    z-index: 2;
    background: -o-linear-gradient(195.18deg, #004e9f 0%, #3a9aff 100%);
    background: linear-gradient(254.82deg, #004e9f 0%, #3a9aff 100%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}

.modal-video .window {
    background-color: #004e9f !important;
    border-radius: 5px !important;
    min-width: 660px !important;
    min-height: 370px !important;
    padding: 10px 10px 3px 10px !important;
}

.modal-video .window .close {
    width: 20px !important;
    height: 20px !important;
    z-index: 6;
    right: 5px !important;
    top: 5px !important;
}

.modal-video .window .podlogka {
    width: 30px;
    height: 30px;
    background-color: #004e9f !important;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
    /*border-radius: 20px !important;*/
    min-height: 20px;
    min-width: 20px
}



.modal-viewer .overlay {
    opacity: 0.6 !important;
}

.modal-viewer .window {
    background-color: #004e9f !important;
    width: 95% !important;
    height: 90% !important;
    max-width: none !important;
    max-height:  none !important;
    border-radius: 0 !important;
    padding: 10px 10px 3px 10px !important;
    margin: 10px 30px 10px 30px !important;
}
.modal-viewer .window .modal-content {
    height: 100% !important;
}

.modal-viewer .window .close {
    width: 20px !important;
    height: 20px !important;
    z-index: 6;
    right: 5px !important;
    top: 5px !important;
}

.modal-viewer .window .podlogka {
    width: 30px;
    height: 30px;
    background-color: #004e9f !important;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
    /*border-radius: 20px !important;*/
    min-height: 20px;
    min-width: 20px
}

.modal-plyr .window {
    border-radius: 5px !important;
    min-width: 660px !important;
    min-height: 380px !important;
    padding: 10px 10px 3px 10px !important;
}

.modal-plyr .window .close {
    width: 20px !important;
    height: 20px !important;
    z-index: 6;
    right: 5px !important;
    top: 5px !important;
}

.modal-plyr .window .podlogka {
    width: 30px;
    height: 30px;
    background-color: #004e9f !important;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
    border-radius: 20px !important;
    min-height: 20px;
    min-width: 20px
}

@font-face {
    font-family: "Bebas Neue";
    src: url(/assets/fonts/BebasNeueRegular.eot);
    src: local("Bebas Neue Regular"), local("BebasNeueRegular"),
    url(/assets/fonts/BebasNeueRegular.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BebasNeueRegular.woff) format("woff"),
    url(/assets/fonts/BebasNeueRegular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue";
    src: url(/assets/fonts/BebasNeueBold.eot);
    src: local("Bebas Neue Bold"), local("BebasNeueBold"),
    url(/assets/fonts/BebasNeueBold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BebasNeueBold.woff) format("woff"),
    url(/assets/fonts/BebasNeueBold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue";
    src: url(/assets/fonts/BebasNeueLight.eot);
    src: local("Bebas Neue Light"), local("BebasNeueLight"),
    url(/assets/fonts/BebasNeueLight.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BebasNeueLight.woff) format("woff"),
    url(/assets/fonts/BebasNeueLight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue";
    src: url(/assets/fonts/BebasNeue-Thin.eot);
    src: local("Bebas Neue Thin"), local("BebasNeue-Thin"),
    url(/assets/fonts/BebasNeue-Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BebasNeue-Thin.woff) format("woff"),
    url(/assets/fonts/BebasNeue-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: "Bebas Neue Book";
    src: url(/assets/fonts/BebasNeueBook.eot);
    src: local("Bebas Neue Book"), local("BebasNeueBook"),
    url(/assets/fonts/BebasNeueBook.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/BebasNeueBook.woff) format("woff"),
    url(/assets/fonts/BebasNeueBook.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
.fill-height {
    height: 100%;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.m-align-center {
    margin-left: auto;
    margin-right: auto;
}
.to-right {
    margin-left: auto;
}
.to-left {
    margin-right: auto;
}
.opacity-0 {
    opacity: 0;
}
.opacity-1 {
    opacity: 0.1;
}
.opacity-2 {
    opacity: 0.2;
}
.opacity-3 {
    opacity: 0.3;
}
.opacity-4 {
    opacity: 0.4;
}
.opacity-5 {
    opacity: 0.5;
}
.opacity-6 {
    opacity: 0.6;
}
.opacity-7 {
    opacity: 0.7;
}
.opacity-8 {
    opacity: 0.8;
}
.opacity-9 {
    opacity: 0.9;
}
.h-100vh {
    height: calc(var(--vh, 1vh) * 100) !important;
}
.mh-100vh {
    min-height: calc(var(--vh, 1vh) * 100) !important;
}
.w-33 {
    width: 33.3333% !important;
}
.w-66 {
    width: 66.6666% !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mr-0 {
    margin-right: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.ml-0 {
    margin-left: 0px !important;
}
.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.ma-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.pt-0 {
    padding-top: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pl-0 {
    padding-left: 0px !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.pa-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.mt-1 {
    margin-top: 2px !important;
}
.mr-1 {
    margin-right: 2px !important;
}
.mb-1 {
    margin-bottom: 2px !important;
}
.ml-1 {
    margin-left: 2px !important;
}
.mx-1 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}
.my-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.ma-1 {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}
.pt-1 {
    padding-top: 2px !important;
}
.pr-1 {
    padding-right: 2px !important;
}
.pb-1 {
    padding-bottom: 2px !important;
}
.pl-1 {
    padding-left: 2px !important;
}
.px-1 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}
.py-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.pa-1 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.mt-2 {
    margin-top: 4px !important;
}
.mr-2 {
    margin-right: 4px !important;
}
.mb-2 {
    margin-bottom: 4px !important;
}
.ml-2 {
    margin-left: 4px !important;
}
.mx-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
}
.my-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.ma-2 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.pt-2 {
    padding-top: 4px !important;
}
.pr-2 {
    padding-right: 4px !important;
}
.pb-2 {
    padding-bottom: 4px !important;
}
.pl-2 {
    padding-left: 4px !important;
}
.px-2 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.py-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.pa-2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.mt-3 {
    margin-top: 6px !important;
}
.mr-3 {
    margin-right: 6px !important;
}
.mb-3 {
    margin-bottom: 6px !important;
}
.ml-3 {
    margin-left: 6px !important;
}
.mx-3 {
    margin-left: 6px !important;
    margin-right: 6px !important;
}
.my-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.ma-3 {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.pt-3 {
    padding-top: 6px !important;
}
.pr-3 {
    padding-right: 6px !important;
}
.pb-3 {
    padding-bottom: 6px !important;
}
.pl-3 {
    padding-left: 6px !important;
}
.px-3 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}
.py-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.pa-3 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.mt-4 {
    margin-top: 8px !important;
}
.mr-4 {
    margin-right: 8px !important;
}
.mb-4 {
    margin-bottom: 8px !important;
}
.ml-4 {
    margin-left: 8px !important;
}
.mx-4 {
    margin-left: 8px !important;
    margin-right: 8px !important;
}
.my-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.ma-4 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
.pt-4 {
    padding-top: 8px !important;
}
.pr-4 {
    padding-right: 8px !important;
}
.pb-4 {
    padding-bottom: 8px !important;
}
.pl-4 {
    padding-left: 8px !important;
}
.px-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.py-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.pa-4 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.mt-5 {
    margin-top: 10px !important;
}
.mr-5 {
    margin-right: 10px !important;
}
.mb-5 {
    margin-bottom: 10px !important;
}
.ml-5 {
    margin-left: 10px !important;
}
.mx-5 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.my-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.ma-5 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.pt-5 {
    padding-top: 10px !important;
}
.pr-5 {
    padding-right: 10px !important;
}
.pb-5 {
    padding-bottom: 10px !important;
}
.pl-5 {
    padding-left: 10px !important;
}
.px-5 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.py-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.pa-5 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mt-6 {
    margin-top: 12px !important;
}
.mr-6 {
    margin-right: 12px !important;
}
.mb-6 {
    margin-bottom: 12px !important;
}
.ml-6 {
    margin-left: 12px !important;
}
.mx-6 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}
.my-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.ma-6 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
}
.pt-6 {
    padding-top: 12px !important;
}
.pr-6 {
    padding-right: 12px !important;
}
.pb-6 {
    padding-bottom: 12px !important;
}
.pl-6 {
    padding-left: 12px !important;
}
.px-6 {
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.py-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.pa-6 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.mt-7 {
    margin-top: 14px !important;
}
.mr-7 {
    margin-right: 14px !important;
}
.mb-7 {
    margin-bottom: 14px !important;
}
.ml-7 {
    margin-left: 14px !important;
}
.mx-7 {
    margin-left: 14px !important;
    margin-right: 14px !important;
}
.my-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}
.ma-7 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
}
.pt-7 {
    padding-top: 14px !important;
}
.pr-7 {
    padding-right: 14px !important;
}
.pb-7 {
    padding-bottom: 14px !important;
}
.pl-7 {
    padding-left: 14px !important;
}
.px-7 {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
.py-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.pa-7 {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}
.mt-8 {
    margin-top: 16px !important;
}
.mr-8 {
    margin-right: 16px !important;
}
.mb-8 {
    margin-bottom: 16px !important;
}
.ml-8 {
    margin-left: 16px !important;
}
.mx-8 {
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.my-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.ma-8 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}
.pt-8 {
    padding-top: 16px !important;
}
.pr-8 {
    padding-right: 16px !important;
}
.pb-8 {
    padding-bottom: 16px !important;
}
.pl-8 {
    padding-left: 16px !important;
}
.px-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.py-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.pa-8 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.mt-9 {
    margin-top: 18px !important;
}
.mr-9 {
    margin-right: 18px !important;
}
.mb-9 {
    margin-bottom: 18px !important;
}
.ml-9 {
    margin-left: 18px !important;
}
.mx-9 {
    margin-left: 18px !important;
    margin-right: 18px !important;
}
.my-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}
.ma-9 {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
}
.pt-9 {
    padding-top: 18px !important;
}
.pr-9 {
    padding-right: 18px !important;
}
.pb-9 {
    padding-bottom: 18px !important;
}
.pl-9 {
    padding-left: 18px !important;
}
.px-9 {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.py-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.pa-9 {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}
.mt-10 {
    margin-top: 20px !important;
}
.mr-10 {
    margin-right: 20px !important;
}
.mb-10 {
    margin-bottom: 20px !important;
}
.ml-10 {
    margin-left: 20px !important;
}
.mx-10 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.my-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.ma-10 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.pt-10 {
    padding-top: 20px !important;
}
.pr-10 {
    padding-right: 20px !important;
}
.pb-10 {
    padding-bottom: 20px !important;
}
.pl-10 {
    padding-left: 20px !important;
}
.px-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.py-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.pa-10 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.mt-11 {
    margin-top: 22px !important;
}
.mr-11 {
    margin-right: 22px !important;
}
.mb-11 {
    margin-bottom: 22px !important;
}
.ml-11 {
    margin-left: 22px !important;
}
.mx-11 {
    margin-left: 22px !important;
    margin-right: 22px !important;
}
.my-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}
.ma-11 {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}
.pt-11 {
    padding-top: 22px !important;
}
.pr-11 {
    padding-right: 22px !important;
}
.pb-11 {
    padding-bottom: 22px !important;
}
.pl-11 {
    padding-left: 22px !important;
}
.px-11 {
    padding-left: 22px !important;
    padding-right: 22px !important;
}
.py-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.pa-11 {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.mt-12 {
    margin-top: 24px !important;
}
.mr-12 {
    margin-right: 24px !important;
}
.mb-12 {
    margin-bottom: 24px !important;
}
.ml-12 {
    margin-left: 24px !important;
}
.mx-12 {
    margin-left: 24px !important;
    margin-right: 24px !important;
}
.my-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.ma-12 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.pt-12 {
    padding-top: 24px !important;
}
.pr-12 {
    padding-right: 24px !important;
}
.pb-12 {
    padding-bottom: 24px !important;
}
.pl-12 {
    padding-left: 24px !important;
}
.px-12 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.py-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.pa-12 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}
.mt-13 {
    margin-top: 26px !important;
}
.mr-13 {
    margin-right: 26px !important;
}
.mb-13 {
    margin-bottom: 26px !important;
}
.ml-13 {
    margin-left: 26px !important;
}
.mx-13 {
    margin-left: 26px !important;
    margin-right: 26px !important;
}
.my-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}
.ma-13 {
    margin-top: 26px !important;
    margin-bottom: 26px !important;
}
.pt-13 {
    padding-top: 26px !important;
}
.pr-13 {
    padding-right: 26px !important;
}
.pb-13 {
    padding-bottom: 26px !important;
}
.pl-13 {
    padding-left: 26px !important;
}
.px-13 {
    padding-left: 26px !important;
    padding-right: 26px !important;
}
.py-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.pa-13 {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
}
.mt-14 {
    margin-top: 28px !important;
}
.mr-14 {
    margin-right: 28px !important;
}
.mb-14 {
    margin-bottom: 28px !important;
}
.ml-14 {
    margin-left: 28px !important;
}
.mx-14 {
    margin-left: 28px !important;
    margin-right: 28px !important;
}
.my-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.ma-14 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
}
.pt-14 {
    padding-top: 28px !important;
}
.pr-14 {
    padding-right: 28px !important;
}
.pb-14 {
    padding-bottom: 28px !important;
}
.pl-14 {
    padding-left: 28px !important;
}
.px-14 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.py-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.pa-14 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}
.mt-15 {
    margin-top: 30px !important;
}
.mr-15 {
    margin-right: 30px !important;
}
.mb-15 {
    margin-bottom: 30px !important;
}
.ml-15 {
    margin-left: 30px !important;
}
.mx-15 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.my-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ma-15 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.pt-15 {
    padding-top: 30px !important;
}
.pr-15 {
    padding-right: 30px !important;
}
.pb-15 {
    padding-bottom: 30px !important;
}
.pl-15 {
    padding-left: 30px !important;
}
.px-15 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.py-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pa-15 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.mt-16 {
    margin-top: 32px !important;
}
.mr-16 {
    margin-right: 32px !important;
}
.mb-16 {
    margin-bottom: 32px !important;
}
.ml-16 {
    margin-left: 32px !important;
}
.mx-16 {
    margin-left: 32px !important;
    margin-right: 32px !important;
}
.my-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.ma-16 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
}
.pt-16 {
    padding-top: 32px !important;
}
.pr-16 {
    padding-right: 32px !important;
}
.pb-16 {
    padding-bottom: 32px !important;
}
.pl-16 {
    padding-left: 32px !important;
}
.px-16 {
    padding-left: 32px !important;
    padding-right: 32px !important;
}
.py-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.pa-16 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
}
.mt-17 {
    margin-top: 34px !important;
}
.mr-17 {
    margin-right: 34px !important;
}
.mb-17 {
    margin-bottom: 34px !important;
}
.ml-17 {
    margin-left: 34px !important;
}
.mx-17 {
    margin-left: 34px !important;
    margin-right: 34px !important;
}
.my-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}
.ma-17 {
    margin-top: 34px !important;
    margin-bottom: 34px !important;
}
.pt-17 {
    padding-top: 34px !important;
}
.pr-17 {
    padding-right: 34px !important;
}
.pb-17 {
    padding-bottom: 34px !important;
}
.pl-17 {
    padding-left: 34px !important;
}
.px-17 {
    padding-left: 34px !important;
    padding-right: 34px !important;
}
.py-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}
.pa-17 {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
}
.mt-18 {
    margin-top: 36px !important;
}
.mr-18 {
    margin-right: 36px !important;
}
.mb-18 {
    margin-bottom: 36px !important;
}
.ml-18 {
    margin-left: 36px !important;
}
.mx-18 {
    margin-left: 36px !important;
    margin-right: 36px !important;
}
.my-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.ma-18 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.pt-18 {
    padding-top: 36px !important;
}
.pr-18 {
    padding-right: 36px !important;
}
.pb-18 {
    padding-bottom: 36px !important;
}
.pl-18 {
    padding-left: 36px !important;
}
.px-18 {
    padding-left: 36px !important;
    padding-right: 36px !important;
}
.py-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.pa-18 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}
.mt-19 {
    margin-top: 38px !important;
}
.mr-19 {
    margin-right: 38px !important;
}
.mb-19 {
    margin-bottom: 38px !important;
}
.ml-19 {
    margin-left: 38px !important;
}
.mx-19 {
    margin-left: 38px !important;
    margin-right: 38px !important;
}
.my-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}
.ma-19 {
    margin-top: 38px !important;
    margin-bottom: 38px !important;
}
.pt-19 {
    padding-top: 38px !important;
}
.pr-19 {
    padding-right: 38px !important;
}
.pb-19 {
    padding-bottom: 38px !important;
}
.pl-19 {
    padding-left: 38px !important;
}
.px-19 {
    padding-left: 38px !important;
    padding-right: 38px !important;
}
.py-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}
.pa-19 {
    padding-top: 38px !important;
    padding-bottom: 38px !important;
}
.mt-20 {
    margin-top: 40px !important;
}
.mr-20 {
    margin-right: 40px !important;
}
.mb-20 {
    margin-bottom: 40px !important;
}
.ml-20 {
    margin-left: 40px !important;
}
.mx-20 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}
.my-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.ma-20 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.pt-20 {
    padding-top: 40px !important;
}
.pr-20 {
    padding-right: 40px !important;
}
.pb-20 {
    padding-bottom: 40px !important;
}
.pl-20 {
    padding-left: 40px !important;
}
.px-20 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}
.py-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.pa-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.mt-21 {
    margin-top: 42px !important;
}
.mr-21 {
    margin-right: 42px !important;
}
.mb-21 {
    margin-bottom: 42px !important;
}
.ml-21 {
    margin-left: 42px !important;
}
.mx-21 {
    margin-left: 42px !important;
    margin-right: 42px !important;
}
.my-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
}
.ma-21 {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
}
.pt-21 {
    padding-top: 42px !important;
}
.pr-21 {
    padding-right: 42px !important;
}
.pb-21 {
    padding-bottom: 42px !important;
}
.pl-21 {
    padding-left: 42px !important;
}
.px-21 {
    padding-left: 42px !important;
    padding-right: 42px !important;
}
.py-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}
.pa-21 {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}
.mt-22 {
    margin-top: 44px !important;
}
.mr-22 {
    margin-right: 44px !important;
}
.mb-22 {
    margin-bottom: 44px !important;
}
.ml-22 {
    margin-left: 44px !important;
}
.mx-22 {
    margin-left: 44px !important;
    margin-right: 44px !important;
}
.my-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.ma-22 {
    margin-top: 44px !important;
    margin-bottom: 44px !important;
}
.pt-22 {
    padding-top: 44px !important;
}
.pr-22 {
    padding-right: 44px !important;
}
.pb-22 {
    padding-bottom: 44px !important;
}
.pl-22 {
    padding-left: 44px !important;
}
.px-22 {
    padding-left: 44px !important;
    padding-right: 44px !important;
}
.py-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.pa-22 {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
}
.mt-23 {
    margin-top: 46px !important;
}
.mr-23 {
    margin-right: 46px !important;
}
.mb-23 {
    margin-bottom: 46px !important;
}
.ml-23 {
    margin-left: 46px !important;
}
.mx-23 {
    margin-left: 46px !important;
    margin-right: 46px !important;
}
.my-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}
.ma-23 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
}
.pt-23 {
    padding-top: 46px !important;
}
.pr-23 {
    padding-right: 46px !important;
}
.pb-23 {
    padding-bottom: 46px !important;
}
.pl-23 {
    padding-left: 46px !important;
}
.px-23 {
    padding-left: 46px !important;
    padding-right: 46px !important;
}
.py-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
}
.pa-23 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
}
.mt-24 {
    margin-top: 48px !important;
}
.mr-24 {
    margin-right: 48px !important;
}
.mb-24 {
    margin-bottom: 48px !important;
}
.ml-24 {
    margin-left: 48px !important;
}
.mx-24 {
    margin-left: 48px !important;
    margin-right: 48px !important;
}
.my-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.ma-24 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
.pt-24 {
    padding-top: 48px !important;
}
.pr-24 {
    padding-right: 48px !important;
}
.pb-24 {
    padding-bottom: 48px !important;
}
.pl-24 {
    padding-left: 48px !important;
}
.px-24 {
    padding-left: 48px !important;
    padding-right: 48px !important;
}
.py-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.pa-24 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}
.mt-25 {
    margin-top: 50px !important;
}
.mr-25 {
    margin-right: 50px !important;
}
.mb-25 {
    margin-bottom: 50px !important;
}
.ml-25 {
    margin-left: 50px !important;
}
.mx-25 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.my-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.ma-25 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.pt-25 {
    padding-top: 50px !important;
}
.pr-25 {
    padding-right: 50px !important;
}
.pb-25 {
    padding-bottom: 50px !important;
}
.pl-25 {
    padding-left: 50px !important;
}
.px-25 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.py-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.pa-25 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.mr-auto {
    margin-right: auto !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
}
.pt-auto {
    padding-top: auto !important;
}
.pb-auto {
    padding-bottom: auto !important;
}
.pl-auto {
    padding-left: auto !important;
}
.pr-auto {
    padding-right: auto !important;
}
.px-auto {
    padding-left: auto !important;
    padding-right: auto !important;
}
.py-auto {
    padding-bottom: auto !important;
    padding-top: auto !important;
}
.hidden-xs-up {
    display: none !important;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: -10px;
    margin-right: -10px;
}
.row .col-offset-0 {
    margin-left: 0;
}
.row .col-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
.row .col-offset-1 {
    margin-left: 8.33333%;
}
.row .col-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
.row .col-offset-2 {
    margin-left: 16.66667%;
}
.row .col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.row .col-offset-3 {
    margin-left: 25%;
}
.row .col-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
.row .col-offset-4 {
    margin-left: 33.33333%;
}
.row .col-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
.row .col-offset-5 {
    margin-left: 41.66667%;
}
.row .col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.row .col-offset-6 {
    margin-left: 50%;
}
.row .col-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
.row .col-offset-7 {
    margin-left: 58.33333%;
}
.row .col-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
.row .col-offset-8 {
    margin-left: 66.66667%;
}
.row .col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.row .col-offset-9 {
    margin-left: 75%;
}
.row .col-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
.row .col-offset-10 {
    margin-left: 83.33333%;
}
.row .col-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
.row .col-offset-11 {
    margin-left: 91.66667%;
}
.row .col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.row .col-offset-12 {
    margin-left: 100%;
}
.row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.w-0 {
    width: 0% !important;
}
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-inline {
    display: inline !important;
}
.d-none {
    display: none !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.justify-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
html {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71em;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
button,
input,
textarea,
select {
    font-family: "Roboto", sans-serif;
    font-size: 14px !important;
    line-height: 1.71em !important;
    outline: none !important;
}
body {
    background: #fff;
    color: #36414d;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    letter-spacing: 0.2px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    outline: none !important;
}
h1,
h2,
h3 {
    font-family: "Lato", "Roboto", sans-serif;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 900;
}
h1 {
    font-size: 2.285rem;
    line-height: 1.06em;
    letter-spacing: 0.01em;
}
h2 {
    font-size: 1.285rem;
    line-height: 1.33em;
    letter-spacing: 0.01em;
}
img {
    max-width: 100%;
}
img.radius {
    display: block;
    border-radius: 20px;
}
a {
    color: #36414d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
p {
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    margin-top: 0;
}
textarea {
    width: 100%;
    line-height: 2.3em !important;
    height: 4.6em;
    border: none;
    background: url(/assets/images/textarea-bg.png);
    padding: 0;
}
.radio-block .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #36414d;
    border-radius: 2px;
    overflow-x: hidden;
}
.radio-block .items label {
    border-right: 1px solid #36414d;
}
.radio-block .items label span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 52px;
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #36414d;
    padding: 0 13px;
    white-space: nowrap;
}
.radio-block .items label:nth-last-child(1) {
    border: none;
}
.radio-block .items label input {
    display: none;
}
.radio-block .items label input:checked + span {
    background: #36414d;
    color: #fff;
}
.checkbox,
.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0;
}
.checkbox input,
.radio input {
    display: block;
    margin: 0;
    border: none;
    margin-right: 6px;
    width: 22px;
    height: 20px;
    background: url(/assets/images/checkbox-unchecked.svg) no-repeat left bottom;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.checkbox input:checked,
.radio input:checked {
    background-image: url(/assets/images/checkbox-checked.svg);
}
.checkbox .label,
.radio .label {
    width: calc(100% - 28px);
    color: rgba(54, 65, 77, 0.7);
    opacity: 1;
}
.checkbox .label b,
.radio .label b {
    color: rgba(54, 65, 77, 0.9);
}
.radio input {
    background-image: url(/assets/images/radio-unchecked.svg);
}
.radio input:checked {
    background-image: url(/assets/images/radio-checked.svg);
}
.white .radio .label,
.white .checkbox .label {
    color: rgba(255, 255, 255, 0.7);
}
.white .radio .label b,
.white .checkbox .label b {
    color: rgba(255, 255, 255, 0.9);
}
.bgcolor-yellow {
    background-color: #eec930;
}
.bgcolor-blue {
    background-color: #208bfc;
}
.bgcolor-red {
    background-color: #f76059;
}
.weight-700 {
    font-weight: 700;
}
.weight-900 {
    font-weight: 900;
}
.uppercase {
    text-transform: uppercase !important;
}
.tt-none {
    text-transform: none !important;
}
.wrapper {
    width: 100%;
}
.container,
.container-semi,
.container-wide {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.invisible {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    pointer-events: none;
}
.invisible.active {
    opacity: 1;
    pointer-events: initial;
}
.pointer {
    cursor: pointer;
}
.plus {
    width: 14px;
    height: 14px;
}
.plus::before,
.plus::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #f76059;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.plus::after {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
}
.color-gray {
    color: #36414d !important;
}
.color-gray a {
    color: #36414d !important;
}
.muted {
    color: #e6e6e6;
}
.hero {
    width: 100%;
}
.hero.hero-blue {
    background: -o-linear-gradient(195.18deg, #004e9f 0%, #3a9aff 100%);
    background: linear-gradient(254.82deg, #004e9f 0%, #3a9aff 100%);
    color: #fff;
}
.hero.hero-blue a,
.hero.hero-blue .counter {
    color: #fff;
}
.hero.hero-blue .counter {
    opacity: 0.3;
}
.hero.hero-yellow {
    background: -o-linear-gradient(195.18deg, #f3be00 0%, #ffe062 100%);
    background: linear-gradient(254.82deg, #f3be00 0%, #ffe062 100%);
}
.hero.hero-red {
    background: -o-linear-gradient(142.28deg, #f76059 5.2%, #d53730 86.07%);
    background: linear-gradient(307.72deg, #f76059 5.2%, #d53730 86.07%);
    color: #fff;
}
.hero.hero-red a,
.hero.hero-red .counter {
    color: #fff;
}
.hero.hero-red .counter {
    opacity: 0.3;
}
.first-padding {
    padding-top: 70px;
}
mark {
    background: none;
}
h1 {
    font-family: "Lato", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 106%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
h2 {
    font-family: "Lato", "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 133%;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
h1 .counter,
h2 .counter,
h3 .counter {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #36414d;
}
h1.yellow .counter,
h1.yellow mark,
h2.yellow .counter,
h2.yellow mark,
h3.yellow .counter,
h3.yellow mark {
    color: #eec930;
}
h1.blue .counter,
h1.blue mark,
h2.blue .counter,
h2.blue mark,
h3.blue .counter,
h3.blue mark {
    color: #208bfc;
}
h1.cyan .counter,
h1.cyan mark,
h2.cyan .counter,
h2.cyan mark,
h3.cyan .counter,
h3.cyan mark {
    color: #26cad3;
}
h1.red .counter,
h1.red mark,
h2.red .counter,
h2.red mark,
h3.red .counter,
h3.red mark {
    color: #f76059;
}
section {
    padding: 35px 0;
}
.t2 {
    font-size: 14px;
    font-weight: bold;
}
.simple-star {
    display: inline-block;
    width: 18px;
    height: 18px;
    top: -2px;
    background: url(/assets/images/star-red.svg) no-repeat center;
    background-size: contain;
}
.simple-star.inactive {
    background-image: url(/assets/images/star-gray.svg);
    opacity: 0.1;
}
.simple-star.big {
    width: 30px;
    height: 30px;
}
.simple-star.white {
    background-image: url(/assets/images/star-white.svg);
}
.simple-star.blue {
    background-image: url(/assets/images/star-blue.svg);
}
.simple-star.yellow {
    background-image: url(/assets/images/star-yellow.svg);
}
.quote-sign {
    width: 17px;
    height: 17px;
    background: url(/assets/images/quote-red.svg) no-repeat center;
    background-size: contain;
}
.quote-sign.red {
    background-image: url(/assets/images/quote-red.svg);
}
.quote-sign.yellow {
    background-image: url(/assets/images/quote-yellow.svg);
}
.quote-sign.blue {
    background-image: url(/assets/images/quote-blue.svg);
}
.quote-sign.cyan {
    background-image: url(/assets/images/quote-cyan.svg);
}
.quote-sign.white {
    background-image: url(/assets/images/quote-white.svg);
}
.quote-sign.posleft {
    position: absolute;
    left: -40px;
    top: 0;
}
.plate {
    border: 1px solid #e6e6e6;
    width: calc(100% + 20px);
    left: -10px;
    background: white;
    margin-bottom: 20px;
    overflow-x: hidden;
}
.plate.no-overflow {
    overflow: initial !important;
}
.plate.padding {
    padding: 20px 0;
}
.plate.rounded {
    border-radius: 10px;
}
.plate.shadowed {
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07);
}
.plate p:nth-last-child(1) {
    margin-bottom: 0;
}
.plate.plate-red {
    color: #fff;
    background: -o-linear-gradient(142.28deg, #f76059 5.2%, #d53730 86.07%);
    background: linear-gradient(307.72deg, #f76059 5.2%, #d53730 86.07%);
}
.plate.plate-blue {
    color: #fff;
    background: -o-linear-gradient(195.18deg, #004e9f 0%, #3a9aff 100%);
    background: linear-gradient(254.82deg, #004e9f 0%, #3a9aff 100%);
}
.plate.plate-quarter {
    padding-top: 40px;
}
.plate.plate-quarter::before {
    content: "";
    display: block;
    width: 181px;
    height: 179px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/assets/images/quarter.svg) no-repeat right top;
    border-top-right-radius: 10px;
}
.plate.muted {
    background: #e6e6e6;
}
.plate.w-100 {
    left: 0;
}
.responsive16-9 {
    width: 100%;
    padding-top: 56.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-item .category {
    font-weight: 400;
}
.video-item .title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 24px;
    display: block;
}
.video-item .date,
.video-item .category {
    color: #208bfc;
}
.video-item .category {
    margin-bottom: 24px;
}
.video {
    width: 100%;
}
.video .play {
    width: 144px;
    height: 40px;
    background: url(/assets/images/video-view1.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video video {
    max-width: 100%;
}
.video.rounded video {
    border-radius: 10px;
}
.to-read {
    width: 100%;
}
.to-read img {
    width: 100%;
}
.to-read .read {
    width: 159px;
    height: 60px;
    background: url(/assets/images/read.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
button.button {
    border: none;
}
.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 52px;
    border-radius: 2px;
    color: #fff;
    background: #36414d;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.button.wide-button {
    width: 250px !important;
    text-transform: uppercase;
}

.button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.button-box1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction:column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.button.two-string {

    line-height: 1.5 !important;
}
.button.two-string span {
    font-size: 12px !important;
}
.button.densed {
    height: 40px;
}
.button.button-squared {
    width: 52px;
}
.button.button-squared.densed {
    width: 40px;
}
.button.button-light {
    background: #e6e6e6;
}
.button.button-blue {
    background: #208bfc;
    color: #fff;
}
.button.button-blue.button-outlined {
    color: #208bfc;
    background: none;
    border: 1px solid #208bfc;
}
.button.button-red {
    background: #f76059;
    color: #fff;
}
.button.button-red.button-outlined {
    color: #f76059;
    background: none;
    border: 1px solid #f76059;
}
.button.button-red.button-outlined.button-arrow::after,
.button.button-red.button-outlined.button-arrow-back::after,
.button.button-red.button-outlined.button-arrow-down::after,
.button.button-red.button-outlined.button-arrow-up::after {
    background-image: url(/assets/images/arrow-right-red.svg);
}
.button.button-red.button-outlined:hover {
    background: #f76059;
}
.button.button-red.button-outlined:hover.button-arrow::after,
.button.button-red.button-outlined:hover.button-arrow-back::after,
.button.button-red.button-outlined:hover.button-arrow-down::after,
.button.button-red.button-outlined:hover.button-arrow-up::after {
    background-image: url(/assets/images/arrow-right-white.svg);
}
.button.button-yellow {
    background: #eec930;
    color: #36414d;
}
.button.button-yellow.button-outlined {
    color: #eec930;
    background: none;
    border: 1px solid #eec930;
}

.button.button-yellow.button-outlined:hover {
    color: #fff;
}

.button.button-white {
    background: #fff;
    color: #36414d !important;
}
.button.button-white.button-outlined {
    color: #fff !important;
    background: none;
    border: 1px solid #fff;
}
.button.button-white.button-outlined.button-arrow::after {
    background-image: url(/assets/images/arrow-right-white.svg);
}
.button.button-white.button-arrow::after,
.button.button-white.button-arrow-back::after,
.button.button-white.button-arrow-down::after,
.button.button-white.button-arrow-up::after {
    background-image: url(/assets/images/arrow-right-gray.svg);
}
.button span {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-right: 10px;
}
.button.button-arrow::after {
    content: "";
    display: block;
    width: 21px;
    height: 8px;
    background: url(/assets/images/arrow-right-white.svg) no-repeat right center;
}
.button.button-arrow.button-arrow-down::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.button.button-arrow-back {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.button.button-arrow-back span {
    margin-left: 10px;
}
.button.button-arrow-back::after {
    content: "";
    display: block;
    width: 21px;
    height: 8px;
    background: url(/assets/images/arrow-right-white.svg) no-repeat right center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.button.button-text {
    border: none !important;
}
.button.button-check::after {
    content: "";
    display: block;
    width: 19px;
    height: 15px;
    background: url(/assets/images/check-red.svg) no-repeat right center;
    background-size: contain;
}
.button.button-outlined {
    color: #36414d;
    background: none;
    border: 1px solid #36414d;
}
.button.button-outlined.button-light {
    border-color: #e6e6e6;
}
.button.button-outlined.button-arrow::after {
    background-image: url(/assets/images/arrow-right-gray.svg);
}
blockquote {
    width: 100%;
    margin: 40px 0 20px;
    padding: 20px;
    background: rgba(230, 230, 230, 0.2);
    border-radius: 2px;
}
blockquote::before {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/assets/images/quote-blue.svg) no-repeat;
    background-size: contain;
}
blockquote p:nth-last-child(1) {
    margin-bottom: 0;
}
.tags {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tags::-webkit-scrollbar {
    display: none;
}
.tags .tags-inner {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tags .tags-inner .tag {
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 10px;
}
.tags .tags-inner .tag.tab-item {
    margin-right: 10px;
}
.tags .tags-inner .tag span {
    color: #208bfc;
    margin-left: 5px;
}
.tags .tags-inner .tag.active {
    border-color: #208bfc;
    background-color: #208bfc;
    color: #fff !important;
    font-weight: bold;
}
.tags .tags-inner .tag.active span {
    color: #fff !important;
}
.tags .tags-inner .tag:nth-last-child(1) {
    margin-right: 0;
}
.tags.yellow .tag span {
    color: #eec930;
}
.tags.yellow .tag.active {
    border-color: #eec930;
    background-color: #eec930;
}
.tags.red .tag span {
    color: #f76059;
}
.tags.red .tag.active {
    border-color: #f76059;
    background-color: #f76059;
}
.stepper {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.stepper::-webkit-scrollbar {
    display: none;
}
.stepper .stepper-inner {
    padding: 20px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stepper .stepper-inner .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 40px;
}
.stepper .stepper-inner .step .ls {
    margin-right: 10px;
}
.stepper .stepper-inner .step .ls .counter {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #f76059;
    margin-bottom: 5px;
}
.stepper .stepper-inner .step .ls::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    left: 5px;
    background: url(/assets/images/star-red.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
}
.stepper .stepper-inner .step h2 {
    color: #e6e6e6;
    margin-bottom: 0;
}
.stepper .stepper-inner .step.active h2 {
    color: #36414d;
}
.stepper .stepper-inner .step.active .ls::after {
    opacity: 1;
}
.stepper .stepper-inner .step:nth-last-child(1) {
    margin-right: 0;
}
.relative-materials {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.relative-materials::-webkit-scrollbar {
    display: none;
}
.relative-materials .relative-materials-inner {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relative-materials .relative-materials-inner .relative-material {
    width: 70vw;
    margin-right: 20px;
}
.relative-materials .relative-materials-inner .relative-material .category {
    color: #f76059;
    margin-bottom: 1em;
    font-weight: bold;
}
.relative-materials
.relative-materials-inner
.relative-material:nth-last-child(1) {
    margin-right: 0;
}
.ul-counter {
    list-style: none;
}
.ul-counter li {
    margin-bottom: 1rem;
}
.ul-counter li::before {
    content: ".01";
    display: block;
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #36414d;
    position: absolute;
    left: -40px;
    top: 1px;
}
.ul-counter li:nth-child(2)::before {
    content: ".02";
}
.ul-counter li:nth-child(3)::before {
    content: ".03";
}
.ul-counter li:nth-child(4)::before {
    content: ".04";
}
.ul-counter li:nth-child(5)::before {
    content: ".05";
}
.ul-counter li:nth-child(6)::before {
    content: ".06";
}
.ul-counter li:nth-child(7)::before {
    content: ".07";
}
.ul-counter li:nth-child(8)::before {
    content: ".08";
}
.ul-counter li:nth-child(10)::before {
    content: ".10";
}
.ul-counter li:nth-child(11)::before {
    content: ".11";
}
.ul-counter li:nth-child(12)::before {
    content: ".12";
}
.ul-counter li:nth-child(13)::before {
    content: ".13";
}
.ul-counter li:nth-child(14)::before {
    content: ".14";
}
.ul-counter li:nth-child(15)::before {
    content: ".15";
}
.ul-counter li:nth-child(16)::before {
    content: ".16";
}
.ul-counter li:nth-child(17)::before {
    content: ".17";
}
.ul-counter li:nth-child(18)::before {
    content: ".18";
}
.ul-counter li:nth-child(19)::before {
    content: ".19";
}
.ul-counter.counter-red li::before {
    color: #f76059;
}
.ul-counter.counter-yellow li::before {
    color: #eec930;
}
.ul-counter.counter-blue li::before {
    color: #208bfc;
}
.bignumber {
    font-weight: 900;
    font-size: 48px;
    line-height: 1.167em;
    letter-spacing: -0.02em;
}
.bignumber.red {
    color: #f76059;
}
.bignumber.yellow {
    color: #eec930;
}
.bignumber.blue {
    color: #208bfc;
}
.bignumber.white {
    color: white;
}
.bignumber.white.muted,
.bignumber.white .muted {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 18px;
}
.bignumber.muted,
.bignumber .muted {
    color: #e6e6e6 !important;
    font-size: 32px;
    line-height: 1.156em;
}
.tabs .tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.tabs .tabs-list .tab-item {
    margin-right: 80px;
    color: #e6e6e6;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tabs .tabs-list .tab-item .counter {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.tabs .tabs-list .tab-item.active,
.tabs .tabs-list .tab-item:hover {
    color: #36414d;
}
.tabs .tabs-list .tab-item.active .counter,
.tabs .tabs-list .tab-item:hover .counter {
    opacity: 1;
}
.tabs .tab {
    display: none;
}
.tabs .tab.active {
    display: block;
}
.hr {
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.modal .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36414d;
    opacity: 0.85;
    cursor: pointer;
    z-index: 1;
}

.modal .window a {
    color: #fff;
}
.modal .window .close {
    width: 20px;
    height: 20px;
    background: url(/assets/images/close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal .window .modal-content {
    overflow-y: auto;
    max-height: calc(var(--vh, 1vh) * 100 - 110px);
}
.modal .window .modal-content::-webkit-scrollbar {
    width: 4px;
}
.modal .window .modal-content::-webkit-scrollbar-track {
    border-radius: 10px;
}
.modal .window .modal-content::-webkit-scrollbar-thumb {
    opacity: 0.1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.5);
}
.login-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.login-popup .overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36414d;
    opacity: 0.85;
    cursor: pointer;
    z-index: 1;
}
.login-popup .window {
    z-index: 2;
    background: -o-linear-gradient(195.18deg, #d53730 0%, #f76059 100%);
    background: linear-gradient(254.82deg, #d53730 0%, #f76059 100%);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 90px;
}
.login-popup .window a {
    color: #fff;
}
.login-popup .window .close {
    width: 20px;
    height: 20px;
    background: url(/assets/images/close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}
.login-popup .window h1,
.login-popup .window h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.login-popup .window input {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: none;
    color: #fff;
}
.login-popup .window input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.login-popup .window input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
.login-popup .window input::-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}
.login-popup .window input:-moz-placeholder {
    color: #fff;
    opacity: 0.7;
}
.login-popup .window .button {
    color: #f76059 !important;
}
.login-popup .window .button::after {
    background-image: url(/assets/images/arrow-right-red.svg);
}
.login-popup .window .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 52px;
}
.login-popup .window .input input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    background: none;
}
.login-popup .window::before {
    pointer-events: none;
    /*content: "";*/
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/reg-bg-mobile.png) no-repeat center bottom;
    background-size: contain;
}
.slider-circle {
    width: 100vw;
}
.slider-circle .slides {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.slider-circle .slides .slide {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 10%;
    width: 80%;
    z-index: 5;
}
.slider-circle .slides .slide .img {
    width: 100%;
    padding-top: 100%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.slider-circle .slides .slide .img img {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 206px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}
.slider-circle .slides .slide .img::before,
.slider-circle .slides .slide .img::after {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    display: block;
    width: 162px;
    height: 162px;
    border-radius: 50%;
    background: -o-linear-gradient(195.18deg, #d53730 0%, #f76059 100%);
    background: linear-gradient(254.82deg, #d53730 0%, #f76059 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slider-circle .slides .slide .img::before {
    background: #e6e6e6;
}
.slider-circle .slides .slide .digit {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 900;
    font-size: 48px;
    line-height: 116.7%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #f76059;
}
.slider-circle .slides .slide .arrow {
    width: 8px;
    height: 16px;
    background: url(/assets/images/arrow-up-gray.svg) no-repeat center top;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 8px;
}
.slider-circle .slides .slide .text {
    text-align: center;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.slider-circle .slides .slide .text h2 {
    margin-bottom: 23px;
}
.slider-circle .slides .slide.inactive {
    z-index: 2;
}
.slider-circle .slides .slide.inactive.lefter {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.slider-circle .slides .slide.inactive.righter {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.slider-circle .slides .slide.inactive.left {
    -webkit-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    transform: translateX(-55%);
}
.slider-circle .slides .slide.inactive.left .digit {
    -webkit-transform: translateX(10px) scale(0.7);
    -ms-transform: translateX(10px) scale(0.7);
    transform: translateX(10px) scale(0.7);
}
.slider-circle .slides .slide.inactive.right {
    -webkit-transform: translateX(55%);
    -ms-transform: translateX(55%);
    transform: translateX(55%);
}
.slider-circle .slides .slide.inactive.right .digit {
    -webkit-transform: translateX(-10px) scale(0.7);
    -ms-transform: translateX(-10px) scale(0.7);
    transform: translateX(-10px) scale(0.7);
}
.slider-circle .slides .slide.inactive .img::before,
.slider-circle .slides .slide.inactive .img::after {
    width: 94px;
    height: 94px;
}
.slider-circle .slides .slide.inactive .img::after {
    opacity: 0;
}
.slider-circle .slides .slide.inactive .img img {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    -ms-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
}
.slider-circle .slides .slide.inactive .digit {
    color: #e6e6e6;
}
.slider-circle .slides .slide.inactive .text {
    opacity: 0;
}
.slider-circle.slider-yellow .slides .slide .img::after {
    background: -o-linear-gradient(195.18deg, #f3be00 0%, #ffe062 100%);
    background: linear-gradient(254.82deg, #f3be00 0%, #ffe062 100%);
}
.slider-circle.slider-yellow .slides .slide .digit {
    color: #eec930;
}
.slider-circle.slider-yellow .slides .slide.inactive .digit {
    color: #e6e6e6;
}
.simpleslider {
    width: 100%;
}
.simpleslider .slides {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.simpleslider .slides .slide {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.simpleslider .slides .slide.right,
.simpleslider .slides .slide.righter {
    -webkit-transform: translate(110%);
    -ms-transform: translate(110%);
    transform: translate(110%);
}
.simpleslider .slides .slide.left,
.simpleslider .slides .slide.lefter {
    -webkit-transform: translate(-110%);
    -ms-transform: translate(-110%);
    transform: translate(-110%);
}
.step-page .income span,
.step-page .income input {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px !important;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #36414d;
}
.step-page .income .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background: rgba(230, 230, 230, 0.3);
    height: 52px;
}
.step-page .income .input input {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #36414d;
    background: none;
}
.step-page .income .input .price-pop {
    position: absolute;
    right: 0;
    top: 130%;
    z-index: 5;
    width: 90%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.07);
}
.step-page .income .input .price-pop::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-right-width: 0;
    border-bottom-width: 0;
}
.step-page #lastStep .loginout {
    font-weight: bold;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.step-page #lastStep .loginout::after {
    content: "";
    display: block;
    width: 21px;
    height: 8px;
    margin-left: 10px;
    background: url(/assets/images/arrow-right-gray.svg) no-repeat right center;
}
.step-page #lastStep::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 93.86666666666667vw;
    background: url(/assets/images/rocket.png) no-repeat center bottom;
    background-size: cover;
}
.step-page #lastStep .bottom {
    z-index: 5;
}
.circledimg {
    width: 100%;
    padding-top: 100%;
}
.circledimg img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 220px;
    max-width: 182px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.circledimg::before {
    content: "";
    display: block;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    background: -o-linear-gradient(195.18deg, #d53730 0%, #f76059 100%);
    background: linear-gradient(254.82deg, #d53730 0%, #f76059 100%);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header {
    padding-top: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: 7;
}
header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 200;
}
header .logo::before {
    content: "";
    display: block;
    width: 41px;
    height: 16px;
    background: url(/assets/images/logo-header-gray.svg) no-repeat left top;
    background-size: contain;
    margin-right: 20px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .logo span {
    top: 1px;
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 106%;
    letter-spacing: 0.13em;
    color: #36414d;
    opacity: 0.3;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .menu .burger {
    width: 22px;
    height: 22px;
    z-index: 201;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .menu .burger span {
    display: block;
    width: 5px;
    height: 5px;
    background: #36414d;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .menu .burger span:nth-child(1) {
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
header .menu .burger span:nth-child(2) {
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
header .menu .burger span:nth-child(3),
header .menu .burger span:nth-child(4) {
    opacity: 0;
}
header .menu-in {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    background: #208bfc;
    z-index: 100;
    padding: 114px 20px 31px;
    color: #fff;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    pointer-events: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .menu-in.menu-reged .menu-block__header::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #fff;
    width: 0;
    height: 1px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
header .menu-in.menu-reged .menu-block__header.active::after {
    width: 100%;
}
header .menu-in a {
    color: #fff;
}
header .menu-in ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
header .menu-in .menu-block {
    margin-bottom: 40px;
}
header .menu-in .menu-block__header {
    font-family: "Lato", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 106%;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header .menu-in .menu-block__header::before {
    content: ".01";
    width: 32px;
    display: block;
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.3;
    position: relative;
    top: 3px;
}
header .menu-in .menu-block:nth-child(2) .menu-block__header::before {
    content: ".02";
}
header .menu-in .menu-block:nth-child(3) .menu-block__header::before {
    content: ".03";
}
header .menu-in .menu-block:nth-child(4) .menu-block__header::before {
    content: ".04";
}
header .menu-in .menu-block:nth-child(5) .menu-block__header::before {
    content: ".05";
}
header .menu-in .menu-block .list {
    font-weight: bold;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: 0.01em;
}
header .menu-in .menu-block .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header .menu-in .menu-block .list li::before {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin-right: 16px;
    background: url(/assets/images/arrow-right-white.svg) no-repeat right center;
}
header .menu-in .menu-bottom .worksheet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header .menu-in .menu-bottom .worksheet::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(/assets/images/worksheet.svg) no-repeat center;
    background-size: contain;
    margin-right: 15px;
}
header .menu-in .menu-bottom .login {
    height: 24px;
    background: #fff;
    color: #36414d;
    padding: 0 10px;
    border-radius: 2px;
}
header .menu-in .menu-bottom .loginout {
    font-weight: bold;
    line-height: 171%;
    letter-spacing: 0.01em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
header .menu-in .menu-bottom .loginout::after {
    content: "";
    display: block;
    width: 21px;
    height: 8px;
    margin-left: 10px;
    background: url(/assets/images/arrow-right-white.svg) no-repeat right center;
}
header.active .logo::before {
    background-image: url(/assets/images/logo-header-white.svg);
}
header.active .logo span {
    color: #fff;
}
header.active .menu .burger {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.active .menu .burger span {
    background-color: #fff;
}
header.active .menu .burger span:nth-child(3) {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}
header.active .menu .burger span:nth-child(4) {
    left: 100%;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 1;
}
header.active .menu-in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: initial;
}
header.header-white .logo::before {
    background-image: url(/assets/images/logo-header-white.svg);
}
header.header-white .logo span {
    color: #fff;
}
header.header-white .menu .burger span {
    background-color: #fff;
}
footer {
    background: -o-linear-gradient(195.18deg, #004e9f 0%, #3a9aff 100%);
    background: linear-gradient(254.82deg, #004e9f 0%, #3a9aff 100%);
    height: 70px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
footer .logo {
    width: 41px;
    height: 16px;
    background: url(/assets/images/logo-header-white.svg) no-repeat left top;
    background-size: contain;
}
footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
footer .social a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
footer .social a.fb {
    background: url(/assets/images/fb.svg) no-repeat center;
    background-size: contain;
}
footer .social a.insta {
    background: url(/assets/images/insta.svg) no-repeat center;
    background-size: contain;
}
footer .social a.vk {
    background: url(/assets/images/vk.svg) no-repeat center;
    background-size: contain;
}
footer::after {
    width: 105px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: url(/assets/images/footer-flag.png) no-repeat left top;
    background-size: contain;
}
.index-page #firstHero .bubbles {
    width: 100vw;
    height: 282px;
    position: absolute;
    left: 0;
    top: 70px;
    background: url(/assets/images/bubbles-mobile.png) no-repeat center;
    background-size: cover;
}
.index-page #firstHero h1 {
    margin-bottom: 20px;
}
.index-page #firstHero .text {
    width: 90%;
}
.index-page #firstHero .button {
    width: 100%;
}
.index-page #secondSlider .slides .slide .img img {
    max-width: 1000px;
    max-height: 164px;
    top: 45%;
}
.index-page #secondSlider .slides .slide.inactive .img img {
    max-height: 100px;
}
.index-page #secondSlider .slides .slide:nth-child(1) .img img:nth-child(1) {
    max-height: 164px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(-38%, -50%) rotate(-20.08deg);
    -ms-transform: translate(-38%, -50%) rotate(-20.08deg);
    transform: translate(-38%, -50%) rotate(-20.08deg);
}
.index-page #secondSlider .slides .slide:nth-child(1) .img img:nth-child(2) {
    -webkit-transform: translate(-23%, -64%) scale(0.8);
    -ms-transform: translate(-23%, -64%) scale(0.8);
    transform: translate(-23%, -64%) scale(0.8);
}
.index-page
#secondSlider
.slides
.slide:nth-child(1).inactive
.img
img:nth-child(1) {
    max-height: 82px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-page #secondSlider .slides .slide:nth-child(1).inactive .img img.active {
    opacity: 0;
}
.index-page #secondSlider .slides .slide:nth-child(2).inactive .img img {
    max-height: 124px;
    top: 43%;
}
.index-page #secondSlider .slides .slide:nth-child(3) .img img {
    max-height: 172px;
    top: 40%;
}
.index-page #secondSlider .slides .slide:nth-child(3).inactive .img img {
    max-height: 144px;
    top: 40%;
}
.index-page #secondSlider .slides .slide:nth-child(4) .img img {
    max-height: 146px;
    top: 45%;
}
.index-page #secondSlider .slides .slide:nth-child(4).inactive .img img {
    max-height: 100px;
    top: 41%;
}
.index-page #secondSlider .slides .slide:nth-child(5).inactive .img img {
    max-height: 115px;
    top: 41%;
}
.index-page #secondSlider .slides .slide:nth-child(6) .img img {
    max-height: 183px;
    top: 40%;
    left: 53%;
}
.index-page #secondSlider .slides .slide:nth-child(6) .img img:nth-child(1) {
    opacity: 1;
    z-index: 5;
}
.index-page #secondSlider .slides .slide:nth-child(6).inactive .img img {
    max-height: 120px;
    top: 41%;
    left: 50%;
}
.index-page
#secondSlider
.slides
.slide:nth-child(6).inactive
.img
img:nth-child(1) {
    opacity: 0;
}
.index-page #secondSlider .slides .slide:nth-child(7).inactive .img img {
    max-height: 120px;
    top: 41%;
}
.index-page .quotesSlider {
    width: 100vw;
}
.index-page .quotesSlider .slides {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.index-page .quotesSlider .slides .slide {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    left: 20px;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.index-page .quotesSlider .slides .slide .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
}
.index-page .quotesSlider .slides .slide .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.index-page .quotesSlider .slides .slide .position {
    margin-bottom: 33px;
}
.index-page .quotesSlider .slides .slide .avatar,
.index-page .quotesSlider .slides .slide .name,
.index-page .quotesSlider .slides .slide .position {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.index-page .quotesSlider .slides .slide .quote {
    padding: 20px;
    background: rgba(230, 230, 230, 0.2);
    border-radius: 2px;
}
.index-page .quotesSlider .slides .slide .quote::before {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/assets/images/quote-cyan.svg) no-repeat;
    background-size: contain;
}
.index-page .quotesSlider .slides .slide .quote p:nth-last-child(1) {
    margin-bottom: 0;
}
.index-page .quotesSlider .slides .slide.inactive {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.index-page .quotesSlider .slides .slide.inactive .avatar,
.index-page .quotesSlider .slides .slide.inactive .name,
.index-page .quotesSlider .slides .slide.inactive .position {
    left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.index-page .quotesSlider .slides .slide.inactive .quote::before {
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.index-page .quotesSlider .slides .slide.inactive.right {
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
}
.index-page .quotesSlider .slides .slide.inactive.righter {
    -webkit-transform: translateX(210%);
    -ms-transform: translateX(210%);
    transform: translateX(210%);
}
.index-page .quotesSlider .slides .slide.inactive.left,
.index-page .quotesSlider .slides .slide.inactive.lefter {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
}
.index-page #lastHero {
    padding: 35px 0 20px 0;
    overflow: hidden;
}
.index-page #lastHero::before {
    width: 226px;
    height: 327px;
    position: absolute;
    left: 50%;
    top: 388px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: block;
    background: url(/assets/images/flag.png) no-repeat center top;
    background-size: contain;
}
.interior-page .simpleslider {
    width: 100vw;
    left: -20px;
}
.interior-page .simpleslider .slide {
    width: calc(100% - 40px);
    left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.interior-page .simpleslider .slide .plate {
    border: none;
}
.interior-page .hero .circle::before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
}
.interior-page .hero .circle .counter {
    position: absolute;
    right: 0;
    top: 20px;
    text-align: right;
    font-weight: 900;
    font-size: 52px;
    letter-spacing: 0.01em;
}
.interior-page .hero .circle img {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-56%, -40%);
    -ms-transform: translate(-56%, -40%);
    transform: translate(-56%, -40%);
    width: 80%;
}
.interior-page .plate .img-cup {
    position: absolute;
    right: -15px;
    top: -40px;
    width: 150px;
    height: 188px;

}
.interior-page .article {
    margin-bottom: 30px;
}
.interior-page .article .crumb,
.interior-page .article .date {
    color: #208bfc;
}
.interior-page .article .crumb {
    margin-bottom: 15px;
}
.percenter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e6e6e6;
    border-width: 0 0 1px 0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.percenter .slice {
    display: none;
}
.percenter .line {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    height: 3px;
    border-radius: 1.5px;
    background: #36414d;
}
.percenter.lw-0 .line {
    width: 0%;
}
.percenter.lw-1 .line {
    width: 1%;
}
.percenter.lw-2 .line {
    width: 2%;
}
.percenter.lw-3 .line {
    width: 3%;
}
.percenter.lw-4 .line {
    width: 4%;
}
.percenter.lw-5 .line {
    width: 5%;
}
.percenter.lw-6 .line {
    width: 6%;
}
.percenter.lw-7 .line {
    width: 7%;
}
.percenter.lw-8 .line {
    width: 8%;
}
.percenter.lw-9 .line {
    width: 9%;
}
.percenter.lw-10 .line {
    width: 10%;
}
.percenter.lw-11 .line {
    width: 11%;
}
.percenter.lw-12 .line {
    width: 12%;
}
.percenter.lw-13 .line {
    width: 13%;
}
.percenter.lw-14 .line {
    width: 14%;
}
.percenter.lw-15 .line {
    width: 15%;
}
.percenter.lw-16 .line {
    width: 16%;
}
.percenter.lw-17 .line {
    width: 17%;
}
.percenter.lw-18 .line {
    width: 18%;
}
.percenter.lw-19 .line {
    width: 19%;
}
.percenter.lw-20 .line {
    width: 20%;
}
.percenter.lw-21 .line {
    width: 21%;
}
.percenter.lw-22 .line {
    width: 22%;
}
.percenter.lw-23 .line {
    width: 23%;
}
.percenter.lw-24 .line {
    width: 24%;
}
.percenter.lw-25 .line {
    width: 25%;
}
.percenter.lw-26 .line {
    width: 26%;
}
.percenter.lw-27 .line {
    width: 27%;
}
.percenter.lw-28 .line {
    width: 28%;
}
.percenter.lw-29 .line {
    width: 29%;
}
.percenter.lw-30 .line {
    width: 30%;
}
.percenter.lw-31 .line {
    width: 31%;
}
.percenter.lw-32 .line {
    width: 32%;
}
.percenter.lw-33 .line {
    width: 33%;
}
.percenter.lw-34 .line {
    width: 34%;
}
.percenter.lw-35 .line {
    width: 35%;
}
.percenter.lw-36 .line {
    width: 36%;
}
.percenter.lw-37 .line {
    width: 37%;
}
.percenter.lw-38 .line {
    width: 38%;
}
.percenter.lw-39 .line {
    width: 39%;
}
.percenter.lw-40 .line {
    width: 40%;
}
.percenter.lw-41 .line {
    width: 41%;
}
.percenter.lw-42 .line {
    width: 42%;
}
.percenter.lw-43 .line {
    width: 43%;
}
.percenter.lw-44 .line {
    width: 44%;
}
.percenter.lw-45 .line {
    width: 45%;
}
.percenter.lw-46 .line {
    width: 46%;
}
.percenter.lw-47 .line {
    width: 47%;
}
.percenter.lw-48 .line {
    width: 48%;
}
.percenter.lw-49 .line {
    width: 49%;
}
.percenter.lw-50 .line {
    width: 50%;
}
.percenter.lw-51 .line {
    width: 51%;
}
.percenter.lw-52 .line {
    width: 52%;
}
.percenter.lw-53 .line {
    width: 53%;
}
.percenter.lw-54 .line {
    width: 54%;
}
.percenter.lw-55 .line {
    width: 55%;
}
.percenter.lw-56 .line {
    width: 56%;
}
.percenter.lw-57 .line {
    width: 57%;
}
.percenter.lw-58 .line {
    width: 58%;
}
.percenter.lw-59 .line {
    width: 59%;
}
.percenter.lw-60 .line {
    width: 60%;
}
.percenter.lw-61 .line {
    width: 61%;
}
.percenter.lw-62 .line {
    width: 62%;
}
.percenter.lw-63 .line {
    width: 63%;
}
.percenter.lw-64 .line {
    width: 64%;
}
.percenter.lw-65 .line {
    width: 65%;
}
.percenter.lw-66 .line {
    width: 66%;
}
.percenter.lw-67 .line {
    width: 67%;
}
.percenter.lw-68 .line {
    width: 68%;
}
.percenter.lw-69 .line {
    width: 69%;
}
.percenter.lw-70 .line {
    width: 70%;
}
.percenter.lw-71 .line {
    width: 71%;
}
.percenter.lw-72 .line {
    width: 72%;
}
.percenter.lw-73 .line {
    width: 73%;
}
.percenter.lw-74 .line {
    width: 74%;
}
.percenter.lw-75 .line {
    width: 75%;
}
.percenter.lw-76 .line {
    width: 76%;
}
.percenter.lw-77 .line {
    width: 77%;
}
.percenter.lw-78 .line {
    width: 78%;
}
.percenter.lw-79 .line {
    width: 79%;
}
.percenter.lw-80 .line {
    width: 80%;
}
.percenter.lw-81 .line {
    width: 81%;
}
.percenter.lw-82 .line {
    width: 82%;
}
.percenter.lw-83 .line {
    width: 83%;
}
.percenter.lw-84 .line {
    width: 84%;
}
.percenter.lw-85 .line {
    width: 85%;
}
.percenter.lw-86 .line {
    width: 86%;
}
.percenter.lw-87 .line {
    width: 87%;
}
.percenter.lw-88 .line {
    width: 88%;
}
.percenter.lw-89 .line {
    width: 89%;
}
.percenter.lw-90 .line {
    width: 90%;
}
.percenter.lw-91 .line {
    width: 91%;
}
.percenter.lw-92 .line {
    width: 92%;
}
.percenter.lw-93 .line {
    width: 93%;
}
.percenter.lw-94 .line {
    width: 94%;
}
.percenter.lw-95 .line {
    width: 95%;
}
.percenter.lw-96 .line {
    width: 96%;
}
.percenter.lw-97 .line {
    width: 97%;
}
.percenter.lw-98 .line {
    width: 98%;
}
.percenter.lw-99 .line {
    width: 99%;
}
.percenter .stars {
    font-weight: bold;
    letter-spacing: 0.01em;
    color: rgba(54, 65, 77, 0.3);
}
.percenter .stars .in {
    display: inline-block;
    margin-right: 2px;
}
.percenter .stars span {
    color: #36414d;
    font-weight: 900;
    font-size: 18px;
}
.percenter .stars::after,
.percenter .stars::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: 8px;
    position: relative;
    background: url(/assets/images/star-gray.svg) no-repeat center;
    background-size: contain;
}
.percenter .stars::before {
    display: none;
    margin-left: 0;
    margin-right: 10px;
}
.percenter .stars.stars-big span {
    font-size: 32px;
}
.percenter .stars.stars-big::after,
.percenter .stars.stars-big::before {
    width: 30px;
    height: 30px;
}
.percenter .stars.stars-before::after {
    display: none;
}
.percenter .stars.stars-before::before {
    display: inline-block;
}
.percenter.upside {
    border-bottom-width: 0;
    border-top-width: 1px;
}
.percenter.upside .line {
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.percenter.yellow .line {
    background-color: #eec930;
}
.percenter.yellow .stars::after,
.percenter.yellow .stars::before {
    background-image: url(/assets/images/star-yellow.svg);
}
.percenter.blue .line {
    background-color: #208bfc;
}
.percenter.blue .stars::after,
.percenter.blue .stars::before {
    background-image: url(/assets/images/star-blue.svg);
}
.percenter.red .line {
    background-color: #f76059;
}
.percenter.red .stars::after,
.percenter.red .stars::before {
    background-image: url(/assets/images/star-red.svg);
}
.percenter.white {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.percenter.white .stars {
    color: rgba(255, 255, 255, 0.3);
}
.percenter.white .stars span {
    color: #fff;
}
.percenter.white .line {
    background-color: #fff;
}
.percenter.white .stars::after,
.percenter.white .stars::before {
    background-image: url(/assets/images/star-white.svg);
}
.medal {
    width: 36px;
    height: 49px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.medal span {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 2;
}
.medal::before {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/assets/images/medal-flag-blue.svg) no-repeat center;
    background-size: contain;
    opacity: 0;
}
.medal::after {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: #e6e6e6;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.medal.active::before {
    opacity: 1;
}
.medal.active::after {
    background: #eec930;
}
.medal:nth-child(even)::before {
    background-image: url(/assets/images/medal-flag-red.svg);
}
.achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
}
.achievement::before {
    content: "";
    display: block;
    width: 40px;
    height: 45px;
    margin-right: 10px;
    background: url(/assets/images/achievement-inactive.svg) no-repeat center top;
    background-size: contain;
}
.achievement span {
    display: block;
    width: calc(100% - 50px);
    height: 40px;
    background: #e6e6e6;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    color: #fff;
    padding: 0 15px;
}
.achievement span::after {
    content: "";
    display: block;
    width: 11px;
    height: 8px;
    background: url(/assets/images/arrow-right-white.svg) no-repeat right center;
    background-size: cover;
}
.achievement.active::before {
    background-image: url(/assets/images/achievement-active.svg);
}
.achievement.active span {
    background: -o-linear-gradient(195.18deg, #d53730 0%, #f76059 100%);
    background: linear-gradient(254.82deg, #d53730 0%, #f76059 100%);
}
.course-page .img-target {
    width: 149px;
    height: 195px;
    position: absolute;
    right: 20px;
    top: -65px;
    background: url(/assets/images/target-rev-active.png) no-repeat center bottom;
    background-size: contain;
}
.course-page .muted .img-target {
    background-image: url(/assets/images/target-rev.png);
}
.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}
.check.noborder {
    border-bottom: none;
}
.check::before {
    content: "";
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}
.check .title {
    font-weight: bold;
}
.check .title span {
    color: #f76059;
}
.check .stars {
    color: #e6e6e6;
    width: 75px;
    margin-left: auto;
}
.check .stars span {
    color: #f76059;
}
.check .stars::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-right: 10px;
    position: relative;
    background: url(/assets/images/star-gray.svg) no-repeat center;
    opacity: 0.1;
    background-size: contain;
}
.check.checked::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/assets/images/check-red.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 4px;
    top: 8px;
}
.check.checked .stars::before {
    opacity: 1;
    background-image: url(/assets/images/star-red.svg);
}
.check.white {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
.check.white .title span {
    color: #fff;
}
.check.white .stars span {
    color: #fff;
}
.check.white .stars::before {
    background-image: url(/assets/images/star-white.svg);
    opacity: 1;
}
.check.white.checked::after {
    background-image: url(/assets/images/check-white.svg);
}
.test-page #firstHero .circledimg::before {
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 170px;
    height: 170px;
}
.bank-page .firstVideo .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.bank-page .firstVideo .video::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #36414d;
    opacity: 0.6;
    z-index: 2;
}
.bank-page .firstVideo .video .play {
    z-index: 3;
    top: 55%;
}
.bank-page .category {
    color: #eec930;
    font-weight: bold;
    margin-bottom: 1em;
}
.bank-page
.relative-materials
.relative-materials-inner
.relative-material
.category,
.bank-page
.relative-materials
.relative-materials-inner
.relative-material
.date {
    color: #eec930;
    font-weight: 400;
}
.bank-page
.relative-materials
.relative-materials-inner
.relative-material
.title {
    margin-bottom: 1em;
    display: block;
}
.bank-page .article {
    margin-bottom: 40px;
}
.bank-page .article .crumb,
.bank-page .article .date {
    color: #eec930;
}
.bank-page .article .crumb {
    margin-bottom: 1em;
}
.stories-page .story {
    width: 100%;
    margin-bottom: 40px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.stories-page .story .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 14px;
}
.stories-page .story .avatar img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.stories-page .story .position {
    margin-bottom: 33px;
}
.stories-page .story .avatar,
.stories-page .story .name,
.stories-page .story .position {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.stories-page .story .quote {
    padding: 20px;
    background: rgba(230, 230, 230, 0.2);
    border-radius: 2px;
}
.stories-page .story .quote::before {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/assets/images/quote-blue.svg) no-repeat;
    background-size: contain;
}
.stories-page .story .quote p:nth-last-child(1) {
    margin-bottom: 0;
}
.story-page p,
.story-page img {
    margin-bottom: 1em;
}
.test-complete-page .complete-plate {
    width: 100%;
    padding: 20px;
    background: -o-linear-gradient(142.28deg, #f76059 5.2%, #d53730 86.07%);
    background: linear-gradient(307.72deg, #f76059 5.2%, #d53730 86.07%);
    color: #fff !important;
    border-radius: 10px;
    margin-bottom: 60px;
}
.test-complete-page .complete-plate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 7px;
}
.test-complete-page .complete-plate ul li {
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 36px;
}
.test-complete-page .complete-plate ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}
.test-complete-page .simpleslider {
    width: 100vw;
    left: -20px;
}
.test-complete-page .simpleslider .slide {
    width: calc(100% - 40px);
    left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.test-complete-page .simpleslider .slide .plate {
    border: none;
}
.test-complete-page .plate .img-cup {
    position: absolute;
    right: -15px;
    top: -40px;
    width: 150px;
    height: 188px;
    background: url(/assets/images/cup-red.png) no-repeat center;
    background-size: contain;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.test-complete-page .article {
    margin-bottom: 30px;
}
.test-complete-page .article .crumb,
.test-complete-page .article .date {
    color: #208bfc;
}
.test-complete-page .article .crumb {
    margin-bottom: 15px;
}
@media (max-width: 960px) {
    .desktop {
        display: none !important;
    }
    .invisible-mobile {
        opacity: 0;
        pointer-events: none;
    }
    .invisible-mobile.active {
        opacity: 1;
        pointer-events: initial;
    }
}
@media (min-width: 960px) {
    .index-page #firstHero .main_slider {
        width: 77vh;
        height: 50vh;
        left: 66% !important;
    }
    .mobile {
        display: none !important;
    }
    .invisible-desktop {
        opacity: 0;
        pointer-events: none;
    }
    .invisible-desktop.active {
        opacity: 1;
        pointer-events: initial;
    }
    html {
        font-size: 16px;
        line-height: 1.62em;
    }
    .container {
        max-width: 1280px;
        margin: 0 auto;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 48px;
        line-height: 104%;
    }
    h3 {
        font-size: 28px;
        line-height: 104%;
    }
    .video video {
        max-height: 420px;
        width: 100%;
    }
    .plate .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .plate.w-md-100 {
        left: 0;
    }
    .plate .as-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .plate .as-bg img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .radio-block .items {
        border: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .radio-block .items label {
        border: 1px solid #36414d;
        margin-right: 10px;
    }
    .radio-block .items label:last-child {
        border: 1px solid #36414d;
    }
    .tags .tags-inner {
        padding-left: 0;
        min-width: 100%;
    }
    .tags .tags-inner .tag {
        border: none;
        padding: 0;
        margin: 0 15px;
        cursor: pointer;
    }
    .tags .tags-inner .tag.active {
        background: none;
        border: none;
        border-bottom: 1px solid #208bfc;
        color: #36414d !important;
    }
    .tags .tags-inner .tag:first-child {
        margin-left: 0;
    }
    .tags.yellow .tags-inner .tag.active {
        border-color: #eec930;
    }
    .tags.red .tags-inner .tag.active {
        border-color: #f76059;
    }
    .stepper .stepper-inner {
        padding-left: 0;
        padding-right: 0;
        min-width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .modal .window {
        position: relative;
        max-width: 600px;
        height: auto;
        padding: 40px;
    }
    .login-popup .window {
        position: relative;
        max-width: 600px;
        height: auto;
        padding: 40px;
    }
    .login-popup .window::before {
        background-position: left center;
        background-image: url(/assets/images/circle-reg.svg);
        background-size: contain;
    }
    .login-popup .window::after {
        content: "";
        display: block;
        width: 263px;
        height: 497px;
        position: absolute;
        left: -20px;
        bottom: 20px;
        background: url(/assets/images/1-d.png) no-repeat center;
        background-size: contain;
    }
    .slider-circle {
        margin-bottom: 0px;
    }
    .slider-circle .arrows {
        position: absolute;
        left: 25%;
        bottom: 50px;
        -webkit-transform: translate(600px, 50%);
        -ms-transform: translate(600px, 50%);
        transform: translate(600px, 50%);
        z-index: 100;

    }

    .arrows .arrows-child  .button {
        border-width: 2px  !important;
    }

    .slider-circle .arrows::before {
        content: "";
        display: block;
        width: 150%;
        height: 100%;
        position: absolute;
        left: -25%;
        top: 0;
        background: #fff;
    }
    .slider-circle .arrows .button-arrow-back,
    .slider-circle .arrows .button-arrow {
        z-index: 2;
    }
    .slider-circle .arrows .button-arrow-back::after,
    .slider-circle .arrows .button-arrow::after {
        background-image: url(/assets/images/arrow-right-yellow.svg);
    }
    .slider-circle .arrows .button-arrow-back:hover,
    .slider-circle .arrows .button-arrow:hover {
        background: #eec930;
    }
    .slider-circle .arrows .button-arrow-back:hover::after,
    .slider-circle .arrows .button-arrow:hover::after {
        background-image: url(/assets/images/arrow-right-white.svg);
    }
    .slider-circle .slides {
        max-width: 1280px;
        margin: 0 auto;
    }
    .slider-circle .slides::after {
        content: "";
        dispaly: block;
        width: 50px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -webkit-gradient(
                linear,
                left top,
                right top,
                from(rgba(255, 255, 255, 0)),
                to(#fff)
        );
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
        background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    }
    .slider-circle .slides .slide {
        width: 408px;
        left: 0;
    }
    .slider-circle .slides .slide .img::before,
    .slider-circle .slides .slide .img::after {
        width: 340px;
        height: 340px;
    }
    .slider-circle .slides .slide .img::before {
        opacity: 0.2;
    }
    .slider-circle .slides .slide .arrow,
    .slider-circle .slides .slide p {
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .slider-circle .slides .slide .digit {
        font-weight: 900;
        font-size: 28px;
        line-height: 30px;
        padding: 20px 0;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .slider-circle .slides .slide .text h2 {
        font-size: 28px;
    }
    .slider-circle .slides .slide.inactive .img::before,
    .slider-circle .slides .slide.inactive .img::after {
        width: 240px;
        height: 240px;
    }
    .slider-circle .slides .slide.inactive .img img {
        max-height: 380px !important;
    }
    .slider-circle .slides .slide.inactive .text {
        opacity: 0.3;
    }
    .slider-circle .slides .slide.inactive .digit,
    .slider-circle .slides .slide.inactive .arrow,
    .slider-circle .slides .slide.inactive p {
        opacity: 0;
    }
    .slider-circle .slides .slide.inactive.left,
    .slider-circle .slides .slide.inactive.lefter {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .slider-circle .slides .slide.inactive.right {
        -webkit-transform: translateX(85%);
        -ms-transform: translateX(85%);
        transform: translateX(85%);
    }
    .slider-circle .slides .slide.inactive.righter {
        -webkit-transform: translateX(170%);
        -ms-transform: translateX(170%);
        transform: translateX(170%);
    }
    .slider-circle .slides .slide.inactive.righter3 {
        -webkit-transform: translateX(255%);
        -ms-transform: translateX(255%);
        transform: translateX(255%);
    }
    .slider-circle .slides .slide.inactive.righter4 {
        -webkit-transform: translateX(340%);
        -ms-transform: translateX(340%);
        transform: translateX(340%);
    }
    .slider-circle .slides .slide.inactive.righter5 {
        -webkit-transform: translateX(425%);
        -ms-transform: translateX(425%);
        transform: translateX(425%);
    }
    .slider-circle .slides .slide.inactive.righter6 {
        -webkit-transform: translateX(510%);
        -ms-transform: translateX(510%);
        transform: translateX(510%);
    }
    .dslider-circle {
        padding-top: 80px;
    }
    .dslider-circle .arrows {
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        z-index: 6;
    }
    .dslider-circle .arrows .button:hover {
        background: #f76059;
    }
    .dslider-circle .slides {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .dslider-circle .slides .slide {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .dslider-circle .slides .slide::before {
        content: "02";
        display: block;
        position: absolute;
        font-weight: 900;
        font-size: 150px;
        line-height: 1em;
        text-align: right;
        letter-spacing: -0.02em;
        left: 0;
        bottom: 208px;
        color: #e6e6e6;
    }
    .dslider-circle .slides .slide::after {
        content: "02";
        display: block;
        position: absolute;
        font-weight: 900;
        font-size: 150px;
        line-height: 1em;
        text-align: right;
        letter-spacing: -0.02em;
        right: 0;
        bottom: 208px;
        color: #e6e6e6;
    }
    .dslider-circle .slides .slide .img {
        width: 50%;
        padding-top: 5vh;
        z-index: 3;
    }
    .dslider-circle .slides .slide .img::before {
        content: "";
        display: block;
        width: 40vh;
        height: 40vh;
        border-radius: 50%;
        background: -o-linear-gradient(195.18deg, #d53730 0%, #f76059 100%);
        background: linear-gradient(254.82deg, #d53730 0%, #f76059 100%);
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .dslider-circle .slides .slide .img img {
        height: 70vh;
        min-height: 500px;
        margin: 0 auto;
        display: block;
    }
    .dslider-circle .slides .slide .digit {
        position: absolute;
        font-weight: 900;
        font-size: 150px;
        line-height: 1em;
        text-align: right;
        letter-spacing: -0.02em;
        right: 53%;
        bottom: 208px;
        color: #f76059;
    }
    .dslider-circle .slides .slide .text {
        width: 50%;
        padding-left: 10px;
        padding-right: 16%;
        padding-bottom: 80px;
    }
    .dslider-circle .slides .slide .text .arrow {
        display: none;
    }
    .dslider-circle .slides .slide.inactive.left,
    .dslider-circle .slides .slide.inactive.lefter {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .dslider-circle .slides .slide.inactive.right,
    .dslider-circle .slides .slide.inactive.righter {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
    .dslider-circle .slides .slide:nth-child(1)::before {
        display: none;
    }
    .dslider-circle .slides .slide:nth-child(1) .img img {
        -webkit-transform: translateX(7vh);
        -ms-transform: translateX(7vh);
        transform: translateX(7vh);
    }
    .dslider-circle .slides .slide:nth-child(2)::before {
        content: "01";
    }
    .dslider-circle .slides .slide:nth-child(2)::after {
        content: "03";
    }
    .dslider-circle .slides .slide:nth-child(3)::before {
        content: "02";
    }
    .dslider-circle .slides .slide:nth-child(3)::after {
        content: "04";
    }
    .dslider-circle .slides .slide:nth-child(4)::before {
        content: "03";
    }
    .dslider-circle .slides .slide:nth-child(4)::after {
        content: "05";
    }
    .dslider-circle .slides .slide:nth-child(5)::before {
        content: "04";
    }
    .dslider-circle .slides .slide:nth-child(5)::after {
        content: "06";
    }

    .dslider-circle .slides .slide:nth-child(6)::before {
        content: "05";
    }
    .dslider-circle .slides .slide:nth-child(6)::after {
         display: none;
     }
    .dslider-circle.mini .slides .slide:nth-child(3)::after {
        display: none;
    }

    .circledimg {
        z-index: 2;
    }
    .circledimg img {
        max-height: 564px;
        max-width: 1000px;
    }
    .circledimg::before {
        width: 392px;
        height: 392px;
    }
    .step-page .bignumber {
        right: 110%;
        position: absolute;
        text-align: right;
        font-size: 150px;
        line-height: 156px;
    }
    .step-page .bignumber .muted {
        display: block;
        font-size: 48px;
        line-height: 50px;
        left: -20px;
    }
    .step-page .next,
    .step-page .before {
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 900;
        font-size: 100px;
        line-height: 117px;
        text-align: right;
        letter-spacing: -0.02em;
        opacity: 0.5;
        color: #e6e6e6;
    }
    .step-page .before {
        right: auto;
        left: -140%;
    }
    .step-page .income .input .price-pop {
        right: auto;
        left: 130%;
        top: 50%;
    }
    .step-page .income .input .price-pop::after {
        -webkit-transform: skewX(35deg);
        -ms-transform: skewX(35deg);
        transform: skewX(35deg);
        left: -8px;
        top: -1px;
    }
    .step-page #lastStep {
        overflow-y: hidden;
    }
    .step-page #lastStep::after {
        background: #fff;
        border-radius: 50%;
        width: 72.56944444444444vw;
        height: 72.56944444444444vw;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: 40%;
        right: 45%;
    }
    .step-page #lastStep .circledimg::before {
        display: none;
    }
    .step-page #lastStep .circledimg img {
        left: 70%;
    }
    .step-page #lastStep .bignumber {
        color: #fff;
    }
    .step-page #lastStep .bignumber .muted {
        color: #fff;
        opacity: 0.3;
    }
    header a:hover {
        text-decoration: none;
    }
    header .menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
    header .menu .burger {
        display: none;
    }
    header .menu .menu-in {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: initial;
        position: absolute;
        background: none;
        height: auto;
        padding: 0;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        width: 100%;
        overflow: initial;
    }
    header .menu .menu-in .menu-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-left: 160px;
    }
    header .menu .menu-in .menu-content .menu-block {
        margin-right: 60px;
        margin-bottom: 0;
    }
    header .menu .menu-in .menu-content .menu-block .menu-block__header {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
        height: 38px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        cursor: pointer;
        color: #36414d;
    }
    header .menu .menu-in .menu-content .menu-block .menu-block__header::before {
        display: none;
    }
    header .menu .menu-in .menu-content .menu-block .menu-block__header::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-left: 5px;
        background: url(/assets/images/arrow-down-gray.svg) center bottom no-repeat;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    header .menu .menu-in .menu-content .menu-block .list {
        position: absolute;
        left: 0;
        top: 95%;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    header .menu .menu-in .menu-content .menu-block .list li {
        white-space: nowrap;
        font-weight: 400;
    }
    header .menu .menu-in .menu-content .menu-block .list li::before {
        display: none;
    }
    header .menu .menu-in .menu-content .menu-block .list li a {
        opacity: 0.6;
        color: #36414d;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    header .menu .menu-in .menu-content .menu-block .list li a:hover {
        opacity: 1;
    }
    header
    .menu
    .menu-in
    .menu-content
    .menu-block:hover
    .menu-block__header::after {
        height: 16px;
    }
    header .menu .menu-in .menu-content .menu-block:hover .list {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        pointer-events: initial;
    }
    header .menu .menu-in .menu-bottom {
        color: #36414d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    header .menu .menu-in .menu-bottom .worksheet {
        margin-right: 40px;
    }
    header .menu .menu-in .menu-bottom .worksheet::before {
        background: url(/assets/images/worksheet-gray.svg) no-repeat center;
    }
    header .menu .menu-in .menu-bottom .login {
        color: #fff;
        background: #36414d;
    }
    header .menu .menu-in .menu-bottom a {
        color: #36414d;
    }
    header .menu .menu-in .menu-bottom .loginout {
        margin-left: 10px;
        color: #36414d;
    }
    header .menu .menu-in .menu-bottom .loginout::after {
        display: none;
    }
    header .menu .menu-in.menu-reged .menu-content .menu-block__header::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 0;
        background: #36414d;
        width: 0;
        height: 1px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    header
    .menu
    .menu-in.menu-reged
    .menu-content
    .menu-block__header.active::after,
    header
    .menu
    .menu-in.menu-reged
    .menu-content
    .menu-block__header:hover::after {
        width: 100%;
        height: 1px;
    }
    header.header-white .logo::before {
        background-image: url(/assets/images/logo-header-white.svg);
    }
    header.header-white .logo span {
        color: #fff;
    }
    header.header-white .menu .burger span {
        background-color: #fff;
    }
    header.header-white .menu .menu-in .menu-content .menu-block__header {
        color: #fff;
    }
    header.header-white .menu .menu-in .menu-content .menu-block__header::after {
        background-image: url(/assets/images/arrow-down-white.svg);
    }
    header.header-white .menu .menu-in .menu-content .menu-block .list li a {
        color: #fff;
    }
    header.header-white .menu .menu-in .menu-bottom {
        color: #fff;
    }
    header.header-white .menu .menu-in .menu-bottom .worksheet::before {
        background: url(/assets/images/worksheet.svg) no-repeat center;
    }
    header.header-white .menu .menu-in .menu-bottom .login {
        background: #fff;
        color: #36414d;
    }
    header.header-white .menu .menu-in .menu-bottom .loginout,
    header.header-white .menu .menu-in .menu-bottom a {
        color: #fff;
    }
    header.header-white .menu .menu-in.menu-reged .menu-block__header::after {
        background: #fff;
    }
    footer {
        height: 375px;
    }
    footer::after {
        width: 651px;
        height: 0;
        padding-top: 57.45007680491551%;
        background: url(/assets/images/footer-flag-d.png) no-repeat center bottom;
        background-size: contain;
        right: 45%;
        -webkit-transform: translateX(90%);
        -ms-transform: translateX(90%);
        transform: translateX(90%);
        pointer-events: none;
    }
    footer .logo {
        opacity: 0.3;
        top: -67px;
    }
    footer .links {
        padding-left: 20px;
    }
    footer .links a {
        color: #fff;
        display: block;
        margin-bottom: 40px;
        white-space: nowrap;
    }
    footer .links a:nth-last-child(1) {
        margin-bottom: 0;
    }
    footer .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 160px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .social a {
        width: 40px;
        height: 40px;
    }
    .index-page #firstHero {
        padding-bottom: 80px;
    }
    .index-page #firstHero .bubbles {
        width: 114.09013vh;
        height: 100vh;
        position: absolute;
        left: 75%;
        top: calc(50% + 70px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: url(/assets/images/bubbles.png) no-repeat center;
        background-size: contain;
        z-index: 5;
    }
    .index-page #firstHero .button {
        width: 225px;
    }
    .index-page #firstHero .toAbout {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 70px;
        border-top: 1px solid #fff;
    }
    .index-page .quotesSlider {
        max-width: 1280px;
        margin: 0 auto;
    }
    .index-page .quotesSlider .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: initial;
    }
    .index-page .quotesSlider .slides .slide {
        max-width: 32%;
        position: relative;
        margin-bottom: 40px;
    }
    .index-page .quotesSlider .slides .slide.inactive {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .index-page .quotesSlider .slides .slide.inactive .avatar,
    .index-page .quotesSlider .slides .slide.inactive .name,
    .index-page .quotesSlider .slides .slide.inactive .position {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .index-page .quotesSlider .slides .slide.inactive .quote::before {
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .index-page .quotesSlider .slides .slide.inactive.right {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .index-page .quotesSlider .slides .slide.inactive.righter {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .index-page .quotesSlider .slides .slide.inactive.left,
    .index-page .quotesSlider .slides .slide.inactive.lefter {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .index-page #secondSlider .slides .slide:nth-child(1) .img img:nth-child(1) {
        max-height: 300px;
        top: 50%;
    }
    .index-page #secondSlider .slides .slide:nth-child(1) .img img:nth-child(2) {
        max-height: 260px;
        height: 260px;
        top: 40%;
    }
    .index-page #secondSlider .slides .slide:nth-child(2) .img img {
        max-height: 350px;
        height: 350px;
    }
    .index-page #secondSlider .slides .slide:nth-child(2).inactive .img img {
        top: 33%;
    }
    .index-page #secondSlider .slides .slide:nth-child(3) .img img {
        max-height: 350px;
        height: 350px;
    }
    .index-page #secondSlider .slides .slide:nth-child(3).inactive .img img {
        top: 29%;
    }
    .index-page #secondSlider .slides .slide:nth-child(4) .img img {
        max-height: 235px;
        height: 235px;
    }
    .index-page #secondSlider .slides .slide:nth-child(4).inactive .img img {
        max-height: 200px;
        height: 200px;
        top: 29%;
    }
    .index-page #secondSlider .slides .slide:nth-child(5) .img img {
        max-height: 350px;
        height: 350px;
    }
    .index-page #secondSlider .slides .slide:nth-child(5).inactive .img img {
        top: 29%;
    }
    .index-page #secondSlider .slides .slide:nth-child(6) .img img {
        max-height: 350px;
        height: 350px;
    }
    .index-page #secondSlider .slides .slide:nth-child(6).inactive .img img {
        top: 29%;
    }
    .index-page #secondSlider .slides .slide:nth-child(7) .img img {
        max-height: 350px;
        height: 350px;
    }
    .index-page #secondSlider .slides .slide:nth-child(7).inactive .img img {
        top: 29%;
    }
    .index-page #lastHeroDesktop .flag {
        height: 90vh;
        position: absolute;
        left: 50%;
        bottom: 0;
        background: url(/assets/images/flag-about.png) no-repeat right bottom;
        background-size: contain;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .index-page #lastHeroDesktop header .logo span {
        letter-spacing: initial;
        opacity: 1;
        font-size: 26px;
        line-height: 26px;
    }
    .index-page #lastHeroDesktop header .logo::before {
        content: "CORAL";
        font-family: "Bebas Neue", "Roboto", sans-serif;
        font-weight: bold;
        font-size: 26px;
        line-height: 26px;
        color: #36414d;
        opacity: 0.3;
        top: 1px;
        text-transform: uppercase;
        background: none;
    }
    .index-page #lastHeroDesktop .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: absolute;
        width: 100%;
        height: 70px;
        left: 0;
        bottom: 0;
        border-top: 1px solid rgba(54, 65, 77, 0.3);
        color: #36414d;
        font-family: "Bebas Neue", "Roboto", sans-serif;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        padding: 0 20px;
    }
    .index-page #lastHeroDesktop .footer .title {
        margin-right: 20px;
        opacity: 0.3;
    }
    .rect-auto,
    .percenter.circled.lw-51 .slice,
    .percenter.circled.lw-52 .slice,
    .percenter.circled.lw-53 .slice,
    .percenter.circled.lw-54 .slice,
    .percenter.circled.lw-55 .slice,
    .percenter.circled.lw-56 .slice,
    .percenter.circled.lw-57 .slice,
    .percenter.circled.lw-58 .slice,
    .percenter.circled.lw-59 .slice,
    .percenter.circled.lw-60 .slice,
    .percenter.circled.lw-61 .slice,
    .percenter.circled.lw-62 .slice,
    .percenter.circled.lw-63 .slice,
    .percenter.circled.lw-64 .slice,
    .percenter.circled.lw-65 .slice,
    .percenter.circled.lw-66 .slice,
    .percenter.circled.lw-67 .slice,
    .percenter.circled.lw-68 .slice,
    .percenter.circled.lw-69 .slice,
    .percenter.circled.lw-70 .slice,
    .percenter.circled.lw-71 .slice,
    .percenter.circled.lw-72 .slice,
    .percenter.circled.lw-73 .slice,
    .percenter.circled.lw-74 .slice,
    .percenter.circled.lw-75 .slice,
    .percenter.circled.lw-76 .slice,
    .percenter.circled.lw-77 .slice,
    .percenter.circled.lw-78 .slice,
    .percenter.circled.lw-79 .slice,
    .percenter.circled.lw-80 .slice,
    .percenter.circled.lw-81 .slice,
    .percenter.circled.lw-82 .slice,
    .percenter.circled.lw-83 .slice,
    .percenter.circled.lw-84 .slice,
    .percenter.circled.lw-85 .slice,
    .percenter.circled.lw-86 .slice,
    .percenter.circled.lw-87 .slice,
    .percenter.circled.lw-88 .slice,
    .percenter.circled.lw-89 .slice,
    .percenter.circled.lw-90 .slice,
    .percenter.circled.lw-91 .slice,
    .percenter.circled.lw-92 .slice,
    .percenter.circled.lw-93 .slice,
    .percenter.circled.lw-94 .slice,
    .percenter.circled.lw-95 .slice,
    .percenter.circled.lw-96 .slice,
    .percenter.circled.lw-97 .slice,
    .percenter.circled.lw-98 .slice,
    .percenter.circled.lw-99 .slice,
    .percenter.circled.lw-100 .slice {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
    .pie,
    .percenter.circled .bar,
    .percenter.circled.lw-51 .fill,
    .percenter.circled.lw-52 .fill,
    .percenter.circled.lw-53 .fill,
    .percenter.circled.lw-54 .fill,
    .percenter.circled.lw-55 .fill,
    .percenter.circled.lw-56 .fill,
    .percenter.circled.lw-57 .fill,
    .percenter.circled.lw-58 .fill,
    .percenter.circled.lw-59 .fill,
    .percenter.circled.lw-60 .fill,
    .percenter.circled.lw-61 .fill,
    .percenter.circled.lw-62 .fill,
    .percenter.circled.lw-63 .fill,
    .percenter.circled.lw-64 .fill,
    .percenter.circled.lw-65 .fill,
    .percenter.circled.lw-66 .fill,
    .percenter.circled.lw-67 .fill,
    .percenter.circled.lw-68 .fill,
    .percenter.circled.lw-69 .fill,
    .percenter.circled.lw-70 .fill,
    .percenter.circled.lw-71 .fill,
    .percenter.circled.lw-72 .fill,
    .percenter.circled.lw-73 .fill,
    .percenter.circled.lw-74 .fill,
    .percenter.circled.lw-75 .fill,
    .percenter.circled.lw-76 .fill,
    .percenter.circled.lw-77 .fill,
    .percenter.circled.lw-78 .fill,
    .percenter.circled.lw-79 .fill,
    .percenter.circled.lw-80 .fill,
    .percenter.circled.lw-81 .fill,
    .percenter.circled.lw-82 .fill,
    .percenter.circled.lw-83 .fill,
    .percenter.circled.lw-84 .fill,
    .percenter.circled.lw-85 .fill,
    .percenter.circled.lw-86 .fill,
    .percenter.circled.lw-87 .fill,
    .percenter.circled.lw-88 .fill,
    .percenter.circled.lw-89 .fill,
    .percenter.circled.lw-90 .fill,
    .percenter.circled.lw-91 .fill,
    .percenter.circled.lw-92 .fill,
    .percenter.circled.lw-93 .fill,
    .percenter.circled.lw-94 .fill,
    .percenter.circled.lw-95 .fill,
    .percenter.circled.lw-96 .fill,
    .percenter.circled.lw-97 .fill,
    .percenter.circled.lw-98 .fill,
    .percenter.circled.lw-99 .fill,
    .percenter.circled.lw-100 .fill {
        position: absolute;
        left: 0;
        top: 0;
        border: 6px solid #36414d;
        border-radius: 50%;
        -webkit-clip-path: inset(0 0 0 50%);
        clip-path: inset(0 0 0 50%);
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .pie-fill,
    .percenter.circled.lw-51 .bar:after,
    .percenter.circled.lw-51 .fill,
    .percenter.circled.lw-52 .bar:after,
    .percenter.circled.lw-52 .fill,
    .percenter.circled.lw-53 .bar:after,
    .percenter.circled.lw-53 .fill,
    .percenter.circled.lw-54 .bar:after,
    .percenter.circled.lw-54 .fill,
    .percenter.circled.lw-55 .bar:after,
    .percenter.circled.lw-55 .fill,
    .percenter.circled.lw-56 .bar:after,
    .percenter.circled.lw-56 .fill,
    .percenter.circled.lw-57 .bar:after,
    .percenter.circled.lw-57 .fill,
    .percenter.circled.lw-58 .bar:after,
    .percenter.circled.lw-58 .fill,
    .percenter.circled.lw-59 .bar:after,
    .percenter.circled.lw-59 .fill,
    .percenter.circled.lw-60 .bar:after,
    .percenter.circled.lw-60 .fill,
    .percenter.circled.lw-61 .bar:after,
    .percenter.circled.lw-61 .fill,
    .percenter.circled.lw-62 .bar:after,
    .percenter.circled.lw-62 .fill,
    .percenter.circled.lw-63 .bar:after,
    .percenter.circled.lw-63 .fill,
    .percenter.circled.lw-64 .bar:after,
    .percenter.circled.lw-64 .fill,
    .percenter.circled.lw-65 .bar:after,
    .percenter.circled.lw-65 .fill,
    .percenter.circled.lw-66 .bar:after,
    .percenter.circled.lw-66 .fill,
    .percenter.circled.lw-67 .bar:after,
    .percenter.circled.lw-67 .fill,
    .percenter.circled.lw-68 .bar:after,
    .percenter.circled.lw-68 .fill,
    .percenter.circled.lw-69 .bar:after,
    .percenter.circled.lw-69 .fill,
    .percenter.circled.lw-70 .bar:after,
    .percenter.circled.lw-70 .fill,
    .percenter.circled.lw-71 .bar:after,
    .percenter.circled.lw-71 .fill,
    .percenter.circled.lw-72 .bar:after,
    .percenter.circled.lw-72 .fill,
    .percenter.circled.lw-73 .bar:after,
    .percenter.circled.lw-73 .fill,
    .percenter.circled.lw-74 .bar:after,
    .percenter.circled.lw-74 .fill,
    .percenter.circled.lw-75 .bar:after,
    .percenter.circled.lw-75 .fill,
    .percenter.circled.lw-76 .bar:after,
    .percenter.circled.lw-76 .fill,
    .percenter.circled.lw-77 .bar:after,
    .percenter.circled.lw-77 .fill,
    .percenter.circled.lw-78 .bar:after,
    .percenter.circled.lw-78 .fill,
    .percenter.circled.lw-79 .bar:after,
    .percenter.circled.lw-79 .fill,
    .percenter.circled.lw-80 .bar:after,
    .percenter.circled.lw-80 .fill,
    .percenter.circled.lw-81 .bar:after,
    .percenter.circled.lw-81 .fill,
    .percenter.circled.lw-82 .bar:after,
    .percenter.circled.lw-82 .fill,
    .percenter.circled.lw-83 .bar:after,
    .percenter.circled.lw-83 .fill,
    .percenter.circled.lw-84 .bar:after,
    .percenter.circled.lw-84 .fill,
    .percenter.circled.lw-85 .bar:after,
    .percenter.circled.lw-85 .fill,
    .percenter.circled.lw-86 .bar:after,
    .percenter.circled.lw-86 .fill,
    .percenter.circled.lw-87 .bar:after,
    .percenter.circled.lw-87 .fill,
    .percenter.circled.lw-88 .bar:after,
    .percenter.circled.lw-88 .fill,
    .percenter.circled.lw-89 .bar:after,
    .percenter.circled.lw-89 .fill,
    .percenter.circled.lw-90 .bar:after,
    .percenter.circled.lw-90 .fill,
    .percenter.circled.lw-91 .bar:after,
    .percenter.circled.lw-91 .fill,
    .percenter.circled.lw-92 .bar:after,
    .percenter.circled.lw-92 .fill,
    .percenter.circled.lw-93 .bar:after,
    .percenter.circled.lw-93 .fill,
    .percenter.circled.lw-94 .bar:after,
    .percenter.circled.lw-94 .fill,
    .percenter.circled.lw-95 .bar:after,
    .percenter.circled.lw-95 .fill,
    .percenter.circled.lw-96 .bar:after,
    .percenter.circled.lw-96 .fill,
    .percenter.circled.lw-97 .bar:after,
    .percenter.circled.lw-97 .fill,
    .percenter.circled.lw-98 .bar:after,
    .percenter.circled.lw-98 .fill,
    .percenter.circled.lw-99 .bar:after,
    .percenter.circled.lw-99 .fill,
    .percenter.circled.lw-100 .bar:after,
    .percenter.circled.lw-100 .fill {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .interior-page .hero .circle::before {
        width: 100%;
        height: 0;
        padding-top: 100%;
    }
    .interior-page .hero .circle img {
        width: 90%;
        top: 35%;
    }
    .interior-page .hero .circle .counter {
        font-size: 150px;
        top: 31%;
        right: -40px;
    }
    .interior-page .video-item .category {
        font-weight: 400;
    }
    .interior-page .video-item .title {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 24px;
        display: block;
    }
    .interior-page .video-item .date,
    .interior-page .video-item .category {
        color: #208bfc;
    }
    .interior-page .video-item .category {
        margin-bottom: 24px;
    }
    .interior-page .simpleslider {
        width: 100%;
        left: 0;
    }
    .interior-page .simpleslider .slides .slide {
        width: 75%;
        left: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .interior-page .simpleslider .slides .slide .plate {
        padding-bottom: 40px;
    }
    .interior-page
    .simpleslider
    .slides
    .slide
    .plate
    .row
    .col-md-6:first-child {
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .interior-page .simpleslider .slides .slide .plate::before {
        width: 512px;
        height: 523px;
        left: -1px;
        bottom: -1px;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-image: url(/assets/images/quarter-lb.svg);
    }
    .interior-page .simpleslider .slides .slide .plate .img-cup {
        width: 35%;
        height: 0;
        padding-top: 43.86667%;
        right: auto;
        left: 50px;
        top: 60%;
        z-index: 5;

    }
    .interior-page .simpleslider .slides .slide .plate .bignumber {
        position: absolute;
        right: 100%;
        top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 150px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .interior-page .simpleslider .slides .slide .plate .bignumber .muted {
        display: block;
        font-size: 48px;
        margin-right: 50px;
        letter-spacing: 0.01em;
    }
    .interior-page .simpleslider .slides .slide.inactive .plate {
        background: #fff;
        border: 1px solid #e6e6e6;
        color: #e6e6e6 !important;
        overflow: hidden !important;
    }
    .interior-page .simpleslider .slides .slide.inactive .plate .bignumber {
        opacity: 0;
    }
    .interior-page .simpleslider .slides .slide.inactive .plate .img-cup {
        opacity: 0;
    }
    .interior-page
    .simpleslider
    .slides
    .slide.inactive
    .plate
    .row
    .col-md-6:first-child {
        width: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
    .interior-page .simpleslider .slides .slide.right {
        -webkit-transform: translate(104%);
        -ms-transform: translate(104%);
        transform: translate(104%);
    }
    .interior-page .simpleslider .slides .slide.righter {
        -webkit-transform: translate(220%);
        -ms-transform: translate(220%);
        transform: translate(220%);
    }
    .percenter.circled {
        border-bottom: 0;
        max-width: 200px;
        margin: 0 10px;
        display: block;
    }
    .percenter.circled::before {
        width: 100%;
        padding-top: 100%;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #e6e6e6;
        border-radius: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .percenter.circled .title {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 100%;
    }
    .percenter.circled .line {
        display: none;
    }
    .percenter.circled .slice {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        padding-top: 100%;
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-clip-path: inset(0 50% 0 0);
        clip-path: inset(0 50% 0 0);
    }
    .percenter.circled.lw-1 .bar {
        -webkit-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }
    .percenter.circled.lw-2 .bar {
        -webkit-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }
    .percenter.circled.lw-3 .bar {
        -webkit-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }
    .percenter.circled.lw-4 .bar {
        -webkit-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }
    .percenter.circled.lw-5 .bar {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    .percenter.circled.lw-6 .bar {
        -webkit-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }
    .percenter.circled.lw-7 .bar {
        -webkit-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }
    .percenter.circled.lw-8 .bar {
        -webkit-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }
    .percenter.circled.lw-9 .bar {
        -webkit-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }
    .percenter.circled.lw-10 .bar {
        -webkit-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        transform: rotate(36deg);
    }
    .percenter.circled.lw-11 .bar {
        -webkit-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }
    .percenter.circled.lw-12 .bar {
        -webkit-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }
    .percenter.circled.lw-13 .bar {
        -webkit-transform: rotate(46.8deg);
        -ms-transform: rotate(46.8deg);
        transform: rotate(46.8deg);
    }
    .percenter.circled.lw-14 .bar {
        -webkit-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }
    .percenter.circled.lw-15 .bar {
        -webkit-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        transform: rotate(54deg);
    }
    .percenter.circled.lw-16 .bar {
        -webkit-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }
    .percenter.circled.lw-17 .bar {
        -webkit-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }
    .percenter.circled.lw-18 .bar {
        -webkit-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }
    .percenter.circled.lw-19 .bar {
        -webkit-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }
    .percenter.circled.lw-20 .bar {
        -webkit-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        transform: rotate(72deg);
    }
    .percenter.circled.lw-21 .bar {
        -webkit-transform: rotate(75.6deg);
        -ms-transform: rotate(75.6deg);
        transform: rotate(75.6deg);
    }
    .percenter.circled.lw-22 .bar {
        -webkit-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }
    .percenter.circled.lw-23 .bar {
        -webkit-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }
    .percenter.circled.lw-24 .bar {
        -webkit-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }
    .percenter.circled.lw-25 .bar {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .percenter.circled.lw-26 .bar {
        -webkit-transform: rotate(93.6deg);
        -ms-transform: rotate(93.6deg);
        transform: rotate(93.6deg);
    }
    .percenter.circled.lw-27 .bar {
        -webkit-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }
    .percenter.circled.lw-28 .bar {
        -webkit-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }
    .percenter.circled.lw-29 .bar {
        -webkit-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }
    .percenter.circled.lw-30 .bar {
        -webkit-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        transform: rotate(108deg);
    }
    .percenter.circled.lw-31 .bar {
        -webkit-transform: rotate(111.6deg);
        -ms-transform: rotate(111.6deg);
        transform: rotate(111.6deg);
    }
    .percenter.circled.lw-32 .bar {
        -webkit-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }
    .percenter.circled.lw-33 .bar {
        -webkit-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }
    .percenter.circled.lw-34 .bar {
        -webkit-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }
    .percenter.circled.lw-35 .bar {
        -webkit-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        transform: rotate(126deg);
    }
    .percenter.circled.lw-36 .bar {
        -webkit-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }
    .percenter.circled.lw-37 .bar {
        -webkit-transform: rotate(133.2deg);
        -ms-transform: rotate(133.2deg);
        transform: rotate(133.2deg);
    }
    .percenter.circled.lw-38 .bar {
        -webkit-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }
    .percenter.circled.lw-39 .bar {
        -webkit-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }
    .percenter.circled.lw-40 .bar {
        -webkit-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        transform: rotate(144deg);
    }
    .percenter.circled.lw-41 .bar {
        -webkit-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }
    .percenter.circled.lw-42 .bar {
        -webkit-transform: rotate(151.2deg);
        -ms-transform: rotate(151.2deg);
        transform: rotate(151.2deg);
    }
    .percenter.circled.lw-43 .bar {
        -webkit-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }
    .percenter.circled.lw-44 .bar {
        -webkit-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }
    .percenter.circled.lw-45 .bar {
        -webkit-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        transform: rotate(162deg);
    }
    .percenter.circled.lw-46 .bar {
        -webkit-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }
    .percenter.circled.lw-47 .bar {
        -webkit-transform: rotate(169.2deg);
        -ms-transform: rotate(169.2deg);
        transform: rotate(169.2deg);
    }
    .percenter.circled.lw-48 .bar {
        -webkit-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }
    .percenter.circled.lw-49 .bar {
        -webkit-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }
    .percenter.circled.lw-50 .bar {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .percenter.circled.lw-51 .bar {
        -webkit-transform: rotate(183.6deg);
        -ms-transform: rotate(183.6deg);
        transform: rotate(183.6deg);
    }
    .percenter.circled.lw-52 .bar {
        -webkit-transform: rotate(187.2deg);
        -ms-transform: rotate(187.2deg);
        transform: rotate(187.2deg);
    }
    .percenter.circled.lw-53 .bar {
        -webkit-transform: rotate(190.8deg);
        -ms-transform: rotate(190.8deg);
        transform: rotate(190.8deg);
    }
    .percenter.circled.lw-54 .bar {
        -webkit-transform: rotate(194.4deg);
        -ms-transform: rotate(194.4deg);
        transform: rotate(194.4deg);
    }
    .percenter.circled.lw-55 .bar {
        -webkit-transform: rotate(198deg);
        -ms-transform: rotate(198deg);
        transform: rotate(198deg);
    }
    .percenter.circled.lw-56 .bar {
        -webkit-transform: rotate(201.6deg);
        -ms-transform: rotate(201.6deg);
        transform: rotate(201.6deg);
    }
    .percenter.circled.lw-57 .bar {
        -webkit-transform: rotate(205.2deg);
        -ms-transform: rotate(205.2deg);
        transform: rotate(205.2deg);
    }
    .percenter.circled.lw-58 .bar {
        -webkit-transform: rotate(208.8deg);
        -ms-transform: rotate(208.8deg);
        transform: rotate(208.8deg);
    }
    .percenter.circled.lw-59 .bar {
        -webkit-transform: rotate(212.4deg);
        -ms-transform: rotate(212.4deg);
        transform: rotate(212.4deg);
    }
    .percenter.circled.lw-60 .bar {
        -webkit-transform: rotate(216deg);
        -ms-transform: rotate(216deg);
        transform: rotate(216deg);
    }
    .percenter.circled.lw-61 .bar {
        -webkit-transform: rotate(219.6deg);
        -ms-transform: rotate(219.6deg);
        transform: rotate(219.6deg);
    }
    .percenter.circled.lw-62 .bar {
        -webkit-transform: rotate(223.2deg);
        -ms-transform: rotate(223.2deg);
        transform: rotate(223.2deg);
    }
    .percenter.circled.lw-63 .bar {
        -webkit-transform: rotate(226.8deg);
        -ms-transform: rotate(226.8deg);
        transform: rotate(226.8deg);
    }
    .percenter.circled.lw-64 .bar {
        -webkit-transform: rotate(230.4deg);
        -ms-transform: rotate(230.4deg);
        transform: rotate(230.4deg);
    }
    .percenter.circled.lw-65 .bar {
        -webkit-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        transform: rotate(234deg);
    }
    .percenter.circled.lw-66 .bar {
        -webkit-transform: rotate(237.6deg);
        -ms-transform: rotate(237.6deg);
        transform: rotate(237.6deg);
    }
    .percenter.circled.lw-67 .bar {
        -webkit-transform: rotate(241.2deg);
        -ms-transform: rotate(241.2deg);
        transform: rotate(241.2deg);
    }
    .percenter.circled.lw-68 .bar {
        -webkit-transform: rotate(244.8deg);
        -ms-transform: rotate(244.8deg);
        transform: rotate(244.8deg);
    }
    .percenter.circled.lw-69 .bar {
        -webkit-transform: rotate(248.4deg);
        -ms-transform: rotate(248.4deg);
        transform: rotate(248.4deg);
    }
    .percenter.circled.lw-70 .bar {
        -webkit-transform: rotate(252deg);
        -ms-transform: rotate(252deg);
        transform: rotate(252deg);
    }
    .percenter.circled.lw-71 .bar {
        -webkit-transform: rotate(255.6deg);
        -ms-transform: rotate(255.6deg);
        transform: rotate(255.6deg);
    }
    .percenter.circled.lw-72 .bar {
        -webkit-transform: rotate(259.2deg);
        -ms-transform: rotate(259.2deg);
        transform: rotate(259.2deg);
    }
    .percenter.circled.lw-73 .bar {
        -webkit-transform: rotate(262.8deg);
        -ms-transform: rotate(262.8deg);
        transform: rotate(262.8deg);
    }
    .percenter.circled.lw-74 .bar {
        -webkit-transform: rotate(266.4deg);
        -ms-transform: rotate(266.4deg);
        transform: rotate(266.4deg);
    }
    .percenter.circled.lw-75 .bar {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .percenter.circled.lw-76 .bar {
        -webkit-transform: rotate(273.6deg);
        -ms-transform: rotate(273.6deg);
        transform: rotate(273.6deg);
    }
    .percenter.circled.lw-77 .bar {
        -webkit-transform: rotate(277.2deg);
        -ms-transform: rotate(277.2deg);
        transform: rotate(277.2deg);
    }
    .percenter.circled.lw-78 .bar {
        -webkit-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }
    .percenter.circled.lw-79 .bar {
        -webkit-transform: rotate(284.4deg);
        -ms-transform: rotate(284.4deg);
        transform: rotate(284.4deg);
    }
    .percenter.circled.lw-80 .bar {
        -webkit-transform: rotate(288deg);
        -ms-transform: rotate(288deg);
        transform: rotate(288deg);
    }
    .percenter.circled.lw-81 .bar {
        -webkit-transform: rotate(291.6deg);
        -ms-transform: rotate(291.6deg);
        transform: rotate(291.6deg);
    }
    .percenter.circled.lw-82 .bar {
        -webkit-transform: rotate(295.2deg);
        -ms-transform: rotate(295.2deg);
        transform: rotate(295.2deg);
    }
    .percenter.circled.lw-83 .bar {
        -webkit-transform: rotate(298.8deg);
        -ms-transform: rotate(298.8deg);
        transform: rotate(298.8deg);
    }
    .percenter.circled.lw-84 .bar {
        -webkit-transform: rotate(302.4deg);
        -ms-transform: rotate(302.4deg);
        transform: rotate(302.4deg);
    }
    .percenter.circled.lw-85 .bar {
        -webkit-transform: rotate(306deg);
        -ms-transform: rotate(306deg);
        transform: rotate(306deg);
    }
    .percenter.circled.lw-86 .bar {
        -webkit-transform: rotate(309.6deg);
        -ms-transform: rotate(309.6deg);
        transform: rotate(309.6deg);
    }
    .percenter.circled.lw-87 .bar {
        -webkit-transform: rotate(313.2deg);
        -ms-transform: rotate(313.2deg);
        transform: rotate(313.2deg);
    }
    .percenter.circled.lw-88 .bar {
        -webkit-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }
    .percenter.circled.lw-89 .bar {
        -webkit-transform: rotate(320.4deg);
        -ms-transform: rotate(320.4deg);
        transform: rotate(320.4deg);
    }
    .percenter.circled.lw-90 .bar {
        -webkit-transform: rotate(324deg);
        -ms-transform: rotate(324deg);
        transform: rotate(324deg);
    }
    .percenter.circled.lw-91 .bar {
        -webkit-transform: rotate(327.6deg);
        -ms-transform: rotate(327.6deg);
        transform: rotate(327.6deg);
    }
    .percenter.circled.lw-92 .bar {
        -webkit-transform: rotate(331.2deg);
        -ms-transform: rotate(331.2deg);
        transform: rotate(331.2deg);
    }
    .percenter.circled.lw-93 .bar {
        -webkit-transform: rotate(334.8deg);
        -ms-transform: rotate(334.8deg);
        transform: rotate(334.8deg);
    }
    .percenter.circled.lw-94 .bar {
        -webkit-transform: rotate(338.4deg);
        -ms-transform: rotate(338.4deg);
        transform: rotate(338.4deg);
    }
    .percenter.circled.lw-95 .bar {
        -webkit-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        transform: rotate(342deg);
    }
    .percenter.circled.lw-96 .bar {
        -webkit-transform: rotate(345.6deg);
        -ms-transform: rotate(345.6deg);
        transform: rotate(345.6deg);
    }
    .percenter.circled.lw-97 .bar {
        -webkit-transform: rotate(349.2deg);
        -ms-transform: rotate(349.2deg);
        transform: rotate(349.2deg);
    }
    .percenter.circled.lw-98 .bar {
        -webkit-transform: rotate(352.8deg);
        -ms-transform: rotate(352.8deg);
        transform: rotate(352.8deg);
    }
    .percenter.circled.lw-99 .bar {
        -webkit-transform: rotate(356.4deg);
        -ms-transform: rotate(356.4deg);
        transform: rotate(356.4deg);
    }
    .percenter.circled.lw-100 .bar {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .percenter.circled.yellow .bar,
    .percenter.circled.yellow .fill {
        border-color: #eec930;
    }
    .percenter.circled.blue .bar,
    .percenter.circled.blue .fill {
        border-color: #208bfc;
    }
    .percenter.circled.red .bar,
    .percenter.circled.red .fill {
        border-color: #f76059;
    }
    .percenter.circled.white {
        color: #fff;
        border-color: none;
    }
    .percenter.circled.white .bar,
    .percenter.circled.white .fill {
        border-color: #fff;
    }
    .percenter.circled .stars {
        width: 100%;
        height: 0;
        padding-top: 100%;
        position: absolute;
        left: 0;
    }
    .percenter.circled .stars .in {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .percenter.circled .stars .in span {
        margin-right: 5px;
        font-size: 48px;
        top: -10px;
    }
    .percenter.circled .stars::after,
    .percenter.circled .stars::before {
        width: 70%;
        height: 40px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -90%);
        -ms-transform: translate(-50%, -90%);
        transform: translate(-50%, -90%);
        margin: 0;
    }
    .course-page .bignumber {
        position: absolute;
        right: 100%;
        top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 150px;
    }
    .course-page .bignumber span {
        display: block;
        font-size: 48px;
        margin-right: 50px;
    }
    .course-page .relative-material {
        margin-bottom: 40px;
    }
    .course-page .relative-material .category {
        color: #f76059;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .course-page .goToTest .img-target {
        width: 40%;
        padding-top: 52.3489932885906%;
        height: 0;
        background-image: url(/assets/images/target-big-active.png);
        right: auto;
        left: 20px;
        top: auto;
        bottom: 20px;
    }
    .course-page .goToTest.muted .img-target {
        background-image: url(/assets/images/target-big.png);
    }
    .course-page .goToTest .container {
        width: 60%;
        margin-left: 40%;
        padding-bottom: 40px;
    }
    .check .stars {
        width: 95px;
    }
    .stepper {
        padding-bottom: 24px;
    }
    .stepper .stepper-inner {
        max-width: initial;
    }
    .stepper::-webkit-scrollbar {
        width: 4px;
        height: 4px;
        display: initial;
    }
    .stepper::-webkit-scrollbar-button {
        width: 0px;
        height: 0px;
    }
    .stepper::-webkit-scrollbar-thumb {
        background: #36414d;
        border: 0px none #36414d;
        border-radius: 50px;
    }
    .stepper::-webkit-scrollbar-thumb:hover {
        background: #36414d;
    }
    .stepper::-webkit-scrollbar-thumb:active {
        background: #36414d;
    }
    .stepper::-webkit-scrollbar-track {
        background: #e6e6e6;
        border: 0px none #ffffff;
        border-radius: 50px;
    }
    .stepper::-webkit-scrollbar-track:hover {
        background: #e6e6e6;
    }
    .stepper::-webkit-scrollbar-track:active {
        background: #e6e6e6;
    }
    .stepper::-webkit-scrollbar-corner {
        background: transparent;
    }
    .test-page #firstHero::before {
        width: 45.9375vw;
        height: 648px;
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(/assets/images/test-circle.svg) no-repeat left bottom;
        background-size: contain;
    }
    .test-page #firstHero::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: 100px;
        width: 31.71875vw;
        height: 41.458333vw;
        background: url(/assets/images/target-big-active.png) no-repeat center;
        background-size: contain;
        -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
        transform: translateX(-130%);
    }
    .bank-page .videoOfTheDay {
        min-height: 56vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        color: #fff;
        padding-bottom: 85px;
        background: #000;
        margin-bottom: 118px;
    }
    .bank-page .videoOfTheDay .container .col-4 {
        z-index: 6;
    }
    .bank-page .videoOfTheDay .container .category {
        color: #fff;
        opacity: 0.3;
        font-size: 28px;
    }
    .bank-page .videoOfTheDay .video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .bank-page .videoOfTheDay .video::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #36414d;
        opacity: 0.6;
        z-index: 2;
    }
    .bank-page .videoOfTheDay .video .play {
        z-index: 3;
        top: 55%;
        cursor: pointer;
    }
    .bank-page .videoOfTheDay .video video {
        width: 100%;
        height: 100%;
        max-height: 100%;
    }
    .bank-page .video-item .category {
        font-weight: 400;
    }
    .bank-page .video-item .title {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 24px;
        display: block;
    }
    .bank-page .video-item .date {
        color: #eec930;
    }
    .test-complete-page .complete-plate {
        padding: 60px;
        margin-bottom: 120px;
    }
    .test-complete-page .complete-plate::after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 372px;
        height: 486px;
        background: url(/assets/images/target-big-active.png) no-repeat center;
        background-size: contain;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .test-complete-page .video-item .category {
        font-weight: 400;
    }
    .test-complete-page .video-item .title {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 24px;
        display: block;
    }
    .test-complete-page .video-item .date,
    .test-complete-page .video-item .category {
        color: #208bfc;
    }
    .test-complete-page .video-item .category {
        margin-bottom: 24px;
    }
    .test-complete-page .simpleslider {
        width: 100%;
        left: 0;
    }
    .test-complete-page .simpleslider .slides .slide {
        width: 75%;
        left: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .test-complete-page .simpleslider .slides .slide .plate {
        padding-bottom: 40px;
    }
    .test-complete-page
    .simpleslider
    .slides
    .slide
    .plate
    .row
    .col-md-6:first-child {
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .test-complete-page .simpleslider .slides .slide .plate::before {
        width: 512px;
        height: 523px;
        left: -1px;
        bottom: -1px;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-image: url(/assets/images/quarter-lb.svg);
    }
    .test-complete-page .simpleslider .slides .slide .plate .img-cup {
        width: 35%;
        height: 0;
        padding-top: 43.86667%;
        right: auto;
        left: 50px;
        top: 60%;
        z-index: 5;
        -webkit-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
        transform: translateY(-50%) scaleX(-1);
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .test-complete-page .simpleslider .slides .slide .plate .bignumber {
        position: absolute;
        right: 100%;
        top: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        font-size: 150px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .test-complete-page .simpleslider .slides .slide .plate .bignumber .muted {
        display: block;
        font-size: 48px;
        margin-right: 50px;
        letter-spacing: 0.01em;
    }
    .test-complete-page .simpleslider .slides .slide.inactive .plate {
        background: #fff;
        border: 1px solid #e6e6e6;
        color: #e6e6e6 !important;
        overflow: hidden !important;
    }
    .test-complete-page .simpleslider .slides .slide.inactive .plate .bignumber {
        opacity: 0;
    }
    .test-complete-page .simpleslider .slides .slide.inactive .plate .img-cup {
        opacity: 0;
    }
    .test-complete-page
    .simpleslider
    .slides
    .slide.inactive
    .plate
    .row
    .col-md-6:first-child {
        width: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
    .test-complete-page .simpleslider .slides .slide.right {
        -webkit-transform: translate(104%);
        -ms-transform: translate(104%);
        transform: translate(104%);
    }
    .test-complete-page .simpleslider .slides .slide.righter {
        -webkit-transform: translate(220%);
        -ms-transform: translate(220%);
        transform: translate(220%);
    }
}
@media screen and (max-width: -1px) {
    .hidden-xs-down {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
    .row .col-sm-offset-0 {
        margin-left: 0;
    }
    .row .col-sm-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .row .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .row .col-sm-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .row .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .row .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row .col-sm-offset-3 {
        margin-left: 25%;
    }
    .row .col-sm-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .row .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .row .col-sm-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .row .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .row .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .row .col-sm-offset-6 {
        margin-left: 50%;
    }
    .row .col-sm-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .row .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .row .col-sm-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .row .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .row .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .row .col-sm-offset-9 {
        margin-left: 75%;
    }
    .row .col-sm-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .row .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .row .col-sm-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .row .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .row .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row .col-sm-offset-12 {
        margin-left: 100%;
    }
    .w-sm-0 {
        width: 0% !important;
    }
    .w-sm-5 {
        width: 5% !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-35 {
        width: 35% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .justify-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}
@media screen and (max-width: 959px) {
    .hidden-md-down {
        display: none !important;
    }
}
@media screen and (min-width: 960px) {
    .hidden-md-up {
        display: none !important;
    }
    .row .col-md-offset-0 {
        margin-left: 0;
    }
    .row .col-md-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .row .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .row .col-md-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .row .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .row .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row .col-md-offset-3 {
        margin-left: 25%;
    }
    .row .col-md-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .row .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .row .col-md-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .row .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .row .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .row .col-md-offset-6 {
        margin-left: 50%;
    }
    .row .col-md-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .row .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .row .col-md-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .row .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .row .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .row .col-md-offset-9 {
        margin-left: 75%;
    }
    .row .col-md-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .row .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .row .col-md-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .row .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .row .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row .col-md-offset-12 {
        margin-left: 100%;
    }
    .w-md-0 {
        width: 0% !important;
    }
    .w-md-5 {
        width: 5% !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .justify-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}
@media screen and (max-width: 1263px) {
    .hidden-lg-down {
        display: none !important;
    }
}
@media screen and (min-width: 1000px) {
    .index-page #firstHero .main_slider {
        width: 77vh;
        height: 50vh;
        left: 66% !important;
    }
}
@media screen and (min-width: 1264px) {
    .index-page #firstHero .main_slider {
        width: 90vh;
        height: 56vh;
        left: 66% !important;
    }
    .hidden-lg-up {
        display: none !important;
    }
    .row .col-lg-offset-0 {
        margin-left: 0;
    }
    .row .col-lg-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .row .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .row .col-lg-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .row .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .row .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row .col-lg-offset-3 {
        margin-left: 25%;
    }
    .row .col-lg-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .row .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .row .col-lg-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .row .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .row .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .row .col-lg-offset-6 {
        margin-left: 50%;
    }
    .row .col-lg-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .row .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .row .col-lg-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .row .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .row .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .row .col-lg-offset-9 {
        margin-left: 75%;
    }
    .row .col-lg-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .row .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .row .col-lg-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .row .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .row .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row .col-lg-offset-12 {
        margin-left: 100%;
    }
    .w-lg-0 {
        width: 0% !important;
    }
    .w-lg-5 {
        width: 5% !important;
    }
    .w-lg-10 {
        width: 10% !important;
    }
    .w-lg-15 {
        width: 15% !important;
    }
    .w-lg-20 {
        width: 20% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-30 {
        width: 30% !important;
    }
    .w-lg-35 {
        width: 35% !important;
    }
    .w-lg-40 {
        width: 40% !important;
    }
    .w-lg-45 {
        width: 45% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-55 {
        width: 55% !important;
    }
    .w-lg-60 {
        width: 60% !important;
    }
    .w-lg-65 {
        width: 65% !important;
    }
    .w-lg-70 {
        width: 70% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !important;
    }
    .w-lg-95 {
        width: 95% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .justify-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}
@media screen and (max-width: 1365px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media screen and (min-width: 1670px ) {
    .index-page #firstHero .main_slider {
        width: 88vh;
        height: 56vh;
        left: 66% !important;
    }
}

@media screen and (min-width: 1590px ) {
    .index-page #firstHero .main_slider {
        width: 90vh;
        height: 57vh;
        left: 66% !important;
    }
}

@media screen and (min-width: 1366px) {
    .hidden-xl-up {
        display: none !important;
    }
    .row .col-xl-offset-0 {
        margin-left: 0;
    }
    .row .col-xl-1 {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .row .col-xl-offset-1 {
        margin-left: 8.33333%;
    }
    .row .col-xl-2 {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .row .col-xl-offset-2 {
        margin-left: 16.66667%;
    }
    .row .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .row .col-xl-offset-3 {
        margin-left: 25%;
    }
    .row .col-xl-4 {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .row .col-xl-offset-4 {
        margin-left: 33.33333%;
    }
    .row .col-xl-5 {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .row .col-xl-offset-5 {
        margin-left: 41.66667%;
    }
    .row .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .row .col-xl-offset-6 {
        margin-left: 50%;
    }
    .row .col-xl-7 {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .row .col-xl-offset-7 {
        margin-left: 58.33333%;
    }
    .row .col-xl-8 {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .row .col-xl-offset-8 {
        margin-left: 66.66667%;
    }
    .row .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .row .col-xl-offset-9 {
        margin-left: 75%;
    }
    .row .col-xl-10 {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .row .col-xl-offset-10 {
        margin-left: 83.33333%;
    }
    .row .col-xl-11 {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .row .col-xl-offset-11 {
        margin-left: 91.66667%;
    }
    .row .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .row .col-xl-offset-12 {
        margin-left: 100%;
    }
    .w-xl-0 {
        width: 0% !important;
    }
    .w-xl-5 {
        width: 5% !important;
    }
    .w-xl-10 {
        width: 10% !important;
    }
    .w-xl-15 {
        width: 15% !important;
    }
    .w-xl-20 {
        width: 20% !important;
    }
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-30 {
        width: 30% !important;
    }
    .w-xl-35 {
        width: 35% !important;
    }
    .w-xl-40 {
        width: 40% !important;
    }
    .w-xl-45 {
        width: 45% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-55 {
        width: 55% !important;
    }
    .w-xl-60 {
        width: 60% !important;
    }
    .w-xl-65 {
        width: 65% !important;
    }
    .w-xl-70 {
        width: 70% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-80 {
        width: 80% !important;
    }
    .w-xl-85 {
        width: 85% !important;
    }
    .w-xl-90 {
        width: 90% !important;
    }
    .w-xl-95 {
        width: 95% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .justify-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
}
@media (min-width: 1366px) {
    .container {
        max-width: 1340px;
        margin: 0 auto;
    }
    h1 .counter,
    h2 .counter,
    h3 .counter {
        position: absolute;
        right: 100%;
        top: 10px;
        margin-right: 20px;
    }
    header .logo::before {
        position: absolute;
        right: 100%;
    }
}
@media (max-width: 768px) {
    header .menu-in.menu-reged .menu-block__header::after {
        display: none;
    }
    header .menu-in.menu-reged .menu-block__header.active,
    header .menu-in.menu-reged .menu-block__header:hover {
        text-decoration: underline;
    }
    header .menu-in.menu-reged .menu-block__header.active::before,
    header .menu-in.menu-reged .menu-block__header:hover::before {
        text-decoration: none;
    }
    header .menu-in .menu-bottom .worksheet {
        width: 100%;
        margin-bottom: 15px;
    }

}

.passed > div:first-child::before {
    background: url(/images/graduation-hat.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    height: 49px;
    left: -35px;
    position: absolute;
    top: -6px;
    width: 71px;
}

@media screen and (max-width: 1199px) {
    .passed > div:first-child::before {
        height: 40px;
        left: -28px;
        width: 62px;
    }
}
.curPointer {
    cursor: pointer !important;
}


.preloader {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    background: #e0e0e0;
    opacity: 0.6;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 1.5s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.check-block {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -60px;
    top: 0px;
    background: url(/assets/images/green-checked.png);
    background-size: cover;
    display:none;
}

.step .check-block {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: 0px;
    background: url(/assets/images/green-checked.png);
    background-size: cover;
    display:none;
}

.spetsPage > .container {
    max-width: 805px;
}

main.site-main.spetsPage {
    background: url(/local/templates/coralclub/css/../img/study-structure-bg.png) repeat-y center top -25px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

h2.stepPageTitle, .stepPageSubTitle {
    font-size: 32px;
    line-height: 32px;
    color: #171717;
}

.stepInfo {
    margin-top: 40px;
    margin-bottom: 55px;
}

.stepInfoText {
    padding-left: 60px;
    font-size: 20px;
    line-height: 31px;
    color: #171717;
}

.stepInfoText b {
    font-weight: bold;
}

.stepLeargingList {
    max-width: 680px;
    margin-left: 30px;
}

.stepLeargingItem {
    box-shadow: 0 10px 20px 0 rgba(227, 99, 169, 0.2);
    background-color: #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 10px;
}

.stepLeargingItem a {
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.stepLeargingImgWrap {
    background: #f5f3fe;
    width: 100%;
    max-width: 150px;
    padding: 60px 0;
    text-align: center;
}

.passed .stepLeargingImgWrap {
    background: #e363a9;
}

.stepLeargingImgWrap svg {
    fill: #163567;
}

.passed .stepLeargingImgWrap svg {
    fill: #fff;
}

.wrapDescMaterial {
    max-width: 430px;
    width: 100%;
    color: #171717;
    padding-left: 43px;
}

.titleMaterial {
    font-size: 24px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    margin-top: 30px;
}

.titleMaterial:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #e363a9;
    bottom: -2px;
    left: 0;
}

.descMaterial {
    margin-top: 13px;
    font-size: 18px;
    line-height: 28px;
}

.points {
    position: sticky;
    top: calc(50% - 21.5px);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #e5dffb;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
    text-align: center;
}

.passed .points {
    background: #e363a9;
}

.points span {
    color: #171717;
    font-weight: 500;
    line-height: 43px;
    font-size: 20px;
}

.passed .points span {
    color: #fff;
}

.points span.pointPlus, .passed .points span.pointNull {
    display: none;
}

.passed .points span.pointPlus {
    display: block;
}

.errorTotalPoints {
    color: #171717;
    padding: 35px 30px;
    font-size: 20px;
    line-height: 31px;
}

.modal-logread .modal-wrapper {
    background: #fff;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
}

.longreadTextWrapper {
    max-width: 746px;
    margin: 40px auto;
}

.longreadTextWrapper p, .longreadTextWrapper ul li {
    font-size: 18px;
    line-height: 31px;
    color: #171717;
}


.longreadTextWrapper ul {
    margin-bottom: 30px;
}

.longreadTextWrapper h2 {
    color: #171717;
    font-size: 24px;
    line-height: 34px;
}

.longreadTextWrapper .longreadTitle {
    font-size: 52px;
    line-height: 50px;
    color: #171717;
    margin-bottom: 54px;
}

.longreadTextWrapper .longreadSubTitle {
    font-size: 32px;
    line-height: 30px;
    color: #171717;
    margin-bottom: 13px;
    border-left: 10px solid #b95b69;
    padding-left: 33px;
}
.dslider-circle {
    min-height: 900px !important;
}

.plate .container textarea {
    min-height: 200px !important;
}
.languageScrloll .list {
    height: auto;
    max-height: 115px !important;
    overflow: hidden;
    overflow-y: scroll;

}
.languageScrloll  .list::-webkit-scrollbar {
    width: 8px;
}
.languageScrloll  .list::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    background-color: #e6e6e6 !important;
    opacity: 0.7 !important;
}
.languageScrloll .list > li {
    margin: 0 !important;
    padding: 0 !important;
    width: 65px !important;
}
span.button {
    font-family: "Bebas Neue", "Roboto", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-right: 10px;
}


.index-page #miniSkills .slides .slide .img img {
    max-width: 350px;
    max-height: 164px;
    top: 45%;
}
.index-page #miniSkills .slides .slide.inactive .img img {
    max-height: 100px;
}
.index-page #miniSkills .slides .slide:nth-child(1) .img img:nth-child(1) {
    max-height: 164px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate(-38%, -50%) rotate(-20.08deg);
    -ms-transform: translate(-38%, -50%) rotate(-20.08deg);
    transform: translate(-38%, -50%) rotate(-20.08deg);
}
.index-page #miniSkills .slides .slide:nth-child(1) .img img:nth-child(2) {
    -webkit-transform: translate(-23%, -64%) scale(0.8);
    -ms-transform: translate(-23%, -64%) scale(0.8);
    transform: translate(-23%, -64%) scale(0.8);
}
.index-page
#miniSkills
.slides
.slide:nth-child(1).inactive
.img
img:nth-child(1) {
    max-height: 82px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.index-page #miniSkills .slides .slide:nth-child(1).inactive .img img.active {
    opacity: 0;
}
.index-page #miniSkills .slides .slide:nth-child(2).inactive .img img {
    max-height: 124px;
    top: 43%;
}
.index-page #miniSkills .slides .slide:nth-child(3) .img img {
    max-height: 172px;
    top: 40%;
}
.index-page #miniSkills .slides .slide:nth-child(3).inactive .img img {
    max-height: 144px;
    top: 40%;
}
.index-page #miniSkills .slides .slide:nth-child(4) .img img {
    max-height: 146px;
    top: 45%;
}
.index-page #miniSkills .slides .slide:nth-child(4).inactive .img img {
    max-height: 100px;
    top: 41%;
}
.index-page #miniSkills .slides .slide:nth-child(5).inactive .img img {
    max-height: 115px;
    top: 41%;
}
.index-page #miniSkills .slides .slide:nth-child(6) .img img {
    max-height: 183px;
    top: 40%;
    left: 53%;
}
.index-page #miniSkills .slides .slide:nth-child(6) .img img:nth-child(1) {
    opacity: 1;
    z-index: 5;
}
.index-page #miniSkills .slides .slide:nth-child(6).inactive .img img {
    max-height: 120px;
    top: 41%;
    left: 50%;
}

.index-page #miniSkills .slides .slide:nth-child(1) .img img:nth-child(1) {
    max-height: 300px;
    top: 50%;
}
.index-page #miniSkills .slides .slide:nth-child(1) .img img:nth-child(2) {
    max-height: 260px;
    height: 260px;
    top: 40%;
}
.index-page #miniSkills .slides .slide:nth-child(2) .img img {
    max-height: 350px;
    height: 350px;
}
.index-page #miniSkills .slides .slide:nth-child(2).inactive .img img {
    top: 33%;
}
.index-page #miniSkills .slides .slide:nth-child(3) .img img {
    max-height: 350px;
    height: 350px;
}
.index-page #miniSkills .slides .slide:nth-child(3).inactive .img img {
    top: 29%;
}
.index-page #miniSkills .slides .slide:nth-child(4) .img img {
    max-height: 235px;
    height: 235px;
}
.index-page #miniSkills .slides .slide:nth-child(4).inactive .img img {
    max-height: 200px;
    height: 200px;
    top: 29%;
}
.index-page #miniSkills .slides .slide:nth-child(5) .img img {
    max-height: 350px;
    height: 350px;
}
.index-page #miniSkills .slides .slide:nth-child(5).inactive .img img {
    top: 29%;
}
.index-page #miniSkills .slides .slide:nth-child(6) .img img {
    max-height: 350px;
    height: 350px;
}
.index-page #miniSkills .slides .slide:nth-child(6).inactive .img img {
    top: 29%;
}
.index-page #miniSkills .slides .slide:nth-child(7) .img img {
    max-height: 350px;
    height: 350px;
}
.index-page #miniSkills .slides .slide:nth-child(7).inactive .img img {
    top: 29%;
}



.index-page
#miniSkills
.slides
.slide:nth-child(6).inactive
.img
img:nth-child(1) {
    opacity: 0;
}
.index-page #miniSkills .slides .slide:nth-child(7).inactive .img img {
    max-height: 120px;
    top: 41%;
}

#fSlides div div.img img {

}
.index-page #firstHero .main_slider {
    position: absolute;
    top: calc(50%) !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}
#form-test span.error {
    position:absolute;
    top: -35px;
    width:350px;
    border:solid #fff 1.5px;
}
@media (max-width: 960px) {
   .block2 {
     width: 95vw;
   }
}


