*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    /*line-height: 1.5;*/
    outline: none;
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
}

#wrap {
    /*width: 1440px;*/
    width: 100%;
    margin: 0 auto;
}

.loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    z-index: 99999;
}

.loading img {
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    object-fit: contain;
}

.loading img.spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }

  /* all other browsers */
  @keyframes spinner {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }

#wrapper {
    overflow: hidden;
}

.content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 12px 0 12px;
    position: relative;
}

.content_bg {
    position: relative;
    top: -100px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 150px;
    padding-bottom: 30px;
    background-image: url(../img/content_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

header {
    color: white;
    z-index: 10;
    position: relative;
}

header .header-backgroud {
    z-index: -10;
    position: absolute;
    top: 0;
    left: 0;
    width: 118%;
    height: 125%;
    background-image: linear-gradient(344.21deg, #003F60 -36.25%, #018AD0 99.11%);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(-8.60deg);
    -moz-transform: rotate(-8.60deg);
    -o-transform: rotate(-8.60deg);
    transform: rotate(-8.60deg);
    transform-origin: bottom left;
    overflow: hidden;
}

.header-small {
    background-image: linear-gradient(344.21deg, #003F60 -36.25%, #018AD0 99.11%);
    height: 80px
}

header .header-backgroud_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    background-size:  cover;
    background-position: center center;
    -webkit-transform: rotate(8.60deg);
    -moz-transform: rotate(8.60deg);
    -o-transform: rotate(8.60deg);
    transform: rotate(8.60deg);
    transform-origin: bottom left;
}

header .header-backgroud_hand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/header_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.header-mobile-img {
    display: none;
}

#header-backgroud-2 {

    height: 100%;
    background-image: url(../img/header_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(8.60deg);
    -moz-transform: rotate(8.60deg);
    -o-transform: rotate(8.60deg);
    transform: rotate(8.60deg);
    transform-origin: 0% 100%;

}

#header-backgroud-3 {
    height: 100%;
    background-image: url(../img/header_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transform-origin: 0% 100%;
    content: '1';
    overflow: visible;
}

header .header-text {
    width: 630px;
    margin-top: 120px;
    margin-left: 40px;
    margin-bottom: 100px;
    z-index: 10;
}

.header-text .header-title {
    margin: 15px 0;

    font-weight: 800;
    font-size: 38px;
    line-height: 57px;
}

.header-text .header-description {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
}

.header-text .store-link {
    margin-top: 40px;
}

.store-link div {
    display: inline-block;
}

.store-link .google-link {
    margin-left: 20px;
}

.store-link img {
    height: 65px;
}

#menu {
    position: relative;
    z-index: 11;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: right;
    top:25px;
    left: 0;
    margin-right: 50px;
}

#menu ul li{
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
}

#menu ul li a {
    text-decoration: none;
    color: white;
}

#logo {
    position: absolute;
    top:  0;
    left: 50px;
}

#logo img {
    width: 30px;
}


.info {
    position: relative;
    margin-bottom: 100px;
    z-index: 1;
}

.line {
    text-align: center;
    margin-bottom: 30px;
    color: #212121;
}

.line .otkrivator{
    font-size: 16px;
    line-height: 20px;

    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    mix-blend-mode: normal;
    opacity: 0.3;
}

.line .subtitle,
.line .subtitle .phone {
    display: inline;
    font-weight: 900;
    font-size: 36px;
    line-height: 48px;
}

.line .subtitle a {
    text-decoration:none;
    color:inherit;
    font-size: inherit;
}

.line .subtitle .normal {
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
}

.info_1 .group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info_1 .group .item {
    text-align: center;
    margin-right: 120px;
}

.info_1 .group .item:last-child {
    margin-right: 0;
}

.info_1 .group .item img {
    height: 181px;
}

.info_1 .group .item .title{
    font-weight: 800;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 20px;
}

.info_1 .group .item .description{
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px;
    color: #9FA3A7;
}



.info_2 .group .item {
    display: flex;
}

.info_2 .group .item > div {
    width: 50%;
}

.info_2 .group .item img {
    width: 298px;
}

.info_2 .group .item .left {
    padding-left: 100px;
}

.info_2 .group .item .main {
    padding-top: 100px;
}

.info_2 .group .item .number {
    font-weight: 900;
    font-size: 288px;
    line-height: 138px;

    color: #2E84CF;

    opacity: 0.4;
}

.info_2 .group .item .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.249px;
    padding-right: 100px;
    color: #212121;
}

.info_2 .group .item .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    padding-right: 100px;
    color: #212121;
    mix-blend-mode: normal;
    opacity: 0.7;
    margin-top: 20px;
}


.info_3 {
    /*margin-top: 150px;*/
}

.info_3 .line {
    color: white;
}

.info_3 .rotate {
    z-index: -10;
    position: absolute;
    top:20%;
    left: -50%;
    width: 200%;
    height: 125%;
    background-image: linear-gradient(344.21deg, #003F60 -36.25%, #018AD0 99.11%);
    /*background-image: url(../img/block_3.png);*/
    background-repeat: no-repeat;
    background-size: contain;

    -webkit-transform: rotate(8.60deg);
    -moz-transform: rotate(8.60deg);
    -o-transform: rotate(8.60deg);
    transform: rotate(8.60deg);
    transform-origin: 100% 100%;
    overflow: hidden;
}

.info_3 .rotate .rotate_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -50%;
    background-image: url(../img/block_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: rotate(-8.60deg);
    -moz-transform: rotate(-8.60deg);
    -o-transform: rotate(-8.60deg);
    transform: rotate(-8.60deg);
    transform-origin: bottom left;
}

.info_3 .group {
    width: 50%;
    margin: 0 auto;
}

.info_3 .group .item {
    margin-top: 20px;
}

.info_3 .group .item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;

    letter-spacing: 1px;

    color: #FFFFFF;
}

.info_3 .group .item .description{
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;

    color: #FFFFFF;
}

/*.info_3 .makeorder {
    position: relative;
    width: 200px;
    height: 60px;
    background: #F59C08;
    border-radius: 7px;
    text-align: center;
    top: 130px;
}*/

#makeorder {
    position: relative;
    width: 200px;
    height: 60px;
    background: #F59C08;
    border-radius: 7px;
    border: none;
    text-align: center;
    top: 65px;

    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    vertical-align: middle;

    text-transform: uppercase;

    color: #FFFFFF;
    cursor: pointer;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#makeorder:hover,
#makeorder:focus {
    background: rgb(177, 111, 5);
}


.info_4 {
    margin-top: 180px;
}

.info_4 .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 450px;
}

.info_4 .group .item {
    flex-basis: 46%;
    display: flex;
    justify-content: space-between;
}

.info_4 .group .item .img {
    flex-basis: 20%;
}

.info_4 .group .item .img img {
    width: 55px;
}

.info_4 .group .item .img.speed {
    margin-top: 10px;
}
.info_4 .group .item .img.speed img {
    width: 65px;
}

.info_4 .group .item .box {
    flex-basis: 76%;
    margin-top: 15px;
}

.info_4 .group .item .box .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;

    letter-spacing: -0.416667px;

    color: #353535;
}

.info_4 .group .item .box .description {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;

    color: #9FA3A7;
}


.info_5 {
    margin: 0 auto;

    padding-bottom: 40px;
}

.info_5 .request .box {
    width: 500px;
    margin: 0 auto;
}
.info_5 .request .request_input {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.info_5 .request .request_input div{
    flex-basis: 46%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.info_5 .request .request_input input {

    height: 50px;
    width: 100%;
    mix-blend-mode: normal;
    border: 1px solid rgba(33,33,33,0.1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box;
    border-radius: 7px;

    padding: 0 0 0 15px;

    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    color: #202020;
}

#sendrequest {
    width: 100%;
    height: 50px;

    font-weight: 800;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;

    color: #FFFFFF;

    background: linear-gradient(189.79deg, #2A8EC8 -35.7%, #1667AB 99.66%);
    border-radius: 5px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: background 250ms ease-in-out,
                transform 150ms ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#sendrequest:hover,
#sendrequest:focus {
    background: linear-gradient(189.79deg, #2A8EC8 -35.7%, rgb(12, 62, 104) 99.66%);
}

button:active {
    transform: scale(0.99);
}

.info_5 .request span {
    display: block;
    margin-top: 10px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;

    text-align: center;

    color: #1B6FB1;
}

.page-content {
    padding-bottom: 40px;
}

.page-content p {
    font-weight: 500;
    line-height: 22px;
    margin-top: 15px;
    color: #9FA3A7;
}

.page-content h1 {
    font-size: 1.8em;
    margin-top: 40px;
    color: #212121;
}

.page-content h2 {
    font-size: 1.2em;
    margin-top: 30px;
    color: #212121;
}

footer {
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    border-top: 1.5px solid rgba(33,33,33,0.1);
}

footer .box {
    width: 500px;
    padding-top: 80px;
    margin: 0 auto;
    text-align: center;
}

footer img.logo {
    width: 80px;
}

footer span.brend {
    display: block;

    font-weight: 900;
    font-size: 15px;
    line-height: 29px;
    text-transform: uppercase;

    text-align: center;

    color: #1B6FB1;
}

footer span.description {
    display: block;
    margin-top: 40px;
    font-weight: normal;
    font-size: 12px;
    line-height: 26px;

    text-align: center;

    color: #838383;

    mix-blend-mode: normal;
    opacity: 0.5;
}

.footer-nav li {
    display: inline-block;
    margin: 10px;
}

.footer-nav a {
    color: #1B6FB1;
    text-decoration: none;
}

.footer-nav a:hover {
    color: #1667AB;
}

.footer-nav {
    text-align: center
}

.menu-icon {
    display: none;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
}

.open .menu-icon .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.open .menu-icon .bar2 {
    opacity: 0;
}

.open .menu-icon .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


@media only screen and (max-width: 999px) {
    #wrap,
    header,
    .content {
        max-width: 100%;
        box-sizing: border-box;
    }

    header {
        position: relative;
    }

    header .header-text {
        width: 60%;
        margin-left: 10px;
    }

    .header-mobile-img {
        display: block;
        position: absolute;
        bottom: 0;
        right:0;
    }

    header .header-backgroud {
        width: 200%;
        height: 115%;
    }

    .header-text  .header-title {
        font-size: 28px;
        line-height: 1.5;
    }

    .header-backgroud_hand {
        display: none;
    }

    #logo {
        left: 10px;
    }

    #menu {
        margin-right: 10px;
    }

    .store-link .google-link {
        margin-left: 0;
    }

    .info_4 {
        margin-top: 20px;
    }

    .info.info_1 {
        width: 100%;
    }

    .info.info_1 .item {
        width: 33%;
        margin-right: 0;
    }

    .info.info_1 .item img {
        width: 60%;
        height: auto;
    }

    .info_2 {
        margin-bottom: 10px;
    }

    .info_2 .group .item .left {
        padding-left: 20px;
    }

    .info_2 .group .item .description,
    .info_2 .group .item .title {
        padding-right: 50px;
    }

    .info_3 .otkrivator,
    .info_4 .otkrivator {
        padding-top: 150px;
    }

    .line .subtitle .phone {
        display: block;
    }

    .info_4 .group {
        height: auto;
    }

    .info_3 .group {
        width: 375px;
    }

    .info_3 .rotate {
        height: 108%;
    }

    .info_5 {
        margin-top: 90px;
    }

    .info_5 .request .box,
    footer .box  {
        width: 100%;
    }
}

@media only screen and (max-width: 644px) {
    .info_3 .rotate {
        height: 105%;
    }

    .header-mobile-img img {
        width: 250px;
    }

    .info_2 .left {
        position: relative;
    }

    .info_2 .left img {
        position: absolute;
        right: 0;
    }
}

@media only screen and (max-width: 560px) {
    .header-mobile-img {
        display: none;
    }

    header .header-text {
        margin-top: 40px;
        width: 90%;
    }

    .menu-icon {
        display: inline-block;
    }

    .header-small.open {
        height: 210px;
    }

    #menu {
        height: auto;
    }

    #menu ul {
        display: none;
    }

    #menu.open ul {
        display: block;
    }

    #menu ul li {
        margin-left: 10px;
    }

    #menu ul li,
    #menu ul a {
        display: block;
        text-align: left;
    }

    #menu ul a {
        padding: 5px 0;
    }

    .info_2 .group .item .main {
        padding-top: 50px;
    }

    .info_2 .group .item .description,
    .info_2 .group .item .title {
        padding-right: 20px;
    }

    .info_2 .group .item:last-child .right,
    .info_2 .group .item:first-child .left {
        width: 60%;
    }

    .info_2 .group .item:last-child .left,
    .info_2 .group .item:first-child .right {
        width: 40%;
    }

    .info_2 .group .item .number {
        font-size: 190px;
    }

    .info_2 .group .item .title {
        font-size: 28px;
        line-height: 1.2;
        margin-top: -35px;
    }

    .info_3 .group {
        width: 100%;
    }

    .info_4 .group .item  {
        flex-basis: 100%;
    }

    .line .subtitle,
    .line .subtitle .phone {
        font-size: 28px;
    }

    .info_5 .request .request_input {
        display: block;
        margin-bottom: 0;
    }
    .info_5 .request .request_input input {
        margin-bottom: 30px;
    }
}



@media only screen and (max-width: 880px) {
    .info_3 .rotate {
        height: 105%;
    }
}

@media only screen and (max-width: 752px) {
    .info_3 .rotate {
        height: 102%;
    }
}

@media only screen and (max-width: 622px) {
    .info_3 .rotate {
        height: 100%;
    }
}

@media only screen and (max-width: 510px) {
    .info_3 .rotate {
        height: 98%;
    }
    header .header-backgroud {
        height: 110%;
    }
}

@media only screen and (max-width: 420px) {
    .info_3 .rotate {
        height: 95%;
    }
}

@media only screen and (max-width: 330px) {
    .info_3 .rotate {
        height: 92%;
    }
}