.faq {
    padding: 130px 0 100px;
}

.faq h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    color: #253858;
    margin-bottom: 30px;
}

.faq p {
    font-size: 16px;
    line-height: 26px;
    width: 80%;
}

.faq .faq-item__title {
    text-align: left;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
    padding-right: 80px;
    background-color: transparent;
    padding-bottom: 20px;
}

.faq .faq-item {
    border: none;
}

.faq .faq-item__title:hover, .faq .faq-item__title:focus {
    color: #253858;
    background-color: transparent;
}

.faq .faq-item--open {
    box-shadow: none;
}

.faq .faq-item__answer {
    text-align: left;
}

.faq .icon-down-arrow:before {
    content: url('../img/icon-plus.svg');
    transition: 0.2s;
}

.faq .faq-item--open .faq-item__icon {
    transform: rotate(0deg);
}

.faq .faq-item--open .icon-down-arrow:before {
    transition: 0.2s;
    content: url('../img/icon-minus.svg');
}

.faq .icon-down-arrow.faq-item__icon {
    width: 36px;
    height: 36px;
}

.faq .faq-item--open .faq-item__answer {
    /* padding: 0px 100px 20px 30px;*/
}

.faq .faq-item__icon {
    top: 20px;
}

.faq__more {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #325DA5;
}

.faq__link {
    padding-left: 30px;
    text-align: left;
}

.faq__link a::after {
    content: url('../img/icon-arrow.svg');
    padding-left: 10px;
}

@media (max-width: 767px) {
    .faq .faq-item__title {
        padding-top: 26px;
    }
}

.optimization__text {
    font-size: 16px;
    line-height: 26px;
    color: #253858;
}

.optimization {
    padding-bottom: 150px;
}

.optimization__padding {
    padding: 0 45px;
}

.optimization .text__run_quick {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
}

.paste_url {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 20px;
    background-color: #fff;
}

.paste_url input {
    width: 80%;
}

.paste_url input::placeholder, .paste_url input {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
}

.paste_url input {
    text-align: left;
}

.paste_url .up {
    position: initial;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
}

.paste_url .up__icon {
    line-height: 36px;
}

/* Second page */

.img_optimization {
    padding-top: 130px;
}

.img_optimization .title-description {
    max-width: 265px;
    margin-bottom: 47px;
}

.img_optimization .paste_url {
    margin-bottom: 20px;
}

.text--right {
    text-align: right;
}

.img_optimization__sign {
    padding: 30px 0 50px;
}

.img_optimization__sign p {
    text-align: right;
}

.img_optimization__container {
    padding: 0;
}

.img_optimization__sign a {
    margin-top: 0
}

.img_optimization .progress {
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.img_optimization__result_info {
    font-size: 18px;
    line-height: 21px;
    padding-top: 13px;
    font-weight: normal;
    color: #6380B1;
}

.img_optimization__result_info span, .img_optimization__result_info img {
    padding-right: 15px;
}

.img_optimization__result_info span:last-child {
    padding-right: 0;
}

.img_img_optimization__red {
    color: #FF0000;
    font-weight: bold;
}

.img_img_optimization__green {
    color: #5CBE2F;
    font-weight: bold;
}

.img_optimization__file {
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 29px 30px;
    margin-top: 20px;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization_file__column {
    padding-bottom: 22px;
}

.img_optimization_file__column img {
    padding: 0 15px;
}

.img_optimization_file__column a {
    margin-right: 15px;
}

.img_optimization__btn_download {
    margin-top: 20px;
}

.img_optimization__btn_download img {
    margin-right: 6px;
}

.img_optimization__user_img {
    border: 5px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.img_optimization__file p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization__error-description h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 14px;
}

.img_optimization__error-description img {
    border-radius: 3px;
}

@media (max-width: 992px) {
    .img_optimization__container {
        padding: 0 15px;
    }
    .img_optimization__sign p {
        text-align: left;
    }
    .img_optimization__sign a {
        margin-top: 20px;
    }
}

@media (max-width: 778px) {
    .img_optimization__user_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .img_optimization__error-description img {
        width: 100%;
    }
}

/*LANDING 16.12 MAIN PAGE*/

.supported {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #253858;
    padding-bottom: 96px;
}

.supported h1 {
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    font-family: 'Roboto';
    color: #253858;
}

.supported h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
    margin: 23px 0 10px;
}

.supported p {
    margin: 30px 0 10px;
    padding: 0 20px;
}

.supported__item {
    padding: 37px 57px 50px 57px;
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    margin-top: 32px;
}

.supported__item p {
    margin: 0;
    padding: 0;
}

.supported-php__margin {
    margin: 25.5px 0 25.5px;
}

.supported-joomla__maargin {
    margin: 5px 0 5px;
}

/*LANDING 16.12 MAIN PAGE*/

/* LANDING 16.12 SECOND PAGE */

.supported-cms {
    padding: 130px 0 70px;
}

.supported-cms h1 {
    text-align: center;
    font-weight: bold;
    font-size: 52px;
    line-height: 68px;
    color: #253858
}

.supported-cms p {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
    padding: 30px 0 47px;
}

.supported-cms__item {
    border: 1px solid #E5ECFA;
    box-sizing: border-box;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 37px;
    margin-bottom: 37px;
}

.supported-cms__item p {
    padding: 10px 0 37px;
    min-height: 175px;
}

/* LANDING 16.12 SECOND PAGE */

.optimization__text {
    font-size: 16px;
    line-height: 26px;
    color: #253858;
}

.optimization {
    padding-bottom: 150px;
}

.optimization__padding {
    padding: 0 45px;
}

.optimization .text__run_quick {
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
}

.paste_url {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 20px;
    background-color: #fff;
}

.paste_url input {
    width: 80%;
}

.paste_url input::placeholder, .paste_url input {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #253858;
}
@media(max-width: 1024px){
    .paste_url input::placeholder {
        font-size: 15px;
    }
}

.paste_url input {
    text-align: left;
}

.paste_url .up {
    position: initial;
    transform: rotate(-90deg);
    width: 36px;
    height: 36px;
}

.paste_url .up__icon {
    line-height: 36px;
}

/* Second page */

.img_optimization {
    padding-top: 130px;
}

.img_optimization .title-description {
    max-width: 555px;
    margin-bottom: 47px;
}

.img_optimization .paste_url {
    margin-bottom: 20px;
}

.text--right {
    text-align: right;
}

.img_optimization__sign {
    padding: 30px 0 50px;
}

.img_optimization__sign p {
    text-align: right;
}

.img_optimization__container {
    padding: 0;
}

.img_optimization__sign a {
    margin-top: 0
}

.img_optimization .progress {
    border-radius: 20px;
    height: 21px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
}

.img_optimization__result_info {
    font-size: 18px;
    line-height: 21px;
    padding-top: 13px;
    font-weight: normal;
    color: #6380B1;
}

.img_optimization__result_info span, .img_optimization__result_info img {
    padding-right: 15px;
}

.img_optimization__result_info span:last-child {
    padding-right: 0;
}

.img_img_optimization__red {
    color: #FF0000;
    font-weight: bold;
}

.img_img_optimization__green {
    color: #5CBE2F;
    font-weight: bold;
}

.img_optimization__file {
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    padding: 29px 30px;
    margin-top: 20px;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization_file__column {
    padding-bottom: 22px;
}

.img_optimization_file__column img {
    padding: 0 15px;
}

.img_optimization_file__column a {
    margin-right: 15px;
}

.img_optimization__btn_download {
    margin-top: 20px;
}

.img_optimization__btn_download img {
    margin-right: 6px;
}

.img_optimization__user_img {
    border: 5px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.img_optimization__file p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    color: #6380B1;
}

.img_optimization__error-description h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 14px;
}

.img_optimization__error-description img {
    border-radius: 3px;
}

@media (max-width: 992px) {
    .img_optimization__container {
        padding: 0 15px;
    }
    .img_optimization__sign p {
        text-align: left;
    }
    .img_optimization__sign a {
        margin-top: 20px;
    }
}

@media (max-width: 778px) {
    .img_optimization__user_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .img_optimization__error-description img {
        width: 100%;
    }
}

/* FOGOT PASSWORD */

.fogot-password h1 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 100px;
    color: #253858;
}

.fogot-password .subtitle {
    font-size: 21px;
}

.fogot-password a {
    text-decoration: revert;
}

.fogot-password input {
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    border: 1px solid rgba(0, 40, 114, 0.05);
}

/* FOGOT PASSWORD */

/* FOGOT PASSWORD ENTER NEW PASSWORD */

.content-login h1 {
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 30px;
    color: #253858;
}

.content-login .form-input__label {
    font-size: 21px;
    margin-left: 0;
}

.content-login input {
    box-shadow: 0px 15px 40px 0px rgba(0, 40, 114, 0.05);
    border: 1px solid rgba(0, 40, 114, 0.05);
}

/* FOGOT PASSWORD ENTER NEW PASSWORD */

.intro__drop-up .drop-zone {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.intro__drop-up {
    background-color: #f7faff91;
}

.intro-drop-up__border {
    width: 95%;
    height: 95%;
    margin: auto;
    border: 2px dashed black;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.intro-drop-up__border:hover {
    opacity: 0.8;
}

.intro__drop-up figure.icon {
    width: 50px;
    height: 50px;
    background-size: contain;
    top: 13%;
    left: 45%;
}

#fileElem {
    cursor: pointer;
}

.drop-zone {
    height: 218px;
}

.icon {
    position: absolute;
    top: 19%;
    left: 23%;
    background-image: url("../img/upload.png");
}

.drop-zone input[type="file"] {
    width: 100%;
    height: inherit;
    border: 1px solid black;
    opacity: 0;
    height: -webkit-fill-available;
}

.blue {
    color: #1975f7;
}

.offer__per_size {
    font-size: 22px;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

@media (max-width: 992px) {
    .display__responsive {
        display: none;
    }
    .responsive__loading {
        display: block;
    }
}

@media (max-width: 540px) {
    .intro__loading .padding__none {
        padding: 0;
    }
    .intro__loading {
        padding: 28px 5px 12px;
    }
    .padding-right-responsive {
        padding-right: 0;
    }
    .padding-left-responsive {
        padding-left: 0;
    }
}

.intro__drop-up .figure-icon__instruction {
    position: absolute;
    top: 41%;
    width: 86%;
    text-align: center;
}

.figure-icon-instruction__limit {
    position: absolute;
    top: 56%;
    font-size: 14px;
    opacity: 0.7;
    width: 90%;
    text-align: center;
}

.intro-drop-up__border div.figure-icon-instruction__limit:nth-child(3) {
    top: 68%
}

@media (max-width: 450px) {
    .intro__drop-up .figure-icon__instruction {
        width: 86%;
    }
}

@media (max-width: 450px) {
    .figure-icon-instruction__limit {
        top: 72%;
    }
}

@media (max-width: 1200px) {
    .size_desp, .percent  {
        font-size: 17px
    }
}
@media (max-width: 698px) {
    .size_desp, .percent  {
        font-size: 14px
    }
}
@media (max-width: 498px) {
    .size_desp, .percent {
        font-size: 12px
    }

}
#one-time .offer__per_size:first-child {
    padding-left: 10px;
}

.fogot-password h1 {
    font-size: 52px;
    font-weight: 700;
}

.img_optimization {
    padding: 180px 0;
}

.fogot-password .subtitle {
    padding: 0 24px;
}

.fogot-password h1 {
    text-align: center;
}

.img_optimization .tip {
    font-size: 18px;
    color: #6380b1;
    margin-bottom: 60px;
}

.img_optimization .tip a {
    text-decoration: revert;
    color: #1975f7;
}

.enter-new-password h1 {
    font-size: 52px;
    font-weight: 700;
    margin: auto;
    text-align: center;
}

.jcpo-counter {
    display: inline-block;
    background-color: #fff;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px;
}

.jcpo-counter p {
    margin: 0;
    color: #253858;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.jcpo-counter p span {
    position: relative;
}

.check h2 {
    font-size: 56px;
}

.counter {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    /* padding-top: 150px;*/
}

.counter h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    color: #253858;
    padding-top: 11px;
    margin-bottom: 12px;
}

.counter .description {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: #6380B1;
    margin-bottom: 34px;
}

.counter__item {
    font-size: 32px;
    line-height: 32px;
    text-align: center;
}

#time {
    font-size: 32px;
    line-height: 32px;
}

.IsDisabled {
    border: none;
}

.title-td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
}

#supported p {
    color: #6380b1;
}

.code-page {
    background-image: none;
}

.code-page-wrapp {
    padding: 130px 0;
}

.code-page-wrapp h2 {
    text-align: center;
}

.code-page-title p {
    width: 75%;
    margin: auto;
}

.code-page-item {
    margin-top: 47px;
}

.code-page-item img {
    display: block;
    margin: auto;
}

.code-page-item:first-child {
    margin-top: 30px;
}

.code-page-item h4 {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #253858;
    font-weight: 500;
    margin-bottom: 10px;
}

.code-page-text-step span {
    font-weight: 700;
    color: #20A6FF;
}

.code-page-text-step {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.code-page-text-step a {
    color: #20A6FF;
}

.code-page-text-item {
    display: flex;
    width: 40%;
}

.code-page-text-item svg {
    width: 3%;
    margin-right: 8px;
}

.code-page-row .code-page-text-item svg {
    width: 7%;
    margin-right: 8px;
}

.code-page-with .code-page-text-item {
    width: 100%;
}

.code-page-row {
    display: flex;
    align-items: center;
    margin-top: 47px;
}

.code-page-row:first-child {
    margin-top: 0;
}

.code-page-text-item__image-screen {
    width: 60%;
    margin-right: 60px;
    box-shadow: 0px 0px 25px rgba(99, 128, 177, 0.2);
    border-radius: 14px;
    position: relative;
}

.code-page-text-item__image-screen img {
    width: 100%;
    border-radius: 14px;
}

.code-page-text-item__image-screen .slick-next, .code-page-text-item__image-screen .slick-prev {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 80px;
}

.code-page-text-item__image-screen .slick-next {
    right: 0;
    top: 0;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    transform: rotate(180deg);
}

.code-page-text-item__image-screen .slick-prev {
    left: 0;
    top: 50%;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.code-page-text-item__image-screen .slick-prev::before {
    content: url('../img/other/arrow-circle.svg');
    width: 30px;
    z-index: 5;
}

.code-page-text-item__image-screen .slick-next::before {
    content: url('../img/other/arrow-circle.svg');
    width: 30px;
    z-index: 5;
}

.text.code-page-text-step {
    width: 93%;
}

.code-page-desktop-title h2 {
    margin-bottom: 31px;
    margin-top: 50px;
}

.code-page-desktop__item {
    margin-top: 16px;
}

.code-page-desktop__item .code-page-text-item {
    margin-top: 15px;
    width: 100%;
}

.code-page-desktop__item .code-page-text-step {
    margin-bottom: 0;
}

.code-page__try {
    padding: 21px 0 26px;
}

.code-page-desktop__item .text a {
    color: #20A6FF;
}

.code-page-desktop__item svg {
    width: 22px;
}

.code-page-text-item-tick {
    width: 8%;
    margin-right: 8px;
}

.code-page-responsive-img {
    display: none;
}

.code-page-item code {
    border: 2px solid #F1F5FF;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
    font-family: 'CourierNewBold';
    letter-spacing: 1px;
}

.code-page-reverse .code-page-text-item {
    margin-right: 60px;
}

.code-page-reverse .code-page-text-item__image-screen {
    margin-right: 0;
}

.fancybox-slide--iframe .fancybox-content {
    width: 1000px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
}

.code-page-item .code-copy {
    font-family: 'CourierNewRegular', Monospace;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #6380B1;
    background-color: #f6f8fa;
}

.code-page-item__code-container {
    border: 2px solid #F1F5FF;
    box-sizing: border-box;
    border-radius: 3px;
    width: fit-content;
    margin: auto;
    padding: 10px;
    padding-right: 120px;
    background-color: #f6f8fa;
}

.code-page-item__code-container .code-blue {
    color: #20A6FF;
}

.code-page-item__code-container .code_dark {
    color: #325da5;
}

.code-copy {
    display: block;
}

.code-copy .code-padding:nth-child(3), .code-copy .code-padding:nth-child(6), .code-copy .code-padding:nth-child(7), .code-copy .code-padding:nth-child(10), .code-copy .code-padding:nth-child(11), .code-copy .code-padding:nth-child(17) {
    margin-left: 25px;
}

.code-copy .code-padding:nth-child(4), .code-copy .code-padding:nth-child(5), .code-copy .code-padding:nth-child(8), .code-copy .code-padding:nth-child(9), .code-copy .code-padding:nth-child(12), .code-copy .code-padding:nth-child(15), .code-copy .code-padding:nth-child(16) {
    margin-left: 50px;
}

.code-copy .code-padding:nth-child(13), .code-copy .code-padding:nth-child(14) {
    margin-left: 75px;
}

.code-page-text-item__image-screen iframe {
    height: 332px;
}

.slick-dots li button:before {
    font-size: 10px;
}

.code-page-text-item__image-screen .slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
}

.code-page-text-item__image-screen .slider-item img {
    display: block!important;
}

.code-page-text-item__image-screen .slider-item div {
    display: block!important;
}

.code-page-wrapp .pre-code {
    white-space: pre-line;
    font-family: 'CourierNewRegular', Monospace;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #6380B1;
    background-color: #f6f8fa;
}

.code-page-wrapp .small-margin-code {
    margin-left: 25px;
}

.code-page-wrapp .middle-margin-code {
    margin-left: 50px;
}

.code-page-wrapp .big-margin-code {
    margin-left: 75px;
}

.code-page-text-item__image-screen, .slick-slide {
    width: 672px;
}

.documentation-code h3 {
    font-weight: 700;
    margin-bottom: 30px;
}

.documentation-code .code-copy {
    margin-bottom: 20px;
}

.documentation-code .code-page-item__code-container {
    margin-bottom: 30px;
}

.documentation-code .code-page-options {
    font-weight: 500;
    font-size: 16px;
}

.documentation-code .text {
    margin-bottom: 10px;
}

.modal-login__please .modal-header {
    border-bottom: none;
    padding: 30px 30px 0;
}

.modal-login__please .modal-title {
    font-size: 20px;
}

.modal-login__please .modal-body {
    padding: 0 30px 30px;
    margin-top: 40px;
}

.modal-login__please .menu-user {
    justify-content: space-between;
    margin-top: 35px;
}

.modal-login__please .menu-user .btn {
    color: #fff;
    min-width: 115px;
}

.into-container-main-page {
    border-radius: 17px;
    /* -webkit-box-shadow: 0px 15px 40px 0px rgb(0 40 114 / 10%);
    box-shadow: 0px 15px 40px 0px rgb(0 40 114 / 10%); */
    filter: drop-shadow(0px 0px 25px rgba(99, 128, 177, 0.1));
}

.into-container-main-page .intro__drop-up {
    background-color: #f1f5ff;
    border-radius: 14px 14px 0 0;
    padding-top: 1px;
}

.into-container-main-page .intro__options {
    border-radius: 0 0 14px 14px;
}

.into-container-main-page .btn-group-toggle .btn-secondary:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.into-container-main-page .btn-group-toggle .btn-secondary:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.into-container-main-page .btn-secondary {
    border: 1px solid #C7DCFF;
}

.into-container-main-page .btn-secondary:not(:disabled):not(.disabled).active, .into__download .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    border: 1px solid #C7DCFF;
    font-size: 12px;
    line-height: 14px;
}

.into-container-main-page .icon {
    background-repeat: no-repeat;
    background-image: url('../img/download-dropdown-image.svg');
}

.into-page-description-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 26px;
    color: #6380B1;
    padding-left: 30px;
}

/* .into-page-description-text .list__item {
    font-weight: 400;
} */

.intro__options h4 {
    margin-bottom: 5px;
}

.into-container-main-page .intro-drop-up__border {
    position: relative;
}

.into-container-main-page .intro__drop-up .figure-icon__instruction {
    left: 7%;
}

.into-container-main-page .intro-drop-up__border div.figure-icon-instruction__limit:nth-child(3) {
    left: 3%;
}

.into-container-main-page .intro-drop-up__border .figure-icon-instruction__limit {
    left: 5%;
}

#row_result .row:last-child .intro_loading__elipsis, #row_result .row:last-child .progress, #row_result .row:last-child .size_desp, #row_result .row:last-child .display__responsive, #row_result .row:last-child .percent, #row_result .row:last-child .size_src {
    margin-bottom: 0;
}

#downloadAll img {
    margin-right: 10px;
}

.into__download .intro__loading {
    padding: 28px 30px;
}

#modal.modal-login__please {
    line-height: 22px;
}

.into-page-description-text .list--with-icon {
    margin-bottom: 0;
}

.into-page-description-text .list--with-icon .list--with-icon {
    margin-bottom: 5px;
    list-style: auto;
    margin-left: 22px;
    list-style: none;
}

.into-page-description-text .list--with-icon p span {
    color: #20A6FF;
    font-weight: bold;
    margin-right: 10px;
}

.into-page-description-text .list--with-icon__child {
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .code-page-text-item__image-screen, .slick-slide {
        width: 580px;
    }
    .modal-login__please .menu-user {
        display: flex;
    }
    .into-container-main-page .intro-drop-up__border .figure-icon-instruction__limit {
        top: 59%;
    }
}

@media (max-width: 991px) {
    .code-page-title p {
        width: 100%;
    }
    .code-page-row {
        flex-direction: column-reverse;
    }
    .code-page-reverse {
        flex-direction: column;
    }
    .code-page-responsive-img {
        display: block;
    }
    .code-page-responsive-true {
        display: none;
    }
    .code-page-desktop__item .btn {
        display: flex;
        width: fit-content;
        margin: auto;
    }
    .code-page-text-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .code-page-text-item__image-screen {
        width: 100%;
        margin-right: 0;
    }
    .code-page-reverse .code-page-text-item {
        margin-right: 0;
    }
    .code-page-text-item__image-screen {
        width: 100%;
    }
    .slick-slide {
        width: auto;
    }
    .slider-item img {
        width: 691px;
    }
    .code-page-text-item__image-screen .slider-item {
        height: auto;
    }
    .into-container-main-page .intro-drop-up__border .figure-icon-instruction__limit {
        top: 56%
    }
    
    .into-page-description-text {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .slider-item img {
        width: 513px;
    }
}

@media (max-width: 500px) {
    .slider-item img {
        width: 430px;
    }
    .code-page-title h2 {
        font-size: 22px;
    }
    .into-container-main-page .intro-drop-up__border .figure-icon-instruction__limit {
        top: 59%;
    }
}

@media (max-width: 400px) {
    .slider-item img {
        width: 380px;
    }
    .code-page-title h2 {
        font-size: 18px;
    }
    .into-container-main-page .intro-drop-up__border div.figure-icon-instruction__limit:nth-child(3) {
        left: 5%;
    }
}

@media (max-width: 375px) {
    .slider-item img {
        width: 340px;
    }
    .code-page-title h2 {
        font-size: 18px;
    }
}

@media (max-width: 475px) {
    .figure-icon-instruction__limit {
        top: 60%;
    }
}

@media (max-width: 450px) {
    .figure-icon-instruction__limit {
        top: 60%;
    }
}

@font-face {
    font-family: 'CourierNewBold';
    src: url('../fonts/CourierNewBold.ttf');
}

@font-face {
    font-family: 'CourierNewRegular';
    src: url('../fonts/Courier_New_Regular.ttf');
}

.width-100 {
    width: 100%!important;
}

.api-insert-code .quote {
    color: #7ec699;
}

.api-insert-code .method {
    color: #f08d49;
}

/* .slick-list {
    border-radius: 14px;
} */

/* FIX STYLE RU LANGUAUGE */

@media (max-width: 991px) {
    .index-page .tabs-toggle__link {
        font-size: 17px;
    }
}

@media (max-width: 425px) {
    .index-page .tabs-toggle__link {
        padding: 15px 7px;
    }
}
.danger a {
    border-radius: 50%;
    background-color: red;
    color: white;
}
.danger a:hover {
    border-radius: 50%;
    color: white;
}
.form-group input.error {
    border: 1px solid red;
    color: red!important;
}
.form-group small.error {
    color: red!important;
}
.fs-14 a {
    font-size: 14px;
}