/*@import url("font-awesome.css");*/
    @font-face {
    font-family: "S-Regular";
    src: url("../fonts/Segoe_UI.ttf");
    src: url("../fonts/Segoe_UI.ttf")format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "S-Light";
    src: url("../fonts/Segoe_UI-Light.ttf");
    src: url("../fonts/Segoe_UI-Light.ttf")format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "S-Bold";
    src: url("../fonts/Segoe_UI-Bold.ttf");
    src: url("../fonts/Segoe_UI-Bold.ttf")format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "S-Black";
    src: url("../fonts/Segoe_UI-Black.ttf");
    src: url("../fonts/Segoe_UI-Black.ttf")format("truetype");
    font-style: normal;
    font-weight: 400;
}
* {
    outline: none;
}
h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "S-Light"}
@media(max-width:450px) {
    h1 {
    font-size: 27px;
}
}h2 {
    font-size: 30px;
    font-family: "S-Light"}
@media(max-width:450px) {
    h2 {
    font-size: 27px;
}
}ol, ul {
    padding-left: 25px;
    margin-bottom: 50px;
}
ol {
    list-style-type: none;
    counter-reset: li;
}
ol li {
    margin-bottom: 20px;
    padding-left: 10px;
    margin-top: 20px;
    position: relative;
}
ol li:before {
    counter-increment: li;
    content: counters(li, ".", decimal-leading-zero)". ";
    color: #3f93d1;
    position: absolute;
    left: -25px;
}
ol li a {
    color: #3f93d1;
    border-bottom: 1px solid #3f93d1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ol li a:hover {
    color: #5fc747;
    border-bottom: 1px solid #5fc747;
}
body {
    font-family: "S-Regular";
    font-size: 16px;
    color: #4e4e4e;
}
.stop-scroll {
    position: fixed;
    z-index: 7;
    width: 100%;
    background: #fff;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.wrapper {
    max-width: 1170px;
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
}
.top-head {
    height: 45px;
    background: #3f93d1;
}
@media(max-width:550px) {
    .top-head {
    height: 0;
}
}.location-company {
    color: #fff;
    padding-left: 25px;
    font-family: "S-Light";
    letter-spacing: 2px;
    background: url("../images/location-ico.svg")no-repeat;
    background-position: left center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}
.btn-call {
    font-variant: top;
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    margin-top: 5px;
    border: 1px solid #fff;
    float: right;
    margin-right: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-call:hover {
    color: #3f93d1;
    background: #fff;
    cursor: pointer;
}
@media(max-width:900px) {
    .btn-call {
    color: #3f93d1;
    position: fixed;
    display: none;
    bottom: 20px;
    left: 20px;
    font-size: 22px;
    border: 1px solid #3f93d1;
    z-index: 7;
}
.btn-call:hover {
    background: #3f93d1;
    color: #fff;
}
}.phone-company {
    color: #fff;
    padding-left: 25px;
    font-family: "S-Light";
    letter-spacing: 2px;
    background: url("../images/phone-ico.svg")no-repeat;
    background-position: left center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    float: right;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
}

.phone-company a{
    color:#ffffff;
}
@media(max-width:650px) {
    .phone-company {
    background: url("../images/phone-ico-xs.svg")no-repeat;
    background-position: left center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    color: #3f93d1;
    position: fixed;
    bottom: 25px;
    display: none;
    letter-spacing: auto;
    right: 20px;
    font-size: 22px;
    z-index: 7;
}
}@media(max-width:500px) {
    .phone-company {
    left: 20px;
    bottom: 80px;
}
}.head-menu {
    height: 90px;
    position: relative;
    z-index: 8;
}
.head-menu .justify-position {
    text-align: justify;
}
.head-menu .justify-position:after {
    display: inline-block;
    content: "";
    width: 100%}
.head-menu a {
    display: inline-block;
    margin-top: 5px;
}
.head-menu img {
    height: 80px;
}
.head-menu .mobile-btn {
    display: none;
    height: 45px;
    width: 45px;
    top: 25px;
    right: 20px;
    z-index: 6;
    cursor: pointer;
}
.head-menu .mobile-btn:before {
    bottom: 10px;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #3f93d1;
    content: "";
    position: absolute;
}
.head-menu .mobile-btn:after {
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #3f93d1;
    content: "";
    position: absolute;
}
.head-menu .mobile-btn span {
    top: 21px;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 2px;
    background: #3f93d1;
    position: absolute;
}
@media(max-width:900px) {
    .head-menu .mobile-btn {
    display: inline-block;
    position: absolute;
}
}.head-menu .active-menu {
    position: fixed;
}
.head-menu .active-menu:before {
    top: 22px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 2px;
    background: #3f93d1;
    content: "";
    position: absolute;
}
.head-menu .active-menu span {
    top: 23px;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 2px;
    background: #3f93d1;
    position: absolute;
}
.head-menu .active-menu:after {
    top: 22px;
    left: 0;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 2px;
    background: #3f93d1;
    content: "";
    position: absolute;
}
.head-menu .main-menu {
    display: inline-block;
}
.head-menu .main-menu ul {
    padding: 0;
    margin: 0;
}
.head-menu .main-menu li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-family: "S-Light";
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    position: relative;
}
@media(max-width:960px) {
    .head-menu .main-menu li {
    padding-left: 30px;
    padding-right: 30px;
}
}.head-menu .main-menu li a {
    color: #414141;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.head-menu .main-menu li a:hover {
    color: #3f93d1;
}
.head-menu .main-menu li .child-list {
    position: absolute;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    text-align: center;
    background: #fff;
    left: -40px;
    z-index: 5;
    color: #414141;
    top: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: none;
    padding: 0;
    margin: 0;
}
.head-menu .main-menu li .child-list li {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.head-menu .main-menu li .child-list li a {
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.head-menu .main-menu li .child-list li:hover {
    background: #3f93d1;
}
.head-menu .main-menu li .child-list li:hover a {
    color: #fff;
}
.head-menu .main-menu .clicked .child-list {
    display: block;
}
.head-menu .main-menu .active {
    position: relative;
}
.head-menu .main-menu .active:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 3px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
    background: #a5e775;
    content: ""}
@media(max-width:900px) {
    .head-menu .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100vh;
    background: rgba(255, 255, 255, 0.9);
    z-index: 6;
    text-align: center;
}
.head-menu .main-menu ul {
    display: inline-block;
    width: 350px;
    top: 50px;
    position: relative;
}
.head-menu .main-menu ul li {
    width: 100%;
    padding-left: 0;
    padding-bottom: 10px;
}
.head-menu .main-menu ul li .child-list {
    position: relative;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 10px;
}
.head-menu .main-menu ul li .child-list a {
    font-size: 16px;
}
.head-menu .main-menu ul li a {
    color: #3f93d1;
    font-size: 22px;
    font-family: "S-Bold"}
}.head-menu .active-menu-sec {
    position: fixed;
    display: block;
}
.slider-section {
    height: 490px;
    margin-bottom: 50px;
}
.slider-section .owl-dots {
    display: block !important;
    text-align: center;
    position: relative;
    top: -10px;
}
.slider-section .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3f93d1;
    margin-left: 5px;
    margin-right: 5px;
}
.slider-section .owl-dots .active {
    background: #3f93d1;
}
.slider-section .slide {
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 400px;
    background-size: auto 400px;
    height: 490px;
    max-width: 1480px;
    background-color: #fff;
    margin: auto;
}
.slider-section .slide .wrapper {
    position: relative;
    height: 100%;
    position: relative;
}
.slider-section .slide .wrapper .slider-txt {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    bottom: 0;
    left: 0;
    margin: auto 10px;
    width: 570px;
}
@media(max-width:1000px) {
    .slider-section .slide .wrapper .slider-txt {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
}@media(max-width:850px) {
    .slider-section .slide .wrapper .slider-txt {
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
}@media(max-width:500px) {
    .slider-section .slide .wrapper .slider-txt {
    height: auto;
    position: relative;
    padding-bottom: 20px;
    padding-left: 20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-right: 20px;
}
}.slider-section .slide .wrapper .caption {
    font-family: "S-Black";
    font-size: 47px;
    color: #3f93d1;
    width: 100%;
    display: block;
}
@media(max-width:550px) {
    .slider-section .slide .wrapper .caption {
    font-size: 40px;
    line-height: 36px;
}
}.slider-section .slide .wrapper .cap-description {
    font-size: 32px;
    font-family: "S-Black";
    line-height: 36px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
@media(max-width:850px) {
    .slider-section .slide .wrapper .cap-description {
    font-size: 28px;
}
}@media(max-width:550px) {
    .slider-section .slide .wrapper .cap-description {
    font-size: 24px;
    line-height: 26px;
}
}.slider-section .slide .wrapper .description {
    font-size: 13px;
    font-family: "S-Black";
    width: 100%;
    display: block;
    padding-right: 30%;
    margin-bottom: 40px;
}
@media(max-width:550px) {
    .slider-section .slide .wrapper .description {
    padding-right: 0;
}
}.slider-section .slide .wrapper .btn-slider {
    font-size: 19px;
    font-family: "S-Light";
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background: #5fc747;
    border: 1px solid #5fc747;
    display: inline-block;
    margin-right: 35px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.slider-section .slide .wrapper .btn-slider:hover {
    color: #5fc747;
    cursor: pointer;
    background: #fff;
    border: 1px solid #5fc747;
}
.present-section {
    height: 490px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1ac3c6), to(#1aa5c5));
    background: -webkit-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: -o-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: linear-gradient(to top, #1ac3c6, #1aa5c5);
    position: relative;
    color: #fff;
    z-index: 4;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
@media(max-width:600px) {
    .present-section {
    height: auto;
    padding-bottom: 20px;
}
}.present-section h2 {
    padding-bottom: 10px;
}
.present-section iframe {
    max-width: 590px;
    height: 290px;
}
.present-section span {
    max-width: 590px;
    margin: auto;
    display: block;
}
.present-section:before {
    background: url("../images/before-present-section.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    width: 25%;
    height: 100%;
    top: -130px;
}
@media(max-width:850px) {
    .present-section: before {
    display: none;
}
}.present-section:after {
    background: url("../images/after-present-section.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right center;
    right: 0;
    width: 25%;
    height: 100%;
    bottom: -50%;
    z-index: -1;
}
.partners-and-info {
    position: relative;
    z-index: 5;
    background: url("../images/information-half.png")no-repeat;
    background-position: left bottom;
    -webkit-background-size: 70% 70%;
    background-size: 70%}
.parntners {
    padding-top: 20px;
}
.parntners h2 {
    text-align: center;
    padding-bottom: 30px;
}
.parntners img {
    height: 160px;
    width: 160px !important;
    display: inline-block !important;
}
@media(max-width:650px) {
    .parntners img {
    height: auto;
    width: 60% !important;
}
}.parntners .slider-partner {
    padding-left: 120px;
    padding-right: 120px;
    position: relative;
    text-align: center;
}
@media(max-width:650px) {
    .parntners .slider-partner {
    padding-left: 30px;
    padding-right: 30px;
}
}.parntners .slider-partner .route {
    background: url("../images/slider-arrow.svg")no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 4;
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.parntners .slider-partner .route:hover {
    opacity: 0.5;
}
.parntners .slider-partner .route-left {
    left: 20px;
}
.parntners .slider-partner .route-right {
    right: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.information {
    margin-bottom: 50px;
}
.information .owl-dots {
    display: block !important;
    text-align: center;
    position: relative;
    top: -10px;
}
.information .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3f93d1;
    margin-left: 5px;
    margin-right: 5px;
}
.information .owl-dots .active {
    background: #3f93d1;
}
.information .slide {
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: 580px auto;
    background-size: 580px auto;
    height: 590px;
    max-width: 1480px;
    margin: auto;
}
@media(max-width:750px) {
    .information .slide {
    height: auto;
}
}.information .slide .wrapper {
    position: relative;
    height: 100%;
    position: relative;
}
.information .slide .wrapper .slider-txt {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    bottom: 0;
    margin: auto 10px;
    width: 640px;
    text-align: center;
    font-family: "S-Light";
    color: #000;
}
@media(max-width:1000px) {
    .information .slide .wrapper .slider-txt {
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
}@media(max-width:850px) {
    .information .slide .wrapper .slider-txt {
    width: 80%;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
}
}.information .slide .wrapper .slider-txt span {
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: 700;
    padding-right: 50px;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 1px solid #3f93d1;
    display: block;
}
@media(max-width:650px) {
    .information .slide .wrapper .slider-txt {
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-right: 20px;
}
.information .slide .wrapper .slider-txt span {
    font-size: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
}.what-job {
    height: 450px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1ac3c6), to(#1aa5c5));
    background: -webkit-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: -o-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: linear-gradient(to top, #1ac3c6, #1aa5c5);
    position: relative;
    color: #fff;
    z-index: 4;
    text-align: center;
    padding-top: 20px;
}
@media(max-width:650px) {
    .what-job {
    height: auto;
    padding-bottom: 20px;
}
}.what-job h2 {
    padding-bottom: 10px;
}
.what-job iframe {
    max-width: 590px;
    max-height: 290px;
}
.what-job span {
    max-width: 590px;
    margin: auto;
    display: block;
}
.what-job:before {
    background: url("../images/job-before.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    width: 40%;
    height: 100%;
    top: -130px;
}
.what-job:after {
    background: url("../images/job-after-half.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: right center;
    right: 0;
    width: 50%;
    height: 550px;
    top: -110px;
    z-index: -1;
}
.what-job .slide {
    background-position: left 50px;
    background-repeat: no-repeat;
    -webkit-background-size: 450px auto;
    background-size: 450px auto;
    height: 500px;
    max-width: 1480px;
    position: relative;
    z-index: 2;
    margin: auto;
}
@media(max-width:1000px) {
    .what-job .slide {
    -webkit-background-size: 350px auto;
    background-size: 350px auto;
}
}@media(max-width:850px) {
    .what-job .slide {
    background-image: none !important;
}
}@media(max-width:650px) {
    .what-job .slide {
    height: auto;
}
}.what-job .slide .wrapper {
    position: relative;
    height: 100%;
    position: relative;
}
.what-job .slide .wrapper .slider-txt {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    bottom: 0;
    margin: auto 10px;
    width: 640px;
    text-align: center;
    font-family: "S-Light";
    color: #fff;
}
@media(max-width:850px) {
    .what-job .slide .wrapper .slider-txt {
    width: 100%}
}@media(max-width:650px) {
    .what-job .slide .wrapper .slider-txt {
    position: relative;
}
}@media(max-width:450px) {
    .what-job .slide .wrapper .slider-txt {
    margin: auto;
}
}.what-job .slider-txt {
    text-align: justify;
}
.what-job .slider-txt:after {
    width: 100%;
    content: "";
    display: inline-block;
}
.what-job .job-variable {
    width: 30%;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 16px;
    font-family: "S-Light";
    vertical-align: top;
}
@media(max-width:450px) {
    .what-job .job-variable {
    width: 49%;
    padding-left: 15px;
    padding-right: 15px;
}
}.what-job .job-variable img {
    height: 70px;
    margin-bottom: 30px;
}
.case {
    text-align: center;
    padding-top: 20px;
    background: url("../images/information-half.png")no-repeat;
    background-position: left bottom;
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    padding-bottom: 60px;
}
.case h2 {
    padding-bottom: 30px;
}
.case .portfolio-index {
    text-align: center;
}
.case .card-items {
    display: inline-block;
    vertical-align: top;
}
@media(max-width:1000px) {
    .case .card-items {
    width: 30%}
.case .card-items .card-production {
    width: 100%;
    height: 200px;
}
}@media(max-width:450px) {
    .case .card-items {
    width: 100%}
}.case .card-production {
    width: 290px;
    position: relative;
    height: 290px;
    margin-bottom: 4px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-position: center !important;
    background-repeat: no-repeat;
}
.case .card-production:before {
    background: rgba(93, 174, 150, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    content: "";
    position: absolute;
}
.case .card-production:after {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 3;
    top: 0;
    content: "";
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.one-videos{
    max-width:100%;
    border-radius:20px;
    transition: 0.5s;
    cursor:pointer;
}
.one-videos:hover{
    opacity:0.7;
}

.case .card-production span {
    font-size: 17px;
    font-family: "S-Light";
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    color: #fff;
    margin: auto;
}
@media(max-width:550px) {
    .case .card-production span {
    font-size: 18px;
}
}.case .card-production:hover:after {
    opacity: 0.2;
}
.case .no-after:after {
    display: none;
    opacity: 0;
}
.what-me-job {
    height: 490px;
    background: -webkit-gradient(linear, left bottom, left top, from(#1ac3c6), to(#1aa5c5));
    background: -webkit-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: -o-linear-gradient(bottom, #1ac3c6, #1aa5c5);
    background: linear-gradient(to top, #1ac3c6, #1aa5c5);
    position: relative;
    color: #fff;
    z-index: 4;
    text-align: center;
    padding-top: 20px;
    overflow: hidden;
}
@media(max-width:1000px) {
    .what-me-job .wrapper {
    width: 75%;
    margin-left: 0;
}
.what-me-job .stage {
    width: 24% !important;
}
}@media(max-width:820px) {
    .what-me-job .wrapper {
    width: 100%}
}@media(max-width:600px) {
    .what-me-job {
    height: auto;
    padding-bottom: 20px;
}
.what-me-job .stage {
    width: 49% !important;
}
.what-me-job .stage:nth-child(3):before {
    display: none;
}
}.what-me-job h2 {
    padding-bottom: 30px;
}
.what-me-job .description-section {
    padding-bottom: 50px;
    display: block;
    font-family: "S-Light"}
.what-me-job .stage-developed {
    position: relative;
    z-index: 4;
}
.what-me-job:before {
    background: url("../images/me-job-before.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    width: 40%;
    height: 640px;
    top: 0;
}
@media(max-width:1550px) {
    .what-me-job: before {
    left: -110px;
}
}@media(max-width:1360px) {
    .what-me-job: before {
    left: -150px;
}
}@media(max-width:1250px) {
    .what-me-job: before {
    left: -350px;
}
}.what-me-job:after {
    background: url("../images/team-dummy.png")no-repeat;
    content: "";
    position: absolute;
    background-position: right center;
    right: 0;
    width: 392px;
    height: 478px;
    top: 0;
    z-index: -1;
}
@media(max-width:1400px) {
    .what-me-job: after {
    right: -30px;
}
}@media(max-width:1360px) {
    .what-me-job: after {
    right: -100px;
}
}@media(max-width:1250px) {
    .what-me-job: after {
    right: -115px;
}
}@media(max-width:1110px) {
    .what-me-job: after {
    right: -155px;
}
}@media(max-width:820px) {
    .what-me-job: after {
    display: none;
}
}.what-me-job .stage {
    width: 15%;
    display: inline-block;
    font-family: "S-Light";
    vertical-align: top;
    position: relative;
}
.what-me-job .stage:before {
    background: url("../images/stage/right.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    top: -webkit-calc(50% - 12px);
    top: calc(50% - 12px);
    left: -webkit-calc(0% - 15px);
    left: calc(0% - 15px);
    height: 38px;
    width: 23px;
}
.what-me-job .stage:first-child:before {
    display: none;
}
.what-me-job .stage span {
    display: block;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
}
.what-me-job .stage img {
    height: 80px;
}
@media(max-width:600px) {
    .what-me-job .stage span {
    padding-bottom: 15px;
    padding-top: 15px;
    line-height: 18px;
}
}footer {
    height: 140px;
    padding-top: 20px;
    position: relative;
    z-index: 4;
    background: #fff;
}
footer .left-section {
    display: inline-block;
    vertical-align: top;
    width: 49%}
@media(max-width:850px) {
    footer .left-section {
    width: 70%}
}@media(max-width:600px) {
    footer .left-section {
    width: 100%;
    text-align: center;
}
}footer .right-section {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 49%}
@media(max-width:850px) {
    footer .right-section {
    width: 29%}
}@media(max-width:600px) {
    footer .right-section {
    width: 100%;
    text-align: center;
}
}footer .right-section .phone-footer {
    margin-bottom: 10px;
}
footer .right-section span {
    display: block;
}
footer .right-section span a {
    color: #0085da;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
footer .right-section span a:hover {
    color: #4e4e4e;
}
footer .location {
    background: url("../images/map-footer.svg")no-repeat;
    background-position: left center;
    padding-left: 35px;
    color: #0085da;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
footer .mail {
    background: url("../images/email.svg")no-repeat;
    background-position: left center;
    padding-left: 35px;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    display: inline-block;
}
@media(max-width:600px) {
    footer .mail {
    margin-bottom: 10px;
}
}footer .mail a {
    color: #0085da;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
footer .mail a:hover {
    color: #4e4e4e;
}
footer .social-net {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
footer .social-net a {
    margin-right: 7px;
    margin-left: 7px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
footer .social-net a:hover {
    opacity: 0.7;
}
footer .social-net .youtube {
    height: 33px;
}
footer .social-net img {
    height: 25px;
}
.content {
    position: relative;
    overflow: hidden;
}
.content:before {
    background: url("../images/before-content.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    z-index: -1;
    width: 800px;
    height: 800px;
    top: -webkit-calc(50% - 400px);
    top: calc(50% - 400px);
}
.content:after {
    background: url("../images/after-content.png")no-repeat;
    content: "";
    position: absolute;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    right: 0;
    width: 500px;
    height: 600px;
    top: -webkit-calc(50% - 300px);
    top: calc(50% - 300px);
}
.content .wrapper {
    border-bottom: 1px solid #0085da;
    border-top: 1px solid #0085da;
    padding-top: 60px;
    padding-bottom: 60px;
}
.info-section-page {
    max-width: 950px;
    background: rgba(68, 145, 210, 0.9);
    margin: auto;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 40px;
}
@media(max-width:450px) {
    .info-section-page {
    padding: 20px;
}
}.info-section-page .title-page {
    font-size: 31px;
    color: #fff;
    font-family: "S-Light";
    text-align: center;
    text-transform: uppercase;
}
.info-section-page table {
    margin-top: 30px;
    overflow: hidden;
}
.info-section-page table tr {
    border-bottom: 1px solid #fff;
}
.info-section-page table tr:last-child {
    border-bottom: none;
}
@media(max-width:550px) {
    .info-section-page table tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: none;
}
}.info-section-page table td {
    font-family: "S-Light";
    padding: 25px;
    font-size: 15px;
    color: #fff;
}
.info-section-page table td:first-child {
    width: 300px;
    border-right: 1px solid #fff;
}
@media(max-width:850px) {
    .info-section-page table td {
    padding: 15px;
}
.info-section-page table td:first-child {
    width: 35%}
}@media(max-width:650px) {
    .info-section-page table td {
    padding: 10px;
    font-size: 14px;
}
.info-section-page table td:first-child {
    width: 35%}
}@media(max-width:550px) {
    .info-section-page table td {
    width: 100%;
    display: block;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
}
.info-section-page table td:first-child {
    width: 100%;
    border-right: none;
    background: none;
}
}.section-page {
    width: 100%;
    margin: auto;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}
@media(max-width:450px) {
    .section-page {
    padding: 20px;
}
}.section-page .center-mode {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.section-page span {
    font-family: "S-Bold";
    font-style: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
}
.section-page .title-page {
    font-size: 31px;
    font-family: "S-Light";
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.section-page .title-sub-title {
    font-size: 31px;
    font-family: "S-Light";
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 100%}
.worth-section {
    display: flow-root;
}
.worth {
    height: 160px;
    width: 46%;
    position: relative;
    margin-bottom: 14px;
}
.worth span {
    font-size: 15px;
    font-family: "S-Light";
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    padding-left: 120px;
    width: 100%;
    line-height: 25px;
    padding-right: 20px;
}
.worth img {
    height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}
.worth:nth-child(odd) {
    float: left;
    background: -webkit-gradient(linear, right top, left top, from(#0085da), to(#54e2ce));
    background: -webkit-linear-gradient(right, #0085da, #54e2ce);
    background: -o-linear-gradient(right, #0085da, #54e2ce);
    background: linear-gradient(to left, #0085da, #54e2ce);
}
.worth:nth-child(odd):after {
    content: '';
    position: absolute;
    right: -140px;
    top: 0;
    border: 80px solid transparent;
    border-left: 60px solid #0085da;
}
.worth:nth-child(even) {
    float: right;
    position: relative;
    top: 87px;
    background: -webkit-gradient(linear, right top, left top, from(#54e2ce), to(#0085da));
    background: -webkit-linear-gradient(right, #54e2ce, #0085da);
    background: -o-linear-gradient(right, #54e2ce, #0085da);
    background: linear-gradient(to left, #54e2ce, #0085da);
}
.worth:nth-child(even):after {
    content: '';
    position: absolute;
    left: -140px;
    top: 0;
    border: 80px solid transparent;
    border-right: 60px solid #0085da;
}
@media(max-width:1000px) {
    .worth img {
    height: 60px;
}
.worth span {
    padding-left: 100px;
    font-size: 14px;
}
}@media(max-width:950px) {
    .worth {
    width: 45%}
.worth img {
    height: 50px;
}
.worth span {
    padding-left: 90px;
    font-size: 13px;
    line-height: 16px;
}
}@media(max-width:750px) {
    .worth {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.worth:after {
    display: none;
}
.worth:nth-child(even) {
    top: 0;
}
}.portfolio-section-page {
    max-width: 100%;
    background: rgba(68, 145, 210, 0.7);
    margin: auto;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.portfolio-section-page .title-page {
    font-size: 31px;
    color: #fff;
    font-family: "S-Light";
    text-align: center;
    text-transform: uppercase;
}
.portfolio-section-page .justify-position {
    text-align: justify;
}
.portfolio-section-page .justify-position:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 0;
}
.service-ul {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    padding-left: 0;
    height: 50px;
}
@media(max-width:870px) {
    .service-ul {
    height: 90px;
}
}@media(max-width:470px) {
    .service-ul {
    height: 120px;
}
}.service-ul li {
    float: left;
    padding-top: 13px;
    padding-bottom: 0;
    text-align: center;
    width: 16%;
    display: block;
}
@media(max-width:870px) {
    .service-ul li {
    width: 33%;
    text-transform: uppercase;
}
}@media(max-width:470px) {
    .service-ul li {
    width: 49%}
}.service-ul li a {
    color: #fff;
}
@media(max-width:990px) {
    .service-ul li a {
    font-size: 14px;
}
}@media(max-width:550px) {
    .service-ul li a {
    font-size: 12px;
}
}@media(max-width:380px) {
    .service-ul li a {
    font-size: 11px;
}
}.service-ul li .active {
    text-shadow: 0 0 11px #fff, 0 0 1em #fff;
}
.portfolio-stage {
    padding-right: 50px;
    padding-left: 50px;
}
@media(max-width:750px) {
    .portfolio-stage {
    padding-right: 10px;
    padding-left: 10px;
}
}.portfolio-stage a {
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 30%;
    vertical-align: top;
}
@media(max-width:800px) {
    .portfolio-stage a {
    width: 48%}
}.portfolio-stage a img {
    width: 100%}
.album_photo {
    width: 187px;
    height: 167px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
}
.section-page div {
    text-align: center;
}
.news {
    text-align: center;
    padding-top: 20px;
    background-position: left bottom;
    -webkit-background-size: 80% 80%;
    background-size: 80%;
    background: #efefef;
    padding-bottom: 60px;
}
.news h2 {
    padding-bottom: 30px;
}
.news-card {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
@media(max-width:870px) {
    .news-card {
    width: 49%}
.news-card:nth-child(3) {
    display: none;
}
}@media(max-width:550px) {
    .news-card {
    width: 100%}
.news-card:nth-child(2) {
    display: none;
}
}.news-card span {
    text-align: center;
    display: block;
}
.all-news-href {
    display: inline-block;
    margin-top: 70px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    color: #0085da;
    transition: 0.5s;
}
.all-news-href:visited {
    text-decoration: none;
    color: #0085da;
}
.all-news-href:hover {
    text-decoration: none;
    color: #5fc747;
}
.data-news {
    font-size: 18px;
    color: #5fc747;
    margin-top: 10px;
    margin-bottom: 10px;
}
.slider-txt .href {
    background: #5fc747;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}
.slider-txt .href:hover {
    background: #0085da;
}
.comment-news {
    height: 80px;
}
.pictures-news {
    height: 200px;
    width: 100%;
    background-position: center center !important;
    border-radius: 20px;
    overflow: hidden;
}
#shadow {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
#close {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    cursor: pointer;
    width: 30px;
}
#close:before {
    top: 15px;
    left: 0;
    width: 100%;
    transform: rotate(-45deg);
    height: 2px;
    background: #0085da;
    content: "";
    position: absolute;
}
#close:after {
    top: 15px;
    left: 0;
    width: 100%;
    transform: rotate(45deg);
    height: 2px;
    background: #0085da;
    content: "";
    position: absolute;
}
#window, #window1, #window2 {
    background: #fff;
    width: 500px;
    min-height: 500px;
    display: none;
    padding-top: 50px;
    padding-bottom:20px;
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 250px);
    border-radius: 20px;
    z-index: 100;
}

@media(max-width:550px) {
#window, #window1 {
    width:100%;
    left:0;
}    
}

.tablezakaz, .tablezakaz1 {
    width: 100%;
    font-family: "S-Light";
    display: block;
}
tbody {
    width: 100%;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.tablezakaz tr, .tablezakaz1 tr {
    width: 100%;
    display: block;
}
.tablezakaz input, .tablezakaz1 input {
    width: 100%;
    height: 30px;
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
.tablezakaz textarea, .tablezakaz1 textarea {
    width: 100%;
    height: 80px;
    resize: none;
    padding-top: 10px;
    border-radius: 10px;
    padding-left: 10px;
    border: 1px solid #ddd;
}
.buttonsvyaz {
    background: #5fc747;
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    transition: 0.5s;
}
.buttonsvyaz:hover {
    background: #0085da;
    color: #fff;
}
.tablezakaz td, .tablezakaz1 td {
    width: 100%;
    font-size: 15px;
    display: inline-block;
}
.white-color a{
    color:#fff;
}

.returne{
    display:none
}
.retue{
    display:none
}