.mainHeader ul, .mainHeader2 ul {
    margin: 0;
    padding: 0
}

.mainHeader .contact, .mainHeader2 .contact {
    position: relative;
    right: auto;
    margin-top: 0
}

.mainHeader .contact .cta, .mainHeader2 .contact .cta {
    margin-left: 0
}

section.content .callToAction form button, section.content .callToAction form input {
    width: 300px
}

.mainHeader .content .buttons a, .mainHeader2 .content .buttons a {
    margin: 0;
    cursor: pointer;
    margin-right: 1em;
    display: inline-block
}

.mainHeader .content .buttons span, .mainHeader2 .content .buttons span {
    margin: 0;
    font-family: MullerBlack, sans-serif
}

body {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


header .menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%
}

header .menu {
    margin: 0;
    padding: 0 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header .menu li {
    margin: 0;
    margin-top: 1em;
    padding: 0 1em
}

header .menu li a {
    display: inline-block;
    font-family: MullerBlack, sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    padding-bottom: .2em;
    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
}

header .menu li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
    width: 100%;
    height: 2px;
    background: #f0e610;
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out;
    transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

header .menu li a.active, header .menu li a:hover {
    color: #f0e610
}

header .menu li a.active::before, header .menu li a:hover::before {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

header .contact {
    text-align: center
}

header .contact a {
    margin: 0
}

header .contact .phone {
    display: block;
    margin-bottom: .5em;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

header .contact .phone:hover {
    text-decoration: none;
    color: #f0e610
}

header .contact .cta {
    display: inline-block;
    cursor: pointer;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

header .contact .cta:hover {
    background: #f2e928
}

.content .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0
}

.content .buttons span {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    padding: 0;
    font-size: 3em
}

.delivery h3, .page h3 {
    font-size: 1.3em;
    font-family: MullerBlack, sans-serif
}

.delivery ul li, .page ul li {
    list-style: none
}

.delivery ul li span, .page ul li span {
    font-family: MullerBlack, sans-serif
}

.delivery p i, .page p i {
    text-decoration: underline
}

.delivery p b, .page p b {
    font-family: MullerBlack, sans-serif
}

.df {
    display: flex;
    flex-wrap: wrap;
}
.df .page.song {
    flex: 0 0 50%;
    margin-left: 10%;
}
.df .enot {
    flex: 0 0 40%;
    align-self: flex-end;
}
.page.song p {
    font-size: 1.2em;
}
.page.song .song-text {
    margin-bottom: 2em;
}
.page.song ul {
    padding: 0;
    margin: 0 -.5em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}
.page.song ul li {
    margin: 0 .5em;
}

.page.song a {
    margin-top: 10px !important;
    border-radius: 41px;
    box-shadow: 5.18182px 5.18182px 5.73px rgba(6, 0, 60, 0.25), 1.03636px -4.14545px 20.7273px rgba(255, 244, 0, 0.22)
}

.page.song .help {
    background: #CA2CEE;
    box-shadow: 4.12541px 4.12541px 16.5017px #06003C, 2px 0px 16.5017px rgba(202, 44, 238, 0.52);
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    margin-top: 30px !important;
    line-height: 1 !important;
    height: auto !important;
}
.df .enot img {
    max-width: 300px;
}


.enot.help {
    margin-top: 30px;
}
.page.tech {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2
}

.page.tech .break {
    display: inline-block
}

.video-block {
    margin-top: 3em;
    margin-bottom: 2em
}

.video-block iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.video-block .col-lg-2 img {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 10px;
    cursor: pointer
}

.video-block .col-lg-2 img:not(:last-child) {
    margin-bottom: .5em
}

@media screen and (max-width: 1199.98px) {

    header .menu {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
        flex: 1 1 60%
    }

    header .menu li a {
        font-size: .9em
    }
}

@media screen and (max-width: 991.98px) {

    header .contact {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: left
    }

    header .menu {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 2em;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header .menu li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }

    .df .page.song {
        flex: 0 0 100%;
        margin-left: 0;
    }
    .enot.song, .enot.help {
        display: none !important;
    }

    .page.tech {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1
    }
}

@media screen and (max-width: 767.98px) {

    .video-block {
        margin-top: 1em
    }

    .video-block iframe {
        min-height: 500px
    }

    .video-block .col-lg-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .video-block .col-lg-2 img {
        display: block;
        width: 100%;
        height: 150px;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 1em
    }

    .video-block .col-lg-2 img:not(:last-child) {
        margin-bottom: 1em;
        margin-right: .5em
    }
}

@media screen and (max-width: 576.98px) {
    header {
        padding: 30px 0 0 0
    }

    header .menu li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .buttons span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: .5em !important;
        font-size: 2.5em !important
    }

    .mainHeader .content .languages, .mainHeader2 .content .languages {
        padding-right: 10px
    }
    .page.song p {
        font-size: 1.1em;
    }
    .page.song ul {
        display: block;
    }
    .page.song ul li {
        margin: 0;
        margin-top: 10px;
    }

    .video-block iframe {
        min-height: 200px
    }

    .video-block .col-lg-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .video-block .col-lg-2 img {
        -webkit-box-flex: 0;
        -webkit-flex: 0 48%;
        -ms-flex: 0 48%;
        flex: 0 48%;
        height: 120px
    }

    .video-block .col-lg-2 img:not(:last-child) {
        margin-bottom: 1em;
        margin-right: 0
    }
}

.modal .modal-content {
    background-color: #f5f5f5;
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 350px;
    text-align: center;
    border: 0;
    border-radius: 6px;
    position: relative
}

.modal .modal-content .close {
    position: absolute;
    color: #fff;
    background: #6610f2;
    top: 0;
    right: 0;
    padding: .5em;
    border-radius: 0 4px 0 0;
    font-size: 1em;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    z-index: 2;
    text-shadow: none;
    opacity: 1;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.modal .modal-content .close:hover {
    background: #610deb
}

.modal .modal-content .modal-body.done {
    opacity: 0
}

.modal .modal-content .modal-body p {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: .5em
}

.modal .modal-content .modal-body .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1em 0
}

.modal .modal-content .modal-body .form-row input {
    border: 1px solid #9ba5ae;
    border-radius: 4px;
    background: #fff;
    color: #666;
    line-height: 1;
    font-size: 1em;
    width: 100%;
    padding: .5em 1em;
    margin: 0 auto;
    margin-bottom: 1em
}

.modal .modal-content .modal-body .form-row .btn {
    width: 100%;
    font-size: 1em;
    margin: 0 auto;
    background: #212529;
    color: #fff;
    border: 1px solid #0a0c0d;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.modal .modal-content .modal-body .form-row .btn:hover {
    background: #0a0c0d
}

.modal .modal-content .modal-body .form-row .btn:disabled {
    background: #9ba5ae;
    border: 1px solid #9ba5ae
}

.modal .modal-content.policy {
    font-size: .7em
}

.modal .modal-content.policy p {
    font-weight: 400;
    text-transform: none
}

.modal .modal-content.policy ul {
    margin: 10px;
    padding: 0
}

.modal .modal-content.policy ul li {
    font-size: 1em;
    text-align: left;
    list-style: none;
    margin: 0
}

.policy__checked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    padding-left: 3em
}

.policy__checked.left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 300px
}

.policy__checked .radio input {
    display: none
}

.policy__checked .radio label {
    font-size: .8em;
    line-height: 1.3;
    text-align: left;
    position: relative;
    padding: 1em 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.policy__checked .radio label:before {
    content: '';
    position: absolute;
    left: -45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 30px;
    height: 30 xp;
    border: 1px solid #212529;
    padding: 15px;
    cursor: pointer
}

.order-form .policy__checked .radio label:before {
    border: 1px solid #fff;
}

.policy__checked .radio input:checked + label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMCAgICBjLTkuOTk4LDkuOTk3LTkuOTk4LDI2LjIwNSwwLDM2LjIwM2wxMzUuOTk0LDEzNS45OTJjOS45OTQsOS45OTcsMjYuMjE0LDkuOTksMzYuMjA0LDBMNTA0LjUwMiwxMTEuNyAgICBDNTE0LjUsMTAxLjcwMyw1MTQuNDk5LDg1LjQ5NCw1MDQuNTAyLDc1LjQ5NnoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzIxMjUyOSIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+)
}

.order-form .policy__checked .radio input:checked + label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MiA0OTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5MiA0OTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDg0LjEyOCwxMDQuNDc4bC0xNi4xMTYtMTYuMTE2Yy01LjA2NC01LjA2OC0xMS44MTYtNy44NTYtMTkuMDI0LTcuODU2Yy03LjIwOCwwLTEzLjk2NCwyLjc4OC0xOS4wMjgsNy44NTYgICAgTDIwMy41MDgsMzE0LjgxTDYyLjAyNCwxNzMuMzIyYy01LjA2NC01LjA2LTExLjgyLTcuODUyLTE5LjAyOC03Ljg1MmMtNy4yMDQsMC0xMy45NTYsMi43OTItMTkuMDI0LDcuODUybC0xNi4xMiwxNi4xMTIgICAgQzIuNzg0LDE5NC41MSwwLDIwMS4yNywwLDIwOC40N2MwLDcuMjA0LDIuNzg0LDEzLjk2LDcuODUyLDE5LjAyOGwxNTkuNzQ0LDE1OS43MzZjMC4yMTIsMC4zLDAuNDM2LDAuNTgsMC42OTYsMC44MzYgICAgbDE2LjEyLDE1Ljg1MmM1LjA2NCw1LjA0OCwxMS44Miw3LjU3MiwxOS4wODQsNy41NzJoMC4wODRjNy4yMTIsMCwxMy45NjgtMi41MjQsMTkuMDI0LTcuNTcybDE2LjEyNC0xNS45OTIgICAgYzAuMjYtMC4yNTYsMC40OC0wLjQ2OCwwLjYxMi0wLjY4NGwyNDQuNzg0LTI0NC43NkM0OTQuNjI0LDEzMi4wMSw0OTQuNjI0LDExNC45NjYsNDg0LjEyOCwxMDQuNDc4eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=)
}


.order-form {
    position: relative
}

.pay-modal, .pay-nomodal {
    margin-top: 2em;
    font-size: 1rem
}

.pay-modal span, .pay-nomodal span {
    margin-bottom: .5em;
    display: block;
    text-transform: none !important;
    font-size: .9em;
    font-weight: 400;
    color: #666
}

.pay-modal .total, .pay-nomodal .total {
    color: #212529;
    font-size: 1em
}

.pay-modal .total b, .pay-nomodal .total b {
    font-weight: 700
}

.pay-modal .btn, .pay-nomodal .btn {
    cursor: pointer !important;
    display: block;
    width: 100%;
    font-size: 1em;
    margin: 0 auto;
    margin-top: 1em;
    background: #7e18f1;
    color: #fff !important;
    padding: .8em;
    font-weight: 700;
    border: 1px solid #710ee2;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.pay-modal .btn:hover, .pay-nomodal .btn:hover {
    background: #710ee2
}

.pay-modal small, .pay-nomodal small {
    display: block;
    text-transform: none !important;
    text-align: right;
    margin-top: 3em;
    font-size: .7em;
    line-height: 1.3;
    color: #888
}

.request_callback__footer {
    display: none;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 2em;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.request_callback {
    display: none;
    background: #eee;
    padding: 30px;
    border-radius: 10px;
    width: 360px;
    text-align: center
}

.no-modal {
    -webkit-transition: opacity .3s ease, max-height .3s ease;
    -o-transition: opacity .3s ease, max-height .3s ease;
    transition: opacity .3s ease, max-height .3s ease
}

.no-modal.done {
    opacity: 0;
    display: none
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

body {
    opacity: 1
}
