﻿.black-table-bordered td, .black-table-bordered th {
    padding: 5px;
    border: 1px solid black;
}

.row.buttons-menu {
    margin-top: 30px;
}

/*from layout*/
/* позиционирование кнопок на моб*/
.calculate-position {
    position: absolute;
    left: -192px;
}

.updates-position {
    position: absolute;
    left: -127px;
    top: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    max-width: 24px;
    max-height: 24px;
}

.status-btn-position {
    position: absolute;
    /*z-index: 9999;*/
    left: -192px;
    top: 124px;
}

/* xs (<=543px) */
@media (max-width: 575px) {
    /*Убираем иконки youtube vk и окно notifyjs-corner с моб.  */
    #youtube, #vk {
        display: none;
    }

    .notifyjs-corner {
        display: none;
    }

    #updates-btn {
        left: 15px;
        top: 90px;
    }

    .updates-btn-two {
        top: 84px !important;
        /* left: 79px !important;*/
    }

    #updates-text {
        display: none;
    }

    #calculate-button-text {
        display: none !important;
    }
}

/* sm (>=576 и <=767) */
@media (min-width: 576px) and (max-width: 767px) {
    #updates-btn {
        left: 15px;
        top: 90px;
    }

    .updates-btn-two {
        top: 84px !important;
        /*  left: 79px !important;*/
    }

    #updates-text {
        display: none;
    }

    #calculate-button-text {
        display: none !important;
    }
}

/* md (>=768 и <=991) */
@media (min-width: 768px) and (max-width: 991px) {

    .calculate-position {
        left: -70px;
        top: 20px;
    }

    #updates-btn {
        left: 15px;
        top: 90px;
    }

    .updates-btn-two {
        top: 84px !important;
        /*left: 79px !important;*/
    }

    #updates-text {
        display: none;
    }

    #calculate-button-text {
        display: none !important;
    }

    #check-status-btn {
        display: none !important;
    }
}

/* lg (>=992 и <=1199) */
@media (min-width: 992px) and (max-width: 1199px) {
    #updates-text {
        display: inline-block !important;
    }

    .updates-position {
        left: 79px;
    }

    #calculate-button-text {
        display: none !important;
    }

    .status-btn-position {
        left: 17px;
        top: 149px;
    }

    .status-btn-position-two {
        top: 124px !important;
    }
}



/* xl (>=1200) */
@media (min-width: 1200px) and (max-width: 1269px) {


    .updates-position {
        left: 78px;
    }

    .status-btn-position {
        left: 17px;
        top: 149px;
    }

    .status-btn-position-two {
        top: 124px !important;
    }
}


@media (min-width: 1270px) and (max-width: 1534px) {
    /* позиционирование кнопок на моб*/
    .calculate-position {
        left: -70px !important;
    }

    .updates-position {
        left: -7px !important;
    }


    .status-btn-position {
        left: -70px !important;
    }
}

@media (min-width: 1535px) and (max-width: 1739px) {
    /* позиционирование кнопок на моб*/
    .status-btn-position {
        left: -100px !important;
    }

    .calculate-position {
        left: -100px !important;
    }

    .updates-position {
        left: -35px !important;
    }
}

@media (max-width: 1739px) {

    #calculate-button-text {
        display: none !important;
    }
}

#updates-text {
    text-decoration: none;
    color: white;
    padding: 10px;
    font-size: 20px;
    margin-top: 5px;
}
#calculate-button-text {
    cursor: pointer;
    font-weight: bold;
    color: #000;
}
#youtube img, #vk img {
    width: 80px;
    height: 80px;
}

/*from layout - end*/
.body-intend {
    padding: 15px;
}

#news-modal img {
    object-fit: contain;
}

.modal {
    text-align: center;
}

.modal-dialog {
    text-align: left;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

/*.modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
}*/

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    display: inline;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.clickable {
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.howItWork {
    overflow: hidden;
    /*padding-bottom: 200px;*/
}

#mode-select {
    margin-top: 10px;
}

.instructional-videos {
    width: 100%;
}

.instructional-videos__header {
    width: 100%;
    text-align: center;
}

.instructional-videos__items {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(360px, 45%));
    grid-gap: 15px;
    /*    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    flex-direction: row;
*/
}

.instructional-videos__item {
    align-self: center;
    min-width: 360px;
    /*width: 35%;*/
    margin: 10px 10px;
}

.instructional-videos__title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.instructional-videos__url {
    width: 100%;
    padding: 25% 0;
    box-sizing: border-box;
    position: relative;
}

    .instructional-videos__url > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.instructional-videos__text {
    text-align: center;
    font-size: 20px;
}

ul {
    padding: revert;
}

ol {
    padding: revert;
}

* {
    padding: 0;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    /*font-family: sans-serif;*/
    /*cursor: default;*/
}


a {
    cursor: pointer;
}


body {
    overflow-x: hidden;
}

    body.feedback_show {
        overflow: hidden;
    }

    body img {
        max-width: 100%;
    }

input {
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    min-height: 33px;
    font-size: 16px;
}

    input[type=text], input[type=submit], input[type=button], textarea {
        -webkit-appearance: none;
    }

#video1, #video2, #video3 {
    display: none;
}

.video_in_home {
    max-width: 100%;
}

.header {
    background: url(/img/bg.min.jpg) no-repeat center;
    background-size: cover;
    background-color: #202123;
}

#toptech {
    position: absolute;
    right: 0;
}

.fancybox-wrap {
    top: 20% !important;
}

.statistic .result-item img {
    width: 20px;
    height: 20px;
}

.statistic .result-item span {
    text-align: left;
}

.block-3 .lblock {
    width: 100%;
}

    .block-3 .lblock .toDowm {
        bottom: -210px !important;
    }

.top {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo {
    width: 200px;
    display: inline-block;
    /* float: left; */;
}

    .logo a {
        background: url(/img/logo.png) no-repeat;
        display: inline-block;
        width: 179px;
        height: 68px;
    }

.topMenu {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.buttons-menu {
    justify-content: center;
}

ul.normal-menu-wrap {
    padding: initial !important;
}

.normal-menu-wrap ul {
    padding: initial !important;
}

.menu_mob_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    right: 0;
    top: calc(72px / 2 - 20px);
    cursor: pointer;
    z-index: 9999;
}

    .menu_mob_btn span {
        position: absolute;
        background: #ff645f;
        cursor: pointer;
        width: 100%;
        height: 4px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

        .menu_mob_btn span:nth-child(1) {
            top: 3px;
        }

        .menu_mob_btn span:nth-child(2) {
            top: 17px;
        }

        .menu_mob_btn span:nth-child(3) {
            bottom: 3px;
        }

    .menu_mob_btn.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 18px;
    }

    .menu_mob_btn.open span:nth-child(2) {
        display: none;
    }

    .menu_mob_btn.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 18px;
    }

.topMenu > menu {
    background: #ffffff;
    margin-top: 20px;
    z-index: 999;
    padding: 0;
}

.topMenu menu li {
    list-style: none;
    display: block;
}

    .topMenu menu li:last-child {
        padding-right: 0;
    }

    .topMenu menu li menu li {
        padding-left: 15px;
        width: 100%;
    }

        .topMenu menu li menu li a:before {
            content: '>';
            font-weight: 900;
            font-family: 'calibri';
            margin-right: 5px;
        }

    .topMenu menu li a {
        position: relative;
        display: block;
        color: #333333;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 10px;
    }

        .topMenu menu li a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            transition: .5s;
        }

        .topMenu menu li a:hover {
            color: #fc635e;
        }

            .topMenu menu li a:hover:after {
                background: #fc635e;
            }

    .topMenu menu li:hover > menu, .topMenu menu li menu:hover {
        display: block !important;
        z-index: 1;
    }

.centerHeader {
    border: 1px dashed #7d7d7d;
    /* padding: 10px; */
    margin: 0;
    text-align: center;
}

    .centerHeader h1 {
        color: #fc635e;
        font-size: 27px;
        text-transform: uppercase;
        font-weight: 300;
    }

    .centerHeader h3 {
        color: white;
        font-size: 23px;
        font-weight: 100;
    }

.bodyBlock {
    padding: 15px;
}

.downloadFile, .downloadFile-invert, .downloadFile-lg, .btn-outline, .downloadFile-lg-invert, .downloadFile-sm, .downloadFile-sm-invert {
    text-decoration: none;
    cursor: pointer;
    color: #fc635e;
    display: inline-block;
    border: 1px solid #fc635e;
    border-radius: 5px;
    padding: 9px 13px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.downloadFile-lg, .downloadFile-lg-invert {
    font-size: 18px;
    padding: 6px 36px;
    border-width: 2px;
}

.downloadFile-sm, .downloadFile-sm-invert {
    padding: 6px 10px;
}

.downloadFile-lg.bigger, .downloadFile-lg-invert.bigger {
    font-size: 20px;
    padding: 10px 36px;
    border-width: 2px;
}

.downloadFile:hover, .downloadFile-lg:hover, .btn-outline:hover {
    background: #fc635e;
    color: white;
}

.downloadFile-invert, .downloadFile-lg-invert, .downloadFile-sm-invert {
    background: #fc635e;
    color: white;
}

    .downloadFile-invert:hover, .downloadFile-lg-invert:hover, .downloadFile-sm-invert:hover {
        background: none;
        color: #fc635e;
    }

    .downloadFile-invert.disabled, .downloadFile-lg-invert.disabled, .downloadFile-invert.disabled:hover, .downloadFile-lg-invert.disabled:hover, .downloadFile-sm-invert.disabled, .downloadFile-sm-invert.disabled:hover {
        background: #d68785;
        color: white;
    }

.btn-outline:hover .arrow-right {
    border-color: #fff;
}

.mouse {
    width: 120px;
    height: 345px;
    display: inline-block;
    position: absolute;
    background: url(/img/mouse.png);
    right: 238px;
    bottom: -309px;
}

.position-relative {
    position: relative;
}

.toDowm {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fc635e;
    color: #fc635e;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    padding-top: 3px;
}

    .toDowm:hover {
        color: white;
        background: #fc635e;
    }

    .toDowm:after {
        content: '↓';
    }

.h2Block h2 {
    color: #b1b1b1;
    font-size: 23px;
    text-transform: uppercase;
}

.h1Block h1 {
    color: #b1b1b1;
    font-size: 23px;
    text-transform: uppercase;
}

section {
    padding: 50px 0;
    overflow: visible;
}

.prices {
    overflow-x: visible;
}

.h2Block {
    text-align: center;
}

    .h2Block hr {
        color: #b1b1b1;
        width: 183px;
        display: inline-block;
    }

    .h2Block h2 span {
        color: #fc635e;
    }

.h1Block {
    text-align: center;
}

    .h1Block hr {
        color: #b1b1b1;
        width: 183px;
        display: inline-block;
    }

    .h1Block h1 span {
        color: #fc635e;
    }

section p {
    color: #adadad;
    font-size: 20px;
    text-align: center;
    padding: 25px;
}

.povisit {
    background: url(/img/povisit.jpg) no-repeat center;
    background-size: cover;
    overflow-x: visible;
}

    .povisit h2 {
        color: white;
        font-size: 27px;
        text-transform: uppercase;
        font-weight: 300;
    }

.why_block {
    text-align: center;
}

    .why_block h3 {
        color: #868686;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 300;
        padding-top: 15px;
    }

    .why_block hr {
        color: #b1b1b1;
        width: 60px;
        display: inline-block;
    }

    .why_block span {
        color: #adadad;
        font-size: 15px;
        display: block;
        padding-top: 15px;
    }

.about {
    background: #f2f2f2;
}

section h4 {
    color: #868686;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
}

.about p {
    text-align: left !important;
    padding: 10px 0;
}

.showMore {
    color: #fc635e;
}

    .showMore:hover {
        text-decoration: none;
    }

.prices p {
    text-align: right;
    padding: 10px 0;
}

.footer {
    background: url(/img/footer.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 63px 0;
    top: auto;
    bottom: 0%;
    padding-top: 30px;
    margin-bottom: 0px;
    will-change: width, margin-right, right, transform, opacity, left, height;
}

.leftFooter a {
    background: url(/img/logo-mini.png) no-repeat;
    width: 250px;
    height: 100px;
    display: inline-block;
}

.centerFooter {
    color: white;
}

.rightFooter h3 {
    color: white;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
}

.rightFooter a {
    color: white;
    font-size: 19px;
    text-decoration: none;
    font-weight: 300;
    padding: 10px 0;
    display: inline-block;
}

.rightFooter p {
    color: white;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
}

.insideBlockDoveryaut {
    background: #ff635e;
    margin-top: 55px;
    margin-bottom: 55px;
    border-radius: 8px;
}

.leftBlockDoveraut {
    text-transform: uppercase;
    font-size: 30px;
    color: white;
}

.rightBlockDoveraut {
    text-transform: uppercase;
    font-size: 30px;
    color: white;
}

.feedbackBlock,
.feedbackBlockInfo {
    text-align: left;
    text-transform: uppercase;
    background: #ffffff;
    padding: 5px 15px 9px;
    color: #393939;
    font-size: 18px;
    border-radius: 5px;
}

    .feedbackBlock span a,
    .feedbackBlockInfo span a {
        text-decoration: none;
        font-size: 10px;
        color: #393939 !important;
    }

.topPage, .feedbackBtn {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    z-index: 1000;
    position: fixed;
    padding: 5px 10px;
    margin-right: -15px;
    bottom: 52px;
    border: 2px solid #fc635e;
    color: #fc635e;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    font-size: 22px;
}

    .topPage:hover, .feedbackBtn:hover {
        color: white;
        background: #fc635e;
    }

.feedbackBtn {
    width: 150px;
    right: 50px;
}

.feedback_parent {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.topPage {
    left: 50px;
}

.why img {
    transition: 0.6s;
}

    .why img:hover {
        transform: rotateY(180deg);
    }

.smallMenu {
    background-position: center top !important;
    padding-bottom: 30px;
}

.ordedRow {
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}

    .ordedRow:nth-child(3),
    .ordedRow:nth-child(4) {
        border-bottom: none;
        padding-bottom: 0;
    }

    .ordedRow > div:nth-child(1),
    .ordedRow > div:nth-child(2) {
        text-align: center;
    }


        .ordedRow > div:nth-child(2) h2 span {
            color: #fc635e;
            font-size: 23px;
            text-transform: uppercase;
        }

        .ordedRow > div:nth-child(2) span {
            color: #adadad;
            font-size: 15px;
            text-align: center;
        }

.rowIn {
    margin-bottom: 15px;
}

    .rowIn > div:nth-child(1) {
        color: #939393;
        font-size: 24px;
        text-transform: uppercase;
        text-align: center;
    }

    .rowIn > div:nth-child(2) select {
        border: 1px solid #b7bbc9;
        border-radius: 3px;
        font-size: 24px;
        padding: 2px 2px;
        color: #b7bbc9;
    }

    .rowIn > div:nth-child(2) input[type=email] {
        border: 1px solid #b7bbc9;
        border-radius: 3px;
        font-size: 24px;
        padding: 2px 2px;
        color: #b7bbc9;
    }

    .rowIn .title {
        font-size: 24px !important;
        color: #000 !important;
        text-align: right !important;
    }

        .rowIn .title.social-title {
            font-size: 18px !important;
            text-align: left !important;
        }

.sysAntiplagiat label {
    font-size: 15px;
}

.sysAntiplagiat div {
    text-align: left !important;
}

.sysAntiplagiat input {
    min-height: unset;
}

/*.sysAntiplagiat > div {
	text-align: left;
	color: #939393;
	width: initial !important;
}*/
.rowIn .descr {
    color: #939393 !important;
    font-size: 15px !important;
    text-transform: initial !important;
    text-align: left !important;
}

.order-Enable {
    text-decoration: none;
    cursor: pointer;
    background: #fc635e;
    color: white;
    font-size: 23px;
    display: block;
    border: none;
    padding: 24px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    white-space: normal;
}

    .order-Enable:hover {
        background: #DB4944;
    }

    .order-Enable[disabled], .order-Enable[disabled]:hover {
        cursor: default;
        background: #9e8483;
    }

.order-Disable {
    text-decoration: none;
    background: #9e8483;
    color: white;
    font-size: 23px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 24px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

.hiddenStep {
    overflow: hidden;
    height: 96px;
}

.garantLi li {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    list-style: none;
    padding-left: 50px;
    padding-bottom: 15px;
    line-height: 21px;
    min-height: 55px;
    background: url(/img/good.png) no-repeat;
}

.priceBlock {
    border: 1px solid #8e8e8e;
    margin-top: 30px;
}

.itemPriceBlock {
    text-align: center;
}

.swlFlyout_content {
    margin: 0;
    width: 468px;
    background-color: #fc635e;
    padding-left: 100px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-radius: 1px solid black;
    border-radius: 2%;
    background: url("../img/logo-white-border.png") no-repeat 22px center #fc635e;
    color: white !important;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    z-index: 9999 !important;
}

.swlFlyout {
    border: none !important;
    background: none !important;
    width: 606px !important;
    min-width: 606px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .swlFlyout .arrow::after {
        border-top-color: #fc635e !important;
    }

.itemPriceBlock.basicProcessing {
    min-width: 300px;
    border-right: 1px solid #000;
}

.itemPriceBlock .headerTitle {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
}

.headerTitle.professionalProcessing {
    position: absolute;
    width: 500%;
}

    .headerTitle.professionalProcessing .stars {
        height: 20px;
        margin-left: -3rem;
        margin-right: 3rem;
    }

.itemPriceBlock .footerPrice {
    border-top: 1px solid #000;
    padding: 8px;
    font-weight: 800;
    font-size: 18px;
}

.footerPrice .price {
    font-size: 24px;
}

    .footerPrice .price.marked {
        color: #fff;
        background: #fc635e;
        display: inline-block;
        padding: 0 0.2em;
    }

.footerPrice .old-price {
    text-decoration: line-through;
    font-style: italic;
    color: #8e8e8e;
}

@media (max-width: 991px) {
    .headerTitle.professionalProcessing {
        width: 100%;
    }

        .headerTitle.professionalProcessing .stars {
            display: block;
            margin: -20px auto 0;
        }

    .itemPriceBlock.basicProcessing {
        border-right-width: 0;
        margin-bottom: 40px;
        border-bottom: 1px solid #000;
    }
}

.headerPrice {
    background: #8e8e8e;
    width: 100%;
    padding: 8px 0;
    color: white;
    font-size: 18px;
}

.bodyPrice {
    padding: 25px 0;
    font-size: 18px;
    position: relative;
}

.priceBlock.second-block .bodyPrice {
    padding: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bodyPrice .price {
    font-size: 35px;
    color: #37322d;
    font-weight: bold;
}

    .bodyPrice .price.marked {
        color: #fff;
        background: #fc635e;
        display: inline-block;
        padding: 0 0.2em;
    }

.bodyPrice .old-price {
    text-decoration: line-through;
    font-style: italic;
    color: #8e8e8e;
}

.sdsd {
    display: block;
    padding-bottom: 30px !important;
}

    .sdsd a {
        color: #fc635e;
    }

        .sdsd a:hover {
            text-decoration: none;
        }

.showVideo {
    text-decoration: none;
    cursor: pointer;
    color: #fc635e;
    display: inline-block;
    border: 1px solid #fc635e;
    border-radius: 5px;
    padding: 11px 12px 12px 38px;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    text-transform: uppercase;
    background: url(/Img/play_button.png) no-repeat;
    background-size: 20px;
    background-position: 12px 11px;
}

    .showVideo:hover {
        color: white;
        background: #fc635e url(/img/play_button_hover.png) no-repeat;
        background-size: 20px;
        background-position: 12px 11px;
    }

#video {
    width: 560px;
    height: 315px;
    display: none;
}

.articleBlock {
    width: 100%;
    padding: 30px 0;
}

.leftArticleBlock {
    display: inline-block;
    width: 260px;
    margin-right: 20px;
    float: left;
    min-height: 500px;
}

.howItWork {
    min-height: 500px;
}

.rightArticleBlock {
    display: inline-block;
    width: 655px;
    float: right;
}

.leftArticleBlock ul li {
    list-style: none;
    padding-bottom: 10px;
}

    .leftArticleBlock ul li a {
        color: #ff645f;
        text-decoration: underline;
        cursor: pointer;
    }

        .leftArticleBlock ul li a:hover {
            text-decoration: none;
        }

.itemArticle {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.linkNewsText {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #ff645f;
}

.descrNews, .descrNews p {
    color: #adadad !important;
    line-height: 21px !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0px !important;
}

.rightArticleBlock .itemArticle:nth-child(3n+3) {
    margin-right: 0 !important;
}

.itemArticle a:hover {
    text-decoration: none;
}

.leftArticleBlock a.active {
    text-decoration: none !important;
}

.detailArticlePage, .detailArticlePage p {
    color: #adadad !important;
    line-height: 21px !important;
    font-size: 16px !important;
    text-align: left !important;
    padding: 0px 0px 10px 0px !important;
}

.rightArticleBlock a {
    color: #ff645f;
    text-decoration: underline;
    cursor: pointer;
}

    .rightArticleBlock a:hover {
        text-decoration: none !important;
    }

.activeTopMenu {
    color: #fc635e;
    border-bottom: 3px solid #fc635e;
}

.processingSenderOrder {
    margin-left: 40px;
    text-align: center !important;
}

.discountBlock {
    background: url(/img/studDiscount.jpg) no-repeat center;
    margin-bottom: 30px;
    height: 178px;
    width: 635px;
    margin: 50px auto 0px;
}

.imgDiscount {
    display: inline-block;
    float: left;
    padding-top: 10px;
}

.bodyDiscount {
    display: inline-block;
    float: left;
    margin-left: 30px;
    padding-top: 30px;
}

.discountBlock h2 {
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
}

.bodyDiscount label {
    display: none;
}

#defaultCountdown {
    width: 240px;
    height: 45px;
}

#defaultCountdown {
    width: 240px;
    height: 45px;
    margin-left: 65px;
}

.lestTop {
    background: #c52020;
    color: white;
    position: fixed;
    top: 22px;
    FONT-SIZE: 20PX;
    left: -59px;
    z-index: 100;
    cursor: pointer;
    padding: 5px 69px;
    font-weight: BOLD;
    text-transform: uppercase;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(-43deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
}

.errorMsgEmail {
    color: red;
    padding: 5px 0;
}

* {
    outline: none;
}

/*.errorPayBlock a {
	color: #fc635e;
}

.errorPayBlock a:hover {
	text-decoration: none;
}*/

.adminArticleList {
    width: 100%;
    border-spacing: 0;
    margin: 50px 0;
}

    .adminArticleList td {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .adminArticleList a {
        color: #fc635e;
    }

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
    width: 100%;
    height: 100%;
    background: rgba(152, 145, 145, 0.6);
    display: none;
}

.labelLoader-header {
    color: #26c987;
    text-transform: uppercase;
    font-weight: bold;
}

.labelLoader-body {
    color: #817979;
    font-size: 1rem;
}

.labelLoader-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.labelLoader-content_image {
    margin-left: 2%;
}

.labelLoader-content_text {
    display: flex;
    flex-direction: column;
    /*margin-left: 9%;*/
}

.labelLoader-fileName {
    font-size: 1rem;
    color: #817979;
    font-weight: bold;
}

.labelLoader-image {
    width: 64px;
    height: 64px;
}

.loaderFormWhite {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0;*/
    z-index: 10000;
    background-color: white;
    background-repeat: no-repeat;
    background-position: 277px 34px;
    padding: 26px 20px 20px;
    border: 2px solid #2196f3;
    outline: 5px solid white;
}

.statistic {
    margin: 25px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-transform: initial;
}

.succesPayBlock {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(152, 145, 145, 0.6);
}

.succesPayWhite {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 10000;
    padding-top: 16px;
    background-color: white;
    background-size: 83px;
    background-position: top center;
    background-repeat: no-repeat;
}

.modal {
    position: fixed;
    background: rgba(152, 145, 145, 0.6);
    /*display: none;*/
    visibility: hidden;
    overflow: auto;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.show {
        visibility: visible;
        /*display: block;*/
    }

.modalBgWhite {
    max-width: 100%;
    width: 600px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 50px 40px;
}

.modalTitle {
    text-align: center;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
}

.modalContent {
    text-align: center;
    font-size: 19px;
    color: #333;
}

.panel-articles {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    align-items: center;
}

.closeBtn {
    max-width: 30px;
    float: right;
    background: #ccc;
    border-radius: 50px;
    right: 1rem;
    top: 1rem;
    line-height: 13px;
    text-align: center;
    padding: 5px;
    font-size: 17px;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    cursor: pointer;
    z-index: 100;
    margin-top: -60px;
    margin-right: -60px;
    text-decoration: none;
}

/*progress bar*/
#loaderProgress, #loaderProgressUnique, #loaderBar, #loaderBarUnique, #loaderBarProcess, #loaderBar__encod, #loaderProgress__encod, #loaderBarProcess__encod {
    height: 5px;
    border-radius: 2px;
}

#loaderProgress, #loaderProgressUnique, #loaderProgress__encod {
    background-color: #e2e9ef;
}

#loaderBar, #loaderBarUnique, #loaderBarProcess, #loaderBar__encod, #loaderBarProcess__encod {
    background-color: #26c987;
    width: 0;
    margin-top: -5px;
    -o-transition: width 0.5s linear;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
}

#loaderBar2, #loaderBar2Unique, #loaderBarProcess2, #loaderBar__encod2, #loaderBarProcess__encod2 {
    color: #26c987;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

.loaderBarPersentage {
    text-align: center;
    line-height: 30px;
    color: #26c987;
    font-size: 36px;
    min-width: 100px;
}

#loaderProgressBlock, #loaderProgressBlockUnique, #loaderProgressBlockProcess, #loaderProgressBlock__encod {
    width: 100%;
}

.loaderBar__span {
    font-size: 15px !important;
    margin-top: 10px !important;
}

.loaderBarHeight {
    height: 20px;
}

.aboutPagesBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(152, 145, 145, 0.6);
}

.aboutPagesWhite {
    width: 1000px;
    max-width: 100%;
    background-color: white;
    padding: 30px;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    z-index: 10000;
}

    .aboutPagesWhite li {
        list-style-type: decimal;
        margin-bottom: 8px;
    }

/*Feedback Form Block*/
#feedbackBlockInfo {
    margin-top: -140px !important;
}

#feedbackBlock,
#feedbackBlockInfo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    background: #fff;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    z-index: 99;
    -webkit-box-shadow: 0 0 0 20000px rgba(0,0,0,.75);
    box-shadow: 0 0 0 20000px rgba(0,0,0,.75);
}

#application span {
    padding: 5px;
}

#application,
.headerfb {
    position: relative;
    margin: 0 auto;
    text-align: left;
}

.headerfb {
    margin-bottom: 10px;
    width: 160px;
}

    .headerfb span {
        padding: 5px;
    }

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn {
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    text-decoration: none;
}

.btn-send {
    margin: 5px;
}

#applicationName, #applicationEmail, #applicationOrder, #applicationTextarea {
    width: 250px;
    height: 30px;
    padding: 5px;
    margin: 5px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

#applicationName, #applicationEmail, #applicationOrder {
    width: 225px !important;
    display: inline-block;
}

#applicationTextarea {
    height: 150px;
    text-align: left;
    padding: 5px 5px 5px 12px;
}

#feedbackBlock .headerfb span, #feedbackBlockInfo .headerfb span {
    font-size: 22px !important;
}

#applicationName:focus, #applicationEmail:focus, #applicationOrder:focus, #applicationTextarea:focus {
    border: 1px solid #30ad64;
}

::-webkit-input-placeholder {
    color: #9b9b9b;
    font-family: 'PT Sans', sans-serif;
}

::-moz-placeholder {
    color: #9b9b9b;
    font-family: 'PT Sans', sans-serif;
}
/* Firefox 19+ */

:-moz-placeholder {
    color: #9b9b9b;
    font-family: 'PT Sans', sans-serif;
}
/* Firefox 18- */

:-ms-input-placeholder {
    color: #9b9b9b;
    font-family: 'PT Sans', sans-serif;
}

::placeholder {
    color: #9b9b9b;
}

.applicationButton {
    margin-top: 25px;
    background: #30ad64;
    border: none;
    width: 100%;
    height: 73px;
    border-radius: 40px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    cursor: pointer;
}

    .applicationButton:hover {
        background: #d68c18;
    }
/*--loader-------------------------------------------------------------*/
.loader-wrap {
    width: 730px;
    background-color: white;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -324px;
    margin-top: -70px;
    z-index: 10000;
    border: 2px solid #89cee6;
}

.loader-progress, .loader-result {
    padding: 10px;
}

.loader-progress {
    background-color: #fff;
    padding: 40px 40px 40px 0px;
}

.loader-result {
    background-color: #f3f7fa;
}

.loader-col-1 {
    padding: 0px 40px 0px 40px;
    min-width: 22px;
}

.loader-col-2 {
    width: 100%;
}

.progress-info-label, .progress-info-filename, .progress-info-bar {
}

.progress-info-label {
    font-size: 20px;
    line-height: 1.5em;
}

.progress-info-filename {
    line-height: 1.5em;
    font-size: 24px;
    font-weight: bold;
}

.progress-info-bar {
    margin-top: 10px;
}

.result-title {
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-left: 5px;
}

.result-title {
    text-transform: uppercase;
}

.result-row {
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1.5em;
}

.result-col {
}
/*--flexbox-------------------------------------------------------------*/
/*.container-row {
	display: flex;
	flex-flow: row;
}

.container-column {
	display: flex;
	flex-flow: column;
}

.container-column {
	flex-direction: column;
}

.content-start {
	justify-content: flex-start;
}

.content-end {
	justify-content: flex-end;
}

.content-center {
	justify-content: center;
}

.content-space-between {
	justify-content: space-between;
}

.content-space-around {
	justify-content: space-around;
}

.container-align-items-start {
	align-items: flex-start;
}

.container-align-items-end {
	align-items: flex-end;
}

.container-align-items-center {
	align-items: center;
}

.container-align-items-baseline {
	align-items: baseline;
}

.container-align-items-stretch {
	align-items: stretch;
}

.container-align-content-start {
	align-content: flex-start;
}

.container-align-content-end {
	align-content: flex-end;
}

.container-align-content-center {
	align-content: center;
}

.container-align-content-space-between {
	align-content: space-between;
}

.container-align-content-space-around {
	align-content: space-around;
}

.container-align-content-stretch {
	align-content: stretch;
}

.item-grow-0 {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.item-grow-1 {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.item-grow-2 {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.item-grow-3 {
	-webkit-box-flex: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
}

.item-grow-4 {
	-webkit-box-flex: 4;
	-ms-flex-positive: 4;
	flex-grow: 4;
}

.item-grow-5 {
	-webkit-box-flex: 5;
	-ms-flex-positive: 5;
	flex-grow: 5;
}

.item-grow-6 {
	-webkit-box-flex: 6;
	-ms-flex-positive: 6;
	flex-grow: 6;
}

.item-grow-7 {
	-webkit-box-flex: 7;
	-ms-flex-positive: 7;
	flex-grow: 7;
}

.item-grow-8 {
	-webkit-box-flex: 8;
	-ms-flex-positive: 8;
	flex-grow: 8;
}

.item-grow-9 {
	-webkit-box-flex: 9;
	-ms-flex-positive: 9;
	flex-grow: 9;
}

.item-grow-10 {
	-webkit-box-flex: 10;
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.item-grow-11 {
	-webkit-box-flex: 11;
	-ms-flex-positive: 11;
	flex-grow: 11;
}

.item-grow-12 {
	-webkit-box-flex: 12;
	-ms-flex-positive: 12;
	flex-grow: 12;
}

.item-shrink-1 {
	flex-shrink: 1;
}

.item-shrink-2 {
	flex-shrink: 2;
}

.item-shrink-3 {
	flex-shrink: 3;
}

.item-basis-auto {
	flex-basis: auto;
}

.item-basis-0 {
	flex-basis: 0;
}

.item-flex-0 {
	flex: 0;
}

.item-flex-1 {
	flex: 1;
}

.item-flex-auto {
	flex: auto;
}

.item-align-self-auto {
	align-self: auto;
}

.item-align-self-start {
	align-self: flex-start;
}

.item-align-self-end {
	align-self: flex-end;
}*/
.stext ul {
    text-align: left;
    margin-left: 79px;
    font-size: 15px;
    margin-top: -4px;
}

.feedbackBlock strong {
    color: #393939 !important;
    font-size: 18px !important;
    font-family: Arial !important;
}

.container-row, .container-column {
    margin-bottom: 6px;
}

.centerHeader {
    color: #fff;
}

    .centerHeader h2 {
        padding: 15px;
        border-bottom: 1px dashed #7d7d7d;
    }

.newsHeader {
    margin: 40px auto 0 auto;
    background-color: #2d3134;
    color: #fc635e;
    width: calc(100vw - 10vw);
    /*width: 90%;*/
    padding: 7px;
    min-height: 37px;
    border: 1px solid white;
}

.newsHeader .close-banner, .newsHeaderIndex .close-banner {
    line-height: 0.7;
    font-size: 28px;
    float: right;
}

.newsHeaderIndex {
    margin: 0 auto;
    width: 90%;
    min-height: 37px;
    /*background-color: #2d3134;
    color: #fc635e;
    padding: 7px;
    border: 1px solid white;*/
}
    .newsHeaderIndex .content-wrap {
        background-color: #2d3134;
        color: #fc635e;
        padding: 7px;
        border: 1px solid white;
    }

.right-aligned {
    float: right;
}

.headerMain {
    clear: both;
    color: #fbfafa;
    text-align: center;
    margin-bottom: 15px;
    margin-top: -23px;
}

.item-align-self-center {
    align-self: center;
}

.item-align-self-baseline {
    align-self: baseline;
}

.item-align-self-stretch {
    align-self: stretch;
}

#attachments {
    display: none;
}

.add-atach {
    margin: 0 20px;
    text-decoration: none;
}

    .add-atach .icon {
        margin-right: 5px;
    }

    .add-atach span {
        color: #386e9b;
        display: inline-block;
        border-bottom: 1px dotted #386e9b;
        line-height: 1.2;
    }

.icon {
    display: inline-block;
    vertical-align: middle;
    color: grey;
}

.attachments-list.dialog-attachments img {
    width: 60px;
    height: 60px;
}

.file-total {
    margin: 15px 0;
}

.text-primary {
    color: #fc635e !important;
}

.text-secondary {
    color: #000 !important;
}

.ml-5p {
    margin-left: 5%;
}

.ml-10p {
    margin-left: 10%;
}

.right-sticky-btn {
    position: fixed;
    display: block;
    right: -65px;
    top: 40%;
    padding: 10px 20px;
    border: 2px solid #fc635e;
    transform: rotate(90deg);
    color: #fc635e;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    border-radius: 0 0 8px 8px;
    background: transparent;
    -o-transition: color, background-color 0.5s ease;
    -webkit-transition: color, background-color 0.5s ease;
    transition: color, background-color 0.5s ease;
    z-index: 100;
}

.left-sticky-btn {
    position: fixed;
    display: block;
    left: -177px;
    top: 40%;
    padding: 10px 20px;
    border: 2px solid #fc635e;
    transform: rotate(90deg);
    color: #fc635e;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    border-radius: 8px 8px 0 0;
    background: transparent;
    -o-transition: color, background-color 0.5s ease;
    -webkit-transition: color, background-color 0.5s ease;
    transition: color, background-color 0.5s ease;
    z-index: 100;
}

    .right-sticky-btn:hover, .left-sticky-btn:hover {
        background: #fc635e;
        color: #fff;
    }

.pushUp {
    position: relative;
    top: -14px;
}

.shield-img-wrap {
    display: inline-block;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

.responsive-img {
    width: 100%;
    height: auto;
}

.warranty-text-block {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.warranty-block {
    border: 1px solid;
    border-radius: 3px;
}

    .warranty-block p {
        color: #000;
        padding-top: 0;
        font-size: 16px !important;
    }

.danger-text {
    color: #fc635e;
    text-align: center;
    font-size: 20px;
    border: 1px solid #fc635e;
    padding: 20px 10px;
    margin-top: 20px;
}

.bottomFooter {
    clear: both;
    padding-top: 20px;
    font-size: 12px;
}

    .bottomFooter a {
        color: #fff;
        text-decoration: none;
    }

        .bottomFooter a:hover {
            text-decoration: underline;
        }

    .bottomFooter p {
        display: inline-block;
        margin: 0 10px;
    }

.faq-accordion {
    background-color: #eee;
    color: #fc635e;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
    outline: none;
    transition: background-color 0.4s ease;
}

    .faq-accordion::after {
        content: '\02795';
        font-size: 13px;
        color: #777;
        float: right;
        margin-left: 5px;
    }

.faq-wrap.active .faq-accordion::after {
    content: "\2796";
}

.faq-wrap.active .faq-accordion, .faq-accordion:hover {
    border: 1px solid #fc635e;
}

.faq-accordion:hover {
    background-color: #ccc;
}

.faq-wrap.active .faq-panel {
    max-height: 100%;
}

.faq-panel {
    padding: 0 18px;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s linear;
}

    .faq-panel p {
        color: #000;
    }

.faq-footer-content {
    text-align: center !important;
    color: #333;
}

    .faq-footer-content a {
        color: #000;
        text-decoration: none;
        border-bottom: 1px dashed #000;
    }

        .faq-footer-content a:hover {
            border-bottom-style: solid;
        }

.faq-footer .makeOrder-btn {
    position: relative;
    top: 20px;
    font-size: 18px;
}

.header-order-btn {
    font-size: 18px;
}

/* bloggersAboutUs */
.bau {
    width: 100%;
}

.bau-items {
    /*    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fill, minmax(360px, 45%));
    grid-gap: 15px;*/
    /*    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    flex-direction: row;*/

    display: flex;
    padding: 25px 0px;
    list-style: none;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}

.bau-item {
    /*align-self: center;
    min-width: 360px;*/
    /*width: 35%;*/
    /*margin: 10px 10px;*/

    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    padding: 20px;
    min-width: 360px;
}

.bau-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.bau-url {
    width: 100%;
    padding: 25% 0;
    box-sizing: border-box;
    position: relative;
}

    .bau-url > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bau-text {
    text-align: center;
    font-size: 20px;
}

/*Calculator*/
.calc {
    background: url(/Img/calc-bg.jpg) center/cover no-repeat #ccc;
    background-size: cover;
}

    .calc h2 {
        text-align: center;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 27px;
    }

.calc-select {
    position: relative;
}

.calc-selected {
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fc635e;
    cursor: pointer;
    background: #fff;
    color: #fc635e;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
}

    .calc-selected::after {
        content: '';
        border-bottom: 2px solid;
        border-right: 2px solid;
        width: 6px;
        height: 6px;
        display: inline-block;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 8px;
        top: 17px;
    }

    .calc-selected:hover, .calc-result-btn:hover {
        box-shadow: inset 0 0 5px #fc635e;
    }

.calc-dropdown {
    list-style: none;
    width: 100%;
    position: absolute;
    max-height: 0;
    -o-transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    overflow-y: hidden;
}

.calc-dropdown-item {
    padding: 10px 20px;
    border: 1px solid #fc635e;
    text-align: center;
    cursor: pointer;
    background: #ccc;
}

    .calc-dropdown-item:hover {
        background-color: #E0E0E0;
    }

    .calc-dropdown-item:last-child {
        border-radius: 0 0 5px 5px;
    }

.calc-select.active .calc-selected {
    border-radius: 5px 5px 0 0;
}

.calc-select.active .calc-dropdown {
    max-height: 170px;
    z-index: 1;
}

.calc-select.active .calc-selected::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px;
}

.calc-col-title {
    text-align: center;
    height: 48px;
    margin-bottom: 16px;
}

.calc-result {
    width: auto;
    cursor: default;
}

    .calc-result:hover {
        box-shadow: none;
    }

    .calc-result::after {
        display: none;
    }

.calc-result-btn-wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 230px;
    left: 0;
}

.feedBackClose {
    margin-top: -95px;
}

.calc-result-btn {
    padding: 10px 20px;
    font-size: 18px;
    border: 2px solid #fc635e;
    cursor: pointer;
    background: #fff;
    color: #fc635e;
    font-weight: bold;
    border-radius: 4px;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.order-info {
    font-style: italic;
}

    .order-info p {
        color: #000;
        font-size: 16px;
        padding: 0;
    }

.timer-wrap .timer {
    position: relative;
    margin: 0 auto 20px;
}

.modal-open {
    overflow: hidden;
}

.btn-next {
    font-size: 18px;
    margin-top: 18px;
    padding: 10px 28px;
    text-transform: uppercase;
}

.arrow-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #fc635e;
    border-right: 2px solid #fc635e;
    display: inline-block;
    position: relative;
    bottom: 1px;
}

/**Dropzone**/
.dropzone.dropzone-styled {
    border-radius: 4px;
    border-color: #fc635e;
}

    .dropzone.dropzone-styled .dz-preview {
        display: block;
        background: linear-gradient(to bottom, #eee, #ddd) !important;
        border-radius: 5px;
        height: 220px;
    }

        .dropzone.dropzone-styled .dz-preview .dz-image {
            margin-left: 15px;
            position: relative;
            background: none !important;
            top: 5px;
        }

            .dropzone.dropzone-styled .dz-preview .dz-image img {
                height: 110px;
            }

@media(max-width: 576px) {
    .dz-image {
        width: 80px !important;
        margin-left: 10px !important;
    }

    .dz-loading {
        top: 55px !important;
        right: 55px !important;
        ;
        font-size: 13px !important;
    }
}

.dropzone.dropzone-styled .dz-preview .dz-success-mark, .dropzone.dropzone-styled .dz-preview .dz-error-mark {
    left: 70px;
}

.dropzone.dropzone-styled .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
}

.dropzone.dropzone-styled .dz-preview .dz-error-message {
    color: #fc635e;
    top: 40px;
    right: 20px;
    opacity: 1;
    left: auto;
    font-size: 16px;
    width: 30%;
    height: 60px;
    background: none;
}

    .dropzone.dropzone-styled .dz-preview .dz-error-message::after {
        display: none;
    }

.dropzone.dropzone-styled .dz-preview .dz-details {
    min-width: 50%;
    max-width: 50%;
    margin-left: 140px;
}

.dropzone.dropzone-styled .dz-preview .dz-progress {
    top: auto;
    bottom: 10px;
    left: 190px;
    width: 50%;
}

.dropzone.dropzone-styled .dz-loading {
    top: 20px;
    right: 20px;
    opacity: 1;
    left: auto;
    font-size: 14px;
    width: 30%;
    height: 80px;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    font-size: 18px;
    margin-top: 30px;
}

.dropzone.dropzone-styled .dz-default.dz-message {
    color: #fc635e;
    font-size: 18px;
    text-decoration: underline;
    display: block;
}

.dropzone.dropzone-styled .dz-preview:hover .dz-image img {
    -moz-filter: none;
    -webkit-filter: none;
    filter: none;
}
/**Dropzone - end**/

.sub-title {
    padding: 0;
    color: #616161;
    margin-top: -20px;
    font-size: 15px;
}

/**Custom checkbox**/
.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .cbx span {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .cbx span:first-child {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 3px;
            -webkit-transform: scale(1);
            transform: scale(1);
            vertical-align: middle;
            border: 1px solid #9098A9;
            -o-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .cbx span:first-child svg {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: #FFFFFF;
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                -o-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -o-transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
                -o-transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
                -o-transition-delay: 0.1s;
                -webkit-transition-delay: 0.1s;
                transition-delay: 0.1s;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .cbx span:first-child:before {
                content: "";
                position: relative;
                top: -6px;
                left: -14px;
                width: 28px;
                height: 28px;
                font-weight: 100;
                background: #ff635e;
                display: block;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
                opacity: 1;
                border-radius: 50%;
            }

        .cbx span:last-child {
            padding-left: 8px;
            box-sizing: border-box;
        }

    .cbx:hover span:first-child {
        border-color: #ff635e;
    }

.inp-cbx:checked + .cbx span:first-child {
    background: #ff635e;
    border-color: #ff635e;
    -webkit-animation: wave 0.4s ease;
    animation: wave 0.4s ease;
}

    .inp-cbx:checked + .cbx span:first-child svg {
        stroke-dashoffset: 0;
    }

    .inp-cbx:checked + .cbx span:first-child::before {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
        -o-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }

@keyframes wave {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
/**Custom checkbox - end**/

.additional-service {
    border: 2px solid #ff645f;
    margin-bottom: 6px;
}

.additional-service-text p {
    padding: 0;
    font-size: 18px;
    text-transform: none;
    text-align: left;
    padding-bottom: 1rem;
}

.additional-service-text .name {
    color: #000;
    font-weight: bold;
}

.additional-service-text .description {
    font-size: 16px;
    color: #616161;
}

.additional-service-price {
    font-size: 24px;
    border-top: 2px solid #ff645f;
}

.additional-service-recomend {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px !important;
}

    .additional-service-recomend i {
        font-style: normal;
        color: #ff635e;
    }

.additional-service-icon {
    margin: 0 auto;
    width: 100px;
}

#analise span {
    color: #000;
    font-size: inherit;
    display: inline;
}

#analise p {
    padding: 0;
    color: #000;
    font-size: inherit;
    text-align: left;
}

.inp {
    border: 1px solid #b7bbc9;
    border-radius: 3px;
    font-size: 24px;
    padding: 2px 2px;
    color: #b7bbc9;
}

.btn-blue {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
    text-decoration: none;
}

    .btn-blue:hover {
        background-color: #1e88e5;
    }

    .btn-blue:active {
        box-shadow: inset 0 0 2px black;
    }

.discount {
    background: #fff;
    border: 1px solid #2196f3;
    padding: 20px;
    margin: 0 auto 16px;
}

.payment-summary {
    border-top: 1px dotted #ccc;
}

.discount h3 {
    font-size: 24px;
}

.btn-blue {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
    text-decoration: none;
}

.discount-inp-wrap .success-msg, .discount-inp-wrap .error-msg {
    display: block;
    text-align: left;
    margin-top: 10px;
}

.discount-inp-wrap .success-msg {
    color: #4CAF50 !important;
    font-weight: bold;
    margin-left: 10px;
}

.discount-inp-wrap .error-msg {
    color: #f44336 !important;
    font-weight: bold;
}

.vk-discount-wrap p {
    color: #000;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.vk-discount-wrap {
    width: 100% !important;
}

.discount-inp-wrap .btn {
    padding: 7px 14px 8px;
    margin-left: 22px;
}

.discount-inp-wrap .inp {
    width: 160px;
}

.vk-discount-wrap .btn {
    margin: 16px 0;
}

.price-wrap .price-label {
    text-transform: none;
    color: #000;
}

.price-wrap .price {
    padding-top: 20px;
    color: red !important;
    font-weight: bold;
}

.price-wrap .price-label-old {
    text-transform: none;
    color: #939393;
}

.price-wrap .price-old {
    padding-top: 20px;
    color: #939393 !important;
    font-weight: bold;
}

.price-old-wrap {
    text-decoration: line-through;
}

.collapse {
    box-sizing: border-box;
    display: block;
    max-height: 0;
    overflow: hidden;
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1);
}

    .collapse.show {
        max-height: 99em;
        transition: max-height .5s ease-in-out;
    }

.summary-table tr {
    height: 50px;
    vertical-align: text-top;
}

.summary-table .cell-name {
    font-weight: bold;
}

.summary-table .cell-price {
    font-weight: bold;
    color: #fc6e69;
    min-width: 100px;
}

.summary-table .cell-name small {
    font-weight: normal;
    display: block;
    font-style: italic;
}

.slidecontainer {
    width: 100% !important;
    margin: 20px 0;
    position: relative;
    padding: 0 !important;
}

.slider {
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 25px;
    background: linear-gradient(90deg, rgba(251,0,0,1) 0, rgba(255,248,0,1) 50%, rgba(14,255,0,1) 100%);
    outline: none;
    border-radius: 20px;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 40px;
        background: #2196f3;
        cursor: pointer;
        border-radius: 20px;
        box-shadow: 0 0 5px #BDBDBD;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 40px;
        background: #2196f3;
        cursor: pointer;
        border-radius: 20px;
        box-shadow: 0 0 5px #BDBDBD;
    }

.slidecontainer span {
    position: absolute;
    bottom: -24px;
    display: none;
}

    .slidecontainer span:nth-child(2) {
        color: #fb0100 !important;
        left: 0;
    }

    .slidecontainer span:nth-child(3) {
        color: #fc4e00 !important;
        left: 20%;
        transform: translateX(-30%);
    }

    .slidecontainer span:nth-child(4) {
        color: #fe9f00 !important;
        left: 40%;
        transform: translateX(-40%);
    }

    .slidecontainer span:nth-child(5) {
        color: #2196f3 !important;
        left: 60%;
        transform: translateX(-50%);
    }

    .slidecontainer span:nth-child(6) {
        color: #8cfb00 !important;
        left: 80%;
        transform: translateX(-60%);
    }

    .slidecontainer span:nth-child(7) {
        color: #0eff00 !important;
        right: 0;
    }

.success-value {
    margin-left: 5px;
}

.description {
    color: #000;
    font-size: 18px;
    padding: 0;
}

.col-4 img {
    margin-bottom: 30px;
}

.stars-block {
    max-width: 160px;
}

/**Articles*/
.article-description {
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: 0;
    text-align: justify;
}

.article-card {
    padding: 16px;
}

.article-img-wrap {
    text-align: center;
    border: 1px solid #9E9E9E;
    padding: 3px;
    border-radius: 5px;
}

.article-title {
    text-align: center;
    color: #000;
    text-decoration: none;
}

    .article-title:hover {
        text-decoration: underline;
    }

.article-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.page-header h1 {
    text-align: center;
    color: #fc635e;
    font-size: 23px;
    text-transform: uppercase;
    padding: 50px 0 20px;
}

.page-header hr {
    width: 183px;
    margin: auto;
}

.article-body {
    padding: 40px 0;
}

    .article-body img {
        height: auto;
    }

.article-body-img {
    padding: 0;
    text-align: center;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%;
    background: #666;
}

.article-body-img .img-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.article-body-img img {
    -moz-filter: brightness(0.5) blur(2px);
    -webkit-filter: brightness(0.5) blur(2px);
    filter: brightness(0.5) blur(2px);
    background: #ccc;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

    .article-body-img h1 {
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 32px;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.page-container {
    padding: 50px 0;
}

.share-wrap {
    padding: 10px 0;
    border: 1px solid #fc635e;
    border-radius: 5px;
    margin-top: 16px;
}

    .share-wrap .text-primary {
        margin-left: 13px;
        font-size: 20px;
    }

#share-block {
    margin-left: 13px;
    margin-right: 14px;
    float: right;
    width: 120px !important;
    display: inline-block;
    text-align: left;
    position: relative;
}

.paging-wrap {
    text-align: center;
    font-size: 24px;
}

.paging-item {
    background: #333;
    margin-left: -7px;
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
}

    .paging-item:first-child {
        border-radius: 4px 0 0 4px;
        padding-left: 20px;
    }

    .paging-item:last-child {
        border-radius: 0 4px 4px 0;
        padding-right: 20px;
    }

    .paging-item.active {
        color: #ff635e;
    }

    .paging-item:hover {
        text-shadow: 0 0 3px #ff635e;
    }

.slide-in {
    -webkit-animation: slide-in 0.5s forwards;
    animation: slide-in 0.5s forwards;
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
}

.slide-out {
    -webkit-animation: slide-out 0.5s forwards;
    animation: slide-out 0.5s forwards;
}

@-webkit-keyframes slide-in {
    100% {
        transform: translateX(0vw);
    }
}

@keyframes slide-in {
    100% {
        transform: translateX(0vw);
    }
}

@-webkit-keyframes slide-out {
    0% {
        transform: translateX(0vw);
    }

    100% {
        transform: translateX(100vw);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0vw);
    }

    100% {
        transform: translateX(100vw);
    }
}

.cbx-lbl {
    top: 1px;
    position: relative;
    margin-left: 10px;
}

.btn-red {
    color: #fff !important;
    background-color: #fc635e !important;
    border-color: #fc635e;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
}

    .btn-red:hover {
        background: none;
        color: #fc635e;
    }

.text-black {
    color: #000 !important;
}

.percent-value {
    font-size: 24px;
    padding: 2px 2px;
    border: 1px solid #b7bbc9;
    border-radius: 3px;
    width: 50px;
}

.reserved-hint {
    width: 200px;
    height: 50px;
    background: #ff635e;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    user-select: none;
    transition: background-color .4s ease;
}

    .reserved-hint:hover {
        background: #DB4944;
    }

.reserved-hint-btn {
    text-decoration: none;
    /* color: #1976D2; */
    color: #fff;
    font-weight: 700;
    position: relative;
    /* top: 6px; */
}

.buttons-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.counter-wrap {
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 15px 20px;
}

.notifyjs-notify-base {
    position: relative;
    width: 260px;
    padding: 10px 10px 10px 52px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #fc635e;
}

    .notifyjs-notify-base .img {
        position: absolute;
        left: 8px;
    }

    .notifyjs-notify-base .notify-title {
        color: #000;
        font-size: 18px;
        text-transform: none;
        font-weight: 800;
    }

    .notifyjs-notify-base .notify-text {
        color: #000;
        font-size: 16px;
        text-align: left;
        padding: 0;
    }

.fixed {
    position: fixed;
}

.artcile-fixed-block {
    top: 0;
}

    .artcile-fixed-block.bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }

.vk_group_block {
    display: block;
    width: 100%;
    padding: 0 1rem;
}

#vk_widget_2 {
    margin: 0 auto 2rem;
}

i.play_icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: -4px;
}

    i.play_icon:after {
        content: "";
        display: block;
        position: absolute;
        width: 0px;
        height: 0px;
        top: 0;
        left: 0;
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 16px solid;
    }

.field__wrapper {
    width: 400px;
    max-width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.field__file {
    display: none;
}

.field__file-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.field__file-fake {
    height: 60px;
    width: calc(100% - 130px);
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    border-radius: 3px 0 0 3px;
    border-right: none;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 58px;
}

.field__file-button {
    width: 130px;
    height: 60px;
    background: #ff635e;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    user-select: none;
    transition: background-color .4s ease;
}

    .field__file-button:hover {
        background: #DB4944;
    }

.field__file[disabled] ~ .field__file-wrapper .field__file-button {
    background: #9e8483;
    cursor: default;
}

.calc-slider-wrap .slider {
    min-height: unset;
}

#video-holder {
    height: 40vw;
}

.video_modal {
    position: fixed;
    top: 25%;
    left: 10px;
    background: white;
    padding: 1rem;
    border-radius: 5px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0 20000px rgba(0, 0, 0, 0.5);
}

    .video_modal .closeBtn {
        position: absolute;
        margin: 0;
    }


@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .closeBtn {
        margin-right: -95px;
    }

    .video_modal .closeBtn {
        position: absolute;
        margin: -50px -50px 0 0;
    }
}

@media (min-width: 992px) {
    .video_modal {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .costBlock {
        margin-left: 100px;
        display: inline-block;
    }

    .additional-service img {
        width: 70px;
        height: 70px;
        align-self: center;
    }

    .additional-service-price {
        margin-top: 0;
        border-top: none;
        border-left: 2px solid #ff645f;
        ;
        width: 100px;
    }

    .additional-service .cbx-wrap {
        width: 60px;
    }

    .ordedRow > div:nth-child(1) {
        text-align: unset;
    }

    .topMenu > menu {
        background: inherit;
    }

    .topMenu menu li {
        display: inline-block;
    }

        .topMenu menu li menu {
            width: 270px;
            margin: 0 0 0 -10px;
            padding: 0 10px 10px;
            background-color: rgba(32, 26, 26, 0.9);
            display: none;
            position: absolute;
            border-radius: 0 0 4px 4px;
        }

            .topMenu menu li menu li {
                padding-left: 0;
            }

                .topMenu menu li menu li a {
                    padding: 13px 15px 5px;
                }

                    .topMenu menu li menu li a:before {
                        content: unset;
                    }

        .topMenu menu li.long_title {
            position: relative;
        }

        .topMenu menu li a {
            color: #ffffff;
        }

        .topMenu menu li.long_title a {
            white-space: nowrap;
        }

        .topMenu menu li.long_title menu {
            width: min-content;
            left: calc(-380px / 2);
        }

    .vk_group_block {
        margin-top: -34px;
    }

    #vk_widget_2 {
        width: 665px;
    }

    .rowIn > div:nth-child(1) {
        text-align: right;
    }

    .info-block .row {
        margin-top: 20px;
        margin-bottom: 100px;
    }

    .info-block .img-wrap {
        height: 140px;
    }

    #feedbackBlock,
    #feedbackBlockInfo {
        display: none;
        top: 50%;
        left: 50%;
        width: 640px;
        padding: 60px;
        margin-top: -270px;
        margin-left: -320px;
    }

    .modalBgWhite {
        top: 50%;
        left: 50%;
        margin-left: -232px;
        margin-top: -144px;
    }

    .loaderFormWhite {
        width: 761px;
        /*        top: 50%;
        left: 50%;
        margin-left: -354px;
        margin-top: -70px;*/

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .succesPayWhite {
        width: 600px;
        top: 33%;
        left: 50%;
        margin-left: -232px;
        margin-top: -212px;
    }

    #vk_subscribe {
        width: 300px !important;
        position: relative;
        top: 2px;
        display: inline-block;
    }

    .discount .buttons-wrap {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .discount .buttons-wrap-label {
        position: relative;
        font-weight: bold;
    }

    .discount .buttons-wrap-item {
        width: 100%;
        border: 1px solid #fc635e;
        margin: 0 120px;
        padding: 4px 0;
    }

    #video-holder {
        position: absolute;
        left: 100px;
        top: 208px;
        width: 400px;
        height: 220px;
    }

    .artcile-fixed-block {
        width: 300px;
    }

    .labelLoader-header {
        font-size: 20px;
    }

    .labelLoader-body {
        font-size: 16px;
    }

    .ordedRow > div:nth-child(1) {
        width: 150px;
    }

    .ordedRow > div:nth-child(2) {
        width: 145px;
    }
}

@media (min-width: 1200px) {
    .one_stars {
        right: 0;
        display: block;
    }

    .slidecontainer span {
        display: inline-block;
    }

    .discount {
        width: 700px;
    }
}

.block-lk-stars {
    display: none;
}

@media (max-width: 1500px) {
    .swlFlyout_content {
        width: 100% !important;
        min-width: 100% !important;
    }

    .swlFlyout .arrow::after {
        border-left-color: #fc635e !important;
        border-top-color: transparent !important;
    }

    .swlFlyout {
        left: 20px !important;
        right: auto !important;
        width: 80% !important;
        min-width: 80% !important;
    }
}

@media (min-width: 1644px) {
    .one_stars {
        display: none;
    }

    .block-lk-stars {
        right: 1rem;
        top: 1rem;
        display: block;
        position: absolute;
    }
}

.trial-link {
    display: inline-block;
    margin-left: 79px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}

    .trial-link:hover {
        text-decoration: underline;
    }

.text-uppercase {
    text-transform: uppercase;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
        box-shadow: 0 0 0 0 #ff635e;
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50% {
        box-shadow: 0 0 20px 20px rgba(255, 97, 92, 0.5);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
        box-shadow: 0 0 0 0 #ff635e;
    }
}

.bounceIn {
    animation-duration: 0.75s;
    animation-name: bounceIn;
}

.anim-container .anim-item:nth-child(2) .bounceIn {
    animation-delay: 0.25s;
}

.anim-container .anim-item:nth-child(3) .bounceIn {
    animation-delay: 0.5s;
}

.anim-container .anim-item:nth-child(4) .bounceIn {
    animation-delay: 0.75s;
}

.anim-container .anim-item:nth-child(5) .bounceIn {
    animation-delay: 1.0s;
}

.anim-container .anim-item:nth-child(6) .bounceIn {
    animation-delay: 1.25s;
}

.anim-container .anim-item:nth-child(7) .bounceIn {
    animation-delay: 1.5s;
}

.anim-container .anim-item:nth-child(8) .bounceIn {
    animation-delay: 1.75s;
}

.anim-container .anim-item:nth-child(9) .bounceIn {
    animation-delay: 2.0s;
}

.hashtag-link {
    text-decoration: none;
    text-transform: none;
    position: absolute;
    left: 47px;
    bottom: -30px;
    color: #fff;
    display: none;
}

    .hashtag-link:hover {
        text-decoration: underline;
    }

.order-box {
    margin-bottom: 1em;
}

    .order-box .order-box-title {
        text-align: center !important;
        color: #000;
        font-weight: 600;
        padding: 4px;
        border-bottom: none;
        position: relative;
    }

    .order-box .order-box-content {
        padding: 4px 21px 4px 16px;
    }

    .order-box .stars {
        height: 24px;
        /*position: absolute;
        left: 9px;
        bottom: 4px;*/
    }

    .order-box .border-primary.order-box-title {
        font-size: 17px;
        color: #1976D2;
        text-transform: uppercase;
    }

    .order-box .order-box-title .hint {
        position: absolute;
        right: 5px;
        top: 5px;
    }

.border-secondary {
    border: 1px solid #000;
}

.border-primary {
    border: 1px solid #ff635e;
}

.border-right {
    border-right: 1px solid #000;
}


.hint {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ff635e;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
    cursor: help;
}

    .hint.alt {
        color: #ff635e;
        background: #fff;
        border: 1px solid #ff635e;
        line-height: 16px;
    }

    .hint:hover {
        box-shadow: 0 0 4px 0 #ff635e;
    }

.swlFlyout .swlFlyout_content {
    text-align: left !important;
    color: #fff !important;
    min-height: 85px;
    display: flex;
    align-items: center;
}

.getCheckFile-promocode-wrap {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.swlFlyout {
    text-transform: none;
}

.file-row {
    font-weight: bold;
    vertical-align: middle;
    margin-top: 5px;
}

    .file-row .file, .file-row .status, .file-row .file-output {
        line-height: 40px;
    }

    .file-row .delete {
        position: absolute;
        right: -40px;
        text-decoration: none;
        cursor: pointer;
        color: #000;
        display: inline-block;
        border: 1px solid #fc635e;
        border-radius: 5px;
        padding: 9px 13px;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        font-size: 16px;
    }

    .file-row .stop-processing {
        position: absolute;
        right: -40px;
        text-decoration: none;
        cursor: pointer;
        color: #000;
        display: inline-block;
        border: 1px solid #fc635e;
        border-radius: 5px;
        padding: 9px 13px;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        font-size: 16px;
    }

.text-overflow {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#calculate-button-text {
    cursor: pointer;
    font-weight: bold;
    color: #000;
    vertical-align: super;
}

#calculate-button .feedbackBlock {
    padding: 9px 15px 4px;
}

.adaptive {
    display: block;
}

@media(max-width: 1330px) {
    #calculate-button {
        display: none;
    }

    #check-status-btn {
        display: none;
    }
}

/*@media (min-width: 991px) and (max-width: 1539px) {
    #updates-text {
        display: none !important;
    }
}*/

@media(max-width: 1150px) {
    #calculate-button .feedbackBlock {
        display: none;
    }

    #check-status-btn {
        left: 15px !important;
    }

    .adaptive {
        display: none !important;
    }
}

@media(max-width: 770px) {
    .pl-5 {
        padding-left: 0 !important;
    }

    #geo-select {
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto;
    }

    #mode-select {
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto;
    }

    .getCheckFile promocode-wrap d-flex {
        display: block !important;
    }
}

/*@media(max-width: 580px) {
    #autorewrite-container {
        height: 550px !important;
    }
}*/

@media(max-width: 391px) {
    #geo-select {
        margin-left: 0 !important;
    }

    #mode-select {
        margin-left: 0 !important;
    }
}

#status-check-page .result-wrap {
    border: 2px solid #fc635e;
    border-radius: 10px;
}

    #status-check-page .result-wrap h3 {
        color: #555;
    }

#status-check-page .video-wrap {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    #status-check-page .video-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

@media (min-width: 992px) {
    #status-check-page .video-wrap {
        padding-top: 0;
    }

        #status-check-page .video-wrap iframe {
            position: static;
            width: 800px;
            height: 450px;
        }
}

.text-justify {
    text-align: justify;
}

.border-flashing {
    animation-name: flash_border;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-iteration-count: 4;
    -webkit-animation-name: flash_border;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 4;
    -moz-animation-name: flash_border;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease-in;
    -moz-animation-iteration-count: 4;
}

@keyframes flash_border {
    10% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }

    75% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }
}

@-webkit-keyframes flash_border {
    10% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }

    75% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }
}

@-moz-keyframes flash_border {
    10% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }

    75% {
        box-shadow: 0 0 8px 3px #fc635e;
        border-color: transparent;
    }
}

.cursor-pointer {
    cursor: pointer;
}

.box-user-block {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    color: #fff;
    margin: 0 1em 1em;
    text-align: center;
}

    .box-user-block .greetings {
        text-overflow: ellipsis;
        overflow-x: hidden;
        white-space: normal;
        width: calc(100% - 70px);
    }

    .box-user-block .downloadFile-sm-invert {
        float: right;
        margin-top: -26px;
    }

@media (min-width: 576px) {
    .box-user-block {
        width: 510px;
        margin: 0 auto 1em;
    }
}

@media (min-width: 768px) {
    .box-user-block {
        width: 690px;
    }

    .buttons-flex {
        padding: auto;
    }
}

@media (min-width: 992px) {
    .box-user-block {
        margin-right: 1em;
        left: auto;
        text-align: right;
        width: auto;
    }

        .box-user-block .downloadFile-sm-invert {
            float: none;
            margin-top: 5px;
        }

        .box-user-block .greetings {
            max-width: 130px;
            width: auto;
        }

    .buttons-flex {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (min-width: 1200px) {
    .box-user-block .greetings {
        max-width: 190px;
        white-space: nowrap;
    }

    .buttons-flex {
        padding-left: 300px;
        padding-right: 300px;
    }
}

@media (min-width: 1366px) {
    .box-user-block .greetings {
        max-width: 270px;
    }
}

@media (min-width: 1644px) {
    .box-user-block .greetings {
        max-width: 400px;
    }
}


.border-radius {
    border-radius: 5px;
}

@media(min-width: 1280px) {
    #cursa4 {
        width: 792px;
        text-align: center;
    }
}

.reviews-wrap {
    border: 1px solid #0095eb;
}

.splide__slide img {
    padding: 0 0.5em;
}

.splide__arrow svg {
    fill: #ff635e !important;
}

.splide__arrow:hover svg {
    fill: #ef706c !important;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-26 {
    font-size: 26px !important;
}
.fs-15 {
    font-size: 15px !important;
}


.splide__slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.geoselect-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #000;
}

.geoselect-label {
    flex-basis: 34%;
    min-width: 235px;
    text-align: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.geoselect-label-header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}

.geoselect-controls {
    display: flex;
    flex-direction: column;
    margin-left: 1em;
    flex-grow: 1;
}

.geoselect-hint-btn {
    font-size: 16px;
    color: #0000ee;
}

.geoselect-icon {
    height: 24px;
    margin: 0 0.5em;
}

.geoselect-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

    .geoselect-item > input {
        margin-right: 5px;
    }

    .geoselect-item:last-child {
        margin-bottom: 0;
    }

.geoselect-wrap.alt-order .geoselect-label {
    order: 1;
    border-left: 1px solid #000;
}

@media (max-width: 991px) {
    .geoselect-wrap {
        flex-flow: column;
    }

    .geoselect-label {
        border-bottom: 1px solid #000;
        padding-bottom: 8px;
    }

    .geoselect-wrap.alt-order .geoselect-label {
        border-top: 1px solid #000;
        border-bottom: none;
        border-left: none;
        padding-top: 8px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .geoselect-wrap.uml {
        margin-left: -56%;
    }

    .geoselect-wrap.umr {
        margin-right: -25%;
    }
}

.flag-icon {
    height: 16px;
    width: 24px;
    box-shadow: 0px 0px 1px #6a6a6a;
}

.main-header {
}

    .main-header h1 {
        font-size: 23px;
        text-transform: uppercase;
        text-align: center;
    }

    .main-header p {
        color: #000;
        text-align: justify;
    }

    .main-header hr {
        margin: auto;
        width: 183px;
    }

.step-header {
    font-weight: 600;
    font-size: 20px;
}

    .step-header .step {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 1px solid #fc635e;
        border-radius: 50%;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
        line-height: 1.2;
        color: #fc635e;
    }

.textarea-wrap {
    position: relative;
    /*margin-left: 3rem;*/
    width: calc(100% - 3rem);
    border: 1px solid #ccc;
    border-radius: 10px;
}

    .textarea-wrap textarea {
        width: 100%;
        padding: 0.5em;
        border: none;
        border-radius: 10px;
        resize: none;
        margin-bottom: 10px;
    }

        .textarea-wrap textarea::placeholder {
            text-align: center;
        }

    .textarea-wrap .label {
        position: absolute;
        bottom: 0;
        right: 0em;
        font-size: 14px;
        color: #aaa;
        pointer-events: none;
        background: #fff;
        padding: 1px 16px 0 5px;
        border-radius: 10px 0 10px 0;
    }

    .textarea-wrap.show-drop-placeholder .drop-placeholder {
        display: flex;
    }

    .textarea-wrap .drop-placeholder {
        display: none;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 10px;
        margin: 1px;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        background: #dbefdc;
        box-shadow: 0px 0px 4px 1px #dbefdc;
        color: #8bc34a;
    }

        .textarea-wrap .drop-placeholder.is-invalid {
            background: #fdd9d6;
            box-shadow: 0px 0px 4px 1px #fdd9d6;
            color: #f44336;
        }

.check-icon {
    display: inline-block;
    width: 16px;
    height: 8px;
    border-bottom: 2px solid #fc635e;
    border-left: 2px solid #fc635e;
    transform: rotate(-45deg);
}

.lower-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .lower-panel .counters-wrap {
        display: flex;
        flex-flow: row;
    }

.textarea-wrap.show-file-info .file-info-wrap {
    display: flex;
}

.file-info-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    margin: 1px;
    font-size: 20px;
    background: #fff;
    display: none;
    flex-flow: row;
}

    .file-info-wrap .icon-wrap {
        width: 70px;
    }

    .file-info-wrap .stats {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        height: 80px;
    }

        .file-info-wrap .stats .stat-item {
            flex-basis: 50%;
        }

            .file-info-wrap .stats .stat-item span {
                font-weight: 600;
                font-size: 16px;
            }

    .file-info-wrap .filename {
        color: #fc635e;
        text-decoration: underline;
        font-size: 24px;
    }

.dots-underline {
    border-bottom: 2px dotted #000;
}

.services-cards {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    .services-cards .card {
        background: #f5f5f5;
        border-radius: 10px;
        box-shadow: 0 0 6px 0px #ccc;
        margin: 0 6px 20px;
        width: 180px;
        display: flex;
        flex-flow: column;
        /*justify-content: space-evenly;*/
    }

.card .price-wrap {
    color: #333;
    font-size: 17px;
    text-align: left;
    padding: 0;
    font-weight: 600;
}

.card .card-icon {
    height: 100px;
    min-width: 50%;
    max-width: 75%;
    margin: 0 auto;
    /*text-align: center;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .card .card-icon img {
        max-width: 100%;
        max-height: 100%;
    }

.card .card-name {
    color: #757575;
    font-size: 18px;
    padding: 5px 0.75em;
    flex-grow: 1;
}

.card .card-link {
    padding: 0 0 6px;
    font-size: 16px;
    text-align: center;
}

.payment-info-wrap {
    min-width: 550px;
}

    .payment-info-wrap .geoselect-wrap {
        width: 100%;
    }

.advantages-wrap {
    border: 2px solid #333;
    padding: 1em;
    align-self: flex-start;
}

    .advantages-wrap strong {
        font-weight: 600;
        font-size: 18px;
    }

    .advantages-wrap ul {
        list-style-image: url(/img/check.png);
        list-style-position: inside;
        color: #333;
    }

    .advantages-wrap .today-checks {
        background: #f5f5f5;
        font-size: 18px;
        color: #444;
        text-align: center;
    }

.progress-bar .progress {
    background-color: #26c987;
    width: 0;
    margin-top: -5px;
    -o-transition: width 0.5s linear;
    -webkit-transition: width 0.5s linear;
    transition: width 0.5s linear;
    height: 5px;
    border-radius: 2px;
}

.discount-label {
    font-size: 18px;
    color: #43a047;
    font-weight: 600;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(152, 145, 145, 0.6);
}

.modal-body, .modal-success-body {
    width: 100%;
    margin: auto;
    z-index: 1001;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(50%);
    background: #fff;
    padding: 20px;
}

    .modal-body .modal-header {
        color: #26c987;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .modal-body .modal-text {
        color: #817979;
        font-size: 18px;
        text-align: center;
    }

    .modal-success-body .modal-header {
        color: #000;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

    .modal-success-body .sub-header {
        color: #817979;
        font-size: 18px;
        text-align: center;
    }

    .modal-success-body .warranty-block {
        font-size: 16px;
        padding: 16px 0;
        border: 1px solid #26c987;
        margin: 25px;
        text-align: center;
    }

@media (min-width: 992px) {
    .modal-body, .modal-success-body {
        width: 780px
    }

        .modal-body .modal-header, .modal-success-body .modal-header {
            font-size: 26px;
        }
}

.progress-label {
    color: #26c987;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}

#check-mini-textbox {
    width: 75%;
    margin: auto;
    padding: 0.5em;
    font-size: 16px;
    resize: none;
    border-radius: 5px;
}

#hidden-check-file {
    display: none;
}

.inp-default {
    border: 1px solid #b7bbc9;
    border-radius: 3px;
    font-size: 24px;
    padding: 2px 2px;
    color: #333;
    width: 100%;
}

.label-default {
    color: #444;
    font-size: 24px;
}

@media(max-width: 1200px) {
    .panel-articles {
        display: block;
    }

    .search-field {
        position: unset;
        margin-left: 0px !important;
        margin-right: 0px !important;
        margin-top: 15px !important;
    }
}

@media(max-width: 1023px) {
    .container-wrap {
        padding: 50px 25px;
    }
} 


@media(min-width: 1024px) {
    .container-wrap {
        width: 800px;
        margin: auto;
    }

    .newsHeader {
        width: 1000px !important;
    }
   
}

.text-danger {
    color: red;
}

.text-info {
    color: #1e88e5;
}

@media(min-width: 1707px) {
    .one_stars {
        display: none;
    }
}

@media(max-width: 991px) {
    #feedbackBlockInfo {
        margin-top: 162px;
        display: none;
        top: 50%;
        left: 50%;
        width: unset;
        padding: 60px;
        margin-top: -270px;
        margin-left: -182px;
        position: fixed;
    }

    #feedbackBlock {
        height: 100%
    }

    .feedBackClose {
        margin-right: -3px;
        margin-top: -6px;
    }
}

@media(max-height: 441px) {
    #feedbackBlock {
        margin-top: unset;
        margin-left: 170px;
        overflow-y: auto;
    }
}

@media(max-height: 376px) {
    #feedbackBlock {
        margin-left: 102px;
    }
}

.cabinet-block {
    right: 3rem;
    top: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 127px;
    max-width: 127px;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
}

    .cabinet-block > a {
        text-decoration: none;
    }

    .cabinet-block .username-wrap {
        max-height: 38px;
        overflow: hidden;
        line-height: 1.1;
    }

@media(min-width: 464px) {
    .cabinet-block {
        font-size: 16px;
        justify-content: center;
        right: 6rem;
        width: 125px;
        max-width: 125px;
    }
}

@media(min-width: 992px) {
    .cabinet-block {
        right: 0rem;
        top: 1.5rem;
        overflow: hidden;
        bottom: auto;
    }

    .normal-menu-wrap {
        max-width: calc(100% - 180px);
    }
}

@media(min-width: 1366px) {
    .cabinet-block {
        top: 1.5rem;
        transform: translateX(100%);
    }

    .normal-menu-wrap {
        max-width: initial;
    }
}

/*@media(min-width: 1910px) {
    .cabinet-block {
        position: absolute;
        right: -275px;
        top: 85px;
        max-width: 180px;
    }
}*/

@media(max-width: 992px) {
    .cabinet-block.block-bottom {
        bottom: -60px;
        right: 20px;
        max-width: 100%;
    }

    .header {
        padding-bottom: 70px;
    }
}

@media(max-width: 990px) {
    #updates-btn {
        left: 7px;
        top: 81px;
        /*left: 7px !important;
        top: 81px !important;*/
    }
}

.one_stars {
    display: block;
}

.text-bold {
    font-weight: 600;
}

.text-success {
    color: green;
}

.text-danger {
    color: red;
}

.text-white {
    color: #fff;
}

.a-noEmail {
    float: right;
    text-decoration: none;
    color: #fc635e;
    font-weight: bold;
    user-select: none;
    padding-bottom: 10px;
}

.inputEmail {
    padding-right: 10px;
    font-size: 18px !important;
    color: #000 !important;
    text-align: left !important;
    text-transform: uppercase;
}

.fa-remove {
    color: #0275d8;
}

@media(max-width: 990px) {
    .advantages-wrap {
        display: none;
    }
}

@media(max-width: 700px) {
    .inputEmail {
        max-width: 440px;
    }

    .descr {
        max-width: 440px;
    }

    .payment-info-wrap .geoselect-wrap {
        width: 80%;
    }

    .my-2 {
        max-width: 440px;
    }

    #promocode {
        max-width: 304px;
    }

    #recomended-check {
        margin-left: 0 !important;
    }

    .ml-5 {
        margin-left: 0;
    }

    .services-cards {
        margin-left: 0 !important;
    }

    .lower-panel .counters-wrap {
        margin-left: -10px;
        display: block;
        margin-top: 10px;
    }

    .lower-panel {
        display: block;
    }

    .getCheckFile-promocode-wrap {
        bottom: 0px !important;
        left: 0;
    }
}

@media(max-width: 1269px) {
    .buttons-menu {
        justify-content: end;
    }
}
/*@media(max-width: 1150px) {
    .buttons-menu {
        justify-content: end;
    }
}*/

@media(max-width: 480px) {
    .a-noEmail {
        float: left;
    }

    .inputEmail {
        max-width: 289px;
    }

    .descr {
        max-width: 190px;
    }

    .payment-info-wrap .geoselect-wrap {
        width: 50%;
    }

    .price-block {
        max-width: 150px;
        font-size: 20px;
    }

    .my-2 {
        max-width: 275px;
    }

    #promocode {
        max-width: 140px;
    }

    #recomended-check {
        margin-left: 0 !important;
    }

    .make-order-btn {
        margin-left: -27px;
    }

    .make-free-order-btn {
        margin-left: -27px;
    }

    .ml-5 {
        margin-left: 0;
    }

    .services-cards {
        margin-left: 0 !important;
    }

    .example-btn-dwn {
        margin-bottom: 10px;
    }

    .lower-panel .counters-wrap {
        margin-left: -10px;
        display: block;
        margin-top: 10px;
    }

    .lower-panel {
        display: block;
    }

    .getCheckFile-promocode-wrap {
        bottom: 0px !important;
        left: 0;
    }
}

.isDisabled {
    color: white;
    background: gray !important;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    border: none;
}

.advertisement-blocks {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.advertisement-block {
    width: 45%;
    border: 2px solid black;
    height: 250px;
}

.advertisement-block img{
    width: 100%;
    height: 100%;
}

.popover-cookies {
    background-color: #ff645f;
    font-size: 12px;
    z-index: 2000;
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
}

.close-popover-cookies {
    background-color: #ff645f;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 0.9rem 1rem;
}