@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

:root {

    --black: #222222;
    --green: #2bc016;
    --white: #fff;

}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: #1E1E2F;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff
}

h2 {
    font-weight: bold;
    font-size: 22px;
    padding-bottom: 17px;
    color: #fff
}

p {
    color: #B1B1B5;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

.content {
    width: 1140px;
    margin: 0 auto
}


/*header*/

header {
    background: #26293B;
    box-shadow: 0px 19px 30px rgba(34, 40, 64, 0.25);
    z-index: 999999;
    position: relative;
}

.podval {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
}

.logo {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 12px
}

.logo img {
    width: 90px;
    height: 52px;
    object-fit: contain;
}

.logo p {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.menu {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.menu a {
    font-size: 15px;
    color: #B1B1B5;
    border-bottom: 4px solid transparent;
    transition: 1s;
    padding: 27px 0px;
    width: max-content;
}

.menu a:hover {
    color: #fff;
    border-bottom: 4px solid #464DEE;
    width: max-content;
    transition: 1s
}


/*block1*/

.block1 {
    padding-bottom: 174px;
    border-bottom: 2px solid rgba(144, 144, 143, 0.07)
}

.main {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 103px;
}

.kap img {
    position: absolute;
    top: 0%;
    width: 817px
}


.rocket svg {
    padding-top: 134px;
    width: 657px;
    height: 471px;
    object-fit: contain;
}

.rocket {
    text-align: center;
}

.top h1 {
    color: #fff;
    font-size: 24px;
    color: #FFFFFF;
    padding: 144px 0px 17px
}

.plane {
    padding-top: 35px;
    padding-right: 66px;
}

.air {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 12px;
    padding-bottom: 26px
}

.air img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.txt h3 {
    font-size: 16px;
    color: #B1B1B5;
    padding-bottom: 7px
}

.button a {
    color: #fff;
    font-size: 14px;
    height: 100%;
    display: grid;
    align-items: center;
}

.button {
    background: #464DEE;
    box-shadow: 0px 0px 10px rgba(70, 77, 238, 0.25);
    border-radius: 4px;
    display: grid;
    text-align: center;
    height: 40px;
    align-items: center;
    transition: 0.5s
}

.block1 .button {
    margin-top: 9px;
}




/*block2*/


.block2 {
    padding-top: 44px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.left p {
    padding-bottom: 20px
}

.left {
    padding-top: 50px;
}



/*block3*/

.block3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px 0px;
    background-image: url(img/stars.png);
    background-repeat: no-repeat;
    background-position-x: right;
}

.image p {
    font-size: 15px;
    padding-bottom: 20px
}

.stars {
    background-image: url(img/stars.png);
}

.double {
    padding-left: 50px;
}

.double svg {
    width: 525px
}

.city h3 {
    padding-bottom: 10px;
    font-size: 14px;
    color: #B1B1B5;
}

.city p {
    font-size: 12px;
}

.city {
    width: 230px;
}

.fox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 43px;
    padding-left: 51px;
}

.city {
    width: 187px;
}

.city:nth-child(1) {
    margin-top: -50px;
}

.city:nth-child(2) {
    margin-top: 10px;
}

.city:nth-child(3) {
    margin-top: -50px;
}



/*block4*/

.tit {
    font-size: 15px;
    padding-bottom: 10px
}

.products {
    width: 1111px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    align-items: center;
    column-gap: 20px;
    grid-row-gap: 34px
}

.pro {
    border: 1px solid rgba(101, 99, 128, 0.2);
    box-sizing: border-box;
    padding: 15px 12px 18px
}

.pro img {
    width: 333px;
    height: 140px;
    margin-bottom: 12px
}

.rose h3 {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.rose {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-bottom: 15px;
}

.small img {
    width: 8px;
    height: 8px;
    margin: 0
}

.small p {
    color: #B1B1B5;
    font-size: 11px;
    font-weight: bold;
}

.small {
    background: #3F3D56;
    padding: 0px 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 3px;
}

.pen {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 13px
}

.pen a {
    color: #fff;
    background: #656380;
    border-radius: 4px;
    padding: 2px 12px
}

.pen p {
    font-size: 12px;
    color: #B1B1B5;
}

.pen span {
    font-size: 28px;
}

.money {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 18px
}

.money p {
    font-size: 14px;
    color: #656380;
}

.money span {
    color: #B1B1B5;
}

.block4 .button a {
    color: #464DEE
}

.block4 .button {
    background-color: rgba(70, 77, 238, 0.2);
    box-shadow: none
}

.block4 {
    padding-bottom: 100px;
}

.border {
    border-bottom: 2px solid rgba(144, 144, 143, 0.07);
}




/*block5*/

.block5 {
    padding: 65px 0px 100px
}

.block5 p {
    padding-bottom: 35px;
    width: 420px;
}

.faq {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    column-gap: 60px;
    grid-row-gap: 30px;
    padding-left: 30px;
}

.panel img {
    cursor: pointer;
}

.answer {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.panel-collapse {
    display: none;
}

.panel-body p {
    font-size: 14px;
    color: #B1B1B5;
    padding: 16px 50px 20px;
    border-bottom: 2px solid #464DEE;
    border-left: 2px solid #464DEE;
    border-right: 2px solid #464DEE;
}

.panel-heading {
    background: #3F3D56;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    grid-gap: 10px;
    padding: 8px 10px 8px 13px;
}

.panel h2 {
    color: #B1B1B5;
    font-size: 14px;
    padding-bottom: 0;
    font-weight: 300;
    width: 400px;
    line-height: 21px;
}

.panel {}

.box {
    display: grid;
    grid-gap: 30px;
}



/*footer*/


footer {
    background: #26293B;
    padding: 40px 0px 75px
}

.shapka {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
}

.log a {
    font-weight: 300;
    font-size: 14px;
    color: #B1B1B5;
    line-height: 21px;
    width: 220px;
}

.log {
    display: grid;
    grid-gap: 25px
}

.shapka h3 {
    font-weight: 500;
    font-size: 15px;
    color: #B1B1B5;
    padding-bottom: 3px;
    padding-top: 16px
}

.map a {
    font-size: 15px;
    color: #B1B1B5;
    transition: 1s;
}

.map {
    display: grid;
    grid-gap: 17px
}

.map a:hover {
    color: #fff;
    transition: 1s
}

.own {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    grid-gap: 50px;
}

.map p {
    width: 351px;
}

.block1 .button:hover {
    background-color: #232beb;
    transition: 0.5s
}

.block4 .button:hover {
    background-color: #464dee;
    transition: 0.5s
}

.block4 .button a:hover {
    color: #fff;
    transition: 0.5s
}

.mobmenu {
    display: none;
}

@keyframes zvezda {
    0% {
        background-position: 100% 100%;
    }



    100% {
        background-position: 101% 101%;
    }
}

.block3 {
    background-position: 100% 100%;
    animation: zvezda 40s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;

}

.st {

    animation: zvezdadwa 15s linear;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;

}

@keyframes zvezdadwa {
    0% {
        background-position: 100%;
    }

    100% {
        background-position: -150%;
    }
}




.randomss {
    animation: tree 20s;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes tree {


    0% {
        transform: rotateY(0deg)
    }

    50% {
        transform: rotateY(20deg);
    }

    100% {
        transform: rotateY(35deg);
    }
}

.zzzv {
    opacity: 0;
    animation: zzzv 1.7s linear;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;

}

.zzzv:nth-child(2n) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;

}

.zzzv:nth-child(2n+1) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    animation-delay: 4s;

}



@keyframes zzzv {
    0% {
        opacity: 0;

    }

    100% {
        opacity: 1;
        filter: blur(2px)
    }
}

.gid {
    display: none
}

.as {
    animation: as 0.5s linear;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;


}

@keyframes as {

    0% {
        transform: rotate(0deg) translateX(0px);
    }

    100% {
        transform: rotate(1deg) translateX(6px);
        filter: url(#f1);
    }

}


.as:nth-child(2n) {
    animation: as 0.5s linear;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
}

.as:nth-child(2n+1) {
    animation: as 1s linear;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-direction: alternate;
}

.lang-bar {
    width: 70px;
    font-size: 15px;
    color: #B1B1B5;
    border-bottom: 4px solid transparent;
    transition: 1s;
    padding: 15px 0px;
    width: max-content;
    background-color: #26293B;
    border: none;
    cursor: pointer;
    margin-top: -4px;

}

@media (max-width: 757px) {
    .lang-bar {
        width: 80%;

    }
}

.lang-bar>option {
    cursor: pointer;
    padding: 5px;
}