@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: local('Gilroy Heavy'), local('Gilroy-Heavy'),
        url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.eot');
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Thin.woff') format('woff'),
        url('../fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?aaon7d');
  src:  url('../fonts/icomoon.eot?aaon7d#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?aaon7d') format('truetype'),
    url('../fonts/icomoon.woff?aaon7d') format('woff'),
    url('../fonts/icomoon.svg?aaon7d#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.soc {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

*, ::after, ::before {
    box-sizing: border-box;
}
::placeholder {
    color: #6F8793;
}
input, 
textarea {
    
    outline:none;
}
body, html {
    overflow-x: hidden;
    position: relative;
}
body {
    font-family: 'Gilroy';
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: #fff;
}
a, button, span {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
.container {
    width: 1260px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-1,
.col-2,
.col-3, 
.col-4, 
.col-5, 
.col-6, 
.col-7, 
.col-8, 
.col-9, 
.col-10, 
.col-11, 
.col-12  {
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
@media only screen and (max-width: 1280px) {
    .container {
        width: 960px;
    }
}
@media only screen and (max-width: 980px) {
    .container {
        width: 700px;
    }
}
@media only screen and (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 450px;
        padding: 0 15px;
    }
    .col-1,
    .col-2,
    .col-3, 
    .col-4, 
    .col-5, 
    .col-6, 
    .col-7, 
    .col-8, 
    .col-9, 
    .col-10, 
    .col-11, 
    .col-12  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }   
}
button:active, button:focus, a:active, a:focus {
  outline: none;
}
button::-moz-focus-inner, a::-moz-focus-inner {
  border: 0;
}
.btn {
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    height: 55px;
    background: #0E6EFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 45px;
}
.btn:hover {
    background: #005AEB;
}

.ellipse {
    width: 1200px;
    height: 1200px;
    border-radius: 529px;
    background: url(../img/Ellipse.png) no-repeat center;
}
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(100, 115, 142, 0.08);
    padding: 25px 0;
}
header .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.block-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.block-menu .menu {
    list-style: none;
    display: flex;
    margin: 0 -23px;
    padding: 0;
}

.block-menu .menu li a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 23px;
}
.block-menu .menu li a:hover {
    color: #0E6EFF;
}
.block-menu span {
    width: 2px;
    height: 19px;
    background: rgba(100, 115, 142, 0.14);
    border-radius: 2px;
    margin: 0 56px 
}
.block-menu .soc {
    padding: 0;
    margin: 0 -23px;
    display: flex;
    list-style: none;
}
.block-menu .soc li {
    margin: 0 23px;
}
.block-menu .soc li a {  
    display: flex;  
    align-items: center; 
    height: 24px;   
    justify-content: center;
}
.block-menu .soc li a:before {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.soc li a {
    font-size: 0;
}
.instagram a::before {
    font-size: 16px;
    content: "\e900";
}
.linkedin a::before {
    content: "\e901";
    font-size: 18px;
}
.upwork a::before {
    content: "\e902";
    font-size: 17px;
}
.dribbble a::before {
    content: "\e903";
    font-size: 18px;
}

.block-menu .soc li a:hover::before {
    color: #0E6EFF;
}
.block-menu .btn {
    margin: 0 0 0 164px;
    font-size: 16px;
}
.active-menu {
    overflow: hidden;
}
.active-menu .ellipse {
    display: none;
}
@media only screen and (max-width: 1280px) {
    .block-menu .menu {
        margin: 0 -17px;
    }
    .block-menu .menu li a {
        margin: 0 17px;
    }
    .block-menu span {
        margin: 0 30px;
    }
    .block-menu .soc {
        margin: 0 -17px;
    }
    .block-menu .soc li {
        margin: 0 17px;
    }
    .block-menu .btn {
        margin: 0 0 0 65px;
    }
}

@media only screen and (max-width: 980px) {
	header {
		position: fixed;
	}
	header.fixed {
		background: #071D31;
		padding: 20px 0;
	}
    header {
        padding: 20px 0;
    }
    header .block-menu {
        display: none;
    }
    .menuToggle {
        width: 55px;
        height: 55px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        background: #0E6EFF;
    }
    .hamburger {
        width: 23px;
        height: 2.5px;
        transform: translate(-50%, -50%);
        background: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        display: inline-block;
        border-radius: 10px;
        margin: 3px 0 0 23px;
    }
    .hamburger:before,
    .hamburger:after {
        content: "";
        width: 23px;
        height: 2.5px;
        position: absolute;
        background: #ffffff;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        border-radius: 10px;
    }
    .hamburger:before {
        top: -7px;
    }
    .hamburger:after {
        top: 7px;
    }
    html.active-menu .hamburger {
        background: none;
    }
    html.active-menu .hamburger:before {
        top: 0;
        transform: rotate(45deg);
    }
    html.active-menu .hamburger:after {
        top: 0;
        transform: rotate(135deg);
    }
    html.active-menu header .block-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        align-content: center;
        position: fixed;
        top: 96px;
        left: 0;
        background: #071D31;
        width: 100%;
        height: 100vh;
        padding: 0 0 178px;
        text-align: center;
    }
    header .block-menu .menu {
        margin: -12px 0;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
    header .block-menu .menu li {
        width: 100%;
        margin: 12px 0;
    }
    header .block-menu .menu li a {
        font-weight: 500;
        font-size: 44px;
        line-height: 52px;
        margin: 0;
    }
    header .block-menu span {
        margin: 45px 0;
        background: rgba(100, 115, 142, 0.14);
        width: 251px;
        height: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .block-menu span::after {
        content: '';
        background: #0E6EFF;
        width: 27px;
        height: 2px;
        display: block;
    }
    header .block-menu .soc {
        margin: 0;
        width: 100%;
        justify-content: center;
    }
    header .block-menu .soc li {
        margin: 0 21px;
    }
    header .block-menu .soc li a:before {
        font-size: 25px;
    }
    header .block-menu .btn {
        margin: 45px 0 0;
        width: 251px;
    }
}
@media only screen and (max-width: 767px) {
    .header-logo img {
        width: 138px;
    }
    .menuToggle {
        width: 50px;
        height: 50px;
    }
    header .block-menu .menu li a {
        font-size: 31px;
        line-height: 36px;
    }
    header .block-menu span {
        width: 187px;
        margin: 45px 0;
    }
    header .block-menu .btn {
        height: 61px;
        font-size: 17px;
    }
    header .block-menu .soc li {
        margin: 0 16px;
    }
    header.fixed {
        padding: 15px 0;
    }
    html.active-menu header.fixed .block-menu {
        top: 81px;
    }
    header.fixed .block-menu .btn {
        bottom: 81px;
    }
}
.section-home-first {
    background: #071D31;
    padding: 189px 0 87px;
    position: relative;
    overflow: hidden;
}
.section-home-first::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: url(../img/Line.svg) no-repeat center top 106px;
}
.section-home-first .container {
    z-index: 1;
    position: relative;
}
.section-home-first span.overhead {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0E6EFF;
}
.section-home-first .title {
    font-style: normal;
    font-weight: 500;
    font-size: 83px;
    line-height: 85px;
    color: #FFFFFF;
    margin: 35px 0 8px;
}
.section-home-first .title span {
    color: #0E6EFF;
}
.section-home-first .title::after {
    content: '';
    width: 58px;
    height: 58px;
    background: url(../img/Star2.svg);
    display: inline-block;
    margin: 0 0 0 15px;
}
.section-home-first p {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: rgba(189, 210, 223, 0.8);
    margin: 0 0 40px;
    max-width: 715px;
}
.section-home-first .btn {
    padding: 0 55px;
    height: 60px;
}
.section-home-first .benefits {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 65px -25px 0;
}
.section-home-first .benefits>div {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 25px;
}
.section-home-first .benefits .name {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 0 13px;
}
.section-home-first .benefits .name::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #0E6EFF;
    margin: 13px 0 0;
}
.section-home-first .benefits p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(189, 210, 223, 0.8);
}
.section-home-first .slider__wrapper {
    width: 413.3px;
    height: 610px;
    float: right;
    position: relative;
}
.section-home-first .slider__wrapper .slider {
    padding: 0;
    width: 413.3px!important;
    height: 610px;
}
.section-home-first .slider__wrapper .slider .slick-slide {
    height: 610px;
    display: flex;
}
.section-home-first .slider__wrapper .slider .slick-slide img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
}
.section-home-first .slider__wrapper .slider-progress {
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
}
.section-home-first .slider__wrapper .slider-progress .progress {
  width: 0%;
  height: 6px;
  background: #0E6EFF;
}
@keyframes ellipse1 {
    0% {
        left: -580px;
        bottom: -580px;
    }
    25% {
        left: -580px;
        bottom: 280px;
    }
    50% {
        left: -580px;
        bottom: -580px;
    }
    75% {
        bottom: -580px;
        left: 280px;
    }
    100% {
        bottom: -580px;
        left: -580px;
    }
}
@keyframes ellipse2 {
    0% {
        right: -580px;
        top: -580px;
    }
    25% {
        right: -580px;
        top: 280px;
    }
    50% {
        right: -580px;
        top: -580px;
    }
    75% {
        right: 280px;
        top: -580px;
    }
    100% {
        top: -580px;
        right: -580px;
    }
}
.section-home-first .ellipse1 {
    position: absolute;
    left: -580px;
    bottom: -580px;
    animation: ellipse1 20s infinite;
}
.section-home-first .ellipse2 {
    position: absolute;
    top: -580px;
    right: -580px;
    animation: ellipse2 25s infinite;
}
@media only screen and (max-width: 1280px) {
    .section-home-first {
        padding: 184px 0 80px;
    }
    .section-home-first .overhead span {
        display: none;
    }
    .section-home-first .title {
        font-size: 80px;
        line-height: 82px;
        position: relative;
    }
    .section-home-first .title br {
        display: none;
    }
    .section-home-first .title::after {
        margin: 0;
        position: absolute;
        right: 0;
        top: 15px;
        width: 65px;
        height: 65px;
        background-size: cover;
    }
    .section-home-first .slider__wrapper {
        max-width: 358px;
        max-height: 529px;
    }
    .section-home-first .slider__wrapper .slider .slick-slide {
        height: 529px;
        display: flex;
    }
    .section-home-first .benefits {
        margin: 55px -20px 0;
        width: 980px;
    }
    .section-home-first .benefits>div {
        padding: 0 20px;
    }
    .section-home-first .benefits>div:nth-child(1) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
    .section-home-first .benefits>div:nth-child(2) {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
    .section-home-first .benefits>div:nth-child(3) {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
    .section-home-first::after {
        display: none;
    }
    
}
@media only screen and (max-width: 980px) {
    .section-home-first {
        padding: 150px 0 80px;
    }
    .section-home-first .overhead span {
        display: inline-block;
    }
    .section-home-first .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-home-first .col-5{
        position: absolute;
        bottom: 0;
        right: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
        visibility: visible;
        opacity: 1;
    }
    .section-home-first .slider__wrapper {
        max-width: 381px;
        max-height: 561px;
    }
    .section-home-first .slider__wrapper .slider .slick-slide {
        height: 561px;
    }
    .section-home-first .title {
        font-size: 79px;
        line-height: 84px;
    }
    .section-home-first .title::after {
        top: auto;
        bottom: auto;
        width: 58px;
        height: 58px;
        position: relative;
        margin: 0 0 0 14px;
    }
    .section-home-first .benefits {
        width: 243px;
    }
    .section-home-first .benefits>div:nth-child(1),
    .section-home-first .benefits>div:nth-child(2),
    .section-home-first .benefits>div:nth-child(3) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 50px;
    }
    .section-home-first .benefits>div:nth-child(3) {
        margin: 0;
    }

}
@media only screen and (max-width: 767px) {
    .section-home-first {
        padding: 139px 0 70px;
    }
    .section-home-first span.overhead {
        line-height: 24px;
        text-align: center;
        display: block;
    }
    .section-home-first .title {
        font-size: 50px;
        line-height: 51px;
        text-align: center;
        margin: 22px 0 10px;
    }
    .section-home-first .title::after {
        position: relative;
        top: auto;
        bottom: auto;
        width: 38px;
        height: 38px;
        margin: 0 0 0 12px;
    }
    .section-home-first p {
        font-size: 16px;
        margin: 0 0 30px;
        max-width: 100%;
        text-align: center;
    }
    .section-home-first .col-5 {
        position: relative;
        bottom: 0;
        right: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        visibility: visible;
        opacity: 1;
    }
    .section-home-first .btn {
        padding: 0 55px;
        height: 60px;
        width: 100%;
    }
    .section-home-first .benefits {
        width: calc(100% + 20px);
        text-align: center;
        margin: 50px -10px 45px;
    }
    .section-home-first .benefits .name {
        font-size: 19px;
        line-height: 22px;
    }
    .section-home-first .benefits .name::after {
        margin: 13px auto 0;
    }
    .section-home-first .benefits>div:nth-child(1), .section-home-first .benefits>div:nth-child(2) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0 0 20px;
        padding: 0 10px
    }
    .section-home-first .slider__wrapper {
        max-width: 100%;
        width: 100%;
        max-height: 508px;
    }
    .section-home-first .slider__wrapper .slider .slick-slide {
        height: 508px;
    }
    .section-home-first .ellipse1 {
        left: -580px;
        bottom: 212px;
        animation: none;
    }
    .section-home-first .ellipse2 {
        top: -480px;
        right: -680px;
        animation: none;
    }
}
.section-home-services {
    background: #F9FAFB;
    padding: 100px 0;
}
.top-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 60px;
}
.top-text .overhead {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0E6EFF;
}
.top-text .title {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #001A2A;
    margin: 12px 0 0;
}
.top-text p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 26, 42, 0.8);
    margin: 0 0 7px;
    padding: 0 0 0 18px;
    max-width: 543px;
    display: flex;
    align-items: center;
    position: relative;
}
.top-text p::before {
    content: '';
    display: inline-block;
    min-width: 2px;
    height: 90%;
    background: rgba(7, 29, 49, 0.11);
    margin: 0 16px 0 0;
    position: absolute;
    left: 0;
}
.section-home-services .block-services {
    background: #fff;
    padding: 28px;
    height: 100%;
    box-shadow: 0px 30px 48px rgba(7, 29, 49, 0.04);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-home-services .block-services .icon {
    width: 100px;
    height: 100px;
    background: #F9FAFB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 28px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.section-home-services .block-services .name {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #001A2A;
    margin: 0 0 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-home-services .block-services .name::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #0E6EFF;
    margin: 15px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-home-services .block-services p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 26, 42, 0.8);
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media only screen and (min-width: 980px) {
    .section-home-services .block-services:hover {
        background: #0E6EFF;
    }
    .section-home-services .block-services:hover .icon {
        background: rgba(249, 250, 251, 0.1);
    }
    .section-home-services .block-services:hover .icon svg path {
        fill: #FFF;
    }
    .section-home-services .block-services:hover .name {
        color: #fff
    }
    .section-home-services .block-services:hover .name::after{
        background: rgba(255, 255, 255, 0.3);
    }
    .section-home-services .block-services:hover p {
        color: rgba(255, 255, 255, 0.8);
    }
}
@media only screen and (max-width: 1280px) {
    .section-home-services {
        padding: 80px 0 60px;
    }
    .section-home-services .col-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .top-text {
        margin: 0 0 50px;
    }
    .top-text .title {
        margin: 12px 20px 0 0;
    }
    .top-text p {
        max-width: 50%;
    }
}
@media only screen and (max-width: 980px) {
    .top-text {
        flex-wrap: wrap;
    }
    .top-text p {
        margin: 16px 0 0;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-services {
        padding: 70px 0 50px;
    }
    .section-home-services .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .top-text .title {
        margin: 10px 0 0;
        font-size: 36px;
        line-height: 42px;
    }
    .top-text p {
        margin: 20px 0 0;
    }
    .top-text {
        margin: 0 0 40px;
    }
}
.section-works {
    padding: 100px 0;
}
.section-works .portfolio-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.section-works .row {
    margin-right: -20px;
    margin-left: -20px;
}
.section-works .col-6 {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;
}
.work {
    
}
.work .work-img {
    display: block;
    height: 450px;
    background-size: 100%;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work:hover .work-img {
   background-size: 110%; 
}
.work .work-bottom {
    margin: 25px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.work .work-name {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #001A2A;
    margin: 0 0 7px;
}
.work:hover .work-name {
    color: #0E6EFF;
}
.work p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(0, 26, 42, 0.5);
    margin: 0;
}
.work .btn-work {
    display: flex;
    width: 55px;
    height: 55px;
    padding: 0 21px;
    background: #0E6EFF;
    align-items: center;
    justify-content: flex-end;
}
.work .btn-work span {
    display: none;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 24px 0 7px;
    min-width: 75px;
}
.work .btn-work:hover {
    background: #005AEB;
}
.work:hover .btn-work {
    width: 157px;
}
.work:hover .btn-work span {
    display: block;
}
.section-works .all {
    position: relative;
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 26, 42, 0.1);
    height: 77px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #001A2A;
}
.section-works .all::after {   
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 52px;
    background: #0E6EFF;
    transform: rotate(90deg);
    top: -26px;
    right: 24px;
}
.section-works .all::before {   
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 52px;
    background: #0E6EFF;
    transform: rotate(90deg);
    bottom: -26px;
    left: 24px;
}
.section-works .all span {
    margin-left: 12px;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 8.5H15.7918' stroke='%230E6EFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 1.20837L15.7917 8.50004L8.5 15.7917' stroke='%230E6EFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    
}
.section-works .all:hover {
    background: #0E6EFF;
    border: 2px solid #0E6EFF;
    color: #fff;
}
.section-works .all:hover span {
    margin-left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 8.5H15.7918' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 1.20837L15.7917 8.50004L8.5 15.7917' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.section-works .btn--load {
    position: relative;
    margin: 20px 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 26, 42, 0.1);
    height: 77px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #001A2A;
    cursor: pointer;
}
.section-works .btn--load::after {   
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 52px;
    background: #0E6EFF;
    transform: rotate(90deg);
    top: -26px;
    right: 24px;
}
.section-works .btn--load::before {   
    position: absolute;
    content: '';
    display: block;
    width: 2px;
    height: 52px;
    background: #0E6EFF;
    transform: rotate(90deg);
    bottom: -26px;
    left: 24px;
}
.section-works .btn--load span {
    color: #0E6EFF;
    display: inline-block;
    margin: 0 0 0 5px;
    
}
.section-works .btn--load:hover {
    background: #0E6EFF;
    border: 2px solid #0E6EFF;
    color: #fff;
}
.section-works .btn--load:hover span {
    color: #fff;
}
@media only screen and (max-width: 1280px) {
    .section-works .portfolio-item {
        margin: 0 -10px;
    }
    .section-works {
        padding: 80px 0;
    }
    .section-works .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    .section-works .col-6 {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 40px;
    }
    .work .work-img {
        height: 342px;
    }
    .section-works .all {
        margin: 10px 0 0;
    }
    .section-works .btn--load {
        margin: 10px 0 40px;
    }
}
@media only screen and (max-width: 980px) {
    .work .work-img {
        height: 247px;
    }
    .work .work-name {
        font-size: 23px;
        line-height: 28px;
    }
    .work .btn-work {
        width: 50px;
        height: 50px;
        padding: 0 18px;
    }
    .work:hover .btn-work {
        width: 50px;
    }
    .work:hover .btn-work span {
        display: none;
    }
    .section-works .all,
    .section-works .btn--load {
        height: 71px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .section-works {
        padding: 70px 0;
    }
    .section-works .col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }
    .work .work-img {
        height: auto;
        background-size: 0%;
    }
    .work:hover .work-img {
       background-size: 0%; 
    }
    .work .work-img img {
        width: 100%;
        height: auto;
    }
    .work .work-bottom {
        margin: 18px 0 0;
    }
    .work .work-name {
        font-size: 22px;
        line-height: 26px;
    }
    .section-works .all {
        margin: 0;
    }
    .section-works .btn--load {
        margin: 0 0 35px;
    }
}
@media only screen and (min-width: 767px) {
    .work .work-img img {
        display: none;
    }
}
.section-home-reviews {
    padding: 100px 0;
    background: #F9FAFB;
}
.section-home-reviews  .slider-reviews {
    padding: 0;
}
.section-home-reviews .slick-list {
    overflow: inherit;
    margin: 0 -10px
}
.section-home-reviews .slick-slide {
    padding: 0 10px;
    opacity: 0;
    font-size: 16px!important;
    line-height: 25px!important;
}
.section-home-reviews .slick-active {
    opacity: 1;
}
.reviews-block {
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 0px 30px 48px rgba(7, 29, 49, 0.04);
    height: 100%;
}
.reviews-block p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px!important;
    line-height: 25px!important;
    color: rgba(0, 26, 42, 0.8);
    margin: 0 0 28px;
    min-height: 150px;
}
.reviews-block .reviews-bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(0, 26, 42, 0.1);
    padding: 20px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3576 0.5H1.02109C0.457107 0.5 0 0.933701 0 1.46881V16.9688C0 17.5036 0.457107 17.9373 1.02109 17.9373H14.2744C14.2943 23.7499 9.77467 27.6248 5.10514 27.6248C4.54116 27.6248 4.08405 28.0585 4.08405 28.5936V30.5312C4.08405 31.0663 4.54116 31.5 5.10514 31.5C11.2283 31.5 18.3784 27.6248 18.3784 17.9373V1.46881C18.3784 0.933701 17.9213 0.5 17.3576 0.5Z' fill='%230E6EFF'/%3E%3Cpath d='M38.9789 0.5H22.6424C22.0787 0.5 21.6216 0.933701 21.6216 1.46881V16.9688C21.6216 17.5036 22.0787 17.9373 22.6424 17.9373H35.896C35.916 23.7499 31.396 27.6248 26.7268 27.6248C26.1628 27.6248 25.7057 28.0585 25.7057 28.5936V30.5312C25.7057 31.0663 26.1628 31.5 26.7268 31.5C32.8499 31.5 40 27.6248 40 17.9373V1.46881C40 0.933701 39.5429 0.5 38.9789 0.5Z' fill='%230E6EFF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right top 26px;
}
.reviews-block .reviews-bottom img {  
    height: 34px;  
    margin: 0 18px 0 0;
}
.reviews-block .reviews-bottom .company_name {  
    font-style: normal;  
    font-weight: 600;  
    font-size: 18px;  
    line-height: 22px;  
    color: #001A2A;
}
.reviews-block .reviews-bottom .company_name span {   
    display: block;  
    font-style: normal;  
    font-weight: 500;  
    font-size: 15px;  
    line-height: 18px;  
    color: rgba(0, 26, 42, 0.5);  
    margin: 4px 0 0;
}
@media only screen and (min-width: 980px) {
    .reviews-block {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .reviews-block p {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .reviews-block .reviews-bottom {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .reviews-block .reviews-bottom .company_name {  
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .reviews-block:hover {
        background: #0E6EFF;
    }
    .reviews-block:hover .reviews-bottom {
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3576 0.5H1.02109C0.457107 0.5 0 0.933701 0 1.46881V16.9688C0 17.5036 0.457107 17.9373 1.02109 17.9373H14.2744C14.2943 23.7499 9.77467 27.6248 5.10514 27.6248C4.54116 27.6248 4.08405 28.0585 4.08405 28.5936V30.5312C4.08405 31.0663 4.54116 31.5 5.10514 31.5C11.2283 31.5 18.3784 27.6248 18.3784 17.9373V1.46881C18.3784 0.933701 17.9213 0.5 17.3576 0.5Z' fill='%23FFF'/%3E%3Cpath d='M38.9789 0.5H22.6424C22.0787 0.5 21.6216 0.933701 21.6216 1.46881V16.9688C21.6216 17.5036 22.0787 17.9373 22.6424 17.9373H35.896C35.916 23.7499 31.396 27.6248 26.7268 27.6248C26.1628 27.6248 25.7057 28.0585 25.7057 28.5936V30.5312C25.7057 31.0663 26.1628 31.5 26.7268 31.5C32.8499 31.5 40 27.6248 40 17.9373V1.46881C40 0.933701 39.5429 0.5 38.9789 0.5Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    .reviews-block:hover p {
        color: rgba(255, 255, 255, 0.8);
    }
    .reviews-block:hover .reviews-bottom .company_name {
        color: #fff;
    }
    .reviews-block:hover .reviews-bottom .company_name span {
        color: rgba(255, 255, 255, 0.5);
    }
    .reviews-block:hover img {
        -webkit-filter: brightness(90%);
        filter: brightness(5);
        opacity: 0.8;
    }
}
@media only screen and (max-width: 1280px) {
    .section-home-reviews {
        padding: 80px 0;
    }
    .section-home-reviews .slider-reviews {
        padding: 0 0 93px;
    }
    .slick-next {
        right: 0;
        bottom: -30px;
        top: auto;
    }
    .slick-prev {
        left: 0;
        right: auto;
        bottom: -30px;
        top: auto;
    }
    .reviews-block p {
        min-height: 127px;
    }
}
@media only screen and (max-width: 980px) {
    .reviews-block p {
        min-height: 200px;
    }
    .reviews-block .reviews-bottom img {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-reviews {
        padding: 70px 0;
    }
    .reviews-block .reviews-bottom img {
        display: block;
    }
    .reviews-block p {
        min-height: auto;
    }
}
footer {
    background: #071D31;
    position: relative;
    overflow: hidden;
}
footer .container {
    position: relative;
    z-index: 1;
}
footer .footer-top {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer-bottom {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}
footer .footer-bottom p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    color: rgba(189, 210, 223, 0.8);
    margin: 0;
}
footer .footer-bottom .dev {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
    color: rgba(189, 210, 223, 0.8);
}
footer .footer-bottom .dev span {
    margin: -2px 10px;
    background: rgba(100, 115, 142, 0.2);
    border-radius: 2px;
    width: 2px;
    height: 12px;
    display: inline-block;
}
footer .footer-bottom .dev div {
    display: inline-block;
}
footer .footer-bottom .dev a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: rgba(189, 210, 223, 0.8);
    text-decoration: underline;
}
footer .footer-bottom .dev a:hover {
    color: #fff;
}
footer .ellipse1 {
    position: absolute;
    top: -160px;
    left: -350px;
}
footer .ellipse2 {
    position: absolute;
    top: -600px;
    right: -440px;
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 980px) {
    footer .footer-top {
        padding: 45px 0;
        flex-wrap: wrap;
    }
    footer .btn {
        width: 100%;
        margin: 28px 0 0;
    }
    
}
@media only screen and (max-width: 767px) {
    footer .footer-top {
        padding: 50px 0;
    }
    .block-menu {
        flex-wrap: wrap;
    }
    .block-menu .menu {
        width: 100%;
        margin: 30px -17px 0;
    }
    .block-menu span {
        margin: 30px 0;
        display: block;
        width: 35px;
        height: 2px;
    }
    .block-menu .soc {
        width: calc(100% + 40px);
        margin: 0 -20px;
    }
    .block-menu .soc li {
        margin: 0 20px;
    }
    footer .btn {
        margin: 36px 0 0;
    }
    footer .footer-bottom {
        justify-content: center;
        flex-wrap: wrap;
    }
    footer .ellipse1 {
        top: -160px;
        left: -750px;
    }
    footer .ellipse2 {
        top: -600px;
        right: -700px;
    }
    footer .footer-bottom .dev {
        display: none;
    }
}
.section-page-first {
    padding: 200px 0 100px;
    position: relative;
    background: #071D31;
    text-align: center;
    overflow: hidden;
}
.section-page-first .container {
    position: relative;
    z-index: 2;
}
.section-page-first .overhead {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0E6EFF;
}
.section-page-first .title {
    font-style: normal;
    font-weight: 500;
    font-size: 73px;
    line-height: 86px;
    text-align: center;
    color: #FFFFFF;
    margin: 17px 0 0;
}
@keyframes page-ellipse1 {
    0% {
        left: -680px;
        bottom: -780px;
    }
    25% {
        left: -680px;
        bottom: -280px;
    }
    50% {
        left: -680px;
        bottom: -780px;
    }
    75% {
        left: 280px;
        bottom: -780px;
    }
    100% {
        left: -680px;
        bottom: -780px;
    }
}
@keyframes page-ellipse2 {
    0% {
        right: -680px;
        top: -780px;
    }
    25% {
        right: -680px;
        top: -280px;
    }
    50% {
        right: -680px;
        top: -780px;
    }
    75% {
        right: 280px;
        top: -680px;
    }
    100% {
        right: -680px;
        top: -780px;
    }
}
.section-page-first .ellipse1 {
    position: absolute;
    left: -680px;
    bottom: -780px;
    animation: page-ellipse1 20s infinite;
}
.section-page-first .ellipse2 {
    position: absolute;
    top: -780px;
    right: -680px;
    animation: page-ellipse2 25s infinite;
}
.section-page-first::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: url(../img/Line.svg) no-repeat center top 106px;
}
@media only screen and (max-width: 1280px) {
    .section-page-first::after {
        display: none;
    }
    
}
@media only screen and (max-width: 980px) {
    
}
@media only screen and (max-width: 767px) {
    .section-page-first .ellipse1 {
        animation: none;
        left: -680px;
        bottom: -680px;
    }
    .section-page-first .ellipse2 {
        animation: none;
        top: -680px;
        right: -680px;
    }
    .section-page-first {
        padding: 150px 0 60px;
    }
    .section-page-first .title {
        font-size: 45px;
        line-height: 48px;
        margin: 20px 0 0;
    }
}
.section-all-works {
    padding: 100px 0 60px;
}
.section-all-works .tabs__content {
    display: none;
}
.section-all-works .tabs__content.active {
    display: block;
}
.section-all-works .tabs__caption {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 26, 42, 0.12);
    display: flex;
    justify-content: space-between;
}
.section-all-works .tabs__caption li:nth-child(1) {
    order: 1;
}
.section-all-works .tabs__caption li:nth-child(2) {
    order: 5;
}
.section-all-works .tabs__caption li:nth-child(3) {
    order: 3;
}
.section-all-works .tabs__caption li:nth-child(4) {
    order: 2;
}
.section-all-works .tabs__caption li:nth-child(5) {
    order: 4;
}
.tabs__caption li {
    flex: auto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: rgba(0, 26, 42, 0.8);
    padding: 0 10px 22px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tabs__caption li:hover {
    color: #0E6EFF;
}
.tabs__caption li.active {
    border-bottom: 2px solid #0E6EFF;
    color: #0E6EFF;
    font-weight: 600;
    padding: 0 10px 21px;
    margin: 0 0 -1px;
}
@media only screen and (max-width: 1280px) {
    .section-all-works {
        padding: 80px 0 40px;
    }
    .section-all-works .tabs__caption {
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 980px) {
    .tabs__caption li {
        flex: initial;
        padding: 0 10px 22px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .section-all-works {
        padding: 70px 0 35px;
    }
    .tabs__caption li.active {
        margin: 0 0 -1px;
        padding: 0 17.5px;
    }
    .tabs__caption li {
        margin: 0 ;
        padding: 0 17.5px 16px;

    }
    .tabs__caption li:hover {
        color: rgba(0, 26, 42, 0.8);
    }
    .section-all-works .tabs__caption {
        width: max-content;
        margin: 0 0 40px;
    }
    .section-all-works .container {
        position: relative;
    }
    .section-all-works .overflow {
        overflow: auto;
    }

}
.section-page-works .container{
    position: relative;
}
.section-page-works .line {
    border-bottom: 1px solid rgba(0, 26, 42, 0.12);
    position: absolute;
    width: calc(100% - 20px);
    top: 61px;
}
.section-page-works .line::before {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #0E6EFF;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.section-page-works .line::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #0E6EFF;
    position: absolute;
    right: 0;
    bottom: -1px;
}
.section-page-works .overflow {
    margin: 0 0 60px;
}
.section-page-works ul {
    padding: 0;
    margin: -20px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-page-works li {
    padding: 20px 40px;
    margin: 0 0 1px;
}
.section-page-works li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #001A2A;
}
.section-page-works li a:hover {
    color: #0E6EFF;
}
.section-page-works img {
    width: 100%;
    height: auto;
    margin: 40px 0 0;
    display: block;
}
.section-page-works img:first-child {
    margin: 0;
}
.section-page-works .title {
    margin: 100px 0 42px;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 47px;
    color: #001A2A;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-page-works .title:nth-child(3) {
    margin: 0 0 42px;
}
.section-page-works .title::after {
    content: '';
    width: 50px;
    height: 51px;
    display: inline-block;
    background: url(../img/Star2.svg);
    background-size: cover;
}
@media only screen and (max-width: 1280px) {
    .section-page-works .title {
        margin: 80px 0 42px;
    }
    .section-page-works .title:nth-child(3) {
        margin: 0 0 42px;
    }
    .section-page-works .overflow {
        margin: 0 0 30px;
    }
    section-page-works li {
        padding: 20px 30px;
    }
    .section-page-works .overflow {
        margin: 0 0 50px;
    }
}
@media only screen and (max-width: 980px) {
    .section-page-works li a {
        font-size: 16px;
    }
    .section-page-works li {
        padding: 20px 25px;
    }
}
@media only screen and (max-width: 767px) {
    .section-page-works img {
        margin: 20px 0 0;
    }
    .section-page-works img:first-child {
        margin: 0;
    }
    .section-page-works li a:hover {
        color: #001A2A;
    }
    .section-page-works .title:nth-child(3){
        margin: 0 0 20px;
    }
    .section-page-works .title {
        margin: 50px 0 20px;
        font-size: 26px;
        line-height: 42px;
    }
    .section-page-works .title::after {
        width: 34px;
        height: 35px;
    }
    .section-page-works ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-bottom: 1px solid rgba(0, 26, 42, 0.12);
        display: flex;
        justify-content: space-between;
        width: max-content;
        min-width: 100%;
    }
    .section-page-works li:first-child {
        border-bottom: 2px solid #0E6EFF;
        margin: 0 -1px;
        padding: 0 17.5px;
    }
    .section-page-works li:first-child a {
        color: #0E6EFF;
        font-weight: 600;
    }
    .section-page-works li {
        padding: 0 17.5px 16px;
        margin: 0;
    }
    .section-page-works .line {
        display: none;
    }
    .section-page-works .overflow {
        position: relative;
        overflow: hidden;
        overflow-x: auto;
        margin: 0 0 40px;
    }
    .section-page-works .overflow-after::after {
        content: '';
        display: block;
        width: 95px;
        height: 36px;
        background: linear-gradient(270deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        right: 15px;
        z-index: 1;
    }
    .section-all-works .tabs__caption::after {
        content: '';
        display: block;
        width: 95px;
        height: 36px;
        background: linear-gradient(270deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        right: 15px;
    }
    .scrollbeforeplus .section-all-works .tabs__caption::before, .scrollbeforeplus .section-page-works .overflow-after::before  {
        content: '';
        display: block;
        width: 95px;
        height: 36px;
        background: linear-gradient(90deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        left: 15px;
        z-index: 1;
    }
    .scrollafternone .section-all-works .tabs__caption::after, .scrollafternone .section-page-works .overflow-after::after {
        display: none;
    }
    
}
.section-works-more {
    background: #F9FAFB;
}
.section-works-more .more-all {
    height: 60px;
    background: #0E6EFF;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0 55px;
    margin: 0 0 7px;
}
.section-works-more .more-all::after  {
    content: '';
    width: 17px;
    height: 17px;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2085 8.5H15.7918' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 1.20837L15.7917 8.50004L8.5 15.7917' stroke='%23FFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section-works-more .more-all:hover::after  {
    margin-left: 25px;
    margin-right: -15px;
}
.section-works-more .more-all:hover {
    background: #005AEB;
}
.section-works-more .col-6 {
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .section-works-more .more-all {
        display: none;
    }
    .section-works-more {
        padding: 70px 0 35px;
    }
    .section-works-more .col-6 {
        margin-bottom: 35px;
    }
}
.overflow {
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
.overflow::-webkit-scrollbar {
    height: 0;              
    width: 0;
    background: transparent; 
}
.hide {
    display: none;
}
div.fancybox-bg {
    background: rgba(7, 29, 49, 0.5)!important;
}
.fancybox-slide--html .fancybox-close-small {
    color: #0E6EFF!important;
    padding: 7px!important;
    right: 10px!important;
    top: 10px!important;
    opacity: 1!important;
}
.popap.fancybox-content {
    padding: 93px 65px;
    width: 710px;
    text-align: center;
}
.popap span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0E6EFF;
}
.popap .title {
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #001A2A;
    margin: 12px 0 0;
}
.popap .title::after {
    content: '';
    width: 35px;
    height: 2px;
    background: #0E6EFF;
    margin: 15px auto;
    display: block;
}
.popap p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 26, 42, 0.8);
    margin: 0 0 35px;
}
.popap a {
    height: 60px;
    background: #0E6EFF;
    display: inline-flex;
    align-items: center;
    padding: 0 66px;
}
.popap a:hover {
    background: #005AEB;
}
@media only screen and (max-width: 980px) {
    .popap.fancybox-content {
        padding: 65px 78px;
        max-width: 680px;
        text-align: center;
    }
    .popap p {
        font-weight: 400;
    }
}
@media only screen and (max-width: 767px) {
    .popap.fancybox-content {
        padding: 65px 28px;
        max-width: 345px;
    }
    .popap .title {
        font-size: 35px;
        line-height: 42px;
        margin: 10px 0 0;
    }
    .popap p {
        font-size: 17px;
    }
    .popap p br {
        display: none;
    }
}