* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-weight: 400;
	font-family: 'GothamPro';
	color: #333333;
	letter-spacing: -0.025em;
}

b {
	font-weight: bold;
}

html, body {
	overflow-x: hidden;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.container {
	width: 1720px;
	margin: 0 auto;
	position: relative;
}

/* Header */

header {
	padding-top: 55px;
}

.header__block.flex {
	width: 100%;
	max-width: 1080px;
	margin-left: 270px;
}

.header__logo {
	display: block;
	text-decoration: none;
	color: #343434;
}

.header_tel_logo {
	width: 33px;
	margin-left: 5px;
	float: right;
}

.header__logo_title {
	font-size: 29px;
	display: block;
	font-family: 'GothamPro-Bold';
}

.header__logo_title span {
	color: #d7b660;
}

.header__logo_text {
	font-size: 12px;
	display: block;
}

.header__login.flex {
	background: url(../img/header-login.png) left center no-repeat;
	align-content: center;
	padding-left: 60px;
	min-height: 50px;
}

.header__login span {
	display: block;
	width: 100%;
	color: #070707;
	text-decoration: underline;
	font-size: 18px;
}

.header__tel a {
	text-decoration: none;
	font-size: 29px;
	color: #343434;
}

/* Первый экран */

.main__slide-wrapper {
	padding-top: 100px;
	padding-bottom: 80px;
	min-height: 700px;
	position: relative;
	outline: none;
}

.main__slide {
	background: url(../img/main-slide.jpg) #330247 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 270px;
	padding-right: 330px;
}

.main__slide_info {
	width: 700px;
}

.main__slide h2 {
	color: #fff;
	margin-bottom: 55px;
	font-size: 74px;
	line-height: 95px;
	font-family: 'GothamPro-Bold';
}

.main__slide h3 {
	color: #fff;
	margin-bottom: 55px;
	font-size: 50px;
	line-height: 95px;
	font-family: 'GothamPro-Bold';
}

.main__slide_links.flex {
	align-items: stretch;
	width: 380px;
}

.main__slide_links a {
	display: block;
	text-decoration: none;
	width: 170px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	line-height: 47px;
	border-radius: 25px;
	cursor: pointer;
	transition: all ease 0.3s;
	background: #fff;
	border: 1px solid #d6b45e;
	outline: none;
}

.main__slide_links a:hover {
	background: transparent;
	color: #fff;
}

.main__slide_card-wrapper {
	position: relative;
	margin-top: -65px;
	margin-bottom: -65px;
}

.main__slide-wrapper:after {
	position: absolute;
	display: block;
	content: "";
	z-index: 2;
	width: 368px;
	height: 699px;
	background: url(../img/boy.png) center center no-repeat;
	top: 0px;
	right: 8px;
}

.main__slide_card {
	width: 370px;
	background: #fff;
	border-radius: 9px;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(62,16,80,0.1);
	-moz-box-shadow: 0px 10px 18px 0px rgba(62,16,80,0.1);
	box-shadow: 0px 10px 18px 0px rgba(62,16,80,0.1);
	padding-bottom: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.main__slide_card-top {
	background: #ff2411;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
}

.main__slide_card-top p {
	text-align: center;
	color: #fff;
/*	padding-right: 70px;
	background: url(../img/main-slide-sale.png) right center no-repeat;*/
	min-height: 47px;
	display: inline-block;
	padding-top: 15px;
	line-height: 20px;
	font-size: 30px;
	color: #face77;
	font-weight: bold;
}

.main__slide_card-title {
	text-align: center;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 29px;
	font-family: 'GothamPro-Bold';
}

.main__slide_card-values.flex,
.price__slide_balues.flex {
	justify-content: center;
	margin-bottom: 15px;
}

.main__slide_card-value,
.price__slide_value {
	width: 110px;
	height: 110px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #d7d7d7;
	padding-top: 23px;
	line-height: 35px;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
}

#halfclip {
    width: 50%;
    height: 100%;
    right: 0px;
    position: absolute;
    overflow: hidden;
    transform-origin: left center;
}

.main__slide_card-value:hover #halfclip {
    animation: cliprotate 6s 1;
    transform: rotate(180deg);
} 

.chart {
    position: absolute;
    top: 0;
    left: 0;
	width: 120px;
	height: 120px;
	top: -6px;
	left: -6px;
    color: #999;
    font-size: 20px;
    text-align: center;
    z-index: 3;
}

.chart svg {
	position: relative;
    display: inline-block;
    color: #999;
    font-size: 20px;
    text-align: center;
    -webkit-animation: show18 0.3s;
    animation: show18 0.3s;
}

.chart svg.one {
	 stroke-dashoffset: 450;
}

.chart svg.two {
	stroke-dashoffset: 362;
}

.chart svg.three {
	stroke-dashoffset: 270;
}

@keyframes show18 {
from {
  stroke-dashoffset: 534;
}
to {
  stroke-dashoffset: 437.88;
}
}

.outer {
    fill: transparent;
    stroke: #d6b45e;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 4s;
    -webkit-animation-play-state: running;
    filter: url(#glow);
    -moz-transform: rotate(-89deg) translateX(-118px);
    transform: rotate(-89deg) translateX(-118px);
	-webkit-transform: rotate(-89deg) translateX(-118px);
	-o-transform: rotate(-89deg) translateX(-118px);
	-ms-transform: rotate(-89deg) translateX(-118px);
}

.main__slide_card-value-title,
.price__slide_value-title {
	color: #dabb64;
	font-size: 36px;
}

.main__slide_card-value-text,
.price__slide_value-signature {
	color: #333333;
	font-size: 18px;
}

.main__slide_price {
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	margin-bottom: 17px;
}

.main__slide_price-title {
	font-size: 46px;
	font-family: 'GothamPro-Bold';
	margin-bottom: 5px;
}

.main__slide_price-signature {
	font-size: 18px;
}

.main__slide_price-signature a {
	text-decoration: underline;
	color: #ff443b;
	font-family: 'GothamPro-Bold';
}

.main__slide_price-signature a:hover {
	text-decoration: none;
}

.main__slide_card-buy {
	padding-left: 35px;
	padding-right: 35px;
	margin-bottom: 17px;
}

.btn {
	display: block;
	width: 100%;
	line-height: 75px;
	text-decoration: none;
	outline: none;
	color: #fff;
	text-align: center;
	font-size: 29px;
	border-radius: 40px;
	background: rgb(239,219,130);
	background: -moz-linear-gradient(180deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	background: linear-gradient(180deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efdb82",endColorstr="#c69d48",GradientType=1);
}

.btn:hover {
	background: rgb(239,219,130);
	background: -moz-linear-gradient(0deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	background: linear-gradient(0deg, rgba(239,219,130,1) 0%, rgba(198,157,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efdb82",endColorstr="#c69d48",GradientType=1);
}

.main__slide_card-more {
	text-align: center;
}

.main__slide_card-more a,
.price__slide_more a {
	font-size: 18px;
	text-decoration: underline;
	outline: none;
	display: inline-block;
	position: relative;
}

.main__slide_card-more a:after,
.price__slide_more a:after {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	right: -15px;
	width: 8px;
	height: 4px;
	box-sizing: border-box;
	border-top: 4px solid #333;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: all ease 0.3s;
}

.main__slide_card-more a.active:after,
.price__slide_more a.active:after {
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}

.main__slider_arrows,
.price__slider_arrows {
	position: absolute;
	width: 100%;
	z-index: 10;
	height: 0;
	top: 50%;
	margin-top: -45px;
	left: 0;
}

.main__slider_arrows div,
.price__slider_arrows div {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 90px;
	height: 90px;
	border-radius: 45px;
	transition: all ease 0.3s;
	background: url(../img/slider-arrow.png) #fff center center no-repeat;
}

.main__slider_arrows div:hover,
.price__slider_arrows div:hover {
	background-color: #eed980;
}

.main__slider_prev-arrow {
	left: -45px;
}

.price__slider_prev-arrow {
	left: 155px;
}

.main__slider_next-arrow {
	right: -45px;
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}

.price__slider_next-arrow {
	right: 155px;
	transform: rotate(180deg) ;
	-webkit-transform: rotate(180deg) ;
	-moz-transform: rotate(180deg) ;
	-o-transform: rotate(180deg) ;
	-ms-transform: rotate(180deg) ;
}

/* Преимущества */

.advantages {
	padding-top: 40px;
	padding-bottom: 100px;
}

.advantages__left {
	width: 680px;
	height: 882px;
	background: url(../img/advantages-bg.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding-top: 105px;
	padding-left: 65px;
}

.advantages__logo_title {
	color: #fff;
	margin-bottom: 7px;
	font-size: 74px;
	font-family: 'GothamPro-Bold';
}

.advantages__logo_title span {
	display: inline-block;
	width: 72px;
	height: 66px;
	background: url(../img/dog-icon.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
}

.advantages__logo_text {
	color: #fff;
	font-size: 30px;
}

.advantages__items {
	width: 720px;
	margin-right: 310px;
}

.advantages__item.flex {
	margin-bottom: 55px;
	min-height: 100px;
	padding-left: 145px;
	background-repeat: no-repeat;
	background-position: left center;
}

.advantages__item-one {
	background-image: url(../img/advantages-one.png);
}
.advantages__item-two {
	background-image: url(../img/advantages-two.png);
	margin-left: 35px;
}
.advantages__item-three {
	background-image: url(../img/advantages-three.png);
	margin-left: 70px;
}

.advantages__item p {
	font-size: 29px;
	line-height: 46px;
}

/* тарифы */

.price .container {
	background: url(../img/price-bg.png) #f7f7f5 top left repeat;
	padding: 145px 0px;
}

.price h2 {
	text-align: center;
	margin-bottom: 30px;
	font-family: 'GothamPro-Bold';
	font-size: 74px;
}

.price__equipment {
	margin-bottom: 45px;
	text-align: center;
	font-size: 29px;
	color: #343434;
	padding-left: 20px;
	padding-right: 20px;
}

.price__equipment span {
	font-family: 'GothamPro-Bold';
	color: #dabb64;
	white-space: nowrap;
}

.price__tabs.flex {
	align-items: stretch;
	width: calc(100% - 40px);
	max-width: 595px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 9px;
	border-radius: 50px;
	margin-bottom: 60px;
}

.price__tabs a {
	display: block;
	text-decoration: none;
	width: 170px;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	border-radius: 25px;
	border: 1px solid #d6b45e;
	transition: all ease 0.3s;
	cursor: pointer;
}

.price__tabs a.active,
.price__tabs a:hover {
	color: #fff;
	background: #310045;
	border-color: #310045;
}

.price__slider-wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-left: 275px;
	padding-right: 275px;
}

.price__slider-wrapper.active {
	height: auto;
}

#price__slider-wrapper-three .price__slide {
	margin-left: auto;
	margin-right: auto;
}

.price__slide {
	width: 370px;
	margin-left: 12px;
	margin-right: 12px;
	background: #fff;
	padding: 35px;
	text-align: center;
	outline: none;
}

.price__slide_title {
	margin-bottom: 17px;
	font-size: 18px;
}

.price__slide_name {
	font-family: 'GothamPro-Bold';
	margin-bottom: 30px;
	font-size: 29px;
	text-transform: uppercase;
}

.price__slide_values.flex {
	margin-bottom: 30px;
}

.price__slide_price {
	margin-bottom: 20px;
}

.price__slide_old-price span {
	font-size: 29px;
	line-height: 30px;
	display: inline-block;
	position: relative;
}

.price__slide_old-price span:before {
	position: absolute;
	content: "";
	width: 100%;
	display: block;
	height: 2px;
	top: 50%;
	left: 0;
	background: #333333;
}

.price__slide_new-price {
	font-family: 'GothamPro-Bold';
	font-size: 46px;
	letter-spacing: -4px;
}

.price__slide_buy {
	margin-bottom: 15px;
}

.price__slide_more-block,
.main__slider_card-more-block {
	padding-top: 20px;
	display: none;
}

.main__slider_card-more-block {
	padding-left: 20px;
	padding-right: 20px;
}

.price__slide_more-block p,
.main__slider_card-more-block p {
	font-size: 18px;
	text-align: left;
}

.price__items.flex {
	align-items: flex-start;
	margin-top: 80px;
	padding-left: 275px;
	padding-right: 275px;
}

.price__item {
	width: 370px;
	padding-top: 105px;
	background-repeat: no-repeat;
	background-position: left top;
}

.price__item-one {
	background-image: url(../img/price-item-one.png);
}
.price__item-two {
	background-image: url(../img/price-item-two.png);
}
.price__item-three {
	background-image: url(../img/price-item-three.png);
}

.price__item p {
	font-size: 29px;
	line-height: 46px;
}

/* Акция */

.sale {
	padding-top: 100px;
}

.sale__block {
	background: url(../img/main-slide.jpg) #330247 center center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 75px 340px 125px 675px;
}

.sale__title {
	margin-bottom: 20px;
	color: #fff;
	font-size: 46px;
	font-family: 'GothamPro-Bold';
}

.sale__title span {
	text-decoration: underline;
	font-family: 'GothamPro-Bold';
	color: #d6b55e;
}

.sale__info p {
	color: #fff;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: 28px;
}

.sale__info a {
	text-decoration: underline;
	color: #fff;
	font-size: 18px;
}

.sale__price {
	color: #fff;
	font-size: 120px;
	position: absolute;
	left: 100px;
	width: 460px;
	height: 484px;
	text-align: right;
	padding-top: 170px;
	top: 0;
	line-height: 105px;
	background: url(../img/sale.png) left top no-repeat;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}

/* Footer */

footer {
	padding-top: 80px;
	padding-bottom: 35px;
}

.footer__block.flex {
	width: 100%;
	max-width: 1100px;
	margin-left: 270px;
	margin-bottom: 30px;
}

.footer__mail_title,
.footer__tel_title {
	margin-bottom: 5px;
	font-size: 18px;
}

.footer__mail a,
.footer__tel a {
	font-size: 29px;
	text-decoration: none;
}

.footer__conf {
	text-align: center;
	padding-right: 70px;
}

.footer__conf a {
	text-decoration: underline;
	color: #343434;
	font-size: 12px;
}

.footer__conf a:hover {
	text-decoration: none;
}

.footer__mail {
	margin-left: 150px;
}

.footer__pay {
	margin-top: 10px;
	width: 300px;
}

/* Модальное окно */

.modal-wrapper {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

.modal-block.flex {
	position: absolute;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-content: center;
}

.modal-blackout {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.modal,
.modal-thanks {
	width: 95%;
	max-width: 350px;
	position: relative;
	z-index: 2;
	padding: 20px;
	border-radius: 10px;
	background: #fff;
	overflow-y: auto;
}

.modal-thanks  {
	font-size: 20px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.modal__title {
	font-size: 25px;
	text-align: center;
	font-family: 'GothamPro-Bold';
	margin-bottom: 25px;
}

.modal label {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
	padding-left: 25px;
}

.modal input[type=text] {
	display: block;
	height: 60px;
	border-radius: 35px;
	outline: none;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 16px;
	border: 1px solid #d6b45e;
}

.modal input[type=text].error {
	border-color: red;
}

input[type="checkbox"][readonly] {
  pointer-events: none;
}

.modal__check.flex {
	margin-bottom: 10px;
}

.modal__check input {
	width: 20px;
	height: 20px;
	padding-right: 10px;
}

.modal__check label {
	display: block;
	font-size: 15px;
	width: calc(100% - 30px);
	padding-left: 0;
}

.modal input[type=submit] {
	border: none;
}

.modal-more .modal {
	width: 80%;
	max-width: 800px;
	overflow-y: auto;
	max-height: 80vh;
}

table.iksweb{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table.iksweb,table.iksweb td, table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #dabb64; 
	color: #fff; 
	font-weight: normal;
}