.container {
    max-width: 1920px;
    margin: auto;
}

section {
    max-width: 1265px;
    margin: auto;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 85px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 55px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 60px !important;
        line-height: 70px;
    }

    h2 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 50px;
        line-height: 55px;
    }

    h3 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
    }

    p {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 550px) {
    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 420px) {
    h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 481px) and (min-width: 300px) {
    h1 {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 50px !important;
        line-height: 70px;
    }
}

.header-wrapper {
    background: #FFFFFF;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.header-wrapper header {
    display: flex;
    align-items: center;
    margin: auto;
    padding: 15px 0px;
    background: #FFFFFF;
    justify-content: space-between;
    max-width: 76%;
    position: relative;
}

header .logo {
    min-width: 210px;
}

header .logo img {
    width: 50px;
}

header .logo a {
    display: flex;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}
#order-mobile a {
    padding: 8px 15px;
    color: #00B2FF;
    border: 1px solid #00B2FF;
    border-radius: 31px;
    transition: 0.25s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
}
#order-mobile a:hover {
    background: #4CC9FF;
    border: 1px solid #4CC9FF;
    color: #FFFFFF;
}
header .logo p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    margin-left: 5px;
}
header .logo a:active{
    color: black;
}
header nav {
    display: flex;
    align-items: center;
}

header nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    margin: 8px 0;
    cursor: pointer;
}
nav .hidden-menu {
    position: relative;
    display: none;
}
nav .hidden-menu li a {
    margin-left: 25px;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    text-decoration: none;
}

nav .hidden-menu li:first-of-type {
    margin-left: 50px;
}

nav .hidden-menu li.lang-list-item:first-of-type {
    margin-left: 0;
}

nav .hidden-menu li.lang-list-item a {
    font-family: 'Montserrat', sans-serif;
}

header .order-lang {
    display: flex;
    align-items: center;
}

header .lang-choice {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 65px;
    height: 60px;
    margin-left: 40px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
}

.order-button {
    padding: 8px 15px;
    border: 1px solid #00B2FF;
    color: #00B2FF;
    transition: 0.25s ease;
}

.order-button:hover {
    color: #ffffff;
    border: 1px solid #4CC9FF;
}

.lang-choice .selected-lang-abbr {
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #828282
}

.lang-choice .lang-arrow {
    width: 8px;
    height: 4px;
    margin-left: 5px;
}

.lang-choice ul {
    position: absolute;
    top: 60px;
    right: 0;
    display: none;
    padding: 0;
    flex-direction: column;
    margin: 0;
    z-index: 3;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.lang-choice ul.lang-list-active {
    display: flex;
}

.lang-choice ul li {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.lang-choice ul li a:hover {
    color: #1876DF;
    background: #E5F1FF;
}

.lang-choice ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
    border-radius: 5px;
    color: #0d0d0d;
    font-size: 16px;
    text-decoration: none;
}

.lang-choice ul li:first-child a {
    padding: 20px 15px 10px 15px;
}
.lang-choice ul li:last-child a:last-child {
    padding: 10px 15px 15px 15px;
}

.lang-choice ul li:last-of-type {
    border-bottom: none;
}

.lang-choice ul li img {
    width: 26px;
}

.lang-choice ul li span {
    font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #828282;
}


.hidden-menu .lang-choice-mobile {
    display: none;
}

.hidden-menu .lang-choice-mobile a {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 16px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    color: #000000;
}
.hidden-menu .lang-choice-mobile a:last-child {
    margin-right: 25px;
}
.hidden-menu .lang-choice-mobile a img {
    margin-right: 3px;
}

.lang-choice-mobile .separator {
    font-weight: 600;
    font-size: 16px;
    margin: 0 5px;
}
.large-menu .lang-choice {
    margin-left: 30px !important;
}
.large-menu  {
    padding: 0;
}
.large-menu li {
    border-bottom: 4px solid transparent;
}
.large-menu .lang-choice .lang-list {
    width: 87px !important;
}
.large-menu .lang-choice .lang-list li{
    margin-right: 0 !important;
}
.large-menu li:nth-child(1) {
    margin-right: 25px !important;
}
.large-menu li:nth-child(2) {
    margin-right: 25px !important;
}
.large-menu li:nth-child(3) {
    margin-right: 25px !important;
}
.large-menu li:nth-child(4) {
    margin-right: 50px !important;
}
.large-menu li:nth-child(1) a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.large-menu li:nth-child(2) a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.large-menu li:nth-child(3) a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.large-menu li:nth-child(4) a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
    text-decoration: none;
}
.hidden-menu li:nth-child(1).menu-item-active  {
    border-left: 4px solid #00B2FF;
}
.hidden-menu li:nth-child(2).menu-item-active  {
    border-left: 4px solid #00B2FF;
}
.hidden-menu li:nth-child(3).menu-item-active  {
    border-left: 4px solid #00B2FF;
}
.hidden-menu li:nth-child(4).menu-item-active  {
    border-left: 4px solid #00B2FF;
}
.large-menu .menu-item-active  {
    border-bottom: 4px solid #00B2FF;
}

@media screen and (max-width: 1280px) {
    .large-menu .lang-choice {
        margin-left: 20px !important;
    }
    header .logo {
        min-width: 110px !important;
    }
    .header-wrapper header {
        max-width: 91%;
    }
    .large-menu li:nth-child(1) {
        margin-right: 15px !important;
    }
    .large-menu li:nth-child(2) {
        margin-right: 15px !important;
    }
    .large-menu li:nth-child(3) {
        margin-right: 15px !important;
    }
    .large-menu li:nth-child(4) {
        margin-right: 8px !important;
    }
    .large-menu li:nth-child(4) {
        margin-right: 20px !important;
    }
}

@media (max-width: 1024px) {
    header {
        height: 80px;
    }

    header .lang-choice {
        margin-left: 0;
    }

    nav .hidden-menu li:first-of-type {
        margin-left: 0;
    }

    nav .hidden-menu li a {
        margin-left: 0;
    }

    header .order-lang {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 10px;
    }

    .hidden-menu .lang-list li {
        padding: 0;
    }
    .hidden-menu .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .hidden-menu .lang-list li a {
        width: 100%;
        height: auto;
    }

    .hidden-menu .lang-choice-mobile {
        display: block;
        margin-top: 50px;
    }
    .lang-list .lang-list-item {
        margin: 0 !important;
    }
    nav .lang-choice-mobile ul {
        padding: 0;
    }

    .hidden-menu .lang-choice {
        display: none;
    }
    .hidden-menu {
        display: block;
    }

}

@media screen and (max-width: 767px) {
    header {
        max-width: 91% !important;
    }
    nav .hidden-menu {
        display: block;
    }
    .large-menu {
        display: none;
    }
}



section.top-screen {

    margin-left: 60px;
    /*background: url("/images/main_top/Maintheme.png") center center no-repeat;*/
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
}

.top-screen .content {
    max-width: 545px;
    margin-top: 180px;
    margin-left: 15%;
}

/*.top-screen .top-text {
    font-size: 24px;
    line-height: 32px;
}*/
.main-top-text {
    width: 440px;
}

.animation_column1 li {
    padding: 20px 20px 0 0 !important;
}

.animation_column2 li {
    padding: 20px 20px 0 0 !important;
}

.animation_column3 li {
    padding: 20px 0 0 0 !important;

}

@media (min-width: 1024px) and (max-width: 1400px) {
    .top-screen .content {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .main-top-text {
        width: 340px;
    }

    .animation_column1 > li:nth-of-type(1) video {
        height: 115px;
        width: 115px;
    }

    .animation_column1 > li:nth-of-type(2) video {
        height: 77px !important;
        width: 115px !important;
    }

    .animation_column1 > li:nth-of-type(2) {
        width: 115px !important;
    }

    .animation_column1 > li:nth-of-type(3) video {
        height: 77px;
        width: 77px;
    }

    .animation_column1 > li:nth-of-type(4) > video {
        width: 77px !important;
        height: 100px !important;
    }

    .animation_column2 > li:nth-of-type(1) video {
        height: 77px;
        width: 77px;
    }

    .animation_column2 > li:nth-of-type(2) video {
        width: 77px !important;
        height: 116px !important;
    }

    .animation_column2 > li:nth-of-type(2) {
        height: 116px !important;
    }

    .animation_column2 > li:nth-of-type(3) video {
        width: 116px !important;
        height: 100px !important;
    }

    .animation_column2 > li:nth-of-type(3) {
        width: 116px !important;
    }

    .animation_column2 > li:nth-of-type(4) video {
        width: 116px !important;
        height: 77px !important;
    }

    .animation_column2 > li:nth-of-type(4) video {
        width: 116px !important;
    }
    .animation_column3 > li:nth-of-type(1) video {
        width: 116px !important;
        height: 154px !important;
    }

    .animation_column3 > li:nth-of-type(2) video {
        width: 116px !important;
        height: 116px !important;
    }

    .animation_column3 > li:nth-of-type(3) video {
        width: 116px !important;
        height: 116px !important;
    }

    .animation_column1 li {
        padding: 15px 15px 0 0 !important;
    }

    .animation_column2 li {
        padding: 15px 15px 0 0 !important;
    }

    .animation_column3 li {
        padding: 15px 0 0 0 !important;

    }

    section.top-screen {
        margin-left: 0;
        width: 100%;
        background-size: cover;
    }

    .top-screen .content {
        max-width: 545px;
        margin-top: 120px;
        margin-left: 30px
    }

}
@media screen and (max-width: 767px) and (min-width: 481px) {

    .img_for_aboutus {
        min-width: 340px;
    }

    .img_for_aboutus > img {
        width: 100%;
    }

    .img_for_aboutus:before {
        display: none;
    }

    section.services {
        padding: 0 0 20px 0 !important;
    }

    .top-screen .content {
        max-width: 340px;
        margin-top: 180px;
        margin-left: 5px;
    }

    .section.top-screen {
        min-height: 1100px;
        background-size: cover;
    }

    .top-screen .top-text {
        font-size: 18px;
        line-height: 32px;
    }

    section.top-screen {
        flex-direction: column;
        width: 100%;
        margin: 0;
        align-items: center;
        justify-content: center;
    }

    .content-title:after {
        right: 0 !important;
    }

    .content-title {
        margin: 0 25px;
    }

    .top-screen .content {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .animation_column1 li {
        padding: 14px 14px 0 0 !important;
    }

    .animation_column2 li {
        padding: 14px 14px 0 0 !important;
    }

    .animation_column3 li {
        padding: 14px 0 0 0 !important;

    }

    .animation_column1 > li:nth-of-type(1) video {
        height: 115px;
        width: 115px;
    }

    .animation_column1 > li:nth-of-type(2) video {
        height: 77px !important;
        width: 115px !important;
    }

    .animation_column1 > li:nth-of-type(2) {
        width: 115px !important;
    }

    .animation_column1 > li:nth-of-type(3) video {
        height: 77px;
        width: 77px;
    }

    .animation_column1 > li:nth-of-type(4) > video {
        width: 77px !important;
        height: 100px !important;
    }

    .animation_column2 > li:nth-of-type(1) video {
        height: 77px;
        width: 77px;
    }

    .animation_column2 > li:nth-of-type(2) video {
        width: 77px !important;
        height: 116px !important;
    }

    .animation_column2 > li:nth-of-type(2) {
        height: 116px !important;
    }

    .animation_column2 > li:nth-of-type(3) video {
        width: 116px !important;
        height: 100px !important;
    }

    .animation_column2 > li:nth-of-type(3) {
        width: 116px !important;
    }

    .animation_column2 > li:nth-of-type(4) video {
        width: 116px !important;
        height: 77px !important;
    }

    .animation_column2 > li:nth-of-type(4) video {
        width: 116px !important;
    }

    .animation_column3 > li:nth-of-type(1) video {
        width: 116px !important;
        height: 154px !important;
    }

    .animation_column3 > li:nth-of-type(2) video {
        width: 116px !important;
        height: 116px !important;
    }

    .animation_column3 > li:nth-of-type(3) video {
        width: 116px !important;
        height: 116px !important;
    }

}
@media screen and (max-width: 481px) and (min-width: 300px) {
    .animation_column1 li {
        padding: 14px 14px 0 0 !important;
    }

    .animation_column2 li {
        padding: 14px 14px 0 0 !important;
    }

    .animation_column3 li {
        padding: 14px 0 0 0 !important;

    }

    .animation_column1 > li:nth-of-type(1) video {
        height: 105px;
        width: 105px;
    }

    .animation_column1 > li:nth-of-type(2) video {
        height: 70px !important;
        width: 105px !important;
    }
    .animation_column1 > li:nth-of-type(3) video {
        height: 70px;
        width: 70px;
    }

    .animation_column1 > li:nth-of-type(4) > video {
        width: 70px !important;
        height: 90px !important;
    }

    .animation_column2 > li:nth-of-type(1) video {
        height: 70px;
        width: 70px;
    }

    .animation_column2 > li:nth-of-type(2) video {
        width: 70px !important;
        height: 105px !important;
    }

    .animation_column2 > li:nth-of-type(3) video {
        width: 105px !important;
        height: 91px !important;
    }

    .animation_column2 > li:nth-of-type(4) video {
        width: 105px !important;
        height: 70px !important;
    }

    .animation_column3 > li:nth-of-type(1) video {
        width: 105px !important;
        height: 141px !important;
    }

    .animation_column3 > li:nth-of-type(2) video {
        width: 105px !important;
        height: 105px !important;
    }

    .animation_column3 > li:nth-of-type(3) video {
        width: 105px !important;
        height: 105px !important;
    }
}
@media (max-width: 320px) {
    section.top-screen {
        min-height: 800px;
        /*background: url("../../img/top_bg_320_min.png") center center no-repeat;*/
        background-size: cover;
    }
}





.about-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 25px;
    font-family: 'Montserrat', sans-serif;
    margin: 100px 0;
}

.about .content .about-title {
    display: flex;
    justify-content: space-between;
}
.about .content .about-title h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto;
}
.about .content p {
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
.about .img_for_aboutus {
    margin-top: 50px;
}
.about .img_for_aboutus img {
    width: 100%;
}
.about .content  .content-bg {
    display: none;
}

@media screen and (min-width: 767px) {
    .about-container {
        flex-direction: inherit;
        justify-content: space-between;
        margin: 100px 0;
    }
    .about .img_for_aboutus {
        width: 48%;
    }
    .about .content {
        width: 48%;
    }
    .about .content  .content-bg {
        display: block;
        margin-top: 50px;
    }
    .about .content .about-title h2 {
        font-size: 50px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .about .img_for_aboutus {
        width: 45%;
    }
    .about .content {
        width: 45%;
    }
    .about .content  .content-bg {
        display: block;
        margin-top: 50px;
    }
    .about .content .about-title h2 {
        font-size: 50px;
    }
}

@media screen and (min-width: 300px) {
    .services {
        background: none;
    }
    .services-title-content {
        display: flex;
        justify-content: center;
    }
    .services-title-content img {
        margin-left: -22px;
    }
    .services-title {
        margin-left: 22px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 40px;
        line-height: 50px;
        color: #000000;
    }
    .services-info {
        margin: 0;
    }
    .info-content {
        margin: 0 0 50px;
    }
    .info-content .services-info {
        padding: 0 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
        text-align: center;
        color: #000000;
    }
    .services-items {
        padding: 0 22px;
    }
    .services-item {
        width: 100%;
        margin: 0 0 50px;
    }
    .services-item--marketing {
        position: relative;
    }
    .services-item--marketing .icon-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .services-item .services-item-img {
        margin: 0 0 20px;
    }
    .services-item .services-item-img img {
        width: 90px;
    }
    .service-btn {
        margin-top: 30px !important;
    }

    .services-item-info .services-item-title {
        padding: 0;
        margin: 0 0 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        color: #000000;
    }
    .services-item-info ul {
        padding: 0;
        list-style-position: inside;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }
    .services-item-info ul li {
        margin: 0 0 10px;
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }
    .services-item-info .learn-more {
        padding: 8px 15px;
        border: 1px solid #00B2FF;
        border-radius: 32px;
        color: #00B2FF;
        transition: 0.25s ease;
        background: #FFFFFF;
        cursor: pointer;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
    .services-item-info .learn-more:hover {
        background: #4CC9FF;
        color: #ffffff;
        border: 1px solid #4CC9FF;
    }
    .services-item--content .icon-img {
        display: none;
    }
}
@media screen and (min-width: 480px) {
    .services-item {
        display: flex;
    }
    .services-item .services-item-img {
        margin-right: 20px;
    }
}
@media screen and (min-width: 767px) {
    .services-items-content:last-child .service-btn {
        display: inline;
    }
    .services-items-content:first-child .service-btn {
        height: 27px !important;
    }
    .service-btn {
        margin-top: 0;
        height: 140px !important;
        display: flex;
        align-items: end;
    }
    .services {
        background-image: url("/images/section_services/BG-001.png") !important;
        background-size: 85%;
    }
    .services-title-content {
        display: flex;
        justify-content: center;
    }
    .services-title-content img {
        margin-left: -22px;
    }
    .services-title {
        margin-left: 22px;
        font-size: 50px;
        line-height: 50px;
    }
    .info-content {
        margin: 0 0 50px;
    }
    .info-content .services-info {
        font-size: 17px;
        padding: 0 34px;
        line-height: 25px;
    }
    .services-items {
        padding: 0 34px;
    }
    .services-items-content {
        display: flex;
    }
    .services-items-content:first-child {
        margin: 0 0 100px;
    }
    .services-item {
        width: 50%;
        /*height: 300px;*/
        margin: 0 0 50px;
        display: flex;
    }
    .services-item--marketing {
        position: relative;
    }
    .services-item--marketing .icon-img {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .services-item .services-item-img {
        margin-right: 20px;
    }
    .services-item .services-item-img img {
        width: 100px;
    }
    .services-item-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .services-item-info .services-item-title {
        padding: 0;
        margin: 0 0 20px;
        font-size: 22px;
    }
    .services-item-info ul {
        padding: 0;
        list-style-position: outside;
        margin-left: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }
    .services-item--content {
        position: relative;
    }
    .services-item--content .icon-img {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .services-item--design .services-item-info div:last-child{
        height: 120px;
    }
    .services-item--content .services-item-info div:last-child{
        height: 118px;
    }
    .services-item-info .learn-more {
        margin-top: 20px !important;
    }
}
       @media screen and (min-width: 1280px) {
    .services-title-content {
        display: flex;
        justify-content: center;
    }
    .services-title-content img {
        margin-left: -22px;
    }
    .services-title {
        margin-left: 50px;
        font-size: 60px;
        line-height: 70px;
    }
    .services-info {
        width: 780px;
        margin: 0 auto;
    }
    .info-content {
        margin: 0 0 100px;
    }
    .services-items-content {
        justify-content: space-between;
    }
    .services-item {
        width: 40%;
        margin: 0 0 50px;
        display: flex;
    }
    .services-item .services-item-img img {
        width: 180px;
    }
}



.order-button {
    margin-top: 30px;
    background: #FFFFFF;
    border-radius: 31px;
    outline: none;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 15px;
    transition: 0.25s ease;
    font-family: 'Montserrat', sans-serif;
}
.order-button a {
    color: #00B2FF;
}
.order-button:hover {
    background: #4CC9FF;
}
.order-button:hover a {
    color: #FFFFFF;
}
.order-lang .order-button {
    margin-left: 40px;
    margin-top: 0;
}

@media (max-width: 1024px){
    header .order-button {
        display: none;
    }
}

.accept-cookie {
    /* sizing */
    width: 100%;
    display: flex;
    justify-content: center;

    /* position */
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    z-index: 99;
}

.accept-cookie__container {
    /* sizing */
    box-sizing: border-box;
    max-width: 1126px;
    width: auto;
    min-height: 128px;
    padding: 40px;
    margin: 0 20px;

    /* style */
    border-radius: 4px;
    background: #1876DF;

    /* flex */
    display: flex;
    align-items: center;
}

.accept-cookie__desc {
    /* sizing */
    font-size: 20px;

    /* style */
    color: white;

    margin-right: 20px;
}

.accept-cookie__desc .accept-cookie__cookie-link {
    text-decoration: underline;
    font-weight: bold;
}

.accept-cookie__button {
    /* sizing */
    padding: 15px 44px;
    width: 160px;
    height: 50px;

    /* style */
    color: #1876DF;
    background: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

@media (max-width: 600px) {
    .accept-cookie__container {
        flex-direction: column;
        padding: 20px 12px;
    }

    .accept-cookie__desc {
        margin-bottom: 20px;
    }
}

section.contact {
    max-width: 76%;
    box-sizing: border-box;
    position: relative;
    /*margin-bottom: 137px;*/
}

.activeBtn {
    background: #00B2FF !important;
    color: #FFFFFF !important;
}

.contact-from {
    display: flex;
    justify-content: space-between;
}

.form-title {
    position: relative;
    margin: 50px 0;
}

.choose_job {
    margin-bottom: 30px;
}

.contact-title-content {
    display: flex;
    align-items: center;
}

.fname-block {
    grid-area: fname;
}

.phone-block {
    grid-area: phone;
}

.email-block {
    grid-area: email;
}

.message-block {
    grid-area: message;
}

.choose-block {
    grid-area: choose;
}

.submit-block {
    grid-area: submit;
    margin-top: 20px;
}

.desc-block {
    grid-area: desc;
}

/* END GRID*/
/*.contact-form {
    border: 1px solid red;
}*/

.contact .form-group {
    display: flex;
    flex-direction: column;
}

.form-group {
    position: relative;
}

.form-group label,
.choose-block p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 18px 0 5px 10px;
    font-size: 14px;
    color: #171717;
}

/*.form-group label:after,*/
/*.choose-block p:after {*/
/*    position: absolute;*/
/*    margin-left: 5px;*/
/*    content: '*';*/
/*    font-size: 30px;*/
/*    color: #da251d;*/
/*}*/

.form-group input {
    /*width: 300px;*/
    min-height: 45px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
}

.form-group select {
    height: 50px;
    border: 2px solid #e6e7ef;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(/images/select-arrow.png?e38468b86445444d1de5effbcc57a01a) no-repeat;
    background-position: calc(100% - 20px);
    background-size: 12px 6px;
    padding-left: 10px;
}

.form-group textarea {
    height: 120px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
}

.form-group.message-block {
    position: relative;
}

.form-group .attachment {
    display: none;
}

.form-group .custom-file-upload {
    position: absolute;
    bottom: 29px;
    right: 27px;
    margin: 0;
}

.form-group label.custom-file-upload:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 16px;
    top: 0;
    height: 18px;
    background: url(/images/attachment.png?b2d1e2d79dd0ea3bd01b537eb0853027) no-repeat center center;
    background-size: cover;
}

.modal .form-group label.custom-file-upload:after {
    top: 90px;
    right: -30px;
}

.form-group .submit-btn {
    width: 270px;
    height: 48px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    text-transform: uppercase;
    background: #00B2FF;
    border-radius: 70px;
}

.form-group .submit-btn:hover {
    color: #FFFFFF;
    background: #4DC9FF;
}

.form-group .submit-btn:active {
    background-color: #ffffff;
    color: #1876DF;
    border: 1px solid #1876DF;
}

.form-group .desc {
    margin-top: 50px;
    font-size: 16px;
    line-height: 150%;
}

.tion-error-message {
    position: absolute;
    max-width: 100%;
    color: #ff0000;
    font-size: 14px;
    text-align: center;
    line-height: 15px;
    top: 100%;
}

.choose-block label {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    margin: 0;
}

.choose-block label:last-child {
    color: black;
}

.choose-block label:after {
    content: none;
}

.choose-block input {
    min-height: auto;
    height: auto;
}

.contact_hello {
    position: relative;
    background: url("/images/main_service/Animation-Contacts.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 395px;
    width: 280px;
}

.contact_hello:after {
    display: none;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: url("/images/main_service/Image-Contacts.png") no-repeat;
    width: 100%;
    height: 280px;
}

.modal .form-title {
    font-weight: 800 !important;
    font-size: 50px !important;
    line-height: 55px !important;
    color: #000000 !important;
    text-align: center !important;
    font-family: 'Montserrat', sans-serif !important;
}

.modal {
    border-radius: 25px !important;
    max-width: 100%;
}

.modal section.contact {
    padding: 0;
}

.modal .contact form {
    margin: 0 50px;
}

.modal .choose_job {
    justify-content: center;
}

.modal .contact .submit-block {
    justify-content: center;
    align-items: center;
    margin: 40px 0 50px;
}

.modal .form-group .submit-btn {
    margin-top: 0;
}
.iti__country-list {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.modal .form-group input {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
}

.contact-title-content img {
    margin-left: 50px;
}

.modal .form-group textarea {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    resize: none;
}
.recatcha-error {
    display: none;
}
.contact-first-child {
    width: 50%;
}
.choose_job label {
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 1280px) {
    section.contact {
        max-width: 91% !important;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
    .form-title:after {
        left: 60%;
    }

}


@media (max-width: 1024px) {

    .form-group .desc {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .contact-first-child {
        width: 100%;
    }
    .choose_job {
        justify-content: center;
    }
    .choose_job label {
        width: 50%;
        text-align: center;
        font-size: 14px;
        line-height: 17px;
        padding: 16px 26px ;
    }
    .contact form {
      display: inline;
       width: 100%;
    }
    .contact_hello {
        display: none;
    }
}

@media screen and (max-width: 481px) and (min-width: 300px) {
    .contact-title-content img {
        margin-left: 20px;
    }

    .choose-block label {
        font-size: 14px;
    }

    .contact_hello {
        display: none;
    }
}

@media (max-width: 420px) {
    .contact_hello {
        display: none;
    }
    .choose_job label {
        padding: 15px 20px !important;
    }

    .form-group .custom-file-upload {
        right: 40px;
    }
}



.iti {
    position: relative;
    display: inline-block
}

.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name, .iti__dial-code, .iti__flag-box {
    vertical-align: middle
}

.iti__country-name, .iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

.iti--container:hover {
    cursor: pointer
}

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

.iti__flag.iti__be {
    width: 18px
}

.iti__flag.iti__ch {
    width: 15px
}

.iti__flag.iti__mc {
    width: 19px
}

.iti__flag.iti__ne {
    width: 18px
}

.iti__flag.iti__np {
    width: 13px
}

.iti__flag.iti__va {
    width: 15px
}

@media (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(/img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media screen and (max-width: 767px) {
    .iti-mobile .iti--container {
        top: 32%;
    }
}

@media (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url(/img/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.submit-message-wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.5);
    width: 580px;
    height: 376px;
    border-radius: 25px !important;
}
.submit-message-wrapper.submit-message-show {
    display: flex;
}
section.submit-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    height: 275px;
    background: #FBFCFF;
    border-radius: 25px !important;
}
.submit-message .submit-img {
    display: flex;
    justify-content: center;
    padding: 15px;
    max-width: 50%;
}
.submit-message .submit-img img {
    width: 100%;
}
.submit-message .submit-text {
    text-align: center;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

@media (max-width: 600px) {
    section.submit-message {
        width: 380px;
        height: 210px;
    }
    .submit-message .submit-text {
        font-size: 18px;
        line-height: 21px;
    }
}

@media (max-width: 400px) {
    section.submit-message {
        width: 280px;
        height: 155px;
    }
    .submit-message .submit-text {
        font-size: 14px;
        line-height: 130%;
    }
}

.hidden-menu-ticker {
    display: none;
}
.btn-menu {
    display: none;
}

@media  (max-width: 1024px) {

    .btn-menu span {
        position: relative;
        display: block;
        height: 3px;
        background-color: #000000;
        margin: 6px 0 0;
        /*transition: all .1s linear .23s;*/
        border-radius: 10px;
        border: 1px solid transparent;
        box-sizing: border-box;
    }

    .btn-menu span.first {
        margin-top: 0;
    }

    .btn-menu span:before {
        display: block;
        position: absolute;
        content: '';
        background-color: #000000;
        top: -1px;
        left: -10px;
        width: 3px;
        height: 3px;
        border-radius: 50%;
    }

    header nav ul.hidden-menu {
        display: none;
        position: absolute;
        list-style:none;
        padding: 25px;
        margin: 0;
        margin-top: 85px;
        box-sizing: border-box;
        width: 310px;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        top: -60px;
        right: -10px;
        transition: left .2s;
        z-index: 3;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;

    }
    .hidden-menu li {
       margin: 0 0 25px;
    }

    #order-mobile a {
        padding: 8px 15px;
        color: #00B2FF;
        border: 1px solid #00B2FF;
        border-radius: 31px;
        transition: 0.25s ease;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        text-align: right;
    }
    #order-mobile a:hover {
        background: #4CC9FF;
        border: 1px solid #4CC9FF;
        color: #FFFFFF;
    }
    nav .hidden-menu li a {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 25px;
        color: #151515;
        text-align: left;
        padding-left: 10px;
    }

    .hidden-menu-ticker:checked ~ .btn-menu {
        /*left: 160px;*/
    }
    .hidden-menu-ticker:checked ~ .hidden-menu {
        display: block;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first {
        -webkit-transform: rotate(45deg);
        top: 10px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.first:before {
        display: none;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.second {
        opacity: 0;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third {
        -webkit-transform: rotate(-45deg);
        top: -8px;
    }
    .hidden-menu-ticker:checked ~ .btn-menu span.third:before {
        display: none;
    }

}
@media screen and (max-width: 767px) {
    .btn-menu {
        display: block;
        position: absolute;
        color: #000000;
        margin-top: 25px;
        margin-left: 10px;
        padding: 5px;
        /*position: fixed;*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        /*transition: left .23s;*/
        z-index: 3;
        width: 30px;
        /*-webkit-transform: translateZ(0);*/
        -webkit-backface-visibility: hidden;
        /*-webkit-border-radius: 2px;*/
        /*-moz-border-radius: 2px;*/
    }
}

.mt-0 {
    margin-top: 0!important;
}

.mt-1 {
    margin-top: .25rem!important;
}

.mt-2 {
    margin-top: .5rem!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

.mt-4 {
    margin-top: 1.5rem!important;
}

.mt-5 {
    margin-top: 3rem!important;
}

.mb-1 {
    margin-bottom: .25rem!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-2 {
    margin-bottom: .5rem!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5 {
    margin-bottom: 3rem!important;
}

.list-none {
    padding-inline-start: 0;
}

.list-none li {
    list-style: none;
}

.content-title {
    min-width: 620px;
}
section.services-section {
   max-width: 76%;
   padding-top: 100px;
    background: #FFFFFF;
}

.services-section-header {
    /*display: flex;*/
    /*justify-content: space-between;*/
}

h3.services-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
    margin: 0 0 20px;
}



p.services-section-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 50px;
}


p.services-section-text {
    max-width: 980px;
    margin-top: 20px !important;
}

.services-page-item {
    padding: 20px;
   display: flex;
}

.services-page-item:not(:last-child) {
    margin: 0 0 50px;
}

.services-page-item .services-page--item-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 5px;
}

.services-page-item .services-page--item-text {
    font-size: 16px;
    line-height: 150%;
    margin: 5px 0;
}
.services-page-item img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -20px;
}


@media screen and (max-width: 1280px) {
    section.services-section {
        max-width: 91%;
    }
    h3.services-section-title{
        font-size: 50px !important;
        line-height: 60px !important;
    }
    .top-services--title--wrapper img {
        display: block !important;
    }
    .services-page--item-title {
        font-size: 22px !important;
        line-height: 30px !important;
    }
    .services-page--item-text {
        font-size: 15px !important;
        line-height: 25px !important;
    }
}




@media (max-width: 767px) {
    .top-services--title--wrapper img {
        display: none !important;
    }
    section.services-section {
        max-width: 91%;
    }
    .services-page-item img {
        margin: 20px 0 !important;
    }
    h3.services-section-title{
        font-size: 40px !important;
        line-height: 50px !important;
    }

    .services-page--item-title {
        font-size: 22px;
        line-height: 30px;
    }
    .services-page--item-text {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    .services-page-item img {
        margin-left: -20px;
    }
    .services-page--item-title {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .services-page--item-text {
        font-size: 15px !important;
        line-height: 25px !important;
    }
}

.top-services {
    max-width: 76%;
    margin: 0 auto;
    padding-top: 158px;
}
.top-services--content {
    display: flex;
}
.top-services--title--wrapper {
    width: 50%;
}
.top-services--image--wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
}

.top-services .top-services--title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 80px;
    line-height: 85px;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
}
.top-services--text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 50px;
}
.our_project_cont .title {
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
    100% {
        transform: scale(1);
    }
}
.word {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}
.word:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.word:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
.word:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}
@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

@media screen and (max-width: 1280px) {
    .top-services {
        max-width: 91%;
    }
    .top-services .top-services--title {
        font-size: 60px;
        line-height: 70px;
        margin: 0 0 20px;
    }
    .top-services--text {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 50px;
    }
    .top-services--title--wrapper {
        width: 100%;
    }
    .top-services--image--wrapper {
        width: 100%;
        min-height: 100%;
        margin: 0 0 50px;
    }
    .top-services--title--wrapper img {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .top-services {
        max-width: 91%;
    }
    .top-services .top-services--title {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 20px;
    }
    .top-services--text {
        font-size: 17px;
        line-height: 25px;
        margin: 0 0 50px;
    }
    .top-services--content {
        flex-direction: column;
    }
    .top-services--title--wrapper {
        width: 100%;
    }
    .top-services--image--wrapper {
        width: 100%;
    }
    .top-services--image--wrapper img {
        width: auto;
    }
    @media screen and (max-width: 480px) {
        .top-services--image--wrapper img {
            width: 100%;
        }
    }
}

.services-development-title{
    position: relative !important;
}

.services-development-wrapper {
    /*background-image: url("/img/develop-bg.svg");*/
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 350px auto;
}
h3.services-section-title.services-development-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bolder;
    font-size: 60px;
    line-height: 75px;
}
/*h3.services-section-title.services-development-title:before {
    background:  linear-gradient(270deg, #7A123A 0%, #D6241D 100%);
}*/

@media (max-width: 1024px) {
    .services-development-wrapper {
        margin-top: 0;
        background-position: 100% 85%;
        background-size: 170px auto;
    }
}
@media (max-width: 767px) {
    .services-development-wrapper {
        background-position: 100% 135px;
        background-size: 150px auto;
    }
}
@media screen and (max-width: 481px) and (min-width: 300px) {
    h3.services-section-title.services-development-title {
        font-size: 40px;
    }
    p.services-section-text {
        font-size: 17px;
    }
    h3.services-section-title.services-marketing-title {
        font-size: 40px !important;
    }
    h3.services-section-title.services-design-title {
        font-size: 40px !important;
    }
    h3.services-section-title.services-content-title {
        font-size: 40px !important;
    }
}
@media (max-width: 450px) {
    .services-development-wrapper {
        background-position: 100% 200px;
        background-size: 110px auto;
    }
}

@media (max-width: 320px) {
    .services-development-wrapper {
        background-position: 100% 200px;
        background-size: 90px auto;
    }
}



.services-marketing-wrapper {
    /*background-image: url("/img/marketing-bg.svg");*/
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 350px auto;
    background-color: #FFFFFF;
}

.services-marketing-header {
    overflow: hidden;
}

h3.services-section-title.services-marketing-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bolder;
    font-size: 60px;
    line-height: 75px;
}

.services-section-text.marketing {
    position: relative;
}

.services-marketing-header-img {
    position: relative;
}

.services-marketing-header-img img {
    position: absolute;
    top: 0;
    right: 0;
}

/*h3.services-section-title.services-marketing-title:before {
    background:  linear-gradient(90deg, #E9463B 0%, #FEB310 100%);
}*/

@media (max-width: 1024px) {
    .services-marketing-wrapper {
        margin-top: 0;
        /*background-image: url("/img/reverse-marketing-bg.svg");*/
        background-position: 100% 85%;
        background-size: 170px auto;
    }

    .services-marketing-header {
        overflow: hidden;
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .services-section-text.marketing:after {
        left: 90%;
        top: -88%;
    }
    .services-marketing-wrapper {
        background-position: 100% 135px;
        background-size: 150px auto;
    }
}

@media (max-width: 450px) {
    .services-marketing-wrapper {
        background-position: 100% 200px;
        background-size: 110px auto;
    }
}

@media (max-width: 320px) {
    .services-marketing-wrapper {
        background-position: 100% 200px;
        background-size: 90px auto;
    }
}

.services-design-wrapper {
    /*background-image: url("/img/design-bg.svg");*/
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 350px auto;
    background: #FFFFFF;
}
h3.services-section-title.services-design-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bolder;
    font-size: 60px;
    line-height: 75px;
}
.services-design-title.design:before{
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    left: -30%;
    width: 150px;
    height: 150px;
    background: url("/images/section_services/Element-002.png") no-repeat;
}
/*h3.services-section-title.services-design-title:before {
    background:  linear-gradient(90deg, #6F3693 0%, #256BD2 100%);
}*/

@media (max-width: 1024px) {
    .services-design-wrapper {
        margin-top: 0;
        background-position: 100% 85%;
        background-size: 170px auto;
    }
}
@media (max-width: 767px) {
    .services-design-wrapper {
        background-position: 100% 85%;
        background-size: 150px auto;
    }
}

@media (max-width: 450px) {
    .services-design-wrapper {
        background-position: 100% 200px;
        background-size: 110px auto;
    }
}

@media (max-width: 320px) {
    .services-design-wrapper {
        background-position: 100% 200px;
        background-size: 90px auto;
    }
}



.services-content-wrapper {
    /*background-image: url("/img/content-bg.svg");*/
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 350px auto;
    background-color: #ffffff;
}/*
.contact{
    display: none;
}*/
.services-content-header {
    overflow: hidden;
}
h3.services-section-title.services-content-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bolder;
    font-size: 60px;
    line-height: 75px;
}
.services-section-text{
    position: relative;
}
.content-title-content {
    position: relative;
}
.content-title-content img {
    position: absolute;
    right: 0;
    top: 15px;
}
/*h3.services-section-title.services-content-title:before {
    background:  linear-gradient(90deg, #065283 -0.5%, #0ED9FB 100%);
}*/

@media screen and (max-width: 1280px) {
    .content-title-content img {
        top: 0;
    }
}

@media (max-width: 1024px) {
    .services-content-wrapper {
        margin-top: 0;
        background-position: 100% 85%;
        background-size: 170px auto;
    }
    .services-content-header {
        overflow: hidden;
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .services-content-wrapper {
        background-position: 100% 135px;
        background-size: 150px auto;
    }
}

@media (max-width: 450px) {
    .services-content-wrapper {
        background-position: 100% 200px;
        background-size: 110px auto;
    }
}

@media (max-width: 320px) {
    .services-content-wrapper {
        background-position: 100% 200px;
        background-size: 90px auto;
    }
}

.top-career {
    max-width: 76%;
    margin: 0 auto;
    padding-top: 158px;
}
.top-career .top-career--content {
    display: flex;
    justify-content: space-between;
}
.top-career--title--wrapper {
    width: 50%;
}
.top-career--image--wrapper {
    width: 50%;
    display: flex;
    justify-content: center;
}

.top-career--image--wrapper:after {
    display: none;
    content: " ";
    background: url(/images/career/person_img.png) no-repeat top right;
    position: absolute;
    top: 9%;
    right: 22%;
    height: 80%;
    width: 100%;
}
.top-career .top-career--title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 80px;
    line-height: 85px;
    margin: 0 0 20px;
}
.top-career--text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 50px;
}

.top-career--title--wrapper {
    position: relative;
}
.top-career .top-services--text {

    max-width: 950px;
    margin-top: 0;

    font-size: 20px;
    line-height: 150%;
    text-align: left;
    color: #000000;
}
.services-section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
    margin: 0 0 30px;
}

@media screen and (max-width: 1280px) {
    .top-career {
        max-width: 91%;
    }
    .top-career--title span {
        font-size: 60px !important;
        line-height: 70px !important;
    }
}


@media screen and (max-width: 767px) {
    .top-career--content {
        flex-direction: column;
    }
    .top-career--title--wrapper {
        width: 100%;
        margin: 0 0 50px;
    }
    .top-career--image--wrapper {
        width: 100%;
    }
    .top-career--title--wrapper .title-icon {
        display: none;
    }
    .top-career--title span {
        font-size: 50px !important;
        line-height: 60px !important;
    }
}

@media screen and (max-width: 480px) {
    .top-career--image--wrapper > img {
        width: 100% !important;
    }
}

.career-top--wrapper {
    max-width: 90vw;
    margin: auto;
    background: url("/img/career_top_bg_1920.png") no-repeat left top;
    background-size: 100%;
    /*height: 390px;*/
}

@media (max-width: 1465px) and (min-width: 1024px) {
    .career-top--wrapper {
        background: url("/img/career_top_bg_1024.png") no-repeat -30px 30px;
    }
}

@media (max-width: 1024px) {
    .career-top--wrapper {
        background: none;
    }
}

section.career-top {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.career-top .career-top--content {
    margin-top: 100px;
    max-width: 620px;
}

.career-top .career-top--text {
    font-size: 24px;
    line-height: 150%;
}

.career-top .career-top--img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 490px;
    min-width: 50%;
    margin-top: 50px;
}

.career-top .career-top--img img {
    width: 100%;
}

@media (max-width: 1024px) {
    .career-top .career-top--content {
        margin-top: 0;
    }

    .career-top--content .career-top--text {
        font-size: 20px;
        line-height: 150%;
    }
}

@media (max-width: 767px) {
    section.career-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .career-top .career-top--content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .career-top--content .career-top--text {
        text-align: center;
        font-size: 18px;
        line-height: 150%;
    }

    .career-top .career-top--img {
        max-width: 60%;
        margin-top: 20px;
    }
}

@media (max-width: 640px) {
    .career-top .career-top--img {
        max-width: 70%;
    }
}

@media (max-width: 420px) {
    .career-top .career-top--img {
        max-width: 95%;
    }
}

.vacancy-wrapper {
    margin-top: 85px;
    position: relative;
}

.vacancies .vacancies-filters {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.vacancies .vacancies--filters-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: #0D0D0D;
}

.vacancies .vacancies--filter-buttons {
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}

.vacancies .vacancies--filter-button {
    margin-right: 10px;
    background: #F0F0F0;
    border-radius: 25px;
    outline: none;
    padding: 16px 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}

.vacancies--filter-button:hover {
    cursor: pointer;
}

.vacancies .vacancies--filter-button.active {
    background: #00B2FF;
    color: #FFFFFF;
}

.checkbox-filter.visually-hidden {
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

@media (max-width: 1260px) {
    .vacancies-filters {
        flex-direction: column;
        align-items: flex-start !important;
        margin-top: 30px !important;
    }

    .vacancies--title,
    .vacancies--filters-title {
        margin-left: 20px;
    }
}


.vacancies-item-wrapper {
    /*position: relative;*/
    margin-top: 40px;
}
.vacancies-item {
    position: relative;
    width: 400px;
    min-height: 280px;
    height: auto;
    margin-right: 10px;
    padding: 30px;
    background: #FFFFFF;
    border: 2px solid #F8F9FF;
    box-sizing: border-box;
}
.vacancies-item:hover {
    border: 2px solid #F8F9FF;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px rgba(120, 137, 157, 0.5);
}
.vacancies-item .vacancies-item-head {
    display: flex;
}
.vacancies-item .vacancies-item-title {
    margin-left: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.vacancies-item .vacancies-item--city-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.vacancies-item .vacancies-dot {
    display: block;
    width: 5px;
    height: 5px;
    margin: 0 10px;
    border-radius: 100%;
    background: #1876DF;
}
.vacancies-item .vacancies-item--experience {
    margin-top: 15px;
}
.vacancies-item p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    color: #0D0D0D;
}
.vacancies-item .vacancies-item--more {
    position: absolute;
    right: 60px;
    bottom: 30px;
}
.vacancies-item .more-item.hidden {
    display: none;
}
.vacancies-item .more-item {
    cursor: pointer;
}
.vacancies-item .more-item:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 6px;
}
.vacancies-item .show-item:after {
    background: url("/img/arrow-down.png") no-repeat;
}
.vacancies-item .hide-item:after {
    background: url("/img/arrow-up.png") no-repeat;
}
.vacancies-item p.more-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #1876DF;
    text-align: right;
}
.vacancies-item.active {
    border: 2px solid #1876DF;
}
.vacancies-item .marker {
    position: absolute;
    display: none;
    left: calc(50% - 6px);
    bottom: -8px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #1876DF;
    border-bottom: 2px solid #1876DF;
    background: #ffffff;
    transform: rotate(45deg);
}
.vacancies-item.active .marker {
    display: block;
}
.vacancies-item--full-description {
    position: absolute;
    left: 0;
    width: 100%;
    background: #F9F9FC;
    z-index: 10000;
    transition: opacity .5s ease-in-out;
}
.vacancies-item--full-description.hidden {
    display: none;
}
.vacancies-item--full-description--inner {
    max-width: 1265px;
    margin: auto;
}

@media (max-width: 450px) {
    .vacancies-item {
        width: 380px;
    }

    .vacancies-item .vacancies-item-title {
        font-size: 20px;
        line-height: 23px;
    }

    .vacancies-item-head {
        align-items: center;
    }
}

@media (max-width: 400px) {
    .vacancies-item {
        width: 280px;
    }
    .vacancies-item .vacancies-item-title {
        font-size: 18px;
        line-height: 21px;
    }
    .vacancies-item .vacancies-item--city-type {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
        text-align: left;
    }
    .vacancies-item .vacancies-dot {
        display: none;
    }
    .vacancies-item p {
        margin: 3px 0;
    }
    .vacancies-item p.vacancies-item--experience {
        margin: 3px 0;
    }
    .vacancies-item .vacancies-item--more {
        right: 30px;
        margin-top: 20px;
    }
}

.vacancies-pagination {
    list-style-type: none;
    font-size: 18px;
    display: flex;
    margin-top: 45px !important;
    justify-content: center;
    flex-basis: 100%;
    padding-left: 0;
}

.vacancies-pagination > .vacancies-pagination--item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F0F0F0;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.vacancies-pagination > .vacancies-pagination--item-disabled {
    color: #E6E7EF;
}

.vacancies-pagination > .vacancies-pagination--item > a {
    text-decoration: none;
    color: black;
}

.vacancies-pagination > .vacancies-pagination--item-active {
    background: #00B2FF;
    color: #ffffff;
}

@media screen and (max-width: 600px){
    .vacancies-pagination > .vacancies-pagination--item {
        width: 25px;
        height: 25px;
        font-size: 15px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}
.footer-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
}

footer .lang-choice ul {
    width: 70px;
    left: 53px;
    top: 16px;
}

footer {
    max-width: 76% !important;
    margin: auto;
    position: relative;
}

.lang-choice {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}
.footer-bg {
    margin-top: 30px;
}
.copy {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height */
    color: #000000;
    max-width: 330px;
}

@media screen and (min-width: 480px){
    .footer-wrapper {
        margin-top: 100px;
    }
    footer {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 767px) {
    .footer-wrapper {
        margin-top: 129px;
    }
}

@media screen and (min-width: 1100px) {
    .footer-wrapper {
        margin-top: 129px !important;
    }
}

@media screen and (max-width: 1280px) {
    footer {
        max-width: 91% !important;
        margin: auto;
    }
}

/*section.page404 {*/
/*    display: flex;*/
/*    !*margin-top: 200px;*!*/
/*}*/
/*.page404 .title_404 {*/
/*    font-weight: bold;*/
/*    font-size: 80px;*/
/*    line-height: 70px;*/
/*}*/
/*.page404 .text_404 {*/
/*    margin-top: 30px;*/
/*    font-size: 24px;*/
/*    line-height: 32px;*/
/*}*/
/*.page404 .button_404 {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 210px;*/
/*    height: 48px;*/
/*    margin-top: 40px;*/
/*    border-radius: 24px;*/
/*    background: #1876DF;*/

/*    font-size: 16px;*/
/*    line-height: 32px;*/
/*    color: #ffffff;*/
/*    text-decoration: none;*/
/*}*/


/*!*@media (max-width: 1440px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 130px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 1366px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 85px;*!*/
/*!*    }*!*/
/*!*    .page404 .title_404 {*!*/
/*!*        font-size: 50px;*!*/
/*!*        line-height: 59px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 1024px) {*!*/
/*!*    section.page404 {*!*/
/*!*        flex-direction: column;*!*/
/*!*        margin-top: 150px;*!*/
/*!*    }*!*/
/*!*    .page404  .img404 {*!*/
/*!*        margin-top: 30px;*!*/
/*!*        margin-bottom: 100px;*!*/
/*!*        text-align: right;*!*/
/*!*    }*!*/
/*!*    .page404 img {*!*/
/*!*        width: auto;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 767px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 120px;*!*/
/*!*    }*!*/
/*!*    .page404 .title_404 {*!*/
/*!*        font-size: 40px;*!*/
/*!*        line-height: 47px;*!*/
/*!*    }*!*/
/*!*    .page404 .text_404 {*!*/
/*!*        margin-top: 20px;*!*/
/*!*        font-size: 20px;*!*/
/*!*        line-height: 32px;*!*/
/*!*    }*!*/
/*!*    .page404 .button_404 {*!*/
/*!*        margin-top: 30px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 640px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 100px;*!*/
/*!*    }*!*/
/*!*    .page404 .info404 {*!*/
/*!*        display: flex;*!*/
/*!*        flex-direction: column;*!*/
/*!*        align-items: center;*!*/
/*!*    }*!*/
/*!*    .page404 .text_404 {*!*/
/*!*        text-align: center;*!*/
/*!*    }*!*/
/*!*    .page404  .img404 {*!*/
/*!*        text-align: center;*!*/
/*!*        margin-bottom: 50px;*!*/
/*!*    }*!*/
/*!*    .page404 img {*!*/
/*!*        width: 80%;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 420px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 90px;*!*/
/*!*    }*!*/
/*!*    .page404 .title_404 {*!*/
/*!*        font-size: 30px;*!*/
/*!*        line-height: 35px;*!*/
/*!*    }*!*/
/*!*    .page404 .text_404 {*!*/
/*!*        font-size: 20px;*!*/
/*!*        line-height: 32px;*!*/
/*!*    }*!*/
/*!*}*!*/

/*!*@media (max-width: 420px) {*!*/
/*!*    section.page404 {*!*/
/*!*        margin-top: 50px;*!*/
/*!*    }*!*/
/*!*}*!*/

section.projects .title {
  font-size: 90px;
  font-weight: bold;
  text-align: left;
  margin-top: 96px;
  margin-bottom: 20px;
}
section.projects .subtitle {
  font-size: 24px;
  text-align: left;
  margin-bottom: 172px;
  max-width: 921px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
}
section.projects .project-list {
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
}
section.projects .project-list:nth-of-type(1) {
  margin-bottom: 100px;
}
section.projects .project-list .project-card {
  display: flex;
}
section.projects .project-list .project-card .project-card__title {
  font-weight: 600;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.projects .project-list .project-card .project-card__title a {
  text-decoration: initial;
  color: initial;
}
section.projects .project-list .project-card .project-card__title a:hover {
  text-decoration: underline;
}
section.projects .project-list .project-card .project-card__subtitle {
  font-size: 16px;
  line-height: 150%;
}

section.project-title .title {
  font-size: 60px;
  line-height: 70px;
  text-align: center;
}
section.project-title .subtitle {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
section.project-title .cover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  margin-top: 100px;
  margin-bottom: 150px;
  max-width: 800px;
}

section.project-description {
  padding-left: 20px;
  padding-right: 20px;
}
section.project-description .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 40px;
  margin-top: 80px;
}
section.project-description .description, section.project-description .list, section.project-description .subtitle {
  font-size: 16px;
  line-height: 150%;
}
section.project-description .list-item {
  margin-bottom: 20px;
  list-style-type: circle;
}
section.project-description .cover {
  display: block;
  margin: 80px auto;
  width: 95%;
  max-width: 550px;
}
section.project-description .cover-org {
  display: block;
  margin: 80px auto;
}
section.project-description .cover-full {
  display: block;
  margin-top: 100px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
}
section.project-description .subtitle {
  font-weight: 600;
}

section.project-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
section.project-offer .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 40px;
}
section.project-offer .buttons {
  display: flex;
  gap: 60px;
}
section.project-offer .button {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 83px;
  border-radius: 3px;
  background: #1876DF;
  color: white;
  text-align: center;
}
section.project-offer .button-outlined {
  background: initial;
  color: #1876DF;
  border: 1px solid #1876DF;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  section.project-title .subtitle {
    margin-left: 45px;
    margin-right: 45px;
  }
  section.project-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  section.project-description .title {
    font-size: 20px;
  }
  section.project-description .list {
    padding-inline-start: 20px;
  }
}
@media (max-width: 767px) {
  section.project-title .title {
    font-size: 30px;
  }
  section.project-title .subtitle {
    font-size: 18px;
    line-height: 150%;
    margin-left: 0;
    margin-right: 0;
  }
  section.project-title .cover {
    margin-top: 60px;
    margin-bottom: 0;
  }
  section.project-description .title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section.project-description .cover-org {
    max-width: 550px;
    width: 95%;
  }
  section.project-description .min-w {
    width: 24%;
  }
  section.project-offer .title {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
  }
  section.project-offer .buttons {
    flex-direction: column;
    gap: 20px;
  }
}
