/*_____________ FONTS ____________*/

@font-face {
	font-family: "OpenSansRegular";
	src: url("fonts/OpenSansRegular/OpenSansRegular.eot");
	src: url("fonts/OpenSansRegular/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
	url("fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "OpenSansLight";
	src: url("fonts/OpenSansLight/OpenSansLight.eot");
	src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"),
	url("fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "OpenSansItalic";
	src: url("fonts/OpenSansItalic/OpenSansItalic.eot");
	src: url("fonts/OpenSansItalic/OpenSansItalic.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansItalic/OpenSansItalic.woff") format("woff"),
	url("fonts/OpenSansItalic/OpenSansItalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "OpenSansBold";
	src: url("fonts/OpenSansBold/OpenSansBold.eot");
	src: url("fonts/OpenSansBold/OpenSansBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansBold/OpenSansBold.woff") format("woff"),
	url("fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "OpenSansExtraBold";
	src: url("fonts/OpenSansExtraBold/OpenSansExtraBold.eot");
	src: url(".fonts/OpenSansExtraBold/OpenSansExtraBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansExtraBold/OpenSansExtraBold.woff") format("woff"),
	url("fonts/OpenSansExtraBold/OpenSansExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "OpenSansSemiBold";
	src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
	src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"),
	url("fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "LatoRegular";
	src: url("fonts/Lato/Lato-Regular.eot");
	src: url("fonts/Lato/Lato-Regular.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato/Lato-Regular.woff") format("woff"),
	url("fonts/Lato/Lato-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "LatoMedium";
	src: url("fonts/Lato/Lato-Medium.eot");
	src: url("fonts/Lato/Lato-Medium.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato/Lato-Medium.woff") format("woff"),
	url("fonts/Lato/Lato-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "LatoSemibold";
	src: url("fonts/Lato/Lato-Semibold.eot");
	src: url("fonts/Lato/Lato-Semibold.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato/Lato-Semibold.woff") format("woff"),
	url("fonts/Lato/Lato-Semibold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "LatoBold";
	src: url("fonts/Lato/Lato-Bold.eot");
	src: url("fonts/Lato/Lato-Bold.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato/Lato-Bold.woff") format("woff"),
	url("fonts/Lato/Lato-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "LatoBlack";
	src: url("fonts/Lato/Lato-Black.eot");
	src: url("fonts/Lato/Lato-Black.eot?#iefix")format("embedded-opentype"),
	url("fonts/Lato/Lato-Black.woff") format("woff"),
	url("fonts/Lato/Lato-Black.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MyriadProRegular";
	src: url("fonts/MyriadPro/MyriadPro-Regular.eot");
	src: url("fonts/MyriadPro/MyriadPro-Regular.eot?#iefix")format("embedded-opentype"),
	url("fonts/MyriadPro/MyriadPro-Regular.woff") format("woff"),
	url("fonts/MyriadPro/MyriadPro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
body{
	font-family: OpenSansRegular,sans-serif;
	font-size: 14px;
}
body,html{
	height: 100%;
}
.wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	position: relative;
	min-height: 100%;
}
.wrapper-content {
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-o-flex: 1 0 auto;
	flex: 1 0 auto;
}
footer{
	position: relative;
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-o-flex: 0 0 auto;
	flex: 0 0 auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: OpenSansBold,sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,.h1,.h2,.h3,.h4,.h5,.h6{
	padding: 0;
	margin: 0
}
ul{list-style: none}
section{padding: 30px 0}
.ta-c{text-align: center;}
.ta-r{text-align: right;}
.p-none{padding: 0;}
.pl-none{padding-left: 0;}
.pr-none{padding-right: 0;}
.fl-l{float: left;}
.fl-r{float: right;}
.bg-1{
	background: url( ../images/bg/bg-1.jpg) no-repeat 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
}
.upper{text-transform: uppercase;}
/*_______________ LIGHTBOX ____________*/
.ekko-lightbox-container {
	position: relative;
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
			-o-transition: opacity 0.5s;
			transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}
.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before{
	content: "";
    display: inline-block;
    width: 17px;
    height: 37px;
    background: url(../images/sprites.png) no-repeat -99px 0;
    vertical-align: middle;
}
.glyphicon-chevron-right:before{
	background-position: -119px 0;
}
.ekko-lightbox .modal-footer {
	text-align: left;
}
/*_______________ ICONS ______________*/
i[class*="ic-"]{
	display: inline-block;
	background: url(../images/sprites.png) no-repeat;
	position: relative;
}
i.ic-vk{
	width: 24px;
	height: 14px;
	background-position: 0 0;
}
i.ic-insta{
	width: 28px;
    height: 31px;
    background-position: -167px 0;
}
i.ic-persona{
	width: 11px;
	height: 11px;
	background-position: -52px 0;
}
i.ic-burger{
	width: 30px;
	height: 25px;
	background-position: -65px 0;
}
i.ic-modal_close{
	width: 17px;
	height: 17px;
	background-position: -97px 0;
}

.flex-container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap
}
.flex-block{
	width: 50%;
	min-height: 100px;
	background: #ccc;
	border: 2px solid #fff
}
/* #map {
	width: 100%; 
	height: 100vh; 
	padding: 0; 
	margin: 0;
} */

/*_______________ header ______________*/

.main__page .container{
	padding: 0;
}
.header{
	position: relative;
	background-color: #282828;
}
.header.open .h__bottom{
	width: 350px;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: none;
	background-color: #282828;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.h__top{
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 6px;
}
.h__top-logo{
	margin-right: 122px;
}
.h__top-logo .h__top-sozseti{
	display: none;
}
.h__top-timework{
	text-align: center;
	color: white;
	font-family: LatoRegular;
	line-height: 22px;
	font-size: 16px;
	margin-right: 40px;
}
.h__top-timework-time span{
	font-size: 20px;
}
.h__top-sozseti{
	display: flex;
}
.h__top-sozseti a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #FFF;
}
.h__top-sozseti a:first-child{
	background-color: #4A76A8;
}
.h__top-sozseti a:hover{
	/* background-color: #a9cf38; */
}
.h__top-sozseti a + a{
	margin-left: 30px;
}
.h__top-user{
	margin-left: 30px;
	margin-right: 38px;
}
.h__top-user a{
	width: 170px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #74bf43;
	color: white;
	font-family: LatoRegular;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 2px;
}
.h__top-user a:hover{
	background-color: #a9cf38;
}
.h__top-user a i{
	margin-right: 9px;
}
.h__top-numbertel a{
	text-decoration: none;
	color: white;
	font-family: LatoRegular;
	font-size: 24px;
	line-height: 18px;
}
.h__top-numbertel a + a{
	margin-left: 15px;
}
.h__top-burger{
	display: none;
}
.h__top-burger:hover .ic-burger{
	background-position: -133px 0;
}
.h__bottom{
	border-top: 1px solid #393939;
	padding-top: 17px;
	padding-bottom: 13px;
}
.h__bottom ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 10px;
}
.h__bottom ul li a{
	text-decoration: none;
	color: #c8c8c8;
	font-family: LatoMedium;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
}
.h__bottom ul li a:after{
	content: '';
	width: 57px;
	height: 2px;
	display: block;
	background-color: transparent;
	margin: 0 auto;
}
.h__bottom ul li .h__bottom-after-min:after{
	width: 30px;
}
.h__bottom ul li:hover a:after{
	background-color: #74bf43;
}

@keyframes show__header{
	0%{
		opacity: 0;
		top: -100%;
	}
	100%{
		opacity: 1;
		top: 0;
	}
}
.main__page .header__fix .h__top{
	justify-content: space-around;
}
/* .main__page .header__fix .h__bottom{
	display: none;
} */

/*_______________ end header ______________*/
/*_______________ aside ______________*/

.banner{
	height: 800px;
	background-color: rgb(0, 0, 0, 0.5);
	position: relative;
}
.banner-inner{
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.5);
	z-index: 1;
}
#video-bg > video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}
@supports (object-fit: cover){
    #video-bg > video{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.banner__block{
	width: 970px;
	height: 450px;
	text-align: center;
	background: rgb(0, 0, 0, 0.4);
	margin: 0 auto;
	margin-top: 224px;
	margin-bottom: 126px;
	padding: 79px 76px;
}
.banner__block-title{
	color: white;
	font-family: LatoRegular;
	font-size: 60px;
	line-height: 45px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.banner__block-text{
	color: white;
	font-family: LatoRegular;
	font-size: 22px;
	line-height: 19px;
	margin-bottom: 35px;
}
.banner__block-textmin{
	color: white;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.banner__block a{
	display: inline-block;
	text-decoration: none;
	color: white;
	font-family: LatoRegular;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: #74bf43;
	padding: 18px 56px;
}
.banner__block a:hover{
	background-color: #a9cf38;
}
aside a,
aside a:hover{
	text-decoration: none;
}
.installment__block{
	position: fixed;
	top: 600px;
	right: 0;
    width: 285px;
    height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #74bf43;
	z-index: 100;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform-origin: 100% 0;
	padding: 20px 30px;
}
.installment__block:hover{
	background-color: #a9cf38;
}
.installment__block div{
	text-align: center;
	font-family: LatoBlack;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: white;
}
.installment__block div span{
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
}

/*_______________ end aside ______________*/
/*_______________ main ______________*/

.main{
	padding-top: 135px;
}

/*_______________ advantages ______________*/

.advantages{
	padding-bottom: 172px;
}
.caption{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #b7b7b7;
	font-family: LatoBlack;
	font-size: 50px;
	line-height: 44px;
	text-transform: uppercase;
}
.caption:before{
	content: url(../images/main/caption/bg.png);
	height: 66px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
}
.caption:after{
	content: url(../images/main/caption/bg1.png);
	height: 66px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
	-moz-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	-o-transform: translateY(-55%);
}
.caption div{
	width: 173px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -13px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color: #74bf43;
}
.advantages-description{
	color: #282828;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 75px;
}
.advantages-inner{
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}
.advantages__block{
	max-width: 271px;
	padding: 0;
}
.advantages__block-img img{
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	padding: 19px;
}
.advantages__block-img{
	position: relative;
	margin-bottom: 50px;
}
.advantages__block-img:before{
	content: '';
	width: 100%;
	height: 271px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 6px solid #74bf43;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.advantages__block-subtitle{
	text-align: center;
	font-family: LatoBold;
	font-size: 18px;
	color: #282828;
	line-height: 20px;
	text-transform: uppercase;
}
.advantages__block-text{
	text-align: center;
	font-family: LatoMedium;
	font-size: 18px;
	color: #656565;
	line-height: 25px;
	margin-top: 15px;
}

/*_______________ end advantages ______________*/
/*_______________ gallery ______________*/

.gallery{
	background: url(../images/main/gallery/bg.jpg) no-repeat;
	padding-top: 59px;
	padding-bottom: 71px;
}
.caption2{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2e2e2e;
	font-family: LatoBlack;
	font-size: 50px;
	line-height: 37px;
	text-transform: uppercase;
}
.caption2 div{
	width: 173px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background-color: #74bf43;
}
.gallery__slider{
	position: relative;
	margin-top: 62px;
}
.gallery__swiper-container{
	width: 770px;
}
.gallery__swiper-container .swiper-slide img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.gallery__swiper-container .swiper-slide img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.gallery__button-prev{
	background-image: none;
	background: url(../images/sprites.png) no-repeat;
	width: 35px;
	height: 108px;
	background-position: 0px -140px;
	margin-top: -54px;
	outline: none;
}
.gallery__button-prev.swiper-button-disabled{
	background-position: 0px -28px;
	opacity: 1;
}
.gallery__button-next{
	background-image: none;
	background: url(../images/sprites.png) no-repeat;
	width: 35px;
	height: 108px;
	background-position: -37px -140px;
	margin-top: -54px;
	outline: none;
}
.gallery__button-next.swiper-button-disabled{
	background-position: -37px -28px;
	opacity: 1;
}

/*_______________ end gallery ______________*/
/*_______________ price ______________*/

.price{
	padding-top: 136px;
	padding-bottom: 121px;
}
.price .caption{
	margin-bottom: 74px;
}
.price-inner{
	position: relative;
}
.price__swiper-container{
	max-width: 970px;
	text-align: -webkit-center !important;
}
.price__swiper-slide{
	margin-top: 0 !important;
}
.price__card{
	text-align: center;
	padding-bottom: 6px;
	margin-top: 30px;
	margin-bottom: 30px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.price__card:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.price__card-img{
	margin-bottom: 16px;
}
.price__card-img img{
	width: 100%;
	object-fit: cover;
}
.price__card-subtitle{
	max-width: 102px;
	height: 30px;
	color: #222;
	font-family: LatoRegular;
	font-size: 15px;
	line-height: 18px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.price__card-maxsubtitle{
	max-width: 100%;
}
.price__card-info{
	font-family: LatoRegular;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
.price__card-info a{
	color: #9b9b9b;
	text-decoration: underline;
}
.price__card-price{
	color: #4f9025;
	line-height: 20px;
	font-family: LatoBlack;
	font-size: 22px;
	margin-bottom: 15px;
}
.price__card-price span{
	font-family: MyriadProRegular;
	font-size: 20px;
}
.price__card-buy a{
	text-decoration: none;
	color: white;
	font-family: LatoRegular;
	font-size: 16px;
	line-height: 28px;
	background-color: #74bf43;
	padding: 12px 34px;
}
.price__card-buy a:hover{
	background-color: #a9cf38;
}
.price__button-next,
.price__button-prev{
	display: none;
}

.block__pay-method{
	text-align: center;
	margin: 0 auto;
}

.block__pay-method a{
	display: inline-block;
	text-decoration: none;
	color: white;
	font-family: LatoRegular;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	background-color: #74bf43;
	padding: 18px 56px;
}
.block__pay-method a:hover{
	background-color: #a9cf38;
}

/*_______________ end price ______________*/
/*_______________ personal ______________*/

.personal{
	background: url(../images/main/personal/bg.jpg) no-repeat;
	padding-top: 82px;
	padding-bottom: 110px;
}
.personal-inner{
	position: relative;
}
.personal__swiper-container{
	margin-top: 88px;
}
.personal .advantages__block-img{
	width: 220px;
	margin: 0 auto;
	margin-bottom: 27px;
}
.personal .advantages__block-img:before{
	height: 221px;
}
.personal .advantages__block-subtitle{
	color: #2e2e2e;
	font-family: LatoBold;
	font-size: 20px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.personal .advantages__block-text{
	max-width: 156px;
	color: #656565;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 20px;
	margin: 0 auto;
	margin-bottom: 38px;
}
.advantages__block-zapis a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: white;
	font-family: LatoRegular;
	font-size: 16px;
	line-height: 11px;
	background-color: #74bf43;
	padding: 12px 13px;
}
.advantages__block-zapis a:hover{
	background-color: #a9cf38;
}
.personal__swiper-button-next,
.personal__swiper-button-prev{
	top: 25%;
	background-image: none;
	outline: none;
}
.personal__swiper-button-prev{
	width: 50px;
	height: 50px;
	left: 0;
	background: url(../images/main/personal/prev.png) no-repeat;
}
.personal__swiper-button-next{
	width: 50px;
	height: 50px;
	right: 0;
	background: url(../images/main/personal/next.png) no-repeat;
}

/*_______________ end personal ______________*/
/*_______________ typesTraining ______________*/

.typesTraining{
	padding-top: 135px;
	padding-bottom: 100px;
}
.typesTraining .caption{
	margin-bottom: 92px;
}
.typesTraining-inner{
	justify-content: space-between;
}
.typesTraining .advantages__block{
	margin-bottom: 45px;
}
.typesTraining .advantages__block-img{
	width: 220px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.typesTraining .advantages__block-img:before {
	height: 221px;
	border: 6px solid #d9d9d9;
	border-left-color: transparent;
}
.typesTraining .advantages__block-subtitle{
	height: 43px;
	color: #2e2e2e;
	font-family: LatoRegular;
	font-size: 22px;
	line-height: 24px;
}
.typesTraining .advantages__block-text{
	color: #656565;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 20px;
}

/*_______________ end typesTraining ______________*/
/*_______________ stock ______________*/

.stock{
	background: url(../images/main/stock/bg.jpg) no-repeat;
	padding-top: 79px;
	padding-bottom: 107px;
}
.stock .caption2{
	margin-bottom: 74px;
}
.stock__banner{
	padding-right: 0;
	padding-left: 0;
}
.stock__list{
	background-color: #74bf43;
	padding: 25px 0;
}
.stock__list-group-item{
	height: 61px;
	position: relative;
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	color: white;
	font-family: MyriadProRegular;
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 60px 0px 30px;
}
.stock__list-group-item:after{
	content: '';
	width: 499px;
	height: 1px;
	position: absolute;
	bottom: -6px;
	left: 30px;
	background-color: #99d680;
}
.stock__list-group-item:last-child:after{
	display: none;
}
.stock__list-group-item.active{
	background-color: transparent;
	background: url(../images/main/stock/bg-list.jpg) no-repeat;
	border-color: transparent;
}
.list-group-item:first-child{
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item-action:focus, .list-group-item-action:hover{
	background-color: transparent;
	background: url(../images/main/stock/bg-list.jpg) no-repeat;
	color: white;
}
.stock__banner img{
	width: 100%;
	object-fit: cover;
}
.list-home-img1,
.list-profile-img1,
.list-messages-img1,
.list-settings-img1,
.sports__weekends-sports-img1{
	display: none;
}

/*_______________ end stock ______________*/
/*_______________ schedule ______________*/

.schedule{
	padding-top: 136px;
	padding-bottom: 37px;
}
.schedule .caption{
	margin-bottom: 73px;
}
.schedule-inner{
	justify-content: center;
}
.schedule__card{
	margin-top: 39px;
}
.schedule__card-title{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #74bf43;
	color: white;
	font-family: LatoSemibold;
	font-size: 17px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.schedule__card-content{
	border: 1px solid #d4d4d4;
}
.schedule__content-inner + .schedule__content-inner{
	border-top: 1px solid #d4d4d4;
}
.schedule__content-inner{
	height: 100px;
	text-align: center;
	padding: 11px 10px;
}
.schedule__name{
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #484848;
	font-family: LatoBold;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 5px;
}
.schedule__time{
	color: #74bf43;
	font-family: LatoBold;
	font-size: 18px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.schedule__couch{
	color: #656565;
	font-family: LatoBold;
	font-size: 16px;
	line-height: 18px;
}

/*_______________ end schedule ______________*/
/*_______________ partners ______________*/

.partners{
	padding-top: 110px;
	padding-bottom: 59px;
}
.partners .caption{
	margin-bottom: 90px;
}
.partners__slider{
	position: relative;
	margin-bottom: 9px;
}
.partners__swiper-container{
	max-width: 770px;
}
.partners__swiper-container .partners__swiper-slide img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}
.partners__swiper-container .partners__swiper-slide img:hover{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.partners__swiper-wrapper{
	display: flex;
	align-items: center;
}
.partners__swiper-slide{
	display: flex;
	justify-content: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.partners__swiper-slide img{
	width: 100%;
	object-fit: cover;
}
.partners__swiper-slide .partners__slide-active{
	display: none;
}
/* .swiper-slide-active .partners__slide-active{
	display: block;
} */
.partners__swiper-slide:hover .partners__slide-active{
	display: block;
}
/* .swiper-slide-active .partners__slide-notactive{
	display: none;
} */
.partners__swiper-slide:hover .partners__slide-notactive{
	display: none;
}
.partners__swiper-button-prev{
    background-image: none;
    background: url(../images/sprites.png) no-repeat;
    width: 35px;
    height: 108px;
    background-position: 0px -140px;
    margin-top: -54px;
    outline: none;
}
.partners__swiper-button-prev.swiper-button-disabled{
    background-position: 0px -28px;
    opacity: 1;
}
.partners__swiper-button-next{
    background-image: none;
    background: url(../images/sprites.png) no-repeat;
    width: 35px;
    height: 108px;
    background-position: -37px -140px;
    margin-top: -54px;
    outline: none;
}
.partners__swiper-button-next.swiper-button-disabled{
	background-position: -37px -28px;
    opacity: 1;
}

/*_______________ end partners ______________*/

/*_______________ end main ______________*/
/*_______________ footer ______________*/

.footer{
	position: relative;
	background: url(../images/footer/bg.jpg) no-repeat;
	background-position: top center;
}
.footer__inner{
	background-color: rgb(0, 0, 0, 0.6);
	padding-top: 59px;
	padding-bottom: 7px;
}
.footer__contacts .caption2{
	color: white;
	margin-bottom: 48px;
}
.footer__contacts-text{
	text-align: center;
	color: white;
	font-family: LatoRegular;
	font-size: 24px;
	line-height: 31px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.footer__contacts-text a{
	text-decoration: none;
    color: white;
}
.footer__map{
	margin-bottom: 11px;
}
.footer__map-inner{
	height: 500px;
}
.footer__logo{
	display: flex;
	align-items: center;
}
.footer__bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer__prava{
	color: white;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 16px;
	margin-left: 35px;
}
.footer__sozseti{
	display: flex;
}
.footer__sozseti a{
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background-color: #FFF;
}
.footer__sozseti a:first-child{
	background-color: #4A76A8;
}
.footer__sozseti a + a{
	margin-left: 30px;
}
.footer__sozseti a:hover{
	/* background-color: #a9cf38; */
}

/*_______________ end footer ______________*/

/*_______________ modal ______________*/

.card__modal-dialog{
	max-width: 971px;
}
.card__modal-content{
	height: 394px;
	background-color: #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 0 29px rgba(0, 0, 0, 0.28);
}
.card__modal-header{
	border-bottom: none;
}
.card__modal-body{
	display: flex;
	padding: 5px 70px 62px;
}
.card__modal-body-img{
	margin-right: 28px;
}
.modal__text-buy{
	display: flex;
	align-items: center;
}
.close,
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover{
	opacity: 1;
	outline: none;
}
.modal__text-name{
	color: #222;
	font-family: LatoRegular;
	font-size: 18px;
	line-height: 13px;
	margin-bottom: 18px;
}
.modal__text-title{
	color: #626262;
	font-family: LatoRegular;
	font-size: 16px;
	line-height: 11px;
	margin-bottom: 12px;
}
.modal__text-description{
	color: #333;
	font-family: LatoRegular;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 24px;
}
.modal__text-buy .price__card-buy{
	display: none;
	margin-right: 40px;
}
.modal__text-buy .price__card-price{
	margin-bottom: 0;
}
.modal__text-description1{
	color: #333;
	font-family: LatoBlack;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 63px;
}
.modal__text-description1 span{
	font-family: LatoRegular;
}

/*_______________ end modal ______________*/

/*_______________ MEDIA ______________*/

@media screen and (min-width: 768px){
	.main__page .header__fix{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		animation-name: show__header;
		animation-duration: 1s;
	}
	/* .main__page .header__fix .h__top-numbertel,
	.main__page .header__fix .h__top-burger{
		display: none;
	} */
}


@media screen and (min-width: 1550px) and (max-width: 1900px) {
	.caption:before{
		left: -10%;
	}
	.caption:after{
		right: -10%;
	}
}
@media screen and (min-width: 1460px) and (max-width: 1550px) {
	.caption:before{
		left: -14%;
	}
	.caption:after{
		right: -14%;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1459px) {
	.caption:before{
		left: -32%;
	}
	.caption:after{
		right: -32%;
	}
}
@media screen and (min-width: 1200px){
	.container{
		max-width: 1170px;
	}
	.stock__list{
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
		max-width: 48%;
	}
	.stock__banner{
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		max-width: 52%;
	}
}
/*end min-width: 1200px*/

@media screen and (max-width: 1199px){

	.header.open .h__bottom{
		padding: 30px 0;
	}
	.header.open .h__bottom ul li + li{
		margin-top: 8px;
	}
	.h__bottom ul li a{
		font-size: 18px;
	}
	.h__top{
		justify-content: space-between;
	}
	.h__top-burger{
		display: flex;
		margin-right: 35px;
	}
	.h__top-timework{
		display: none;
	}
	.h__top-numbertel{
		display: flex;
		flex-direction: column;
	}
	.h__top-numbertel a + a{
		margin-left: 0;
		margin-top: 10px;
	}
	.h__top-numbertel a{
		font-size: 22px;
	}
	.h__top-logo{
		margin-right: 56px;
	}
	.h__bottom{
		display: none;
	}
	.h__bottom ul{
		flex-direction: column;
	}
	.caption:before{
		content: url(../images/main/caption/bg3.png);
	}
	.caption:after{
		content: url(../images/main/caption/bg2.png);
	}
	.advantages__block{
		max-width: 240px;
	}
	.advantages__block-img:before{
		height: 240px;
	}
	.advantages__block-subtitle{
		height: 40px;
	}
	.personal__swiper-container{
		max-width: 610px;
	}
	.personal .advantages__block{
		max-width: 290px;
	}
	.typesTraining .advantages__block{
		max-width: 290px;
		margin-left: 45px;
		margin-right: 45px;
	}
	.typesTraining-inner{
		justify-content: center;
	}
	.stock__list-group-item div span{
		display: none;
	}
	.stock__list-group-item{
		height: 46px;
	}
	.schedule__card-title{
		font-size: 15px;
	}
	.schedule__card{
		padding-left: 10px;
		padding-right: 10px;
	}
	.schedule__couch{
		font-size: 14px;
	}
	.schedule__content-inner{
		padding: 11px 5px;
	}
	.schedule__name{
		font-size: 16px;
	}
	.installment__block{
		top: 650px;
		width: 230px;
		height: 55px;
		padding: 10px 20px;
	}
	.installment__block div{
		font-size: 16px;
	}
}
/*end max-width: 1200px*/

@media screen and (max-width: 991px){
	.h__top-numbertel a{
		font-size: 20px;
	}
	.h__top-burger{
		margin-right: 30px;
	}
	.h__top-user{
		margin-left: 25px;
		margin-right: 25px;
	}
	.banner__block{
		width: 720px;
		height: 450px;
		padding: 86px 22px;
		margin-top: 163px;
	}
	.banner__block-title{
		font-size: 50px;
	}
	.banner__block a{
		padding: 14px 56px;
	}
	.caption{
		font-size: 40px;
		line-height: 36px;
	}
	.main{
		padding-top: 98px;
	}
	.advantages-description{
		margin-top: 55px;
	}
	.advantages__block{
		max-width: 271px;
	}
	.advantages__block-img:before {
		height: 271px;
	}
	.advantages-inner{
		justify-content: center;
		margin-top: 0;
	}
	.advantages-inner .advantages__block{
		margin: 47px 20px 17px;
	}
	.advantages{
		padding-bottom: 80px;
	}
	.advantages__block-subtitle{
		height: auto;
	}
	.gallery__swiper-container{
		width: 355px;
	}
	.gallery{
		padding-top: 66px;
	}
	.caption2{
		font-size: 40px;
		line-height: 30px;
	}
	.gallery__slider{
		margin-top: 69px;
	}
	.price{
		padding-top: 100px;
		padding-bottom: 70px;
	}
	.price .caption{
		margin-bottom: 44px;
	}
	.personal__swiper-container{
		margin-top: 83px;
	}
	.typesTraining{
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.typesTraining .caption{
		margin-bottom: 74px;
	}
	.typesTraining .advantages__block{
		margin-left: 10px;
		margin-right: 10px;
	}
	.list-home-img1,
	.list-profile-img1,
	.list-messages-img1,
	.list-settings-img1,
	.sports__weekends-sports-img1{
		display: block;
	}
	.list-home-img,
	.list-profile-img,
	.list-messages-img,
	.list-settings-img,
	.sports__weekends-sports-img{
		display: none;
	}
	.stock__list{
		padding: 0 0;
	}
	.stock__list-group-item{
		margin-top: 2px;
		margin-bottom: 2px;
	}
	.stock__list-group-item:after{
		width: 300px;
		bottom: -2px;
	}
	.stock__list-group-item.active,
	.list-group-item-action:focus, .list-group-item-action:hover{
		background: url(../images/main/stock/bg-list1.jpg) no-repeat;
	}
	.stock{
		padding-top: 70px;
		padding-bottom: 75px;
	}
	.stock .caption2{
		margin-bottom: 71px;
	}
	.schedule{
		padding-top: 108px;
		padding-bottom: 18px;
	}
	.schedule .caption{
		margin-bottom: 32px;
	}
	.partners{
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.partners__swiper-container {
		max-width: 540px;
	}
	.footer__inner{
		padding-top: 66px;
	}
	.card__modal-dialog{
		max-width: 640px;
	}
	.card__modal-content{
		height: 345px;
	}
	.card__modal-header{
		height: 16px;
		padding: 16px 16px 0;
	}
	.modal-header .close{
		position: absolute;
		top: 16px;
		right: 16px;
		z-index: 1000;
	}
	.card__modal-body{
		padding: 5px 19px 21px;
	}
	.card__modal-body-img img{
		width: 229px;
	}
	.card__modal-body-img {
		margin-right: 19px;
	}
	.modal__text-description,
	.modal__text-description1{
		margin-bottom: 36px;
	}
	.modal__text-buy .price__card-buy{
		margin-right: 20px;
	}
}
/*end max-width: 992px*/

@media screen and (max-width: 767px){



	.main__page .container{
		padding: 0 10px;
	}
	.banner{
		height: 361px;
	}
	.banner__block {
		width: 100%;
		height: 100%;
		padding: 82px 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.banner__block-title{
		font-size: 20px;
		line-height: 16px;
		margin-bottom: 15px;
	}
	.banner__block-text{
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 25px;
	}
	.banner__block-textmin{
		font-size: 14px;
		line-height: 15px;
		margin-bottom: 29px;
	}
	.banner__block a{
		font-size: 16px;
		padding: 6px 18px;
	}
	.installment__block{
		display: none;
	}
	.caption:before,
	.caption:after{
		display: none;
	}
	.caption {
		font-size: 30px;
		text-align: center;
	}
	.caption div{
		width: 151px;
	}
	.advantages-description{
		font-size: 15px;
		margin-top: 37px;
	}
	.main{
		padding-top: 60px;
	}
	.advantages__block-img{
		max-width: 220px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.advantages__block-img:before{
		height: 220px;
	}
	.advantages-inner .advantages__block{
		max-width: 276px;
		margin: 29px 20px 8px;
	}
	.advantages__block-text{
		font-size: 16px;
	}
	.advantages{
		padding-bottom: 58px;
	}
	.gallery__swiper-container{
		max-width: 242px;
	}
	.gallery__swiper-container img{
		width: 100%;
		object-fit: cover;
	}
	.gallery__button-prev{
		left: 0;
	}
	.gallery__button-next{
		right: 0;
	}
	.gallery{
		padding-top: 57px;
		padding-bottom: 90px;
	}
	.caption2{
		font-size: 30px;
	}
	.caption2 div{
		width: 151px;
		bottom: -10px;
	}
	.gallery__slider{
		margin-top: 54px;
	}
	.gallery__button-prev.swiper-button-disabled{
		background-position: -75px -29px;
	}
	.gallery__button-prev{
		width: 27px;
		height: 77px;
		background-position: -75px -110px;
		margin-top: -40px;
	}
	.gallery__button-next.swiper-button-disabled{
		background-position: -104px -29px;
	}
	.gallery__button-next{
		width: 27px;
		height: 77px;
		background-position: -104px -110px;
		margin-top: -40px;
	}
	.h__top-logo .h__top-sozseti{
		display: flex;
	}
	.h__top-sozseti{
		display: none;
	}
	.h__top-logo{
		display: flex;
		align-items: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.h__top-logo img{
		margin-right: 45px;
	}
	.h__top{
		flex-direction: column;
	}
	.h__top-burger{
		order: 1;
		margin-right: 0;
		margin-top: 17px;
		margin-bottom: 15px;
	}
	.h__top-sozseti a + a{
		margin-left: 20px;
	}
	.h__top-user{
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 22px;
	}
	.price__swiper-container{
		max-width: 190px;
	}
	.price__button-next, .price__button-prev{
		display: block;
	}
	.price__card-img{
		max-width: 170px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.price__button-next{
		width: 50px;
		height: 50px;
		right: 0;
		background: url(../images/main/price/next.png) no-repeat;
		outline: none;
		margin-top: -105px;
	}
	.price__button-prev{
		width: 50px;
		height: 50px;
		left: 0;
		background: url(../images/main/personal/prev.png) no-repeat;
		outline: none;
		margin-top: -105px;
	}
	.price{
		padding-top: 66px;
		padding-bottom: 40px;
	}
	.price .caption{
		margin-bottom: 40px;
	}
	.price__card-buy a{
		padding: 10px 34px;
	}
	.personal{
		padding-top: 60px;
		padding-bottom: 69px;
	}
	.personal__swiper-container{
		margin-top: 50px;
	}
	.personal__swiper-button-next,
	.personal__swiper-button-prev{
		margin-top: 85px;
	}
	.personal .advantages__block-text{
		margin-bottom: 28px;
	}
	.personal .advantages__block{
		margin: 0 auto;
	}
	.typesTraining{
		padding-top: 70px;
		padding-bottom: 21px;
	}
	.typesTraining .caption{
		margin-bottom: 53px;
	}
	.typesTraining .advantages__block-img{
		margin-bottom: 18px;
	}
	.typesTraining .advantages__block-subtitle{
		font-size: 18px;
	}
	.typesTraining .advantages__block-text{
		font-size: 16px;
	}
	.stock__list-group-item:after{
		width: 253px;
	}
	.stock .stock-inner{
		justify-content: center;
		margin-right: 0px;
		margin-left: 0px;
	}
	.stock{
		padding-top: 42px;
		padding-bottom: 56px;
	}
	.stock .caption2{
		margin-bottom: 40px;
	}
	.stock__list-group-item{
		justify-content: center;
		text-align: center;
		padding: 0 30px;
	}
	.stock__list,
	.stock__banner{
		max-width: 360px;
	}
	.schedule__card{
		margin-top: 20px;
	}
	.schedule{
		padding-top: 58px;
	}
	.schedule .caption{
		margin-bottom: 35px;
	}
	.partners{
		padding-top: 50px;
		padding-bottom: 65px;
	}
	.partners .caption{
		margin-bottom: 55px;
	}
	.partners__swiper-container{
		max-width: 170px;
	}
	.partners__swiper-button-next{
		right: 0;
		width: 27px;
		height: 77px;
		background-position: -104px -110px;
		margin-top: -40px;
	}
	.partners__swiper-button-next.swiper-button-disabled{
		background-position: -104px -29px;
	}
	.partners__swiper-button-prev{
		left: 0;
		width: 27px;
		height: 77px;
		background-position: -75px -110px;
		margin-top: -40px;
	}
	.partners__swiper-button-prev.swiper-button-disabled{
		background-position: -75px -29px;
	}
	.footer__inner{
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.footer__contacts-text{
		max-width: 300px;
		font-size: 20px;
		line-height: 34px;
		margin: 0 auto;
		margin-bottom: 25px;
	}
	.footer__map-inner{
		height: 370px;
	}
	.footer__map{
		margin-bottom: 29px;
	}
	.footer__bottom{
		flex-direction: column;
	}
	.footer__prava{
		font-size: 16px;
		margin-left: 13px;
	}
	.footer__logo img{
		width: 93px;
	}
	.footer__sozseti{
		margin-top: 15px;
	}
	.card__modal-content{
		height: 100%;
	}
	.card__modal-body{
		flex-direction: column;
		padding: 24px 15px 35px;
	}
	.card__modal-body-img{
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 11px;
	}
	.card__modal-body-text{
		text-align: center;
	}
	.modal-header .close{
		top: 10px;
		right: 10px;
	}
	.modal__text-buy{
		flex-direction: column;
		justify-content: center;
	}
	.modal__text-description, .modal__text-description1{
		margin-bottom: 25px;
	}
	.modal__text-buy .price__card-buy{
		margin-right: 0;
		order: 1;
		margin-top: 23px;
	}
}
/*end max-width: 767px*/

@media screen and (max-width: 480px){

}
/*end max-width: 480px*/
/*_______________3 ANIMATION ______________*/