/*block1*/
.block1 {
    background: #f4f4f4 url(../img/bg1.jpg) no-repeat center top;
    padding: 20px 0 0;
}
.topnav {
    display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    margin-bottom: 30px;
}
.topnav .logo {
    margin-right: auto;
}
.top-features {
    display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.top-features li {
    display: block;
    display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    font-size: 14px;
}
.top-features li:not(:last-child) {
    margin-right: 50px;
}
.top-features li img {
    margin-right: 15px;
    position: relative;
    top:-3px;
}
.top-features li span {
    
}
.block1 h1 {
    font-size: 39px;
    max-width: 680px;
    width: 100%;
    margin-bottom: 35px;
}
.block1 h1 span {
    color:#0498d4;
}
.block1 h1 small {
    font-weight: 400;
    display: block;
    font-size: 24px;
    color:#000;
    text-transform: none;
    line-height: 1.3em;
    margin-top: 25px;
}
.bullits {
    margin-bottom: 50px;
}
.bullits li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bullits img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.bullits p {
    display: inline-block;
    vertical-align: middle;
}
.sale {
    background: url(../img/sale.png) no-repeat 0 0;
    width: 132px;
    height: 133px;
    color:#fff;
    font-size: 18px;
    text-align: center;
    padding: 30px 0 0 ;
    line-height: 1.3em;
    text-shadow: 0 1px 0 #c28202;
     position: absolute;
    left: 620px;
    top:515px;
    -moz-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
-o-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.sale span {
    display: block;
    font-weight: 700;
    font-size: 26px;
}
.formbox {
    width: 370px;
    border-radius: 10px 10px 0 0;
    background: rgb(4,152,212);
    background: -moz-linear-gradient(45deg,  rgba(4,152,212,1) 0%, rgba(0,181,255,1) 99%);
    background: -webkit-linear-gradient(45deg,  rgba(4,152,212,1) 0%,rgba(0,181,255,1) 99%);
    background: linear-gradient(45deg,  rgba(4,152,212,1) 0%,rgba(0,181,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0498d4', endColorstr='#00b5ff',GradientType=1 );
    padding: 35px 0 15px;
}

/*block2*/
.block2 {
    background: url(../img/bg2.jpg) no-repeat center 50px;
}
.block2 .container {
    margin-bottom: 40px;
}
.block2 .container video {
    float: left;
    display: block;
    border-radius: 10px;
    margin-right: 20px;
}
.block2 .container > div {
   
}
.block2 .container > div p {
    margin-bottom: 20px;
}
/*block3*/
.blue {
    background: rgb(4,152,212);
    background: -moz-linear-gradient(45deg,  rgba(4,152,212,1) 0%, rgba(0,181,255,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(4,152,212,1) 0%,rgba(0,181,255,1) 100%);
    background: linear-gradient(45deg,  rgba(4,152,212,1) 0%,rgba(0,181,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0498d4', endColorstr='#00b5ff',GradientType=1 );
    color:#fff;
}
.plusy {
    display: flex;
	justify-content: space-between;
}
.plusy__item {
    text-align: center;
    width: 350px;
}
.plusy__item img {
}
.plusy__item p b {
    font-size: 20px;
    display: block;
    line-height: 1.6em;
}
.plusy__item p {
    
}
/*block4*/
.block4 {
    background: url(../img/bg4.jpg) no-repeat center 35px;
}
.block4 .container {
    display: flex;
	justify-content: space-between;
    align-items: center;
}
.cont__left {
    width: 540px;
}
.cont__left p {
    margin-bottom: 20px;
}
.cont__left > p:nth-child(3) {
    margin-bottom: 40px;
}
.cont__right {
    width: 550px;
}
/*block5*/
.block5 {
    background: #fafafa url(../img/bg5.jpg) no-repeat center 80px;
}
.antenn {
    display: flex;
	justify-content: space-around;
    margin-bottom: 50px;
}
.antenn__left,
.antenn__right {
    width: 460px;
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.18);
    box-shadow: 0 0 35px 0 rgba(0,0,0,.18);
    border-radius: 15px;
    padding: 30px;
}
.antenn__left {
    background: #fff;
}
.antenn__right {
   
}
.antenn__title {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.antenn__list {
    margin-bottom: 20px;
    background: url(../img/check-no.png) no-repeat 0 6px;
    padding-left: 40px;
}
.antenn__right .antenn__list {
    background-image: url(../img/check-yes.png);
}
/*block6*/
.block6 {
    padding-bottom: 60px;
}
.block6 .wrap {
    padding: 0;
}
.rev__item {
    width: 350px;
    text-align: center;
    background: #fff;
    color:#333;
    padding-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.rev__item > img {
    display: block;
    margin: 0 auto 20px;
}
.rev__item > b  {
    margin-bottom: 15px;
    display: block;
}
.rev__item > p  {
    font-size: 16px;
    padding: 0 20px 20px;
}
.rev__person {
    font-size: 15px;
    color:#9b9b9b;
}
.rev__person img {
    display: block;
    margin: 0 auto 15px;
}
.rev__person b {
    color:#333333;
    font-weight: 500;
    display: block;
    line-height: 1em;
}
/*block7*/
.block7 {
    background: url(../img/bg7.jpg) no-repeat center top;
}
.ship {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ship__item {
    width: 188px;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 32px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 32px 0 rgba(0,0,0,.15);
    padding: 20px 10px 20px 20px;
    position: relative;
}
.ship__item:not(:nth-child(3)) {
    background: #fff;
}
.ship__item img {
    display: block;
}
.ship__item b {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 15px 0 10px;
}
.ship__item p {
    font-size: 15px;
    line-height: 1.3em;
    
}
.ship__item p a {
    color:#005691;
}
.ship__item p a:hover {
    color:#0082db;
}
.ship > div:not(:last-child):before {
    content:'';
    display: block;
    background: url(../img/sep.png) no-repeat 0 0;
    width: 43px;
    height: 8px;
    position: absolute;
    top: 115px;
    right: -78px;
}
/*block8*/
.form-title {
    text-align: center;
    font-size: 16px;
    color:#fff;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.form-title span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}
.block8 .formbox {
    padding-top: 20px;
}
/*block9*/


/*block10*/


.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
}
/*-------------------------------------- Media Queries ----959---------------------------------*/
@media screen and (max-width: 1120px) {
    .block1 {
        background-image: url(../img/bg1-m.jpg);
    }
    .top-features li:not(:last-child) {
        display: none;
    }
    .block1 h1 {
        font-size: 36px;
    }
    .sale {
        position: static;
        margin: 144px 0 132px 172px;
    }
    .formbox {
        width: 100%;
        padding: 25px 0 0;
    }
    .block2, .block4 {
        background: #fff;
    }
    .adelem {
        display: flex;
        justify-content: space-between;
    }
    .adelem > div {
        width: 320px;
    }
    .timer {
        flex-direction: column;
    }
   
    .timer__left {
        text-align: center;
        padding: 0 0 10px;
        width: 100%;
    }
    .price {
        margin-bottom: 10px;
    }
    h2.title br {
        display: none;
        font-size: 32px;
    }
    .block2 .container img {
        float: none;
        margin: 0 auto 30px;
    }
    .plusy {
        flex-direction: column;
    }
    .plusy__item {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        text-align: left;
    }
    .plusy__item p {
        padding-left: 30px;
    }
    .block4 .container {
        flex-direction: column-reverse;
    }
    .block4 .container > div {
        width: 100%;
    }
    .cont__right {
        margin-bottom: 20px;
    }
    .antenn__left, .antenn__right {
        width: 50%;
    }
    .antenn__left {
        border-radius: 15px 0 0 15px;
    }
    .antenn__right {
        border-radius: 0 15px 15px 0;
    }
    .antenn__right .antenn__title {
        margin-bottom: 58px;
    }
    .rev__item {
        width: 300px;
    }
    .reviews {
        padding-top: 40px;
    }
    .rev__item > p {
        padding: 0 15px 20px;
    }
    .ship {
        justify-content: space-around;
    }
    .ship__item {
        margin: 0 0 20px;
        width: 250px;
    }
    .ship > div:not(:last-child):before {
        top: 98px;
        right: -56px;
    }
    .ship > div:nth-child(2):before {
        display: none;
    }
    .block8 .bullits {
        display: block !important;
    }
    .block8 .price {
        margin-bottom: 20px;
    }
    .block8 .formbox {
        padding-bottom: 20px;
    }
    
}
/*-------------------------------------- Media Queries ----639---------------------------------*/
@media screen and (max-width: 660px) {
    .block1 {
        background-image: url(../img/bg1-s.jpg);
    }
    .block1 .wrap {
        padding: 0;
    }
    .topnav .logo {
        width: 80px;
    }
    .top-features li img {
        margin-right: 10px;
    }
    .top-features {
        width: 152px;
        
    }
    .top-features li span {
        line-height: 1.2em;
    }
    .block1 h1 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .block1 h1 small {
        font-size: 16px;
        margin-top: 15px;
    }
    .block1 h1 small br, .ship > div:not(:last-child):before {
        display: none;
    }
    .bullits li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .bullits img {
        margin-right: 5px;
    }
    .sale {
        margin: 146px 0 165px 0px;
    }
    .adelem, .plusy__item {
        flex-direction: column;
    }
    .formbox {
        padding-bottom: 20px;
    }
    h2.title {
        font-size: 20px;
    }
    .plusy__item p {
        padding-left: 0;
        text-align: center;
    }
    .plusy > div:not(:nth-child(2)) {
        margin-bottom: 20px;
    }
    .block5 {
        background: #fafafa;
    }
    .antenn {
        flex-direction: column-reverse;
    }
    .antenn__right {
        margin-bottom: 25px;
    }
    .antenn__right .antenn__title {
        margin-bottom: 30px;
    }
    .antenn__left, .antenn__right {
        width: 100%;
        border-radius: 15px;
        padding: 20px 15px;
    }

}







