body, h1, h2, h3, p, ul, ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;
}

input:focus, textarea:focus, button:focus {
	outline: none;
}

a {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h3 {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin: 0 0 35px;
	font-family: "Open Sans";
}
.container {
	width: 1000px;
	margin: 0 auto;
}

.main {
	width: 100%;
	/*overflow: hidden;*/
}

header {
	background: url(images/header-bg.png)no-repeat;
	background-size: cover;
}
header .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
	margin-bottom: 30px;
}

header .container .left-colum p {
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-family: "Open Sans";
}

header .container .right-colum {
	text-align: right;
}

header .container .right-colum a.tel {
	display: block;
	font-size: 16px;
	font-family: "Open Sans";
	color: #fff;
}

header .container .right-colum a.order {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	background-size: 14px;
	font-family: "Open Sans";
}


.first-block {
	display: flex;
	flex-direction: column;
}
.first-block h1 {
	font-size: 45px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #fff;
}
.first-block h2 {
	font-size: 18px;
	color: #fff;
	text-align: left;
	font-family: "Open Sans";
	padding: 10px 0 0;
}
.first-block .text-price {
	font-size: 20px;
	color: #fff;
	padding: 90px 0 0;
	font-family: "Open Sans";
	font-weight: lighter;
}
.first-block .text-sale {
	font-size: 17px;
	color: #fff;
	padding: 10px 0 0;
	font-family: "Open Sans";
	font-weight: lighter;
}


.first-block form.order-form {
	margin: 30px 0 0;
	display: flex;
}
.first-block .order-form input {
	border: 1px solid transparent;
	border-radius: 25px;
	padding: 10px 15px;
	font-size: 14px;
	font-family: "Open Sans";
	display: block;
}
.first-block .order-form button {
	font-size: 14px;
	font-family: "Open Sans";
	color: #ffffff;
	background-color: #6bb9fa;
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	margin: 0 0 0 10px;
}

.first-block .order-form button:hover {
	color: #6bb9fa;
	background-color: #ffffff;
	border-top: #ffffff;
	text-shadow: none;
	cursor: pointer;
}

.first-block .devices {
	margin: 135px 0 60px;
	background: url(images/devices-icons.png) no-repeat;
	background-position: left bottom;
	padding: 0 0 30px;
	color: #fff;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: lighter;
	opacity: .35;
}

.content .text-description {
	font-size: 16px;
	font-family: "Open Sans";
	color: #000;
}


/*start ease-of-use*/
.content .ease-of-use {
	display: flex;
}
.content .ease-of-use .ease-of-use-left {
	width: 50%;
	background: url(images/ease-of-use.png) no-repeat;
	background-position: left center;
}
.content .ease-of-use .ease-of-use-right {
	width: 50%;
	max-width: 500px;
	padding: 145px 10px 90px 20px;
}
/*end ease-of-use*/

/**/
/**/
/**/

/*start what-is-this*/
.content .what-is-this {
	display: flex;
	justify-content: flex-end;
}
.content .what-is-this .what-is-this-left {
	width: 50%;
	max-width: 500px;
	padding: 110px 20px 130px 10px;
}
.content .what-is-this .what-is-this-right {
	width: 50%;
	background: url(images/what-is-this.png) no-repeat;
	background-position: right center;
}
/*end what-is-this*/

/**/
/**/
/**/

/*start stylish-design */
.content .stylish-design {
	display: flex;
	justify-content: center;
}

.content .stylish-design .stylish-design-left {
	background: url(images/stylish-design.png) no-repeat;
	background-position: left center;
	width: 50%;
	max-width: 500px;
}

.content .stylish-design .stylish-design-right {
	padding: 125px 10px 125px 20px;
	width: 50%;
	max-width: 500px;
}
/*end stylish-design */

/**/
/**/
/**/

/*start set */
.content .set {
	display: flex;
	justify-content: center;
}
.content .set .set-left {
	padding: 100px 20px 70px 10px;
	width: 50%;
	max-width: 500px;
}
.content .set .set-left ul li{
	font-family: "Open Sans";
	font-size: 16px;
	padding: 10px 0px 10px 40px;
	position: relative;
}
.content .set .set-left ul li:before {
	position: absolute;
	height: 20px;
	width: 20px;
	display: block;
	border-radius: 100%;
	border: 1px solid;
	top: 10px;
	left: 0px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
.content .set .set-left ul li:nth-child(1):before {
	content: '1';
}
.content .set .set-left ul li:nth-child(2):before {
	content: '2';
}
.content .set .set-left ul li:nth-child(3):before {
	content: '3';
}
.content .set .set-right {
	width: 50%;
	max-width: 500px;
	background: url(images/set.png) no-repeat;
	background-position: center;
}
/*end set */

/**/
/**/
/**/

/*start compatibility*/
.content .compatibility .container {
	display: flex;
}
.content .compatibility-left {
	width: 50%;
	background: url(images/tels.png)no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding: 0 20px 0 50px;
}
.content .compatibility-rigth {
	width: 50%;
	padding: 0 0 0 50px;
}
.content .compatibility-rigth h4 {
	background: url(images/devices-list.png) no-repeat;
	padding: 0 0 0 45px;
	font-size: 14px;
	color: #000;
	font-family: "Open Sans";
	margin: 0 0 20px;
}
.content .compatibility-rigth .compatibility-list {
	display: flex;
	justify-content: space-between;
	font-family: "Open Sans";
}
.content .compatibility-rigth .compatibility-list ul li {
	font-size: 12px;
	color: #000;
	line-height: 15px;
}
.content .compatibility-rigth .compatibility-list ul li span {
	color:#a6a6a6;
}
/*end compatibility*/

/**/
/**/
/**/

/*start buy-one-clik*/
.buy-one-clik {
	margin: 50px 0;
}
.buy-one-clik h3 {
	text-align: center;
}
.buy-one-clik .container{
	display: flex;
	justify-content: center;
}
.buy-one-clik .buy-set {
	width: 50%;
	max-width: 340px;
	border: 1px solid#c8c8c8;
	border-radius: 6px;
	margin: 0 30px 30px;
	text-align: center;
	font-family: "Open Sans";
	position: relative;
}
.buy-one-clik .buy-set:before {
	position: absolute;
	content: '';
	width: 60px;
	height: 31px;
	display: block;
	background: url(images/sale-40.png)no-repeat;
	top: 45px;
	left: 0;
}
.buy-one-clik .buy-set img {
	margin: 30px 0 0;
	padding: 0 0 0 25px;
}
.buy-one-clik .buy-set h5 {
	font-size: 18px;
	margin: 0 0 10px;
}
.buy-one-clik .buy-set h6 {
	font-size: 16px;
	margin: 0 0 15px;
}
.buy-one-clik .buy-set p {
	font-size: 14px;
}
.buy-one-clik .buy-set .block-with-price {
	margin: 20px 0;
}
.buy-one-clik .buy-set .block-with-price .old-price {
	font-size: 14px;
	text-decoration:line-through;
}
.buy-one-clik .buy-set .block-with-price .new-price {
	font-size: 26px;
	padding: 0 0 0 10px;
}
.buy-one-clik .buy-set form.order-form {
	margin: 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.buy-one-clik .buy-set .order-form input {
	border: 1px solid #c5c5c5;
	border-radius: 25px;
	padding: 10px 15px;
	font-size: 14px;
	font-family: "Open Sans";
	display: block;
	width: 180px;
}
.buy-one-clik .buy-set .order-form button {
	font-size: 14px;
	font-family: "Open Sans";
	color: #ffffff;
	background-color: #6bb9fa;
	border: 1px solid#6bb9fa;
	border-radius: 25px;
	padding: 10px ;
	width: 180px;
	margin: 10px 0 35px;
}
.buy-one-clik .buy-set .order-form button:hover {
	color: #6bb9fa;
	background-color: #ffffff;
	border: 1px solid#6bb9fa;
	text-shadow: none;
	cursor: pointer;
}
/*end buy-one-clik*/

/**/
/**/
/**/

/*start why-us*/
.why-us h3{
	text-align: center;
}
.why-us .container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 820px;
}
.why-us .container .why-us-block {
	width: 290px;
	padding: 30px 50px 30px 80px;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: lighter;
}
.why-us .container .why-us-block:nth-child(1){
	background: url(images/why-us-icon-1.png) no-repeat;
	background-position: left center;
}
.why-us .container .why-us-block:nth-child(2){
	background: url(images/why-us-icon-2.png) no-repeat;
	background-position: left center;
}
.why-us .container .why-us-block:nth-child(3){
	background: url(images/why-us-icon-3.png) no-repeat;
	background-position: left center;
	padding-right: 0;
	width: 240px;
}
.why-us .container .why-us-block:nth-child(4){
	background: url(images/why-us-icon-4.png) no-repeat;
	background-position: left center;
}
.why-us .container .why-us-block:nth-child(5){
	background: url(images/why-us-icon-5.png) no-repeat;
	background-position: left center;
}
/*end why-us*/

/**/
/**/
/**/

/*start reviews-guarantee*/
.reviews-guarantee .container {
	display: flex;
	margin-top: 50px;
}
.reviews-guarantee .container .reviews {
	width: 60%;
	padding-left: 50px;
}
.reviews-guarantee .container .reviews .review {
	padding: 0 0 0 100px;
	position: relative;
	margin: 10px 0;
}
.reviews-guarantee .container .reviews .kate {
	background: url(images/kate.png)no-repeat;
	background-position: left center;
}
.reviews-guarantee .container .reviews .nikita {
	background: url(images/nikita.png)no-repeat;
	background-position: left center;
}
.reviews-guarantee .container .reviews .nikita-lar {
	background: url(images/nikita-lar.png)no-repeat;
	background-position: left center;
}
.reviews-guarantee .container .reviews .review a {
	background: url(images/vk-ico.png)no-repeat;
	background-position: right center;
	padding: 0 30px 0 0;
	font-size: 16px;
	color: #000;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: lighter;
}
.reviews-guarantee .container .reviews .review a:hover {
	text-decoration: underline;
}
.reviews-guarantee .container .reviews .review p {
	font-family: "Open Sans";
	font-weight: lighter;
	font-size: 14px;
	padding: 10px 0 ;
}
.reviews-guarantee .container .guarantee {
	width: 40%;
	padding-left: 40px;
}
.reviews-guarantee .container .guarantee ul li {
	background: url(images/checked.png)no-repeat;
	background-position: left top;
	padding: 0 0 10px 30px;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: lighter;
}
.reviews-guarantee .container .guarantee p {
	font-size: 14px;
	padding: 0 0 10px;
	font-family: "Open Sans";
	font-weight: lighter;
}
.reviews-guarantee .container .guarantee p span {
	display: block;
	font-size: 16px;
	padding: 0 0 10px;
}

.reviews-guarantee .container .guarantee form.order-form {
	margin: 30px 0 0;
	display: flex;
}
.reviews-guarantee .container .guarantee .order-form input {
	border: 1px solid #c5c5c5;
	border-radius: 25px;
	padding: 10px 15px;
	font-size: 14px;
	font-family: "Open Sans";
	display: block;
}
.reviews-guarantee .container .guarantee .order-form button {
	font-size: 14px;
	font-family: "Open Sans";
	color: #ffffff;
	background-color: #6bb9fa;
	border: none;
	border-radius: 25px;
	padding: 10px ;
	margin: 0 0 0 10px;
}
.reviews-guarantee .container .guarantee .order-form button:hover {
	color: #6bb9fa;
	background-color: #ffffff;
	border: 1px solid#6bb9fa;
	text-shadow: none;
	cursor: pointer;
}
/*end reviews-guarantee*/

/**/
/**/
/**/

/*start delivery*/
.delivery .price-block {
	font-family: "Open Sans";
}
.delivery .price-block p{
	font-size: 16px;
}
.delivery .price-block ul {
	padding: 15px 0;
}
.delivery .price-block ul li{
	padding: 0 0 10px;
	font-size: 14px;
}
.delivery .price-block ul li span{
	color: #46b32c;
}
.delivery .price-block .star-info {
	font-size: 12px;
}

.delivery .container .address {
	width: 540px;
}
.delivery .container .address .address1,.address2{
	font-family: "Open Sans";
}
.delivery .container .address .map {
	width: 100%;
	height: 345px;
	position: relative;
	margin: 20px 0 25px 0;
}

.map ul.tabs {
	width: 270px;
	border-radius: 20px;
	background-color: #6bb9fa;
	color: #ffffff;
	padding: 3px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Ubuntu";
	position: absolute;
	z-index: 200;
	top: 7px;
	left: calc(50% - 135px);
}

.map ul.tabs li {
	display: inline-block;
	cursor: pointer;
	width: 132px;
	text-align: center;
	padding: 3px 0;
	text-decoration: underline;
}

.map ul.tabs li.active {
	border-radius: 20px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
}

.map .map1, .map .map2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.map .map1 {
	z-index: 0;
}

.map .map2 {
	z-index: 20;
}


footer {
	padding: 30px 0 30px;
	width: 100%;
	background-color: #252525;
	color: #ffffff;
}

footer .container {
	margin: 0 auto!important;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer h2 {
	text-align: left;
	color: #ffffff;
	font-size: 30px;
	font-family: "Open Sans";
}

footer .leave-order {
	font-size: 16px;
	line-height: 35px;
	font-family: "Ubuntu";
	margin-bottom: -5px;
}

footer .form-advice input {
	border: 0;
    border-radius: 20px;
    padding: 8px 0 8px 20px;
    width: 185px;
    font-size: 14px;
    font-family: "Open Sans";
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .form-advice button {
	font-size: 14px;
    font-family: "Open Sans";
    color: #ffffff;
    background-color: #6bb9fa;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    width: 195px;
    height: 35px;
    cursor: pointer;
    margin-bottom: 5px;
}

footer .form-advice button:hover {
	color: #6bb9fa;
    background-color: #ffffff;
    border-top: #ffffff;
    text-shadow: none;
}

footer .free-line,
footer .free-line a {
	font-size: 16px;
	line-height: 35px;
	font-family: "Ubuntu";
	color: #ffffff;
}

footer .free-line a {
	font-size: 18px;
}

footer .f-r-c ul li {
	font-size: 14px;
	font-family: "Ubuntu";
	font-weight: lighter;
	opacity: .7;
	text-align: right;
	text-shadow: 0px 1px 0px rgb(0, 0, 0);
}

footer .f-r-c ul li:nth-child(1) {
	margin-bottom: 10px;
}

footer .f-r-c ul li:nth-child(2) {
	margin-bottom: 10px;
}

footer .f-r-c ul li:nth-child(3) {
	margin-bottom: 45px;
}

footer .f-r-c ul li:nth-child(4) {
	cursor: pointer;
	position: relative;
}

#politic {
	display: inline-block;
	margin-top: -15px;
	position: absolute;
	cursor: pointer;
}

#politic:after {
	content: '';
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(56,56,56,.8);
    position: absolute;
    left: 0;
    bottom: 0;
}

footer .f-r-c ul li#politic:after {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px dashed rgba(255, 255, 255, .7);
}

footer .f-r-c ul li#politic:hover:after {
	content: none;
}

#Modal1, #Modal2, #Modal3 {
	width: 620px;
	padding: 50px 80px;
	background-color: #ffffff;
	position: relative;
}

.arcticmodal-close {
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/error.png);
	background-size: 25px 25px;
	opacity: .5;
	position: absolute;
	top: 12px;
	right: 16px;
	cursor: pointer;
}

.arcticmodal-close:hover {
	opacity: 1;
}

#Modal1 h3, #Modal2 h3, #Modal3 h3 {
	font-size: 16px;
	line-height: 20px;
	font-family: "Ubuntu";
	/*font-weight: bold;*/
	margin-bottom: 30px;
}

#Modal1 p {
	font-size: 14px;
	font-family: "Ubuntu";
	font-weight: lighter;
	margin-bottom: 5px;
}

#Modal2 h2, #Modal3 h2 {
	text-align: left;
	font-size: 28px;
	font-family: "Open Sans";
	padding: 0 0 10px 0;
}

input.error {
    border: 1px solid #ff0000 !important;
}

label.error {
	display: none !important;
}

#Modal2 a {
	text-align: center;
	font-size: 14px;
    font-family: "Open Sans";
    font-weight: bold;
    color: #ffffff;
    background-color: #6bb9fa;
    border: 1px solid#6bb9fa;
    border-radius: 25px;
    display: block;
    margin: 50px auto 0;
    padding: 8px 0;
    width: 180px;
    cursor: pointer;
    /*-webkit-box-shadow: 0px 2px 1px 0px rgba(68,90,167,1);
    -moz-box-shadow: 0px 2px 1px 0px rgba(68,90,167,1);
    box-shadow: 0px 2px 1px 0px rgba(68,90,167,1);
    text-shadow: 0px 1px 0px rgb(0, 0, 0);*/
}

#Modal2 a:hover {
	color: #6bb9fa;
    background-color: #ffffff;
    border: 1px solid#6bb9fa;
    text-shadow: none;
    padding: 8px 0;
}

#Modal2 p, #Modal3 p {
	font-family: "Ubuntu";
	font-weight: lighter;
	font-size: 14px;
	line-height: 20px;
}