p,
h1,
h2,
h3,
h4,
h5,
h6,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura PT', Arial, sans-serif;
    font-size: 22px;
    color: #262626;
    font-weight: 300
}

p {
    margin-bottom: 25px
}

.in-the-box ul,
.in-the-box ul li {
    margin: 0;
    padding: 0
}

.advantages p {
    margin-bottom: 0
}

.logo-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid lightgray;
    flex-wrap: wrap;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px
}

.logo-header > div {
    width: 33%
}

.logo img {
    width: 180px;
    margin: 0 auto;
    display: block
}

.phone {
    text-align: right;
    font-size: 20px;
}

.socials img {
    width: 30px;
}

.socials div {
    display: inline-block;
    margin-right: 8px;
}
.types-container img.play-img{
    width: 30px;
    position: relative;
    left:20px;
    top:-4px;
}
.phone a {
    text-decoration: none;
    color: #1c1c1c;
    font-weight: 700;
}

.menu {
    padding: 20px 0
}

.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
    margin: 0;
    flex-wrap: wrap;
}

.menu ul li {}

.menu ul li a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: black
}

.menu ul li a:hover {
    color: #6cb647;
}

.bg {
    background: linear-gradient(to top, rgba(2,52,90,0.9), rgba(2,52,90,0.1)), url(../images/space.jpg) no-repeat bottom center;
    background-size: cover;
    color: white;
    min-height: 805px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400
}
.bg2 {
    background: linear-gradient(to top, rgba(2,52,90,0.9), rgba(2,52,90,0.1)), url(../images/bg2.jpg) no-repeat bottom center;
    background-size: cover;
    color: white;
    height: 805px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center
}
.bg3 {
    background: linear-gradient(to top, rgba(2,52,90,0.9), rgba(2,52,90,0.1)), url(../images/bg3.jpg) no-repeat bottom center;
    background-size: cover;
    color: white;
    height: 805px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center
}
.types-container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.types-container>div{
    width:25%;
}
.types-container img{
    display: block;
    width: 110%;
    margin-top:20px;
    margin-bottom:30px;
}
.main {
    position: relative
}
.bg2 h1{
    font-size: 57px;
    margin-bottom: 30px;
    max-width: 525px
}
.bg3 h1{
    font-size: 57px;
    margin-bottom: 30px;
}
.bg2 p{
    max-width: 760px
}
.bg3 p{
    max-width: 660px
}
.bold-text{
    font-weight: 500
}
.heading {
    font-size: 66px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    margin-top: 70px
}

.bg h1 {
    font-size: 146px;
    margin-top: -40px;
    text-align: center;
    background: -webkit-linear-gradient(125deg, yellow, chartreuse);
    background: -o-linear-gradient(125deg, yellow, chartreuse);
    background: linear-gradient(125deg, yellow, chartreuse);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px
}

.video-play {
    background: url(../images/arrow.svg) no-repeat 55% 50%;
    background-size: 20px;
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 70px;
    margin-bottom: 20px;
    animation: pulse 2s linear infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.buy {
    background: #4ebd17;
    text-decoration: none;
    color: white;
    font-size: 21px;
    font-weight: 400;
    padding: 15px 0;
    width: 250px;
    margin: 30px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.advantages img {
    width: 70px;
    margin-bottom: 10px
}

.section1 {
    padding: 100px 0;
    background: #f5f5f5 url(../images/line.svg);
    padding-bottom: 70px
}

.suptitle {
    color: #686868;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative
}

h2 {
    font-size: 35px;
    margin-bottom: 50px;
    position: relative;
    width: 315px;
    line-height: 40px
}

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

.advantages div {
    background: white;
    width: 31%;
    padding: 30px;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    margin-bottom: 35px
}

.number {
    position: absolute;
    top: 30px;
    right: 30px;
    color: #686868;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 3px;
}

.suptitle:before {
    content: "";
    width: 200px;
    height: 2px;
    border-top: 1px solid #e8e8e8;
    display: block;
    position: absolute;
    left: -240px;
    top: 10px
}

h2 span {
    position: absolute;
    left: -55px;
    top: 12px;
    color: #686868;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 3px;
}

.how-it-works {
    padding: 100px 0;
    padding-bottom: 40px;
}
.how-it-works-outer{
    background: #f5f5f5;
    margin-bottom: 100px
}

.how-works {
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    padding-bottom: 50px
}

.how-works-intro {
    width: 36%;
}

.how-works-content {
    width: 60%;
    position: relative
}

.how-works-content img {
    width: 110px;
    position: absolute;
    top: -121px;
    left: 0
}

.test-gallery {
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
}

.test-gallery a {
    width: 25%;
    display: block;
    padding: 10px;
    box-sizing: border-box
}

.test-gallery img {
    width: 100%;
    display: block
}

.boldweight {
    font-weight: 500
}

.green-box {
    color: white;
    margin-top: 155px;
    width: 300px;
    box-sizing: border-box
}

.gray-box {
    width: 76%;
    display: flex;
    padding-top: 155px;
    margin-left: 50px;
    box-sizing: border-box
}

.in-the-box .container {
    display: flex
}

.box-heading img {
    width: 30px;
    position: relative;
    top: 2px
}

.in-the-box ul li {
    list-style: none;
    margin-bottom: 10px
}

.box-heading {
    font-size: 30px;
    font-weight: 600;
}

.in-the-box ul li span {
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
    margin-right: 20px;
}

.in-the-box .green-box ul li span {
    color: white
}

.green-bg {
    background: #6cb647;
    position: absolute;
    top: 75px;
    left: 0;
    width: 35%;
    height: 410px;
    z-index: -9997
}

.gray-bg {
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    right: 0;
    width: 70%;
    height: 560px;
    z-index: -9998
}

.in-the-box-bg {
    display: flex;
}



.gray-box div {
    padding-left: 35px;
    width: 50%;
    box-sizing: border-box
}



.statistics {
    background: #f5f5f5;
    padding: 100px 0
}

.numbers {
    display: flex;
    background: white;
    justify-content: space-between;
    border: 1px solid #e8e8e8;
}

.numbers div {
    text-align: center;
    width: 33%;
    padding: 30px 0
}

.bullet:before {
    content: "■";
    font-size: 16px;
    position: relative;
    left: -15px;
    top: -3px
}

.bullet {
    line-height: 24px;
}

.numbers div.numbers1 {
    border-right: 1px solid #e8e8e8;
}

.numbers div.numbers2 {
    border-right: 1px solid #e8e8e8;
}

.numbers div.numbers1 p {
    width: 64%
}

.numbers div.numbers2 p {
    width: 74%
}

.numbers div.numbers3 p {
    width: 43%
}

.numbers div p {
    margin: 0 auto
}

.numbers .percent {
    color: #6cb647;
    font-size: 33px;
    font-weight: 500;
    margin-top: 8px
}

.banner {
    background: #6cb647 url(../images/line2.svg) no-repeat bottom center;
    background-size: cover;
    color: white;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px
}

.big-percent {
    font-size: 42px;
    font-weight: 600;
}

.banner .bullet {
    margin-bottom: 5px
}

.img-content {
    display: flex;
}

.img-content div {
    width: 50%
}

h3 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 35px;
}

.big-content {
    padding: 130px 100px;
    box-sizing: border-box
}

.big-img {
    background: no-repeat;
    background-size: cover
}

.ap,
.gp {
    background: no-repeat;
    background-size: cover;
    height: 56px;
    display: inline-block;
}

.ap {
    background-image: url(../images/app.svg);
    width: 200px;
}

.gp {
    background-image: url(../images/gp.svg);
    width: 198px;
}

.form-content img {
    width: 113px
}

.form-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

form input {
    display: block
}
.w3-container button{
    cursor: pointer;
    border: 0;
    padding: 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 19%;
    text-align: center;
    box-sizing: border-box;
}
.w3-container button:hover{
    background: #dfdfdf
}
.w3-red, .w3-hover-red:hover {
    color: #fff!important;
    background-color: #6cb647!important;
    
}
#myReadBtn {
    color: #ffffff;
    background-color: #6cb647;
    outline: none;
    text-align: center;
    height: 50px;
    border: 0 none;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Futura PT', Arial, sans-serif;
    margin-top: 15px
}

input {
    border: 1px solid #dbdbdb;
    background-color: white;
    height: 46px;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Futura PT', Arial, sans-serif;
    margin-bottom: 10px
}

.form-text {
    line-height: 1.25;
    font-weight: 500;
    width: 35%
}

.form {
    padding: 100px 0;
    background: #f5f5f5 url(../images/line.svg);
}

form {
    width: 40%
}

.rent {
    padding: 100px 0;
}

.rent h2 {
    width: 100%;
    margin-bottom: 30px
}

div.details {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

div.details div {
    width: 31%;
    border-width: 1px;
    background-color: #ffffff;
    background-position: center center;
    border-color: #e8e8e8;
    border-style: solid;
    padding: 35px 0;
    box-sizing: border-box
}

div.details div p {
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    line-height: 26px
}

div.details div p:before {
    content: "■";
    font-size: 16px;
    left: -25px;
    top: -2px;
    position: absolute;
    color: #6cb647
}

div.details div p.details1 {
    width: 157px;
    margin-left: 120px
}

div.details div p.details2 {
    width: 270px;
    margin-left: 60px
}

div.details div p.details3 {
    width: 189px;
    margin-left: 100px
}

.small-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 70px
}

.small-gallery img {
    width: 31%;
    max-width: 400px
}

.logotypes {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.logotypes div {
    width: 7.5%;
    margin: 15px 20px;
    display: flex;
    align-items: center
}

.logotypes div img {
    width: 100%;
}

#more {
    display: none;
    margin-bottom: 75px
}

.test-gallery2,
.test-gallery3 {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap
}

.test-gallery2 a,
.test-gallery3 a {
    width: 23%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin-bottom:25px;
}

.test-gallery2 img,
.test-gallery3 img {
    width: 100%;
    display: block
}

#myReadBtn {
    display: block;
    margin: 50px auto;
    margin-bottom: 100px;
    margin-top:25px;
}


.qa {
    background: #f5f5f5;
    padding: 100px 0
}


.accordionn {
    background-color: white;
    cursor: pointer;
    padding: 25px 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    line-height: 30px;
    transition: 0.4s;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
}

.accordionn.active:after,
.accordionn:hover:after {
    color: white;
    background: #6cb647;
    transition: all 0.5s
}

.accordionn:after {
    content: '\002B';
    color: gray;
    float: right;
    font-size: 50px;
    font-weight: 100;
    padding: 3px 5px 4px 6px;
    border-radius: 50px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    top: -2px
}

.accordionn.active:after {
    transform: rotate(45deg);
    transition: all 0.5s
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    text-align: left;
    border-bottom: 1px solid #e8e8e8
}

.panel > div {
    padding: 0px 35px 5px 35px;
}

.panel span {
    font-weight: 500
}

.panel img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px
}

.pay {
    padding: 100px 0
}

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

.payment img {
    display: block;
    width: 18%
}

.block-contacts {
    background: #474747;
    color: white;
    position: relative;
    padding: 65px 87px;
    box-sizing: border-box;
    width: 50%;
    min-width: 500px
}

.footer-contact {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px
}

.block-contacts h2 {
    color: white;
}

.block-contacts .suptitle {
    color: white;
    opacity: 0.7
}

.block-contacts h2 span {
    color: white;
    opacity: 0.7;
}

.block-contacts a {
    color: white;
    text-decoration: none
}

.inner-contacts img {
    width: 48px;
    display: block;
    margin-right: 20px
}

.block-contacts p {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.copyright {
    padding: 15px 0;
    background: #2e2e2e;
    color: white;
    padding-top: 35px
}

.copyright .container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright .container div {
    width: 33%;
}

.footer-logo a img {
    width: 130px
}

.copyright-cont {
    text-align: center;
    font-size: 18px
}

.cp {
    font-size: 16px;
    color: rgb(153, 153, 153);
}

.copyright-cont span {
    font-weight: 500
}

.socials-footer {
    text-align: right
}

.final {
    background: #171717;
    font-size: 17px;
    text-align: center;
    padding: 20px 0
}

.final a {
    color: #c9c9c9;
    text-decoration: none;
    margin: 0 20px
}


.popup-box {
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.popup-inner {
    background: white;
    padding: 50px;
    margin: 0 auto;
    top: 50%;
    position: relative;
    width: 560px;
    transform: translateY(-50%);
    box-sizing: border-box
}

.popup-msg {
    font-weight: bold;
    padding: 0px 20px 0 20px;
    font-size: 28px;
    margin-bottom: 30px
}

.transparent-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    overflow: hidden;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px
}

.close img {
    width: 30px;
}

.popup-inner form {
    width: 100%
}

.popup-inner form input {
    margin-top: 15px
}

.datasend {
    font-size: 16px;
    margin-top: 17px
}

/*
.full-wid img{
    width: 100%
}*/
#popup2 {
    background: white url(../images/bg.jpeg) no-repeat;
    background-size: 100% auto;
    padding-top: 315px
}

header {
    display: flex;
    justify-content: flex-end;
}


/* Гамбургер иконка */
.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #222222;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 5px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 5px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

header {
    position: fixed;
    width: 100%;
    height: 75px;
    top: 0;
    right: 0;
    background: white;
    z-index: 9999;
    display: none
}


/* Гамбургер иконка */
.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #222222;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 5px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 5px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */



/* Гамбургер иконка */
.menu-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    top: 22px;
    right: 20px;
}

.menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #222222;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 7px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.menu-burg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 9998;
    text-align: center;
    display: none;
    justify-content: center;
    flex-direction: column;
    min-height: 590px
}

.menu-burg.active {
    transform: translateX(0);
}

.menu-burg li {
    list-style-type: none;
}

.logo-mob img {
    width: 130px;
    display: block;
    margin: 20px;
    z-index: 9999;
    position: relative
}

.tel-mob {
    position: absolute;
    top: 24px;
    right: 80px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    color: inherit
}

.menu-burg a {
    text-decoration: none;
    color: inherit
}

.menu-burg a:hover {
    color: #6cb647
}

.menu-burg ul {
    padding: 0;
    margin: 0;
}

.menu-burg li {
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.socials-burg img {
    width: 30px
}

.phone-burg {
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 20px
}

.hid-h2 {
    display: flex;
}

.hid-h2 img {
    width: 100px;
    display: none;
    position: relative;
    top: -22px
}

.how-works iframe {
    width: 100%
}

.int-the-box-img {
    font-size: 20px
}

.invis {
    display: none
}
.italic-text{
    font-style: italic
}
.big-price{
    font-weight: 700;
    font-size: 30px 
}
.qa h2,.pay h2,.form h2{
    width: 100%
}
.projects{
    display: flex;
    justify-content: space-between;
    color: white;
    margin-bottom: 110px;
    margin-top: 70px
}
.projects>a{
    width: 49%;
    padding: 45px 0;
    padding-left: 200px;
    box-sizing: border-box;
    text-align: center;
    display: block;
    position: relative;
    text-decoration: none;
    color: white
}
.projects img{
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 205px
}

.drones{
    background-image: url(../images/dsds_1.svg), linear-gradient(0.208turn,rgba(13,196,214,1) 20%,rgb(51,97,163) 70%,rgb(25,69,131) 100%);
}
.store{
    background-image: url(../images/dsds_1.svg), linear-gradient(0.208turn,rgba(108,182,71,1) 0%,rgba(90,182,93,1) 50%,rgba(13,196,214,1) 100%);
}
.projects .bullet:before{
    left: 0;
    margin-right: 13px;
}
.projects .percent{
    font-weight: 500;
}
.w3-img-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 75px
}
.w3-img-container div{
    width: 20%;
    text-align: center;
    font-size: 20px
}
.w3-img-container img{
    width: 100%;
    margin-bottom: 20px
}

body > div.bg > div > p:nth-child(4){
    margin-top:35px;
}
/*
.tab-h{
   font-size: 32px;
    font-weight: 500
}
*/
/* bg */
@media screen and (max-width:1600px) {
    .green-bg {
        width: 32%
    }

    .gray-bg {
        width: 75%
    }
}

@media screen and (max-width:1350px) {
    .green-bg {
        width: 27%
    }

    .gray-bg {
        width: 80%
    }
    .container{
        width: 88%
    }
}

@media screen and (max-width:1200px) {
    .heading {
        font-size: 56px
    }

    .bg h1 {
        font-size: 136px
    }

    .star {
        width: 380px;
        top: 200px;
    }
    .star-mini{
        width: 260px;
    }
body > div.bg > div > p.desc{
    max-width:410px;
}
    .gray-box {
        flex-direction: column;
        margin-left: 18%;
        width: 55%
    }

    .in-the-box ul.marg {
        margin-bottom: 50px
    }

    .gray-bg {
        height: 920px
    }

    .gray-box div {
        width: 100%
    }

    .green-bg {
        width: 35%
    }

    div.details div p {
        width: auto;
        margin-left: 50px
    }

    div.details div p.details2 {
        width: auto
    }

    div.details div p.details1 {
        margin-left: 50px
    }

    div.details div p.details3 {
        width: auto;
        margin-left: 50px
    }
    .container{
        width: 88%
    }
    .projects img{
        width: 150px
    }
}



@media screen and (max-width:1060px) {
    .projects>a{
        padding-left: 125px;
    }
    .projects img{
        width: 120px;
    }

    /* extra */
    .menu ul li a {
        font-size: 15px;
    }
}

@media screen and (max-width:960px) {
    .projects>a.store{
        padding-left: 0;
        padding-right: 125px
    }
    .projects .store img{
        right: 30px;
        left: auto
    }
    .projects img{
        width: 200px;
    }
    .projects{
        flex-direction: column;
        margin-bottom: 70px
    }
    .projects>a{
        width: 100%;
        margin-bottom: 50px
    }
    header {
        display: block
    }

    .logo-header,
    .menu {
        display: none
    }

    .menu-burg {
        display: flex
    }

    .heading {
        font-size: 32px;
        line-height: 42px;
        margin-top: 135px;
        text-align: center
    }

    .bg h1 {
        font-size: 98px;
        text-align: center;
        margin-left: -4px
    }

    .bg {
        font-size: 22px;
        padding-bottom:65px;
    }
    .bg2 {
        height: 725px;
        font-size: 22px
    }

   /* .video-play {
        margin: 0;
        position: absolute;
        top: 64px;
        left: 530px
    }*/

    .star {
        width: 330px;
        top: 280px;
    }


    .advantages div {
        width: 48%
    }

    .how-works-intro {
        width: 40%
    }

    .how-works-content {
        width: 50%
    }

    .in-the-box .container {
        flex-direction: column
    }

    .green-bg {
        width: 65%
    }

    .how-it-works {
        padding-bottom: 0
    }

    .gray-bg {
        top: 390px;
        height: 885px
    }

    .gray-box {
        padding-top: 135px;
        padding-left: 50px;
        width: 70%
    }

    .int-the-box-img div {
        width: 20%
    }

    .int-the-box-img img {
        width: 60%
    }

    .int-the-box-img img.in-the-box3 {
        width: 100%
    }

    .int-the-box-img img.in-the-box4 {
        width: 40%
    }

    .img-content div {
        width: 100%
    }

    .img-content {
        flex-wrap: wrap;
    }

    .invis {
        display: block
    }

    .vis {
        display: none
    }

    .big-img {
        height: 300px
    }

    .big-content {
        padding: 50px 0;
    }

    .lst {
        padding-bottom: 50px
    }

    div.details div:nth-child(1) {
        width: 49%
    }

    div.details div:nth-child(2) {
        width: 49%
    }

    div.details div:nth-child(3) {
        width: 100%;
        margin-top: 20px
    }

    div.details {
        flex-wrap: wrap
    }

    .logotypes div {
        width: 15%;
    }

    .payment img {
        display: block;
        width: 30%;
        margin-bottom: 10px;
        margin-right: 10px
    }

    .payment {
        justify-content: flex-start
    }

    .copyright .container {
        flex-direction: column;
    }
    .copyright .container div{
        text-align: center;
        margin-bottom: 20px;
        width: 100%
    }
     .container{
        width: 82%
    }
    
    .block-contacts {
        padding-left: 0
    }
    .block-contacts{
        background: none;
        padding-top: 0
    }
    .footer-contact{
        background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0.1)), url(../images/footer-bg.jpg) no-repeat 
    }
    .bg2 h1,.bg3 h1{
        margin-top: 100px
    }
    
    .star,.star-mini{
        display:none;
    }
    .types-container{
    flex-wrap: wrap;
}
body > div.bg > div > div.types-container > div:nth-child(3){
    width: 100%;
}
.types-container>div {
    width: 40%;
}
}
@media screen and (max-width:760px) {
    .projects>a {
    padding-left: 200px;
    }
    .projects>a.store{
        padding-right:200px
    }
}
@media screen and (max-width:640px) {

    .types-container>div {
    width: 100%;
}
.buy {
    width:100%;
}
.types-container img{
    width: 80%;
}

    .heading {
        font-size: 30px;
        line-height: 42px;
    }

    .star {
        width: 212px;
        top: 269px;
        right: 0;
    }

    .heading {
        font-size: 26px;
    }

    .bg h1 {
        font-size: 78px;
    }

    .advantages div {
        width: 100%
    }

    .how-works-intro {
        width: 100%;
        margin-bottom: 25px
    }

    .how-works-content {
        width: 100%;
    }

    .how-works {
        flex-direction: column
    }

    .how-works-content img {
        display: none
    }

    .hid-h2 img {
        display: block;
    }

    .how-works iframe {
        margin-top: 10px
    }

    .test-gallery a {
        width: 50%;
    }

    .how-works-intro-sec {
        margin-bottom: 0
    }

    .in-the-box-bg {
        display: none
    }

    .gray-box {
        background: #f5f5f5;
        width: 100%;
        margin-left: 0;
        margin: 0;
        padding: 50px 40px
    }

    .green-box {
        background: #6cb647;
        width: 100%;
        margin: 0;
        padding: 40px;
        margin-top: 20px
    }

    .gray-box div {
        padding-left: 0
    }

    .int-the-box-img div {
        width: 50%
    }

    .int-the-box-img {
        flex-wrap: wrap
    }

    .int-the-box-img img {
        width: 40%
    }

    .int-the-box-img img.in-the-box3 {
        width: 60%
    }

    .int-the-box-img img.in-the-box4 {
        width: 30%
    }

    .numbers div {
        border: none;
        border-bottom: 1px solid #e8e8e8;
    }

    .numbers div {
        width: 100%;
    }

    .numbers {
        flex-wrap: wrap;
        border-bottom: none
    }

    .form-content img {
        display: none
    }

    .form-content {
        flex-direction: column;
        flex-flow: column-reverse
    }

    .form-content form {
        width: 100%
    }

    .form-text {
        width: 100%;
        margin-bottom: 30px
    }

    .small-gallery img {
        width: 100%;
        display: block;
        margin: 10px auto;
        max-width: 100%
    }

    .small-gallery {
        flex-wrap: wrap;
    }

    .test-gallery2 a,
    .test-gallery3 a {
        width: 47%;
        margin-bottom: 15px
    }

    h2 {
        width: 100%
    }
    .container{
        width: 95%
    }
    div.details div{
        width: 100%!important;
        margin-bottom: 20px!important;
        margin-top: 0!important
    }
    .small-gallery{
        margin-top: 40px
    }
    .block-contacts{
        min-width: 100%
    }
}
@media screen and (max-width:640px) {
    .projects img {
    width: 150px;
}
    .projects>a {
    padding-left: 170px;
        margin-bottom: 30px
}
        .projects>a.store {
    padding-right: 170px;
}
    .projects{
        margin-top: 50px;
        margin-bottom: 80px
    }
    .w3-container button{
        letter-spacing: 0;
        font-size: 13px
    }
    .w3-container button{
        width: 18%;
        padding: 10px 0;
    }
    .popup-inner{
        width:100%;
    }
    body > div.bg > div > p:nth-child(4){
    max-width: 255px;
}

}
#sendbutton {
    border: none;
    padding: 20px 50px;
}
.qa-text td{
    border:1px solid lightgray;
    border-right:0;
    border-bottom:0;
    padding:10px;
} 
.qa-text{
    border-right:1px solid lightgray;
    border-bottom:1px solid lightgray;
    margin-top: 20px;
    margin-bottom:50px;
}
.panel b{
    font-weight:500;
}
.panel h4{
    font-weight:500;
    margin-bottom:20px;
    font-size:26px;
}
.qa-table{
    width:100%;
    margin-bottom:30px;
}
.qa-table tr, .qa-table td{
    margin:0;
    padding: 0;
}
.qa-table td{
    border-bottom:1px solid lightgray;
    padding:10px 0;
}