@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none !important;
}

table {
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: 500;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: black;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

strong {
    font-weight: 700;
}

* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    background-color: #f7f7f7;
    color: #000000;
}

.toTop.show {
    visibility: visible;
    opacity: 1;
}

.toTop {
    position: fixed;
    z-index: 999;
    bottom: 30px;
    left: 30px;
    min-height: 30px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    background: #f7f7f7;
    border-radius: 5px;
    border: 1px solid white;
}

.breadcrumbs {
    color: #AAAAAA;
    font-size: 12px;
}

.breadcrumbs a {
    color: #AAAAAA;
    text-decoration: underline;
    font-size: 12px;
}

.breadcrumbs .sep {
    padding: 0 5px;
    color: #AAAAAA;
}

.toTop {
    cursor: pointer;
}

.up-right-block:hover .up-right span {
    transform: translate3d(0, -100%, 0);
}

.up-right {
    display: grid;
    line-height: 1.25;
    overflow: hidden;
    position: relative;
}

.up-right .origin {
    display: grid;
    transform: translateZ(0);
    transition: transform .5s ease;
}

.up-right .clone {
    inset-block-start: 100%;
    display: grid;
    position: absolute;
    transform: translateZ(0);
    transition: transform .5s ease;
}

.btn {
    height: 62px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn.white {
    background: white;
    color: black;
}

.btn.dark {
    background: #343434;
    color: white;
}

.btn.yellow {
    background: #FFF445;
    color: black;
}

.header.fix {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #f7f7f7;
    top: 0;
    left: 0;
}

.header.fix .header_top {
    margin-bottom: 10px;
    margin-top: 10px;
}

.header.fix.menu-open .header_menu {
    padding-top: 42px;
}


.header_top {
    margin-bottom: 46px;
    margin-top: 32px;
}

.header_top .item {
    display: flex;
    align-items: center;
    height: 62px;
    justify-content: center;
    width: 100%;
}

.header_top .logo {
    background: white;
    border-radius: 10px;
}

.header_top .logo img {
    width: 131px;
    top: 2px;
    position: relative;
}

.header_top .slogan {
    background: white;
    border-radius: 10px;
    padding: 19px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    justify-content: space-between;
}

.header_top .slogan span {
    font-weight: 600;
}

.header_top .slogan img {
    margin-left: 10px;
}

.header_top .consultation {
    border-radius: 10px;
    background: #343434;
    color: white;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
    min-width: 220px;
}

.header_top .contacts {
    border-radius: 10px;
    background: white;
    padding-left: 26px;
    padding-right: 26px;
    justify-content: flex-start;
    position: relative;
}

.header_top .contacts .telegram {
    background-image: url("../images/icon_tg.svg");
    background-size: cover;
    width: 37px;
    height: 37px;
    position: absolute;
    right: 26px;
    transition: width 0.2s ease, height 0.2s ease;
}

.header_top .contacts .telegram:hover {
    width: 43px;
    height: 43px;
}

.header_top .contacts .online {
    color: #97E28A;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-right: 26px;
}

.header_top .contacts .online:after {
    content: '';
    display: block;
    position: relative;
    background: #18AB00;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 1px;
    margin-left: 10px;
}

.header_top .contacts .phone {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.header_top .contacts .phone:hover {
    text-decoration: underline;
}

.header_top .menu-button {
    border-radius: 10px;
    background: white;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 12px;
    justify-content: space-between;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
    user-select: none;
}

.header_top .menu-button:hover {
    background: #343434;
    color: white;
}

.header_top .menu-button:hover .svg {
    fill: white;
    stroke: white;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.header_top .menu-button .svg {
    fill: #343434;
    stroke: #343434;
    transition: fill 0.2s ease, stroke 0.2s ease;
}

.header_top .menu-button .menu-close {
    display: none;
}

.menu-open .menu-button .menu-close {
    display: block;
}

.menu-open .menu-button .menu {
    display: none;
}

.menu-open .header_menu {
    display: block;
    z-index: 999;
    overflow: hidden;
    overflow-y: auto;
    height: calc(100vh - 124px);
}

.header_menu {
    display: none;
    position: absolute;
    background: #f7f7f7;
    z-index: 2;
}

body.menu-open {
    overflow: hidden;
}

.menu-top-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 2.55;
    text-transform: uppercase;
    color: black;
}

.menu-top-main a {
    font-size: 22px;
    font-weight: 500;
    line-height: 2.55;
    text-transform: uppercase;
    color: black;
}

.menu-top-service ul, .menu-top-price ul {
    padding-top: 16px;
}

.menu-top-service a, .menu-top-price a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: black;
    margin-bottom: 24px;
    display: inline-block;
}

.menu-top-service ul li:first-child {
    position: relative;
}

.top {
    border-radius: 10px;
    background: #FFF445;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -2px;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 10px;
}

.lang-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: black;
    margin-top: 14px;
    margin-bottom: 7px;
}

#language-chooser {
    display: flex;
    flex-direction: column;
}

#language-chooser a {
    display: flex;
    align-items: center;
}

#language-chooser .active a {
    pointer-events: none;
}

#language-chooser .active a .text {
    font-size: 18px;
    font-weight: 400;
    color: #A2A2A2;
    text-decoration: none;
}

#language-chooser a .text {
    font-size: 18px;
    font-weight: 400;
    color: black;
    text-decoration: underline;
}

#language-chooser .lang-ua {
    order: -1;
}

#language-chooser .lang-ua .icon {
    background-image: url("../images/ua.svg");
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
    margin-left: 8px;
}

#language-chooser .lang-ru .icon {
    background-image: url("../images/ru.svg");
    background-size: cover;
    display: block;
    width: 27px;
    height: 27px;
    margin-left: 8px;
}

.top_content {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 63px 50px 63px;
    height: 100%;
}

.top_content .top_title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 46px;
}

.top_content .top_title g {
    font-weight: 700;
}

.top_content .top_title span {
    font-weight: 700;
}

.top_content .top_text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    max-width: 570px;
}

.page-template-main .top_content .top_text {
    max-width: 530px;
}

.top_content .top_list {
    padding-top: 45px;
}

.top_content .top_list li {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 8px;
    display: block;
    text-indent: -42px;
    margin-left: 42px;
}

.top_content .top_list li:last-child {
    padding-bottom: 0px;
}

.top_content .top_list li::before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 25px;
    vertical-align: middle;
    background: #FFF145;
    position: relative;
    top: -1px;
    display: inline-block;
}

.main_laurel_prestige {
    display: flex;
    padding-top: 110px;
    position: relative;
    left: -32px;
}

.main_laurel_prestige .main_laurel_item {
    text-align: center;
    position: relative;
}

.main_laurel_prestige .main_laurel_item_value {
    font-size: 50px;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 34px;
}

.main_laurel_prestige .main_laurel_item_text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.main_laurel_prestige .main_laurel_item.small {
    width: 210px;
}

.main_laurel_prestige .main_laurel_item.big {
    width: 234px;
}

.main_laurel_prestige .main_laurel_item.small:after {
    background-image: url("../images/lavr-small.svg");
    background-size: 211px 109px;
    width: 211px;
    height: 109px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.main_laurel_prestige .main_laurel_item.big:after {
    background-image: url("../images/lavr-big.svg");
    background-size: 234px 109px;
    width: 234px;
    height: 109px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.wpcf7-spinner, .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7 form br {
    display: none !important;
}

.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-content: center;
}

.wpcf7 .wpcf7-list-item {
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.wpcf7-radio {
    display: inline-flex;
    flex-direction: column;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
    position: relative;
    visibility: hidden;
    margin: 0;
    height: auto;
    width: auto;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 6px;
    left: 0;
    border: 1px solid #797979;
    background: white;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span::before {
    background: transparent;
    border: 5px solid #000000;
}

.wpcf7-form .wpcf7-list-item-label {
    text-indent: 20px;
    padding-bottom: 16px;
}

.form {
    height: 100%;
    border-radius: 10px;
    background-color: #FFF445;
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
}

.form .form_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 35px;
}

.form .form_title span {
    font-weight: 700;
}

.form form {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 30px;
}

.form .phone input, .callback_form .phone input {
    outline: none;
    height: 62px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    background: white;
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
    padding-top: 19px;
    padding-left: 66px !important;
}

.form input:focus, .callback_form input:focus {
    border-color: #ADADAD;
    outline: none;
}

.form input.wpcf7-not-valid, .callback_form input.wpcf7-not-valid {
    border-color: #FF4040 !important;
}

.form .phone, .callback_form .phone {
    position: relative;
}

.form .phone label, .callback_form .phone label {
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    left: 20px;
    top: 6px;
    z-index: 2;
}

.form .iti__selected-flag, .callback_form .iti__selected-flag {
    padding-left: 10px !important;
    outline: none !important;
}

.form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag, .callback_form .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent !important;
}

.form .iti--allow-dropdown .iti__flag-container, .form .iti--separate-dial-code .iti__flag-container,
.callback_form .iti--allow-dropdown .iti__flag-container, .callback_form .iti--separate-dial-code .iti__flag-container {
    top: 18px !important;
    left: 12px !important;
}

.form .iti__country-list, .callback_form .iti__country-list {
    margin-top: 4px;
    left: -9px;
}

.form .send {
    padding-bottom: 50px;
    display: block;
}

.form .to_send_text {
    font-size: 22px;
    font-weight: 500;
    display: block;
    padding: 30px 0 24px;
}

.form button[type="submit"], .callback_form button[type="submit"] {
    width: 100%;
    border-radius: 10px;
    background: #343434;
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form .radio-send--class-1 .wpcf7-list-item-label:after {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url("../images/form_tg.svg");
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.form .radio-send--class-2 .wpcf7-list-item-label:after {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url("../images/form_viber.svg");
    display: inline-block;
    position: relative;
    top: 4px;
    margin-left: 20px;
}

.form .radio-send--class-3 .wpcf7-list-item-label:after {
    content: '';
    width: 19px;
    height: 19px;
    background-image: url("../images/form_phone.svg");
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.form .image_price {
    position: absolute;
    top: -34px;
    right: -30px;
}

.form .up-right-block {
    position: relative;
}

.callback_form {
    background: #FFF445;
}

.services {
    padding: 114px 0;
}

.services_title {
    padding: 50px 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.53;
    text-transform: uppercase;
}

.services_title span {
    font-weight: 700;
    display: block;
    width: 100%;
}

.services_text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
}

.services_item {
    border-radius: 10px;
    padding: 50px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services_item.dark {
    background: #343434;
    color: white;
}

.services_item.white {
    background: white;
    color: #000000;
}

.services_item.dark .services_item_list li::before {
    background-color: #FFFCD3;
}

.services_item.white .services_item_list li::before {
    background-color: #000000;
}

.services_item_title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
    line-height: 29px;
}

.services_item_icon_text {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.services_item_icon {
    margin-right: 14px;
    flex-shrink: 0;
}

.services_item_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    min-height: 60px;
    align-items: center;
    display: flex;
}

.services_item_list {
    padding-bottom: 40px;
}

.services_item_list li {
    font-size: 16px;
    font-weight: 400;
    padding-left: 42px;
    margin-bottom: 14px;
    position: relative;
}

.services_item_list li:last-child {
    margin-bottom: 0;
}

.services_item_list li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.portfolio_block {
    padding-bottom: 114px;
}

.portfolio_top {
    padding-bottom: 54px;
}

.portfolio_title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.portfolio_performance {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: white;
    padding: 13px 95px;
}

.portfolio_performance_item:first-child {
    padding-right: 126px;
    padding-left: 20px;
}

.portfolio_performance_icon_value {
    display: flex;
    align-items: center;
}

.portfolio_performance_icon {
    margin-right: 30px;
}

.portfolio_performance_value {
    font-size: 32px;
    font-weight: 600;
}

.portfolio_performance_text {
    font-size: 18px;
    font-weight: 400;
}

.portfolio .image img {
    border-radius: 20px;
    transition: border-radius 0.3s ease-in-out;
}

.portfolio .image img:hover {
    border-radius: 70px;
}

.portfolio .site_link {
    padding-top: 30px;
}

.portfolio .site_link a {
    display: flex;
    justify-content: space-between;
}

.portfolio .site_link .arrow {
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    transition: background 0.2s ease;
    flex-shrink: 0;
}

.portfolio .site_link:hover .arrow {
    background: black;
    transition: background 0.2s ease;
}

.portfolio .site_link .svg {
    fill: black;
    transition: fill 0.2s ease;
}

.portfolio .site_link:hover .svg {
    fill: white;
    transition: fill 0.2s ease;
}

.portfolio .site_link .text {
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    color: black;
    text-transform: uppercase;
    max-width: calc(100% - 50px);
}

.portfolio .desc {
    font-size: 20px;
    font-weight: 400;
    color: #4E4E4E;
    max-width: calc(100% - 50px);
}

.portfolio_item.hide {
    display: none;
}

.portfolio_item {
    margin-bottom: 32px;
}

#load-more {
    max-width: 345px;
    margin: 0 auto;
}

.partners_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.65;
    text-transform: uppercase;
}

.partners_sub_title {
    background: #FFF445;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    padding: 20px 36px;
}

.partner_images {
    padding-top: 64px;
}

.partner_images .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 118px;
    border: 1px solid #DADADA;
    padding: 0 20px;
}

.ps__rail-x, .ps__rail-y {
    opacity: 1 !important;
}

.ps__rail-x {
    bottom: 0;
    height: 23px;

    background: #FFF445;
}

.ps__rail-y {
    right: 0;
    width: 10px;

    background: #FFF445;
}

.ps__thumb-y {
    width: 10px !important;
    background: #FFF445;
    border-radius: 4px;
}

.ps__thumb-x {
    height: 23px !important;
    background: #FFF445;
    border-radius: 20px;
    bottom: 0;
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background: white;
}


.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background: #FFF445 !important;
    width: 10px !important;
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background: #FFF445 !important;
    height: 23px !important;
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    background: white;
}

.ps--active-x > .ps__rail-x {
    border-radius: 20px;
}

.seo_footer {
    padding-top: 114px;
}

.seo_footer .text {
    position: relative;
    height: 800px;
    padding-right: 30px;
}

.seo_wrapper {
    background: white;
    border-radius: 10px;
    padding: 70px 20px 60px 50px;
}

.seo_footer .text h1, .page_text h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.seo_footer .text h2, .page_text h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.55;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.seo_footer .text h3, .page_text h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.seo_footer .text p, .page_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    padding-bottom: 26px;
}

.seo_footer .text p:last-child, .page_text p:last-child {
    padding-bottom: 0;
}

.seo_footer ul li, .page_text ul li {
    position: relative;
    padding-left: 43px;
    margin-bottom: 20px;
}

.seo_footer ul li::before, .page_text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #FFF445;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 400;
}

.seo_footer ol, .page_text ol {
    counter-reset: item;
    margin-bottom: 36px;
}

.seo_footer ol li, .page_text ol li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 16px;
}

.seo_footer ol li::before, .page_text ol li::before {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #FFF445;
    color: black;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    text-align: center;
}


.seo_footer table {
    width: 100%;
    border-collapse: collapse;
}

.seo_footer th, .seo_footer td {
    border: 1px solid white;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    color: black;
    background: #F1F1F1;
}

.seo_footer tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.seo_footer_block tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.seo_footer tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.seo_footer tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.footer {
    background: #2A2A2D;
    border-radius: 10px;
    margin-top: 130px;
    padding: 56px 48px;
}

.footer_top {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 56px;
    margin-bottom: 56px;
}

.footer_top a {
    font-size: 36px;
    font-weight: 700;
    color: white;
}

.footer_middle {
    padding-bottom: 80px;
}

.footer_middle .footer_menu_title {
    color: #9B9B9B;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    padding-bottom: 14px;

}

.footer_middle ul li {
    padding-bottom: 14px;
}

.footer_middle ul li:last-child {
    padding-bottom: 0;
}

.footer_middle ul li a {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    transition: color 0.2s ease;
}

.footer_middle ul li a:hover {
    color: #9B9B9B;
    transition: color 0.2s ease;
}

.footer_bottom .footer_title {
    font-size: 34px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.footer_bottom .footer_title span {
    color: #FFF445;
}

.footer_bottom .menu span {
    font-size: 18px;
    font-weight: 400;
    color: white;
    padding-right: 38px;
    margin-bottom: 18px;
    display: inline-block;
}

.footer_bottom .menu span a {
    color: inherit;
    transition: color 0.2s ease;
}

.footer_bottom .menu span a:hover {
    color: #9B9B9B;
    transition: color 0.2s ease;
}

.footer_copy {
    color: #5B5B5B;
    white-space: nowrap;
    font-size: 18px;
    text-align: right;
}

.mini_questions {
    background: white;
    border-radius: 10px;
    padding: 60px 50px 50px;
    height: 100%;
}

.mini_questions_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
    padding-bottom: 20px;
}

.mini_questions_text {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    text-transform: uppercase;
    padding-bottom: 48px;
}

.mini_questions_btn {
    padding-top: 18px;
    padding-bottom: 14px;
}

.mini_questions_btn .btn {
    max-width: 368px;
}

.mini_questions_budget {
    font-size: 16px;
    font-weight: 600;
}

.mini_questions_btn_click {
    font-size: 10px;
    font-weight: 600;
}

.questions_form {
    background: #2A2A2D;
    border-radius: 10px;
    height: 100%;
    padding: 55px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.questions_form_icon_text {
    display: flex;
    align-items: center;
}

.questions_form_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    color: white;
    padding-left: 14px;
}

.questions_form_title {
    padding-bottom: 36px;
    color: white;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
}

.questions_form_image_text {
    display: flex;
}

.questions_form_image_text .questions_form_text {
    padding-left: 86px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.questions_form_image_text .questions_form_text span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 2;
    padding-bottom: 16px;
}

.different_block {
    padding-top: 114px;
}

.different {
    background-image: url("../images/bg_different.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 62px 50px;
    display: flex;
    justify-content: space-between;
}

.different_title {
    font-size: 34px;
    line-height: 1.65;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
    padding-bottom: 53px;
}

.different_title span {
    font-weight: 700;
}

.different_btn_top {
    max-width: 345px;
}

.different_text {
    padding-bottom: 96px;
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    max-width: 420px;
}

.different_btn {
    padding-bottom: 12px;
}

.different_image_people {
    padding: 13px 17px;
    border-radius: 10px;
    background: white;
    display: flex;
    align-items: center;
}

.different_image {
    margin-right: 26px;
}

.different_people_name {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 14px;
    padding-top: 8px;
}

.different_people_position {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #A5A5A5;
}

.different_right {
    display: flex;
    flex-direction: column;
    text-align: right;
    color: white;
    justify-content: space-between;
    padding-right: 20px;
}

.different_value {
    font-size: 66px;
    font-weight: 600;
    line-height: 1.22;
}

.different_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.22;
}

.different_value_content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.different_value_content:nth-child(2) .different_content, .different_value_content:nth-child(3) .different_content {
    max-width: 176px;
}

.scroll-container {
    overflow: hidden;
    white-space: nowrap;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    height: 57px;
    margin-top: 114px;
    margin-bottom: 114px;
}

.scroll-content {
    display: inline-flex;
    white-space: nowrap;
    position: absolute;
}

.make_cool_text {
    height: 57px;
    display: inline-flex;
    align-items: center;
    padding: 12px 72px;
    border-radius: 20px;
    border: 1px solid #000000;
    font-size: 22px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
    margin-right: 24px;
}

.make_cool_arrow {
    height: 57px;
    width: 57px;
    border-radius: 20px;
    display: flex;
    border: 1px solid #000000;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    margin-right: 24px;
}

.make_cool_arrow .svg {
    fill: black;
    transition: fill 0.2s ease;
}

.scroll-content .scroll-content_item {
    display: flex;
    cursor: pointer;
}

.make_cool_arrow:hover {
    background: black;
    transition: background 0.2s ease;
}

.make_cool_arrow:hover .svg {
    fill: white;
    transition: fill 0.2s ease;
}

.make_cool_text:hover {
    color: white;
    background: black;
    transition: background 0.2s ease, color 0.2s ease;
}

.scroll-container:before {
    content: '';
    height: 57px;
    width: 263px;
    background: linear-gradient(90.72deg, #F7F7F7 5.82%, rgba(247, 247, 247, 0) 99.36%);
    display: block;
    position: absolute;
    left: -80px;
    z-index: 1;
}

.scroll-container:after {
    content: '';
    height: 57px;
    width: 263px;
    background: linear-gradient(90.72deg, #F7F7F7 5.82%, rgba(247, 247, 247, 0) 99.36%);
    display: block;
    position: absolute;
    right: -80px;
    z-index: 1;
    transform: rotate(-180deg);
}

.contract_title {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
}

.contract_steps ul li {
    position: relative;
    padding-left: 65px;
    padding-bottom: 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}

.contract_steps ul li span {
    font-weight: 700;
}

.contract_steps ul li:last-child {
    padding-bottom: 0;
}

.contract_steps ul li::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF445;
}

.contract_steps ul li.checked::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 24px;
    height: 25px;
    background-image: url("../images/contract/li-checked.svg");
}

.contract_image img {
    position: relative;
    bottom: 69px;
    margin-bottom: -69px;
    left: -284px;
}

.effective_marketing_image {
    border: 1px solid #F2EEEE;
    background: white;
    border-radius: 10px;
    padding: 58px 35px;
}

.effective_marketing_image:first-child {
    margin-bottom: 20px;
}

.effective_marketing_content {
    background: #2A2A2D;
    border-radius: 10px;
    height: 100%;
    padding: 50px;
}

.effective_marketing_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    color: white;
    text-transform: uppercase;
    padding-bottom: 72px;
}

.effective_marketing_title span {
    color: #FFF445;
    text-decoration: underline;
}

.effective_marketing_content p {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.14;
    padding-bottom: 40px;
}

.effective_marketing_content ul li {
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 15px;
}

.effective_marketing_content ul li:last-child {
    padding-bottom: 0;
}

.effective_marketing_content li::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
    background-color: white;
}

.undecided_block {
    padding-top: 114px;
}

.undecided_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.65;
    text-transform: uppercase;
    padding-top: 42px;
    max-width: 420px;
}

.conventional_development {
    border: 1px solid #CECECE;
    padding: 38px;
    height: 100%;
    border-radius: 10px;
}

.conventional_development_title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 44px;
}

.conventional_development_icon_text {
    display: flex;
    padding-bottom: 42px;
}

.conventional_development_icon {
    margin-right: 24px;
}

.conventional_development_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.conventional_development_icon .svg {
    fill: #DA2E2E;
}

.conventional_development ul li {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #C7C7C7;
    padding-bottom: 15px;
}

.conventional_development ul li:last-child {
    padding-bottom: 0;
}

.conventional_development ul li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #C7C7C7;
}

.our_development {
    height: 100%;
    border-radius: 10px;
    background-color: #FFF445;
    padding: 38px;
}

.our_development_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 44px;
}

.our_development_icon_text {
    display: flex;
    padding-bottom: 42px;
}

.our_development_icon {
    margin-right: 24px;
}

.our_development_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.our_development_icon .svg {
    fill: #000000;
    transform: scaleY(-1);
}

.our_development ul li {
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    color: #000000;
    padding-bottom: 15px;
}

.our_development ul li:last-child {
    padding-bottom: 0;
}

.our_development ul li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #000000;
}

.create_systems_block {
    padding-top: 114px;
}

.create_systems_block .mb {
    margin-bottom: 30px;
}

.create_systems_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    text-transform: uppercase;
    padding-bottom: 45px;
}

.create_systems_subtitle {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.14;
    padding-bottom: 96px;
}

.create_systems_item {
    background: white;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.create_systems_item.two {
    padding: 32px 42px 0;
}

.create_systems_item.three {
    padding: 32px 42px;
}

.create_systems_item.four {
    padding: 32px 42px;
    justify-content: flex-start;
}

.create_systems_item .create_systems_item_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

.create_systems_item.two .create_systems_item_title {
    padding-bottom: 30px;
}

.create_systems_item.four .create_systems_item_title {
    padding-bottom: 15px;
}

.create_systems_item .create_systems_item_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.create_systems_item.two .create_systems_item_text {
    padding-bottom: 16px;
}

.create_systems_item.two .create_systems_item_image {
    text-align: center;
}

.create_systems_item.three .create_systems_item_image {
    padding-top: 20px;
    padding-bottom: 14px;
}

.expertise_block {
    padding-top: 144px;
}

.expertise_wrapper {
    border-radius: 10px;
    padding: 82px 32px 0;
    background: #2A2A2D;
}

.expertise_image {
    padding-top: 43px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.expertise_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    text-transform: uppercase;
    color: white;
    padding-bottom: 32px;
}

.expertise_title span {
    color: #279FE0;
}

.expertise_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    padding-bottom: 32px;
}

.expertise_list {
    margin-bottom: 80px;
}

.expertise_list ul li {
    color: white;
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    padding-bottom: 15px;
}

.expertise_list ul li:last-child {
    padding-bottom: 0;
}

.expertise_list ul li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: white;
}

.steps_wrapper_block {
    background: #2A2A2D;
    border-radius: 10px;
    padding: 70px 60px 22px 60px;
    overflow: hidden;
}

.steps_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    color: white;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.scroll-steps-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.steps-wrapper {
    display: flex;
    gap: 34px;
    flex-wrap: nowrap;
}

.step_item {
    flex: 0 0 calc((100% - 68px) / 3); /* 3 чтобы ширина каждого элемента занимала треть от контейнера с учётом промежутков (gap) два промежутка по 34px), */
    background-color: white;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 46px;
    justify-content: space-between;
    padding: 32px 32px 24px;
    min-height: 410px;
    min-width: 390px;
}

.steps_wrapper_block .tabs-nav {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0 0 60px;
}

.steps_wrapper_block .tabs-nav li {
    cursor: pointer;
    border-bottom: none;
    margin-right: 72px;
}

.steps_wrapper_block .tabs-nav li:last-child {
    margin-right: 0;
}

.steps_wrapper_block .tab {
    visibility: hidden;
    height: 0
}

.steps_wrapper_block .tab.active {
    visibility: visible;
    height: auto;
}

.steps_wrapper_block .tab_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: white;
    white-space: nowrap;
}

.steps_wrapper_block .tabs-nav li.active .tab_title {
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 700;
}

.steps_wrapper_block .tabs-nav span {
    font-size: 14px;
    font-weight: 400;
    color: #A2A2A2;
    display: block;
    padding-top: 4px;
    text-decoration: none;
}

.scroll_see {
    padding-top: 12px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.step_item_title_number {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 34px;
}

.step_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding-top: 6px;
}

.step_item_number {
    font-size: 14px;
    font-weight: 400;
    color: #6C6C6C;
    padding: 12px 25px;
    border-radius: 20px;
    background-color: #FFF445;
    flex-shrink: 0;
    margin-left: 10px;
}

.step_item_list {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #6C6C6C;
}

.step_item_list_text {
    padding-bottom: 22px;
}

.step_item_list ul {
    padding-bottom: 43px;
}

.step_item_list ul li {
    position: relative;
    padding-left: 43px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 22px;
}

.step_item_list ul li:last-child {
    padding-bottom: 0;
}


.step_item_list ul li::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #6C6C6C;
}

.step_item_results {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.step_item_result {
    display: flex;
    align-items: center;
    margin-right: 44px;
}

.step_item_result:last-child {
    margin-right: 0;
}

.step_item_result_text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin-left: 10px;
}

.each_other_block {
    padding-top: 114px;
}

.each_other_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    text-transform: uppercase;
    padding-bottom: 68px;
}

.each_other_item {
    border-radius: 10px;
    padding: 60px 52px;
    height: 100%;
}

.each_other_item.no {
    background: #343434;
    color: white;
}

.each_other_item.yes {
    background: #FFF445;
    color: #000000;
}

.each_other_item.no .each_other_item_title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.13;
    color: #DA2E2E;
    text-transform: uppercase;
    padding-bottom: 46px;
}

.each_other_item.yes .each_other_item_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.13;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 46px;
}

.each_other_item_list {
    padding-bottom: 30px;
}

.each_other_item ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.56;
    padding-bottom: 32px;
    padding-left: 52px;
    position: relative;
}

.each_other_item ul li:last-child {
    padding-bottom: 0;
}

.each_other_item ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.each_other_item.no ul li::before {
    background-color: #DA2E2E;
}

.each_other_item.yes ul li::before {
    background-color: #000000;
}

.command_block {
    padding-top: 114px;
}

.page-template-services-site .command_block {
    padding-top: 0;
}

.command_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    text-transform: uppercase;
    padding-bottom: 92px;
}

.command_contact_call_time {
    font-size: 14px;
    font-weight: 600;
}

.command_contact_phone {
    padding-bottom: 55px;
}

.command_contact_phone a {
    font-size: 36px;
    font-weight: 700;
    color: black;
}

.command_contact_phone a:hover {
    text-decoration: underline;
}

.command_contact_telegram {
    display: flex;
}

.command_contact_telegram_text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 20px;
    max-width: 245px;
}

.command_contact_telegram_icon .telegram {
    background-image: url("../images/icon_tg.svg");
    background-size: cover;
    width: 54px;
    height: 54px;
    display: inline-block;
}

.scroll-command-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.scroll-command-wrapper {
    display: flex;
    gap: 26px;
    flex-wrap: nowrap;
}

.command_image {
    position: relative;
    margin-bottom: 60px;
}

.command_image img {
    border-radius: 10px;
}

.command_block .scroll_see {
    color: #8A8A8A;
}

.command_block .scroll_see strong {
    color: black;
}

.tags_block {
    padding-top: 86px;
}

.tags_item {
    padding-bottom: 114px;
}

.tags_item:last-child {
    padding-bottom: 0;
}

.tags_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 68px;
}

.tags_item ul {
    display: flex;
    flex-wrap: wrap;
}

.tags_item ul li {
    padding-right: 28px;
    margin-bottom: 28px;
}

.tags_item ul a {
    min-height: 57px;
    display: inline-flex;
    align-items: center;
    padding: 12px 18px;
    border-radius: 20px;
    border: 1px solid #000000;
    font-size: 22px;
    font-weight: 500;
    transition: background 0.2s ease, color 0.2s ease;
    color: black;
}

.tags_item ul a:hover {
    color: white;
    background: black;
    transition: background 0.2s ease, color 0.2s ease;
}


.support_block {
    padding-top: 114px;
}

.page-template-services-support .mini_questions_form {
    padding-top: 114px;
}

.support_block .mb {
    margin-bottom: 34px;
}

.support_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.52;
    text-transform: uppercase;
    padding-bottom: 60px;
}

.support_item {
    padding: 32px 46px;
    background: white;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.support_item_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 18px;
}

.support_item_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.page-template-contacts .command_block {
    padding-top: 0;
}

.price_form {
    background-image: url("../images/bg_price.jpg");
    background-size: cover;
    background-position: center center;
    height: 100%;
    padding: 20px 80px 75px 50px;
    border-radius: 10px;
}

.price_form_title {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 16px;
}

.price_form_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: white;
    padding-bottom: 70px;
}

.price_form_btn {
    max-width: 345px;
}

.wrapper_404 {
    border-radius: 20px;
    background-image: url("../images/bg_404.jpg");
    background-size: cover;
    background-position: center center;
    padding: 28px 74px 28px 52px;
}

.wrapper_404 .title_404, .thank .thank_title {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
    color: white;
    text-transform: uppercase;
}

.wrapper_404 .pt, .thank .pt {
    padding-top: 20px;
}

.wrapper_404 .text_404, .thank .thank_text {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    color: white;
    padding-bottom: 50px;
}

.image_404 {
    text-align: center;
    padding-top: 80px;
}

.thank {
    border-radius: 20px;
    background-image: url("../images/bg_thank.jpg");
    background-size: cover;
    background-position: center center;
    padding: 28px 74px 28px 52px;
    min-height: 693px;
}

.blog_header {
    border-radius: 20px;
    background-image: url("../images/bg_header_blog.jpg");
    background-size: cover;
    padding: 28px 52px 0 52px;
    min-height: 570px;
    margin-bottom: 114px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_header .breadcrumbs, .blog_header .breadcrumbs a {
    color: white;
}

.blog_header_title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.24;
    color: white;
    text-transform: uppercase;
    padding-top: 16px;
    position: relative;
    display: inline-block;
}

.blog_post_count {
    position: absolute;
    width: 48px;
    height: 48px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    color: black;
    top: 0;
    right: -58px;
}

.blog_header_text {
    color: white;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.36;
    padding-bottom: 106px;
    margin-left: auto;
    max-width: 604px;
}

.blog_item {
    padding: 32px 30px 26px;
    background: white;
    border-radius: 10px;
    min-height: 318px;
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_item .title a {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: black;
    text-transform: uppercase;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.blog_item_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog_item .date {
    width: 130px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: black;
    border-radius: 20px;
    font-size: 15px;
}

.blog_item .duration {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.blog_item .arrow {
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid black;
    border-radius: 5px;
    display: flex;
    transition: background 0.2s ease;
}

.blog_item .arrow:hover {
    background: black;
    transition: background 0.2s ease;
}

.blog_item .arrow.svg {
    transition: fill 0.2s ease;
    fill: black;
}

.blog_item .arrow:hover .svg {
    fill: white;
    transition: fill 0.2s ease;
}

.pagination {
    padding-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
}

.pagination a.prev-link {
    margin-right: 10px;
}

.pagination a.next-link {
    margin-left: 10px;
}

.pagination a:hover {
    border-radius: 10px;
    background: white;
}

.pagination .current-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 61px;
    font-size: 18px;
    color: black;
    border-radius: 10px;
    background: #FFF445;
}

.related {
    padding-top: 114px;
}

.related .blog_item {
    margin-bottom: 0;
}

.related_title {
    padding-bottom: 52px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.single_news {
    max-width: 898px;
    margin: 0 auto;
}

.single_news .breadcrumbs {
    padding-bottom: 14px;
    margin-left: 64px;
}

.single_news .page_title_copy {
    display: flex;
}

.single_news .copy {
    padding-right: 20px;
}

.single_news .copy svg {
    cursor: pointer;
    margin-top: 11px;
    transition: transform 0.3s ease;
}

.single_news .copy svg:hover {
    transform: rotate(45deg);
}

.single_news .page_title h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: uppercase;
}

.page_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 58px;
    padding-top: 20px;
}

.page_meta .date, .page_meta .duration {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}

.page_meta .author {
    display: flex;
    align-items: center;
}

.page_meta .author img {
    margin-right: 14px;
    border-radius: 5px
}

.page_meta .author {
    font-size: 14px;
    font-weight: 400;
    color: #ABABAB;
}

.page_meta .author .name {
    color: black;
    font-size: 16px;
    font-weight: 400;
    margin-left: 12px;
}

.page_text img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.iti__flag-box, .iti__country-name {
    font-size: 12px !important;
}

#callback {
    padding: 0;
    max-width: 548px;
    border-radius: 10px;
}

.callback_form {
    padding: 62px 50px 82px;
}

.callback_form .title {
    font-size: 30px;
    line-height: 1.4;
    text-transform: uppercase;
    padding-bottom: 32px;
}

.callback_form .sub_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 24px;
}

.callback_form button[type="submit"] {
    margin-top: 20px;
}

.callback_form .iti__country-list {
    margin-top: 4px;
    left: -9px;
    max-height: 140px;
}

.about_title_wrapper {
    background: white;
    border-radius: 10px;
    height: 100%;
    padding: 22px 62px;
}

.about_title_wrapper .breadcrumbs {
    padding-bottom: 30px;
}

.about_title h1 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.24;
    text-transform: uppercase;
    padding-bottom: 70px;
}

.about_list ul li {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 30px;
}

.about_list ul li:last-child {
    padding-bottom: 0;
}

.expertise_links_wrapper {
    padding: 42px 54px;
    padding-right: 10px;
    border-radius: 10px;
    background-color: #FFF445;
    height: 100%;
}

.expertise_links {
    max-height: 456px;
    position: relative;
    padding-right: 40px;
}

.expertise_links a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 24px;
    color: black;
    text-transform: uppercase;
}

.expertise_links .ps__thumb-y {
    background: white !important;
}

.expertise_links .ps--active-x > .ps__rail-x, .expertise_links .ps--active-y > .ps__rail-y {
    background: white !important;
}

.expertise_links .ps--active-x > .ps__rail-x, .expertise_links.ps--active-y > .ps__rail-y {
    background: #fff445 !important;
}

.expertise_links .ps__rail-y.ps--clicking .ps__thumb-y, .expertise_links .ps__rail-y:focus > .ps__thumb-y, .expertise_links .ps__rail-y:hover > .ps__thumb-y {
    background: white !important;
}

.useful_block {
    padding-top: 30px;
    padding-bottom: 114px;
}

.useful_wrapper {
    background-image: url("../images/bg_useful.jpg");
    background-size: cover;
    border-radius: 20px;
    padding: 65px 60px;
}

.useful_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.53;
    color: white;
    max-width: 536px;
    text-transform: uppercase;
}

.useful_sub_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42;
    color: white;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.useful_list ul li {
    color: white;
    position: relative;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    padding-bottom: 15px;
}

.useful_list ul li::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: white;
}

.page-template-agency-expertise .different_block {
    padding-top: 0;
}

.page-template-agency-expertise .partners {
    padding: 114px 0;
}

.command_title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    padding-bottom: 62px;
}

.command_item {
    margin-bottom: 32px;
    position: relative;
}

.command_item_content {
    position: absolute;
    bottom: 32px;
    left: 32px;
    color: white;
}

.command_item_name {
    font-weight: 700;
    font-size: 18px;
}

.command_item_prof {
    font-weight: 400;
    font-size: 18px;
}

.page-template-others .mini_questions_form {
    padding-top: 114px;
}

.page_anchors {
    margin-bottom: 60px;
    background: white;
    border-radius: 10px;
    padding: 36px 46px;
}

.page_anchors_title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: black;
}

.page_anchors ul li {
    padding-bottom: 10px;
}

.page_anchors ul li:last-child {
    padding-bottom: 0;
}

.page_anchors ul li a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    color: black;
}

@media (max-width: 1400px) {
    .header_top .contacts {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header_top .contacts .online {
        margin-right: 12px;
    }

    .header_top .contacts .telegram {
        right: 12px;
    }

    .footer_top a {
        font-size: 30px;
    }

    .form .image_price {
        right: -80px;
    }
}

@media (max-width: 1200px) {
    .header_top .logo img {
        width: 100px;
    }

    .footer_top a {
        font-size: 24px;
    }

    .header_top .menu-button {
        padding-left: 24px;
        min-width: 140px;
    }

    .header_top .contacts {
        padding-left: 12px;
        padding-right: 26px;
    }

    .header_top .contacts .online {
        margin-right: 26px;
    }

    .header_top .contacts .online {
        margin-right: 26px;
    }

    .top_content {
        padding-right: 20px;
    }

    .portfolio_performance {
        padding-left: 40px;
        padding-right: 40px;
    }

    .services_text {
        padding-bottom: 46px;
    }

    .main_laurel_prestige .main_laurel_item.big::after, .main_laurel_prestige .main_laurel_item.small::after {
        display: none;
    }

    .contract_title {
        padding-bottom: 46px;
    }

    .contract_image img {
        bottom: 108px;
        margin-bottom: -108px;
        z-index: -1;
        left: 0;
    }

    .undecided_title {
        max-width: 100%;
        padding-bottom: 46px;
    }

    .form .image_price {
        right: -83px;
    }

    .related .blog_item {
        margin-bottom: 34px;
    }

    .footer_bottom .footer_title span {
        width: 100%;
        display: block;
    }

    .command_title, .command_contact_phone a {
        font-size: 26px;
    }

}

@media (max-width: 992px) {
    .mb-md {
        margin-bottom: 46px;
    }

    .portfolio .image img {
        width: 100%;
    }

    .footer_top a {
        font-size: 18px;
    }

    .header_top .contacts .telegram:hover {
        width: 37px;
        height: 37px;
    }

    .header_top .contacts .online, .header_top .contacts .phone {
        display: none;
    }

    .header_top .contacts {
        width: 62px;
    }


    .header_top .logo {
        max-width: 131px;
    }

    .form, .expertise_links_wrapper {
        margin-top: 46px;
    }

    .portfolio_title {
        margin-bottom: 46px;
    }

    .portfolio_title br {
        display: none;
    }

    .partners_title {
        padding-bottom: 46px;
    }

    .partners_title br {
        display: none;
    }

    .portfolio .site_link .text {
        font-size: 18px;
    }

    .portfolio .desc {
        font-size: 16px;
    }

    .services_text {
        padding-bottom: 0;
    }

    .main_laurel_prestige .main_laurel_item.big::after, .main_laurel_prestige .main_laurel_item.small::after {
        display: block;
    }

    .step_item {
        flex: 0 0 calc((100% - 0px) / 3);
    }

    .create_systems_subtitle {
        padding-bottom: 46px;
    }

    .expertise_block .order {
        order: -1;
    }

    .expertise_list {
        margin-bottom: 46px;
    }

    .each_other_block .mb {
        margin-bottom: 46px;
    }

    .command_contact {
        padding-bottom: 40px;
    }

    .tags_block {
        padding-top: 62px;
    }

    .tags_title {
        padding-bottom: 62px;
        font-size: 24px;
    }

    .tags_item {
        padding-bottom: 62px;
    }

    .page-template-prices .col-12 {
        margin-bottom: 46px;
    }

    .wrapper_404 .text_404, .thank .thank_text {
        padding-top: 50px;
    }

}

@media (max-width: 767px) {
    #main-container {
        overflow-x: hidden;
    }

    .mb-md {
        margin-bottom: 22px;
    }

    .top_content {
        padding: 20px 20px 64px;
    }

    .top_content .top_title {
        font-size: 24px;
        padding-bottom: 24px;
        line-height: 1.4;
    }

    .top_content .top_text {
        font-size: 16px;
    }

    .main_laurel_prestige {
        padding-top: 35px;
        left: -12px;
    }

    .main_laurel_prestige .main_laurel_item.small::after {
        background-size: 120px 64px;
        width: 120px;
        height: 64px;
    }

    .main_laurel_prestige .main_laurel_item.big::after {
        background-size: 137px 64px;
        width: 137px;
        height: 64px;
    }

    .main_laurel_prestige .main_laurel_item.big {
        width: 137px;
    }

    .main_laurel_prestige .main_laurel_item.small {
        width: 120px;
    }

    .main_laurel_prestige .main_laurel_item_value {
        font-size: 28px;
        padding-top: 12px;
        padding-bottom: 18px;
    }

    .main_laurel_prestige .main_laurel_item_text {
        font-size: 14px;
        line-height: 1.2;
        max-width: 100px;
        margin: 0 auto;
    }

    .form {
        margin-top: 22px;
        padding-top: 36px;
        padding-bottom: 50px;
    }

    .form .form_title {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 24px;
    }

    .form form {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form .to_send_text {
        font-size: 18px;
    }

    .form .send {
        padding-bottom: 14px;
    }

    .form .image_price {
        width: 104px;
        height: 73px;
        right: 0;
        top: 4px;
    }

    .services {
        padding-top: 72px;
        padding-bottom: 62px;
    }

    .services_title {
        padding-top: 0;
        padding-bottom: 22px;
        font-size: 24px;
    }

    .services_text {
        font-size: 16px;
        padding-bottom: 0;
    }

    .services_item {
        padding: 50px 20px;
    }

    .portfolio_title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .portfolio_performance_icon img {
        height: 19px;
    }

    .portfolio_performance_item:first-child {
        padding-right: 46px;
        padding-left: 0;
    }

    .portfolio_performance_value {
        font-size: 14px;
    }

    .portfolio_performance_text {
        font-size: 10px;
    }

    .portfolio_performance_icon {
        margin-right: 12px;
    }

    .portfolio_top {
        padding-bottom: 38px;
    }

    .partners_title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .partner_images {
        padding-top: 27px;
    }

    .seo_footer {
        padding-top: 62px;
    }

    .seo_wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
    }

    .seo_footer .text h1, .page_text h1 {
        font-size: 24px;
    }

    .footer {
        margin-top: 62px;
        padding: 32px 17px;
        border-radius: 0;
    }

    .footer_block {
        position: relative;
    }

    .footer_block:after {
        content: '';
        display: block;
        width: 9999px;
        height: 100%;
        background: #2A2A2D;
        top: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .footer_top a {
        font-size: 18px;
    }

    .footer_top {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

    .footer_top .telegram {
        padding: 12px 0;
    }

    .footer_middle {
        padding-bottom: 52px;
    }

    .footer_middle .footer_menu_title {
        padding-top: 32px;
    }

    .footer_middle .col-12:first-child .footer_menu_title {
        padding-top: 0;
    }

    .footer_bottom .footer_title {
        font-size: 24px;
        padding-bottom: 26px;
    }

    .top_content .top_list {
        padding-top: 27px;
    }

    .mini_questions {
        padding: 40px 20px 50px;
    }

    .mini_questions_text {
        font-size: 24px;
        padding-bottom: 32px;
    }

    .mini_questions_btn {
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .mini_questions_btn .btn {
        max-width: 100%;
    }

    .questions_form {
        padding: 55px 20px 65px;
    }

    .questions_form_icon_text {
        padding-bottom: 34px;
    }

    .questions_form_title {
        font-size: 24px;
        padding-bottom: 32px;
    }

    .questions_form_image_text .questions_form_text {
        padding-left: 22px;
    }

    .different_block {
        padding-top: 62px;
    }

    .different {
        padding: 80px 20px 72px;
        flex-direction: column;
    }

    .different_title {
        font-size: 24px;
        padding-bottom: 28px;
        line-height: 32px;
    }

    .different_title span {
        width: 100%;
        display: block;
    }

    .different_title br {
        display: none;
    }

    .different_text {
        font-size: 16px;
        max-width: 100%;
        padding-bottom: 22px;
    }

    .different_btn_top {
        max-width: 100%;
    }

    .different_right {
        padding-top: 26px;
    }

    .different_value_content:nth-child(2) {
        align-items: flex-start;
    }

    .different_value_content:nth-child(2) .different_content {
        text-align: left;
    }

    .scroll-container {
        margin-top: 62px;
        margin-bottom: 62px;
    }

    .contract_title {
        font-size: 24px;
        padding-bottom: 34px;
    }

    .contract_steps ul li {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .effective_marketing_image {
        padding: 24px;
    }

    .effective_marketing_image:last-child {
        margin-bottom: 20px;
    }

    .effective_marketing_content {
        padding: 48px 20px 60px;
    }

    .effective_marketing_title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .effective_marketing_content p {
        font-size: 16px;
        padding-bottom: 32px;
    }

    .undecided_block {
        padding-top: 62px;
    }

    .undecided_title {
        padding-top: 0;
        padding-bottom: 0;
        max-width: 100%;
        font-size: 24px;
    }

    .undecided_block .row .col-12 {
        margin-bottom: 34px;
    }

    .undecided_block .row .col-12:last-child {
        margin-bottom: 0;
    }

    .create_systems_block {
        padding-top: 62px;
    }

    .create_systems_title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .create_systems_subtitle {
        font-size: 16px;
        padding-bottom: 30px;
    }

    .create_systems_block .mb {
        margin-bottom: 0;
    }

    .create_systems_block .row .col-12 {
        margin-bottom: 18px;
    }

    .create_systems_item.two {
        padding: 30px 20px 0;
    }

    .create_systems_item.three, .create_systems_item.four {
        padding: 30px 20px 44px;
    }

    .expertise_block {
        padding-top: calc(62px - 18px);
    }

    .create_systems_item .create_systems_item_title {
        font-size: 18px;
    }

    .create_systems_item.two .create_systems_item_title {
        padding-bottom: 12px;
    }

    .create_systems_item .create_systems_item_text {
        font-size: 16px;
    }

    .expertise_wrapper {
        padding-top: 44px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .expertise_title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .expertise_text {
        padding-bottom: 24px;
    }

    .expertise_list {
        margin-bottom: 0;
    }

    .expertise_image {
        padding-top: 16px;
    }

    .expertise_image img {
        position: relative;
        left: -20px;
        max-width: calc(100% + 20px);
    }

    .steps_wrapper_block {
        padding-top: 52px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .steps_title {
        font-size: 24px;
    }

    .steps_wrapper_block .tabs-nav {
        padding-bottom: 44px;
        overflow-y: auto;
    }

    .steps_wrapper_block .tabs-nav li {
        margin-right: 32px;
    }

    .step_item {
        flex: 0 0 calc((100% - 0px) / 1);
        padding: 18px;
        margin-bottom: 0;
        min-width: auto;
    }

    .steps-wrapper {
        gap: 20px;
    }

    .scroll_see {
        font-size: 14px;
        padding-top: 22px;
    }

    .ps__rail-x {
        visibility: hidden !important;
        height: 0 !important;
    }

    .each_other_block {
        padding-top: 62px;
    }

    .each_other_title {
        font-size: 24px;
        padding-bottom: 22px;
    }

    .each_other_item {
        padding: 56px 20px;
    }

    .each_other_item.yes .each_other_item_title, .each_other_item.no .each_other_item_title {
        padding-bottom: 42px;
        font-size: 20px;
    }

    .each_other_item ul li {
        padding-bottom: 8px;
        padding-left: 26px;
    }

    .each_other_item_list {
        padding-bottom: 0;
    }

    .each_other_block .mb {
        margin-bottom: 24px;
    }

    .command_block {
        padding-top: 62px;
    }

    .command_title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .command_contact_call_time {
        padding-bottom: 20px;
    }

    .command_contact_phone {
        padding-bottom: 20px;
    }

    .command_contact_phone a {
        font-size: 26px;
    }

    .support_block {
        padding-top: 62px;
    }

    .support_title {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .support_block .mb {
        margin-bottom: 0;
    }

    .support_block .col-12 {
        margin-bottom: 6px;
    }

    .page-template-services-support .mini_questions_form {
        padding-top: 62px;
    }

    .page-template-others .mini_questions_form {
        padding-top: 62px;
    }

    .page-template-prices .col-12 {
        margin-bottom: 26px;
    }

    .price_form {
        padding-right: 20px;
        padding-left: 20px;
    }

    .price_form_title {
        font-size: 24px;
    }

    .price_form_text {
        font-size: 16px;
    }

    .price_form_btn {
        max-width: 100%;
    }

    .wrapper_404 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .wrapper_404 .title_404, .thank .thank_title {
        font-size: 24px;
        padding-bottom: 16px;
    }

    .wrapper_404 .text_404 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .wrapper_404 .text_404, .thank .thank_text {
        font-size: 16px;
        padding-top: 0;
    }

    .image_404 {
        padding-top: 20px;
    }

    .thank {
        min-height: 100%;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .blog_header {
        padding-left: 20px;
        padding-right: 20px;
        min-height: auto;
        margin-bottom: 62px;
    }

    .blog_header_title {
        font-size: 24px;
    }

    .blog_post_count {
        display: none;
    }

    .blog_header_text {
        padding-top: 50px;
        padding-bottom: 54px;
        font-size: 16px;
    }


    .blog_item_bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .blog_item_bottom .duration {
        order: -1;
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }

    .single_news .breadcrumbs {
        margin-left: 0;
    }

    .page_title_copy {
        flex-direction: column;
    }

    .single_news .page_title h1 {
        font-size: 24px;
        padding-top: 14px;
    }

    .page_meta {
        padding-top: 12px;
        padding-bottom: 52px;
    }

    .page_meta {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .page_meta .author {
        order: 1;
        width: 100%;
        text-align: left;
        margin-top: 17px;
    }

    .related {
        padding-top: 62px;
    }

    .related_title {
        padding-bottom: 34px;
        font-size: 24px;
    }

    .about_title_wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 56px;
    }

    .about_title h1 {
        font-size: 24px;
        padding-bottom: 30px;
    }

    .about_list ul li {
        font-size: 16px;
        padding-bottom: 10px;
    }

    .expertise_links_wrapper {
        margin-top: 30px;
        padding-left: 20px;
        padding-bottom: 0px;
    }

    .expertise_links a {
        font-size: 20px;
    }

    .expertise_links {
        max-height: 320px;
    }

    .page-template-agency-expertise .expertise_block {
        padding-top: 92px;
    }

    .useful_block {
        padding-bottom: 62px;
    }

    .page-template-agency-expertise .partners {
        padding: 62px 0;
    }

    .useful_wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .useful_title {
        font-size: 24px;
        padding-bottom: 40px;
    }

    .useful_sub_title {
        font-size: 18px;
        margin-bottom: 34px;
    }

    .useful_sub_title br {
        display: none;
    }

    .portfolio_block {
        padding-bottom: 62px;
    }

    .command_title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .command_item img {
        width: 100%;
    }

    .header_menu {
        padding-bottom: 16px;
    }

    .header_top {
        margin-bottom: 32px;
    }

    .menu-top-main a {
        font-size: 18px;
        line-height: 1.8;
    }

    .menu-top-title {
        font-size: 18px;
        line-height: 1.8;
        text-transform: none;
        padding-top: 10px;
    }

    .menu-top-service ul, .menu-top-price ul {
        padding-top: 8px;
    }

    .menu-top-service a, .menu-top-price a {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .contract_image img {
        left: -284px;
    }

    .conventional_development, .our_development {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_copy {
        text-align: left;
    }

    .footer_top .up-right-block:hover .up-right span {
        transform: none;
    }

    .command_image {
        margin-bottom: 0;
    }

    .contract_image {
        display: none;
    }

    .contract_steps {
        margin-bottom: 32px;
    }

    .effective_marketing_block .row .col-12:first-child {
        order: 2;
        margin-top: 32px;
    }

    .seo_footer .text {
        height: 400px;
    }

    .portfolio .site_link {
        padding-top: 16px;
    }

    .tags_item ul li {
        margin-bottom: 18px;
    }

    .tags_item ul a {
        font-size: 16px;
        padding: 12px 12px;
    }

    .tags_title {
        padding-bottom: 22px;
    }

    .page_anchors {
        margin-bottom: 52px;
    }
}

@media (max-width: 576px) {

    .header_top .menu-button {
        min-width: 62px;
        padding: 0;
        justify-content: center;
    }

    .menu-button span {
        display: none;
    }

    .header_top .p-0 {
        padding: 0;
    }

    .header_top .pl-8 {
        padding-left: 8px;
    }

    .scroll-container:before, .scroll-container:after {
        display: none;
    }
}

@media (max-width: 390px) {
    .form .image_price{
        display: none;
    }
}

.services_title_text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
}

.services_title_text.visible {
    opacity: 1;
    transform: translateY(0);
}

.block-akcii {
    padding: 50px 0;
}

.akcii_title {
    color: #000;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 152.941% */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.akcii_text {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 113.636% */
}

.bl-akcii {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 78px;
}

.onakcii {
    height: 440px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
    width: calc(50% - 20px);
    padding: 33px 52px 42px 52px;
    margin-bottom: 29px;
}

.top-akcii {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.dia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #B3B3B3;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 178.571% */
}

.ik-dia {
    width: 30px;
    height: 22px;
    flex-shrink: 0;
    border-radius: 22px;
    background: #86D3AA;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}

.zag-akcii {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.zag-akcii span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 22px;
    background: #D51328;
    height: 30px;
    padding: 0 8px;
}

.text-akcii {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
}

.niz-akcii {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
    margin-bottom: 40px;
}

.bl-pice {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.new-price {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    /* color: #A5A5A5; */
    /* font-family: Montserrat; */
    /* font-size: 24px; */
    /* font-style: normal; */
    /* font-weight: 400; */
    /* line-height: normal; */
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.old-price {
    color: #A5A5A5;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 35px;
	position:relative;
}

a.akcc_botton {
    width: 333px;
    height: 62px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF445;
    color: #170B0B;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rg-dia {
    color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 178.571% */
}

.rg-dia span {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.new-price span {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.old-price span {
    color: #A5A5A5;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	position:relative;
}

.rg-dia span {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.old-price:before {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #A5A5A5;
    top: 50%;
}

#callback_akcii {
    padding: 0;
    max-width: 548px;
    border-radius: 10px;
}
@media (max-width: 992px) {
.onakcii {
    width: 100%;
    padding: 15px;
}

.block-akcii {
    padding: 0;
}

.akcii_title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: normal;
}

.akcii_text {
    font-size: 18px;
}

.bl-akcii {
    margin: 0;
}

.old-price {
    margin-left: 11px;
    position: relative;
}
}