@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;900&display=swap');

@font-face {
    font-display: swap;
    font-family: Century-Gothic-Bold;
    font-style: normal;
    font-weight: 400;
    src: local("Century Gothic Bold"), local("Century-Gothic-Bold"), url(../fonts/Century-Gothic-Bold.ttf);
}
@font-face {
    font-display: swap;
    font-family: Century-Gothic-Regular;
    font-style: normal;
    font-weight: 400;
    src: local("Century Gothic Regular"), local("Century-Gothic-Regular"), url(../fonts/Century-Gothic-Regular.ttf);
}

html {
    overflow-x: hidden;
}

.scroll-fix{
    max-width: 100%;
    overflow: hidden;
    display: block;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fff;
	font-size: 21px;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling:touch;
	margin-top:15px;
	overflow-x: hidden;
}

h1,h2,h3 {font-family: 'Source Sans Pro', sans-serif;}

h1 {
	font-weight: 900;
	font-size: 64px;
	line-height: 64px;
	color: #333;
	margin-bottom:35px;
	text-transform: uppercase;
}

h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}

h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 129px;
    color: #3D7EBC;
}

p {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    color: #000;
}

b, strong {
    font-weight: 600;
}

.bigtitle{
    /*max-height: 70%;*/
    padding-top:15px;
}

.logo{
	width: 244px;
	height: 46px;
	margin-bottom: 135px;
}

.infoblock{
	margin-top:180px;
}

.book {
    z-index: 1;
    padding-right: 35px;
    padding-left: 100px;
    padding-top: 200px;
    /*max-width: 870px;*/
}

.bubble {
	z-index: -1;
	position: inherit;
	padding-top: 15px;
}

.bubble-lax{
	z-index: -1;
	position: inherit;
	padding-top: 15px;
}

.border-cont{
	border-bottom: 0px solid #eee;
}

.realize-screens{
    z-index: 1;
    position: absolute;
    left: 5%;
    top: 30px;
    max-height: 965px;
}

.realize-icon-box{
    padding-top: 65px;
}

.realize-icon-block {
    display: flex;
    align-items: center;
    padding-top: 45px;
    /*flex-wrap: wrap;*/
}

.realize-icon {
    margin-right: 16px;
}

.realize-icon-text{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 26px;
    /*max-width: 620px;*/
    flex-basis: 500px;
}

.mob-text {
	max-width: 620px;
	padding-top:25px !important;
}

.mob-info{
	margin-top:350px;
}

.widget-info{
  margin-top:10px;
}

.iphone{
    z-index: 1;
    position: absolute;
    max-height: 896px;
    right: 37px;
    top: 80px;
}

.mob-bubble{
	padding-top: 150px;
}

.imac {
    z-index: 1;
    position: absolute;
    top: 270px;
    left: 20px;
    box-shadow: 5px 5px 50px rgba(84, 102, 120, 0.25), 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.admin-screen {
    z-index: 1;
    position: absolute;
    left: 20px;
    box-shadow: 5px 5px 50px rgba(84, 102, 120, 0.25), 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.widgets {
    z-index: 1;
    position: absolute;
    max-height: 528px;
    right: 110px;
    /*top: 250px;*/
}

.hd{
	height: 1080px;
}

.realize-icon-block:hover svg path{
	fill:#3D7EBC;
	cursor: default;
}

.realize-icon-block svg path{
  transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

.realize-icon-block:hover{
	color:#3D7EBC;
	cursor: default;
}

.realize-icon-block{
  transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-property: all;
  transition-duration: 0.3s;
  transition-delay: 0s;
}

/*.realize-icon{
	transition: cubic-bezier(.45,.05,.55,.95);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transition-delay: 0s;
    }*/

    .footer{
     background-image: url('../img/footer-bg-blue.png');
     overflow: hidden;
 }

 .footer-title{
     padding-top: 50px;
 }

 .footer-logo{
     max-width: 250px;
     max-height: 59px;
     margin-top: 140px;
     margin-bottom: 150px;
 }

 .footer-text {
     max-width: 620px;
     padding-top:25px !important;
     color:white;
     text-transform: uppercase;
     font-size: 20px;
     letter-spacing: 1px;
     text-decoration: underline;
     cursor: pointer;
 }

 .footer-h{
     font-family: Source Sans Pro;
     font-style: normal;
     font-weight: 900;
     font-size: 64px;
     line-height: 64px;
     color:#fff;
     margin-bottom: 50px !important;
 }

 .footer-man{
    z-index: 1;
    position: absolute;
    max-height: 814px;
    top: 70px;
    left: -10px;
}

.footer-it-logo{
	font-family: Century-Gothic-Bold,Arial,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    /* identical to box height */
    margin-top: 160px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.year{
	margin-left: 20px;
	font-size: 17px;
    line-height: 22px;
}


/*------------- 2D OLD PARALLAX ---------------*/


.parallax2d {
    position: absolute;
    width: 600px;
    height:100vh;
    overflow: hidden;
    right: 0px;
}

.parallax2d-ball {
    position: absolute;
    width: 600px;
    height:100vh;
    overflow: hidden;
    right: 0px;
}

.footer-man2d{
	width: 1200px;
    height: 758px;
    overflow: visible;
    margin-top: 150px;
    margin-right: 50px;
}

.footer-ball2d{
	width: 280px;
    height: 280px;
    overflow: visible;
    margin-top: 200px;
    margin-right: 40px;
    z-index: 4;
}

.footer-stadium2d{
    overflow: hidden;
    z-index: 0;
}

.parallax-layer2d {
    position: absolute;
    width: 100%;
    height: 100vh;
}

.container-fluid{
	/*overflow: hidden;*/
}

.img-tech{
	filter: grayscale(100%) brightness(125%);

}

/*------------- 3D NEW PARALLAX ---------------*/


.p3d-container {
  display: inline-block;
  perspective: 1500px;
  /*   transform-style: preserve-3d; */
  margin-top: 70px;

}

.p3d-container-steak {
    display: inline-block;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin-top: 180px;
    margin-left:85px;
}

.about-p3d{
   margin-left: 250px;
   position: absolute;
   top: 0;
   right: -250px;
   z-index: -1;
}

.realize-p3d{
	margin-left: -250px;
}

.admin-p3d{
 margin-top: -80px;
 margin-left: -100px;
}

.parallax {
  width: 50vw;
  height: 50vh;
  /*background: #000;*/
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  /*   text-align: center; */
  /*   margin: 100px auto; */
  /*   transform: rotateX(20deg) rotateY(-20deg); */
}

.parallax_tech {
  width: 50vw;
  height: 50vh;
  /*background: #000;*/
  transform-style: preserve-3d;
  transition-duration: 0.1s;
  /*   text-align: center; */
  /*   margin: 100px auto; */
  /*   transform: rotateX(20deg) rotateY(-20deg); */
}

.parallax2 {
  width: 50vw;
  height: 50vh;
  /*background: #f15;*/
  position: absolute;
  display: inline-block;
  margin-top: 50px;
}

.parallax3 {
  width: 50vw;
  height: 50vh;

  position: absolute;
  display: inline-block;
  margin-top: 50px;
}

.parallax4 {
  width: 50vw;
  height: 50vh;

  position: absolute;
  display: inline-block;
  margin-top: 50px;
}

.bubble-about{

}

.tech-img{
	margin-top: 45px;
}

.footer-man{
	background-size: contain;
  background-repeat: no-repeat;
}

.footer-stadium{
	background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  height: 900px;
}

.footer-ball{
	background-size: contain;
  background-repeat: no-repeat;
}

@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.rotation-element{
	-webkit-animation-name: rotation;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
        100% {-webkit-transform:rotate(360deg);
            -moz-transform:rotate(360deg);
            -o-transform:rotate(360deg);
            transform:rotate(360deg);}
        }
        @-moz-keyframes rotation {
            0% {-webkit-transform:rotate(0deg);
                -moz-transform:rotate(0deg);
                -o-transform:rotate(0deg);
                transform:rotate(0deg);}
                100% {-webkit-transform:rotate(360deg);
                    -moz-transform:rotate(360deg);
                    -o-transform:rotate(360deg);
                    transform:rotate(360deg);}
                }
                @-o-keyframes rotation {
                    0% {-webkit-transform:rotate(0deg);
                        -moz-transform:rotate(0deg);
                        -o-transform:rotate(0deg);
                        transform:rotate(0deg);}
                        100% {-webkit-transform:rotate(360deg);
                            -moz-transform:rotate(360deg);
                            -o-transform:rotate(360deg);
                            transform:rotate(360deg);}
                        }
                        @keyframes rotation {
                            0% {-webkit-transform:rotate(0deg);
                                -moz-transform:rotate(0deg);
                                -o-transform:rotate(0deg);
                                transform:rotate(0deg);}
                                100% {-webkit-transform:rotate(360deg);
                                    -moz-transform:rotate(720deg);
                                    -o-transform:rotate(360deg);
                                    transform:rotate(360deg);}
                                }

                                .disableonmobile{
                                  display: auto;
                              }

                              .enableonmobile{
                                  display: none;
                              }

                              .parallax-mob {
                                height: auto;
                            }

/*

CONTAINERS

*/

.row-about{
    height: 1080px;
}
.row-realize{
    height: 1080px;
}
.row-adaptive{
    height: 1080px;
}
.row-admin{
    height: 1080px;
}
.row-widgets{
    height: 1080px;
}
.row-technologies{
    height: 1080px;
    margin-top: -100px;
}
.row-thx{
    height: 900px;
}

.aaatech-mob-img {
    margin-top: 0px;
    padding-bottom: 0px;
}



/*Большие девайсы (большие десктопы, >= 992px) LG */


@media (min-width: 992px) and (max-width: 1199.98px) {

    .row-about{
        height: 1000px;
    }
    .row-realize{
        height: 1080px;
    }
    .row-adaptive{
        height: 900px;
    }
    .row-admin{
        height: 800px;
    }
    .row-widgets{
        height: 600px;
    }
    .row-technologies{
        height: 900px;
    }
    .row-thx{
        height: 750px;
    }
    .mob-info {
        margin-top: 150px;
    }

    .widgets {
        z-index: 1;
        position: absolute;
        max-height: 528px;
        right: 60px;
    }

    .realize-icon-text {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        flex-basis: 500px;
    }
    h1 {
        font-weight: 900;
        font-size: 50px;
        line-height: 64px;
        color: #333;
        margin-bottom: 35px;
        text-transform: uppercase;
    }
    .footer-stadium {
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        height: 750px;
    }

    .footer-h {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 900;
        font-size: 55px;
        line-height: 54px;
        color: #fff;
        margin-bottom: 50px !important;
    }

    .footer-logo {
        max-width: 250px;
        max-height: 59px;
        margin-top: 130px;
        margin-bottom: 110px;
    }

    .footer-it-logo {
        font-family: Century-Gothic-Bold,Arial,sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 21px;
        line-height: 32px;
        margin-top: 100px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

}

/*MD*/
/* Средние девайсы («таблетки», >= 768px) MD */

@media (min-width: 768px) and (max-width: 991.98px) {

    .row-about{
        height: 900px;
    }
    .row-realize{
        height: 2000px;
    }
    .row-adaptive{
        height: 1300px;
    }
    .row-admin{
        height: 1100px;
    }
    .row-widgets{
        height: 800px;
    }
    .row-technologies{
        height: 1000px;
        margin-bottom: 100px;
        margin-top: -40px;
    }
    .row-thx{
        height: 750px;
    }
    .widgets-md-fix{
        margin-left: 45%;
        margin-top: -90px;

    }
    .widgets-info-md-fix{
        margin-top: 300px !important;
    }

    .about-infoblock-md-fix{
        margin-left: 0px !important;
    }

.imageblock-about-md-fix{
    top: -40px;
    left: 290px;
    }

    .book{
        padding-left: 0px;
        position: absolute;
min-width: 360px;
right: 20px;
    }
    .imageblock{
        position: absolute;
    }
    .imageblock-realize{
        position: relative;
    }

    .logo {
        width: 220px;
        height: auto;
        margin-bottom: 140px;
    }
    .infoblock {
        margin-top: 130px;
        margin-left: 50px;
    }

    .adminblock{
        margin-top: -500px;
    }

    .adminimgblock{
        top: -100px;
    }

    .technotext-md-fix{
        margin-left: 0px !important;
        margin-top: 30px !important;
        padding-left: 55px;
    }

    .iphone {
        z-index: 1;
        position: absolute;
        max-height: 896px;
        right: -20px;
        top: 80px;
    }

    .p3d-mobile-md-fix{
        margin-left: 70px;
    }

    .mob-text-md-fix{
        margin-top: 70px;
    }

    .header-tech-md-fix{
        margin-top: 50px;
    }
    .footer-stadium {
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 0;
        height: 750px;
    }

    .footer-h {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 900;
        font-size: 55px;
        line-height: 55px;
        color: #fff;
        margin-bottom: 50px !important;
    }

    .footer-logo{
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .footer-it-logo {
        font-size: 22px;
    }

    .work-textblock-sm-fix {
        margin-top: 180px !important;
    }

}

/*Малые девайсы («ландшафтные», >= 575px) SM */
@media (min-width: 576px) and (max-width: 767.98px) {
    .imageblock{
        position: absolute;
    }

    .imageblock-about-sm-fix{
    top: -40px;
    left: 290px;
    }

    .book{
        padding-left: 0px;
        position: absolute;
min-width: 360px;
right: 20px;
    }

    .about-p3d {
        margin-left: 250px;
        position: absolute;
        top: -50px;
        right: -230px;
        z-index: -1;
    }

    .mob-image-sm-fix{
        /*left: 170px !important;*/
    }
    .mob-text-sm-fix{
       margin-top: 150px !important;
   }

   .about-infoblock-sm-fix{
    margin-top: 120px !important;
}
.row-realize{
    height: 1500px;
}
.row-admin {
    height: 700px;
    margin-top:60px;
}

.row-adaptive{
    height: 900px;
}

.row-about{
    height: 800px;
}

.row-widgets {
    height: 750px;
            margin-top: 50px;
    margin-bottom: 50px;
}

.row-technologies {
    height: 940px;
}

.work-textblock-sm-fix{
    margin-top: 100px !important;
}

.hd{
  height: 800px;
}
.infoblock {
    margin-top: 300px;
}
.book {
    z-index: 1;
    padding-right: 0px;
    padding-left: 60px;
    padding-top: 200px;
}
.logo {
    width: 200px;
    height: auto;
    margin-bottom: 150px;
}
h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    color: #333;
    margin-bottom: 35px;
    text-transform: uppercase;
}

h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}

h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 90px;
    color: #3D7EBC;
}

.realize-icon-block {
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.realize-icon-text {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    flex-basis: 500px;
}

.tech-mob-img {
    margin-top: -250px;
    padding-bottom: 50px;
}

.footer-logo {
    max-width: 210px;
    max-height: 59px;
    margin-top: 400px;
    margin-bottom: 50px;
}

.footer-text {
    padding-top: 10px !important;
    font-size: 18px;
}

.footer-h {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 50px !important;
}

.footer-it-logo {
    font-size: 22px;
    line-height: 32px;
    margin-top: 100px;
}

.widgets {
    right: -160px;
}

.admin-text-sm-fix{
    margin-top: -240px;
}

}

/*Экстрамалые девайсы («портретные телефоны», < 576px) XS */

@media (max-width: 575.98px) {

    .footer-man-xs-fix{
        margin-top: 25px;
    }




    .footer-h {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: 900;
        font-size: 42px;
        line-height: 45px;
        color: #fff;
        margin-bottom: 20px !important;
    }

    .imageblock-about-xs-fix{
        right: -40px;
top: 80px;
    }

    .footer-it-logo {
        font-size: 26px;
        line-height: 32px;
        margin-top: 60px;
    }

    .footer-info-xs-fix{
        margin-top: 100px;
    }

    .footer-logo {
        max-width: 180px;
        max-height: 59px;
        margin-top: 140px;
        margin-bottom: 50px;
    }

    .footer-text{
        font-size: 19px;
        letter-spacing: 0;
    }

    .row-about{
        height: 600px;
    }

    .row-admin {
        height: 750px;
        margin-top: -50px;
    }

    .realize-screens {
        z-index: 1;
        position: absolute;
        left: 0%;
        top: 30px;
        max-height: 965px;
    }

    .admin-text-xs-fix{
        margin-top: -310px !important;
    }

    .row-realize {
        height: 1180px;
    }

    .row-technologies {
        height: 850px;
        margin-top: -100px;
    }

    .row-widgets {
        height: 680px;
        margin-top: -40px;
    }
    .tech-img-xs-fix{
        margin-left: -20px !important;
        margin-bottom: 30px;
    }
    .tech-title-xs-fix{
        margin-top: -200px;
    }

    .tech-img{
        display: none;
    }

    .row-thx{
        height: 700px;
    }

    .footer-stadium{
        height: 700px;
    }

    .widgets-info-xs-fix{
        margin-top: -60px !important;
    }

    .advert-img{
        margin-bottom: 30px;
    }

    .row-adaptive {
        height: 750px;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .mob-image-xs-fix{
        margin-top: -70px;
    }

    .work-textblock-xs-fix{
        margin-top: 50px !important;
    }

    .admin-screen {
        z-index: 1;
        position: absolute;
        left: 15px;
        box-shadow: 5px 5px 50px rgba(84, 102, 120, 0.25), 2px 2px 5px rgba(0, 0, 0, 0.05);
        max-width: 95%;
    }

    .realize-icon-text {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 20px;
        flex-basis: 500px;
    }

    .realize-icon-block {
        padding-top: 20px;
    }


    .imageblock{
        position: absolute;
    }
    .infoblock {
        margin-top: 80px;
    }
    .logo {
        width: 200px;
        height: auto;
        margin-bottom: 100px;
    }

    .book {
        z-index: 1;
        padding-right: 0px;
        padding-left: 20px;
        padding-top: 170px;
        position: absolute;
min-width: 200px;
right: 0px;
    }

    .about-p3d {
        position: absolute;
        top: 20px;
        right: -130px;
        z-index: -1;
        left: auto;
    }
    .bubble-about {
        width: 300px;
        height: auto;
    }
    h1 {
        font-weight: 900;
        font-size: 38px;
        line-height: 40px;
        color: #333;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    h2 {
        font-weight: normal;
        font-size: 16px;
        line-height: 21px;
        color: #000000;
    }
    h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        margin-top: 35px;
        color: #3D7EBC;
    }

    p {
        font-family: Source Sans Pro;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 23px;
        color: #000;
    }


    .iphone{
    z-index: 1;
    position: absolute;
    max-height: 896px;
    right: -53px;
    top: 80px;
}

.mobile-bubble-xs-fix{
    position: absolute;
right: 10px;
top: -70px;
}
}

@media (max-width: 330px){
    .logo {
        width: 180px;
        height: auto;
        margin-bottom: 75px;
    }

    .admin-text-xs-fix {
        margin-top: -250px !important;
    }

    .row-widgets {
        height: 680px;
        margin-top: -50px;
    }
    .tech-img-xs-fix {
        margin-left: -20px !important;
        margin-bottom: 20px;
        padding: 5px;
    }

    .about-infoblock-sm-fix{
        margin-top: 80px;
        left: -20px;
    }

    .book {
        z-index: 1;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 170px;
        /*width: 130px;*/
        min-width: 160px;
        right: -10px;
    }

    .iphone{
    z-index: 1;
    position: absolute;
    max-height: 896px;
    right: -53px;
    top: 80px;
}

.mobile-bubble-xs-fix{
    position: absolute;
right: 10px;
top: -70px;
}
}
