* {
    margin: 0;
    padding: 0;
    font-family: 'Maven Pro', HelveticaNeueCyr, Helvetica, Arial, Verdana, sans-serif;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button,
button:active,
button:hover,
button:focus,
input:active,
input:hover,
input:focus {
    outline: none !important;
    outline-offset: 0;
    box-shadow: none;
}

input {
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="button"] {
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

textarea:focus,
input:focus {
    outline: none;
}

html {
    position: relative;
}

body {
    font-weight: 400;
    width: 100%;
    margin: 0;
    background-color: #ECF0F3;
    box-sizing: border-box;
    overflow-x: hidden;
}

input {
    outline: none;
    border: none;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    z-index: 9999;
}


/* loader */

.dots-load {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    filter: url(#goo);
}

.dot-load {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.dot-load:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #DF9A15;
    position: absolute;
    left: 50%;
    transform: translateY(0) rotate(0deg);
    margin-left: -17.5px;
    margin-top: -17.5px;
}

@-webkit-keyframes dot-move {
    0% {
        transform: translateY(0);
    }
    18%,
    22% {
        transform: translateY(-70px);
    }
    40%,
    100% {
        transform: translateY(0);
    }
}

@keyframes dot-move {
    0% {
        transform: translateY(0);
    }
    18%,
    22% {
        transform: translateY(-70px);
    }
    40%,
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes dot-colors {
    0% {
        background-color: #DF9A15;
    }
    25% {
        background-color: #FF3E62;
    }
    50% {
        background-color: #4D9EF6;
    }
    75% {
        background-color: #1FC07D;
    }
    100% {
        background-color: #DF9A15;
    }
}

@keyframes dot-colors {
    0% {
        background-color: #DF9A15;
    }
    25% {
        background-color: #FF3E62;
    }
    50% {
        background-color: #4D9EF6;
    }
    75% {
        background-color: #1FC07D;
    }
    100% {
        background-color: #DF9A15;
    }
}

.dot-load:nth-child(5):before {
    z-index: 100;
    width: 45.5px;
    height: 45.5px;
    margin-left: -22.75px;
    margin-top: -22.75px;
    -webkit-animation: dot-colors 4s ease infinite;
    animation: dot-colors 4s ease infinite;
}

@-webkit-keyframes dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@keyframes dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

.dot-load:nth-child(1) {
    -webkit-animation: dot-rotate-1 4s 0s linear infinite;
    animation: dot-rotate-1 4s 0s linear infinite;
}

.dot-load:nth-child(1):before {
    background-color: #FF3E62;
    -webkit-animation: dot-move 4s 0s ease infinite;
    animation: dot-move 4s 0s ease infinite;
}

@-webkit-keyframes dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }
    100% {
        transform: rotate(540deg);
    }
}

@keyframes dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }
    100% {
        transform: rotate(540deg);
    }
}

.dot-load:nth-child(2) {
    -webkit-animation: dot-rotate-2 4s 1s linear infinite;
    animation: dot-rotate-2 4s 1s linear infinite;
}

.dot-load:nth-child(2):before {
    background-color: #4D9EF6;
    -webkit-animation: dot-move 4s 1s ease infinite;
    animation: dot-move 4s 1s ease infinite;
}

@-webkit-keyframes dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }
    100% {
        transform: rotate(810deg);
    }
}

@keyframes dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }
    100% {
        transform: rotate(810deg);
    }
}

.dot-load:nth-child(3) {
    -webkit-animation: dot-rotate-3 4s 2s linear infinite;
    animation: dot-rotate-3 4s 2s linear infinite;
}

.dot-load:nth-child(3):before {
    background-color: #1FC07D;
    -webkit-animation: dot-move 4s 2s ease infinite;
    animation: dot-move 4s 2s ease infinite;
}

@-webkit-keyframes dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

@keyframes dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

.dot-load:nth-child(4) {
    -webkit-animation: dot-rotate-4 4s 3s linear infinite;
    animation: dot-rotate-4 4s 3s linear infinite;
}

.dot-load:nth-child(4):before {
    background-color: #DF9A15;
    -webkit-animation: dot-move 4s 3s ease infinite;
    animation: dot-move 4s 3s ease infinite;
}


/* end loader*/

.container-top {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 112px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    margin-bottom: 50px;
}

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    transition: .3s ease .3s;
}

.popup-container.active {
    opacity: 1;
    pointer-events: auto;
    transition: .3s ease;
}

.popup-container .popup-wrapp {
    position: relative;
    width: 407px;
    height: 542px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    background: #ECF0F3;
    border: 1px solid rgba(29, 30, 33, 0.03);
    box-sizing: border-box;
    box-shadow: 0px 10px 70px rgba(21, 33, 47, 0.4);
    border-radius: 20px;
    opacity: 0;
}

.popup-container.active .popup-wrapp {
    opacity: 1;
    transition: .3s ease .3s;
}

.popup-container .popup-wrapp .close-row {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    height: 20px;
    display: flex;
}

.popup-container .popup-wrapp .close-row a {
    width: 16px;
    height: 16px;
    background: url('../img/close-popup.svg') no-repeat 0 0;
    background-size: 16px 16px;
}

.popup-container .popup-wrapp form {
    display: flex;
    flex-direction: column;
}

.popup-container .popup-wrapp form h3 {
    width: 241px;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.popup-container .popup-wrapp .input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.popup-container .popup-wrapp .input-container span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #4D9EF6;
    margin-bottom: 5px;
    margin-left: 20px;
}

.popup-container .popup-wrapp .input-container input {
    width: 100%;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    background: #E5EAEF;
    border: 1px solid rgba(29, 30, 33, 0.03);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 20px;
}

.popup-container .popup-wrapp .input-container textarea {
    width: 100%;
    height: 90px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    background: #E5EAEF;
    border: 1px solid rgba(29, 30, 33, 0.03);
    box-sizing: border-box;
    border-radius: 20px;
    resize: none;
    padding: 15px 20px;
}

.popup-container .popup-wrapp form input.error {
    border-color: #FF3E62;
}

.popup-container .popup-wrapp form .form_button_popup {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    background: #4D9EF6;
    background-image: url("../img/modern/mail.svg");
    background-repeat: no-repeat;
    background-size: 18.29px 14px;
    background-position: right 25px center;
    border-radius: 32px;
    padding: 0 20px;
    border: 0;
    margin-top: 10px;
    cursor: pointer;
}

header {
    margin-bottom: 68px;
    margin-top: 30px;
}

.mob-menu {
    display: none;
}

.open {
    display: none;
}

header.margin {
    margin-bottom: 46px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {
    margin-right: 50px;
}

.menu ul li:last-child {
    margin-right: 0;
}

.menu ul li a {
    font-weight: 500;
    position: relative;
    font-size: 14px;
    line-height: 150%;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
    color: #1D1E21;
}

.menu.black ul li a {
    color: #373A4A;
}

.menu.black ul li a.active,
.menu ul li a.active {
    font-weight: bold;
    color: #4D9EF6;
}

.menu ul li a::after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #4D9EF6;
    content: "";
    -webkit-transition: width 0.3s ease-out;
    -moz-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    -ms-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
}

.menu ul li a:hover {
    color: #4D9EF6;
}

.menu.black ul li a::after {
    background-color: #4D9EF6;
}

.menu.black ul li a:hover:after,
.menu ul li a:hover:after,
.menu.black ul li a.active::after,
.menu ul li a.active::after {
    width: 100%;
    color: #4D9EF6;
}

.hire-us a {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 105px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4D9EF6;
    border-radius: 62px;
    transition: .3s ease;
}

.hire-us a:hover {
    border-radius: 0;
    transition: .3s ease;
}

#cookie_notification {
    position: fixed;
    width: 485px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -120px;
    padding: 0 20px;
    background: url('../img/cookie_background.png') no-repeat 0 0;
    background-size: 485px 57px;
    z-index: 9;
    opacity: 0;
    transition: .3s ease;
}

#cookie_notification.show {
    opacity: 1;
    transition: .3s ease;
    bottom: 0;
}

#cookie_notification p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    width: 308px;
    margin: 0 13px;
}

#cookie_notification .button.cookie_accept {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    width: 74px;
    height: 32px;
    border: none;
    background: #FFFFFF;
    border-radius: 50px;
    cursor: pointer;
}

#success {
    position: fixed;
    width: 485px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -120px;
    padding: 0px 16px;
    background: #FFFFFF;
    z-index: 10;
    opacity: 0;
    border-radius: 30px 30px 0 0;
    transition: .3s ease;
}

#success.show {
    opacity: 1;
    bottom: 0;
    transition: .3s ease;
}

#success p {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4D9EF6;
    margin-left: 10px;
}

#success div {
    display: flex;
    align-items: center;
}

#success a {
    width: 74px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4D9EF6;
    border-radius: 50px;
}


/* home page */
.banner .badges {
    display: block;
    padding-top: 40px;
}

.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner .container .left-column {
    max-width: 456px;
    width: 100%;
}

.banner .container .left-column h1 {
    font-weight: 900;
    font-size: 50px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 40px;
}

.banner .container .left-column p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
}

.banner .container .left-column .insta-banner {
    width: 20px;
    height: 20px;
    display: block;
    background: url('../img/modern/insta.png') no-repeat 0 0;
    background-size: contain;
    margin-top: 100px;
}


/*endsection*/


/*WHO ARE */

.who-are .container {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    margin-bottom: 100px;
}

.who-are .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}

.who-are .top h2 {
    max-width: 347px;
    width: 100%;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-right: 50px;
}

.who-are .top p {
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
}

.who-are .bottom {
    display: flex;
    justify-content: space-between;
}

.who-are .bottom .item {
    width: 347px;
}

.who-are .bottom .item img {
    display: flex;
    margin-bottom: 40px;
}

.who-are .bottom .item p {
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 20px;
}

.who-are .bottom .item span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
}


/*endsection*/


/*SOLUTIONS */

.solutions .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    margin-bottom: 100px;
}

.solutions .left {
    width: 744px;
}

.solutions .left h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.solutions .left .item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solutions .left .item-list .item {
    width: 347px;
}

.solutions .left .item-list .item:nth-child(1),
.solutions .left .item-list .item:nth-child(2) {
    margin-bottom: 50px;
}

.solutions .left .item-list .item img {
    display: flex;
    margin-bottom: 40px;
}

.solutions .left .item-list .item p {
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 20px;
}

.solutions .left .item-list .item span {
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
}


/*endsection*/


/*RECENT*/

.recent .container {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
}

.recet-read-mob {
    display: none;
}

.recent .title-section {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.recent .item-project {
    display: flex;
    align-items: center;
}

.recent .item-project:first-child {
    margin-bottom: 100px;
}

.recent h5 {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1D1E21;
    margin-bottom: 50px;
}

.recent .tags {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.recent .tags .tag {
    display: flex;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 10px;
}

.recent .tags .blue-tag {
    color: #4D9EF6;
}

.recent .tags .green-tag {
    color: #1FC07D;
}

.recent .tags .orange-tag {
    color: #DF9A15;
}

.recent .tags .rose-tag {
    color: #FF3E62;
}

.recent p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    margin-bottom: 20px;
}

.recent .recet-read {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 304px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    background: #4D9EF6;
    border-radius: 62px;
    transition: .3s ease;
}

.recent .recet-read:hover {
    border-radius: 0;
    transition: .3s ease;
}

.recent .recet-read::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../img/arrow/white-arrow.png') no-repeat 0 0;
    background-size: 21px 21px;
    right: 25px;
}

.recent .recet-read.green {
    background: #09C7BB;
}

.recent .recet-read.hacky {
    background: #5D6848;
}


/*endsection*/


/*pre-footer*/

.pre-footer .container {
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    margin-top: 100px;
}

.pre-footer p {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    width: 347px;
    margin-right: 50px;
}

.pre-footer span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
    width: 740px;
}


/*endsection*/


/*FOOTER*/

footer {
    margin-top: 100px;
}

footer .form-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

footer .form-container .form-how {
    width: 346px;
    margin-left: 50px;
}

footer .form-container h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

footer .form-container .input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

footer .form-container .input-container span {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    color: #4D9EF6;
    margin-bottom: 5px;
    margin-left: 20px;
}

footer .form-container .input-container input {
    width: 346px;
    height: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    background: #E5EAEF;
    border: 1px solid rgba(29, 30, 33, 0.03);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 0 20px;
}

footer .form-container .input-container input.error {
    border-color: #FF3E62;
}

footer .form-container .input-container textarea {
    width: 100%;
    height: 90px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    background: #E5EAEF;
    border: 1px solid rgba(29, 30, 33, 0.03);
    box-sizing: border-box;
    border-radius: 20px;
    resize: none;
    padding: 15px 20px;
}

footer .form-container .form_button {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    width: 367px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    background: #4D9EF6;
    background-image: url('../img/modern/mail.svg');
    background-repeat: no-repeat;
    background-size: 18.29px 14px;
    background-position: right 25px center;
    border-radius: 32px;
    padding: 0 20px;
    border: 0;
    margin-top: 40px;
    cursor: pointer;
    transition: .3s ease;
}

footer .form-container .form_button:hover {
    border-radius: 0;
    transition: .3s ease;
}

footer .bottom-footer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    margin-bottom: 30px;
}

footer .bottom-footer .partner img {
    width: 256px;
}

footer .menu ul li {
    margin-right: 20px;
}

footer .info {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

footer .info p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: rgba(29, 30, 33, 0.5);
}

footer .info p a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 160%;
    color: #4D9EF6;
}

footer .info .insta {
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/modern/insta.png') no-repeat 0 0;
    background-size: contain;
}


/*endsection*/


/*Contact*/

.contact-pages .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
}

.contact-pages h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 60px;
}

.contact-pages .info {
    margin-bottom: 40px;
}

.contact-pages .info a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
    margin-bottom: 10px;
}

.contact-pages .info p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
    opacity: 0.5;
}

.contact-pages .social p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
    margin-bottom: 10px;
}

.contact-pages .social .instagram {
    width: 40px;
    height: 40px;
    display: block;
    background: url("../img/modern/insta.png") no-repeat 0 0;
    background-size: 40px 40px;
    margin-top: 0;
}


/*endsection*/

.title-pages {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
}


/*project*/

.item-project .container {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
}

.project-title {
    margin-bottom: 100px;
}

.card-project {
    display: flex;
    align-items: center;
    height: 500px;
    padding: 20px 50px;
    background-size: contain;
    margin-bottom: 20px;
    border-radius: 20px;
}

.card-project .left {
    width: 297px;
}

.card-project .left h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1D1E21;
    margin-bottom: 30px;
}

.card-project .left .tags-project {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.card-project .left .tags-project span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 10px;
}

.card-project .left .tags-project span.green {
    color: #1FC07D;
}

.card-project .left .tags-project span.blue {
    color: #4D9EF6;
}

.card-project .left .tags-project span.orange {
    color: #DF9A15;
}

.card-project .left p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
    margin-bottom: 20px;
}

.card-project .left a {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 100%;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 25px;
    border-radius: 62px;
    transition: .3s ease;
}

.card-project .left a:hover {
    border-radius: 0;
    transition: .3s ease;
}

.card-project .left a.green {
    background: #09C7BB;
}

.card-project .left a.blue {
    background: #3485DC;
}

.card-project .left a.chaki {
    background: #5D6848;
}

.card-project .left a.black {
    background: #191919;
}

.card-project .left a.violet {
    background: #293FCD;
}

.card-project .left a::after {
    content: '';
    position: absolute;
    width: 21px;
    height: 21px;
    background: url('../img/arrow/white-arrow.png') no-repeat 0 0;
    background-size: 21px 21px;
    right: 25px;
}

.card-project.first-card {
    background: url('../img/modern/project/first-project.jpg') no-repeat 0 0;
}

.card-project.second-card {
    background: url('../img/modern/project/second-project.jpg') no-repeat 0 0;
}

.card-project.third-card {
    background: url('../img/modern/project/third-project.jpg') no-repeat 0 0;
}

.card-project.four-card {
    background: url('../img/modern/project/four-project.jpg') no-repeat 0 0;
}

.card-project.five-card {
    background: url('../img/modern/project/five-project.jpg') no-repeat 0 0;
}


/*endsection*/


/*notfound*/

.notfound {
    margin-top: 90px;
    margin-bottom: 180px;
}

.notfound .container-notfound {
    width: 476px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.notfound .img-notfound {
    margin-bottom: 40px;
}

.notfound h1 {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #1D1E21;
    margin-bottom: 10px;
}

.notfound p {
    width: 370px;
    font-weight: bold;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
    color: #1D1E21;
    opacity: 0.7;
    margin-bottom: 40px;
}

.notfound a {
    width: 186px;
    height: 35px;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #4D9EF6;
    border-radius: 62px;
}


/*endsection*/


/*about us*/

.about-title {
    padding-top: 30px;
}

.about-title .container {
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(29, 30, 33, .3);
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.about-title p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
    margin-left: 100px;
    width: 700px;
}

.work-progress .top-title h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.work-progress .block-process {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.work-progress .block-process .item-process {
    width: 347px;
    padding-bottom: 50px;
}

.work-progress .item-process img {
    display: flex;
    margin-bottom: 30px;
}

.work-progress .item-process p {
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 20px;
}

.work-progress .item-process span {
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
}

.accordeon-list {
    margin-top: 100px;
}

.get-work {
    margin-top: 200px;
}

.get-work .container.get-work-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    background: url('../img/modern/about/get-work.jpg') no-repeat 0 0;
    background-size: contain;
    background-position: center;
    border-radius: 20px;
}

.container.get-work-container h4 {
    font-weight: 900;
    font-size: 60px;
    line-height: 80%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.container.get-work-container p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.container.get-work-container a {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #373A4A;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 364px;
    height: 40px;
    background: #FFFFFF;
    padding: 0 25px;
    border-radius: 62px;
    transition: .3s ease;
}

.container.get-work-container a:hover {
    border-radius: 0;
    transition: .3s ease;
}

.container.get-work-container a::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/arrow/arrow-button.png") no-repeat 0 0;
    background-size: 24px 24px;
    right: 25px;
}

.get-work-container.get-about h4 {
    width: 700px;
}

.get-work.about-work {
    margin-top: 50px;
}

.get-work-container.get-about p {
    width: 670px;
}

.flex-item {
    display: flex;
    justify-content: flex-start;
}

.transition,
ul li i:before,
ul li i:after,
p {
    transition: all 0.25s ease-in-out;
}

.no-select,
h2 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordeon-list h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.flex-item h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 120%;
    color: #373A4A;
    display: block;
    margin: 0;
    cursor: pointer;
    width: 592px;
}

.flex-item p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #373A4A;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 30px;
    z-index: 2;
}

.flex-item ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    width: 743px;
}

.flex-item ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D2D6E7;
    padding-top: 30px;
}

.flex-item ul li:nth-of-type(1) {
    animation-delay: 0.5s;
}

.flex-item ul li:nth-of-type(2) {
    animation-delay: 0.75s;
}

.flex-item ul li:nth-of-type(3) {
    animation-delay: 1s;
}

.flex-item ul li i {
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
    background: url('../img/about/arrow.svg') no-repeat 0 0;
    background-size: 24px 24px;
    transform: rotateX(-180deg);
}

.flex-item ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.flex-item ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.flex-item ul li input[type=checkbox]:checked~i {
    transform: rotate(0deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: inherit !important;
    margin: 0 10px !important;
}

.slick-slide > div {
    height: 100%;
}

.slider {
    margin-top: 100px;
    margin-bottom: 154px;
    position: relative;
}

.slider h4 {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 50px;
}

.slide {
    background: #E5EAEF;
    margin: 0 10px;
    max-width: 500px !important;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.slide h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #373A4A;
    margin-bottom: 20px;
}

.slide p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #373A4A;
    margin-bottom: 20px;
}

.slide .author {
    display: flex;
    justify-content: flex-end;
}

.slide .author img {
    display: flex;
    margin-right: 10px;
}

.slide .name {
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    text-transform: uppercase;
    color: #4D9EF6;
    width: 100%;
    margin-bottom: 10px;
}

.slick-dots {
    bottom: -50px !important;
}

.slick-dots li {
    width: 180px !important;
    height: 4px !important;
    background: #1D1E21;
    opacity: 0.05;
    border-radius: 10px;
    transition: .3s ease;
    animation: none;
}

.slick-dots li.slick-active {
    opacity: 1;
    background: #4D9EF6;
    transition: .3s ease;
}


/*endsection*/

.title-dribble {
    margin-top: 100px;
    margin-bottom: 50px;
}

.title-dribble h3 {
    display: flex;
    align-items: center;
    font-weight: 900;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
}

.title-dribble h3 span {
    display: flex;
    margin-left: 10px;
    background: url('../img/modern/main/dribble.svg') no-repeat 0 0;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
}

.dribble {
    position: relative;
}

.dribble .border-dribble {
    width: 100%;
    margin-top: 100px;
    height: 1px;
    background: rgba(29, 30, 33, .3);
}

.dribble .container-dribble {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: calc(50% - 60px);
}

.next-sl {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    background-image: url('../img/modern/next.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.prev-sl {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    background-image: url('../img/modern/prev.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}


/*Services*/
.services-title {
    margin-bottom: 100px;
    padding-top: 40px;
}

.services-title .container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.services-title h1 {
    width: 347px;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 90%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-right: 50px;
}

.services-title p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #1D1E21;
}

.item-services {
    margin-bottom: 100px;
}

.item-services .card-services {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 50px;
}

.item-services .card-services .left {
    width: 630px;
}

.item-services .card-services .left h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #4D9EF6;
    margin-bottom: 30px;
}

.item-services .card-services .left p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #1D1E21;
}

.item-services .card-services .left p.margin {
    margin-bottom: 25px;
}

.item-services .card-services.first-card {
    background: url('../img/modern/services/first-card.jpg') no-repeat 0 0;
    background-size: contain;
}

.item-services .card-services.second-card {
    background: url('../img/modern/services/second-card.jpg') no-repeat 0 0;
    background-size: contain;
}

.item-services .card-services.third-card {
    background: url('../img/modern/services/third-card.jpg') no-repeat 0 0;
    background-size: contain;
}
/*endsection*/

@media screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
        position: relative;
    }
    .wrapp {
        overflow-x: hidden;
        position: relative;
    }
    header {
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    section {
        width: 100%;
        padding: 0 28px;
    }
    .container {
        max-width: 100%;
        width: 100%;
    }
    .elips-container.recent-elips .elips2 {
        background: none;
        display: none;
    }
    .menu {
        display: none;
    }
    .hire-us {
        display: none;
    }
    .banner-background {
        display: none;
    }
    .logo-mob {
        display: flex;
    }
    .header-container {
        padding: 0 28px;
    }
    .open {
        display: flex;
        width: 24px;
        height: 24px;
        background: url('../img/open.svg') no-repeat 0 0;
        background-size: 24px 24px;
    }
    .mob-menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #ECF0F3;
        z-index: 999;
        left: 700px;
        transition: .3s ease;
    }
    .mob-menu.active {
        transition: .3s ease;
        left: 0;
    }
    .mob-menu .head-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 28px 0;
    }
    .mob-menu .list-mob-menu {
        width: 188px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 82px 0 48px;
    }
    .mob-menu .list-mob-menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .list-mob-menu .mob-social {
        display: flex;
        align-items: center;
    }
    .list-mob-menu .mob-social .mob-facebook {
        background: url('../img/mob-facebook.svg') no-repeat 0 0;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
        margin-right: 20px;
    }
    .list-mob-menu .mob-social .mob-instagram {
        background: url('../img/modern/insta.svg') no-repeat 0 0;
        background-size: 100% 100%;
        width: 30px;
        height: 30px;
    }
    .mob-menu .list-mob-menu ul a {
        font-style: normal;
        font-weight: 900;
        font-size: 24px;
        line-height: 25px;
        display: flex;
        justify-content: center;
        color: #373A4A;
        opacity: 0.6;
        margin-bottom: 40px;
    }
    .mob-menu .list-mob-menu ul a.active {
        opacity: 1;
        color: #4D9EF6;
        border-bottom: 2px solid #4D9EF6;
    }
    .mob-menu .list-mob-menu ul a.mob-hire {
        width: 128px;
        height: 39px;
        font-weight: bold;
        font-size: 18px;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #4D9EF6;
        border-radius: 62px;
        margin-top: 10px;
        opacity: 1;
    }
    .mob-menu .close-menu {
        width: 24px;
        height: 24px;
        background: url('../img/modern/close.svg') no-repeat 0 0;
        background-size: 24px 24px;
    }
    /*home page*/
    section.banner {
        padding: 0 16px;
    }
    .container-top {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .banner .container {
        flex-direction: column;
    }
    .banner .container .left-column {
        padding: 0 16px;
    }
    .banner .container .left-column h1 {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
    }
    .banner .container .left-column p {
        font-size: 16px;
        line-height: 160%;
    }
    .banner .container .left-column .insta-banner {
        float: right;
        margin-top: 20px;
    }
    .banner .container .right-column {
        width: 100%;
        margin-top: 20px;
    }
    .banner .right-column img {
        width: 100%;
    }
    /*endsection*/
    /*WHO ARE */
    .who-are .container {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .who-are .top {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .who-are .top h2 {
        max-width: 100%;
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.03em;
        margin-bottom: 20px;
    }
    .who-are .top {
        font-weight: normal;
        font-size: 16px;
        line-height: 160%;
    }
    .who-are .bottom {
        flex-direction: column;
    }
    .who-are .bottom .item {
        width: 100%;
        margin-bottom: 50px;
    }
    .who-are .bottom .item:last-child {
        margin-bottom: 0;
    }
    .who-are .bottom .item img {
        margin-bottom: 20px;
    }
    .who-are .bottom .item p {
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.03em;
    }
    /*endsectiion*/
    /*SOLUTIONS */
    .solutions .container {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .solutions .left {
        width: 100%;
    }
    .solutions .right {
        display: none;
    }
    .solutions .left .item-list .item {
        width: 100%;
        margin-bottom: 50px;
    }
    .solutions .left .item-list .item:last-child {
        margin-bottom: 0;
    }
    /*endsection*/
    /*RECENT*/
    .recent .container {
        padding-bottom: 50px;
    }
    .recent .item-project {
        flex-direction: column;
    }
    .recent .item-project:first-child {
        margin-bottom: 50px;
    }
    .recent h5 {
        margin-bottom: 30px;
    }
    .recent img {
        width: 100%;
        margin-top: 30px;
    }
    .recent .recet-read {
        width: 100%;
    }
    /*endsection*/
    /*pre-footer*/
    .pre-footer .container {
        flex-direction: column;
        padding-bottom: 50px;
        margin-top: 50px;
    }
    .pre-footer p {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .pre-footer span {
        font-size: 16px;
        line-height: 160%;
        width: 100%;
    }
    /*endsection*/
    /*FOOTER*/
    footer {
        margin-top: 50px;
        padding: 0 28px;
    }
    footer .form-container {
        flex-direction: column-reverse;
    }
    footer .form-container .form-how {
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    footer .form-container .img img {
        width: 100%;
    }
    footer .form-container .input-container input {
        width: 100%;
    }
    footer .form-container .form_button {
        width: 100%;
    }
    footer .bottom-footer {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    footer .bottom-footer .footer-menu {
        display: none;
    }
    footer .bottom-footer .partner img {
        width: 256px;
    }
    footer .info p {
        width: 233px;
    }
    /*endsection*/
    /*Contact*/
    .contact-pages .container {
        flex-direction: column;
        padding-bottom: 50px;
    }
    .contact-pages .container .left {
        width: 100%;
        margin-bottom: 60px;
    }
    .contact-pages h1 {
        font-weight: 900;
        font-size: 42px;
        line-height: 110%;
        letter-spacing: -0.03em;
        color: #4D9EF6;
        margin-bottom: 50px;
    }
    .contact-pages .container .right img {
        width: 100%;
    }
    /*endsection*/
    .item-project .container {
        padding-bottom: 50px;
    }
    .title-pages {
        font-size: 42px;
        line-height: 110%;
    }
    /*project*/
    .project-title {
        margin-bottom: 48px;
    }
    .card-project {
        width: 100%;
        height: 658px;
        padding: 30px 20px;
        border-radius: 20px;
    }
    .card-project .left {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .card-project .left h4 {
        font-size: 32px;
    }
    .card-project .left a {
        width: 100%;
    }
    .card-project.first-card {
        background: url('../img/modern/project/project-mob1.jpg') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.second-card {
        background: url('../img/modern/project/project-mob2.jpg') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.third-card {
        background: url('../img/modern/project/project-mob3.jpg') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.four-card {
        background: url('../img/modern/project/project-mob4.jpg') no-repeat 0 0;
        background-size: cover;
    }
    .card-project.five-card {
        background: url('../img/modern/project/project-mob5.jpg') no-repeat 0 0;
        background-size: cover;
    }
    .card-project .left .tags-project span {
        font-size: 10px;
        line-height: 150%;
    }
    /*endsection*/
    /*notfound*/
    .notfound {
        margin-top: 80px;
        margin-bottom: 60px;
        padding: 0 28px;
    }
    .notfound .container-notfound {
        width: 100%;
    }
    .notfound .container-notfound img {
        width: 100%;
    }
    .notfound h1 {
        font-size: 24px;
        line-height: 110%;
    }
    .notfound p {
        width: 100%;
    }
    .notfound a {
        width: 100%;
    }
    /*endsection*/
    /*Services*/
    .services-title {
        padding-top: 0;
        margin-bottom: 50px;
    }
    .services-title .container {
        flex-direction: column;
    }

    .services-title h1 {
        font-size: 36px;
        line-height: 110%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .services-title p {
        font-size: 16px;
        line-height: 160%;
    }

    .item-services .card-services {
        height: 100%;
        padding: 30px 20px;
    }

    .item-services .card-services.first-card {
        background: #E5EAEF;
        background-image: url("../img/modern/services/first-card-mob.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .item-services .card-services.second-card {
        background: #E5EAEF;
        background-image: url("../img/modern/services/second-card-mob.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .item-services .card-services.third-card {
        background: #E5EAEF;
        background-image: url("../img/modern/services/third-card-mob.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .item-services .card-services .left p:last-child {
        padding-bottom: 300px;
    }

    /*endsection*/
    /*about us*/
    .about-title .container {
        padding-bottom: 50px;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .about-title .title-pages {
        margin-bottom: 20px;
    }
    .about-title p {
        font-size: 16px;
        line-height: 160%;
        width: 100%;
        margin-left: 0;
    }
    .work-progress {
        border-bottom: 1px solid rgba(29, 30, 33, .3);
    }
    .work-progress .top-title h2 {
        font-size: 36px;
        line-height: 110%;
        letter-spacing: -0.03em;
    }
    .work-progress .block-process .item-process {
        width: 100%;
    }
    .get-work.about-work {
        display: none;
    }
    .slider {
        margin-top: 50px;
        margin-bottom: 94px;
    }
    .slide {
        margin: 0;
        width: 100%;
    }
    .slick-slide {
        margin: 0 5px !important;
    }
    .slider h4 {
        display: none;
    }
    .slick-dots li {
        width: 45px !important;
    }
    .accordeon-list h3 {
        font-size: 32px;
    }
    .flex-item ul {
        width: 100%;
    }
    .flex-item h4 {
        font-size: 24px;
        line-height: 120%;
        width: 100%;
        padding-right: 28px;
    }
    .flex-item ul li {
        padding: 20px 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .flex-item ul li i {
        margin-top: 3px;
    }
    /*endsection*/
    #cookie_notification {
        width: 100%;
        background: #4D9EF6;
        border-radius: 28px 28px 0px 0px;
    }
    #cookie_notification p {
        font-size: 10px;
        line-height: 130%;
        letter-spacing: 0.03em;
        width: 207px;
    }
    #cookie_notification p br {
        display: none;
    }
    #success {
        position: fixed;
        width: 100%;
        height: 59px;
    }
    .popup-container {
        padding: 0 28px;
    }
    .popup-container .popup-wrapp {
        width: 100%;
        height: 532px;
    }
    .popup-container .popup-wrapp form h3 {
        font-size: 28px;
    }
    .prev-sl,
    .next-sl {
        display: none;
    }
    .title-dribble {
        margin-top: 50px;
    }
    .title-dribble h3 span {
        display: none;
    }
    .dribble .border-dribble {
        margin-top: 50px;
    }
}