body, html, div, ul, li, p, input, form, table, ol, tr, td, textarea, a, h1, h2, h3 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

body, html {
	overflow-x: hidden;
}

.clear:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.container {
	width: 1176px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

header {
	padding: 450px 0 60px;
	background-image: url(../img/header-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

header .container {
	text-align: center;
}

.header__connect,
.order form input[type=submit],
.modal-buy form input[type=submit] {
	color: #fff;
    background-color: #008d21;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    margin: 0 15px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    transition: all ease 0.2s;
}

.header__connect:hover,
.product__item_buy:hover,
.order form input[type=submit]:hover,
.modal-buy form input[type=submit]:hover {
	background-color: #005a15;
}

.header__more,
.channels__show,
.channels__hide {
	height: 50px;
	display: inline-block;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 15px;
	color: #008d21;
	background: transparent;
	border: 1px solid #008d21;
	border-radius: 2px;
	transition: all ease 0.2s;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.header__more:hover,
.product__item_more:hover,
.channels__show:hover,
.channels__hide:hover {
	background: #008d21;
	color: #fff;
}

.connect {
	padding-top: 93px;
	padding-bottom: 97px;
}

h2 {
	font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #333333;
    margin-bottom: 14px;
}

.connect__signature,
.sale__signature,
.channels__signature,
.question__signature,
.order__signature {
	text-align: center;
    color: #9fa3b0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    max-width: 600px;
    margin-bottom: 58px;
}

.connect__item {
	padding: 0 40px;
	float: left;
	width: 33%;
}

.connect__item-one .connect__item_img {
	background-image: url(../img/connect-icon-one.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 115px;
	margin-bottom: 36px;
}

.connect__item-two .connect__item_img {
	background-image: url(../img/connect-icon-two.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 115px;
	margin-bottom: 36px;
}

.connect__item-three .connect__item_img {
	background-image: url(../img/connect-icon-three.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 115px;
	margin-bottom: 36px;
}

.connect__item_title {
	margin-bottom: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    text-align: center;
}

.connect__item_text {
	color: rgba(54, 54, 54, 0.8);
    font-size: 16px;
    line-height: 24px;
}

.connect__item_text a {
	color: #33a44d;
    text-decoration: none;
    transition: all ease 0.2s;
}

.connect__item_text a:hover {
	color: #00973A;
}

.product__item {
	padding-bottom: 91px;
	padding-top: 102px;
}

.product__item_photo {
	width: 50%;
	float: left;
}

.product__item_info {
	float: left;
	width: 50%;	
}

.product__item_title {
	margin: 0 0 8px;
    font-size: 36px;
    line-height: 46px;
    color: #363636;
    cursor: pointer;
    transition: all ease 0.2s;
}

.product__item_title:hover {
	color: #33a44d;
}

.product__item_signature {
	color: #9fa3b0;
	font-size: 16px;
    line-height: 20px;
    margin-bottom: 31px;
}

.product__item_description ul {
	padding-bottom: 23px;
	border-bottom: 1px solid #d8dcde;
	margin-bottom: 21px;
}

.product__item_description ul li {
	padding: 0 0 17px 45px;
    color: rgba(54, 54, 54, 0.8);
    position: relative;
    font-size: 16px;
    line-height: 20px;
    list-style: none;
}

.product__item_description ul li:before {
    display: block;
    position: absolute;
    height: 7px;
    width: 15px;
    border-left: 3px solid #38398d;
    border-bottom: 3px solid #38398d;
    content: '';
    -moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg); /* для IE9 */
	transform: rotate(-45deg);
	top: 2px;
	left: 0;
}

.product__item_price-title {
	color: #9fa3b0;
    text-transform: uppercase;
    margin: 0 0 11px;
    font-size: 12px;
    line-height: 18px;
}

.product__item_price {
	position: relative;
	padding: 0 0 1px;
    font-size: 36px;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product__item_price span {
	text-transform: uppercase;
    margin-left: 5px;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    right: auto;
    bottom: auto;
    left: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.product__item_price span:after {
	content: "";
    background: #d8dcde;
    width: 23px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 1px;
}

.product__item_conditions {
	margin-left: 50px;
	display: inline-block;
	color: #9fa3b0;
    font-size: 14px;
    line-height: 17px;
    width: 120px;
    position: relative;
}

.product__item_conditions-more {
	height: 14px;
	width: 14px;
	line-height: 14px;
	font-size: 12px;
	border-radius: 50%;
	border: 2px solid #9fa3b0;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	cursor: default;
}

.product__item_conditions p {
	position: absolute;
	padding: 10px;
	color: #333;
	border: 1px solid #9fa3b0;
	bottom: 40px;
	left: 0;
	width: 300px;
	background: #fff;
	display: none;
}

.product__item_more {
	margin-top: -4px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	padding-left: 25px;
	padding-right: 25px;
	color: #008d21;
	background: transparent;
	border: 1px solid #008d21;
	border-radius: 2px;
	transition: all ease 0.2s;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
}

.product__item_buy {
	margin-top: -4px;
	color: #fff;
    background-color: #008d21;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase;
    transition: all ease 0.2s;
    float: right;
    margin-right: 15px;
}

.sale {
	padding-top: 91px;
	padding-bottom: 110px;
}

.sale .container {
	position: relative;
}

.sale__slider {
	width: 3000px;
}

.sale__slider_item {
	margin-left: 15px;
	margin-right: 15px;
	width: 364px;
	outline: none;
}

.sale__slider_title {
	color: #363636;
	transition: all ease 0.2s;
	font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.sale__slider_img {
	height: 202px;
	line-height: 202px;
	margin-bottom: 20px;
	text-align: center;
}

.sale__slider_img img {
	width: 90%;
	height: 90%;
	transition: all ease 0.2s;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.sale__slider_item:hover .sale__slider_img img {
	transform: scale(1.1, 1.1);
}

.sale__slider_item:hover .sale__slider_title {
	color: #00973A;;
}

.sale__slider_arrows {
	position: absolute;
	width: 100px;
	height: 50px;
	top: 60px;
	right: 0;
}

.sale__slider_next-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #d8dcde;
	color: #9fa3b0;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	font-weight: 700;
	transition: all ease 0.2s;
	top: 0;
	right: 0;
	cursor: pointer;
	font-family: "Font Awesome";
}

.sale__slider_next-arrow:hover {
	border-color: #38398d;
    color: #38398d;
}

.sale__slider_prev-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #d8dcde;
	color: #9fa3b0;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	font-weight: 700;
	transition: all ease 0.2s;
	top: 0;
	left: 0;
	cursor: pointer;
	font-family: "Font Awesome";
}

.sale__slider_prev-arrow:hover {
	border-color: #38398d;
    color: #38398d;
}

.channels {
	padding-top: 57px;
	padding-bottom: 101px;
}

.channels .container {
	padding-left: 0;
	padding-right: 0;
}

.channel {
	float: left;
	transition: all ease 0.3s;
	border: 1px solid #d8dcde;
    background: #ffffff;
    margin: 0 15px 30px;
    color: #363636 !important;
    transition: 200ms all ease;
    padding: 26px 0 0 43px;
    display: block;
    position: relative;
    width: auto;
    height: 197px;
    width: 558px;
    cursor: pointer;
}

.channel:hover {
	box-shadow: 8px 13px 35px 0 rgba(19, 47, 66, 0.3);
}

.channel-one {
	height: 424px;
	padding: 50px 0 0 47px;
}

.channel__img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.channel__img img {
	vertical-align: bottom;
}

.channel-one .channel__title {
	margin: 0 0 2px;
    font-size: 32px;
    line-height: 42px;
}

.channel__title {
	margin: 0 0 4px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.channel__signature {
	color: #9fa3b0;
    display: block;
    font-size: 18px;
    line-height: 22px;
}

.channel-one .con-package--price {
    transform: scale(1.7, 1.7);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 56px;
    left: 41px;
}

.con-package--price {
    color: #38398d;
    transform-origin: 0 100%;
    transform: scale(1.3, 1.3);
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 31px;
    left: 41px;
}

.counter--digits {
    padding: 0 0 1px;
    font-size: 36px;
    line-height: 25px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.counter--label {
    text-transform: uppercase;
    margin-left: 12px;
    white-space: nowrap;
    position: absolute;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.counter--label:after {
    content: "";
    background: #d8dcde;
    width: 23px;
    height: 1px;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 1px;
}

.counter--in {
    text-transform: uppercase;
    margin-left: 12px;
    white-space: nowrap;
    position: absolute;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 100%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

.channels__show,
.channels__hide {
	cursor: pointer;
}

.channels__buttons {
	text-align: center;
}

.channels__hide {
	display: none;
}

.con-faq--in {
    margin: 58px auto 0;
    border: 1px solid #d8dcde;
    padding: 25px 66px 20px;
    max-width: 950px;
    max-height: initial;
}

.accordion--item {
    border-bottom: 1px solid #d8dcde;
}

.accordion--tool {
    color: #363636;
    padding: 27px 0 27px 30px;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    text-decoration: none;
}

.accordion--tool:hover, .accordion--tool:active, .accordion--tool[aria-expanded="true"] {
    color: #38398d;
}

.richtext p {
    color: rgba(54, 54, 54, 0.8);
    margin: 0 0 28px;
    clear: both;
    font-size: 16px;
    line-height: 28px;
}

.richtext p a,
.richtext ul.richtext-list li a {
	color: #33a44d;
    text-decoration: none;
}

.richtext ul.richtext-list {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
}

.richtext ul.richtext-list li {
    margin: 0 0 12px;
    padding: 0 0 0 35px;
    color: rgba(54, 54, 54, 0.8);
    font-size: 16px;
    line-height: 24px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.richtext ul.richtext-list li:before {
    background: #9fa3b0;
    content: "";
    border-radius: 6px;
    transform: translate(0, -50%);
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
}

.question i.fa-angle-down {
	position: relative;
	left: -30px;
}

.question {
	padding-top: 90px;
	padding-bottom: 100px;
}

.order {
	padding-top: 90px;
	padding-bottom: 100px;
	text-align: center;
}

.order form,
.modal-buy form {
	width: 360px;
	margin: 0 auto;
}

.order form input,
.modal-buy form input,
.modal-channels form input {
	width: 100%;
	display: block;
    height: 50px;
    padding: 6px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: rgba(54, 54, 54, 0.8);
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e7eb;
    outline: none;
}

.order form input:focus,
.modal-buy form input:focus,
.modal-channels form input:focus {
	border-color: #38398d;
}

.order form label,
.modal-buy form label {
	color: #9fa3b0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 11px;
    text-align: left;
    width: 100%;
    display: inline-block;
}

.order form input[type=checkbox],
.modal-buy form input[type=checkbox] {
	opacity: 0;
	position: absolute;
	left: -5000px;
	width: 0;
	height: 0;
}

.order form input[type=checkbox] + label,
.modal-buy form input[type=checkbox] + label {
	padding: 3px 0 3px 40px;
    color: rgba(54, 54, 54, 0.8);
    cursor: pointer;
    user-select: none;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.order form input[type=checkbox] + label:before,
.modal-buy form input[type=checkbox] + label:before {
	content: "";
    background: #ffffff;
    border: 1px solid #d8dcde;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 23px;
    height: 23px;
}

.order form input[type=checkbox]:checked + label:after,
.modal-buy form input[type=checkbox]:checked + label:after {
	display: block;
    position: absolute;
    height: 5px;
    width: 10px;
    border-left: 2px solid #00701a ;
    border-bottom: 2px solid #00701a ;
    content: '';
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
    left: 6px;
}

.order form input[type=submit],
.modal-buy form input[type=submit] {
	padding: 0;
	margin-top: 30px;
	width: 190px;
	cursor: pointer;
}

.accordion--item:last-of-type {
	border-bottom: none;
}

.accordion--item-cont {
	display: none;
}

.accordion--tool-icon {
	transition: all ease 0.3s;
}

.accordion--tool-icon-rotate {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* для IE9 */
	transform: rotate(180deg);
}

.channel-hide {
	display: none;
}

.product__item_conditions-two {
    display: none;
}

.blackout {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 300;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.modal {
    position: fixed;
    z-index: 500;
    border: 1px solid #000;
    width: 80vw;
    left: 10vw;
    max-height: 80vh;
    top: 10vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    padding: 30px;
    display: none;
}

.modal-product__name,
.modal-sale__title,
.modal-channels__title {
    text-align: center;
    font-size: 24px;
    color: #363636;
    margin-bottom: 10px;
    line-height: 30px;
}

.modal-product__signature {
    color: #9fa3b0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.modal-product table tr td {
    color: rgba(54, 54, 54, 0.8);
    padding: 10px;
    position: relative;
}

.modal-product table {
    width: 100%;
}

.modal-product table tr td:nth-child(1) {
    width: 80%;
    padding-left: 0;
}

.modal-product table tr td:nth-child(2) {
    width: 20%;
}

.modal-product table tr td p {
    background: #fff;
    z-index: 505;
    display: inline-block;
    line-height: 20px;
    position: relative;
}

.dots {
    position: absolute;
    z-index: 504;
    bottom: 12px;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #d8dcde;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.manual-link {
    color: #33a44d;
    font-size: 16px;
    transition: all ease 0.2s;
}

.manual-link:hover {
    color: rgba(54, 54, 54, 0.8);
}

.modal-product ul li {
    color: rgba(54, 54, 54, 0.8);
    position: relative;
    margin-bottom: 10px;
    list-style: none;
    padding-left: 30px;
}

.modal-product ul li:before {
    background: #9fa3b0;
    content: "";
    border-radius: 6px;
    transform: translate(0, -50%);
    display: block;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 6px;
    height: 6px;
}

.modal-product span {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 40px;
    color: rgba(54, 54, 54, 0.8);
}

.modal-sale__title,
.modal-channels__title {
    margin-bottom: 25px;
}

.modal-channels__title {
    margin-top: 20px;
}

.modal-sale p,
.modal-channels p {
    color: rgba(54, 54, 54, 0.8);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
}

.modal-channels form input {
    width: 250px;
    margin-bottom: 0;
    margin-top: 20px;
}

.modal-channels form input.modal-sale-order {
    display: inline-block;
    background: #008d21;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all ease 0.2s;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
}

.modal-channels form input.modal-sale-order:hover {
    background-color: #005a15;
}

.modal-sale ol li,
.modal-sale ul li,
.modal-channels ul li {
    color: rgba(54, 54, 54, 0.8);
    margin-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.modal-sale table {
    width: 100%;
    display: block;
    color: rgba(54, 54, 54, 0.8);
    overflow-x: auto;
}

.modal-sale table tbody {
    overflow-x: scroll;
}

.modal-sale table tr td {
    border: 1px solid #d8dcde;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
}

#modal-channels {
    display: none;
}

.radio__top {
    border: 1px solid #d8dcde;
    padding: 20px;
}

.radio__top .radio__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    float: left;
   
}

.radio__title_signature {
    color: #9fa3b0;
    font-size: 16px;
    line-height: 20px;
}

.radio__show {
    float: left;
    margin-left: 30px;
    margin-top: 24px;
    color: #00973A;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
}

.radio__show-two {
    display: none;
}

.modal-channels input[type=radio],
.modal-channels input[type=checkbox] {
    position: absolute;
    left: -5000px;
}

.modal-channels input[type=radio] + label,
.modal-channels input[type=checkbox] + label {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
}

.modal-channels input[type=radio] + label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d8dcde;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.modal-channels input[type=checkbox] + label:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d8dcde;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
}

.modal-channels input[type=radio]:checked + label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    background: #00973A;
    border-radius: 50%;
}

.modal-channels input[type=checkbox]:checked + label:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -5px;
    left: 5px;
    background: #00973A;
    border-radius: 2px;
}

.radio__price {
    float: right;
}

.radio__price_digit {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    float: left;
}

.radio__price_money {
    float: left;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
}

.radio__price_money:before {
    display: block;
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d8dcde;
}

.radio__price_money span {
    display: block;
}

.radio__channels_item {
    padding: 15px;
    width: 25%;
    text-align: center;
    float: left;
    cursor: pointer;
    border: 1px solid #d8dcde;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgba(54, 54, 54, 0.8);
    display: none;
}

.radio__channels_item.active {
    background: #f1f5f9;
}

.radio__channels_item-show {
    padding-top: 15px;
    display: none;
}

.radio__channels_item.active .radio__channels_item-show {
    display: block;
}

.radio__channels_item-show img {
    max-width: 100%;
}

.modal-buy {
    width: 420px;
    left: 50%;
    margin-left: -210px;
}

.modal-buy textarea.modal-buy__title {
    background: transparent;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 22px;
    height: 44px;
    resize: none;
    overflow-y: hidden;
}

.map {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

@media (min-width: 1176px) {
    .container {
        width: 1176px;
    }
}

@media (min-width: 992px) and (max-width: 1175px) {
    .container {
        width: 960px;
    }

    header {
        padding-top: 350px;
    }

    .connect__item {
        padding: 0 30px;
    }

    .connect,
    .products,
    .sale,
    .channels,
    .question,
    .order {
      	padding-top: 50px;
      	padding-bottom: 50px;
    }

    .product__item_photo {
        width: 370px;
        margin-right: 20px;
    }

    .product__item_photo img {
        max-width: 100%;
    }

    .product__item {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product__item_conditions-one {
        display: none;
    }

    .product__item_conditions-two {
        display: inline;
    }

    .product__item_conditions {
        width: 95px;
        margin-left: 40px;
    }

    .product__item_buy,
    .product__item_more {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .channel {
        padding: 21px 0 0 27px;
        width: 450px;
        height: 156px;
    }

    .channel__img {
        width: 120%;
        height: 120%;
        text-align: right; 
    }

    .channel__img img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .channel-one {
        height: 342px;
    }

    .channel-one .channel__img {
        width: 100%;
        height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
      .container {
        width: 744px;
      }

      header {
        padding-top: 250px;
      }

      .connect__item {
      	padding: 0 10px;
      }

      .connect,
      .products,
      .sale,
      .channels,
      .question,
      .order {
      	padding-top: 40px;
      	padding-bottom: 40px;
      }

      .product__item {
      	padding-top: 30px;
      	padding-bottom: 30px;
      }

      .product__item_photo {
        width: 340px;
        margin-right: 20px;
      }

      .product__item_photo img {
        max-height: 100%;
        max-width: 100%;
      }

      .product__item_info {
        width: 354px;
      }

      .product__item_bottom,
      .product__item_price-title {
        width: 714px;
        position: relative;
        left: -360px;
      }

      .product__item_price-title {
        border-top: 1px solid #d8dcde;
        padding-top: 20px;
      }

      .product__item_buy,
      .product__item_more {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
      }

      .product__item_description ul {
        border-bottom: none;
        margin-bottom: 0;
      }

      .sale__slider_arrows {
        top: 120px;
        left: 50%;
        margin-left: -50px;
      }

      .sale__signature {
        margin-bottom: 80px;
      }

      .channel {
        width: 100%;
        height: 197px;
      }

      .channel-one {
        padding: 26px 0 0 43px;
      }

      .channel-one .channel__title {
        margin: 0 0 4px;
        font-size: 20px;
        line-height: 30px;
      }

      .channel-one .con-package--price {
        transform: scale(1.3, 1.3);
        bottom: 31px;
      }

      .channel__img {
        width: 110%;
        height: 110%;
        text-align: right;
      }

      .channel__img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
      }

      .channel-one .channel__img img {
        position: relative;
        top: 15px;
      }
} 

@media (max-width: 767px) {
    .container {
    	width: 100%;
    }

    .connect__item {
    	width: 100%;
      	padding: 0;
      	margin-bottom: 20px;
      }

      h2 {
        font-size: 30px;
        line-height: 40px;
    }

    header {
        position: relative;
        height: 150px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 80px;
    }

    .header__more,
    .header__connect {
        margin-top: 10px;
        position: absolute;
    }

    .header__connect {
        top: 130px;
        left: 50%;
        margin-left: -84px;
    }

    .header__more {
        top: 190px;
        left: 50%;
        margin-left: -67px;
    }
    	
    .connect,
    .products,
    .sale,
    .channels,
    .question,
    .order {
      	padding-top: 30px;
      	padding-bottom: 30px;
    }

      .product__item {
      	padding-top: 20px;
      	padding-bottom: 20px;
      }

      .sale__slider_arrows {
        top: 120px;
        left: 50%;
        margin-left: -50px;
      }

      .product__item_photo {
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
      }

      .product__item_photo img {
        max-width: 100%;
        max-height: 100%;
      }

      .product__item_info {
        width: 100%;
      }
      
      .product__item_price {
        width: 49%;
      }

      .product__item_conditions {
        width: 49%;
        margin: 0;
      }

      .product__item_more {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        text-align: center;
      }

      .product__item_buy {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        text-align: center;
      }

      .product__item_price span {
        left: 85px;
      }

      .sale__slider{
        position: relative;
        left: -15px;
      }

      .sale__slider_item {
        width: 235px;  
        margin-left: 5px;
        margin-right: 5px;
      }

      .sale__slider_img {
        height: 130px;
        width: 235px;
        line-height: 130px;
      }

      .sale__slider_arrows {
        top: auto;
        bottom: -60px;
      }

      .sale {
        padding-bottom: 70px;
      }

      .channel {
        width: 100%;
        height: 180px;
        padding: 15px 0 0 15px;
        margin-left: 0;
        margin-right: 0;
      }

      .con-package--price {
        left: 15px;
      }

      .channel-one .channel__title {
            margin: 0 0 4px;
                font-size: 20px;
        line-height: 30px;
      }

      .channel-one .con-package--price {
            transform: scale(1.3, 1.3);
            top: auto;
        right: auto;
        bottom: 31px;
        left: 15px;
      }

      .channel__img {
        width: 100%;
        height: 100%;
        text-align: right;
        line-height: 180px;
      }

      .channel__img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: bottom;
      }

      .channels .container {
        padding-left: 10px;
        padding-right: 10px;
      }

      .con-faq--in {
        padding: 10px;
      }

      .modal-buy {
        width: 300px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -150px;
      }

      .order form,
      .modal-buy form {
        width: 280px;
      }

      .order form input[type=checkbox] + label,
      .modal-buy form input[type=checkbox] + label {
        padding-right: 30px;
        font-size: 12px;
      }

}

@media (min-width: 520px) and (max-width: 767px) {
    header {
        height: 200px;
    }

    .header__connect {
        top: 180px;
    }

    .header__more {
        top: 240px;
    }
}


@media (max-width: 700px) {
    .modal-channels input[type=radio] + label,
    .modal-channels input[type=checkbox] + label,
    .radio__top .radio__title,
    .radio__price {
        width: 100%;
    }

    .radio__show {
        margin-top: 5px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .modal {
        padding: 7px;
        padding-top: 30px;
    }

    .radio__top .radio__title {
        font-size: 15px;
    }

    .modal-sale-order {
        text-transform: none;
        font-weight: 400;
        font-size: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
