html::-webkit-scrollbar {
    background-color: #12131E;
    width: 15px;
}
html::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, rgba(110, 58, 255, 0.1), rgba(127, 49, 255, 0.6));
    border-radius: 7px;
}

@media only screen and (min-width: 769px) {
    html:not([data-scroll='0']) .header-wp {
        animation: header-darken 1s forwards;
    }

    html[data-scroll='0'].scrolled .header-wp {
        animation: header-lighten 1s forwards;
    }

    html:not([data-scroll='0']) .navbar-brand img{
        animation: reduce-image 1s forwards;
    }

    html[data-scroll='0'].scrolled .navbar-brand img{
        animation: enlarge-image 1s forwards;
    }

    html:not([data-scroll='0']) .navbar-collapse{
        animation: reduce-padding  1s forwards;
    }

    html[data-scroll='0'].scrolled .navbar-collapse{
        animation: add-padding  1s forwards;
    }

    html:not([data-scroll='0']) .navbar-collapse li:last-of-type>a{
        animation: contacts-remove-background 1s forwards
    }

    html[data-scroll='0'].scrolled .navbar-collapse li:last-of-type>a{
        animation: contacts-add-background 1s forwards
    }
}

.navbar-nav>li:last-of-type>a {
    background-color: rgba(20,21,40,.6);
    border-radius: 15px;
    color: #fff !important;
  }

::selection {
    background-color: #7d32ff;
}
@font-face {
    font-family: "ProximaNovaCond-Black";
    src: url("../fonts/ProximaNovaCond-Black.woff"),
    url("../fonts/ProximaNovaCond-Black.ttf");
    font-display: block;
}
@font-face {
    font-family: "ProximaNova-Regular";
    src: url("/fonts/ProximaNova-Regular.woff"),
    url("../fonts/ProximaNova-Regular.eot"),
    url("../fonts/ProximaNova-Regular.ttf");
    font-display: block;
}
@font-face {
    font-family: "ProximaNovaCond-Extrabld";
    src: url("/fonts/ProximaNovaCond-Extrabld.woff"),
    url("../fonts/ProximaNovaCond-Extrabld.eot"),
    url("../fonts/ProximaNovaCond-Extrabld.ttf");
    font-display: block;
}
@font-face {
    font-family: "ProximaNovaCond-Light";
    src: url("../fonts/ProximaNovaCond-Light.woff")
    url("../fonts/ProximaNovaCond-Light.eot"),
    url("../fonts/ProximaNovaCond-Light.ttf");
    font-display: block;
}
html {
    scrollbar-color: #7d32ff #12131E;
    scroll-behavior: smooth;
}
body {
    font-family: "ProximaNova-Regular";
    background: linear-gradient(148.96deg, #212441 7.92%, #16152F 84.33%);
}
html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, em, img, strong, b, i, ol, ul, li, form, label, footer, header, nav, section {
    font-family: "ProximaNova-Regular";
}
button:hover,
button:focus,
button:active {
    outline: none !important;
}
a {
    text-decoration: none;
}
a:focus,
input:focus {
    outline: none;
}

@keyframes header-darken {
    0% {
        background-color: rgba(22, 24, 46, 0);
    }
    100% {
        background-color: rgba(22, 24, 46, 1);
    }
}

@keyframes header-lighten {
    0% {
        background-color: rgba(22, 24, 46, 1);
    }
    100% {
        background-color: rgba(22, 24, 46, 0);
    }
}


@keyframes reduce-padding {
    from {
        padding-top: 15px;
    }
    to {
        padding-top: 0;
    }
}

@keyframes add-padding {
    from {
        padding-top: 0;
    }
    to {
        padding-top: 15px;
    }
}

@keyframes reduce-image {
    from {
        height: 40px;
        margin-top: 10px;
    }
    to {
        height: 30px;
        margin-top: 5px;
    }
}

@keyframes enlarge-image {
    from {
        height: 30px;
        margin-top: 5px;
    }
    to {
        height: 40px;
        margin-top: 10px;
    }
}

@keyframes contacts-remove-background {
    from {
        background-color: rgba(20,21,40,.6);
    }
    to {
        background-color: rgba(20,21,40,0);
    }
}

@keyframes contacts-add-background {
    from {
        background-color: rgba(20,21,40,0);
    }
    to {
        background-color: rgba(20,21,40,.6);
    }
}

@keyframes appearing-process {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes disappearing-process {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes hide-menu {
    0% {
      transform: translatex(0);
    }
    50% {
      transform: translatex(-5%);
    }
    100% {
      transform: translatex(100%);
    }
  }
  
  @keyframes hide-menu-reverse {
    0% {
      transform: translatex(100%);
    }
    50% {
      transform: translatex(-5%);
    }
    100% {
      transform: translatex(0);
    }
  }

.column-text {
    column-count: 2;
    column-gap: 40px;
}  

.pm-block {
    font-weight: 100;
    position: absolute;
}

.fixed-price {
    top: 54.6%;
    left: 19.9%;
}

.hourly-rate {
    top: 54%;
    left: 37%;
}

.waterfall-model {
    top: 50%;
    left: 57.3%;
}

.agile-model {
    top: 36%;
    left: 66.7%;
}

.pm-block h2 {
    font-size: 28px;
    color: white;
}

.pm-block p {
    padding-top: 15%;
    font-size: 90%;
    color: #8CABCF;
}

.pm-block.waterfall-model p {
    padding-top: 10%;
}

.pm-block.fixed-price p,
.pm-block.hourly-rate p {
    padding-top: 20%;
}

.navbar-close {
    display: none;
}

.section-top-left-side {
    padding-top: 30px;
}
.section-top-left-side h1 {
    font-family: "ProximaNovaCond-Extrabld";
    text-transform: uppercase;
    font-size: 68px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.technologies-text-wp.expertise-section .technologies-text {
    display: flex;
    flex-direction: column;
}

.section-expertise-text h2,
.technologies-text-wp.expertise-section h2 {
    font-family: "ProximaNovaCond-Extrabld";
    text-transform: uppercase;
    font-size: 38px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 56px;
    margin-bottom: 18px;
}

.section-expertise-text h3,
.technologies-text-wp.expertise-section h3 {
    font-family: "ProximaNovaCond-Extrabld";
    font-size: 28px;
    line-height: 100%;
    color: #FFFFFF;
    margin-top: 24px;
    margin-bottom: 8px;
}

.page-title-h4 {
    font-family: "ProximaNova-Regular";
    font-size: 40px;
    color: #FFFFFF;
}
.section-top-left-side p {
    color: #FFFFFF;
}
.page-title-button {
    padding-top: 40px;
    position: relative;
    z-index: 2;
}
.top-section-button {
    width: 376px;
    display: block;
    height: 129px;
    padding: 0;
    line-height: 129px;
    margin-left: -25px;
    font-size: 20px;
    text-align: center;
    color: white;
    background-image: url("./img/new/top-section-button.svg");
    background-size: contain;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    border-top: 5px solid transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    background-color:rgb(22, 21, 47);
    border-radius: 25px;
}
.dropdown-content ul {
	margin-right: 30px;
    min-width: 100px;
}
.dropdown-content .dropdown-title {
	color: #5a6485;
}
.dropdown-content li {
    margin-top: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 5px;
}
.dropdown-content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}
.dropdown-content li:not(.dropdown-title):hover {
	background-color: rgb(33, 36, 65)
}
.dropdown:hover .dropdown-content {
    display: flex;
}
.dropdown_menu {
  width: 100%;
  overflow-y: hidden;
  max-height: 0;
  transition: 0.5s;
}
.dropdown_menu__item {
    padding: 18px 0 !important
}
.dropdown_menu .dropdown-title {
    color: #5A6485;
}
.arrow-down-container {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 15px 10px;
    transition: 0.5s;
    display: none;
}
.arrow-down {
    width: 0;
    height: 0;    
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6C6BA8;
}
.top-section-button:hover {
    text-decoration: none;
    color: white;
}
.section-top {
    position: relative;
    padding-top: 100px;
    min-height: 1000px;
    /* background: url("../img/new/header-section.png") no-repeat, url("../img/new/grid.png") no-repeat; */
}

.header-wp {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 4;
    background: linear-gradient(359.89deg, rgba(22, 24, 46, 0) 1.02%, #16182E 98.78%);
}
.header-wp .navbar-wp .bs-navbar-collapse {
    padding: 30px 40px 0 40px;
}
.header-wp .navbar-wp .container {
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}
.header-wp .navbar-wp a {
    color: #FFFFFF;
    position: relative;
}

.header-wp .navbar-wp a:focus {
    background-color: transparent;
}
.header-wp .navbar-wp li.active a:before {
    content: " ";
    width: 100%;
    height: 1px;
    bottom: -4px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 22.92%, #FFFFFF 76.56%, rgba(255, 255, 255, 0) 100%);
}

.navbar-nav > li > a {
    color: #6C6BA8 !important;
}

.navbar-nav > li > a:hover {
    outline: none;
    color: white !important;
    background-color: rgba(20, 21, 40, 0.6) !important;
    border-radius: 15px;
}

.header-wp .navbar-wp li.active a:hover {
    background-color: transparent !important;
}

.header-wp .navbar-header {
    margin-right: 131px;
}
.header-wp .bs-navbar-collapse .navbar-nav {
    margin-top: 10px;
}
.header-wp .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #121324;
    border-radius: 0 !important;
}
.header-wp .navbar-nav > li > .dropdown-menu {
    background-color: #121324;
}
.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
.navbar-brand {
    padding: 4px 15px 0 15px;
}
.header-wp .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #337ab7;
    color: white;
}
.navbar-brand img {
    height: 40px;
}

.section-top-bg {
    width: 1170px;
    margin: 0 auto;
}

.section-top-wp {
    padding-bottom: 80px;
}
.section-bottom-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 42px 24px;
    width: 220px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 10;
}
.section-bottom-item:hover {
    text-decoration: none;
    cursor: pointer;
}
.section-bottom-item-title {
    color: white;
    font-size: 23px;
    position: relative;
    z-index: 2;
}
.only-mobile {
    position: absolute;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.scroll-sections {
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -16px;
    bottom: -120px;
    width: 32px;
    height: 133px;
    background-image: url("../img/new/scroll-sections.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.section-bottom-fintech {
    background-image: url("../img/new/section-bottom-fintech.png");
}
.section-bottom-fintech:hover {
    background-image: url("../img/new/section-bottom-fintech-hover.png");
    background-position: 0 -1px;
}
.section-bottom-gambling {
    background-image: url("../img/new/section-bottom-gambling.png");
}
.section-bottom-gambling:hover {
    background-image: url("../img/new/section-bottom-gambling-hover.png");
    background-position: -8px 11px;
}
.section-bottom-cryptocurrency {
    background-image: url("../img/new/section-bottom-cryptocurrency.png");
}
.section-bottom-cryptocurrency:hover {
    background-image: url("../img/new/section-bottom-cryptocurrency-hover.png");
    background-position: -4px 3px;
}
.section-bottom-logistic {
    background-image: url("../img/new/section-bottom-logistic.png");
}
.section-bottom-logistic:hover {
    background-image: url("../img/new/section-bottom-logistic-hover.png");
    background-position: -2px 3px;
}
.section-bottom-secutity-soft {
    background-image: url("../img/new/section-bottom-secutity-soft.png");
    background-position: center;
}
.section-bottom-secutity-soft:hover {
    background-image: url("../img/new/section-bottom-secutity-soft-hover.png");
    background-position: -9px -28px;
}
.section-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-left: -10px;
}
.social-header {
    width: 30px;
    height: 705px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    left: 114px;
    bottom: 5%;
    z-index: 80;
}
.social-link {
    width: 30px;
    height: 30px;
    margin: 11px 0;
    background-repeat: no-repeat;
    cursor: pointer;
}

.social-line {
    width: 20px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-image: url("../img/new/social-line.svg");
    background-size: cover;
}

.button-up {
    width: 50px;
    height: 50px;
    margin-top: 45px;
    background: #16182C;
    border-radius: 100px;
    background-image: url("../img/new/scroll-up.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.button-up:hover {
    filter: brightness(150%);
    background-color: #07080f;
}

.linkedin {
    background-image: url("../img/new/linkedin.svg");
}
.facebook {
    background-image: url("../img/new/facebook.svg");
}
/* .instagram {
    background-image: url("../img/new/instagram.svg");
}
.twitter {
    background-image: url("../img/new/twitter.svg");
} */
.home-content-editor {
    display: none;
}
.projects-slider-container-wp {
    width: 50%;
    padding-top: 44px;
}
.project-slide-wp {
    position: relative;
}
.slider-figure {
    width: 100%;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("../img/new/slider-figure.svg");
    margin: 14px 0;
}

.development-experience-text-1 {
    font-size: 53px;
    text-transform: uppercase;
    color: white;
    font-family: "ProximaNovaCond-Extrabld";
}
.development-experience-text-2 {
    font-size: 23px;
    color: white;
}
.development-experience-text-wp {
    position: absolute;
    top: 280px;
    right: 23%;
    width: 300px;
    height: 100px;
}

.projects-slider-slider-title {
    font-size: 53px;
    text-transform: uppercase;
    color: white;
    font-family: "ProximaNovaCond-Extrabld";
    padding-bottom: 60px;
}

.project-slide {
    width: 150px;
    height: 100px;
}
.project-slide:hover {
    text-decoration: none;
}
.project-slide-title {
    color: white;
    min-height: 50px;
    max-width: 150px;
    line-height: 16px;
}
.project-slide-img {
    margin: 0 !important;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(100%);
    background-position: center;
}
.project-slide-img-1 {
    background-image: url("../img/new/gol-pass.png");
}

.project-slide-img-2 {
    background-image: url("../img/new/cyber-police.png");
}

.project-slide-img-3 {
    background-image: url("../img/new/ukrgazbak.png");
}

.project-slide-img-4 {
    background-image: url("../img/new/moz-logo-image.svg");
}

.project-slide-img-5 {
    background-image: url("../img/new/woc.png");
}

.project-slide-img-6 {
    background-image: url("../img/new/paypong.svg");
}

.project-slide-img-7 {
    background-image: url("../img/new/peatio.png");
}

.project-slide-img-8 {
    background-image: url("../img/only-original.png");
}

.project-slide-img-9 {
    background-image: url("../img/dzenk.png");
}

.main-glider-prev {
    left: 0 !important;
    background-image: url("../img/new/arrow-right.svg") !important;
    background-position: center left !important;
}

.main-glider-next {
    left: 45px !important;
    background-image: url("../img/new/arrow-right.svg") !important;
    background-position: center right !important;
}

.recommendation-slider-item-gradient {
    display: none;
} 

.rec-glider-contain {
    left: 10% !important;
    right: auto !important;
}

.rec-glider-prev, .rec-glider-next {
    top: 150px;
}

.rec-glider-prev {
    right: calc(30% + 73px);
}

.rec-glider-next {
    right: 30%;
}

.dir-glider-prev, .dir-glider-next {
    bottom: 5%;
    display: none;
}

.dir-glider-prev {
    left: 30%;
}

.dir-glider-next {
    right: 30%;
}

.main-glider-prev:before {
    content: '' !important;
}

.main-glider-next:before {
    content: '' !important;
}

.projects-slider-container-wp .main-glider-prev, .projects-slider-container-wp .main-glider-next {
    /* bottom: 40% !important; */
    display: block;
    background-repeat: no-repeat !important;
}

.projects-slider-container.main-glider-next {
    left: 80px !important;
}

.main-glider-prev:hover,
.main-glider-prev:focus {
    background-image: url("../img/new/arrow-right.svg") !important;
    background-position: left !important;
}

.main-glider-next:hover,
.main-glider-next:focus {
    background-image: url("../img/new/arrow-right.svg") !important;
    background-position: right !important;
}

.slick-disabled {
    opacity: 0.5;
}

.section-project-models-container {
    height: 1580px;
    /*height: 1174px;*/
    /*padding-left: 20%;*/
    /*padding-top: 324px;*/
    /*background-image: url("../img/new/section-project-models.png");*/
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: -480px;
}
.section-project-models-container svg {
    width: 100%;
}
.section-project-models-title {
    position: absolute;
    top: 37%;
    left: 19%;
    font-size: 53px;
    text-transform: uppercase;
    color: white;
    font-family: "ProximaNovaCond-Extrabld";
}

.section-project-models-title-light {
    font-family: "ProximaNovaCond-Light";
}

.section-project-models-item  {
    width: 100%;
}
.section-project-models-block-title {
    font-size: 30px;
    color: white;
    padding-bottom: 50px;
}

.section-project-models-block-text {
    font-size: 14px;
    color: #8CABCF;
}

.section-our-team {
    /*background-image: url("../img/new/section-our-team.png");*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: -160px;
}

.our-team-block-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our-team-block-title {
    width: 30%;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 20px;
}
.our-team-block-line-left {
    width: 35%;
    height: 1px;
    background: linear-gradient(11.11deg, rgba(127, 49, 255, 0.6) 10.03%, rgba(110, 58, 255, 0) 99.27%);
    opacity: 0.8;
}

.our-team-block-line-right {
    width: 35%;
    height: 1px;
    background: linear-gradient(11.11deg, rgba(127, 49, 255, 0.6) 10.03%, rgba(110, 58, 255, 0) 99.27%);
    transform: rotate(-180deg);
    opacity: 0.8;
}

.our-team-block-title-2 {
    font-size: 30px;
    color: #8390BD;
    text-align: center;
}

.our-team-block-wp {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 80px;
}


.our-team-block {
    width: 345px;
    margin: 0 20px;
    position: relative;
    border-radius: 10px;
    background-color: #0B0C17;
}

.our-team-block:hover {
    background: linear-gradient(181.26deg, rgba(36, 7, 118, 0.66) 0.79%, rgba(56, 35, 183, 0) 91.08%);
}

.our-team-img-1 {
    background-image: url("../img/new/dmytro-kostiukevych.png");
    height: 480px;
    background-position: center 20px !important;
}

.our-team-img-2 {
    background-image: url("../img/new/vadim-martysh.png");
    height: 480px;
    background-position: center 17px !important;
}

.our-team-img-3 {
    background-image: url("../img/new/oleksii-sannikov.png");
    height: 480px;
    background-position: center 20px !important;
}

.our-team-img {
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -60px;
}

.our-team-title {
    color:white;
    font-size: 28px;
    padding-bottom: 10px;
}

.our-team-text {
    color: #373C76;
}

.our-team-wp {
    background: url("../img/new/our-team-img-figure-1.png") no-repeat right top, url("../img/new/section-recommendation-bg.svg") no-repeat 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-team-text-wp {
    padding: 0 40px 30px 40px;
}

.section-recommendation-title {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 70px;
}

.our-team-figure-1 {
    background-repeat: no-repeat;
    background-position: right;
}
.recommendation-slider-item-wp {
    padding: 20px;
    margin-left: 20px;
    position: relative;
}
.recommendation-slider-quotes-img {
    opacity: 0.5;
    z-index: 3;
}
.recommendation-slider-item-wp.slick-active .recommendation-slider-quotes-img {
    opacity: 1;
}

.recommendation-slider-item-wp {
    border-radius: 20px;
}

.recommendation-slider-item-wp {
    background: linear-gradient(91.66deg, rgba(11,12,23, 0.8) 20%, rgba(11,12,23, 0.4) 60%, rgba(11,12,23, 0) 80%);
}

.recommendation-slider-item-gradient {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(91.66deg, rgba(11,12,23, 0.6) 20.66%, rgba(11,12,23, 0.2) 48.52%);
    border-radius: 10px;
    z-index: 2;
}

.section-recommendation {
    padding: 150px 0 150px 50px !important;
    position: absolute;
    left: 0 !important;
}

.recommendation-slider-quotes-img {
    width: 40px;
    height: 35px;
    background-image: url("../img/new/quotes.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: -40px;
}

.recommendation-slider-item {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    position: relative;
    margin-right: 20px;
    border-radius: 10px;
    padding: 20px;
    height: 430px;
}

.recommendation-slider-item-text {
    color: #8390BD;
    line-height: 125%;
}

.recommendation-slider-item-title {
    color: #292E5B;
    padding-top: 12px;
}

.recommendation-slider-item-text2 {
    color: #FFFFFF;
}

.recommendation-slider-item-button {
    color: #6966FF;
}

.recommendation-slider-item-left {
    width: 50%;
}

.recommendation-slider-item-right {
    width: 48%;
    padding: 0 10px;
}

.recommendation-slider-item-right-wp {
    background: rgba(9, 9, 18, 0.5);
    width: 410px;
    padding: 20px;
    border-radius: 10px;
}

.recommendation-slider-item-button-wp {
    padding-bottom: 20px;
    text-decoration: underline;
}

.section-deadlines-and-prices-wp {
    display: flex;
    justify-content: flex-end;
    width: 70%;
    background: linear-gradient(92.4deg, #6E3AFF 10.39%, #7F31FF 97.24%);
    height: 590px;
    border-radius: 0 600px 600px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-right: 330px;
    padding-top: 100px;
}

.section-deadlines-and-prices-widget {
    position: absolute;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 44px;
    min-height: 576px;
    background-color: white;
    width: 980px;
    left: 50%;
    margin-left: -485px;
    top: 300px;
    border: 15px solid #383B77;
    overflow: hidden;
}
.section-deadlines-and-prices-block {
    height: 950px;
}
.section-deadlines-and-prices {
    position: relative;
    background: url("../img/new/section-deadlines-and-prices-right.png");
    height: 1800px;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: -800px;
}

.section-lets-talk {
    padding-top: 140px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -60px;
}

.section-lets-talk-title {
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section-lets-talk-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #8390BD;
    margin-top: 32px;
}

.section-lets-talk-left {
    width: 48%;
    padding-top: 40px;
}
.section-lets-talk-right {
    padding-top: 40px;
    width: 48%;
}
.section-lets-talk-title,
.section-lets-talk-text {
    width: 350px;
}

.section-lets-talk-form {
    position: relative;
    z-index: 2;
    width: 100%;
    background: linear-gradient(0deg, #0B0C17, #0B0C17), #FFFFFF;
    border-radius: 10px;
}

.footer {
    background: url("../img/new/section-deadlines-and-prices-left.png") left -250px, url("../img/new/footer-left-bg.png") bottom left, url("../img/new/footer-right-bg.png") bottom right;
    background-repeat: no-repeat;
}
.footer-wp {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
.footer-logo img {
    width: 100px;
    height: 35px;
}
.footer-logo {
    padding-bottom: 55px;
}
.footer-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: #FFFFFF;
    padding-bottom: 40px;
}
.footer-phone:hover,
.footer-mail a:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.footer-mail {
    padding-bottom: 50px;
}
.footer-mail a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
}
.footer-widgets-wp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px;
}
.footer-widgets-wp div {
    flex: 1 0 34%;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
.widget-upwork,
.widget-clutch {
    margin-left: 0 !important
}
.widget-upwork img{
    width: 200px
}

.location-wp {
    position: absolute;
    bottom: 35px;
    right: 0;
}
.location-link {
    display: flex;
    outline: none !important;
    background-image: url("../img/new/location-icon.svg");
    background-repeat: no-repeat;
    background-position: left -33px;
    padding-left: 80px;
    padding-top: 10px;
    min-height: 40px;
}
.location-link:hover,
.location-link:focus {
    outline: none;
    text-decoration: none;
}

.location-link span {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #FFFFFF;
}

.footer-btm-bar {
    display: none;
}

.section-project-models-image-md {
    display: none;
}

.black-wp {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.8;
    z-index: 10;
}

.navbar-header-mobile {
    display: none;
}

.section-project-models-container-mobile {
    display: none;
}

.section-project-models-image-mobile {
    display: none;
}

.navbar-header .navbar-toggle {
    display: none;
}

.navbar-top-menu .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-top-menu .navbar-header:after,
.navbar-top-menu .navbar-header:before {
    content: normal;
}

.navbar-close {
    font-size: 3rem;
    color: #5A6485;
}

.technologies .section-top {
    background: url("../img/new/section-top-grid.png") 0 0 no-repeat, url("../img/new/header-section-services-left.svg") 10% -120px no-repeat, url("../img/new/header-section-services-right.svg") 100% 100px no-repeat, url("../img/new/technologies-header.png") 74% 200px no-repeat;
}

.technologies .section-top-wp {
    position: relative;
}

.technologies .section-top-wp:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    background: linear-gradient(6.64deg, rgba(110, 58, 255, 0) 10.03%, rgba(127, 49, 255, 0.6) 60.57%);
}

.tab-ul-last {
    padding-bottom: 30px;
}

.tab-ul li {
    color: #7887B8;
    min-height: 20px;
    margin-bottom: 20px;
    background-image: url(../img/new/tabs-li-icon.svg);
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 0 center;
}


.mobile-only {
    display: none;
}

.div-ol ol {
    list-style: decimal;
    margin-left: 20px;
}

.div-ol ol li {
    margin-bottom: 10px;
}

.p-dialog {
    padding-left: 30px;
    position: relative;
}
.p-dialog:before {
    content: '-';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
}

.articles-slides-wp .main-glider-next,
.articles-slides-wp .main-glider-prev {
    width: 53px !important;
    height: 42px !important;
    top: auto !important;
    bottom: 0 !important;
    z-index: 3;
}
.articles-slides-wp .main-glider-next {
    left: 105px !important;
}
.articles-slides-wp  .main-glider-prev {
    left: 25px !important;
}
.articles-slides {
    padding-top: 80px;
}

.articles-slides-wp {
    padding-top: 80px;
}

.articles-slides-title {
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.section-about-us-wp {
    margin: -550px  auto 0 auto;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 70px;
    position: relative;
    z-index: 2;
}

.about-us-left p,
.about-us-right p {
    font-size: 18px;
    color: #FFFFFF;
}

.about-us-left {
    width: 48%;
}

.about-us-right {
    width: 48%;
}

.section-codein-mission {
    background: linear-gradient(90deg, rgba(13, 13, 22, 0) 0%, #12131E 100%);
}
.codein-mission-wp {
    margin: 0 auto;
    max-width: 1170px;
    background-image: url("../img/new/codein-mission-img-mobile.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    padding: 100px 30% 100px 0;
    background-size: contain;
}

.codein-mission-title {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.codein-mission-text {
    font-weight: normal;
    font-size: 18px;
    color: #5A6485;
}

.section-board-of-directors .our-team-text {
    padding-top: 30px;
}

.section-board-of-directors .glider.draggable {
    cursor: default;
}

.section-board-of-directors .our-team-text p {
    font-size: 14px;
    color: #5A6485;
    margin-bottom: 27px;
    border-left: 1px solid #1E263F;
    padding: 0 20px;
    display: block;
}

.section-board-of-directors .our-team-block-wp .slick-list {
    padding-top: 80px;
    max-width: 1170px;
    margin: 0 auto;
}

.board-of-directors-title {
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.hire-me-cv-wp label {
    font-size: 12px;
    color: #422694;
    opacity: 0;
}

.hire-me-cv-wp .help-block {
    display: none;
}

.opacity-off {
    opacity: 1 !important;
}
.has-success .opacity-off {
    opacity: 0 !important;
}
.hire-me-cv-wp input {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #171E35;
    box-shadow: none !important;
    border-radius: 0;
    color: #C4C4C4;
    font-size: 20px;
}

.hire-me-cv-wp input::placeholder {
    color: #8390BD;
}

.hire-me-cv-wp input:focus {
    box-shadow: none;
    border-color: #F7F7F9;
}

.hire-me-cv-wp .btn-send-form {
    width: 190px;
    text-align: center;
    padding: 20px 0;
    background: radial-gradient(196.7% 275.32% at 98.7% 229.48%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.1deg, #6E3AFF 10.39%, #7F31FF 97.24%);
    border-radius: 60px;
    border: none;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.hire-me-cv-wp .file-button {
    display: inline-block;
    padding-left: 40px;
    font-size: 20px;
    color: #7D32FF;
    background-color: transparent;
    background-image: url("../img/new/file-send-icon.svg");
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: underline;
    outline: none;
    border: none;
    padding-top: 20px;
    /* padding-bottom: 10px; */
    opacity: 1;
    cursor: pointer;
}

#file-chosen {
    margin-left: 20px;
    color: white;
    padding-top: 25px;
}

.hire-me-cv-wp .field-contactform-verifycode input {
    height: 50px;
}

.hire-me-cv-wp .submit-form-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.max-file-upload-text {
    font-size: 14px;
    color: #212449;
}

.section-board-of-directors {
    padding-bottom: 120px;
}

.section-board-of-directors-wp {
    max-width: 1170px;
    margin: 0 auto;
}

.board-of-directors-wp {
    max-width: 1170px;
    margin: 0 auto;
}

.board-of-directors-title {
    padding-top: 80px;
    font-weight: bold;
    font-size: 48px;
    color: #FFFFFF;
}

.board-of-directors-text {
    font-size: 18px;
    text-align: center;
    color: #5A6485;
    margin-bottom: 30px;
    padding: 40px 12% 60px 12%;
}

.board-of-directors-img-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.board-of-directors-img {
    width: 230px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 150px;
}

.board-of-directors-img-1 {
    background-image: url("../img/new/board-of-directors-img-1.svg");
    background-repeat: no-repeat;
    background-position: center top;
}

.board-of-directors-img-2 {
    background-image: url("../img/new/board-of-directors-img-2.svg");
    background-repeat: no-repeat;
    background-position: center top;
}

.board-of-directors-img-3 {
    background-image: url("../img/new/board-of-directors-img-3.svg");
    background-repeat: no-repeat;
    background-position: center top;
}

.captcha-wp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.captcha-left {
    width: 48%;
}

.captcha-right {
    width: 48%;
}

.section-contact-us {
    padding-top: 200px;
    z-index: 2;
    position: relative;
    background:  url("../img/new/section-top-grid.png") 0 0 no-repeat;
}

.contact-us-left-title {
    font-family: "ProximaNovaCond-Extrabld";
    text-transform: uppercase;
    font-size: 68px;
    color: #FFFFFF;
    margin-bottom: 65px;
}

.contact-us-left p {
    font-weight: normal;
    font-size: 18px;
    color: #7887B8;
}

.contact-us-left ul {
    padding-top: 40px;
}

.contact-us-left {
    width: 44%;
}

.contact-us-right {
    background: rgba(16, 17, 30, 0.9);
    border-radius: 10px;
    width: 48%;
    padding: 20px 45px;
}

.contact-us-footer {
    padding: 20px 45px;
}

.contact-us-wp {
    max-width: 1170px;
    margin:  0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-us-left-list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.contact-us-left-list-item-text {
    width: calc(100% - 90px);
    font-size: 18px;
    color: #FFFFFF;
}

.contact-us-left-number-style {
    width: 60px;
    padding: 17px;
    text-align: center;
    background: rgba(22, 24, 44, 0.6);
    border-radius: 60px;
    font-size: 26px;
    color: #7B33FF;
    margin-right: 30px;
}

/* .bottom-cookie-container {
    width: 100%;
    background: #090912;
    z-index: 9999;
    position: fixed;
    bottom: 0;
}
.bottom-cookie {
    max-width: 1170px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.bottom-cookie-container .cancel-cookies-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
}
.confirm-cookies-btn {
    width: 190px;
    text-align: center;
    padding: 20px 0;
    background: radial-gradient(196.7% 275.32% at 98.7% 229.48%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.1deg, #6E3AFF 10.39%, #7F31FF 97.24%);
    border-radius: 60px;
    border: none;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
.confirm-cookies-btn:active {
    background: radial-gradient(196.7% 275.32% at 98.7% 229.48%, rgba(255, 255, 255, 0.44) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(93.1deg, #6E3AFF 10.39%, #7F31FF 97.24%);
}
.bottom-cookie-right {
    padding-right: 50px;
}
.confirm-cookies-btn:hover {
    color: #FFFFFF;
}
.bottom-cookie-center {
    color: white;
    padding: 15px 15px 0 15px;
}
.bottom-cookie-left img {
    height: 56px;
} */

.page-not-found-wp {
    padding-top: 270px;
}
.page-not-found-wp h1 {
    font-size: 61px;
    color: white;
    text-align: center;
    padding-bottom: 40px;
}
.page-not-found-wp .error-404 {
    color: white;
    font-size: 26px;
    text-align: center;
}
#clutch-frame {
    width: -webkit-fill-available;
    min-height: 745px;
}

.clearfix a {
    text-decoration: unset;
}

.breadcrumb-container {
    max-width: 1170px;
    width: 100%;
    margin: 100px auto 0 auto;
    z-index: 1;
}

.privacy-policy-link {
    display: block;
    text-decoration: none !important;
    position: absolute;
    right: 0;
    top: 40px;
    color: #fff !important
}

.breadcrumb-container li a,
.breadcrumb-container li span,
.breadcrumb-container li .separator{
    color: #545D9E !important;
    text-decoration: none;
    padding-right: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.breadcrumb-container ul {
    display: -webkit-box;
    margin: 0;
}

.breadcrumb-container li{
    padding-right: 10px;
    line-height: 100%;
}

.breadcrumb-container li:hover a , .breadcrumb-container li:hover .separator{
    text-decoration: none;
}

.navbar {
    margin-bottom: unset;
} 

.div-table {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    background-position: center;
}

.div-table-row {
    width: 33.33333333333333%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.div-table-item {
    width: 100%;
    font-size: 18px;
    color: #7887B8;
    padding: 5px;
    text-align: center;
}
.div-table-item-title {
    width: 100%;
    font-size: 27px;
}
.div-table-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.div-table-item-img img {
    width: 100px;
    height: 100px;
}

.div-table-item:last-child {
    border-right: none;
}


/* Media Queries */

@media only screen and (max-width: 1680px) {
    .codein-mission-wp {
        background-position: 95% center;
    }
    .header-wp .navbar-header {
        margin-right: 60px;
    }
    .section-project-models-container {
        height: 1450px;
    }
    .our-team-block-title {
        min-width: 600px;
    }
}
@media only screen and (max-width: 1440px) {
    .codein-mission-wp {
        background-position: 100% center;
    }
    .technologies .section-top-wp {
        padding-bottom: 80px;
    }
    .section-project-models-image-lg {
        display: none;
    }
    .section-project-models-image-md {
        display: block;
    }
    .section-top {
        background-size: contain;
    }
    .social-header {
        left: 33px;
    }
    .section-top-wp {
        padding-bottom: 65px;
    }
    .section-top {
        min-height: 900px;
    }
}
@media only screen and (max-width: 1366px) {
    .contact-us-wp {
        margin: 0 auto 0 140px;
        padding-right: 30px;
    }
    .technologies .section-top-wp:before {
        width: 72%;
    }
    .social-header {
        left: 18px;
    }
    .header-wp .navbar-wp .container {
        padding: 0 15px;
    }
    .section-top-bg {
        margin: 0 0 0 133px;
    }
    .section-lets-talk {
        background-size: contain;
    }
}
@media only screen and (max-width: 1280px) {

    .board-of-directors-wp {
        max-width: 1024px;
    }
    .codein-mission-wp {
        padding: 100px 40% 100px 0;
    }
    .our-team-title {
        min-height: 67px;
    }
    .section-board-of-directors .our-team-block-wp .slick-list {
        max-width: 1024px;
    }
    .section-about-us-wp {
        margin: -550px auto 0 140px;
        padding-right: 30px;
    }

    .codein-mission-wp {
        margin: 0 auto 0 140px;
        background-position: 98% center;
    }

    .footer-wp {
        padding: 0 30px 30px 30px;
    }
    .section-lets-talk-left {
        padding-left: 40px;
    }
    .section-lets-talk-right {
        padding-top: 40px;
        width: 50%;
    }

    .section-top-bg {
        width: 88%;
    }

    .section-project-models-container {
        height: 1280px;
    }

}
@media only screen and (max-width: 1180px) {
    .location-wp {
        position: relative;
        padding-bottom: 40px;
    }
    .privacy-policy-link {
        position: static;
        right: auto;
        padding-left: 40px
    }
    .location-link {
        background-position: -44px -30px;
        padding-left: 40px;
    }
    .hire-me-cv-wp input {
        font-size: 16px;
    }
    .articles-slides-wp .main-glider-next {
        left: auto !important;
        right: 44% !important;
    }

    .footer {
        background: url("../img/new/section-deadlines-and-prices-left.png") -35px -202px, url("../img/new/footer-left-bg.png") bottom left, url("../img/new/footer-right-bg.png") bottom right;
        background-repeat: no-repeat;
        padding: 0 70px;
    }

    .section-lets-talk-right {
        padding-top: 40px;
        width: 90%;
    }

    .technologies .section-top {
        background: url("../img/new/header-section-services-left.svg") 10% -120px no-repeat, url("../img/new/header-section-services-right.svg") 80% 100px no-repeat, url("../img/new/technologies-header.png") 90% 200px no-repeat;
    }

    .section-lets-talk-widget {
        margin-bottom: 0;
    }
    .header-wp .navbar-wp .container {
        padding: 0;
    }

    .header-wp .navbar-header {
        margin-right: 20px;
    }

    .section-bottom {
        width: 70%;
        justify-content: flex-start;
    }

    .section-deadlines-and-prices-wp {
        padding-right: 185px;
    }

    .section-lets-talk-left {
        padding-left: 0;
        width: 100%;
        margin: 0 auto;
    }

    .section-lets-talk-title {
        width: 100%;
        text-align: center;
    }

    .section-lets-talk-right {
        margin: 20px auto;
    }

    .section-lets-talk {
        padding-top: 0;
        flex-direction: column;
        min-height: 960px;
    }

    .section-lets-talk-text {
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

    .section-lets-talk-title {
        min-height: 42px;
    }

    .footer {
        margin-top: 0;
    }

    .our-team-block {
        width: 290px;
    }

    .our-team-img {
        z-index: 10000;
        background-size: contain;
    }

}
@media only screen and (max-width: 1024px) {
    .hire-me-cv-wp .file-button {
        padding-top: 0;
    }
    #file-chosen {
        padding-top: 5px;
    }
    .bottom-cookie-left img {
        width: 100%;
        height: auto;
    }
    .section-deadlines-and-prices {
        margin-bottom: -740px;
    }
    .section-deadlines-and-prices .section-deadlines-and-prices-wp {
        padding-left: 35px;
    }
    .bottom-cookie-left {
        width: 20%;
    }
    .bottom-cookie-center {
        padding: 0 15px 15px 15px;
        width: 80%;
    }
    .bottom-cookie {
        padding: 30px;
    }
    .bottom-cookie-right {
        width: 100%;
        padding: 10px;
    }
    .confirm-cookies-btn {
        margin: 0 auto;
    }
    .technologies .section-top {
        background: url("../img/new/header-section-services-left.svg") 10% -120px no-repeat, url("../img/new/header-section-services-right.svg") 80% 100px no-repeat, url("../img/new/technologies-header.png") 90% 200px no-repeat;
    }
    .articles-slides {
        padding: 80px 30px 0 30px;
    }
    .board-of-directors-wp {
        max-width: 768px;
    }

    .hire-me-cv-wp .btn-send-form {
        order: 1;
        width: 80%;
    }

    .hire-me-cv-wp .file-button {
        order: 0;
        margin: 0 0 40px 0;
    }
    .max-file-upload-text {
        text-align: center;
    }

    .hire-me-cv-wp .submit-form-wp {
        justify-content: center;
    }

    .section-board-of-directors .main-glider-prev,
    .section-board-of-directors .main-glider-next {
        top: auto !important;
        bottom: 0 !important;
    }

    .section-board-of-directors .main-glider-prev {
        left: 43% !important;
        right: auto !important;
    }

    .section-board-of-directors .main-glider-next {
        right: 43% !important;
        left: auto !important;
    }

    .section-board-of-directors .our-team-block-wp .slick-list {
        max-width: 768px;
    }

    .nav > li > a {
        padding: 10px 12px;
    }

    .fintech-page .section-top,
    .gambling-page .section-top,
    .cryptocurrency-page .section-top,
    .logistic-page .section-top,
    .security-soft-page .section-top,
    .technologies .section-top {
        background: url("../img/new/header-section-services.svg") no-repeat right;
        min-height: 690px;
    }

    .section-top-bg {
        margin: 0 0 0 140px;
        width: 85%;
        padding-right: 15px;
    }

    .recommendation-slider-item {
        max-width: 900px;
    }

    .location-wp {
        right: 20px;
    }

    .footer-wp {
        padding-right: 20px;
        padding-left: 20px;
    }

    .section-lets-talk-text {
        width: 100%;
        max-width: 540px;
    }

    .section-bottom {
        width: 90%;
    }
}

@media only screen and (max-width: 992px) {
    .projects-slider-container-wp .main-glider-prev, .projects-slider-container-wp .main-glider-next {
        bottom: -100px !important;
    }
    .section-recommendation {
        padding-left: 0 !important;
    }
    .rec-glider-prev, .rec-glider-next {
        top: 225px;
    }
    .rec-glider-prev {
        left: 30%;
        right: auto;
    }
    .rec-glider-next {
        right: 30%;
        left: auto;
    }
    .breadcrumb-container {
        padding-top: 0;
        margin: 100px auto 10px auto;
    }
    .section-deadlines-and-prices-block {
        height: 100%;
    }
    .section-deadlines-and-prices {
        margin-bottom: 0;
        height: 100%;
    }

    .scroll-sections {
        display: none;
    }
    .contact-us-wp {
        margin: 0 auto;
        padding-left: 30px;
    }
    .contact-us-right {
        width: 52%;
    }
    .section-about-us-wp {
        margin: -550px auto 0 auto;
        padding-right: 30px;
        padding-left: 30px;
    }

    .codein-mission-wp {
        margin: 0 auto 0 auto;
        padding: 100px 50% 100px 0;
    }

    .hire-me-cv-wp .btn-send-form {
        width: 80%;
    }

    .section-codein-mission {
        padding: 0 30px;
    }

    .location-wp {
        position: relative;
        padding-top: 20px;
    }

    .location-link {
        background-position: -44px -30px;
        padding-left: 40px;
    }

    .section-lets-talk {
        min-height: 1040px;
    }

    .header-wp .navbar-wp a {
        font-size: 15px;
    }

    .section-bottom {
        margin-left: 0;
    }

    .footer {
        padding: 0 20px;
    }

    .section-top-left-side h1 {
        font-size: 50px;
    }

    .technologies .section-top {
        background: url("../img/new/header-section-services-left.svg") 10% -120px no-repeat, url("../img/new/header-section-services-right.svg") 80% 100px no-repeat;
        background-size: contain;
    }

    .footer {
        background: url("../img/new/section-deadlines-and-prices-left.png") -203px -202px, url("../img/new/footer-left-bg.png") bottom left, url("../img/new/footer-right-bg.png") bottom right;
        background-repeat: no-repeat;
    }

    .about-us .section-top {
        min-height: 900px;
    }

    .section-top-wp {
        padding-bottom: 0;
    }

    .technologies .section-top-wp {
        padding-bottom: 7px;
    }

    .header-wp .navbar-wp .bs-navbar-collapse {
        padding: 30px 40px 0 40px;
    }

    .section-deadlines-and-prices-wp {
        padding-right: 135px;
    }

    .recommendation-slider-item {
        max-width: 890px;
        height: 440px;
    }

    .our-team-block {
        width: 270px;
    }

    .our-team-title {
        font-size: 23px;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .section-deadlines-and-prices {
        background-size: contain;
    }

    .section-deadlines-and-prices-wp {
        height: 420px;
    }

    .section-deadlines-and-prices-widget {
        width: 100%;
        left: 30px;
        margin-left: -15px;
        top: 0;
        position: relative;
        margin-top: -150px;
    }

    .section-top-bg {
        margin: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .technologies .section-top-wp:before {
        width: 85%;
    }

    .section-top-left-side {
        padding-left: 0;
        padding-top: 0;
    }

    .projects-slider-container-wp {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .projects-slider-container-wp .slick-list {
        padding-left: 0;
    }

    .section-project-models-container {
        margin-top: 0;
    }

    .section-our-team {
        margin-top: 90px;
    }

    .section-lets-talk-right {
        width: 100%;
        padding-top: 60px;
        margin: 0;
    }

    .section-lets-talk-form {
        max-width: 600px;
        margin: 0 auto;
    }

    .section-project-models-image {
        display: none;
    }

    .our-team-block-title {
        min-width: 100%;
    }

    .our-team-block-wp {
        flex-wrap: wrap;
    }

    .our-team-block {
        width: 320px;
    }

    .projects-slider-slider-title {
        padding-left: 30px;
    }

    .projects-slider-container.main-glider-prev {
        /* left: 40% !important; */
        margin-left: -32px;
    }

    .projects-slider-container.main-glider-next {
        left: auto !important;
        /* right: 40%; */
        margin-right: -32px;
    }

    .projects-slider-container.main-glider-prev,
    .projects-slider-container.main-glider-next {
        width: 80px !important;
        height: 75px !important;
        top: 340px !important;
    }

    .section-project-models-container {
        /*background-image: url("../img/new/section-project-models-container-mobile.png");*/
        background-image: url("../img/new/section-project-models-container-mobile-768.svg");
        background-size: contain;
        padding-top: 287px;
        height: 1585px;
        background-position: center 0;
        padding-left: 150px;
    }

    .section-project-models-title {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 148px;
    }

    .social-header {
        display: none;
    }

    .contact-us-left {
        width: 100%;
    }

    .contact-us-right {
        width: 100%;
        margin-top: 40px;
    }

    .articles-slides-wp .main-glider-next {
        right: 40% !important;
    }
    .header-wp .navbar-wp li.active a:before {
        content: unset;
    }
    .our-team-block {
        margin-bottom: 80px;
    }
    .recommendation-slider-item {
        max-width: 100%;
    }
}

@media screen and (max-width: 889px) {
    .navbar-brand {
        margin-left: 0;
        left: 50vw;
        transform: translateX(-75%)
    }

    html:not([data-scroll='0']) .navbar-brand {
        left: 0;
        transform: none;
    }   
}

@media only screen and (max-width: 768px) {
    .dropdown_menu {
        padding-left: 12px;
    }
    .arrow-down-container {
        display: block;
    }
    .column-text {
        column-count: unset;
        column-gap: 40px;
    }  
    .dropdown:hover .dropdown-content {
        display: none;
    }
    .navbar-brand {
        left: 0;
        transform: none;
      }
      
    .navbar-collapse li:not(.dropdown_menu__item):last-of-type>a {
        display: none;
    }
    .navbar-brand {
        padding: 8px 15px 0 30px;
    }
    .about-us .section-top {
        min-height: 780px;
    }
    .navbar-top-menu .navbar-header {
        width: 100%;
    }
    .board-of-directors-img-wp {
        padding: 0 30px;
        justify-content: center;
    }
    .board-of-directors-img {
        width: 70%;
        margin-bottom: 70px;
    }
    .section-board-of-directors {
        padding: 50px;
    }
    .codein-mission-wp {
        width: 60%;
        margin: 0 auto 0 auto;
        padding: 65px 0;
        min-height: 625px;
        background-position: center bottom;
    }
    .section-about-us-wp {
        flex-wrap: wrap;
    }
    .about-us-left,
    .about-us-right {
        width: 100%;
        padding-bottom: 10px;
    }
    .navbar-toggle-mobile {
        display: block !important;
    }
    .navbar-toggle-mobile .contact-mobile-link {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: calc(100% + 10px);
        color: #fff;
        display: block;
        width: 100px;
        background-color: rgba(20,21,40,.6);
        border-radius: 15px;
        padding: 6px 8px;
    }
    .section-project-models-title {
        padding-left: 35px;
    }
    .header-wp .navbar-header {
        margin-right: 0;
    }
    .header-wp .navbar-wp .bs-navbar-collapse {
        padding: 0;
    }
    .header-wp .navbar-wp .container {
        width: 100%;
        padding: 0 15px;
    }
    .navbar-toggle .icon-bar {
        margin-bottom: 6px;
    }
    .header-wp .navbar-wp a {
        font-size: 18px;
        /* display: inline-block; */
    }
    .header-wp .main-panel-button a:before {
        content: " ";
        width: 1px;
        height: 169px;
        position: absolute;
        left: 38px;
        top: -38px;
        background: linear-gradient(180deg, rgba(28, 30, 58, 0) 0%, #1C1E3A 47.4%, rgba(28, 30, 58, 0) 97.92%);
        transform: matrix(0, -1, -1, 0, 0, 0);
    }
    .navbar-close {
        display: block;
    }
    .header-wp .bs-navbar-collapse .navbar-nav {
        padding-left: 15px;
    }
    .header-wp {
        width: 85%;
        max-width: 400px;
        height: 100vh;
        top: 0;
        right: 0;
        position: fixed;
        background-color: #121324;
        padding: 15px 25px 0 10px;
        border-radius: 0 0 0 20px;
    }
    .header-wp .navbar-wp li.active a:before {
        background: none;
    }
    .navbar .navbar-nav {
        border-top: none !important;
    }
    .bs-navbar-collapse .navbar-collapse li {
        width: 100%;
        padding: 12px 0;
    }

    .bs-navbar-collapse .navbar-collapse {
        z-index: 20 !important;
    }
    .navbar-header-mobile {
        padding: 30px 0 0 0;
    }
    .navbar-collapse {
        border: none;
        box-shadow: none;
    }
    .navbar-header-mobile {
        display: block;
    }
    .navbar-top-menu .navbar-collapse.collapse {
        display: block !important;
    }
    .header-wp {
        z-index: 9999;
        display: none;
    }
    .navbar-header-mobile {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 3;
    }
    .section-project-models-container-mobile {
        display: block;
        padding-top: 82px;
        padding-left: 70px;
    }
    .section-project-models-block-title {
        padding-bottom: 10px;
    }
    .section-our-team {
        padding-top: 80px;
    }
    .section-project-models-fixed-price {
        padding-bottom: 97px;
    }
    .section-project-models-hourly-rate {
        padding-bottom: 120px;
    }
    .section-project-models-waterfall-model {
        padding-bottom: 67px;
    }
    .section-recommendation-slider {
        padding-top: 100px;
    }
    .section-recommendation-title {
        text-align: center;
    }
    .recommendation-slider-item {
        height: 680px;
        padding: 0;
        margin-right: 0;
    }
    .recommendation-slider-quotes-img {
        left: 40px;
        top: -40px;
    }
    .recommendation-slider-item-left {
        width: 100%;
        padding: 40px 20px 0 20px;
    }
    .recommendation-slider-item-wp.slick-active .recommendation-slider-item {
        position: relative;
    }
    .recommendation-slider-item-right-wp {
        background: transparent;
    }
    .recommendation-slider-item-right {
        width: 100%;
        padding: 0 10px;
        background: rgba(9, 9, 18, 0.5);
        border-radius: 0 0 10px 10px;
        max-height: 120px;
        position: absolute;
        bottom: 0;
    }
    .recommendation-slider-item-right-wp {
        width: 100%;
    }
    .section-lets-talk-right {
        margin: 0;
    }
    .section-lets-talk-form {
        width: 90%;
        margin: 0 auto;
    }
    .section-deadlines-and-prices-wp {
        padding-right: 108px;
        padding-left: 26px;
    }
    .section-deadlines-and-prices-wp {
        width: 90%;
    }
    .section-lets-talk-text {
        padding: 25px;
    }
    .our-team-img {
        background-position: center;
    }
    .development-experience-text-wp {
        right: 41%;
    }
    .max-file-upload-text {
        text-align: center;
    }
    .widgets_wrapper .profile-feedback .views-row {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    .privacy-policy-link {
        width: 100%;
        text-align: center;
        padding-left: 0;
        margin-top: 15px
    }
    .breadcrumb-container ul {
		display: flex;
		flex-direction: column;
	}
	.breadcrumb-container li {
		margin-top: 10px;
	}
    .board-of-directors-title {
        font-size: 36px;
    }
    .our-team-block-title-2 {
        margin-bottom: 40px;
    }
    .chatra--mobile-widget {
        z-index: 9900 !important;
    }
    .div-table {
        flex-wrap: wrap;
    }
    .div-table-row {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-phone {
        display: block;
        padding-bottom: 20px;
    }
    .recommendation-slider-item {
        height: 100%;
    }
    .recommendation-slider-item-right {
        max-height: 200px;
        position: relative;
    }
    .section-deadlines-and-prices-widget {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .breadcrumb-container {
        padding: 0 30px;
        margin: 10px auto 10px auto;
    }
    .bottom-cookie-left {
        display: none;
    }
    .bottom-cookie-center {
        width: 100%;
    }
    .section-contact-us {
        padding-top: 130px;
    }

    .contact-us-left-title {
        font-size: 58px;
        margin-bottom: 20px;
    }
    .articles-slides-wp .main-glider-next {
        top: auto !important;
        bottom: 0;
    }
    .about-us-left p, .about-us-right p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .codein-mission-wp {
        width: 100%;
        background-image: url("../img/new/codein-mission-img-mobile.png");
        background-position: center bottom;
        min-height: 700px;
    }
    .section-codein-mission {
        padding: 0;
    }
    .codein-mission-title,
    .codein-mission-text {
        padding: 0 30px;
    }
    .section-about-us-wp {
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .our-team-block-wp {
        padding-top: 15px;
    }
    .board-of-directors-title {
        padding-top: 0;
    }
    .project-slide-img {
        width: 100%;
    }
    .project-slide-title {
        text-align: right;
    }
    .project-slide-img {
        background-position: center;
    }
    .mobile-only {
        display: block !important;
    }
    .section-top-left-side {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-lets-talk {
        padding-bottom: 50px;
    }
    .section-lets-talk-form {
        width: 100%;
    }
    .footer-wp {
        padding-right: 0;
        padding-left: 0;
    }
    .footer {
        padding: 100px 20px 0 20px;
        position: relative;
    }
    .footer:after {
        content: " ";
        position: absolute;
        width: 1px;
        left: 50%;
        margin-left: -0.5px;
        top: 20px;
        height: 73px;
        background: linear-gradient(180deg, rgba(89, 94, 199, 0) 0%, #6D73CF 100%);
    }
    .footer-logo {
        display: flex;
        justify-content: center;
        padding-top: 140px;
        position: relative;
    }
    .footer-logo:after {
        content: " ";
        position: absolute;
        width: 1px;
        left: 50%;
        margin-left: -0.5px;
        top: 20px;
        height: 73px;
        background: linear-gradient(180deg, rgba(89, 94, 199, 0) 0%, #6D73CF 100%);
    }

    .footer-phone {
        text-align: center;
    }

    .footer-mail {
        text-align: center;
    }

    .only-mobile {
        display: block;
    }
    .section-top-bg {
        padding-left: 0;
        padding-right: 0;
    }
    .section-top {
        background-image: url("../img/new/header-section-mobile.png");
        background-size: cover;
    }
    .projects-slider-container-wp {
        padding-left: 0;
        padding-right: 0;
    }
    .section-deadlines-and-prices-wp {
        padding-right: 0;
        padding-left: 25px;
        width: 97%;
    }
    .section-our-team {
        padding-top: 20px;
    }
    .section-project-models-container {
        padding-top: 252px;
        padding-left: 0;
    }
    .section-project-models-image-mobile {
        display: block;
    }
    .section-top-left-side h1 {
        font-size: 58px;
    }
    .fintech-vector-1 {
        width: 34px;
        height: 45px;
        background-image: url("../img/new/fintech-vector-1.svg");
        top: -22px;
        left: 30px;
    }
    .fintech-vector-2 {
        width: 253px;
        height: 110px;
        background-image: url("../img/new/fintech-vector-2.svg");
        background-position: -10px;
        left: 0;
        top: -28px;
    }
    .gambling-vector-1 {
        width: 50px;
        height: 50px;
        background-image: url("../img/new/gambling-vector-1.svg");
        left: 50%;
        top: -20px;
    }
    .gambling-vector-2 {
        width: 50px;
        height: 53px;
        background-image: url("../img/new/gambling-vector-3.svg");
        background-position: -10px;
        left: -5px;
        top: 20px;
    }
    .gambling-vector-3 {
        width: 108px;
        height: 53px;
        background-image: url("../img/new/gambling-vector-2.svg");
        right: -24px;
        top: 11px;
    }
    .cryptocurrency-vector-1 {
        width: 336px;
        height: 110px;
        background-image: url("../img/new/cryptocurrency-vector-1.svg");
        left: -21px;
        top: -26px;
    }
    .cryptocurrency-vector-2 {
        width: 41px;
        height: 41px;
        background-image: url("../img/new/cryptocurrency-vector-2.svg");
        right: 37%;
        top: -20px;
    }
    .cryptocurrency-vector-3 {
        width: 36px;
        height: 36px;
        background-image: url("../img/new/cryptocurrency-vector-3.svg");
        right: 34px;
        top: 58px;
    }
    .logistic-vector-1 {
        width: 335px;
        height: 104px;
        background-image: url("../img/new/logistic-vector-1.svg");
        left: -9px;
        top: 4px;
    }
    .logistic-vector-2 {
        width: 48px;
        height: 101px;
        background-image: url("../img/new/logistic-vector-2.svg");
        right: 48px;
        top: -11px;
    }
    .secutity-soft-vector-1 {
        width: 48px;
        height: 101px;
        background-image: url("../img/new/secutity-soft-vector-1.svg");
        right: 48px;
        top: -11px;
    }
    .secutity-soft-vector-2 {
        width: 55px;
        height: 55px;
        background-image: url("../img/new/secutity-soft-vector-2.svg");
        right: 37px;
        top: -24px;
    }
    .secutity-soft-vector-3 {
        width: 50px;
        height: 55px;
        background-image: url("../img/new/secutity-soft-vector-3.svg");
        left: 23px;
        top: -20px;
    }
    .secutity-soft-vector-4 {
        width: 48px;
        height: 48px;
        background-image: url("../img/new/secutity-soft-vector-4.svg");
        right: 26px;
        top: 47px;
    }
    .secutity-soft-vector-5 {
        width: 110px;
        height: 111px;
        background-image: url("../img/new/secutity-soft-vector-5.svg");
        left: 58px;
        top: -25px;
    }
    .section-bottom-item {
        width: 335px;
        height: 80px;
        justify-content: center;
        margin: 25px 0;
        background-position: left !important;
        background-color: #141528;
        border-radius: 10px;
    }
    .section-top {
        background-size: contain;
    }
    .section-bottom {
        width: 100%;
        padding: 45px 25px 0 25px;
        justify-content: center;
    }
    .section-bottom-fintech {
        background-image: url("../img/new/section-bottom-fintech-mobile.svg") !important;
    }
    .section-bottom-gambling {
        background-image: url("../img/new/section-bottom-gambling-mobile.svg") !important;
    }
    .section-bottom-cryptocurrency {
        background-image: url("../img/new/section-bottom-cryptocurrency-mobile.svg") !important;
    }

    .section-bottom-logistic {
        background-image: url("../img/new/section-bottom-logistic-mobile.svg") !important;
    }
    .section-bottom-secutity-soft {
        background-image: url("../img/new/section-bottom-secutity-soft-mobile.svg") !important;
    }
    .section-bottom-item {
        padding: 0 0 23px 24px;
    }
    .top-section-button {
        width: 320px;
        margin: 0 auto;
    }
    .development-experience-text-wp {
        top: 162px;
        left: 88px;
    }
    .development-experience-text-1 {
        font-size: 43px;
    }
    .development-experience-text-2 {
        font-size: 19px;
    }
    .projects-slider-slider-title {
        text-align: center;
        padding-top: 50px;
    }
    .projects-slider-container{
        padding-left: 20px;
    }
    .section-project-models-title {
        font-size: 45px;
        text-align: center;
        padding-left: 0;
    }
    .section-board-of-directors .main-glider-prev, .section-board-of-directors .main-glider-next {
        top: auto !important;
        bottom: 0 !important;
    }
    .section-board-of-directors .main-glider-prev {
        left: 38% !important;
    }
    .section-board-of-directors .main-glider-next {
        right: 38% !important;
    }
    .articles-slides-wp .main-glider-prev {
        left: 25% !important;
        top: auto !important;
        bottom: 0 !important;
    }
    .articles-slides-wp .main-glider-next {
        right: 25% !important;
        top: auto !important;
        bottom: 0 !important;
    }
    .footer-widgets-wp {
        margin: 0 auto;
        max-width: 300px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-widgets-wp div {
        margin-bottom: 10px;
    }
    .widget-upwork {
        margin-left: 40px !important;
    }
    .widget-good-firms {
        margin-left: 50px !important
    }
    .widget-clutch {
        margin-left: 30px !important
    }
    .location-wp {
        max-width: 200px;
        margin: 0 auto;
        padding-bottom: 50px;
    }
    .location-link span {
        font-size: 18px;
    }
    .location-link {
        padding: 50px 0 0 0;
        background-position: center -25px;
    }
    .footer-btm-bar {
        padding-bottom: 40px;
        display: flex;
        color: #8390BD;
        justify-content: center;
    }
    .footer {
        background: url("../img/new/footer-left-bg-mobile.svg") 10px bottom, url("../img/new/footer-right-bg.png") bottom right;
        background-repeat: no-repeat;
    }

    .technologies .section-top {
        background: url("../img/new/header-section-services.svg") 10% -500px no-repeat, url("../img/new/technologies-header-mobile.svg") 100% 100px no-repeat;
    }
}
@media only screen and (max-width: 464px) {
    .rec-glider-prev, .rec-glider-next {
        top: 275px; 
    }
}
@media only screen and (max-width: 425px) {
    .section-lets-talk-title {
        font-size: 40px;
    }
    .section-deadlines-and-prices-wp {
        font-size: 40px;
    }
    .contact-us-left-title {
        font-size: 40px;
    }
    .cryptocurrency-vector-1 {
        width: 351px;
        height: 110px;
        top: -20px;
    }
    .logistic-vector-2 {
        width: 53px;
        height: 109px;
        right: 48px;
        top: -10px;
    }
    .secutity-soft-vector-5 {
        height: 125px;
        top: -25px;
    }
    .section-top-left-side h1 {
        font-size: 40px;
    }
    .section-expertise-text h2,
    .technologies-text-wp.expertise-section h2 {
        font-size: 28px;
    }
    .section-expertise-text h3,
    .technologies-text-wp.expertise-section h3 {
        font-size: 22px;
    }
    .footer-phone {
        font-size: 37px;
    }
    .section-bottom-item {
        width: 100%;
        height: 86px;
        background-size: contain;
    }
    .development-experience-text-wp {
        width: 240px;
    }
    .section-project-models-container {
        height: 1310px;
    }

    .section-top {
        background-size: contain;
    }
    .project-slide {
        width: 135px;
    }

    .footer-mail {
        padding-bottom: 35px;
    }
    .recommendation-slider-item {
        max-width: 380px;
    }
    .our-team-block-title-2 {
        font-size: 26px;
    }
    .projects-slider-container.main-glider-next {
        right: 37%;
    }
    .projects-slider-container.main-glider-prev {
        left: 37% !important;
    }
    .footer-phone {
        font-size: 29px;
    }
    .section-board-of-directors .main-glider-prev {
        left: 34% !important;
    }
    .section-board-of-directors .main-glider-next {
        right: 34% !important;
    }
    .our-team-text-wp {
        padding: 0 20px 30px 20px;
    }
    .footer {
        background: url("../img/new/footer-left-bg-mobile.svg") -50px bottom, url("../img/new/footer-right-bg.png") bottom right;
        background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 375px) {
    .project-slide-title {
        text-align: center;
    }
    .contact-us-right {
        padding: 20px 17px;
    }
    .contact-us-left-number-style {
        width: 44px;
        padding: 9px;
        margin-right: 10px;
    }
    .contact-us-left-list-item-text {
        width: calc(100% - 60px);
    }
    .hire-me-cv-wp input {
        font-size: 13px;
    }
    .section-lets-talk-title {
        font-size: 37px;
        line-height: 44px;
    }
    .development-experience-text-wp {
        width: 225px;
    }
    .development-experience-text-2 {
        font-size: 18px;
    }
    .projects-slider-container.main-glider-prev {
        left: 30% !important;
    }
    .projects-slider-container.main-glider-next {
        right: 30%;
    }
    .section-project-models-title {
        font-size: 40px;
        padding-left: 8%;
    }
    .section-project-models-container {
        padding-top: 215px;
        height: 1145px;
    }
    .our-team-block-title,
    .section-recommendation-title,
    .projects-slider-slider-title,
    .section-deadlines-and-prices-wp {
        font-size: 38px;
    }
    .section-bottom-item {
        background-size: contain;
    }
    .section-recommendation-title {
        padding: 0 10px 70px 10px;
    }
    .project-slide-title {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 340px) {
    .section-board-of-directors .main-glider-prev {
        left: 25% !important;
    }
    .section-board-of-directors .main-glider-next {
        right: 25% !important;
    }
    .section-top-left-side h1 {
        font-size: 32px;
    }
    .section-expertise-text h2,
    .technologies-text-wp.expertise-section h2 {
        font-size: 24px;
    }
    .section-expertise-text h3,
    .technologies-text-wp.expertise-section h3 {
        font-size: 19px;
    }
    .section-bottom-item {
        margin: 18px 0;
    }
    .fintech-vector-1 {
        width: 34px;
        height: 45px;
        top: -14px;
        left: 30px;
    }

    .logistic-vector-1 {
        width: 262px;
        left: -6px;
        top: 9px;
    }
    .logistic-vector-2 {
        width: 48px;
        height: 79px;
        right: 48px;
        top: -1px;
    }
    .cryptocurrency-vector-1 {
        width: 290px;
        height: 90px;
        left: -15px;
        top: -18px;
    }

    .cryptocurrency-vector-2 {
        top: -12px;
    }

    .cryptocurrency-vector-3 {
        top: 52px;
    }
    .gambling-vector-1 {
        left: 50%;
        top: -13px;
    }
    .gambling-vector-3 {
        width: 89px;
        height: 53px;
        right: -18px;
        top: 11px;
    }

    .secutity-soft-vector-2 {
        right: 36px;
        top: -16px;
    }

    .secutity-soft-vector-3 {
        top: -14px;
    }

    .secutity-soft-vector-4 {
        top: 39px;
    }

    .secutity-soft-vector-5 {
        width: 86px;
        height: 96px;
        left: 58px;
        top: -12px;
    }

    .our-team-block-title,
    .section-recommendation-title,
    .projects-slider-slider-title,
    .section-deadlines-and-prices-wp {
        font-size: 36px;
    }
    .our-team-block-title-2 {
        font-size: 26px;
    }
    .our-team-block-wp {
        padding-top: 20px;
    }
    .section-project-models-title {
        font-size: 38px;
        padding-left: 0;
    }
    .section-project-models-container {
        height: 1000px;
        padding-top: 192px;
    }
    .recommendation-slider-item {
        max-width: 290px;
    }
    .section-deadlines-and-prices-wp {
        width: 95%;
    }
    .location-link span {
        font-size: 18px;
    }
    .footer-phone {
        font-size: 35px;
    }
}

.no-text-decor {
    text-decoration: none !important;
}
.no-text-decor:hover {
    text-decoration: none !important;
}
#contact-form, #cv-form, footer-contact-form {
    margin-bottom: 20px;
}
#fileSendListFooter, #fileSendList, #fileSendListCV, #fileSendListFooter2 {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #7d32ff;
}

/* .background-hover0, .other-pages .background-hover0 {
    background: url('/img/new/header-section.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
}
.background-hover2, .other-pages .background-hover2 {
    background: url('/img/new/header-section2.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
}
.background-hover3, .other-pages .background-hover3 {
    background: url('/img/new/header-section3.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
}
.background-hover4, .other-pages .background-hover4 {
    background: url('/img/new/header-section4.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
}
.background-hover5, .other-pages .background-hover5 {
    background: url('/img/new/header-section5.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
}
.background-hover6, .other-pages .background-hover6 {
    background: url('/img/new/header-section6.png') no-repeat, url('/img/new/grid.png') no-repeat !important;
} */