@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

*:focus, a:focus {
    outline: none;
    text-decoration: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

html,body{height:100%; min-width: 1343px;}
body { color:#000; font-size: 20px; font-family: 'Exo2-Light', sans-serif; }
.wrapper{min-height:100%}
.header{ height: 108px; position: relative; }
.footer{ height:78px; margin-top:-78px; background: #1f1f1f; }
.appendix{height:78px;clear:both}
.div_header, .div_content, .div_footer { width: 1343px; margin:0px auto; }
.div_header { height: 108px; position: relative; z-index: 99; }
.div_footer { height: 78px; border-bottom: 0px; }
.div_content { float: left; min-width:100%; }
a, a:hover { text-decoration: none; } /* убрать с текста подчеркивание когда в тексте теги - Сафари */
a img { border: none; } /* IE брать рамку с картинки которая в ссылке */
.clr { clear: both; }

/* main */
.moduleIndex { width: 1343px; margin: 0px auto; }

.header-item-back-top {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 47px;
    background: #e73d50;
    z-index: 50;
}

.header-item-back-bottom {
    position: absolute;
    top:47px;
    left:0px;
    width: 100%;
    height: 61px;
    background: #fff;
    z-index: 50;
}

.header-item-top {
    padding-left: 441px;
    height: 47px;
    font-family: 'Exo2-Medium', sans-serif;
    font-size: 14px;
    color: #fff;
    padding-top: 14px;
    text-transform: uppercase;
}

.header-item-top a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.header-item-top a:hover {
    border-bottom: none;
}

.header-item-bottom {
    height: 61px;
    padding-left: 344px;
}

.header-soc-links {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 150;
}

.header-soc-links a {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 47px;
    color: #fff;
    border-left: 1px solid #ee7885;
    transition: all linear 0.2s;
    border-bottom: 1px solid #e73d50;
    font-size: 14px;
}

.header-soc-links a:hover {
    background: #db4354;
    border-bottom: 1px solid #e73d50;
}

.soc-1170 {
    display: none;
}

.header-logo {
    position: absolute;
    top:0px;
    box-shadow: 0px -28px 96px #757575;
}

.text-pre-sing-up {
    padding-right: 15px;
}

ul.menu-header {
    list-style: none;
    height: 61px;
}

ul.menu-header li {
    float: left;
    height: 61px;
    padding-left: 13px;
    padding-right: 13px;
}

ul.menu-header li a {
    font-family: 'Exo2-Regular', sans-serif;
    font-size: 16px;
    color: #080a09;
    text-transform: uppercase;
    float: left;
    width: 100%;
    height: 61px;
    padding-top: 22px;
    border-bottom: 4px solid transparent;
    transition: all .4s;
}

ul.menu-header li.active a {
    border-color: #dd3b4d;
}

ul.menu-header li a:hover {
    border-color: #dd3b4d;
}

.box-slider-out {
    float: left;
    width: 100%;
}

.slick-arrow.slick-next, .slick-arrow.slick-prev {
    display: none !important;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: flex;
    height: 73px;
}

.slider {
    display: flex;
    justify-content: center;
}

.custom-dots-out {
    float: left;
    height: 73px;
    background: rgba(31,42,47,0.5);
    display: flex;
    align-items: center;
    padding: 11px;
}

.custom-dots {
    height: 7px;
    width: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.4;
    /*background-position: 0px -7px;*/
}

ul.slick-dots li:nth-child(2) .custom-dots-out {
    padding-left: 21px;
}

ul.slick-dots li:nth-last-child(2) .custom-dots-out {
    padding-right: 21px;
}

.slick-active .custom-dots {
    opacity: 1;
}

.slider-control-btn {
    width: 72px;
    background: rgba(31,42,47,0.5);
    border:0px;
    color: #fff;
    font-size: 24px;
    outline: none;
    cursor: pointer;
    transition: opacity .4s;
}

.slider-control-btn:hover {
    opacity: 0.8;
}

.slider-prev-slide {
    border-right: 1px solid #495155;
}

.slider-next-slide {
    border-left: 1px solid #495155;
}

.item-slider {
    position: relative;
}

.inner-slider {
    position: absolute;
    top:0px;
    left:0px;
    height: 100%;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-slider-right {
    position: relative;
    width: 1343px;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
}

.box-right-inner {
    background: rgba(62,62,62,0.5);
    width: 665px;
    padding: 90px;
}

.slider-name, .slider-desc-1, .slider-desc-2 {
    float: left;
    width: 100%;
    color: #fff;
}

.slider-name {
    font-family: 'Exo2-Light', sans-serif;
    font-size: 70px;
    margin-bottom: 18px;
}

.slider-desc-1 {
    font-family: 'Exo2-ExtraBold', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

.slider-desc-2 {
    font-family: 'Exo2-Light', sans-serif;
    font-size: 24px;
}

a.btn-slider-link {
    float: left;
    margin-top: 39px;
    background: #b11c89;
    color: #fff;
    width: 192px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Exo2-Medium', sans-serif;
    font-size: 16px;
    transition: all linear 0.2s;
}

a.btn-slider-link:hover {
    background: #92106f;
}


a.btn-slider-link:active {
    outline: none;
    background: #6b0b51;
    box-shadow: none;

}

.box-prod-double-out {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.box-prod-double-inner {
    width: 50%;
}

.box-prod-double-inner-left {
    display: flex;
    justify-content: flex-end;
    padding-right: 110px;
}

.box-prod-double-inner-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-double-left {
    float: left;
    width: 560px;
    padding: 110px 0px;
}

.double-name {
    font-family: 'Exo2-ExtraLight', sans-serif;
    font-size: 48px;
    color: #070908;
    text-transform: uppercase;
    padding-bottom: 50px;
    position: relative;
    line-height: 55px;
}

.line_1 {
    position: absolute;
    left:0px;
    bottom: 0px;
}

.double-text {
    float: left;
    margin-top: 20px;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 20px;
    color: #070908;
    line-height: 33px;
}

.m3-out {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.m3-out .m3-inner {
    font-family: 'Exo2-ExtraLight', sans-serif;
    text-transform: uppercase;
    font-size: 48px;
    color: #000;
}

a.m3-link {
    margin-top: 22px;
    background: #b11c89;
    color: #fff;
    font-family: 'Exo2-Medium', sans-serif;
    font-size: 16px;
    width: 192px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.2s;
}

a.m3-link:hover {
    background: #92106f;
}

a.m3-link:focus, a.m3-link:active {
    background: #640a4b;
}

.box-info-forms-out {
    float: left;
    width: 100%;
    min-height: 550px;
    background: url('../images/shuse.jpg') no-repeat;
    background-size: cover;
}

.box-info-forms-out {
    display: flex;
    width: 100%;
    justify-content: center;
}

.box-info-forms-out .double-name, .box-info-forms-out .double-text {
    color: #fff;
}

.box-info-forms-out .double-name {
    padding-bottom: 10px;
}

.info-forms-btn {
    float: left;
    margin-top: 20px;
}

.box-btns-border {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    min-height: 365px;
    border:35px solid;
    border-color: rgba(117,117,117,0.5);
}

.box-info-forms-out .box-prod-double-inner-right {
    justify-content: flex-start;
}

.box-btns-border-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.form-btn-home {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Exo2-Light', sans-serif;
    color: #fff;
    font-size: 26px;
    width: 331px;
    height: 75px;
    padding-left: 62px;
    transition: all linear 0.2s;
}

.form_link_home_1 {
    background: #b11c89 url('../images/form_link_home_1.png') no-repeat;
}

.form_link_home_1:hover {
    background-color: #be2795;
}

.form_link_home_2 {
    margin-top: 30px;
    background: #525252 url('../images/form_link_home_2.png') no-repeat;
}

.form_link_home_2:hover {
    background-color: #5b5b5b;
}

.home-video-title-box {
    float: left;
    width: 100%;
    font-family: 'Exo2-ExtraLight', sans-serif;
    font-size: 48px;
    color: #070908;
    text-transform: uppercase;
    padding-top: 107px;
    padding-bottom: 46px;
    border-bottom: 1px solid #dbdbdb;
}

.box-home-list-last-news {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.item-last-new {
    position: relative;
    overflow: hidden;
}

.box-name-last-new {
    position: absolute;
    bottom: 0;
    left:0px;
    height: 78px;
    font-family: 'Exo2-ExtraLight', sans-serif;
    color: #1c1c20;
    font-size: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-right: 30px;
}

.news-play {
    position: absolute;
    top:0px;
    right: -78px;
    width: 78px;
    height: 78px;
    background: url('../images/play.png') no-repeat;
}

.box-last-blogs {
    float: left;
    width: 100%;
    background: #ededed;
    margin-top: 118px;
}

.box-last-blogs-inner {
    margin: 0px auto;
    width: 1343px;
}

.home-list-blogs {
    float: left;
    width: 100%;
    margin-top: 60px;
    padding-bottom: 130px;
}

.item-home-blog {
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.item-home-blog img {
    transition: all .4s;
}

.item-home-blog:hover img {
    transform: scale(1.1);
}

.home-bl-desc {
    padding: 30px 30px;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 130px;
}

.home-bl-desc-date {
    font-family: 'Exo2-Regular', sans-serif;
    font-size: 14px;
    color: #e73d50;
}

.home-bl-desc-name {
    float: left;
    width: 100%;
    margin-top: 13px;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 20px;
    color: #1c1c20;
    line-height: 26px;
}

.box-last-blogs .home-video-title-box {
    border-bottom-color: #c7c7c7;
}

.box-last-news .home-video-title-box {
    padding-top: 70px;
    padding-bottom: 85px;
    border-bottom: 0px;
}

.box-home-last-news-out {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box-home-last-news-inner {
    width: 50%;
}

.box-home-last-news-inner:first-child {
    border-right: 1px solid #dbdbdb;
    padding-right: 50px;
}

.box-home-last-news-inner:last-child {
    padding-left: 50px;
}

.last-news-name {
    float: left;
    font-family: 'Exo2-ExtraLight', sans-serif;
    color: #1c1c20;
    font-size: 30px;
}

.last-news-desc {
    float: left;
    width: 100%;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 20px;
    color: #070908;
    line-height: 30px;
    margin-top: 36px;
}

.last-news-author {
    float: left;
    width: 100%;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 14px;
    color: #e73d50;
    margin-top: 12px;
}

a.link-last-news {
    float: left;
    border:2px solid #e73d50;
    width: 188px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Exo2-Medium', sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin-top: 47px;
    transition: all linear 0.2s;
}

a.link-last-news:hover {
    background: #e73d50;
    color: #fff;
}

.pre-footer-home-red {
    float: left;
    width: 100%;
    background: #e73d50;
    /*margin-top: 96px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 79px;
    padding-bottom: 85px;
    padding-left: 20px;
    padding-right: 20px;
}

.slogan {
    text-align: center;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    margin-top: 28px;
}

.link-red-sing-up {
    width: 192px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-family: 'Exo2-Medium', sans-serif;
    font-size: 16px;
    color: #141414;
    margin-top: 28px;
    transition: all linear 0.2s;
}

.link-red-sing-up:hover {
    color: #fff;
    background: #141414;
}

.footer-content {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-content .menu-header {

}

.footer-content ul.menu-header li a {
    color: #fff;
    padding-top: 34px;
    height: 78px;
}

.footer-soc {
    display: flex;
    align-items: center;
    height: 78px;
    font-family: 'Exo2-Regular', sans-serif;
    color: #fff;
    font-size: 16px;
}

.footer-soc span {
    padding-right: 20px;
}

.footer-soc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border:1px solid #6b6b6b;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transition: all linear 0.2s;
}

.footer-soc-link:hover {
    background: #fff;
    color: #1f1f1f;
}

.footer-soc .footer-soc-link:last-child {
    margin-left: 11px;
}

.moduleInner {
    float: left;
    width: 100%;
}

.container {
    width: 1343px; margin: 0px auto;
}

.inner-header-box {
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 290px;
}

.inner-header-box h1 {
    font-family: 'Exo2-Light', sans-serif;
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    line-height: 85px;
}

.box-inner-video .home-video-title-box {
    padding-top: 79px;
    padding-bottom: 49px;
}

.box-inner-video .box-home-list-last-news {
    padding-bottom: 64px;
}

.box-inner-video .item-last-new {
    float: left;
    margin-bottom: 48px;
}

.item-last-new img {
    width: 100%;
    transition: all .4s;
}

.item-last-new:hover img {
    transform: scale(1.1);
}

.body-bg-silver {
    background: #ededed;
}

.box-inner-video .item-home-blog {
    /*float: left;*/
    margin-bottom: 51px;
    height: 410px;
}

.box-inner-video .home-list-blogs {
    padding-bottom: 12px;
}

.pagination-box {
    float: left;
    padding-bottom: 80px;
}

.pagination-box ul {
    list-style: none;
}

.pagination-box ul li {
    float: left;
    height: 37px;
}

.pagination-box ul li a {
    font-family: 'Exo2-Light', sans-serif;
    font-size: 20px;
    color: #a3a3a3;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 8px;
    transition: all linear 0.2s;
}

.pagination-box ul li a:hover {
    color: #313131;
}

a.pagination-circle {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border:2px solid #ccc;
    border-radius: 50%;
    color: #ccc;
}

.pagination-box ul li a.pagination-circle:first-child {
    margin-right: 10px;
}

.pagination-box ul li a.pagination-circle:last-child {
    margin-left: 10px;
}

a.active-pagination {
    color: #e63b4e !important;
    font-family: 'Exo2-Medium', sans-serif !important;
}

a.pagination-circle:hover {
    background: #ccc;
    color: #313131;
}

.box-inner-page .home-video-title-box {
    position: relative;
    padding-top: 66px;
    border-bottom: 0px;
    margin-bottom: 28px;
}

.page-text {
    float: left;
    width: 100%;
    color: #070908;
    font-family: "Exo2-Regular", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    padding-bottom: 111px;
}

.page-text p {
    padding-bottom: 20px;
}

.page-text h2 {
    color: #070908;
    font-family: 'Exo2-Light', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
    padding-bottom: 41px;
}

.page-text h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Exo2-Bold', sans-serif;
    padding-bottom: 41px;
}

.page-soc-btn-out {
    float: left;
    width: 100%;
    margin-top: 60px;
}

a.page-soc-btn {
    float: left;
    width: 317px;
    height: 88px;
    border: 3px solid #e0e0e0;
    background-color: rgba(59, 89, 152, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all linear 0.2s;
    margin-right: 22px;
}

.circle-page-soc {
    color: #fff;
}

.psf {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background: #395999;
    border-radius: 50%;
    border-color: #395999;
    border:2px solid;
}

.pst {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    background: #16a2f3;
    border-radius: 50%;
    border-color: #16a2f3;
    border:2px solid;
}

a.page-soc-btn span:last-child {
    padding-left: 16px;
    text-transform: uppercase;
    color: #070908;
    font-size: 20px;
    font-family: 'Exo2-Medium', sans-serif;
}

a.link_psf:hover {
    background: #395999; ;
}

a.link_psf:hover .psf {
    border-color: #fff;
}

a.link_psf:hover span:last-child {
    color: #fff;
}

a.link_pst:hover {
    background: #16a2f3; ;
}

a.link_pst:hover .psf {
    border-color: #fff;
}

a.link_pst:hover span:last-child {
    color: #fff;
}

.box-menu-right {
    float: left;
    width: 100%;
    margin-top: 76px;
    background: #e73d50;
    padding: 10px 0px;
}

.box-menu-right ul {
    list-style: none;
    padding: 0px;
}

.box-menu-right ul li {
    float: left;
    width: 100%;
    height: 44px;
}

.box-menu-right ul li a {
    float: left;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0px 36px;
    display: flex;
    align-items: center;
    transition: all linear 0.2s;
}

.box-menu-right ul li a:hover,
.box-menu-right ul li.active a {
    background: #b22737;
}

.page-list-programs {
    float: left;
    width: 100%;
    padding-top: 79px;
    padding-bottom: 70px;
}

.item-program {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 589px;
    margin-bottom: 84px;
}

page-list-programs .item-program:nth-child (odd) {
    float: left;
}

page-list-programs .item-program:nth-child (even) {
    float: right;
}

.program-item-bottom {
    display: flex;
    min-height: 91px;
    justify-content: space-between;
}

.name-program-item {
    display: flex;
    align-items: flex-end;
    font-size: 30px;
    color: #1c1c20;
    font-family: 'Exo2-ExtraLight', sans-serif;
    line-height: 34px;
    padding-right: 50px;
}

.price-program-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 193px !important;
    background: #b11c89;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Exo2-Bold', sans-serif;
    height: 100%;
}


.item-program:hover .price-program-item {
    background: #e324b0;
}

.name-program-item, .price-program-item {
    height: 91px;
}

.date-program-item {
    position: absolute;
    top: 10px;
    left: -20px;
    color: #fff;
    font-size: 16px;
    font-family: 'Exo2-Bold', sans-serif;
    height: 49px;
    display: flex;
    align-items: center;
    padding-left: 45px;
    padding-right: 19px;
    text-transform: uppercase;
    background: #e73d50 url('../images/shape-2.png') no-repeat;
    background-position: 14px 17px;
}

.page-product {
    float: left;
    width: 100%;
    padding-top: 109px;
    padding-bottom: 129px;
}

.product-image, .just-payment, .product-price {
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.just-payment {
    color: #151515;
    font-size: 48px;
    font-family: 'Exo2-ExtraLight', sans-serif;
    margin-top: 30px;
}

.product-price {
    color: #e73d50;
    font-size: 48px;
    font-family: 'Exo2-Bold', sans-serif;
    margin-top: 15px;
}

.box-product-form {
    float: left;
    width: 100%;
    border-top: 1px solid #cacaca;
    margin-top: 44px;
    padding-top: 50px;
}

.box-product-form-inner {
    float: left;
    width: 100%;
    background: #e73d50;
    padding: 45px 60px;
}

.name-form-text {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo2-ExtraLight', sans-serif;
}

.box-product-form-inner table {
    float: left;
    width: 100%;
}

.box-product-form-inner table td {
    padding-bottom: 20px;
}

.input-product, .textarea_product {
    float: left;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
    color: #0f0f0f;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    border:0px;
    height: 52px;
    padding: 0px 20px;
    outline: none;
}

.input-product:focus, .textarea_product:focus {
    background-color: #dbdbdb;
}

input::placeholder {
    color: #9a9a9a;
}

.textarea_product {
    height: 115px;
    resize: none;
    padding: 10px 20px;
}

.input-product::-webkit-input-placeholder, .textarea_product::-webkit-input-placeholder {
    color: #0f0f0f;
}
.input-product::-moz-placeholder, .textarea_product::-moz-placeholder {
    color: #0f0f0f;
}
.input-product:-ms-input-placeholder, .textarea_product:-ms-input-placeholder {
    color: #0f0f0f;
}
.input-product:-moz-placeholder, .textarea_products:-moz-placeholder {
    color: #0f0f0f;
}

.btn_pay_now {
    float: left;
    width: 192px;
    height: 68px;
    background: #b11c89;
    color: #fff;
    font-size: 16px;
    font-family: 'Exo2-Medium', sans-serif;
    border:0px;
    text-transform: uppercase;
    outline: none;
    margin-top: 11px;
    transition: all linear 0.2s;
}

.btn_pay_now:hover {
    background: #92106f;
}

.box-product-desc-full {
    float: left;
    width: 100%;
    color: #070908;
    font-size: 20px;
    line-height: 31px;
    padding-left: 20px;
}

.box-product-desc-full p:first-child strong {
    margin-top: 0px;
}

.box-product-desc-full strong {
    float: left;
    width: 100%;
    color: #070908;
    text-transform: uppercase;
    font-size: 44px;
    font-family: 'Exo2-ExtraLight', sans-serif;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 36px;
    margin-top: 40px;
    line-height: 45px;
}

.box-product-desc-full b {
    font-weight: bold;
}

.box-product-desc-full ul {
    padding-left: 13px;
    list-style-image: url('../images/ul_list.png');
    padding-top: 20px;
}

.box-product-desc-full ul li {
    padding-left: 7px;
    line-height: 24px;
    padding-bottom: 15px;
}

.page-contact {
    float: left;
    width: 100%;
    display: flex;
}

.page-contact-inner {
    padding-top: 78px;
}

.page-contact .page-contact-inner:first-child {
    width: 45%;
}

.page-contact .page-contact-inner:last-child {
    width: 55%;
}

.page-contact .page-contact-inner:last-child {
    background: #e73d50;
}

.page-contact-inner-2 {
    float: right;
    width: 673px;
}

.contact-name-field {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Exo2-ExtraLight', sans-serif;
}

.contact-text-field {
    float: left;
    width: 100%;
    display: table;
    justify-content: space-between;
    margin-top: 30px;
}

.contact-text-field-inner {
    display: table-cell;
    vertical-align: top;
    font-size: 24px;
    font-family: 'Exo2-Light', sans-serif;
    line-height: 32px;
}

.contact-text-field .contact-text-field-inner:last-child {
    padding-left: 24px;
}

.contact-marker {
    float: left;
    width: 27px;
    height: 36px;
    background: url('../images/marker.png') no-repeat;
    margin-top: 6px;
}

.contact-phone {
    float: left;
    width: 27px;
    height: 36px;
    background: url('../images/phone.png') no-repeat;
    margin-top: 6px;
}

.phone-field-title {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.page-contact-inner-form {
    float: left;
    width: 860px;
    padding-left: 85px;
    padding-bottom: 140px;
}

.contact-form-name {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo2-ExtraLight', sans-serif;
    font-size: 48px;
}

.contact-form-name table td {
    padding: 10px;
    padding-bottom: 20px;
}

.btn_close_form {
    border:4px solid #ee7583;
    background: none;
}

.btn_close_form:hover {
    background: none;
}

.item-home-blog img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    flex-shrink: 0;
}

.btn-mob-menu {
    display: none;
}

.mob-menu-list {
    display: none;
}

.box-modal .btn_pay_now {
    margin-right: 20px;
}

/* Responsive */

@media screen and (max-width: 1600px) {
    .page-contact-inner-form {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    .page-contact .page-contact-inner:first-child {
        width: 50%;
    }
    .page-contact .page-contact-inner:last-child {
        width: 50%;
    }
    .page-contact-inner-2 {
        width: 100%;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1400px) {
    .moduleIndex {
        width: 100%;
    }
    .box-home-video {
        padding: 0px 20px;
    }
    .item-last-new {
        margin-bottom: 25px;
    }
    .box-home-last-news-out {
        padding: 0px 20px;
    }
    .div_footer {
        padding: 0px 20px;
    }
    .inner-header-box {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 1350px) {
    html, body {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .div_header, .div_content, .div_footer {
        width: 100%;
    }
    .box-prod-double-inner-left {
        padding-right: 20px;
    }
    .box-double-left {
        width: auto;
        padding-left: 20px;
    }
    .box-prod-double-inner.box-prod-double-inner-right {
        padding: 20px;
    }
    .box-btns-border {
        width: 100%;
        padding: 30px;
    }
    .box-info-forms-out {
        min-height: auto;
    }
    .m3-out .m3-inner {
        font-family: 'Exo2-Medium', sans-serif;
    }
    .box-last-blogs-inner {
        width: 100%;
    }
    .box-last-blogs {
        padding: 0px 20px;
    }
    .home-video-title-box {
        text-align: center;
    }
    .moduleInner .container {
        width: 100%;
    }
    .date-program-item {
        left: 0px;
    }
    .page-product {
        padding: 40px 20px;
    }
    .product-image img {
        width: 100%;
    }
}

@media screen and (max-width: 1250px) {
    .box-home-list-last-news {
        display: flex;
        justify-content: center;
    }
    .box-home-video .home-video-title-box {
        text-align: center;
    }
    .footer-content .footer-content-inner:first-child {
        display: none;
    }
    .footer-content .footer-content-inner {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header-item-bottom {
        display: flex;
        justify-content: center;
        padding-left: 0px;
    }
    .header-logo img {
        width: 137px;
    }
    .header-item-top {
        padding-left: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .page-list-programs {
        display: flex;
        justify-content: center;
        padding: 50px 20px;
    }
    .name-program-item {
        font-size: 20px;
        line-height: 22px;
    }
    .price-program-item {
        width: 145px;
    }
    .page-list-programs .col-md-12 {
        display: flex;
        justify-content: center;
    }
    .item-program img {
        width: 100%;
    }
    .box-product-desc-full {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1170px) {
    .item-home-blog {
        margin-bottom: 35px;
    }
    .home-list-blogs {
        padding-bottom: 70px;
    }
    .box-last-blogs .home-video-title-box {
        padding-top: 50px;
    }
    .box-last-blogs {
        margin-top: 50px;
    }
    .inner-slider-right {
        justify-content: center;
    }
    .page-contact {
        flex-direction: column;
    }
    .page-contact .page-contact-inner:first-child, .page-contact .page-contact-inner:last-child {
        width: 100%;
    }
    .page-contact .page-contact-inner:first-child {
        text-align: center;
    }
    .page-contact-inner {
        padding: 40px 20px;
    }
    .contact-text-field .contact-text-field-inner:last-child {
        padding-left: 0px;
    }
    .contact-marker, .contact-phone {
        display: none;
    }
    .contact-form-name table {
        width: 100%;
    }
    .page-contact-inner-form {
        padding-bottom: 0px;
    }
    .page-text {
        padding-bottom: 70px;
    }
    .box-inner-page .col-lg-3 {
        display: none;
    }
    .inner-header-box h1 {
        font-size: 31px;
        line-height: 42px;
    }
    .box-product-desc-full {
        padding-left: 0px;
    }
    #modal-question {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .double-name {
        font-size: 30px;
        line-height: 37px;
    }
    .box-double-left {
        padding: 30px 20px;
    }
    .box-prod-double-inner-left {
        padding-right: 0px;
    }
    .box-info-forms-out {
        flex-direction: column;
    }
    .box-prod-double-inner.box-prod-double-inner-left, .box-prod-double-inner.box-prod-double-inner-right {
        width: 100%;
    }
    .box-prod-double-inner.box-prod-double-inner-left {
        padding-top: 50px;
    }
    .box-prod-double-inner.box-prod-double-inner-right {
        padding-bottom: 50px;
    }
    .box-info-forms-out .double-name, .box-info-forms-out .double-text {
        text-align: center;
    }
    .info-forms-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .inner-header-box {
        height: 160px;
    }
    .home-list-blogs {
        display: flex;
        justify-content: center;
    }
    .pagination-box {
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #modal-question table tr, #modal-question table td {
        float: left;
        width: 100%;
    }
    .modal-custom {
        padding: 40px 20px;
        padding-top: 70px;
    }
    .modal-name {
        font-size: 25px;
    }
    #modal-refera {
        width: 100%;
    }
    #modal-refera table tr, #modal-refera table td {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .header-item-bottom {
        display: none;
    }
    .header-soc-links {
        right: 47px;
    }
    .header-soc-links a:last-child {
        border-right: 1px solid #ee7885;
    }
    .btn-mob-menu {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        width: 47px;
        height: 47px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 150;
    }
    .btn-mob-men:hover {
        background: #db4354;
    }
    .header, .div_header {
        height: 47px;
    }
    .header-item-back-bottom {
        display: none;
    }
    .mob-menu-list {
        position: absolute;
        top: 47px;
        left:0px;
        width: 100%;
        z-index: 150;
        background: #fff;
        padding: 10px;
        border: 2px solid #e73d50;
    }
    .mob-menu-list ul li {
        float: left;
        width: 100%;
        text-align: center;
    }
    .mob-menu-list ul li a {
        float: left;
        width: 100%;
        color: #000;
        padding: 15px;
        border-radius: 3px;
    }
    .mob-menu-list ul li a:hover {
        background: #f7dfed;
    }
    .page-text img {
        width: 100%;
        height: auto;
        display: inline;
    }
}

@media screen and (max-width: 720px) {
    .double-name {
        text-align: center;
    }
    .line_1 {
        left:50%;
        margin-left: -63px;
    }
    .double-text {
        text-align: center;
        margin-bottom: 0px;
    }
    .box-prod-double-out {
        flex-direction: column;
    }
    .box-prod-double-inner {
        width: 100%;
    }
    .box-prod-double-out .box-prod-double-inner:last-child {
        padding: 100px 0px;
    }
    .box-prod-double-out .double-name {
        padding-bottom: 25px;
    }
    .box-btns-border {
        min-height: auto;
        padding-top: 50px;
    }
    .item-last-new img {
        width: 100%;
    }
    .box-home-last-news-inner {
        padding: 0px !important;
        width: 100%;
        margin-bottom: 55px;
        border:0px !important;
    }
    .box-home-last-news-out {
        flex-direction: column;
    }
    .box-home-last-news-inner:last-child {
        padding-left: 0px;
    }
    .title-list-news2 {
        padding-bottom: 43px !important;
    }
    .box-home-last-news-inner .last-news-name {
        text-align: center;
        font-size:  22px;
        font-weight: bold;
    }
    .a.link-last-news {
        margin-top: 32px;
    }
    .link-last-news-out {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .slogan {
        font-size: 22px !important;
    }
    .pre-footer-home-red {
        margin-top: 15px;
    }
    .box-right-inner {
        width: 100%;
        padding: 35px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .slider-name {
        font-size: 55px;
    }
    .slider-name, .slider-desc-1, .slider-desc-2 {
        text-align: center;
    }
    .inner-slider-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .inner-header-box h1 {
        font-size: 31px;
        line-height: 40px;
    }
    .home-video-title-box {
        font-size: 30px;
    }
    .contact-form-name tr, .contact-form-name td {
        float: left;
        width: 100%;
    }
    .contact-name-field {
        font-size: 30px;
    }
    .contact-text-field-inner {
        font-size: 20px;
    }
    .page-text h2 {
        font-size: 31px;
    }
    a.page-soc-btn {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
    }
    .just-payment, .product-price {
        font-size: 32px;
        text-align: center;
    }
    .name-form-text {
        font-size: 35px;
    }
    .box-product-form-inner {
        padding: 30px;
    }
    .box-product-desc-full strong {
        font-size: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 680px) {
    .text-pre-sing-up {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .box-modal .btn_pay_now {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    a.form-btn-home {
        width: 260px;
    }
    .box-btns-border {
        border: 0px;
        border-top: 15px solid rgba(117,117,117,0.5) !important;
    }
    .box-name-last-new {
        position: relative;
        padding-right: 0px;
        justify-content: center;
        font-size: 21px;
    }
    .news-play {
        display: none;
    }
    .home-video-title-box {
        font-size: 33px;
        padding-top: 53px;
    }
    .program-item-bottom {
        flex-direction: column;

    }
    .name-program-item {
        align-items: center;
        justify-content: center;
        padding-right: 0px;
    }
    .price-program-item {
        width: 100%;
    }
    .price-program-item {
        height: 70px;
    }
}

@media screen and (max-width: 430px) {
    .box-btns-border {
        min-height: auto;
    }
    .header-soc-links {
        display: none;
    }
    .btn-mob-menu {
        border-left: 1px solid #ee7885;
    }
    .btn_pay_now {
        width: 100%;
    }
}

.help-block {
    color: #fff;
    font-size: 12px;
}

.modal-video-title-box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

.modal-video-media-box iframe {
    width: 720px;
    height: 370px;
}

.breadcrumbs {
    display: flex;
    color: #fff;
}

.breadcrumbs a {
    color :#fff;
}

.breadcrumbs a:hover {
    opacity: 0.7;
}

.breadcrumbs li {
    display: flex;
}

.breadcrumbs li:after {
    content: '/';
    margin: 0 15px;
    display: block;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.box-modal {
    color: #fff;
}

.box-modal form {
    overflow: hidden;
}

.box-modal .modal-name {
    float: none;
}

.box-modal .form-group {
    margin-bottom: 20px;
    overflow: hidden;
}

.box-inner-page img {
    max-width: 100%;
}

.arcticmodal-close:hover {
    opacity: 0.8;
}

.page-list-programs img {
    height: 350px;
    object-fit: cover;
}
.btn-discount-apply {
    background: #b11c89;
    color: #fff;
    font-size: 16px;
    font-family: 'Exo2-Medium', sans-serif;
    border: 0px;
    text-transform: uppercase;
    outline: none;
    transition: all linear 0.2s;
    padding: 0px 40px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.item-slider {
    height: 820px;
}

@media screen and (max-width: 768px){
    .item-slider {
        height: 500px;
        background-position: center;
    }
    .inner-slider {
        bottom: 50px;
        height: auto;
    }
}

.product-image img {
    max-width: 100%;
}


.cookies {
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  box-shadow: 0 0 18px rgba(0,0,0,.2);
  padding: 25px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  box-sizing: border-box
}

.cookies.show-cookies {
  -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 320px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 320px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}

.cookies .buttons a {
  min-height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  text-align: center;
  justify-content: center;
}



.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.cookie-modal .modal-footer {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}

.cookie-modal .btn-red,
.cookie-modal .btn-white {
  min-height: 45px;
  min-width: 120px;
  padding: 0 10px !important;
  display: inline-flex;
  align-items: center;
  min-width: 100%;
  margin: 5px 0;
  justify-content: center;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  display: table;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
}

.cookie-modal .modal-body .collapse-title {
  border-bottom: 1px solid #333;
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
}

.cookie-modal .modal-body .collapse-title span {
  color: #ed1f24;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
  border: 1px solid #d8d8d8;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}


.btn.btn-black {
background: #18181a;
font-size: 14px;
color: #fff;
position: relative;
}


.btn span {
position: relative;
z-index: 3;
display: inline-flex;
text-align: center;
}

.btn.btn-bordered:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 0;
background: #18181a;
z-index: 2;
transition: height 0.3s ease;
}


.cookie-modal .modal-body .collapse-title {
    border: none;
    background: none;
border-bottom: 1px solid #333;
min-height: 50px;
padding: 0 15px;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
font-weight: bold;
}


.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-modal .modal-title {
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
}

input:checked + .slider {
  background-color: #ed1f24;
}

input:focus + .slider {
  box-shadow: 0 0 1px #194586;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#checkout-form .form-group:after {
  content: none;
}

.cookie-modal .modal-dialog {
    max-width: 600px;
}

.cookie-modal .modal-content {
    padding: 25px !important;
}

.cookie-modal .modal-footer .btn {
  min-height: 50px;
  min-width: 250px;
  text-align: center;
  line-height: 50px;
  width: auto;
  display: table;
  margin: 5px 0;
}

@media screen and (max-width: 991px) {
  .cookies {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
  }
  .cookies .cookie-left {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
  }
  .cookies .cookie-left .title {
    font-size: 18px;
  }
  .cookies .cookie-left span {
    font-size: 14px;
  }
  .cookies .buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cookies .settings {
    font-size: 16px;
    margin: 0 0 10px;
  }
}


@media (max-width: 767px) {
  .cookie-modal .modal-body .title {
    font-size: 16px;
  }
  .cookie-modal .modal-body .description {
    font-size: 14px;
  }
  .cookie-modal .btn-black {
    margin: 5px 0;
    min-width: 100%;
  }
  .cookie-modal .modal-body {
    padding: 10px 5px;
  }
  .cookie-modal .left-side,
  .cookie-modal .left-side.collapsed {
    font-size: 12px;
    text-align: left;
  }
  .cookie-modal .modal-body .collapse-title span {
    font-size: 10px;
    font-size: 13px;
  }
  .cookie-modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
  }
}  

.btn.btn-bordered:after {
    display: none;
}


.btn.accept {
   background: #e73d50 !important;
}


.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.alert {
padding: 15px;display: flex;align-items: center;
}
.alert button {display: none;}
.alert.alert-success {
    background-color: rgb(159, 231, 163);
}
}