@font-face {
    font-family: "FS-bold";
    src: url("../fonts/FedraSansProBold.otf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OS-bold";
    src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OS-semibold";
    src: url("../fonts/os-semibold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OS-extra";
    src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OS-regular";
    src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

.scheme-wrapper img {
    max-width: 100%;
    margin-bottom: 20px;
}

.enable-cm .cookie-mess-wrap {
    display: block;
}

.show-cm .cookie-mess-wrap {
    transform: none;
}

.enable-yes + .en-address {
    display: block !important;
    margin-top: -50px;
    margin-bottom: 30px;
}

.cookie-mess-wrap {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: none;
    left: 0;
    background-color: #2f4f91;
    color: #fff;
    z-index: 99999999999;
    line-height: 1.6;
    padding: 28px 0;
    transition: .5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, .4);
    transform: translateY(105%);
}

.cookie-mess-text-wrap {
    font-family: "OS-regular";
    font-size: 15px;
    color: #c1cbde;
    max-width: 840px;
    width: calc(100% - 230px);
    float: left;
}

.cookie-mess-btn {
    float: right;
    width: 230px;
    text-align: right;
}

.cookie-mess-text-wrap a {
    color: #fff;
    text-decoration: underline;
}

.cookie-mess-text-wrap a:hover {
    color: #58aeed;
}

.cookie-mess-title {
    font-size: 16px;
    font-family: "FS-bold";
    color: #fff;
    margin-bottom: 4px;
}

.cookie-btn {
    display: inline-block;
    font-family: "OS-bold";
    font-size: 15px;
    padding: 13px 30px;
    cursor: pointer;
    background: #fff;
    color: #000;
    margin-top: 14px;
}

.cookie-btn:hover {
    background-color: #17293e;
    color: #fff;
}

ul {
    list-style-image: url(../img/list-marker.png);
}

a {
    color: #58aeed;
}

.hidden-s1 {
    opacity: 0;
    visibility: hidden;
}

html, body, .wrapper {
    height: 100%;
}

body {
    color: #000e17;
    font: 16px/1.5 "OS-regular";
    background-color: #fff;
    overflow-x: hidden;
}

.reset-ul, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.burger p {
    margin: 0;
}

.gall-t-c {
    font: 14px/1.7 "OS-regular";
    padding-top: 10px;
}

.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 392px;
    /*padding-top: 98px;*/
}

.transition, .socials path, .socials rect, .work-plus:after, .work-plus:before, .pag-arrow > a, .text-wrap a, .button:after, .scheme-list > li:after, .sceme-link > span:after, .sceme-link > span:before, .stwa0, .footer-btn:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transition3, .toggle-button:after, .toggle-button:before, .menu a:after, .blog-nav > li > a, .blog-nav > li > a:after, .news-link:after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.c-center, .work-plus:after, .work-plus:before, .sceme-link > span:after, .sceme-link > span:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.c-full, .toggle-button:after, .toggle-button:before, .work-overlay-2:after,
.work-overlay:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.c-hidden, .menu a:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.c-after, .menu a, .tech-slider .owl-dots:after,
.index-slider-2 .owl-dots:after, .blog-nav > li > a, .pag-arrow > a {
    position: relative;
}

.c-after:after, .menu a:after, .tech-slider .owl-dots:after,
.index-slider-2 .owl-dots:after, .blog-nav > li > a:after, .pag-arrow > a:after,
.after,
.toggle-button:after,
.toggle-button:before,
.work-plus:after,
.work-plus:before,
.blog-nav > li > a:before,
.tech-slider:before,
.history-marker:after,
.history-marker:before,
.sceme-link > span:after,
.sceme-link > span:before {
    content: '';
    display: block;
    position: absolute;
}

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

.tdn, .menu a, .blog-nav > li > a, .pag-num > a, .text-wrap a, .footer-contacts a:hover, .footer-contacts .phone > a {
    text-decoration: none;
}

.tdn:focus, .menu a:focus, .blog-nav > li > a:focus, .pag-num > a:focus, .text-wrap a:focus, .footer-contacts a:focus:hover, .footer-contacts .phone > a:focus, .tdn:hover, .menu a:hover, .blog-nav > li > a:hover, .pag-num > a:hover, .text-wrap a:hover, .footer-contacts a:hover {
    text-decoration: none;
    outline: none;
}

.phone p {
    margin-bottom: 0;
}

.en-min-address {
    max-width: 157px;
    font-size: 11px;
    margin-top: -50px;
    margin-bottom: 50px;
}

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

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.phone {
    white-space: nowrap;
}

.socials > li {
    display: inline-block;
    vertical-align: top;
    margin: 8px;
}

.socials > li > a {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.socials path,
.socials rect {
    fill: #00243c;
}

address {
    margin-bottom: 0;
}

.burger {
    font: 14px/20px "OS-bold";
    cursor: pointer;
    padding: 10px;
    z-index: 1010;
}

.toggle-button {
    width: 24px;
    height: 3px;
    background-color: #000;
    position: relative;
    margin-right: 15px;
}

.toggle-button:after, .toggle-button:before {
    background-color: inherit;
}

.toggle-button:after {
    top: -8px;
}

.toggle-button:before {
    top: 8px;
}

header {
    padding: 10px 50px 10px 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    height: 98px;
    z-index: 30000;
}

.menu a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
}

.menu a:after {
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.menu > li {
    margin: 12px 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
}

.menu > li > a {
    font: 20px/1.5 "FS-bold";
    text-transform: uppercase;
}

.menu > li > a:after {
    height: 3px;
}

.menu ul {
    margin: -10px 0 33px;
}

.menu ul > li {
    margin-bottom: 10px;
}

.menu a:hover:after,
.menu li.active > a:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.has-menu > a {
    color: #808080;
    cursor: default;
}

.has-menu > a:after {
    display: none;
}

.show-menu .menu-wrap {
    left: 0;
}

.menu-overalay {
    position: fixed;
    z-index: 995;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
    transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
}

.show-menu .menu-overalay {
    opacity: .5;
    visibility: visible;
}

.show-menu .burger span {
    color: #fff;
}

.show-menu .toggle-button {
    background-color: #00243c;
}

.show-menu .toggle-button:after {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.show-menu .toggle-button:before {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.close-cookie-wrap {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.close-cookie-wrap:hover:before,
.close-cookie-wrap:hover:after {
    background-color: #fff;
}

.close-cookie-wrap:before,
.close-cookie-wrap:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #c2c2c2;
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
}

.close-cookie-wrap:after {
    transform: rotate(45deg);
}

.close-cookie-wrap:before {
    transform: rotate(-45deg);
}

.privacy-policy {
    margin-top: 20px;
}

.privacy-policy input.error ~ .policy-error {
    display: block;
}

.policy-error {
    display: none;
    color: red;
    margin: -5px 0 5px;
}

.privacy-policy label {
    cursor: pointer;
    margin-bottom: 0;
}

.privacy-policy input {
    width: 15px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.show-menu .toggle-button:after, .show-menu .toggle-button:before {
    background-color: #fff;
}

.menu-wrap {
    position: fixed;
    padding: 70px 10px 5px;
    height: 100vh;
    width: 410px;
    overflow-y: auto;
    left: -415px;
    top: 0;
    background-color: #00243c;
    z-index: 1000;
    -webkit-transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
    transition: 0.5s cubic-bezier(0.75, 0.02, 0.33, 1);
}

.scroll-head .logo > img {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
}

.scroll-head header {
    height: 38px;
    padding: 5px 50px 5px 40px;
}

.scroll-head.about-page .burger {
    color: #000;
}

.scroll-head.about-page .toggle-button {
    background-color: #000;
}

.scroll-head.about-page .cur-lang {
    border-bottom-color: #000;
    color: #000;
}

.scroll-head.about-page .cur-lang:after {
    border-top-color: #000;
}

.langs-wrap {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}

.desktop .langs-wrap:hover .langs {
    opacity: 1;
    visibility: visible;
}

.show-menu .burger-descr2 {
    opacity: 1;
}

.show-menu .burger-descr1 {
    opacity: 0;
}

.burger-descr2 {
    position: absolute;
    left: 90px;
    opacity: 0;
}

.show-lang.langs-wrap .langs {
    opacity: 1 !important;
    visibility: visible !important;
}

.langs {
    width: 100%;
    background-color: #00243c;
    margin-top: -2px;
}

.langs > a {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.langs > a:hover {
    text-decoration: none;
    background-color: #58aeed;
}

.cur-lang {
    border-bottom: 2px solid #000;
    padding: 0 18px 0 7px;
    cursor: default;
}

.cur-lang:after {
    border: 3px solid transparent;
    border-top: 3px solid #000;
    right: 3px;
    top: 7px;
}

.huge-title {
    font: 80px/1.5 "FS-bold";
}

.section-1 {
    height: 100vh;
    max-height: 1975px;
    min-height: 700px;
    margin-top: -98px;
    padding-top: 158px;
    overflow: hidden;
    position: relative;
}

.index-slide {
    height: 75vh;
    max-height: 740px;
    min-height: 532px;
    min-width: 414px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.index-slider {
    float: right;
    background-color: #fff;
}

.section-2 {
    background-color: #ebecf0;
    overflow: hidden;
    padding: 43px 0 80px;
}

.section-2 .huge-title,
.section-2 .section-2-text {
    position: relative;
    z-index: 30;
}

.section-2 .huge-title {
    margin-bottom: 710px;
}

.section-2 .c-center, .section-2 .work-plus:after, .section-2 .work-plus:before, .section-2 .sceme-link > span:after, .section-2 .sceme-link > span:before {
    margin-top: 90px;
}

.section-2-text {
    max-width: 44%;
    line-height: 2em;
}

.see-more {
    font: 24px/1.1 "OS-bold";
    padding-right: 170px;
    display: inline-block;
    color: #000e17;
}

.see-more:focus {
    color: #000e17;
}

.see-more:hover {
    text-decoration: none;
    color: #58aeed;
}

.see-more:hover:after {
    background-position: 0 -24px;
}

.see-more:after {
    width: 136px;
    height: 11px;
    background-image: url(../img/sprite.png);
    right: 0;
    top: 10px;
}

.index-slider {
    -webkit-box-shadow: 0 13px 80px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 13px 80px 0 rgba(0, 0, 0, 0.5);
}

.index-slider:after {
    width: 60%;
    height: 53%;
    background: url(../img/bg-dotted.png) no-repeat center;
    background-size: contain;
    top: -6%;
    right: -26%;
    z-index: -1;
}

.num-1-wrap {
    padding-top: 120px;
    position: relative;
}

.num-img {
    position: absolute;
    top: -43px;
    left: 290px;
    z-index: -1;
}

.move-down {
    position: absolute;
    width: 35px;
    height: 48px;
    background: url(../img/sprite.png) 0 -36px;
    left: 50px;
    bottom: 90px;
    cursor: pointer;
}

body div.animate-arrow {
    -webkit-animation: UpDown 1s ease-in-out 0s infinite alternate;
    animation: UpDown 1s ease-in-out 0s infinite alternate;
    -webkit-animation-name: UpDown !important;
    animation-name: UpDown !important;
}

@-webkit-keyframes UpDown {
    from {
        bottom: 90px;
    }
    to {
        bottom: 45px;
    }
}

@keyframes UpDown {
    from {
        bottom: 90px;
    }
    to {
        bottom: 45px;
    }
}

.header-soc {
    position: absolute;
    bottom: 65px;
    right: 40px;
}

.header-soc > li {
    display: block;
    margin: 15px 8px;
}

.tech-slider,
.index-slider-2 {
    margin-top: 88px;
}

.tech-slider .owl-dots:after,
.index-slider-2 .owl-dots:after {
    width: 150%;
    top: -1px;
    left: 0;
    height: 1px;
    background-color: #808080;
}

.tech-slider .owl-dot,
.index-slider-2 .owl-dot {
    width: 11px;
    height: 11px;
    background-color: #afb0b3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 20px 5px 0;
}

.tech-slider .owl-dot.active,
.index-slider-2 .owl-dot.active {
    background-color: #808080;
}

.tech-slider .owl-dots,
.index-slider-2 .owl-dots {
    padding-top: 25px;
    position: relative;
}

.index-slide-2 {
    font: 18px/1.5 "OS-bold";
    text-transform: uppercase;
    padding-bottom: 20px;
    padding-right: 20px;
}

.index-slider .index-slide > img {
    display: none;
}

.sc1-col-left {
    padding-right: 0;
}

.sc1-col-right {
    padding-left: 0;
}

.proud .col-12 {
    padding: 0;
    overflow: hidden;
}

.proud .col-12:nth-child(even) {
    top: -18%;
}

.proud-title .col-12 {
    overflow: visible;
}

.proud-title {
    position: relative;
    z-index: 11;
    -webkit-transform: translateY(137%);
    -ms-transform: translateY(137%);
    transform: translateY(137%);
    opacity: .75;
    text-transform: uppercase;
}

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

.proud .huge-title {
    color: #fff;
}

.proud .img-fluid {
    width: 100%;
}

.work-text {
    position: absolute;
    z-index: 60;
}

.work-text > span {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 60;
    font: 48px/1.5 "FS-bold";
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
}

.see-more2 {
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
    margin-top: 20px;
}

.see-more2:hover {
    color: #fff;
}

.see-more2:after {
    background-position: 0 -12px !important;
}

.work-overlay-2,
.work-overlay {
    position: absolute;
    width: 17%;
    height: 18%;
    background-color: #3ba0ea;
    top: 0;
    left: 0;
}

.work-overlay-2:after,
.work-overlay:after {
    background-color: inherit;
    -webkit-transition: all 0.5s cubic-bezier(0.41, 0.02, 0.5, 1);
    transition: all 0.5s cubic-bezier(0.41, 0.02, 0.5, 1);
    z-index: 10;
}

.show-work-o .see-more2 {
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.show-work-o .work-overlay-2 .see-more2,
.show-work-o .work-overlay-2 + span,
.show-work-o .work-overlay .see-more2,
.show-work-o .work-overlay + span {
    -webkit-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.show-work-o .work-overlay-2:after,
.show-work-o .work-overlay:after {
    width: 1000%;
    height: 1000%;
}

.show-work-o .work-overlay-2 .work-plus:before,
.show-work-o .work-overlay .work-plus:before {
    height: 0.1%;
}

.work-overlay-2 {
    width: 145px;
    height: 145px;
}

.work-plus {
    width: 35%;
    height: 35%;
    cursor: pointer;
    z-index: 20;
}

.work-plus:after, .work-plus:before {
    background-color: #fff;
}

.work-plus:after {
    width: 100%;
    height: 2px;
}

.work-plus:before {
    height: 100%;
    width: 2px;
}

.section-7 {
    padding: 60px 15px 90px;
}

.section-7 .huge-title {
    margin-bottom: 75px;
}

.to-portfolio-wrap .logo-label {
    width: 130px;
    height: 130px !important;
}

.brend {
    height: 200px;
    background-color: #ebecf0;
    border: 1px solid #ebecf0;
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.brend > img {
    max-width: 75%;
    max-height: 75%;
}

.brend:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.logo-label {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #00243c;
}

.to-portfolio {
    background-color: #ebecf0;
}

.to-portfolio:hover {
    background-color: #58aeed;
}

.to-portfolio:hover .see-more {
    color: #fff;
}

.to-portfolio:hover .see-more:after {
    background-position: 0 -12px;
}

.to-portfolio .text-center {
    width: 100%;
}

.logo-min {
    max-width: 80%;
    max-height: 80%;
}

.logo > img {
    width: 130px;

}

.rewards {
    background: url(../img/content/rewards-min.png) no-repeat bottom left;
    padding: 110px 15px 200px;
}

.rewards .huge-title {
    max-width: 650px;
    position: relative;
}

.rewards .huge-title:after {
    width: 309px;
    height: 425px;
    background: url(../img/rewards-bg-2.png) no-repeat;
    right: 50px;
    bottom: -50px;
    z-index: -1;
}

.success {
    background-color: #00243c;
    color: #fff;
    padding: 110px 0 100px;
}

.success .huge-title {
    margin-bottom: 50px;
}

.success-nav {
    counter-reset: heading;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.success-nav > div {
    cursor: pointer;
}

.success-nav > div:after {
    counter-increment: heading;
    content: ".0" counter(heading) "";
    font: 18px/1.5 "FS-bold";
    color: #808080;
}

.min-title {
    font: 24px/1.4 "FS-bold";
}

.success-nav > div:hover:after {
    color: #fff;
}

.success-nav > div.active:after {
    font-size: 36px;
    color: #fff;
}

.success-slider .row {
    margin: 0;
}

.success-text {
    line-height: 2;
}

.success-text .min-title {
    margin-bottom: 20px;
}

.success-col {
    padding-right: 35px;
}

.tech-items {
    -webkit-box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 100px rgba(0, 0, 0, 0.1);
}

.tech-item {
    position: relative;
    min-height: 755px;
}

.success-text {
    padding-left: 55px;
}

.section-3 {
    padding: 70px 15px 140px;
}

.section-3 .huge-title {
    padding-left: 115px;
    margin-bottom: 70px;
}

.tech-items-col {
    padding-left: 50px;
}

.tech-title {
    position: relative;
    z-index: 20;
    font: 18px/1.5 "OS-bold";
    cursor: pointer;
}

.tech-title.active, .tech-title:hover {
    color: #58aeed;
}

.tech-title > span {
    display: inline-block;
    background-color: #fff;
    padding: 15px 24px;
}

.tech-titles {
    position: relative;
}

.tech-titles-col {
    padding: 0;
}

.swim-line {
    position: absolute;
    top: 29px;
    right: -51px;
    height: 1px;
    width: 100vw;
    background-color: #58aeed;
}

.blog-nav {
    margin-bottom: 55px;
    padding-top: 35px;
}

.blog-nav > li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px 10px;
    overflow: hidden;
}

.blog-nav > li > a {
    display: block;
    width: auto;
    padding: 14px 10px;
    font: 12px/1.5 "OS-regular";
    text-transform: uppercase;
    color: #afb0b3;
}

.blog-nav > li > a:before {
    width: 100%;
    height: 2px;
    background-color: #afb0b3;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.blog-nav > li > a:after {
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    background-color: #00243c;
    z-index: -1;
}

.blog-nav .active > a,
.blog-nav a:hover {
    color: white !important;
}

.blog-nav .active > a:after,
.blog-nav a:hover:after {
    height: 100%;
}

section.container {
    padding-top: 40px;
}

.news-img {
    width: 225px;
    height: 225px;
    float: right;
    overflow: hidden;
}

.news-link {
    color: #000;
    padding-bottom: 36px;
    display: block;
    border-bottom: 1px solid #ebecf0;
    margin-bottom: 35px;
}

.news-link:after {
    width: 0;
    height: 1px;
    background-color: #58aeed;
    bottom: -1px;
    left: 0;
}

.news-link:focus, .news-link:hover {
    color: #000;
}

.news-link:hover:after {
    width: 100%;
}

.news-link:hover .news-title {
    color: #58aeed;
}

.news-text {
    float: left;
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    padding-top: 55px;
    line-height: 1.9;
}

.news-text > time {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.news-links-row > .col-12:first-child {
    padding-right: 45px;
}

.news-links-row > .col-12:last-child {
    padding-left: 45px;
}

.news-title {
    font: 26px/1.5 "FS-bold";
    margin-bottom: 25px;
}

.news-links-wrap {
    margin-bottom: 40px;
}

.pagination-new > li {
    display: inline-block;
    margin: 3px 2px;
    vertical-align: middle;
}

.pagination-col {
    margin: 40px 0 75px;
}

.pag-num > a {
    display: block;
    padding: 2px 7px;
    color: #afb0b3;
    font: 18px/1.5 "OS-bold";
}

.pag-num > a:hover {
    color: #000;
}

.pag-num.active > a {
    color: #000;
    font-size: 24px;
    cursor: default;
    position: relative;
    top: -2.5px;
}

.pag-arrow > a {
    display: block;
    padding: 4px 2px;
    opacity: .3;
}

.pag-arrow > a:after {
    position: relative;
    width: 136px;
    height: 11px;
    background: url(../img/sprite.png);
}

.pag-arrow > a:hover {
    opacity: 1;
}

.pag-arrow.pag-prev > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pag-arrow.pag-prev {
    margin-right: 40px;
}

.pag-arrow.pag-next {
    margin-left: 40px;
}

.pag-arrow.disabled {
    cursor: not-allowed;
}

.pag-arrow.disabled > a {
    opacity: .3;
}

.blog-inner time {
    font-size: 14px;
    margin-bottom: 24px;
    display: block;
}

.text-wrap {
    line-height: 2;
    padding-bottom: 50px;
}

.text-wrap p {
    margin-bottom: 20px;
}

.text-wrap img {
    max-width: 100%;
    height: auto !important;
}

.text-wrap a {
    border-bottom: 2px solid #58aeed;
}

.text-wrap a:hover {
    color: #58aeed;
    border-color: #fff;
}

.side-left {
    padding-right: 10px;
}

.side-right {
    padding-left: 70px;
}

.cs-img {
    width: 100%;
    position: relative;
    display: inline-block;
}

.cs-img > div {
    font: 100px/66px "FS-bold";
    position: absolute;
    bottom: 0;
    right: 20px;
    color: #fff;
    opacity: .4;
    text-shadow: 0 0 35px rgba(0, 0, 0, 0.28);
}

.cs-min-title {
    font-family: "FS-bold";
    margin-bottom: 10px;
}

.cs-min-title > p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "FS-bold";
}

.news-nav {
    position: relative;
    margin-bottom: 80px;
}

.news-all {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 2px solid #58aeed;
}

.news-all:hover {
    border-bottom-color: white;
    color: #000;
}

.news-arrow {
    font: 18px/1.5 "FS-bold";
    color: #000;
    opacity: .4;
}

.news-arrow:hover {
    color: #000;
    opacity: 1;
}

.news-arrow > span {
    width: 54px;
    height: 8px;
    background-image: url(../img/sprite.png);
    display: inline-block;
}

.news-prev > span {
    background-position: -39px -39px;
    margin-right: 16px;
}

.news-next > span {
    background-position: -39px -48px;
    margin-left: 16px;
}

.error-page {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    padding-top: 70px;
    height: 800px;
}

.thanks-block > a,
.error-page > a {
    color: #000;
    font-family: "OS-bold";
    margin-top: 165px;
    display: inline-block;
    position: relative;
    z-index: 30;
}

.thanks-block > a:hover,
.error-page > a:hover {
    color: #58aeed;
}

.thanks-block > a:hover:after,
.error-page > a:hover:after {
    background-position: 0 -24px;
    opacity: 1;
}

.thanks-block > a:after,
.error-page > a:after {
    position: relative;
    width: 136px;
    height: 11px;
    background-image: url(../img/sprite.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .4;
    margin-top: 11px;
}

.error-bg {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.error-text {
    font-size: 18px;
    margin-top: 10px;
    position: relative;
}

.error-text > span {
    position: absolute;
}

.et-one {
    top: 30px;
}

.et-two {
    bottom: 33px;
}

.tech-slider {
    max-width: 490px;
    margin: 0 auto 60px;
}

.tech-head .huge-title {
    margin-bottom: 40px;
}

.tech-text {
    line-height: 34px;
    padding-right: 40px;
    padding: 80px 40px 50px 15px;
}

.tech-slider .owl-dots {
    text-align: center;
}

.tech-slider .owl-dots:after {
    display: none;
}

.tech-slider .owl-dot {
    margin: 0 10px 5px;
}

.tech-slider:before {
    -webkit-box-shadow: 0 13px 80px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 13px 80px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 93%;
    top: 0;
    left: 0;
}

.fixed-bg-block {
    padding: 130px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.fixed-text {
    display: inline-block;
    padding-left: 10%;
}

.examples-grid {
    position: relative;
    height: 850px;
    margin: 30px 0 20px;
}

.wh-25-50 {
    height: 50%;
}

.wh-25-100 {
    height: 100%;
}

.grid-link {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    width: 25%;
}

.grid-link:hover .grid-img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.grid-link-2 {
    left: 25%;
    top: 0;
}

.grid-link-3 {
    top: 50%;
}

.grid-link-4 {
    left: 25%;
    top: 50%;
}

.grid-link-5 {
    left: 50%;
}

.grid-link-6 {
    left: 75%;
}

.grid-link-7 {
    top: 50%;
    left: 75%;
}

.grid-img {
    position: absolute;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.tech-nav {
    padding: 30px 30px 15px;
}

.tech-nav > a {
    margin-bottom: 15px;
    max-width: 46%;
}

.see-more.see-more-left {
    padding-right: 0;
    padding-left: 170px;
}

.see-more.see-more-left:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cooperation-wrap {
    background: url(../img/content/cooperation.jpg) center/cover no-repeat;
    background-attachment: fixed;
}

.examples-wrap {
    padding-top: 70px;
}

.fancybox-overlay {
    z-index: 80010;
}

.fancybox-opened {
    z-index: 80300;
}

.cooperation-wrap {
    padding: 148px 0 128px;
}

.cooperation {
    background-color: #e6e5e9;
    color: #000e17;
    max-width: 494px;
    padding: 115px 86px 40px;
    float: right;
    margin-right: 90px;
    line-height: 30px;
}

.cooperation:after {
    top: -50px;
    left: 86px;
    width: 124px;
    height: 124px;
    background: #00243c url(../img/logo-min.png) center no-repeat;
}

.cooperation .button {
    margin-top: 22px;
}

.button {
    border-bottom: 2px solid #00243c;
    color: #fff;
    padding: 7px 32px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}

.button > span {
    position: relative;
    z-index: 10;
}

.button:after {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    height: 100%;
    background-color: #00243c;
}

.button:focus:hover, .button:hover {
    color: #00243c;
}

.button:focus:hover:after, .button:hover:after {
    height: 0;
}

.button:focus {
    color: #fff;
}

.about-slider {
    position: relative;
    color: #fff;
}

.about-slide {
    height: 100vh;
    position: relative;
}

.abs-1-text-wrap {
    position: absolute;
    padding: 0 15px 20px;
}

.abs-1-text {
    max-width: 480px;
    line-height: 35px;
}

.active .abs-1-text {
    -webkit-transition: all .7s ease-out .5s;
    transition: all .7s ease-out .5s
}

.about-page .toggle-button {
    background-color: #fff;
}

.about-page .burger {
    color: #fff;
}

.owl-item .abs-1-text {
    line-height: 27px;
}

.about-page .cur-lang {
    border-bottom-color: #fff;
    color: #fff;
}

.about-page .cur-lang:after {
    border-top-color: #fff;
}

.about-page.show-menu .toggle-button {
    background-color: #00243c;
}

.abs-container {
    height: 100%;
}

.abs-text-block {
    display: inline-block;
    padding-left: 81px;
    position: absolute;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.abs-text-block img {
    max-width: 75px;
    width: auto !important;
    position: absolute;
    left: 0;
    top: 45px;
}

.abs-text-block .huge-title > span {
    font: 16px "OS-regular";
}

/*.abs-2 .abs-text-block {
  left: 15px;
  bottom: 21vh; }*/
.abs-2 .abs-text-block {
    right: 15px;
    bottom: 16vh;
}

.abs-3 .abs-text-block {
    left: 0;
    bottom: 16vh;
}

.abs-4 .abs-text-block {
    left: 15px;
    top: 16vh;
}


    @media (max-height: 400px) {
        .abs-1 .abs-1-text-wrap {
            top: 30px !important;
    }
        .welcome-slider-h1{
            font-size: 40px !important;
        }
        .welcome-slider-text-title{
            font-size: 18px !important;
        }
        .owl-item .abs-1-text{
            line-height: 20px !important;
        }
}
/*.abs-4 .abs-text-block {
  left: 0;
  bottom: 16vh;
}*/

.abs-5 .abs-text-block {
    right: 32%;
    top: 18vh;
}

.abs-6 .abs-text-block {
    left: 0;
    bottom: 45%;
}

.abs-7 .abs-text-block {
    right: 0;
    bottom: 45%;
}

.abs-1 h1,
.abs-1 .welcome-slider-text-title,
.abs-1-text,
.abs-1 .huge-title {
    -webkit-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.owl-item.active .abs-text-block,
.owl-item.active .abs-1 .huge-title,
.owl-item.active .abs-1 h1 {
    -webkit-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s;
}

.owl-item.active .abs-text-block,
.owl-item.active .abs-1 .huge-title,
.owl-item.active .abs-1 .welcome-slider-text-title {
    -webkit-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s;
}


.owl-item.active .abs-text-block,
.owl-item.active .abs-1-text,
.owl-item.active .abs-1 .huge-title,
.owl-item.active .abs-1 h1,
.owl-item.active .abs-1 .welcome-slider-text-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.about-slider .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.about-slider .owl-dot {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 7px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    opacity: .3;
}

.about-slider .owl-dot.active {
    opacity: .7;
}

.history-date-wrap {
    position: relative;
}

.history-date {
    font: 417px/370px "FS-bold";
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.18) 0px 0px 35px;
}

.history-text {
    max-width: 990px;
    margin: 0 auto;
    line-height: 1.9;
    position: relative;
    z-index: 30;
}

.history-text p {
    margin-bottom: 30px;
}

.history-marker {
    position: absolute;
    z-index: 10;
    font: 18px/1.5 "FS-bold";
    color: #00243c;
    width: 764px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 55%;
}

.history-marker:after, .history-marker:before {
    width: 41%;
    height: 1px;
    background-color: #00243c;
    top: 55%;
}

.history-marker:before {
    right: 0;
}

.history-slider-wrap > .row {
    max-width: 100%;
    margin: 0;
}

.history-dates {
    margin-top: 25px;
    margin-bottom: 10px;
}

.history-slider {
    margin-top: -50px;
}

.history-dates > span:last-child,
.history-slider .owl-dots {
    display: none !important;
}

.history-slider-wrap {
    padding: 35px 0 0;
}

.history-slider-wrap .owl-dots > span {
    width: 7px;
    height: 2px;
    background-color: #afb0b3;
    display: inline-block;
    position: relative;
    top: -3px;
}

.history-slider-wrap .owl-dot {
    font: 18px/1.2 "FS-bold";
    padding: 2px 9px 4px;
    margin: 0 7px 20px;
    color: #afb0b3;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.history-slider-wrap .owl-dot:hover {
    color: #00243c;
}

.history-slider-wrap .owl-dot.active {
    color: #fff;
    background-color: #00243c;
}

.geography-map {
    max-width: 1450px;
    margin: 80px auto 20px;
    position: relative;
}

.geography-map > img {
    max-width: 100%;
}

.geography-img-2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.g-marker-wrap {
    position: absolute;
}

.g-marker {
    width: 22px;
    height: 22px;
    background-color: #00243c;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 20;
}

.g-tooltip {
    position: absolute;
    background-color: #fff;
    font: 16px/26px "FS-bold";
    padding: 17px 28px 15px;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

.g-tooltip > img {
    max-width: 50px;
    max-height: 25px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.g-tooltip:after {
    width: 30px;
    height: 20px;
    background-image: url(../img/triangle.png);
    top: 100%;
    left: 50%;
    margin-left: -15px;
}

.show-marker .g-tooltip {
    opacity: 1;
    visibility: visible;
}

.country {
    padding-right: 13px;
}

.close-marker {
    background-image: url(../img/sprite.png);
    background-position: -97px -42px;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.gmarker-1 {
    top: 34%;
    left: 15%;
}

.gmarker-2 {
    top: 48%;
    left: 17%;
}

.gmarker-3 {
    top: 46%;
    left: 47%;
}

.gmarker-4 {
    top: 41%;
    left: 46%;
}

.gmarker-5 {
    top: 47.3%;
    left: 47.8%;
}

.gmarker-6 {
    top: 45.7%;
    left: 51%;
}

.gmarker-17 {
    top: 28%;
    left: 52%;
}

.gmarker-19 {
    top: 24%;
    left: 47.5%;
}

.gmarker-20 {
    top: 24%;
    left: 49%;
}

.gmarker-7 {
    top: 41%;
    left: 54%;
}

.gmarker-8 {
    top: 44%;
    left: 55.4%;
}

.gmarker-9 {
    top: 37%;
    left: 53%;
}

.gmarker-18 {
    top: 15%;
    left: 53.8%;
}

.gmarker-10 {
    top: 18.5%;
    left: 58.5%;
}

.gmarker-11 {
    top: 44%;
    left: 65.6%;
}

.gmarker-12 {
    top: 49%;
    left: 67%;
}

.gmarker-13 {
    top: 50%;
    left: 62.7%;
}

.gmarker-14 {
    top: 48%;
    left: 58.5%;
}

.gmarker-15 {
    top: 53.7%;
    left: 61.6%;
}

.gmarker-16 {
    top: 54%;
    left: 56%;
}
.gmarker-21 {
    top: 44.7%;
    left: 52%;
}
.gmarker-22 {
    top: 44.7%;
    left: 48%;
}
.gmarker-23 {
    top: 31.7%;
    left: 54%;
}

.gmarker-24 {
    top: 39.7%;
    left: 49%;
}

.gmarker-25 {
    top: 43.7%;
    left: 47.5%;
}

.gmarker-26 {
    top: 60.7%;
    left: 41%;
}


.show-marker {
    z-index: 40;
}

.geography-wrap {
    padding-top: 65px;
}

.ewards-2-text {
    max-width: 295px;
    line-height: 34px;
    margin-top: 20px;
}

.rewards-2 {
    background: #edefef;
}

.rewards-2 > .container {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.rewards-2-img {
    position: absolute;
    height: 700px;
    top: 27%;
    z-index: -1;
}

.input-wrapper {
    text-align: left;
    position: relative;
    margin-bottom: 35px;
}

.input-wrapper > textarea, .input-wrapper > input {
    display: block;
    height: 48px;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000;
    font: 16px "OS-regular";
    padding: 0;
    color: #000;
}

.input-wrapper > textarea:focus, .input-wrapper > input:focus {
    outline: none;
}

.input-wrapper > textarea {
    height: 100px;
    padding: 10px 0;
    resize: none;
}

.input-wrapper > label {
    margin: 0;
    font: 16px "OS-regular";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 13px;
}

.input-wrapper input:focus ~ label, .input-wrapper input.i-full ~ label, .input-wrapper input.error ~ label, .input-wrapper textarea:focus ~ label, .input-wrapper textarea.i-full ~ label, .input-wrapper textarea.error ~ label {
    bottom: 100%;
    font-size: 14px;
}

.contacts-form-wrap {
    width: 100%;
    max-width: 684px;
}

.input-wrapper > textarea.error, .input-wrapper > input.error {
    background: #f3aaaa;
}

.contacts-form .min-title {
    margin-bottom: 30px;
}

.contacts-form .button {
    margin-top: 15px;
    min-width: 234px;
}

button.button {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #00243c;
    cursor: pointer;
    padding: 8px 32px 6px;
}

.contacts-wrap {
    background: url(../img/contacts-bg.jpg) center/cover no-repeat;
    color: #fff;
    padding: 108px 0 0 200px;
    margin: -98px 0 150px;
}

.contacts-text {
    line-height: 28px;
    max-width: 330px;
    padding-top: 50px;
}

.contacts-text li {
    margin-bottom: 20px;
}

.contacts-text > ul:first-child {
    margin-bottom: 80px;
}

.mobile .cooperation-wrap,
.tablet .cooperation-wrap,
.mobile .fixed-bg-block,
.tablet .fixed-bg-block {
    background-attachment: unset;
}

.email {
    border-bottom: 2px solid #58aeed;
    padding-bottom: 3px;
}

.contacts-socs {
    text-align: right;
    margin-bottom: 50px;
}

.contacts-socs rect,
.contacts-socs path {
    fill: #fff;
}

.contacts-socs a:hover {
    background-color: #fff;
}

.contacts-socs a:hover rect,
.contacts-socs a:hover path {
    fill: #00243c;
}

.contacts-content {
    padding-right: 50px;
}

.map-block {
    position: relative;
    padding-bottom: 80px;
}

#map {
    position: absolute;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    height: -webkit-calc(100% + 105px);
    height: calc(100% + 105px);
    right: 0;
    top: 0;
    -webkit-box-shadow: 0 15px 90px rgba(0, 0, 0, 0.32);
    box-shadow: 0 15px 90px rgba(0, 0, 0, 0.32);
    opacity: .95;
}

.masonry-item {
    width: 25%;
    padding: 0 10px 20px;
}

.masonry-section {
    padding: 0 10px;
}

.masonry-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.masonry-link {
    display: block;
    overflow: hidden;
    position: relative;
}

.masonry-link:hover > .masonry-hover {
    background-color: #00243c;
}

.masonry-link:hover .masonry-button {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .2s ease-out .3s, -webkit-transform .2s ease-out .3s;
    transition: opacity .2s ease-out .3s, -webkit-transform .2s ease-out .3s;
    transition: opacity .2s ease-out .3s, transform .2s ease-out .3s;
    transition: opacity .2s ease-out .3s, transform .2s ease-out .3s, -webkit-transform .2s ease-out .3s;
}

.masonry-link:hover .masonry-title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all .2s ease-out .2s;
    transition: all .2s ease-out .2s;
}

.masonry-hover {
    position: absolute;
    color: #fff;
}

.masonry-button {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 13px 25px;
    margin-top: 45px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.masonry-title {
    font: 19px/26px "FS-bold";
    opacity: 0;
    padding: 12px;
    text-align: center;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.modal {
    z-index: 100050;
}

.modal-backdrop {
    background-color: #fff;
    z-index: 100040;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-dialog {
    max-width: 1230px;
    padding: 0 10px;
}

.close-modal {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/sprite.png) -115px -40px;
    cursor: pointer;
}

.fancybox-nav span {
    opacity: 1;
    visibility: visible;
}

.fancybox-overlay {
    background: #fff;
    opacity: 1;
}

.gall-img {
    display: inline-block;
    max-width: 760px;
    position: relative;
}

.gall-img > img {
    max-width: 100%;
    max-height: -webkit-calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    -webkit-box-shadow: 0 0 84px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 84px rgba(0, 0, 0, 0.22);
    position: relative;
    z-index: 20;
}

.gall-text {
    position: absolute;
    right: 100%;
    font: 18px/32px "FS-bold";
    width: 310px;
    padding-bottom: 10px;
    padding-right: 70px;
    text-align: left;
    top: 10%;
}

.gall-t-t:after {
    width: 400px;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: 0;
}

.gall-nav {
    padding: 25px 0 10px;
    min-width: 362px;
}

.gall-nav > a {
    font-family: "OS-bold";
    color: #000;
    position: relative;
    cursor: pointer;
    opacity: .6;
    padding-bottom: 20px;
}

.gall-nav > a:hover {
    opacity: 1;
}

.gall-nav > a:after {
    width: 136px;
    height: 11px;
    background-image: url(../img/sprite.png);
    bottom: 3px;
}

.gall-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gall-next:after {
    right: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(0) scale(0.9);
    -ms-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9);
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.consult-form-wrap {
    background-color: #00243c;
    color: #fff;
    padding: 80px 80px 64px;
    max-width: 670px;
    margin: 75px auto 20px;
}

.consult-form-wrap .min-title {
    margin-bottom: 30px;
}

.consult-form-wrap .button {
    border: 1px solid #fff;
    color: #00243c;
    padding: 13px 77px 11px;
}

.consult-form-wrap .button:hover {
    color: #fff;
}

.consult-form-wrap .button:after {
    background-color: #fff;
}

.consult-form-wrap .input-wrapper > textarea, .consult-form-wrap .input-wrapper > input {
    color: #fff;
    border-bottom-color: #fff;
}

.consult-form-wrap:after {
    width: 124px;
    height: 124px;
    background: #fff url(../img/logo.png) center no-repeat;
    background-size: 64%;
    z-index: 20;
    -webkit-box-shadow: 0 0 92px rgba(0, 0, 0, 0.22);
    box-shadow: 0 0 92px rgba(0, 0, 0, 0.22);
    top: -50px;
    right: 81px;
}

.consult-form-wrap .input-wrapper > label,
.consult-form-wrap .input-wrapper > label.consult-label-textarea {
    background-color: transparent !important;
    color: #fff !important;
}

.consult-form-wrap input,
.consult-form-wrap textarea {
    border-bottom: 2px solid #fff !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.op0 {
    opacity: 0;
}

.thanks-block {
    position: relative;
    padding: 40px 0 20px 250px;
}

.thanks-block img {
    display: block;
    max-width: 100%;
}

.thanks-block > a {
    margin-top: 40px;
}

.thanks-block .float-right {
    position: relative;
}

.thanks-text {
    font: 18px/32px "FS-bold";
    position: absolute;
    right: 100%;
    width: 250px;
    top: 30%;
}

.thanks-text:after {
    width: 345px;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -10px;
}

.tab-block {
    display: none;
    padding-top: 15px;
}

.tab-block.active {
    display: block;
}

.scheme-wrapper {
    padding-bottom: 60px;
}

.scheme-wrapper .huge-title {
    margin-bottom: 40px;
}

.scheme-list {
    padding: 40px 0 70px;
}

.scheme-list > li {
    padding: 16px 80px 16px 0;
}

.scheme-list > li:after {
    width: 40px;
    height: 1px;
    background-color: #3692d5;
    top: 50%;
    right: 30px;
    opacity: 0;
}

.scheme-list > li.active ~ li > .sceme-link {
    color: #afb0b3;
}

.scheme-list > li.active ~ li > .sceme-link > span {
    background-color: transparent;
}

.scheme-list > li.active ~ li > .sceme-link > span:after, .scheme-list > li.active ~ li > .sceme-link > span:before {
    background-color: #000;
}

.scheme-list > li.active ~ li > .sceme-link:hover {
    color: #000;
}

.scheme-list > li.active:after {
    opacity: 1;
}

.scheme-list > li.active .sceme-link {
    cursor: default;
    color: #000;
}

.scheme-list > li.active .sceme-link > span:before {
    height: 0;
}

.scheme-list:after {
    height: 100%;
    width: 1px;
    background: url(../img/line-bg.jpg) repeat-y;
    right: 0;
    top: 0;
}

.sceme-link {
    font: 18px/26px "FS-bold";
    color: #000;
    display: inline-block;
    padding-left: 52px;
}

.sceme-link > span {
    position: absolute;
    width: 19px;
    height: 19px;
    background-color: #58aeed;
    display: inline-block;
    top: 19px;
    left: 0;
    margin-right: 37px;
}

.sceme-link > span:after, .sceme-link > span:before {
    background-color: #fff;
}

.sceme-link > span:after {
    width: 9px;
    height: 2px;
}

.sceme-link > span:before {
    width: 2px;
    height: 9px;
}

.sceme-link:hover {
    color: #000;
}

.cs-dot {
    display: inline-block;
    color: #afb0b3;
    vertical-align: bottom;
    margin: 0 40px 20px 0;
    cursor: pointer;
}

.cs-dot:hover {
    color: #000;
}

.cs-dot.active {
    color: #000;
    cursor: default;
}

.cs-dot.active .dot-num {
    font: 36px/42px "FS-bold";
}

.dot-num {
    font: 18px/32px "FS-bold";
}

.dot-name {
    font-size: 9px;
    text-transform: uppercase;
}

.cs-slide {
    display: none;
}

.cs-slide.active {
    display: block;
}

.cs-slides.text-wrap {
    padding-bottom: 13px;
}

.tab-block .text-wrap img {
    margin-bottom: 25px;
}

.history-slider-wrap .huge-title {
    position: relative;
    z-index: 40;
}

.op-block .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.op-block .section-4.success {
    padding: 20px 0 0;
}

/*============= FOOTER =============*/
footer {
    margin-top: -392px;
    background-color: #00243c;
    color: #f7f8fc;
    font-size: 14px;
}

footer a {
    color: #f7f8fc;
}

footer .col-12 {
    padding-top: 75px;
}

.footer-contacts {
    line-height: 2em;
    margin-bottom: 60px;
}

.footer-contacts > li {
    margin-bottom: 20px;
}

.footer-contacts a {
    text-decoration: underline;
}

.footer-contacts a:hover {
    color: #fff;
}

.copyright,
.webakula {
    color: #808080;
    margin: 15px 0 15px;
}

.footer-center {
    background-color: #ebecf0;
}

.footer-center img {
    margin-bottom: 45px;
}

.stwa0 {
    fill: #808080;
}

.wa-svg {
    width: 96px;
    height: 21px;
    margin-left: 5px;
}

.wa-svg:hover .stwa0 {
    fill: #fff;
}

.footer-menu {
    margin-bottom: 80px;
}

.footer-menu > li {
    margin-bottom: 10px;
}

.footer-menu > li > a:hover {
    color: #fff;
}

.footer-btn {
    color: #00243c;
    border-bottom: 2px solid #00243c;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    margin: 30px 0 50px;
    display: inline-block;
}

.footer-btn > span {
    position: relative;
    z-index: 10;
}

.footer-btn:after {
    width: 100%;
    left: 0;
    bottom: 0;
    top: auto;
    height: 0;
    background-color: #00243c;
}

.footer-btn:focus {
    color: #00243c;
}

.scroll-head header {
    padding: 5px 15px 5px 5px;
    background: rgba(255, 255, 255, 0.91);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

/*============= FOOTER =============*/
@media only screen and (max-width: 1450px) {
    .scroll-head header {
        padding: 5px 15px 5px 5px;
        background: rgba(255, 255, 255, 0.91);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    }

    .section-1 {
        padding-left: 80px;
        padding-right: 80px;
    }

    .header-soc {
        right: 5px;
    }

    .move-down {
        left: 15px;
        bottom: 30px;
    }

    .index-slide {
        max-height: 650px;
    }

    .examples-grid {
        height: 650px;
    }

    .contacts-wrap {
        padding: 108px 0 0 50px;
    }

    .gall-text {
        font: 15px/27px "FS-bold";
        width: 210px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1330px) {
    .num-1-wrap {
        padding-top: 90px;
    }

    .sc1-col-left .huge-title {
        font: 60px/1.5 "FS-bold";
    }

    .sc1-col-left {
        padding-left: 80px;
    }

    .sc1-col-right {
        padding-right: 100px;
    }

    .num-img {
        top: -57px;
        left: 202px;
        width: 250px;
    }

    .section-1 {
        padding-top: 205px;
    }

    .index-slide {
        max-height: 500px;
    }
}

@media only screen and (max-height: 750px) and (min-width: 1100px) {
    .rewards-2 .huge-title {
        font: 50px/1.3 "FS-bold";
    }
}

@media only screen and (max-width: 1199px) {

    .rewards-2-img {
        height: 600px;
        top: 10%;
    }

    .side-right,
    .sceme-link {
        padding-left: 30px;
    }

    .scheme-list > li {
        padding: 16px 50px 16px 0;
    }

    .scheme-list > li:after {
        width: 27px;
        right: 10px;
    }

    .masonry-section {
        padding: 0 8px;
    }

    .masonry-item {
        width: 33.33333%;
        padding: 0 8px 16px;
    }

    .g-marker-wrap {
        display: none;
    }

    .geography-img-1 {
        opacity: 0;
        visibility: hidden;
    }

    .geography-img-2 {
        opacity: 1;
    }

    .history-date {
        font-size: 315px;
    }

    .about-slide .huge-title {
        font-size: 70px;
    }

    .examples-grid {
        height: 550px;
    }

    .tech-slider:before {
        height: 91%;
    }

    .tech-text {
        padding: 0 15px 50px 15px;
    }

    .error-bg {
        width: 623px;
    }

    .blog-nav > li > a {
        width: 200px;
    }

    .news-text {
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
        padding-top: 35px;
    }

    .news-img {
        width: 190px;
        height: 190px;
    }

    .success-text {
        padding-left: 20px;
    }

    .rewards {
        background-size: 60%;
        background-position: 0px 78%;
    }

    .rewards .huge-title:after {
        width: 250px;
        background-size: contain;
    }

    .success-nav {
        display: block;
        text-align: center;
        width: 100%;
    }

    .success-nav > div {
        display: inline-block;
        margin: 10px 10px;
    }

    .work-text > span {
        font-size: 35px;
    }

    .work-overlay-2 {
        width: 100px;
        height: 100px;
    }

    .huge-title {
        font: 50px/1.3 "FS-bold";
    }

    .section-2 .c-center, .section-2 .work-plus:after, .section-2 .work-plus:before, .section-2 .sceme-link > span:after, .section-2 .sceme-link > span:before {
        margin-top: -45px;
    }

    .section-2 .huge-title {
        font: 60px/1.3 "FS-bold";
    }

    .sc1-col-left {
        padding-left: 0;
    }

    .sc1-col-right {
        padding-right: 0;
    }

    .section-1 {
        padding: 130px 0 70px;
        height: auto;
    }

    .index-slide {
        max-height: 500px;
        min-height: auto;
    }

    .pag-arrow > a:after,
    .see-more:after {
        display: none;
    }

    .see-more {
        padding-right: 20px;
    }

    .pag-arrow > a {
        width: 20px;
        height: 20px;
    }

    .pag-arrow > a:before,
    .see-more:before {
        content: '';
        display: block;
        position: absolute;
        border: 7px solid transparent;
        border-left: 7px solid black;
        right: -2px;
        margin-top: 2px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .pag-arrow > a:before {
        margin-top: 0px;
    }

    .see-more2:before {
        border-left: 7px solid white;
    }

    .pag-arrow.pag-next {
        margin-left: 8px;
    }

    .pag-arrow.pag-prev {
        margin-right: 8px;
    }

    .pag-arrow.pag-prev > a:before {
        border: 7px solid transparent;
        border-right: 7px solid black;
    }

    .fixed-text {
        text-align: center !important;
        padding-left: 0;
        display: block;
    }

    .see-more.see-more-left {
        padding-left: 20px;
    }

    .see-more.see-more-left:before {
        right: auto;
        left: 0;
        border: 7px solid transparent;
        border-right: 7px solid black;
    }
}

@media only screen and (max-width: 991px) {
    .enable-yes + .en-address {
        margin-top: -20px;
        margin-bottom: 60px;
    }

    .side-right, .side-left {
        padding: 0 15px;
    }

    .sceme-link > span {
        top: 13px;
    }

    .scheme-list > li {
        padding: 10px 50px 10px 0;
        border-top: 1px solid #dee4ee;
    }

    .scheme-list > li:last-child {
        border-bottom: 1px solid #dee4ee;
        margin-bottom: 20px;
    }

    .history-slider-wrap .huge-title {
        font-size: 40px !important;
    }

    .scheme-list:after {
        display: none;
    }

    .scheme-list {
        padding: 0;
    }

    .contacts-wrap {
        padding: 108px 0 0 15px;
    }

    .masonry-item {
        width: 50%;
    }

    .contacts-content {
        padding-right: 15px;
    }

    .map-block {
        padding-bottom: 50px;
    }

    .contacts-wrap {
        margin-bottom: 0;
    }

    .contacts-text > ul:first-child {
        margin-bottom: 30px;
    }

    .contacts-socs {
        margin-bottom: 25px;
        margin-top: -53px;
        position: relative;
    }

    .contacts-text {
        max-width: 100%;
        padding-top: 0;
    }

    .contacts-text > ul {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin-bottom: 30px;
        padding-right: 20px;
    }

    #map {
        position: static;
        width: 100%;
        height: 500px;
    }

    .history-marker {
        width: 65%;
    }

    .history-date {
        font: 215px/200px "FS-bold" !important;
    }

    .abs-1-text-wrap .huge-title {
        font-size: 50px;
    }

    .contacts-wrap {
        margin-top: -60px;
    }

    .tech-nav {
        padding: 30px 15px 15px;
    }

    .examples-grid {
        height: 460px;
    }

    .tech-nav > a {
        font-size: 20px;
    }

    .tech-text {
        padding-bottom: 30px;
    }

    .error-bg {
        display: none;
    }

    .error-page > a {
        margin-top: 45px;
        margin-bottom: 50px;
        margin: 45px auto;
        text-align: center;
        display: block;
        width: 175px;
    }

    .error-page {
        height: auto;
    }

    .news-arrow {
        font-size: 16px;
    }

    .news-arrow > span {
        width: auto;
        height: auto;
        background: none;
        position: relative;
        top: 1px;
    }

    .news-prev > span {
        border: 7px solid transparent;
        border-right: 6px solid black;
        margin-right: 9px;
    }

    .news-next > span {
        border: 7px solid transparent;
        border-left: 6px solid black;
        margin-left: 9px;
    }

    .news-links-row > .col-12:first-child,
    .news-links-row > .col-12:last-child {
        padding: 0 15px;
    }

    .news-title {
        height: auto !important;
    }

    .burger-descr2 {
        left: 55px;
    }

    .success-text-wrap {
        padding: 0;
    }

    .success-text {
        padding: 20px 0 20px;
    }

    .rewards .huge-title:after {
        right: 0;
        bottom: -65%;
        width: 209px;
    }

    .tech-items-col {
        padding-left: 15px;
    }

    .tech-title > span {
        padding: 5px 24px;
        z-index: 20;
        position: relative;
    }

    .tech-title:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100vw;
        background-color: #3ba0ea;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
    }

    .section-3 .huge-title {
        padding-left: 0;
    }

    .tech-title.active:after {
        opacity: 1;
        visibility: visible;
    }

    .swim-line {
        display: none;
    }

    .tech-titles {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    .section-2 .c-center, .section-2 .work-plus:after, .section-2 .work-plus:before, .section-2 .sceme-link > span:after, .section-2 .sceme-link > span:before {
        margin-top: -124px;
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }

    .section-2 .huge-title {
        font-size: 35px;
        margin-bottom: 439px;
    }

    .section-2-text {
        max-width: 67%;
        font-size: 15px;
    }

    .webakula {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer-btn {
        padding: 10px;
    }

    .huge-title {
        font-size: 40px;
    }

    .section-7 .huge-title {
        margin-bottom: 40px;
    }

    .section-7 {
        padding: 95px 15px 50px;
    }

    .sc1-col-left .huge-title {
        font: 45px/1.4 "FS-bold";
    }

    .num-img {
        top: -40px;
        left: 155px;
        width: 198px;
    }

    .index-slide-2 {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .index-slider-2 .owl-dots {
        padding-top: 19px;
    }

    header {
        height: 60px;
        padding: 5px 15px 5px 5px;
    }

    .logo > img {
        /*   width: 76px;*/
        width: 90px;
    }

    .content {
        /*  padding-top: 60px;*/
    }

    .proud-title {
        -webkit-transform: translateY(300%);
        -ms-transform: translateY(300%);
        transform: translateY(300%);
    }

    .proud .col-12 {
        top: 0 !important;
    }

    .tech-head .huge-title {
        text-align: center;
    }

    .tech-slider {
        margin-bottom: 40px;
    }

    .cooperation {
        margin: 0 auto;
        float: none;
    }

    .rewards-2-img {
        height: 510px;
        top: 10%;
        margin-left: 50px;
    }

    .op-block .success-text {
        padding: 0 0 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .en-min-address {
        margin-top: 0;
    }

    .cookie-mess-btn,
    .cookie-mess-text-wrap {
        width: 100%;
        text-align: center;
    }

    .contacts-socs {
        margin-top: 0 !important;
        text-align: left;
    }

    .op-block .success-slider img {
        height: auto;
    }

    .op-block .success-slider .min-title {
        padding-top: 20px;
    }

    .history-slider-wrap .huge-title {
        font-size: 35px !important;
    }

    .thanks-block {
        padding: 40px 0;
    }

    #thanks {
        text-align: center;
    }

    .thanks-text {
        position: static;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .thanks-text:after {
        display: none;
    }

    .history-date {
        font: 185px/212px "FS-bold" !important;
    }

    .examples-grid {
        height: auto;
    }

    .grid-link {
        position: relative;
        height: 400px;
        width: 100%;
        left: auto;
        top: auto;
    }

    .error-page {
        padding-top: 30px;
    }

    .error-text > span {
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        margin: 15px 0;
    }

    .news-nav {
        padding-top: 60px;
    }

    .news-all {
        top: 25%;
    }

    .work-overlay-2 {
        width: 80px;
        height: 80px;
    }

    .rewards {
        background-size: 410px;
        background-position: 36% 100%;
        padding: 110px 15px 361px;
    }

    .rewards .huge-title {
        max-width: 100%;
        text-align: center !important;
    }

    .rewards .huge-title br {
        display: none;
    }

    .section-2-text {
        max-width: 100%;
    }

    .section-2 .c-center, .section-2 .work-plus:after, .section-2 .work-plus:before, .section-2 .sceme-link > span:after, .section-2 .sceme-link > span:before {
        margin-top: 310px;
        -webkit-transform: translate(-50%, -50%) scale(0.4);
        -ms-transform: translate(-50%, -50%) scale(0.4);
        transform: translate(-50%, -50%) scale(0.4);
        top: 0;
    }

    .section-2 .huge-title {
        margin-bottom: 350px;
    }

    .num-1-wrap {
        padding-top: 190px;
    }

    .sc1-col-left {
        padding: 0 15px;
    }

    .index-slider-2 {
        margin-bottom: 0px;
        z-index: 20;
        background-color: rgba(255, 255, 255, 0.48);
    }

    .index-slide {
        max-height: 100%;
        min-height: auto;
        min-width: auto;
        height: auto !important;
        width: auto !important;
    }

    .index-slider .index-slide > img {
        display: block;
    }

    .index-slider-2 .owl-dots {
        display: none;
    }

    .num-img {
        top: 85px;
        left: 320px;
        width: 233px;
    }

    .index-slider-2 .owl-dots:after {
        width: 100%;
    }

    footer > .container {
        width: 100%;
        text-align: center;
    }

    footer .col-12 {
        padding-top: 50px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .wa-block {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .footer-contacts {
        margin-bottom: 10px;
    }

    .webakula {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .brend {
        height: 190px;
    }

    .huge-title {
        font-size: 30px;
    }

    .section-1 {
        padding-top: 0;
    }

    .index-slider .index-slide > img {
        display: block;
    }

    .rewards-2 {
        text-align: center;
    }

    .rewards-2 .huge-title br {
        display: none;
    }

    .rewards-2 .ewards-2-text {
        max-width: 100%;
    }

    .rewards-2 > .container {
        -webkit-transform: translateY(-140px);
        -ms-transform: translateY(-140px);
        transform: translateY(-140px);
    }

    .rewards-2-img {
        height: 460px;
        top: 75%;
        margin-left: 0;
        left: -21vw;
    }
}

@media only screen and (max-width: 992px) and (max-height: 720px) {
    .op-block .success .huge-title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .abs-3 .abs-text-block {
        top: 37%;
    }

    .history-slider-wrap .huge-title {
        font-size: 24px !important;
    }

    .contacts-text > ul {
        width: 100%;
        padding-right: 0;
    }

    .contacts-socs {
        margin-top: -44px;
    }

    .contacts-socs > li {
        margin: 4px;
    }

    .geography-map {
        margin: 30px auto 35px;
    }

    .history-marker {
        width: 80%;
        top: 80%;
    }

    .history-date {
        font: 108px/212px "FS-bold" !important;
    }

    .abs-1-text-wrap .huge-title {
        font-size: 34px;
    }

    .cooperation {
        padding: 97px 30px 40px;
    }

    .grid-link {
        height: 300px;
    }

    .tech-nav {
        padding: 30px 10px 15px;
        text-align: center;
    }

    .tech-slider:before {
        display: none;
    }

    .tech-nav > a {
        margin-bottom: 30px;
        max-width: 100%;
        float: none !important;
    }

    .blog-nav > li {
        margin: 0;
        width: 100%;
        display: block;
    }

    .blog-nav > li > a {
        width: 100%;
    }

    .success-slider-wrap {
        padding: 0;
    }

    .success-text .min-title {
        margin-bottom: 10px;
    }

    .min-title {
        font-size: 21px;
    }

    .success-text {
        padding: 20px 15px 25px;
    }

    .brend {
        margin-bottom: 15px;
    }

    .num-1-wrap {
        padding-top: 110px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .num-img {
        position: relative;
        left: 0;
        top: auto;
        width: 181px;
    }

    .sc1-col-left .huge-title {
        font: 35px/1.4 "FS-bold";
        left: 15px;
        position: relative;
    }

    .index-slider-2 {
        margin-top: 25px;
    }

    .tech-items-col {
        padding: 0;
    }

    .work-text > span {
        font-size: 30px;
    }

    .contacts-form .button {
        display: block;
        margin: 50px auto 0;
    }

    .consult-form-wrap {
        padding: 80px 30px 64px;
        margin-top: 65px;
    }
}

@media only screen and (max-width: 479px) {
    #consult .modal-dialog {
        padding: 0;
    }

    .abs-2 .huge-title {
        font-size: 50px;
    }

    .masonry-item {
        width: 100%;
    }

    .burger > span,
    .work-overlay-2 {
        display: none;
    }

    .menu-wrap {
        width: 320px;
        left: -330px;
    }

    .menu-wrap {
        padding-top: 45px;
    }

    .proud .see-more {
        font-size: 19px;
    }

    .huge-title {
        font-size: 22px;
    }

    section.container .huge-title {
        font-size: 30px;
    }

    .news-text {
        padding-top: 0;
    }

    .news-text,
    .news-img {
        width: 100%;
    }

    .news-arrow {
        float: none !important;
        display: block;
        text-align: center;
        margin-bottom: 12px;
    }

    .fixed-text {
        font-size: 26px;
    }
}

@media only screen and (max-width: 400px) {
    .abs-2 .abs-text-block {
        right: auto;
    }

    .tech-nav > a {
        font-size: 18px;
    }

    .abs-5 .abs-text-block {
        right: auto;
        width: 89%;
    }

    .cooperation {
        padding: 97px 20px 40px;
        margin: 0 -15px;
    }

    .contacts-form-wrap {
        margin: 0;
    }

    .tech-nav .see-more:before {
        margin-top: 0;
    }

    .num-img {
        left: -21px;
        top: -57px;
        width: 170px;
    }

    .work-text > span {
        font-size: 25px;
    }

    .sc1-col-left .huge-title {
        font-size: 36px;
        left: 52px;
    }

    .num-1-wrap {
        padding-top: 150px;
    }

    .index-slider-2 {
        margin-top: 0;
    }

    .rewards {
        background-size: 340px;
        background-position: 120% 100%;
        padding: 110px 15px 267px;
    }
}

@media only screen and (max-height: 720px) and (min-width: 600px) and (max-width: 768px) {
    .history-text p {
        margin-bottom: 10px;
        line-height: 25px;
    }
}

@media only screen and (min-height: 650px) and (min-width: 600px) {
    .abs-1-text-wrap {
        padding: 0 15px 30vh;
    }
}

@media only screen and (max-height: 840px) and (min-width: 992px) {
    .num-1-wrap {
        padding-top: 90px;
    }

    .op-block .success .huge-title {
        margin-bottom: 20px;
        font-size: 50px;
    }

    .sc1-col-left .huge-title {
        font: 60px/1.5 "FS-bold";
    }

    .sc1-col-left {
        padding-left: 80px;
    }

    .sc1-col-right {
        padding-right: 100px;
    }

    .num-img {
        top: -57px;
        left: 202px;
        width: 250px;
    }

    .section-1 {
        padding-top: 125px;
    }

    .move-down {
        left: 15px;
        bottom: 30px;
    }
}

@media only screen and (max-height: 870px) {
    .history-slider-wrap .huge-title {
        font: 50px/1.3 "FS-bold";
    }

    .history-date {
        font: 290px/250px "FS-bold";
    }
}

@media only screen and (max-height: 750px) {
    .history-text p {
        margin-bottom: 15px;
    }
}

@media screen and (max-height: 649px), screen and (max-width: 599px) {
    .rewards-2 > .container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .rewards-2-img {
        position: static;
        height: auto;
        width: 100%;
    }

    .rewards-2 {
        padding: 60px 0 40px;
    }

    .op-block .section-4.success {
        padding: 60px 0 50px;
    }

    .op-block .section-4 .container {
        max-width: 100%;
    }
}

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width: 1200px) {
    .footer-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .footer-btn:hover:after {
        height: 100%;
    }

    .soc-ic:hover {
        background-color: #00243c;
    }

    .soc-ic:hover rect,
    .soc-ic:hover path {
        fill: #ebecf0;
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1230px;
    }

}

@media only screen and (max-width: 1280px) {
    .tech-item {
        min-height: 695px;
    }
}

/*Tech*/
.tech-consult {
    background-color: rgb(244, 245, 247);
}

.tech-consult > .container {
    padding: 60px 0 70px;
}

@media (max-width: 768px) {
    .tech-consult > .container {
        padding: 30px 15px;
    }
}

.consult-text {
    flex-direction: column;
    align-items: center;
}

.tech-consult h1.consult-title,
.tech-consult p {
    text-align: center;
    max-width: 70%;
}

.tech-consult h1.consult-title {
    color: rgb(0, 36, 60);
    font-size: 48px;
    margin-bottom: 30px;
    font-family: "FS-bold";
}

.tech-consult p {
    color: rgba(0, 36, 60, 0.7);
    font-size: 16px;
}

.tech-consult .consult-form {
    margin-top: 50px;
}

.consult-form form {
    position: relative;
}

@media (max-width: 768px) {
    .tech-consult h1.consult-title,
    .tech-consult p {
        text-align: left;
        max-width: 100%;
    }

    .tech-consult h1.consult-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .tech-consult .consult-form {
        margin-top: 25px;
    }

}

@media (max-width: 991px) {
    .consult-form form {
        padding: 0 0;
    }
}


.consult-form .bar {
    display: none;
}

.consult-form input,
.consult-form textarea {
    border: 1px solid rgba(0, 36, 60, 0.2);
    padding: 0 10px;
}

.consult-form input:focus,
.consult-form textarea:focus {
    border: 1px solid rgb(59, 160, 234);
}


.consult-form .input-wrapper > label,
.consult-form .input-wrapper > label.consult-label-textarea {
    font-size: 16px;
    margin-left: 20px;
    color: rgb(0, 36, 60);
    font-family: "OS-regular";
    transition: all .3s ease;
    background-color: rgb(244, 245, 247);
}

.consult-form .input-wrapper > label.consult-label
.consult-form .input-wrapper > label.consult-label-textarea {
    margin-left: 20px;
    font-size: 16px;
    color: rgb(0, 36, 60);
    font-family: "OS-regular";
    transition: all .3s ease;
}

.consult-form .input-wrapper input:focus ~ label.consult-label {
    bottom: 80%;
    padding: 0 8px;
    color: rgb(59, 160, 234);
    font-size: 14px;
}

.consult-form .input-wrapper textarea:focus ~ label.consult-label-textarea {
    bottom: 40%;
    padding: 0 8px;
    color: rgb(59, 160, 234);
    font-size: 14px;
}

.consult-form .input-wrapper > textarea {
    padding: 15px 8px;
}

.consult-form .input-wrapper > label.consult-label-textarea {
    margin-bottom: 50px;
    /*margin-bottom: 30px;*/
}

.consult-form .input-wrapper input.i-full ~ label.consult-label {
    bottom: 80%;
    padding: 0 8px;
    color: rgb(59, 160, 234);
    font-size: 14px;
}

.consult-form .input-wrapper textarea.i-full ~ label.consult-label-textarea {
    bottom: 40%;
    padding: 0 8px;
    /*left: 0;*/
    color: rgb(59, 160, 234);
    font-size: 14px;
}

.input-wrapper input.error ~ label {
    bottom: 0;
}

input.required + label.consult-label::after,
textarea.required + label.consult-label-textarea::after {
    content: '*';
    display: inline;
}


.form-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consult-form button {
    width: 235px;
    height: 46px;
    background-color: rgb(59, 160, 234);
    color: rgb(255, 255, 255);
    font-family: "OS-regular";
    font-size: 12px;
    font-weight: 400;
    /*line-height: 48px;*/
    text-transform: uppercase;
    cursor: pointer;
    /*border: none;*/
    padding: 20px auto;
    border: 2px solid transparent;
    transition: all .3s;
}

.consult-form button:hover {
    background-color: transparent;
    border: 2px solid rgb(59, 160, 234);
    color: #0b0b0b;
}

@media (max-width: 991px) {
    .form-btn-container {
        margin-bottom: 35px;
    }

    .btn-desc {
        display: none;
    }

    .btn-mobile {
        margin: 0;
    }
}

.help-field {
    display: flex;
    justify-content: center;
    color: rgb(0, 36, 60);
    font-family: "OS-regular";
    font-size: 14px;
}

@media (min-width: 991px) {
    .btn-mobile {
        display: none;
    }
}

.consult-form .input-wrapper input.error ~ label {
    bottom: 80%;
    padding: 0 8px;
    color: #3ba0ea;
    font-size: 14px;
}

.consult-form #consult_textarea.error ~ label {
    bottom: 40%;
    color: #3ba0ea;
    font-size: 14px;
    padding: 0 8px;
}

.consult-form #consult_textarea.error ~ label.error {
    bottom: -23%;
    color: #f3aaaa;
    font-size: 12px;
}

#consult_phone-error,
#consult_email-error,
#consult_name-error,
#consult_textarea-error {
    color: #f3aaaa;
    bottom: -20px;
    font-size: 12px;
    text-align: right;
}

/*gallery-fix*/
.examples-grid {
    margin-top: 0;
    margin-bottom: 0;
}

/*TECH LINKS*/
.tech-links {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
}

.tech-links a {
    align-self: center;
    text-align: center;
    /*justify-self: ;*/
    font-family: "FS-bold";
    color: #afb0b3;
    font-size: 22px;
    /*font-weight: 700;*/
    text-decoration: none;
    cursor: pointer;
    padding: 50px 5%;
    transition: all ease-in .3s;
}

@media (max-width: 768px) {
    .tech-links a {
        font-size: 18px;
    }
}

.tech-links a {
    display: flex;
    align-items: center;
    justify-content: center;

}

.tech-links span:nth-child(1) a > img {
    margin-right: 20px;
}

.tech-links span:nth-child(2) a > img {
    margin-left: 20px;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

.tech-links a:active,
.tech-links a:hover {
    color: #000000;
    background-color: #ebecf0;
    transition: all ease-in .3s;
}

@media (max-width: 768px ) {
    .tech-links a > img {
        width: 60%;
    }

    .examples-wrap {
        padding-top: 30px;
    }
    .tech-links span a{
        flex-direction: column;
    }
    .tech-links span:first-child a{

        flex-direction: column-reverse;
    }

}

/*work layout*/

.to-portfolio-wrap--work {
    background-color: rgb(59, 160, 234);
}

.to-portfolio-wrap--work a {
    background-color: transparent;
    color: #fff;
    padding: 50px 0;
    font-size: 30px;
}

@media (max-width: 768px) {
    .to-portfolio-wrap--work a {
        padding: 30px 0;
    }
}

@media (max-width: 320px) {
    .to-portfolio-wrap--work a {
        font-size: 22px;
    }
}

.to-portfolio-wrap--work a .see-more {
    color: inherit;
    font-size: inherit;
    transition: all ease-in .3s;
}

.to-portfolio-wrap--work .see-more::after {
    background-position: 0 -12px;
    transition: all ease-in .3s;
}

.to-portfolio-wrap--work .see-more::before {
    border-left: 7px solid #fff;
    transition: all ease-in .3s;
}

.to-portfolio-wrap--work a:hover .see-more,
.to-portfolio-wrap--work a:hover .see-more::after {
    color: #000;
    background-position: 0;
    transition: all ease-in .3s;
}

.to-portfolio-wrap--work a:hover .see-more::after {
    top: 15px;
}

.to-portfolio-wrap--work a:hover .see-more::before {
    border-left: 7px solid #000;
}


/*----SIMILAR WORKS----*/
.similar-works {
    margin: 80px 0;
}

.similar-works h1 {
    font-family: "FS-bold";
    text-align: center;
    font-size: 80px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .similar-works {
        margin: 30px 0;
    }

    .similar-works h1 {
        font-size: 36px;
    }
}

.similar-works-slider {
    position: relative;
}


.similar-works-slider .similar-slider-item {
    max-width: 300px;
}

.similar-works-slider > .owl-nav {
    /*top: 30%;*/
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: row;
    height: 12px;
    z-index: 1;
}

.similar-works-slider > .owl-stage-outer {
    z-index: -1;
}

.similar-works-slider > .owl-nav > .owl-prev,
.similar-works-slider > .owl-nav > .owl-next {
    position: absolute;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-color: rgb(244, 245, 247);
    border-radius: 50%;
    z-index: 1;
    transition: all .2s;
}


/*%%%%%%new realization%%%%%%*/
.similar-works-slider > .owl-nav > .owl-prev:hover,
.similar-works-slider > .owl-nav > .owl-prev:active,
.similar-works-slider > .owl-nav > .owl-next:hover,
.similar-works-slider > .owl-nav > .owl-next:active {
    background-color: rgb(232, 233, 235);
    transition: all .2s;
    z-index: -1;
}

/*.similar-works-slider > .owl-nav > .owl-prev:active {*/
/*    transform: translateX(-5px);*/
/*}*/
/*.similar-works-slider > .owl-nav > .owl-next:active {*/
/*    transform: translateX(5px);*/
/*}*/

.similar-works-slider > .owl-nav > .owl-prev::after,
.similar-works-slider > .owl-nav > .owl-next::after {
    position: absolute;
    content: '';
    display: block;
    z-index: 2;
}

.similar-works-slider > .owl-nav > .owl-next::after {
    right: 40%;
}

.similar-works-slider > .owl-nav > .owl-prev::after {
    left: 40%;
    -webkit-transform: scale(-1);
    -moz-transform: scale(-1);
    -ms-transform: scale(-1);
    -o-transform: scale(-1);
    transform: scale(-1);
}

@media (max-width: 1500px) {
    .similar-works-slider > .owl-nav > .owl-prev::after,
    .similar-works-slider > .owl-nav > .owl-next::after {
        position: absolute;
        border: 10px solid transparent;
        border-left: 10px solid #000e18;
        background: none;
        width: 10px;
        height: 10px;
        /*top: 40%;*/
    }

    .similar-works-slider > .owl-nav > .owl-prev::after {
        left: 30%;
    }

    .similar-works-slider > .owl-nav > .owl-next::after {
        right: 30%;
    }
}

@media (max-width: 992px) {
    .similar-works-slider > .owl-nav > .owl-prev {
        left: 0;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: 0;
    }
}

@media (max-width: 576px) {
    .similar-works-slider > .owl-nav > .owl-prev,
    .similar-works-slider > .owl-nav > .owl-next {
        background-color: transparent;
        width: 30px;
        height: 30px;
    }

    .similar-works-slider > .owl-nav > .owl-prev:hover,
    .similar-works-slider > .owl-nav > .owl-prev:active,
    .similar-works-slider > .owl-nav > .owl-next:hover,
    .similar-works-slider > .owl-nav > .owl-next:active {
        background-color: transparent;
    }

    .similar-works-slider > .owl-nav > .owl-prev {
        left: 0;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: 0;
    }
}

@media (max-width: 400px) {
    .similar-works-slider > .owl-nav > .owl-prev {
        left: -6%;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: -6%;
    }
}

@media (min-width: 768px) {
    .similar-works-slider > .owl-nav > .owl-prev {
        left: 5%;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: 5%;
    }
}

@media (min-width: 992px) {
    .similar-works-slider > .owl-nav > .owl-prev {
        left: 0;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: 0;
    }

}

@media (min-width: 1200px) {
    .similar-works-slider > .owl-nav > .owl-prev {
        left: -3%;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: -3%;
    }
}

@media (min-width: 1500px) {
    .similar-works-slider > .owl-nav > .owl-prev::after,
    .similar-works-slider > .owl-nav > .owl-next::after {
        width: 136px;
        height: 11px;
        background-image: url(../img/sprite.png);
        border: none;
        /*top: 45%;*/
    }

    .similar-works-slider > .owl-nav > .owl-prev {
        left: -15%;
    }

    .similar-works-slider > .owl-nav > .owl-next {
        right: -15%;
    }
}

/*^^^^^^^^^slider-item-uni^^^^^^^^^^*/
.owl-grid.owl-drag .owl-item {
    display: flex !important;
    justify-content: center !important;
}

.owl-item--grid {
    max-width: 300px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 340px minmax(auto, 1fr);
}

.owl-item--grid .grid-img-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    /*background-color: #5bc0de;*/
}

.owl-item--grid .grid-img-wrap img {
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*28.10.2019*/
    height: 100%;
    width: auto;
}

.links-wrap--slider {
    width: 100%;
    flex-direction: column !important;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 5px !important;
    padding-right: 0 !important;
    overflow: visible;

}

.links-wrap--slider > a {
    margin: 7px 0 !important;
    width: auto;
    min-width: 120px;
    text-align: left;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.owl-grid > .owl-nav {
    top: calc(100% / 2)
}

.owl-grid > .owl-nav > .owl-prev,
.owl-grid > .owl-nav > .owl-next {
    top: calc(100% / 2 - 80px);
}

.owl-grid > .owl-nav > .owl-prev::after,
.owl-grid > .owl-nav > .owl-next::after {
    top: calc(100% / 2 - 5px);
}

@media (max-width: 576px) {
    .owl-grid > .owl-nav > .owl-prev::after,
    .owl-grid > .owl-nav > .owl-next::after {
        top: calc(100% / 2 - 8px);
    }
}

/*---Section-Work---*/
.section-work {
    padding-top: 40px;
    margin-bottom: 40px;
}

.num-1-wrap--noPadding {
    padding-top: 0;
}

.section-work h1.huge-title {
    font-size: 80px;
    font-family: "FS-bold";
    text-align: left;
    position: relative;
}

@media (max-width: 768px) {
    .section-work {
        margin: 30px 0 40px;
    }

    .num-1-wrap--noPadding {
        justify-content: flex-start;
    }
}

.section-work h1.huge-title:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: rgb(128, 128, 128);
    width: 400px;
    z-index: -1;
    /*top:85%;*/
    top: 100%;
    right: -30%;
    animation: none;
}

@media (max-width: 768px) {
    .section-work h1.huge-title {
        font-size: 26px !important;
        font-family: "FS-bold";
    }

    p.huge-title--mobile {
        display: block;
    }

    p.huge-title--desktop {
        display: none;
    }

    .section-work h1.huge-title:after {
        position: static;
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .section-work h1.huge-title {
        font-size: 60px;
    }

    .tech-item {
        min-height: 575px;
    }
}

@media (max-width: 992px) {
    .section-work h1.huge-title {
        font-size: 46px;
    }

    .tech-item {
        min-height: 690px;
    }
}

@media (min-width: 768px) {
    p.huge-title--mobile {
        display: none;
    }

    p.huge-title--desktop {
        display: block;
    }
}

.section-work p.work-paragraph {
    font-size: 16px;
    font-family: "OS-regular";
    line-height: 30px;
    color: rgb(0, 36, 60);
    padding-right: 20%;
}

@media (max-width: 768px) {
    .section-work p.work-paragraph {
        padding-right: 0;
    }

    .tech-item {
        min-height: 510px;
    }
}

@media (max-width: 576px) {

    .tech-item {
        min-height: auto;
        background-size: cover !important;
    }
}

.similar-item {
    height: 400px;
    background-color: #5bc0de;
    color: #fff;
    text-align: center;
}

.work-preview {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 570px;
    /*max-height: 729px;*/
    /*width: 100%;*/
    /*height: 75vh;*/
    /*max-height: 740px;*/
    /*min-height: 532px;*/
    /*min-width: 414px;/*/
}

.work-preview img {
    width: 100%;
    height: auto;
    box-shadow: 0 13px 80px 0 rgba(0, 0, 0, .5);
}

.work-preview::after {
    content: "";
    width: 60%;
    height: 53%;
    background: url(../img/bg-dotted.png) no-repeat center;
    background-size: contain;
    top: -8%;
    right: -19%;
    z-index: -1;
    display: block;
    position: absolute;
}

@media (max-width: 768px) {
    .work-preview {
        margin-top: 40px;
        align-items: center;
    }

    .work-preview::after {
        right: 0;
        top: 3%;
    }
}

.work-tech-links {
    margin-top: 45px;
}

@media (max-width: 768px) {
    .work-tech-links {
        margin-top: 30px;
    }
}

.work-tech-links h3 {
    font-size: 24px;
    font-family: "FS-bold";
    font-weight: 700;
    color: rgb(0, 36, 60);
}

.links-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 30px;
}

.links-wrap a {
    background-color: rgb(244, 245, 247);
    border-radius: 10px;
    color: rgb(0, 14, 23);
    font-size: 14px;
    font-family: "OS-regular";
    font-weight: 500;
    margin: 7px 10px 7px 0;
    padding: 10px 15px 7px;
    text-decoration: none;
    /*transition: all ease-in .3s;*/
}

@media (max-width: 768px) {
    .links-wrap a {
        margin: 5px 10px 5px 0;
    }
}

.links-wrap a:hover {
    background-color: rgb(59, 160, 234);
    color: #fff;
    /*transition: all ease-in .3s;*/
}


/*input.required + label.consult-label::after,*/
/*textarea.required + label.consult-label-textarea::after{*/
/*content: '*';*/
/*display: inline;*/
/*}*/

.welcome-page .toggle-button {
    background-color: #fff;
}

.welcome-page .burger {
    color: #fff;
}


.welcome-page .cur-lang {
    border-bottom-color: #fff;
    color: #fff;
}

.welcome-page .cur-lang:after {
    border-top-color: #fff;
}

.welcome-page.show-menu .toggle-button {
    background-color: #00243c;
}


.scroll-head.welcome-page .toggle-button {
    background-color: #000;
}

.scroll-head.welcome-page .burger {
    color: #000;
}


.scroll-head.welcome-page .cur-lang {
    border-bottom-color: #000;
    color: #000;
}

.scroll-head.welcome-page .cur-lang:after {
    border-top-color: #000;
}

.welcome-slide-s1 {
    padding: 80px 40px 80px 80px;
    display: flex;
    align-items: center;
}

.welcome-slider-h1 {
    font-size: 60px;
    margin-bottom: 30px;
}

.welcome-slider-text-title {
    font-size: 25px;
    -webkit-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s;
}

.welcome-slider-text {
    max-width: 800px;
}

.video-for-slider {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcome-slide-s1-video {
    padding: 0 !important;
}

@media (max-width: 660px) {
    .welcome-slide-s1 {
        padding: 15px;
        justify-content: center;
    }

    .welcome-slider-text {
        text-align: center;
    }

    .welcome-slider-h1 {
        font-size: 45px;
    }

    .welcome-slider-text-title {
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .welcome-slide-s1 {
        padding: 10px;
    }

    .welcome-slider-text {
        text-align: center;
    }

    .welcome-slider-h1 {
        font-size: 35px;
    }

    .welcome-slider-text-title {
        font-size: 15px;
    }
}

.tech-head-block {
    height: 100vh;
    /*  min-height: 800px;*/
    position: relative;
    background: #0d0e2a url('/img/tech_backgr.jpg') no-repeat center 0%/cover;
    display: flex;
    align-items: center;
}

.tech-head-block .container {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}

.tech-head-block .huge-title {
    color: #ffffff;
    text-align: center;
    font-family: "Fedra Sans Pro", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
}

.tech-title-new {
    padding-top: 0px;
    padding-bottom: 0px;

}

.tech-title-new .container {
    margin-bottom: 100px;
}

.tech-title-new p {
    color: #000e17;
    font: 16px/1.5 "OS-regular";
    line-height: 28px;
}

.tech-title-new p a {
    color: #000e17;
    text-decoration: underline;
}

.img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 100px 0 150px;
}

.img-wrapper .img {
    text-align: right;
    margin-bottom: 20px;
    width: 100%;
}

.img-wrapper .img img {
    margin-bottom: 24px;
    width: inherit;
    object-fit: contain;
}

.img-wrapper .img .img-title {
    padding: 0 15px;
    margin-left: auto;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    max-width: 285px;
    text-align: right;
    font-size: 18px;
    line-height: 24px;
}

.tech-video-block {
    position: relative;
    margin-top: 20px;
}

.img-wrapper .right .row {
    margin: 0 0px !important;

}

.img-wrapper-new {
    padding: 130px 0;

}

.img-wrapper-new img {
    width: 100vw;
    object-fit: cover;

}

.tech-video-block #play-btn {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    cursor: pointer;
    transition: 0.3s;
}

.tech-video-block video {
    width: 100%;
    height: auto;
}

@media (max-width: 968px) {
    .tech-head-block {
        min-height: 100vh;
        background: url(/img/tech_backgr.jpg) no-repeat center/cover;
    }

}

@media (max-width: 768px) {

    .tech-head-block .huge-title {
        font-size: 45px;
        line-height: 50px;
    }

    .img-wrapper-new {
        padding: 50px 0;
    }

    .img-wrapper {
        grid-template-columns: 1fr;
        grid-gap: 0;
        margin: 50px 0;
    }

    /*  .tech-title p {
      font-size: 14px;
      line-height: 25px;
    }

    .tech-title {
      padding-bottom: 50px;
    }*/
    .img-wrapper .img .img-title {
        font-size: 16px;
    }

    .tech-video-block #play-btn {
        height: 70px;
        width: 70px;
        top: calc(50% - 35px);
        left: calc(50% - 35px);
    }

    .tech-video-block #play-btn img {
        height: inherit;
        width: inherit;
        object-fit: contain;
    }

    .img-wrapper .right .row {
        padding: 0 15px;

    }
}

@media (max-width: 500px) {
    .tech-head-block .huge-title {
        font-size: 35px;
        line-height: 40px;
    }
}

.owl-nav.disabled {
    display: none;
}

.sp-section.tech-section {
    padding: 100px 0 100px;
    background-color: #00243c;

}

.left-block.tech-page-text {
    flex-direction: column;

    padding-left: 90px !important;
    align-items: flex-start;
    justify-content: center;
}

.left-block.tech-page-text h3 {
    margin-bottom: 60px;
    font-size: 45px;
    color: white;
}

.left-block.tech-page-text p {
    color: white;
    font: 16px/1.5 "OS-regular";
    line-height: 34px;
}

.left-block.tech-page-text a {
    color: white;
    text-decoration: underline;
}

.sp-img-block .sp-slide-wrapper .navigate {
    left: auto;
    right: 60px;
}

@media (max-width: 1640px) {
    .sp-section.tech-section .sp-content-wrapper.sp-reverse .left-block.tech-page-text {
        padding: 0 15px !important;
    }

    .sp-section.tech-section .sp-content-wrapper.sp-reverse .left-block.tech-page-text h3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1400px) {

    .sp-section.tech-section .sp-content-wrapper.sp-reverse .left-block.tech-page-text p {
        font-size: 14px;
        line-height: 28px;
    }
}

@media ( max-width: 1200px) {
    .sp-section.tech-section .sp-content-wrapper.sp-reverse {
        flex-direction: column;
    }

    .sp-section.tech-section .sp-content-wrapper .right-block {
        margin-bottom: 0px;
        width: 100%;
    }

    .sp-section.tech-section .sp-content-wrapper.sp-reverse .left-block {
        width: 100%;
        margin: 25px 0;

    }

    .sp-section.tech-section {
        padding: 0;
    }

    .tech-title-new p {
        font-size: 14px;
    }
}

@media ( max-width: 600px) {
    .sp-section.tech-section .sp-content-wrapper.sp-reverse .sp-slide-wrapper .navigate {
        right: 20px;
        font-size: 18px;
    }

    .sp-section.tech-section .navigate-line {
        height: 70px;
    }
}

.mouse-img {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 30px);
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: none;
}

.sp-section div.par {
    color: #000e17;
    font-family: "OS-semibold";
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.black-backgr-for-slide {
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.25;
}

.abs-text-video {
    max-width: 1000px;
    left: 10%;
}

.welcome-play-btn {
    position: absolute;
    top: calc(50% - 32px);
    right: calc(50% - 32px);
    z-index: 10;
    width: 64px;
    height: 65px;

}

.welcome-play-btn img {
    cursor: pointer;
    object-fit: contain;
}
.about-slide.about-slide-welcome-video{
  height: auto;
}

@media (max-width: 476px) {
    .tech-links a {
        font-size: 16px;
        letter-spacing: -1px;
    }

}