legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

body {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

body.lock {
    overflow: hidden
}

body,
html {
    height: 100%
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

footer {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ibg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.ibg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.scrollbar-track .scrollbar-thumb {
    background: #ff2727c2;
}

.container {
    max-width: 1660px;
    padding: 0 50px;
    margin: 0 auto;
}

.title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 47px;
    line-height: 64px;
    color: #000
}

.title-section {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 110%;
    color: #FF2727;
}

.btn {
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
/*    background: #FF2727;
    border-radius: 50px;
    -webkit-filter: drop-shadow(0 0 4px #ff272782);
    filter: drop-shadow(0 0 4px #ff272780);
    text-shadow: 0 0 3px #ff27278c;*/
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 72.73px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 0 15px;
    border: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/*.btn:hover {
    -webkit-filter: drop-shadow(0 0 4px #ff27278f);
    filter: drop-shadow(0 0 4px #ff272782);
    color: #fff;
    background: #e32626;
}*/

.btn--small {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 45.05px;
    text-transform: initial;
/*    -webkit-box-shadow: 0 2px 3px #ff272770;
    box-shadow: 0 2px 3px #ff27278c;*/
    width: 100%;
}

.btn-link {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btn-link .icon {
    margin-left: 13px
}

.btn-link:hover {
    color: #000
}

.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

[type=radio]:checked,
[type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=radio]:checked+label,
[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    color: #000
}

[type=radio]:checked+label:before,
[type=radio]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23.19px;
    height: 23.19px;
    border: 1px solid #000;
    border-radius: 100%;
    background: #fff
}

[type=radio]:checked+label:after,
[type=radio]:not(:checked)+label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

[type=radio]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=radio]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.custom-select-wrapper {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.custom-select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-select__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    height: 30.21px;
    line-height: 30.21px;
    background: 0 0;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 30px;
    min-width: 98.57px;
}

.custom-options {
    position: absolute;
    display: block;
    bottom: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, .8)
}

.custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.custom-option:hover {
    cursor: pointer;
    background-color: #000
}

.custom-option.selected {
    color: #fff;
    background-color: #000000;
}

.arrow {
    margin-left: 5px;
    position: relative;
    font-size: 9.59px
}

.open .arrow::before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.modal {
    opacity: 0;
    visibility: hidden;
    width: calc(100% - 10px);
    max-width: 705px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 70;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    border-radius: 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    -webkit-filter: drop-shadow(0 0 5px rgba(177, 131, 27, .2));
    filter: drop-shadow(0 0 5px rgba(177, 131, 27, .2));
    border: 1px solid #ffd349;
}

.modal.active,
.overlay-modal.active {
    opacity: 1;
    visibility: visible
}

.modal__cross {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 29px;
    right: 29px;
    color: #ffd349;
    cursor: pointer;
    font-size: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal__cross:hover {
    color: #000
}

.overlay-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 65;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    visibility: hidden
}

.overlay-modal.js-active {
    opacity: 1;
    visibility: visible
}

.overlay-modal.js-active.js-overlay {
    z-index: 50
}

.step-title {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #FF2727;
    opacity: .5
}

@font-face {font-display:swap;
    font-family: icons;
    src: url(/wp-content/themes/compas/fonts/icons.woff) format("woff"), url(/wp-content/themes/compas/fonts/icons.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 55;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: .2s linear;
    -o-transition: .2s linear;
    transition: .2s linear;
    visibility: hidden
}

.overlay.js-active {
    opacity: 1;
    visibility: visible
}

.burger-block.js-active {
    visibility: visible;
    right: 0
}

.burger-block {
    visibility: hidden;
    z-index: 60;
    position: fixed;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#FF2727), color-stop(59.9%, #fbc415), to(#e9b100)); */
    background: -o-linear-gradient(top, #FF2727 0, #fbc415 59.9%, #e9b100 100%);
    /* background: linear-gradient(180deg, #FF2727 0, #fbc415 59.9%, #e9b100 100%); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    height: 100vh;
    height: -webkit-fill-available;
    width: 100%;
    max-width: 350px;
    right: -400px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    top: 0;
}

.burger-block__close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
}

.burger-block__close:hover span {
    color: #fff
}

.burger-block__close span {
    color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.burger-block__content {
    height: 100%
}

.burger-block__wrapper {
    overflow: hidden;
    height: 100%;
    padding: 15px 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.burger-block__wrapper .header__logo {
    margin-bottom: 30px;
    z-index: 1;
}

.burger-block__wrapper .header__navbar {
    display: block;
    margin: 0 0 20px 0
}

.burger-block__wrapper .header__navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -5px 0
}

.burger-block__wrapper .header__navbar nav a {
    margin: 5px 0;
    z-index: 1;
}

.burger-block__wrapper .header__navbar nav a::before {
    background: #000
}

.burger-block__wrapper .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    z-index: 1;
}

.burger-block__wrapper .header__call-back {
    margin: 0 0 20px 0;
    display: block
}

.burger-block__wrapper .header__call-back .btn {
    background: #000
}

.burger-block__wrapper .header__language {
    display: block
}

.burger-block__wrapper .language {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.burger-block__wrapper .language:hover .language__drop-menu {
    display: block;
    opacity: 1;
    visibility: visible
}

.burger-block__wrapper .language a:hover {
    color: #fff
}

.burger-block__wrapper .language a:hover+.icon {
    color: #fff
}

.burger-block__wrapper .language__drop-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: initial;
    display: none
}

.burger-block__wrapper .language__drop-menu-items {
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: none;
    filter: none
}

.menu-icon-wrapper {
    width: 30px;
    height: 30px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 35px
}

.menu-icon-wrapper:hover .menu-icon::after,
.menu-icon-wrapper:hover .menu-icon::before {
    width: 30px
}

.menu-icon {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #000
}

.menu-icon::before {
    position: absolute;
    right: 0;
    top: -8px;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-icon::after {
    position: absolute;
    right: 0;
    top: 8px;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-icon.menu-icon-active {
    background-color: transparent
}

.menu-icon.menu-icon-active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.menu-icon.menu-icon-active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@font-face {font-display:swap;
    font-family: icons;
    src: url(/wp-content/themes/compas/fonts/icons.eot);
    src: url(/wp-content/themes/compas/fonts/icons.eot) format("embedded-opentype"), url(/wp-content/themes/compas/fonts/icons.ttf) format("ttf"), url(/wp-content/themes/compas/fonts/icons.woff) format("woff"), url(/wp-content/themes/compas/fonts/icons.svgicons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=' icon__'],
[class^=icon__] {
    font-family: icons!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon__close:before {
    content: ""
}

.icon__play:before {
    content: ""
}

.icon__arrow-right:before {
    content: ""
}

.icon__chevron-down:before {
    content: ""
}

.icon__chevron-left:before {
    content: ""
}

.icon__chevron-right:before {
    content: ""
}

.icon__phone:before {
    content: ""
}

.main-header .header {
    padding: 43px 0;
    background: 0 0
}

.header {
    position: absolute;
    z-index: 40;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 4px rgba(177, 131, 27, 0));
    filter: drop-shadow(0 0 4px rgba(177, 131, 27, 0))
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 35px;
    width: 182px;
    height: 72px
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__navbar {
    margin-left: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 31px;
    /* text-transform: capitalize; */
    margin-right: 38px;
    max-width: 595.13px;
    width: 100%
}

.header__navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__navbar nav a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px
}

.header__navbar nav a:hover::before {
    width: 100%
}

.header__navbar nav a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #FF2727;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__phone {
    font-size: 18px;
    line-height: 31px;
    text-transform: lowercase;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    margin-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__phone .icon {
    margin-right: 7px;
    font-size: 26px
}

.header__call-back {
    max-width: 224.41px;
    width: 100%;
    margin-right: 35px
}

.language {
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language:hover .language__drop-menu {
    opacity: 1;
    visibility: visible
}

.language a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language a+.icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.language a:hover {
    color: #ffd349
}

.language a:hover+.icon {
    color: #ffd349
}

.language__trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.language__trigger>a {
    pointer-events: none
}

.language__trigger .icon {
    margin-left: 5px;
    font-size: 9.91px
}

.language__drop-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: calc(100% + 5px);
    transition: all .3s ease;
    width: 100%
}

.language__drop-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -4px 0;
    background: #337FF1;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-filter: drop-shadow(0 0 4px rgba(177, 131, 27, .2));
    filter: drop-shadow(0 0 4px rgba(177, 131, 27, .2))
}

.language__drop-menu-items a {
    display: inline-block;
    margin: 4px 0
}

.main-footer .footer {
    background: #000
}

.main-footer .footer .custom-select__trigger {
    /* border: 1px solid #FF2727 */
}

.main-footer .footer .custom-select__trigger>span {
    /* color: #FF2727 */
}

.main-footer .footer .custom-select__trigger .icon {
    /* color: #FF2727 */
}

.main-footer .footer .custom-options {
    background: rgba(255, 255, 255, .8)
}

.main-footer .footer .custom-option {
    color: #000
}

.main-footer .footer .custom-option:hover {
    background-color: #fff
}

.main-footer .footer .custom-option.selected {
    color: #000;
    background-color: #fff
}

.main-footer .footer__locaion strong {
    /* color: #FF2727 */
}

.main-footer .footer__navbar {
    color: #FF2727
}

.main-footer .footer__navbar nav a {
    /* color: #FF2727 */
}

.main-footer .footer__navbar nav a::before {
    /* background: #FF2727 */
}

.main-footer .footer__phone {
    /* color: #ffffff; */
}

.main-footer .footer__email {
    /* color: #FF2727 */
}

.main-footer .footer__call-back button {
    color: #fff;
    background: #FF2727
}

.main-footer .footer__call-back button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    color: #000
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000000;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__logo {
    display: inline-block;
    margin-right: 68px;
    width: 141px;
    height: 57px
}

.main-footer .footer .container {
    width: unset !important;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    /* filter: invert(1); */
}

.footer__locaion {
    margin-top: 3px
}

.footer__locaion strong {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.footer__right {
    text-align: right;
    padding-top: 13px
}

.footer__navbar {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 13px;
}

.footer__navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px -17.5px
}

.footer__navbar nav a {
    text-decoration: none;
    display: inline-block;
    color: initial;
    position: relative;
    margin: 4px 17.5px;
    color: white;
}

.footer__navbar nav a:hover::before {
    width: 100%
}

.footer__navbar nav a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer__phone {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}

.footer__phone a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit
}

.footer__phone a .icon {
    margin-right: 3px
}

.footer__email {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.footer__email a {
    text-decoration: none;
    color: inherit
}

.footer__call-back {
    margin-left: auto;
    max-width: 99.18px;
    width: 100%
}

.footer__call-back button {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-decoration: none;
    border: none;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 21.01px;
    text-shadow: 0 0 3px rgba(255, 255, 255, .15);
    background: #040404;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.footer__call-back button:hover {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    color: #FF2727
}

.location-footer__select {
    margin-bottom: 10px
}

.home {
    padding-bottom: 35px;
    background-image: url(/wp-content/themes/compas/img/jpg/home-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative
}

.home::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 183px;
    left: 0;
    bottom: 0;
    z-index: 10;
    /* background-image: url(/wp-content/themes/compas/img/png/elem-1.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.home__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
    color: #000;
    margin-bottom: 62px
}

span.home__title_mon1 {
    margin-top: -45px !important;
    display: block;
}
@media (max-width: 991px) {
    span.home__title_mon1 {
        margin-top: -25px !important;
    }
}

.home__description {
    margin-bottom: 71.31px
}

.home__button {
    max-width: 380px;
    width: 100%
}

.home__button a {
    width: 100%
}

.home__image {
    margin-right: -474px;
    margin-top: -27px;
    position: relative;
    width: 997px;
    height: 937px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.home__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.home__image .play {
    position: absolute;
    top: 40%;
    left: 32.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.description__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    margin-right: 52.66px
}

.description__item:last-child {
    margin: 0
}

.description__item span {
    display: inline-block;
    max-width: 447px;
    width: 100%
}

.description__item .item-description__icon {
    margin-right: 21.76px
}

.play {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FF2727;
    -webkit-box-shadow: 0 1px 35px rgba(177, 131, 27, .55);
    box-shadow: 0 1px 35px rgba(177, 131, 27, .55);
    -webkit-transform: rotate(-7.8deg);
    -ms-transform: rotate(-7.8deg);
    transform: rotate(-7.8deg);
    width: 84.37px;
    height: 84.37px;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.play:hover {
    -webkit-box-shadow: 0 1px 35px rgba(7, 7, 7, .5);
    box-shadow: 0 1px 35px rgba(7, 7, 7, .5)
}

.play .icon__play {
    font-size: 39.92px;
    position: relative;
    left: 5px;
    color: #fff;
    -webkit-transform: rotate(3.41deg);
    -ms-transform: rotate(3.41deg);
    transform: rotate(3.41deg)
}

.company {
    padding-top: 52px;
    padding-bottom: 68px;
    background: #ff2727;
}

.company__title {
    margin-bottom: 42px;
    color: #fff
}

.company__slider {
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(177, 131, 27, .2);
    box-shadow: 0 2px 8px rgba(177, 131, 27, .2);
    border-radius: 20px;
    padding-top: 38px;
    padding-bottom: 42px
}

.company__slider-wrapper {
    position: relative
}

.slider-company__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-company__item {
    mix-blend-mode: luminosity;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-company__item:first-child {
    padding-left: 20px
}

.slider-company__item a {
    height: 100%;
    display: inline-block
}

.slider-company__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}
.slider-company__item img:lang(en) {
    width: 232px;
    height: 80px;
   
}

.slider-company__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider-company__arrow {
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 23.46px
}

.slider-company__arrow:hover {
    color: #fff
}

.slider-company__arrow--next {
    left: -50px
}

.slider-company__arrow--prev {
    right: -50px
}

.about {
    background: #FF2727;
    padding-bottom: 45px;
    position: relative;
    margin-bottom: 122px;
}

.about::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 180px;
    left: 0;
    top: 100%;
    z-index: 10;
    background-image: url(/wp-content/themes/compas/img/png/elem-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.about__title {
    color: #fff;
    margin-bottom: 36px;
    padding: 43px 0 0 0
}

.about__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -6px -8px
}

.about__items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.about__item {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.about__item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.about__button {
    margin-top: 47px;
    margin-left: 38px
}

.item-about {
    background: #fff;
    -webkit-box-shadow: 0 3px 4px rgba(177, 131, 27, .2);
    box-shadow: 0 3px 4px rgba(177, 131, 27, .2);
    border-radius: 15px;
    width: calc((100% / 2) - 16px);
    margin: 6px 8px;
    padding: 33px 44px;
    min-height: 310px;
    background-position: center bottom -5px;
    background-repeat: no-repeat;
    background-size: contain
}

.item-about:nth-child(3n+1):nth-child(even) {
    background: #e5e5e5
}

.item-about:first-child {
    background: #e5e5e5
}

.item-about span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    max-width: 252px
}

.item-about__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    color: #000;
    margin-bottom: 16px;
    max-width: 350px;
    width: 100%
}

.info {
    background-image: url(/wp-content/themes/compas/img/png/info-bg.png);
    background-position: 150px center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 51px;
    overflow: hidden
}

.info__title {
    margin-bottom: 32px
}

.info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.info__slider {
    position: relative;
    z-index: 2;
    width: 45%;
    padding-right: 5%;
    height: 696.09px;
    margin-right: initial
}

.info__slider .swiper-scrollbar-drag {
    background: #FF2727;
    -webkit-box-shadow: 0 1px 1px rgba(177, 131, 27, .1);
    box-shadow: 0 1px 1px rgba(177, 131, 27, .1);
    border-radius: 20px;
    width: 11px;
    left: -5px
}

.info__slider .swiper-scrollbar {
    width: 1px;
    background: #000;
    right: 5px
}

.person-info__image {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 777px;
    height: 887px;
    position: relative
}

.person-info__image--person {
    position: absolute;
    left: 10%;
    z-index: 1;
    width: 60%;
    height: 100%;
    background-image: url(/wp-content/themes/compas/img/png/person-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.person-info__image-wrapper {
    position: relative
}

/*.person-info__image-wrapper::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 272px;
    background-image: url(/wp-content/themes/compas/img/png/person-figure.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    left: 0;
    bottom: 0
}*/

.person-info__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.person-info__wrapper {
    z-index: 1;
    position: absolute;
    left: 71px;
    top: 28%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.person-info__wrapper strong {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px
}

.person-info__wrapper span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff
}

.person-info__message {
    z-index: 2;
    position: absolute;
    right: -15px;
    top: 18%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    border-radius: 15px;
    padding: 24px 41px;
    min-height: 135px;
    max-width: 362px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff
}

.person-info__message span {
    position: relative
}


/*.person-info__message::before {
    position: absolute;
    content: '';
    left: 15px;
    top: calc(100% - 30px);
    border: 30px solid transparent;
    border-left: 20px solid #000;
    border-top: 30px solid #000
}*/

.slider-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item-slider-info__content ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 24px
}

.item-slider-info__content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 120%;
    text-transform: lowercase;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 28px;
    position: relative
}

.item-slider-info__content ul li strong {
    display: inline-block;
    margin-bottom: 28px
}

.item-slider-info__content ul li span {
    display: inline-block
}

.item-slider-info__content ul li:last-child {
    margin-bottom: 0
}

.item-slider-info__content ul li::before {
    position: absolute;
    top: 9px;
    left: -24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffd349;
    margin-right: 13px
}

.item-slider-info__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 34px;
    padding-left: 24px
}

.steps {
    background: #000;
    color: #fff;
    padding-top: 58px;
    padding-bottom: 47px
}

.steps-top {
    margin-bottom: 48px
}

.steps-top__wrapper .step {
    width: 144px;
    height: 98px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: #fff;
    position: relative;
    white-space: nowrap
}

.steps-top__wrapper .step::before {
    position: absolute;
    content: '';
    width: 144px;
    height: 98px;
    background-image: url(/wp-content/themes/compas/img/svg/union-fill.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.steps-top__wrapper .step:last-child::before {
    height: 98px;
    width: 98px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF2727), color-stop(59.9%, #fbc415), to(#e9b100));
    background: -o-linear-gradient(top, #FF2727 0, #fbc415 59.9%, #e9b100 100%);
    background: linear-gradient(180deg, #FF2727 0, #fbc415 59.9%, #e9b100 100%);
    -webkit-box-shadow: 0 1px 4px rgba(177, 131, 27, .2);
    box-shadow: 0 1px 4px rgba(177, 131, 27, .2)
}

.steps-top__wrapper .step span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 34%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.steps-top__wrapper .step.swiper-slide-thumb-active::before {
    opacity: 1
}

.steps-content__pagination {
    padding-top: 47px;
    margin: 0 -11px;
    text-align: center
}

.steps-content__pagination .swiper-pagination-bullet {
    margin: 0 11px;
    outline: 0;
    width: 15.37px;
    height: 15.37px;
    border-radius: 50%;
    background: 0 0;
    border: 1px solid #FF2727
}

.steps-content__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid transparent;
}

.item-steps-content__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    line-height: 64px;
    color: #FF2727;
    margin-bottom: 26px
}

.item-steps-content__descr {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: #fff
}

.item-steps-content__items {
    padding-top: 111px;
    margin: -37px -70px -37px -69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-steps-content__item {
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: calc((100% / 2) - 140px);
    margin: 37px 70px
}

.item-steps-content__number {
    margin-right: 28px;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #FF2727;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: -15px
}

.item-steps-content__number span {
    position: absolute;
    top: 50%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cases {
    padding-top: 63px;
    padding-bottom: 93px
}

.cases__title {
    margin-bottom: 35px
}

.cases__slider-wrapper {
    position: relative
}

.cases__button {
    margin-top: 43px;
    margin-left: 77px
}

.cases__button a {
    color: #000
}

.cases__button a:hover {
    color: #FF2727
}

.cases-slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cases-slider__arrow {
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: rgba(0, 0, 0, .25);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 23.46px;
    z-index: 1
}

.cases-slider__arrow:hover {
    color: #000
}

.cases-slider__arrow--next {
    left: -50px
}

.cases-slider__arrow--prev {
    right: -50px
}

.case {
    display: inline-block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    border-radius: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    overflow: hidden;
    border: 0;
    outline: 0
}

.case::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.case:hover::before {
    opacity: 0
}

.case:hover .case__content {
    opacity: 1
}

input#submitbutton:disabled {
    background: #929292;
    text-shadow: 0 0 3px #929292;
    -webkit-filter: drop-shadow(0 0 4px #929292);
    cursor: no-drop;
}

.case__content {
    min-height: 350px;
    padding: 56px 74px 46px 74px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.case__header {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    color: #fff
}

.case__header strong {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.case__header span {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: lowercase
}

.case__header span:hover {
    color: #FF2727
}

.case__info {
    margin-top: auto;
    margin-bottom: 29px;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    max-width: 479px;
    width: 100%
}

.case__info span {
    font-weight: 700;
    color: #FF2727
}

.case__button {
    text-align: right
}

.case__button a:hover {
    color: #FF2727
}

.price {
    padding-top: 35px;
    position: relative
}

.price>img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.price__container {
    position: relative;
    max-width: 900px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto
}

.price__content {
    padding-right: 62px
}

.price__title {
    margin-bottom: 14px
}

.price__descr {
    margin-bottom: 58px;
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: #000
}

.price__form label {
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #000;
    display: inline-block;
    margin-bottom: 10px
}

.form-price__content {
    margin-bottom: 54px
}

.form-price__item {
    margin-bottom: 25px
}

.form-price__item:last-child {
    padding-top: 8px;
    margin-bottom: 0
}

.form-price__item:last-child>label {
    margin-bottom: 18px
}

.form-price__radio-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -7.5px
}

.form-price__radio {
    margin: 5px 7.5px
}

.form-price__button {
    max-width: 267.7px;
    width: 100%;
    margin-left: auto
}

.form-price__button input {
    cursor: pointer;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-variant: small-caps;
    line-height: 72.73px
}

.input input {
    width: 100%;
    background: white;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 48.51px;
    color: #000;
    padding: 0 31px;
}

.input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.input input::-moz-placeholder {
    color: rgba(0, 0, 0, .5)
}

.input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.input input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

.input input::placeholder {
    color: rgba(0, 0, 0, .5)
}

.discover {
    padding-top: 135px;
    padding-bottom: 78px;
    background-image: url(/wp-content/themes/compas/img/jpg/discover-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.discover__container {
    max-width: 1329px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto
}

.discover__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.discover__title {
    margin-bottom: 45px
}

.discover__items ul {
    list-style: none;
    margin: 0
}

.discover__items ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 40px;
    position: relative
}

.discover__items ul li:last-child {
    margin-bottom: 0
}

.discover__items ul li::before {
    position: absolute;
    top: 11px;
    left: -24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 15.37px;
    height: 15.37px;
    border-radius: 50%;
    background: #ffd349;
    margin-right: 13px
}

.discover__button {
    max-width: 283.2px;
    width: 100%;
    padding: 0 0 0 20px
}

.discover__button a {
    width: 100%;
    font-weight: 600;
    font-size: 21px
}

.discover__image {
    position: relative;
    max-width: 630px;
    width: 100%;
    padding: 0 0 100% 0;
    margin-left: auto
}

.discover__image--person {
    position: absolute;
    background-image: url(/wp-content/themes/compas/img/png/discover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -5px;
    width: 100%;
    height: 100%;
    z-index: 1
}

.discover__image-wrapper {
    -webkit-box-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.discover__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog {
    padding-bottom: 33px
}

.blog__container {
    max-width: 1329px;
    padding: 0 50px;
    width: 100%;
    margin: 0 auto
}

.blog__title {
    margin-bottom: 15px
}

.blog__items {
    margin: -5px -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-blog {
    display: block;
    text-decoration: none;
    padding: 28px 40px;
    position: relative;
    margin: 5px 7px;
    min-height: 312.94px;
    width: calc((100% / 2) - 14px);
    background-color: #000
}

.item-blog img {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.item-blog:first-child {
    width: calc(100% - 14px)
}

.item-blog:nth-child(2) {
    width: calc(45% - 14px)
}

.item-blog:nth-child(3) {
    width: calc(55% - 14px)
}

.item-blog:nth-child(3) .item-blog__descr {
    max-width: 607px
}

.item-blog::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.item-blog__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-blog__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #FFD349;
    margin-bottom: 16px;
}

.item-blog__descr {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #fff;
    max-width: 934px;
    width: 100%
}

.item-blog__button {
    margin-top: auto;
    margin-left: auto
}

.item-blog__button .btn-link:hover {
    color: #000000;
}

.modal-callback {
    padding: 45px 60px 40px 60px
}

.modal-callback__header {
    margin-bottom: 16px
}

.modal-callback__header label {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, .25)
}

.modal-callback__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000
}

.modal-callback__body {
    margin-bottom: 51px
}

.modal-callback__input {
    margin-bottom: 12px
}

.modal-callback__input:last-child {
    margin-bottom: 0
}

.modal-callback__button {
    margin-left: auto;
    max-width: 191px;
    width: 100%
}

.modal-callback__button .btn {
    width: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 44px
}

.modal-video {
    max-width: 60vw;
    padding-top: 70px
}

.modal-video__iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.modal-video__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0
}

.modal-price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px
}

.modal-price__item {
    margin: 0 5px
}

.item-steps-content__number img {
    width: 100px;
}

.modal-price__item span {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-bottom: 6px
}

.modal-price__item strong {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #FF2727
}

.modal-price__item small {
    margin-top: -3px;
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 0, 0, .25)
}

.modal-sent.modal {
    max-width: 461px;
    min-height: 281px;
    padding: 60px 15px 60px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal-sent__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.modal-sent__icon {
    width: 165px;
    height: 108px;
    margin-bottom: 11px
}

.modal-sent__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.modal-sent__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 150%;
    color: rgba(0, 0, 0, .5)
}

.case-home {
    /* margin-top: 82px; */
    padding-top: 141px;
    /* padding-bottom: 185px; */
    background-image: url(/wp-content/themes/compas/img/case-home.jpg);
    background-position: center 80px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 653px;
    position: relative;
}

.case-home:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 2;
}

.case-home__content {
    position: relative;
    z-index: 3;
}

.case-home__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 110%;
    color: #fff;
    width: 100%;
    margin: 0 0 56px 0;
    max-width: 80%;
}

.case-home__link .btn {
    padding: 0 35px
}

.case-start {
    padding-top: 60px;
    padding-bottom: 168px
}

.case-start__content {
    max-width: 872px;
    width: 100%;
    margin: 0 auto
}

.case-start__item {
    margin-bottom: 64px
}

.case-start__item:last-child {
    margin-bottom: 0
}

.case-start__item>span {
    font-weight: 400;
    font-size: 23px;
    line-height: 31px;
    color: #000
}

.case-start__title {
    margin-bottom: 14px
}

.case-start__indicators {
    padding-top: 23px
}

.indicators-start__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.indicators-start__item {
    margin-right: 99px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.indicators-start__icon {
    margin-right: 24px;
    width: 72px;
    height: 76px
}

.indicators-start__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.indicators-start__content span {
    font-size: 16px;
    line-height: 110%;
    color: rgba(0, 0, 0, .5);
    display: inline-block;
    max-width: 170px;
    width: 100%
}

.indicators-start__count {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    margin-bottom: 3px
}

.step-one {
    background-color: #FF2727;
    margin-bottom: 48px;
    position: relative
}

.step-one::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 156px;
    left: 0;
    bottom: 100%;
    background-image: url(/wp-content/themes/compas/img/png/figure-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1
}

.step-one::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 216px;
    left: 0;
    top: calc(100% - 84px);
    background-image: url(/wp-content/themes/compas/img/png/figure-2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.step-one__content {
    position: relative;
    z-index: 2;
    top: -52px
}

.step-one__header {
    margin-right: 26%
}

.step-one__title {
    text-align: right;
    color: #fff;
    margin-bottom: 18px
}

.step-one__descr {
    text-align: right;
    color: #fff;
    margin-bottom: 103px
}

.step-one__colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2%
}

.step-one__column {
    margin: 0 2%
}

.step-one__items {
    overflow: hidden
}

.step-one__item {
    position: relative;
    padding-left: 33px;
    margin-bottom: 71px
}

.step-one__item::before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    top: 3px;
    left: 0;
    background-image: url(/wp-content/themes/compas/img/svg/cross.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.step-one__item:last-child {
    margin-bottom: 0
}

.item-step-one__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 23px;
    line-height: 110%;
    color: #000;
    margin-bottom: 5px
}

.item-step-one__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    max-width: 451px;
    width: 100%
}

.item-step-one__descr p {
    display: block;
    margin: 0
}

.item-step-one__descr p:last-child {
    margin: 0
}

.item-step-one__image {
    margin-top: 5px;
    width: 100%;
    height: auto
}

.item-step-one__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.step-two {
    padding-bottom: 211px;
    position: relative;
    background-image: url(/wp-content/themes/compas/img/png/figures_2.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain
}

.step-two__title {
    margin-bottom: 18px
}

.step-two__descr {
    color: #FF2727;
    margin-bottom: 65px;
    max-width: 1023px;
    width: 100%
}

.step-two__colums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -2%
}

.step-two__column {
    margin: 0 2%;
    width: 50%
}

.step-two__column>strong {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    display: inline-block;
    color: rgba(0, 0, 0, .25);
    opacity: .5;
    margin-bottom: 34px
}

.step-two__items {
    max-width: 611px;
    width: 100%
}

.step-two__items ul {
    list-style: none;
    padding: 0 0 0 35px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.step-two__items ul li {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    margin-bottom: 23px;
    text-transform: lowercase;
    position: relative
}

.step-two__items ul li:last-child {
    margin-bottom: 0
}

.step-two__items ul li::before {
    position: absolute;
    top: 9px;
    left: -27px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    /* background: -webkit-gradient(linear, left top, left bottom, from(#FF2727), color-stop(59.9%, #fbc415), to(#e9b100));
    background: -o-linear-gradient(top, #FF2727 0, #fbc415 59.9%, #e9b100 100%);
    background: linear-gradient(180deg, #FF2727 0, #fbc415 59.9%, #e9b100 100%); */
    margin-right: 13px
}

.result {
    background-color: #FF2727;
    padding-bottom: 3px;
    position: relative;
    z-index: 1
}

.result::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 207px;
    left: 0;
    bottom: 100%;
    background-image: url(/wp-content/themes/compas/img/png/figure-3.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.result__content {
    position: relative;
    top: -70px
}

.result__title {
    opacity: 1;
    margin-bottom: 51px;
    color: #fff
}

.result__items {
    overflow: hidden
}

.result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 84px;
    position: relative
}

.result__item:nth-child(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.result__item:last-child {
    margin-bottom: 0
}

.result__item::before {
    position: relative;
    content: '';
    width: 26px;
    height: 19px;
    top: 3px;
    left: 0;
    background-image: url(/wp-content/themes/compas/img/svg/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.item-result__title {
    font-family: 'Noto Sans', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 23px;
    line-height: 110%;
    max-width: 749px;
    width: 100%
}

.item-result__title span {
    font-weight: 700;
    color: #fff
}

.item-result__image {
    margin-top: 20px;
    max-width: inherit
}

.item-result__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.next-case {
    padding-bottom: 88px;
    background-color: #FF2727
}

.next-case__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.next-case__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.next-case__link a .icon {
    margin-left: 16px;
    width: 20px;
    height: 20px
}

.next-case__link a:hover {
    color: #fff
}

.case-home__content {
    margin-top: 100px;
}

.item-blog:hover img {
    width: 105%;
    height: 105%;
    transition: all .3s;
}

.blog__item.item-blog {
    overflow: hidden;
}

.item-blog img {
    transition: all .3s;
}

@media (max-width:1390px) {
    .header__navbar {
        font-size: 14px;
        margin-right: 30px;
    }
    .title {
        font-size: 40px;
        line-height: 120%
    }
    .menu-icon-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header__phone {
        margin-left: auto
    }
    .home__title {
        font-size: 55px
    }
    .description__item {
        font-size: 20px
    }
    .person-info__image {
        width: 600px;
        height: 700px
    }
    .person-info__wrapper {
        left: 13px
    }
    .person-info__message {
        padding: 14px 21px;
        max-width: 300px;
        right: -20px
    }
}

@media (max-width:1199.98px) {
    .header__navbar {
        display: none
    }
    .home__image {
        width: 600px;
        height: 600px;
        margin-right: -320px
    }
    .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .description__item {
        margin-bottom: 20px
    }
    .about__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .about__item--big {
        width: 100%
    }
    .info__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .info__slider {
        width: 100%;
        height: 540px
    }
    .slider-info__item {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial
    }
    .item-steps-content__items {
        padding-top: 100px;
        margin: -35px -35px -35px -34px
    }
    .item-steps-content__item {
        width: calc((100% / 2) - 70px);
        margin: 35px
    }
}

@media (max-width:991.98px) {
    .container {
        max-width: 1590px;
        padding: 0 15px
    }
    .title {
        font-size: 30px
    }
    .title-section {
        font-size: 25px
    }
    .btn {
        font-size: 18px;
        line-height: 60px
    }
    .btn-link {
        font-size: 20px;
        line-height: 120%
    }
    .step-title {
        font-size: 40px
    }
    .main-header .header {
        padding: 30px 0
    }
    .header__call-back {
        display: none
    }
    .header__navbar ul {
        margin: 0;
        padding: 0;
    }
    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial
    }
    .footer__right {
        text-align: center;
        overflow-x: hidden
    }
    .footer__phone a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__call-back {
        margin: 0 auto
    }
    .home::before {
        height: 90px
    }
    .home__title {
        font-size: 40px;
        margin: 0 0 50px 0
    }
    .home__description {
        margin-bottom: 50px
    }
    .description__item {
        font-size: 20px;
        line-height: 120%
    }
    .company {
        padding: 40px 0
    }
    .company__title {
        margin-bottom: 35px
    }
    .company__slider {
        padding: 20px 10px
    }
    .slider-company__item:first-child {
        padding-left: 0
    }
    .slider-company__item a {
        padding: 0 20px
    }
    .slider-company__arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 5;
        font-size: 15px;
        color: #000;
        background: rgba(255, 211, 73, .9);
        font-size: 15px
    }
    .slider-company__arrow:hover {
        background: #FF2727
    }
    .slider-company__arrow:hover {
        color: #000
    }
    .slider-company__arrow--next {
        left: 5px
    }
    .slider-company__arrow--prev {
        right: 5px
    }
    .about {
        padding: 40px 0;
        margin-bottom: 30px
    }
    .about::after {
        height: 90px
    }
    .about__title {
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .about__button {
        margin-top: 35px;
        margin-left: 20px
    }
    .item-about {
        padding: 30px
    }
    .item-about__title {
        font-size: 20px;
        line-height: 120%
    }
    .info {
        padding: 40px 0
    }
    .info__title {
        margin-bottom: 30px
    }
    .info__slider {
        height: initial;
        margin-bottom: 30px;
        padding-right: 0;
        padding-bottom: 30px
    }
    .info__slider>.swiper-scrollbar {
        height: 1px;
        width: 98%;
        right: initial;
        bottom: 5px
    }
    .info__slider>.swiper-scrollbar .swiper-scrollbar-drag {
        height: 11px;
        width: 100%;
        left: 0;
        top: -5px
    }
    .item-slider-info__content ul li strong {
        margin-bottom: 15px
    }
    .item-slider-info__content ul li {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 15px
    }
    .item-slider-info__title {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 25px
    }
    .steps {
        padding: 40px 0
    }
    .steps-top {
        margin-bottom: 35px
    }
    .steps-top__wrapper .step {
        font-size: 20px;
        line-height: 120%;
        width: 103px;
        height: 70px
    }
    .steps-top__wrapper .step::before {
        width: 100px;
        height: 70px
    }
    .steps-top__wrapper .step:last-child {
        width: 70px;
        height: 70px
    }
    .steps-top__wrapper .step:last-child::before {
        width: 70px;
        height: 70px;
        left: -10px
    }
    .item-steps-content__title {
        font-size: 38px;
        line-height: 120%;
        margin-bottom: 20px
    }
    .item-steps-content__descr {
        font-size: 20px;
        line-height: 120%
    }
    .item-steps-content__items {
        padding-top: 50px;
        margin: -20px 0;
        padding-left: 1px
    }
    .item-steps-content__item {
        width: 100%;
        margin: 20px 0;
        font-size: 20px;
        line-height: 120%
    }
    .item-steps-content__number {
        margin-right: 20px;
        top: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 22px;
        line-height: 120%;
        width: 71px;
        height: 49px
    }
    .item-steps-content__number img {
        width: 100%;
        height: 100%
    }
    .cases {
        padding: 40px 0
    }
    .cases__button {
        margin-top: 35px;
        margin-left: 20px
    }
    .cases-slider__arrow {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: rgba(255, 211, 73, .9);
        font-size: 15px;
        color: #000
    }
    .cases-slider__arrow:hover {
        background: #FF2727
    }
    .cases-slider__arrow--next {
        left: 5px
    }
    .cases-slider__arrow--prev {
        right: 5px
    }
    .case::before {
        opacity: 1
    }
    .case__content {
        padding: 30px 45px 30px 45px;
        min-height: 300px;
        opacity: 1
    }
    .case__header span {
        font-size: 22px;
        line-height: 120%
    }
    .case__header {
        font-size: 22px;
        line-height: 120%
    }
    .case__info {
        font-size: 22px;
        line-height: 120%
    }
    .price {
        padding: 40px 0
    }
    .price__container {
        max-width: 1590px;
        padding: 0 15px
    }
    .price__content {
        padding-right: 0
    }
    .price__descr {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 40px
    }
    .price__form label {
        font-size: 20px;
        line-height: 120%
    }
    .form-price__content {
        margin-bottom: 45px
    }
    .form-price__item {
        margin-bottom: 20px
    }
    .form-price__button input {
        font-size: 18px;
        line-height: 60px
    }
    .discover {
        padding: 40px 0
    }
    .discover__container {
        max-width: 1590px;
        padding: 0 15px
    }
    .discover__title {
        margin-bottom: 35px
    }
    .discover__items {
        padding-top: 45px;
        margin-bottom: 45px
    }
    .discover__items ul li {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 30px
    }
    .discover__items ul li::before {
        width: 12px;
        height: 12px;
        top: 9px
    }
    .blog {
        padding: 40px 0
    }
    .blog__container {
        max-width: 1590px;
        padding: 0 15px
    }
    .blog__title {
        margin-bottom: 35px
    }
    .item-blog {
        padding: 20px 30px
    }
    .item-blog__title {
        font-size: 25px;
        line-height: 120%
    }
    .step-one__header {
        margin-right: 0
    }
    .step-one__descr {
        margin-bottom: 50px
    }
    .step-two {
        background-position: center right -100px
    }
    .step-two__descr {
        margin-bottom: 50px
    }
    .step-two__items ul li {
        margin-bottom: 20px
    }
}

@media (max-width:767.98px) {
    .modal__cross {
        top: 15px;
        right: 15px
    }
    #compas_blog .container_ps_content img {
        width: 100%;
        height: auto;
    }
    .burger-block__wrapper .header__logo {
        width: 182px;
        height: 72px;
        z-index: 1;
    }
    .menu-icon-wrapper {
        margin-right: 0
    }
    .header.scrolled {
        background: rgba(255, 255, 255, .9);
        padding: 10px 0;
        -webkit-filter: drop-shadow(0 0 4px rgba(177, 131, 27, .2));
        filter: drop-shadow(0 0 4px rgba(177, 131, 27, .2));
        position: fixed;
        background: #fff
    }
    .header {
        padding: 15px 0;
        background: #fff
    }
    .header__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__logo {
        width: 125px;
        height: 50px
    }
    .header__phone {
        display: none
    }
    .header__language {
        display: none
    }
    .home {
        padding-top: 100px;
        padding-bottom: 20px;
        background-image: url(/wp-content/themes/compas/img/jpg/home-bg-mob.jpg);
    }
    .home__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .home__wrapper {
        width: 100%
    }
    .person-info__image-wrapper::before {
        height: 125px
    }
    .person-info__image {
        width: 400px;
        height: 450px;
        margin-right: -45px
    }
    .person-info__image-wrapper::before {
        display: none !important;
    }
    .person-info__wrapper strong {
        font-size: 16px;
        line-height: 120%;
        color: #000
    }
    .person-info__wrapper span {
        color: #000
    }
    .person-info__wrapper {
        text-align: center;
        font-size: 16px;
        line-height: 120%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: initial;
        margin-bottom: 15px
    }
    .person-info__message {
        font-size: 14px;
        line-height: 120%;
        padding: 10px;
        min-height: initial;
        max-width: 230px;
        right: -90px;
        top: 30%
    }
    .discover__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .discover__button {
        margin: 0 auto;
        padding: 0
    }
    .discover__image-wrapper {
        width: 100%
    }
    .modal-callback {
        padding: 50px 30px
    }
    .modal-video {
        max-width: 100%;
        padding-top: 50px;
        padding-left: 15px;
        padding-bottom: 15px;
        padding-right: 15px
    }
    .case-home {
        padding: 150px 0;
        min-height: initial;
        background-size: cover;
        background-position: center 80px;
    }
    .case-home__title {
        font-size: 35px;
        text-align: center
    }
    .case-home__link {
        text-align: center
    }
    .indicators-start__item {
        margin-right: 2%
    }
    .indicators-start__icon {
        width: 62px;
        height: 66px
    }
    .step-one__colums {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
    .step-one__column {
        margin: 0 0 25px 0
    }
    .step-one__column:last-child {
        margin: 0
    }
    .item-step-one__descr {
        max-width: initial
    }
    .step-two__colums {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
    .step-two__column {
        width: 100%;
        margin: 0 0 25px 0
    }
    .step-two__column:last-child {
        margin: 0
    }
    .step-two__items {
        max-width: initial
    }
    .page-template-template-context-php h1,
    .page-template-template-social-php h1,
    .page-template-template-developer-php h1 {
        padding-top: 30px !important;
    }
}

@media (max-width:575.98px) {
    .rellax-hand,
    .rellax-home-image {
        transform: unset !important;
    }
    .development-home__image {
        position: relative;
        right: 0;
        left: 0;
    }
    .what__item {
        width: 100% !important;
        margin: 15px 0 !important;
    }
    .item-what__num::before {
        font-size: 110px !important;
    }
    .info__slider>.swiper-scrollbar {
        background: #aaa !important;
    }
    .title {
        font-size: 25px
    }
    .title-section {
        font-size: 20px
    }
    .btn {
        font-size: 16px;
        line-height: 50px
    }
    .btn-link {
        font-size: 18px
    }
    .step-title {
        font-size: 30px
    }
    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__logo {
        margin-right: 0;
        margin-bottom: 10px
    }
    .home__title {
        font-size: 30px;
        margin: 0 0 30px 0
    }
    .home__description {
        margin-bottom: 30px
    }
    .home__image {
        margin-top: 10px;
        width: 400px;
        height: 400px;
        margin-right: -220px
    }
    .description__item {
        font-size: 18px
    }
    .play {
        width: 60px;
        height: 60px
    }
    .play .icon__play {
        font-size: 25px
    }
    .company {
        padding: 30px 0
    }
    .company__title {
        margin-bottom: 25px
    }
    .about {
        padding: 30px 0
    }
    .about__title {
        margin-bottom: 25px
    }
    .about__items {
        margin: -6px 0
    }
    .about__button {
        margin-top: 25px;
        margin-left: 0
    }
    .item-about {
        padding: 15px;
        width: 100%;
        margin: 6px 0;
        min-height: 300px
    }
    .item-about:first-child {
        background-position: center bottom -5px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .item-about span {
        font-size: 14px;
        line-height: 120%
    }
    .item-about__title {
        margin-bottom: 8px;
        font-size: 18px
    }
    .info {
        padding: 30px 0
    }
    .info__title {
        margin-bottom: 25px
    }
    .person-info__image-wrapper::before {
        height: 175px;
        bottom: -70px
    }
    .person-info__image-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 25px
    }
    .ad .person-info__image {
        height: 350px !important;
    }
    .person-info__message {
        top: initial;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 0;
        max-width: initial
    }
    .person-info__message::before {
        top: initial;
        left: 30%;
        bottom: calc(100% - 30px);
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .item-slider-info__content ul li strong {
        margin-bottom: 10px
    }
    .item-slider-info__content ul li {
        font-size: 16px;
        margin-bottom: 10px
    }
    .item-slider-info__title {
        font-size: 18px;
        margin-bottom: 15px
    }
    .link_mobile_page a {
        padding: 5px !important;
        height: 42px;
        line-height: 30px !important;
    }
    .link_mobile_page {
        width: 110% !important;
        margin-left: -15px !important;
    }
    .site_bar_blog .sub_site_bar .subscribe__title {
        line-height: normal;
    }
    .steps {
        padding: 30px 0
    }
    .steps-top {
        margin-bottom: 25px
    }
    .steps-top__wrapper .step {
        font-size: 18px
    }
    .item-steps-content__title {
        font-size: 30px;
        margin-bottom: 15px
    }
    .item-steps-content__descr {
        font-size: 18px
    }
    .item-steps-content__items {
        padding-top: 30px;
        margin: -10px 0
    }
    .item-steps-content__item {
        margin: 10px 0;
        font-size: 18px
    }
    .item-steps-content__number {
        margin-right: 15px;
        top: 0;
        font-size: 20px;
        width: 60px;
        height: 40px
    }
    .cases {
        padding: 30px 0
    }
    .cases__title {
        margin-bottom: 25px
    }
    .cases__button {
        margin-top: 25px;
        margin-left: 0
    }
    .case__content {
        min-height: 350px;
        padding: 15px
    }
    .case__header span {
        font-size: 16px
    }
    .case__header {
        font-size: 16px
    }
    .case__info {
        font-size: 16px
    }
    .price {
        padding: 30px 0
    }
    .price__descr {
        font-size: 18px;
        margin-bottom: 25px
    }
    .price__form label {
        font-size: 18px
    }
    .form-price__content {
        margin-bottom: 35px
    }
    .form-price__item:last-child>label {
        margin-bottom: 10px
    }
    .form-price__item {
        margin-bottom: 15px
    }
    .form-price__button {
        margin: 0 auto
    }
    .form-price__button input {
        font-size: 16px;
        line-height: 50px
    }
    .discover {
        padding: 30px 0
    }
    .discover__title {
        margin-bottom: 25px
    }
    .blog {
        padding: 30px 0
    }
    .blog__title {
        margin-bottom: 25px
    }
    .item-blog {
        padding: 15px;
        min-height: 300px
    }
    .item-blog:nth-child(2) {
        width: 100%
    }
    .item-blog:nth-child(3) {
        width: 100%
    }
    .item-blog__title {
        font-size: 20px
    }
    .item-blog__descr {
        font-size: 14px;
        line-height: 120%
    }
    .modal-callback {
        padding: 50px 20px 20px 20px
    }
    .modal-price__items {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        margin: 0 0 15px 0
    }
    .modal-price__item {
        margin: 0 0 10px 0
    }
    .modal-price__item:last-child {
        margin: 0
    }
    .modal-price__item span {
        line-height: 120%;
        margin-bottom: 5px
    }
    .modal-price__item strong {
        line-height: 120%
    }
    .case-home {
        /* margin-top: 80px; */
        padding: 120px 0;
        min-height: calc(100vh - 80px)
    }
    .case-home__title {
        font-size: 25px;
        max-width: initial;
        font-size: 30px
    }
    .indicators-start__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .indicators-start__item {
        margin-right: 0;
        margin-bottom: 15px
    }
    .indicators-start__item:last-child {
        margin-bottom: 0
    }
    .indicators-start__count {
        font-size: 30px
    }
    .step-one__descr {
        margin-bottom: 30px
    }
    .step-one__item::before {
        width: 15px;
        height: 15px
    }
    .step-one__item {
        padding-left: 25px;
        margin-bottom: 30px
    }
    .item-step-one__title {
        font-size: 20px
    }
    .item-step-one__descr {
        font-size: 16px;
        margin-bottom: 15px
    }
    .step-two {
        padding-bottom: 160px
    }
    .step-two__descr {
        margin-bottom: 30px
    }
    .step-two__column>strong {
        font-size: 30px;
        margin-bottom: 20px
    }
    .step-two__items ul li {
        font-size: 16px;
        margin-bottom: 15px
    }
    .result__title {
        margin-bottom: 25px
    }
    .result__item {
        margin-bottom: 40px
    }
    .result__item::before {
        top: 5px;
        width: 15px;
        height: 10px
    }
    .item-result__title {
        font-size: 18px;
        line-height: 120%
    }
    .next-case {
        padding-bottom: 40px
    }
    .next-case__link a {
        font-size: 18px
    }
}

@media (max-width:575.98px) and (max-width:575.98px) {
    .case-home {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.about::after {
    background-color: black;
}

.why-we {
    background-image: url("/wp-content/themes/compas/img/rectangleBlackBG.png");
    padding-bottom: 159px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.why-we:after {
    content: '';
    position: absolute;
    bottom: -9px;
    display: block;
    background-image: url("/wp-content/themes/compas/img/we-do-vector.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 181px;
}

@media (max-width: 1653px) {
    .why-we:after {
        bottom: -5px;
    }
}

@media (max-width: 1393px) {
    .why-we:after {
        bottom: -9px;
    }
}

@media (max-width: 1199px) {
    .why-we::after {
        bottom: -5px;
        height: 240px;
        left: -4px;
        width: 1200px;
    }
}

@media (max-width: 1160px) {
    .why-we {
        background-size: 1224px 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .why-we::after {
        bottom: 5px;
        height: 225px;
    }
}

@media (max-width: 1080px) {
    .why-we::after {
        bottom: 11px;
        height: 225px;
    }
}

@media (max-width: 900px) {
    .why-we {
        background-position: revert;
    }
    .why-we::after {
        bottom: -4px;
        height: 225px;
    }
}

@media (max-width: 660px) {
    .why-we {
        background-position: revert;
    }
    .why-we::after {
        bottom: -11px;
        height: 234px;
    }
}

@media (max-width: 575px) {
    .why-we::after {
        bottom: -25px;
        height: 234px;
        transform: rotate(3deg);
        width: 697px;
    }
    .main .discover {
        padding-top: 40px !important;
    }
}

@media (max-width: 1200px) {
    .main .discover {
        padding-top: 100px!important;
    }
}

.discover {
    padding-top: 0!important;
}

.services__title {
    font-style: normal;
    font-weight: bold;
    font-size: 47px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 61px;
    font-family: 'Noto Sans', sans-serif;
    white-space: nowrap;
}

.services__blocks-two {
    display: flex;
    justify-content: space-between;
    /*align-items: flex-end;*/
    margin-bottom: 45px;
}

.services__block-two {
    width: 49%;
    padding: 40px 76px 45px 35px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(177, 131, 27, 0.2);
    border-radius: 20px;
}

.services__block-two:last-child {
    margin-right: 0;
}

.services__block-two-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 23px;
    font-family: 'Noto Sans', sans-serif;
    white-space: nowrap;
}

.services__block-two-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
}

.services__block-two-btn {
    margin-top: 45px;
}

.services__block-two-link {
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 31px;
    color: #000000;
    display: flex;
    align-items: center;
}

.services__block-two-span {
    display: block;
    margin-right: 13px;
}

.services__block-two-arrow {
    position: relative;
    width: 28px;
    height: 24px;
    background-image: url("/wp-content/themes/compas/img/arrowRED.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.services__blocks-three {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.services__block-three {
    width: 32%;
    margin-right: 17px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(177, 131, 27, 0.2);
    border-radius: 20px;
    padding: 40px 40px 45px 35px;
}

.services__block-three:last-child {
    margin-right: 0;
}

.services__block-three-others {
    display: flex;
    justify-content: space-between;
}

.services__block-three-other {
    list-style: none;
    width: 48%;
    padding-left: 15px;
}

.services__block-three-others ul li::before {
    background-color: #ffd349;
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    content: '' !important;
    position: absolute;
    left: -20px;
    top: 12px;
}

.services__block-three-other li {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    /* or 32px */
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1400px) {
    .services__block-two {
        padding: 40px 45px 45px 35px;
    }
    .services__block-three {
        padding: 40px 25px 45px 35px;
    }
}

@media (max-width: 1360px) {
    .services__block-two-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 1390px) {
    .services__title {
        font-size: 40px;
        line-height: 120%;
    }
}

@media (max-width: 991px) {
    .services__title {
        margin-bottom: 35px;
        font-size: 30px;
    }
    .services__blocks-two {
        margin-bottom: 20px;
    }
}

@media (max-width: 1200px) {
    .services__block-two-title {
        margin-bottom: 15px;
        white-space: normal;
    }
    .services__block-two-btn {
        margin-right: 20px;
    }
    .services__block-three {
        padding: 30px 15px 25px 20px;
    }
}

@media (max-width: 991px) {
    .services__blocks-three {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-direction: column;
    }
    .services__block-three {
        padding: 30px 15px 25px 20px;
        width: 100%;
        margin: 0 0 20px;
    }
    .services__block-three:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 650px) {
    .services__block-three {
        padding: 15px;
    }
    .services__block-two {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .services__block-two {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .services__block-two-link {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 650px) {
    .services__blocks-two {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .services__block-two {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 20px;
    }
    .services__block-two:last-child {
        margin: 0 0 0;
    }
}

.btn-link:hover {
    color: #FF2727;
}


/*@media (max-width: 540px) {*/


/*    .post_page .post_container{*/


/*        width: -webkit-fill-available!important;*/


/*    }*/


/*}*/

.item-slider-info__p {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, .5);
    font-family: 'Open Sans', sans-serif;
}

.item-slider-info__main-text {
    font-size: 23px;
    line-height: 100%;
    margin-bottom: 15px;
    font-weight: normal;
    margin-bottom: 15px;
    text-indent: 10px;
    color: rgba(0, 0, 0, .5);
    font-family: 'Open Sans', sans-serif;
}

.item-slider-info__content {
    padding-right: 5px;
}

.item-slider-info__p {
    padding-right: 10px
}

@media (max-width: 991px) {
    .item-slider-info__p {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px;
        font-weight: normal;
        color: rgba(0, 0, 0, .5);
        font-family: 'Open Sans', sans-serif;
    }
    .item-slider-info__main-text {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 15px;
        font-weight: normal;
        margin-bottom: 15px;
        text-indent: 10px;
        color: rgba(0, 0, 0, .5);
        font-family: 'Open Sans', sans-serif;
    }
}

@media (min-width: 1900px) {
    .home::before {
        background-size: 100% 100%;
    }
}

.development-home::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 183px;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-image: url("/wp-content/themes/compas/css/compas.agency/wp-content/themes/compas/img/png/elem-1.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer__locaion.location-footer.new {
    margin-right: 70px;
}

@media(max-width:600px) {
    .footer__locaion.location-footer.new {
        margin-right: 0px;
    }
    .header__language.language:lang(en){
        margin-left: 0px;
    }
}

.home__image .play:lang(en){
    display: none;
}
.header__call-back:lang(en){
    margin-right: 35px;
}
.header__language.language:lang(en){
    margin-left: 15px;
}
.burger-block__content:lang(en) {
    background-color: #3a7ee4;
}

@media(max-width:768px){    
    .social {
        align-items: flex-end;
        margin-bottom: 5px;
    }
}
.soc-incon img {
    width: 40px;
    height: 40px;
}
.social {
    display: flex;
    flex-direction: row;
    margin-right: 5px;
}
.social .soc-incon {
    margin-left: 5px;
    margin-right: 5px;
}
.case.swiper-slide:hover .case__content {
    min-height: 350px;
    padding: 56px 74px 46px 74px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__navbar:lang(en){
/*    display: none;*/
padding-right: 50px;
}
    .header__content:lang(en) a.header__phone.compas-phone {
        display: none;
    }
@media (min-width: 960px) {



    .header__content:lang(en) a.header_telegram {
        display: none;
    }
}
.link_mobile_page:lang(en) {
    display: none;
}

.company__slider:lang(en) {
    background: #c2c9d6;
    -webkit-box-shadow: 0 2px 8px rgba(177, 131, 27, .2);
    box-shadow: 0 2px 8px rgba(177, 131, 27, .2);
    border-radius: 20px;
    padding-top: 38px;
    padding-bottom: 42px;
}

@media(max-width:1440px){
    .header__call-back button:lang(en){
        white-space: nowrap;
    }
}
.modal__cross {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 29px;
    right: 29px;
    color: #ffd349;
    cursor: pointer;
    font-size: 31px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.thxpage .error-404__body {   
    max-width: 100%;    
}
.thxpage .error-404__name {
    font-size: 60px;
    border-bottom: none;
    line-height: 90px;
}




.site_bar_blog .sub_site_bar form input[type=submit] {
    background-color: #ffd349;
    color: #000 ;
    border-radius: 25px;
}
/*.site_bar_blog .sub_site_bar form input[type=submit]:hover {
    background-color: #337FF1 !important;
    color: #fff !important;
}*/

.cases .cases__button {
    margin-left: 0;
}



.cases .cases__button a {
    font-weight: 600;
    font-size: 21px;
    background: #ffd349;
    padding: 15px 35px;
    border-radius: 20px;
    border-radius: 50px;
    color: #fff;
    border: 2px solid #ffd349;
}
.cases .cases__button a:hover {
    color: #ffd349;
    border: 2px solid #ffd349;
    background: #f1f1f1;
}
.swiper-pagination-cases.swiper-pagination-bullets {
    display: flex;
    padding: 40px 0 0 0;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-cases.swiper-pagination-bullets span {
    margin: 0 11px;
    outline: 0;
    width: 15.37px;
    height: 15.37px;
    border-radius: 50%;
    background: 0 0;
    border: 2px solid #ffd349;
}
.swiper-pagination-cases.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #ffd349;
    border: 2px solid transparent;
}
.cases span.swiper-pagination-bullet {
    background: #fff !important;
    border: 2px solid #337FF1 !important;
}
.cases span.swiper-pagination-bullet-active {
    background: #337FF1 !important;
    border: 2px solid #337FF1 !important;
}
section.vas_mozhe_zaczikavyty {
    padding: 100px 0;
    background: #337FF1;
}

section.vas_mozhe_zaczikavyty .container {
    display: flex;
    flex-direction: column;
}

.items_vas_mozhe_zaczikavyty {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
}

.item_vas_mozhe_zaczikavyty a {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
}