@font-face {
    font-family: texgyreadventor;
    src: url(../assets/fonts/texgyreadventor-regular.otf);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin: 0;
}

.pageWrapper {
    max-width: 1440px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

.header {
    position: fixed;
    width: 100%;
    max-width: 1440px;
    height: 0;
}

@media (max-width: 960px) {
    .header {
        display: none;
    }
}

.header .headImg {
    position: absolute;
    top: 0;
}

.header .headImg.left {
    left: 0;
}

.header .headImg.right {
    right: 32px;
}

.header .navigation {
    padding: 40px 84px 0 0;
    text-align: right;
}

.header .navigation ul {
    list-style: none;
}

.header .navigation ul li {
    cursor: pointer;
    font-size: 19px;
    line-height: 44px;
    transition: color .2s;
}

.header .navigation ul li:hover {
    color: #FF9900;
}

.header .navigation ul li.active {
    color: #FF9900;
}

.headerMobile {
    display: none;
}

@media (max-width: 960px) {
    .headerMobile {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        box-shadow: 0 6px 12px 1px white;
    }
}

.headerMobile .mobileNavButton {
    display: block;
    height: 24px;
    width: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 2;
    transition: .5s ease-in-out;
    top: 71px;
    left: 24px;
}

.headerMobile .mobileNavButton span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 2px;
    width: 100%;
    background: #005395;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.headerMobile .mobileNavButton span:nth-child(1) {
    top: 0;
}

.headerMobile .mobileNavButton span:nth-child(2) {
    top: 8px;
}

.headerMobile .mobileNavButton.open span:nth-child(1) {
    top: 4px;
    transform: rotate(135deg);
}

.headerMobile .mobileNavButton.open span:nth-child(2) {
    top: 4px;
    transform: rotate(-135deg);
}

.headerMobile .navigation {
    position: fixed;
    z-index: -1;
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
    background: #fff;
}

.headerMobile .navigation.is-active {
    opacity: 1;
    pointer-events: auto;
    top: 96px;
}

.headerMobile .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 0px;
}

.headerMobile .navigation ul li {
    cursor: pointer;
    font-size: 19px;
    line-height: 44px;
    transition: color .2s;
    border-top: 1px solid rgba(0,0,0,.05);
    padding: 0 40px;
}

.headerMobile .navigation ul li:hover {
    color: #FF9900;
}

.headerMobile .navigation ul li.active {
    color: #FF9900;
}

.headerMobile .headerMobileImages {
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 32px;
    padding-left: 80px;
	height: 96px;
}

.headerMobile .headerMobileImages .menuWrap {
    display: flex;
}

.headerMobile .headerMobileImages .menuImg {
    height: 40px;
    margin-right: 40px;
    margin-left: 8px;
}

.headerMobile .headerMobileImages .imgLeft {
    height: 40px;
    position: absolute;
    left: 90px;
    top: 50px;
}

.headerMobile .headerMobileImages {
    padding: 0 32px;
    padding-left: 0px;
}

.headerMobile .headerMobileImages .imgRight {
    height: 64px;
    margin-right: 0px;
}

.headerMobile .headerMobileImages .logo {
    height: 50px;
    overflow: hidden;
}

.headerMobile .headerMobileImages .logo img {
    height: 148px;
}

#home {
    padding: 84px 0px 300px 24px;
}

@media (max-width: 960px) {
    #home {
        padding: 84px 0px 300px 0px;
    }
}

@media (max-width: 960px) {
    #appdev {
        margin-top: 50px;
    }
}

.section {
    margin: 0 150px 0 250px;
    padding: 74px 0px 300px 24px;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .section {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    section#home {
        padding-top: 130px;
    }
}

.section .flash {
    text-align: center;
    background: url("../assets/base.png") no-repeat;
    background-size: contain;
    position: relative;
}

.section .flash #homeImgSlider {
    width: 100%;
    height: 100%;
}

.section .flash #homeImgSlider img {
    width: 100%;
    height: 100%;
}

.section .flash #homeTextSlider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.section .flash #homeTextSlider .slick-list, .section .flash #homeTextSlider .slick-track {
    height: 100%;
}

.section .flash #homeTextSlider .textSlide {
    text-align: left;
    padding: 1% 1% 2% 5% /*1.4% 2.2% 2.2% 6.7%*/;
    box-sizing: border-box;
    font-weight: 700;
    font-size: calc(1.6em + 1.3vmin);
    line-height: 0.9;
    text-shadow: 3px 4px 7px #333;
}

@media (max-width: 736px) {
    .section .flash #homeTextSlider .textSlide {
        font-size: calc(.8em + .7vmin);
    }
}

.section .flash #homeTextSlider .textSlide .white {
    color: white;
}

.section .flash #homeTextSlider .textSlide .yellow {
    color: #FF9900;
}

.section .home-text {

    width: 78%;
    margin: 29px auto 12px;
}

@media (max-width: 960px) {
    .section .home-text {
        width: 80%;
    }
}

@media (max-width: 736px) {
    .section .home-text {
        width: 90%;
    }
}

.section__header {
    color: #005395;
    font-size: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    font-family: texgyreadventor, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section__header .nav img {
    cursor: pointer;
    height: 18px;
    padding: 4px;
}

@media (max-width: 736px) {
    .section__header .nav {
        display: none;
    }
}

.section__body--company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section__body--company .text {
    margin: 0;
    padding: 24px 0;
    outline: none !important;
    flex: 0 0 31%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #777777;
}

.section__body--company .text.left {
    text-align: left;
}

.section__body--company .text.center {
    text-align: center;
}

@media (max-width: 736px) {
    .section__body--company .text.center_mobile {
        text-align: center;
    }
}

.section__body--company .text .blue {
    color: #005395;
}

.section__body--company .text .yellow {
    color: #FF9900;
}

.section__body--company .text .bold {
    font-weight: 700;
}

.section__body--company .text.slick-slide {
    padding-left: 8px;
    padding-right: 8px;
}

.section__body--company .text .title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
    color: black;
}

.section__body--company .text .list {
    padding: 0;
}



@media (max-width: 736px) {
    .section__body--company .text {
        flex: 0 0 100%;
        padding-top: 0;
    }

    .section__body--company .text:first-child {
        padding-top: 24px;
    }
}

.section__body--company .text a {
    text-decoration: none;
    cursor: pointer;
}

.section__body--company .text span {
    display: block;
}

.section__body--company .text span/*:not(:last-child)*/ {
    padding-bottom: 24px;
}

.section__body--company .list {
    margin: 0;
    padding: 24px 0;
    flex: 0 0 31%;
    list-style: disc outside;
    color: #005395;
}

@media (max-width: 960px) {
    .section__body--company .text .list {
        padding: 16px;
    }

    .section__body--company .list {
        flex: 0 0 48%;
    }
}

@media (max-width: 736px) {
    .section__body--company .text .list {
        padding: 16px;
    }

    .section__body--company .list {
        flex: 0 0 100%;
        padding-top: 0;
    }
}

.section__body__slideHeader {
    display: flex;
    align-items: center;
    color: black;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.section__body__slideHeader:after {
    display: block;
    content: '';
    width: 100%;
    border: 1px solid #666666;
}

.section__body__slideHeader img {
    padding: 8px 20px;
    transform: rotate(180deg);
    transition: all 1s;
}

.section__body__slideHeader.active img {
    transform: rotate(0);
}

.section__footer {
    position: relative;
    border-bottom-right-radius: 76px;
    border-bottom: 6px solid #005395;
    border-right: 6px solid #005395;
    height: 188px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

@media (max-width: 736px) {
    .section__footer.appdev {
        margin-top: 0;
    }
}

@media (max-width: 960px) {
    .section__footer {
        height: 100px;
        margin-top: 120px;
    }
}

@media (max-width: 736px) {
    .section__footer {
        margin-top: 24px;
        border-bottom-width: 3px;
        border-right-width: 3px;
        border-bottom-right-radius: 24px;
    }

    .section__footer.contacts {
        margin-top: 96px;
    }
}

.section__footer .footer-contacts {
    position: absolute;
    left: 0;
    top: -55px;
    color: #005395;
}

.section__footer .homeCompanyLogo {
    max-height: 40px;
    padding: 8px 16px;
}

/*@media (max-width: 960px) {
    .section__footer .homeCompanyLogo {
        max-height: 30px;
    }
}

@media (max-width: 736px) {
    .section__footer .homeCompanyLogo {
       max-height: 20px;
    }
}*/

.section__footer_text {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

@media (max-width: 960px) {
    .section__footer_text {
        font-size: 20px;
    }
}

@media (max-width: 736px) {
    .section__footer_text {
        font-size: 16px;
    }
}

.section__footer_text .blue {
    color: #005395;
}

.section__footer_text .yellow {
    color: #FF9900;
}

.section__footer_image {
    position: absolute;
    right: 7%;
    bottom: 24%;
}

@media (max-width: 960px) {
    .section__footer_image {
        width: 24%;
    }
}

@media (max-width: 736px) {
    .section#home .section__footer {
        border-bottom-width: 4px;
        border-right-width: 4px;
    }
}

.footer {
    padding-top: 24px;
    margin: -240px 150px 0 250px;
    cursor: pointer;
}

@media (max-width: 960px) {
    .footer {
        margin: 0;
    }
}

.footer img {
    max-width: 100%;
}

@media (max-width: 736px) {
    .hideMobile {
        display: none !important;
    }
}

.showMobileOnly {
    display: none !important;
}

@media (max-width: 736px) {
    .showMobileOnly {
        display: block !important;
    }
}

#sliderWork.section__body .text {
    display: flex;
    flex-direction: column;
}

@media (max-width: 736px) {
    #sliderWork.section__body .text {
        display: block;
    }
}

#sliderWork.section__body .text span {
    position: relative;
    flex: 0 0 42%;
    margin: 0 16px 0;
}

#sliderWork.section__body .text span:before {
    opacity: 0;
    position: absolute;
    display: block;
    height: calc(72% - -40px);
    border-left: 1px solid;
    content: '';
    left: -25px;
    top: 2%;
}

#sliderWork.section__body .text span:first-child {
    border-bottom: 1px solid;
    margin-bottom: 24px;
}

#sliderWork.section__body .text.slick-active span:before {
    opacity: 1;
}

.slick-disabled {
    display: none !important;
}

sourceMappingURL=main.css.map
.sixteen .text {
    font-size: 16px;
    line-height: 24px;
}
/*.sixteen .text:last-child {
    font-size: 16px;
    line-height: 24px;
}*/

.company_diff {
    margin-top: -20px;
}

.sub-title {
    color: #005395;
    font-size: 24px;
    padding: 20px 0;
    font-family: texgyreadventor, Helvetica, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sliderServices {
    margin: 0 /*-32px*/
}

@media (max-width: 736px) {
    #sliderServices {
        margin: 0;
    }
}

#sliderWork {
    margin: 0 -24px
}

@media (max-width: 736px) {
    #sliderWork {
        margin: 0;
    }
}

#services .section__body--company .text.slick-slide {
    padding-left: 0px;
    padding-right: 32px;
}

#services .list.slick-slide {
    padding-right: 32px;
padding-left: 18px;
}

.section__body--company .list li {
    padding-bottom: 8px;
}

.section__body__slideHeader {
    padding-bottom: 16px;
}

.section#home .section__footer {
    margin-top: -130px;
}

@media (max-width: 736px) {
    /*.section#home .section__footer {
        margin-top: 40px;
    }*/

    .headerMobile .headerMobileImages {
        padding: 0 32px;
        padding-left: 0px;
    }

    .headerMobile .headerMobileImages .menuImg {
        margin-top: 24px;
    }

    .section__footer .homeCompanyLogo {
        padding: 16px 8px;
        /*margin-bottom: 60px;*/
    }

    #sliderWork.section__body .text span {
        margin: 0;
    }

    /*.section {
        padding: 64px 0px 300px 0px;
    }*/

    #sliderWork.section__body .text span {
        border-bottom: 1px solid;
        margin-bottom: 24px;
        padding: 0 0 20px;
    }

    .section__body--company .text {
        padding: 0;
    }

    .section .flash #homeTextSlider .textSlide {
        padding: 1% 0% 2% 4.8%;
    }
}




/* Portrait and Landscape */
@media only screen and (max-width:960px) and (orientation: landscape) {
	.section#home .section__footer {height:180px;}
	#work .no-border > *:last-child {border-bottom: 0px solid!important;}
	section#home {padding-top: 100px;}
	section#contacts {padding: 64px 0px 20px 0px;}
	.section .flash #homeTextSlider .textSlide {font-size: calc(1.3em + 0.3vmin);}
	.section__footer .homeCompanyLogo {height:80px;}
	.headerMobile .mobileNavButton {top:80px;left:0;}
	.section__body--company .text {font-family: Arial, Helvetica, sans-serif;font-size: 16px;line-height: 20px;font-weight: normal;color: #777777;}
	.sixteen .text:last-child {padding-bottom: 80px;}
	.section .home-text {width: 78%;}
	.section__body--company .text .title {line-height:20px;}
	.section {padding: 54px 0px 0px 0px;}
	.section__footer.contacts {margin-top: -24px;height: 120px;}
	.headerMobile .navigation ul {padding-top:16px;}
	.headerMobile .navigation ul li {padding: 0 16px;}
}

@media only screen and (max-width:960px) and (orientation: portrait) {
	.section__footer .homeCompanyLogo {max-height: 20px;margin-bottom: 60px;}
	.section .home-text {width: 100%;}
	.section__footer .homeCompanyLogo {padding: 16px 4px;}
	.section#home .section__footer {margin-top: -60px;}
	 #work .no-border > *:last-child {border-bottom: 0px solid !important;}
	.section {padding: 54px 0px 0px 0px;}
	.section__footer.contacts {margin-top: 64px;height: 120px;}
	.headerMobile .mobileNavButton {top:80px;left:0;}
	.headerMobile .navigation ul {padding-top:16px;}
	.headerMobile .navigation ul li {padding: 0 16px;}

}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
		.headerMobile .headerMobileImages {padding:0 32px;padding-left: 0px;}
		.section .flash #homeTextSlider .textSlide {font-size: calc(1.6em + 0.3vmin);}
		.section__footer .footer-contacts {top: -72px;}
		.section__footer .homeCompanyLogo {padding: 8px 16px;margin-bottom: 200px;max-height: 40px;}
		.section#home .section__footer {margin-top: 150px;}
	  .headerMobile .headerMobileImages .imgLeft {height: 60px;position: absolute;left: 70px;top: 50px;}
	  .headerMobile .mobileNavButton {top: 100px;}
	  .headerMobile .navigation.is-active {top: 116px;}
	  #work .section__footer {margin-top: 40px;}
	  #services .section__footer {margin-top: 70px;}
	  #services .section__body--company .text {padding:24px 0 0;}
	  .company_diff {margin-top: -40px;}
	  .section {padding: 84px 0px 100px 0px;}
	  .headerMobile .headerMobileImages {height:116px;}
	  #sliderWork.section__body .text {max-height:440px;}

}


@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
		.section .flash #homeTextSlider .textSlide {font-size: calc(1.4em + 0.3vmin);}
		.section__footer_image {width: 150px;}
		.company_diff { margin-top: -110px;}
		.section#work .section__footer {margin-top:-70px;}
	  #services .section__body--company .text.slick-slide {padding-left: 0px;padding-right: 24px;}
	  #services .list.slick-slide {padding-right: 32px;padding-left: 18px;}
	  #services .section__footer {margin-top:0;}
	  #contact .section__footer {margin-top:40px;height: 128px;}
	 .homeCompanyLogo {padding: 8px 8px!important;}
	  .section .home-text {width: 96%;}
	  #sliderWork.section__body .text {max-height:520px;}
}

@media only screen
    and (device-width : 375px)
    and (device-height : 667px)
    and (-webkit-device-pixel-ratio : 2)
    and (orientation : landscape){
		.section__body--company .text {font-family: Arial, Helvetica, sans-serif;font-size: 10px;line-height: 12px;font-weight: normal;color: #777777;}
		.section .home-text {width: 81%;}
		.section__footer.contacts {margin-top: -24px;height: 120px;}
		.headerMobile .navigation ul li {font-size: 10px;line-height: 32px;}

@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .section .flash #homeTextSlider .textSlide {font-size: calc(0.8em + .7vmin);}
	  .section#work .section__footer {margin-top:80px;}
	  .company_diff {margin-top: 20px;}
	  .section__footer .homeCompanyLogo {padding: 0px 4px;}
	  .headerMobile .headerMobileImages .imgLeft {height:60px;}
	  .headerMobile .mobileNavButton {top:100px;}
	  .headerMobile .headerMobileImages {height:130px;}
	  .headerMobile .navigation.is-active {top:126px;}
	  .section#work .section__footer {margin-top:0;}
	  .section__footer .footer-contacts {top:-85px;}
	  .section#home .section__footer {margin-top: 20px;}
	  #work .no-border > *:last-child {border-bottom: 0px solid!important;}
	  #contact {padding: 64px 0px 40px 0px;}
	  .headerMobile .mobileNavButton {top:80px;}
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait){
	  .home-text {font-size:64px;}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .home-text {font-size:64px;}
}