.payment {
    width: 100%;
    clear: both;
    padding: 15px 0;
    background-color: #000;
}
.payment .container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.payment .container:after,
.payment .container:before {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}
.payment__icon {
    float: right;
}
.payment__icon ul {
    margin-bottom: 4px;
}
.payment__icon li {
    display: inline-block;
    margin: 0 0 0 5px;
}
.payment__icon img {
    height: 32px;
    width: auto;
}
.payment__text {
    float: left;
}
.payment__text p {
    font-size: 14px;
    margin: 0 0 4px;
    font-family: 'Roboto',sans-serif;
    color: #fff;
}
.payment__button {
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
    float: right;
    outline: none;
    color: #fff;
}
.payment__button:focus {
    outline: none;
}
#animatedModal {
    max-width: 700px;
}
#animatedModal img {
    height: 32px;
}
#animatedModal p {
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 'Roboto',sans-serif;
}
@media (max-width: 1200px) {
    .payment .container {
        max-width: 970px;
    }
}
@media (max-width: 960px) {
    .payment__button {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
    }
    .payment__text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .payment__icon {
        float: none;
    }
    .payment__icon ul {
        margin: 4px 0;
        padding: 0;
        text-align: center;
    }
}


.t-item {
    margin-bottom: 20px;
}
.custom-img-size {
    width: 360px !important;
    padding-bottom: 360px !important;
}

#orderModal .t-submit {
    margin: 10px auto;
    display: block;
    color: #ffffff;
    background-color: #ff0000;
}

#orderModal .t-input-block {
    margin: 10px 0;
    text-align: center;
}

#orderModal .t-input[type="text"] {
    border: 1px solid #dfdfdf;
}

#public-contract {
    margin: 0;
    vertical-align: middle;
}

.fancybox-container {
    z-index: 99999999 !important;
}

@media (max-width: 480px) {
    .course-title-1 {
        left: 10px !important;
    }
    .course-title-2 {
        left: 10px !important;
    }
    .course-title-3 {
        left: 30px !important;
        width: 100% !important;
        top: 160px !important;
    }
    .course-title-3 .tn-atom {
        line-height: 40px !important;
    }
}