@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;500;600&display=swap");

.page {
    width: 414px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #f6f6f6;
}
.menu {
    background: #212121;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 43px;
}
.demo-reg__block {
    padding: 20px 0 300px;
    background: url(../images/bg-demo-reg.jpg) bottom center no-repeat;
}
.demo-reg__high-title {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    font-weight: 300;
    color: #222222;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__middle-title {
    font-size: 29px;
    line-height: 37px;
    text-align: center;
    font-weight: 600;
    color: #4faccb;
    margin: 1px 0 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__low-title {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    font-weight: 300;
    color: #222222;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.demo-reg__form {
    margin: 20px 0 0;
}
.form-group {
    margin: 0 auto 10px;
    padding: 0 50px;
    width: 320px;
}
.form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    font-family: "Oswald", sans-serif;
    color: #212121;
    width: 320px;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 18px;
}
.demo-reg__action {
    text-align: center;
}
.demo-reg__button {
    background: linear-gradient(90deg, rgba(242, 0, 148, 0) 0%, #FF0042 100%), #D40041;
    box-shadow: 0px 3px 5px rgba(139, 0, 33, 0.5), 5px 5px 15px rgba(194, 0, 50, 0.5), -5px 5px 15px rgba(194, 0, 47, 0.5);
    border-radius: 50px;
    width: 320px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 34px;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0 none;
    cursor: pointer;
    margin: 0 auto;
}
.demo-reg__button svg {
    margin-left: 10px;
}
.demo-reg__action {
    width: 320px;
    margin: 20px auto 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}
.footer {
    background: #101010;
    position: relative;
    /*margin: 30px 0 0;*/
    margin: 0;
    padding: 35px 45px 48px;
    box-sizing: border-box;
}
.footer:before {
    content: "";
    width: 414px;
    height: 19px;
    background: url(../images/bg-footer.png) center center no-repeat;
    position: absolute;
    z-index: 2;
    top: -18px;
    left: 0;
}
.footer__logo {
    text-align: center;
}
.footer__data {
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 22px;
    color: #BFBFBF;
    font-weight: 300;
    text-align: center;
}
.footer__menu {
    text-align: center;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer__menu-link {
    font-size: 17px;
    line-height: 22px;
    color: #BFBFBF;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
}
.footer__menu-link:hover {
    text-decoration: underline;
}
.footer__payments {
    margin: 20px 0 0;
    text-align: center;
}
.calendar li {
    position: relative;
}
.calendar li svg {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
}
.calendar li {
    border: 0 none
}
.calendar li.blocked {
    cursor: default !important;
}
.calendar li.blocked:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255,255,255,.6);
}
.calendar li.blocked {
    border: 1px solid #cdcdcd !important;
    background: #fff !important;
}
.timer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.timer__item {
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    border-radius: 5px;
    margin-left: 5px;
    width: 53px;
    height: 53px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.timer__item:first-child {
    margin-left: 0;
}
.timer__number {
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #212121;
    font-weight: 600;
    margin: 5px 0 0;
}
.timer__text {
    font-size: 12px;
    line-height: 22px;
    color: #212121;
    font-weight: 100;
    margin: 0;
}
.demo__full-fix-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    background: #EAF8FE;
    padding: 12px 37px;
    box-sizing: border-box;
    z-index: 100;
}
.demo__full-fix-timer {
    margin-right: 6px;
}
.demo__full-fix-button {
    background: #4FACCB;
    box-shadow: 0px 3px 5px rgba(47, 145, 177, 0.3), 5px 5px 15px rgba(79, 172, 203, 0.3), -5px 5px 15px rgba(124, 204, 231, 0.3);
    border-radius: 5px;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 5px;
    border: 0 none;
    cursor: pointer;
    padding: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.demo__full-fix-button svg {
    margin-left: 10px;
}
@media (max-width: 600px) {
    .timer__item {
        width: 41px !important;
    }
    .timer__text {
        font-size: 11px !important;
    }
    .demo__full-fix-button {
        font-size: 18px;
        padding: 10px 7px;
    }
}
@media (min-width: 1024px) {
    .demo__full-fix-mob {
        display: none;
    }
}
.demo__full-desk {
    display: flex;
    justify-content: center;
    /*margin: 25px 0 0;*/
    margin: 8px 0 10px;
}

@media (max-width: 1024px) {
    .demo__full-desk {
        display: none;
    }
}
.deskHeadWrapper {
    display: flex;
    flex-direction: column;
}
.wrapper {
    width: 90%;
}
.info-settings .iimage img {
    height: 100%;
}
.done__fog {
    background: rgba(0,0,0,.45);
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    backdrop-filter: blur(1px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    z-index: 90;
    left: 0;
    top: 0;
}
.done__window {
    z-index: 100;
    background: #fff;
    position: fixed;
    max-width: 646px;
    width: 60%;
    padding: 22px;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
    box-shadow: 0 3px 5px rgba(90,104,108,0.2), 5px 5px 15px rgba(170,180,184,0.2), -5px 5px 15px rgba(179,216,228,0.2);
}
.done__image {
    text-align: center;
}
.done__title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 37px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 19px 0 0;
}
.done__sub {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin: 6px 0 0;
}
.done__action {
    margin: 14px 0 0;
    text-align: center;
}
.done__action a {
    width: 480px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background: linear-gradient(90deg, rgba(242, 0, 148, 0) 0%, #FF0042 100%), #D40041;
    box-shadow: 0px 2px 5px rgb(139 0 33 / 70%), 3px 3px 15px rgb(194 0 50 / 50%), -3px 3px 15px rgb(194 0 47 / 50%);
}

@media (max-width: 1024px) {
    .done__window {
        width: 90%;
    }
    .done__title {
        margin: 5px 0 0;
        font-size: 20px;
    }
    .done__sub {
        font-size: 16px;
    }
    .done__action a {
        width: 90%;
    }
    .demo__full-fix-button {
        font-size: 16px;
    }
}

.demo-reg__high-title {
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    font-weight: 400;
    color: #222222;
}
.demo-reg__middle-title {
    font-size: 29px;
    line-height: 34px;
    text-align: center;
    font-weight: 700;
    color: #4FACCB;
    margin: 0;
}
.demo-reg__low-title {
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    font-weight: 400;
    color: #222222;
    margin: 4px 0 0;
}
.demo-reg__timer {
    background: #EAF8FE;
    padding: 13px 19px;
    display: flex;
    justify-content: space-between;
    width: 318px !important;
    margin: 15px auto 10px !important;
    box-sizing: border-box;
    align-items: center;
}
.demo-reg__title {
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    line-height: 22px;
    text-align: left;
    font-weight: 400;
    color: #212121;
    width: 90px;
}
.demo-reg__timer .timer__number, .demo-reg__timer .timer__text {
    font-family: "Oswald", sans-serif;
}
.demo-reg__timer .timer__list {
    width: 169px;
}
.demo-reg__timer .timer__item {
    width: 50px !important;
}

.for__title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.for__list {
    margin: 25px 0 0
}

.for__item {
    margin: 0 0 15px;
    position: relative;
    padding: 0 0 0 35px;
    width: 282px
}

.for__item img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.for__info {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif !important;
    border: 1px solid #7acccb;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.for__info span {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif !important
}

.get__title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.get__list {
    margin: 17px 0 0
}

.get__item {
    margin: 0 0 10px;
    position: relative
}

.get__item div {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Montserrat',sans-serif !important
}

.get__item div span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif !important
}

.get__item:after {
    content: "";
    height: 100%;
    width: 1px;
    border-left: 1px dashed #4faccb;
    position: absolute;
    z-index: 2;
    left: 5px;
    top: 14px
}

.get__item:last-child:after {
    display: none
}

.get__item:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 4px;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.98564 3.85276C9.95119 3.74668 9.85953 3.66938 9.74918 3.65336L6.64913 3.20288L5.26271 0.393769C5.21338 0.293769 5.11152 0.230469 5.00002 0.230469C4.88849 0.230469 4.78666 0.293769 4.7373 0.393769L3.35082 3.20288L0.250836 3.65336C0.140505 3.66938 0.0488058 3.74669 0.0143528 3.85274C-0.0201197 3.95881 0.00863019 4.07524 0.0884932 4.15307L2.33161 6.33966L1.80216 9.42721C1.78329 9.53713 1.82849 9.64819 1.9187 9.71375C1.96974 9.75082 2.03018 9.76969 2.09093 9.76969C2.13757 9.76969 2.18436 9.75858 2.22722 9.73604L5 8.27827L7.77266 9.73602C7.87139 9.78791 7.99098 9.77928 8.0812 9.71373C8.17141 9.64818 8.21663 9.53709 8.19778 9.42717L7.66815 6.33966L9.91152 4.15305C9.99136 4.07524 10.0201 3.95881 9.98564 3.85276Z' fill='%234FACCB'/%3E%3C/svg%3E%0A")
}

.get__images {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.get__images_mt {
    margin-top: 28px
}

.get__image {
    width: 100px;
    display: block;
    margin: 0 0 10px
}

.get__dates {
    margin: 18px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400
}

.get__action {
    margin: 18px 0 0
}

.content_for {
    padding: 40px 50px;
}

.content_get {
    padding: 37px 40px 57px;
    background: rgba(234,248,254,0.5);
}
.button {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: 600;
    border: 0 none;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 310px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    cursor: pointer;
    font-family: 'Oswald', sans-serif;
}

.button svg {
    margin-left: 10px
}

.button_red {
    background: -webkit-linear-gradient(0,rgba(242,0,148,0) 0,#ff0042 100%),#f70091;
    background: -moz-linear-gradient(0,rgba(242,0,148,0) 0,#ff0042 100%),#f70091;
    background: -o-linear-gradient(0,rgba(242,0,148,0) 0,#ff0042 100%),#f70091;
    background: -ms-linear-gradient(0,rgba(242,0,148,0) 0,#ff0042 100%),#f70091;
    background: linear-gradient(90deg,rgba(242,0,148,0) 0,#ff0042 100%),#f70091;
    -webkit-box-shadow: 0 3px 5px rgba(139,0,33,0.5),5px 5px 15px rgba(194,0,50,0.5),-5px 5px 15px rgba(194,0,47,0.5);
    box-shadow: 0 3px 5px rgba(139,0,33,0.5),5px 5px 15px rgba(194,0,50,0.5),-5px 5px 15px rgba(194,0,47,0.5);
    border-radius: 50px;
    font-size: 22px;
    line-height: 30px;
    color: #fff
}

input[type=text], textarea {
    font-family: 'Montserrat',sans-serif !important;
}
/*input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.1em solid #EAEAEA;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #222222;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}*/

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

label {
    font-size: 13px;
}
.for *, .get * {
    color: #222222;
}
.demo-reg__action_ag {
    text-align: left;
}
.demo-reg__action label input {
    margin-right: 10px;
    float: left;
}
.demo-reg__action label, .demo-reg__action label * {
    color: grey;
}
.popup, .whitePopup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}