.my_banner {
	
}
.my_banner img {
	max-width:100%;
	height:inherit;
}
.my_premium {
	display: flex;
    justify-content: space-between;
    margin: 50px auto;
    flex-wrap: wrap;
    width: 90%;
}
.my_premium.full {
	width: 100%;
}
.my_premium .object {
	    flex: 0 0 40%;
}
.my_premium.full .object {
	    flex: 0 0 50%;
}
.my_premium .object .text {
	font-family: 'Futura PT';
    font-weight: 900;
    font-size: 46px;
    text-align: center;
	line-height: 36px;
	text-transform: uppercase;
}
.my_premium .object .text.small {
	font-size: 28px;
}
.my_premium .object .text.small.my_small {
	font-size: 22px;
	line-height: 29px;
}
.my_premium .object .text.small.marg {
	margin-bottom:10px;
	line-height: 27px;
}
.my_premium .object .text.small.marg + div {
	line-height: 27px;
}
.my_premium .object .text.small.no_uppr {
	text-transform: none;
}
.my_premium .object .text_red {
	font-family: 'Futura PT';
    font-weight: 500;
    font-size: 29px;
    text-align: center;
    color: #fff;
    background: #fd0000;
    padding: 10px 0;
    border-radius: 100px;
    margin: 0 0 30px;
    text-transform: uppercase;
    line-height: 33px;
}
.my_premium.full .object .text_red {
	    width: 70%;
    margin: 0 auto 30px;
}
.pre_info {
	    font-family: 'Futura PT';
    font-weight: 900;
    font-size: 46px;
    text-align: center;
    margin: 30px 0;
    line-height: normal;
}
.pre_info.normal {
	font-weight: 500;
    font-size: 33px;
    line-height: 46px;
}
.pre_info.red {
	font-weight: 800;
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    background: #fd0000;
    padding: 20px 0;
    border-radius: 30px;
	line-height: 44px;
}
.pre_info.custom {
	font-size: 33px;
    text-transform: uppercase;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 10px 0;
	line-height: 46px;
}
.pre_info.normal.other {
	font-size: 37px;
    line-height: 44px;
}
.pre_info.custom img {
	margin: 0 0 0 20px;
}
.my_calls {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 40px 0;
}
.my_calls a, .my_calls a:focus {
	font-family: 'Futura PT';
    font-weight: 500;
    font-size: 54px;
    text-transform: lowercase;
    color: #000;
    padding: 0 40px 10px;
    border: 3px solid #fd0000;
    line-height: 45px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition:all .3s ease;
}
.my_calls span {
	color: #fd0000;
	    margin: 0 10px 0;
		transition:all .3s ease;
}
.my_calls a span {
	color:#000;
	margin: 0;
}
.my_calls>div {
	flex: 0 0 100%;
    justify-content: center;
    display: flex;
    margin: 0 0 40px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 42px;
}
.my_calls a:hover {
	color:#fd0000;
	border-color:#000;
}
.my_calls a:hover span {
	color:#fd0000;
}
.my_rec {
	margin: 0 0 100px;
}
.my_rec h2 {
	font-family: 'Futura PT';
	font-size: 42px;
	font-weight: 500;
	text-transform: uppercase;
    margin: 0 0 50px;
}
.my_rec ul {
	margin: 0;
    padding: 0;
}
.my_rec ul li {
	font-family: 'Futura PT';
	font-weight: 500;
	font-size: 32px;
	list-style-type: none;
    margin: 0 0 20px;
	display: flex;
}
.my_rec ul li span {
	    font-family: 'Futura PT';
    font-size: 33px;
    color: #fff;
    background: #fd0000;
    width: 50px;
    display: block;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0 30px 0 0;
	flex: 0 0 50px;
}
.pre_text {
	font-family: 'Futura PT';
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    margin: 60px 0;
    padding: 0 120px;
}
.pre_text.lft {
	/* text-align: left; */
    padding: 0;
}
span.red {
	    color: #fd0000;
}

.my_index {
	
}
.my_index .my_block {
	
} 
.my_index .my_block a {
	font-family: 'Futura PT';
    font-size: 53px;
    color: #000;
	transition:all .3s ease;
	border: none;
	font-weight: 900;
} 

.my_index .my_block a:hover {
	color: #fd0000;
} 
.my_index .my_block .adres {
	 text-align: center;
	  font-size: 53px;
} 
.my_index .my_block {
	
}
.my_index.double .my_block a, .my_index.double .my_block .adres {
	font-size: 33px;
    line-height: 35px;
	margin: 0;
    padding: 0;
}
.my_custom_banner img {
	max-width:100%;
}
.my_calls>div.my_index.double {
	justify-content: space-around;
}

.my_diff {
	
}
.my_diff .heads {
	font-family: 'Futura PT';
    font-weight: 900;
    font-size: 35px;
    text-align: center;
    margin: 60px 0 20px;
    line-height: normal;
}
.my_diff .my_cont {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.my_diff .my_cont .my_block {
	flex: 0 0 45%;
}
.my_diff .my_cont .my_block .heads {
	    text-align: left;
}
.my_diff .my_cont .my_block ul {
	margin: 0;
    padding: 0;
}
.my_diff .my_cont .my_block ul li {
	font-family: 'Futura PT';
    font-weight: 500;
    list-style-type: none;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.my_diff .my_cont .my_block ul li span {
	margin:0 10px 0 0;
}
.evo-banner {
	margin: 50px 0;
}
.evo-banner img {
	display: block;
    margin: 0 auto;
}

.my_banner-box {
	margin: 60px 0 0;
}
.my_banner-box img {
	max-width: 100%;
    height: inherit;
}
.my_banner-box a {
	transition: all .3s ease;
	
    display: block;
}
.my_banner-box a:hover {
	transform: scale(.9);
}
.bx-wrapper {
	display:none;
}






@media screen and (max-width: 991px) {
    .my_premium.full, .my_calls>div.my_index.double, .my_premium {
    flex-wrap: wrap;
}
.my_premium.full .object, .my_calls>div.my_index.double .my_block, .my_premium .object {
    flex: 0 0 100%;
    margin: 0 0 50px;
}
.my_banner-box a {
    margin: 0 0 30px;
}
}



@media screen and (max-width: 767px) {
    .pre_text, .pre_info, .pre_info.normal {
    font-size: 27px;
    padding: 0;
}
.my_premium .object .text_red {
    font-size: 20px;
}
.my_premium {
    width: 100%;
}
.my_premium .object .text {
    font-size: 38px;
}
.pre_info.red, .my_rec ul li, .my_rec ul li span, .my_diff .my_cont .my_block ul li {
    font-size: 20px;
}
.my_calls>div {
    font-size: 36px;
    flex-wrap: wrap;
    line-height: normal;
}
.my_index .my_block a, .my_rec h2, .my_index.double .my_block a {
    font-size: 33px;
}
.my_index .my_block .adres, .my_diff .heads, .my_index.double .my_block .adres {
    font-size: 28px;
}
.my_rec ul li span {
	font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 30px 0 0;
    flex: 0 0 30px;
}
.my_premium.full .object .text_red {
    width: 100%;
}
.my_premium .object .text.small.my_small br {
	display:none;
}
.pre_info.custom {
    font-size: 28px;
    flex-wrap: wrap;
}
.my_diff .my_cont {
    justify-content: start;
    margin: 0 0 0 20px;
	flex-wrap: wrap;
}
.my_diff .my_cont .my_block {
    flex: 0 0 100%;
}
.evo-banner img {
    max-width: 100%;
}
}