/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2021
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2021 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{background:#f3f3f3;line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

@font-face{font-display:swap;font-family:'Roboto-regular';src:url('/wp-content/themes/blankslate/Roboto-Regular.woff2')}
@font-face{font-display:swap;font-family:'Roboto-Medium';src:url('/wp-content/themes/blankslate/Roboto-Medium.woff2')}
@font-face{font-display:swap;font-family:'Roboto-Bold';src:url('/wp-content/themes/blankslate/Roboto-Bold.ttf')}

body {overflow-x: hidden;}

#header{
	background: #ad252e;
	height: 90px;
	display: flex;
	align-items: center;
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
}
#logo,
#kabinet{
	display: flex!important;
	justify-content: center;
	align-items: center;
}
#menu{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 0px;
}
#menu ul li a{
	font-family:'Roboto-Medium';
	font-size: 13px;
	color: #fff;
	padding: 5px 5px;
	border: 2px solid transparent;
}
#menu ul li a:hover{
	border: 2px solid #fff;
	border-radius: 10px;
}
#menu .navbar{
	width: 100%;
	padding: 0px 0px;
}
#menu-menu-1{
	width: 100%;
	display: flex;
	justify-content: space-around;
}


/*banner_head*/
.main-content{padding-top: 90px;}
#banner_head{
	position: relative;
	height: 540px;
	background: url(/wp-content/themes/blankslate/images/banner_head.jpg);
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
}
#banner_head:after {
	content: '';
	height: 12px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 9;
	background: linear-gradient(to right,#a91f27,#fd626a);
	left: 0;
}
#banner_head .row{
	align-items: center;
}
.banner_title{
	font-family: 'Roboto-Medium';
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	margin-bottom: 70px;
	text-transform: uppercase;
	text-shadow: 2px 1px 1px rgb(0 0 0 / 56%);
}
.banner_text{
	font-family: 'Roboto-Medium';
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	text-align: left;
	text-shadow: 2px 1px 1px rgb(0 0 0 / 56%);
}
.banner_block_text{
	display: flex;
	justify-content: center;
}
#kabinet a{
	text-decoration: none;
	color: #fff;
}
.btn_kabinet{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	border: 0;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-size: 14px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 1em;
	outline: 0;
	cursor: pointer;
	width: auto;
}
.btn_kabinet:hover{
	background: radial-gradient(#f6585a, #b4292f);
}
.form_login{
	background: #fff;
	border-radius: 20px;
	max-width: 350px;
	padding: 20px;
	margin:0 auto;
	z-index: 99;
    position: relative;
}
.form_login .form_title{
	text-align: center;
	font-family:'Roboto-Bold';
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form_login .um-field-label label {
	font-size: 15px !important;
	line-height: 22px !important;
	font-weight: normal;
	font-family: 'Roboto-Medium';
}
.form_login #um-submit-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px!important;
	text-decoration: none;
	user-select: none;
	padding: 0 1.5em;
	outline: 0;
	cursor: pointer;
	width: 100%!important;
}
.form_login #um-submit-btn:hover{
	background: radial-gradient(#f6585a, #b4292f);
}
.form_login .um .um-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px grey inset;
	-webkit-text-fill-color: #666666;
	border-radius: 10px;
}
.form_login .um .um-form input[type=text], 
.form_login .um .um-form input[type=password]{
	color: #666666;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 0 50px #e8e8e8 inset!important;
	border: 1px solid #e8e8e8!important;
}

/*zamovlennya_poslug_vid_nashogo_osbb*/
.block_title{
	text-align: center;
	font-family:'Roboto-Bold';
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 40px;
}
.zamovlennya_title{
	font-family:'Roboto-Medium';
	font-size: 20px;
	color: #000;
	text-align: center;
	padding-bottom: 30px;
}
.block_zamovlennya{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 20px;
	padding: 30px 30px;
}
.block_zamovlennya_poslug{
	display: flex;
	justify-content: space-around;
	margin-bottom: 40px;
}
.btn_zamovlennya{
	width: 80px;
	height: 80px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	margin-bottom: 10px;
}
.mini_block_zamovlennya:hover .btn_zamovlennya{
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow:none;
}
.zamovlennya_text{
	font-family:'Roboto-Bold';
	font-size: 16px;
	color: #000;
	text-align: center;
}
.mini_block_zamovlennya{
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
	padding: 0px 0px;
}

/*block_news*/
.block_news{
	position: relative;
}
.block_news:before {
	content: '';
	height: 5px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	background: linear-gradient(to right,#a91f27,#fd626a);
	left: 0;
}
.block_news:after {
	content: '';
	height: 5px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 9;
	background: linear-gradient(to right,#a91f27,#fd626a);
	left: 0;
}
.mini_block_news{
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	border:2px solid transparent;
	transition-duration: 1s;
}
.mini_block_news:hover{
	border:2px solid #b1272d;
	transition-duration: 1s;
}
.mini_block_news a.post-thumbnail img{
	height: 240px;
	max-width: 100%;
	border-radius: 10px;
}
.block_news .row{
	justify-content: center;
}
.title_news{
	font-family:'Roboto-Bold';
	font-size: 16px;
	color: #000!important;
	text-align: left;
	text-transform: uppercase;
	line-height: 20px;
	padding-top: 10px;
    padding-bottom: 10px;
    min-height: 80px;
}

.title_news a,
.desc_news a{
	color: #000!important;
	text-decoration: none;
}
.desc_news {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	text-align: left;
	color: #000;
	line-height: 20px;
	margin-bottom: 10px;
    min-height: 90px;
}
.date_news{
	font-family:'Roboto-Bold';
	font-size: 16px;
	color: #000;
}
.block_date_news{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block_news_mob{display: none;}
.block_news{display: block;}

/*zrobit_nashi_zhitlovi_komplesi_krashhe*/
.block_zrobit_komplesi_krashhe{
	margin-top: 40px;
	margin-bottom: 40px;
}
.padding_class{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.btn_zalishiti_propozicіyu{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 0;
	color: #fff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	background: linear-gradient(to bottom,#f6585a,#b4292f);
	box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
	border-radius: 10px;
	text-decoration: none;
	user-select: none;
	padding: 0 1.5em;
	outline: 0;
	cursor: pointer;
}

.btn_zalishiti_propozicіyu:hover{
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow: none;
}

/*prijom_pokazan_lichilnikiv*/
.prijom_pokazan_lichilnikiv{
	position: relative;
}
.prijom_pokazan_lichilnikiv:before {
	content: '';
	height: 5px;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	background: linear-gradient(to right,#a91f27,#fd626a);
	left: 0;
}
.prijom_pokazan_lichilnikiv:after {
	content: '';
	height: 5px;
	position: absolute;
	width: 100%;
	bottom: 0px;
	z-index: 9;
	background: linear-gradient(to right,#a91f27,#fd626a);
	left: 0;
}
.prijom_pokazan_text{
	font-family: 'Roboto-Medium';
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 30px;
	line-height: 24px;
}
.prijom_pokazan{
	font-family: 'Roboto-Medium';
	font-size: 16px;
	color: #000;
	text-align: center;
	min-height: 70px;
	line-height: 22px;
}
.left_block_border:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	background: #aa2128;
	width: 2px;
	height: 60%;
}
.prijom_pokazan span{
	color: #be3036;
}
.block_prijom_pokazan{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0px 0px;
}
.btn_zalishiti_propozicіyu a{
	color: #fff;
	text-decoration: none;
}

/*slidkujte_za_novinami_svogo_osbb_v_mesendzheri*/
.slidkujte_za_novinami .row{
	justify-content: center;
}
.mini_block_socseti img{
	max-width: 200px;
	height: auto;
	margin:0 auto;
	margin-bottom: 30px;
}
.mini_block_socseti{
	text-align: center;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.mini_block_socseti .fa-telegram-plane:before {
	content: "\f3fe";
	color: #a81f26;
	font-size: 22px;
}
.mini_block_socseti .fa-viber:before {
	content: "\f409";
	color: #a81f26;
	font-size: 22px;
}
.mini_block_socseti p {
	font-family: 'Roboto-Medium';
	color: #000;
	font-size: 12px;
	background: #f3f3f3;
	border-radius: 10px;
	height: 40px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
	transition-duration: 1s;
	border: 2px solid transparent;
}
.mini_block_socseti p:hover{
	border: 2px solid #a91e23;
	transition-duration: 1s;
}
.block_socseti_left{
	border-right: 2px solid #a91e23;
	padding-right: 5px;
}
.mini_block_socseti span {
	font-family: 'Roboto-Bold';
	color: #000;
	font-size: 11px;
	width: 70px;
	padding-left: 5px;
}
.mini_block_socseti a{
	display: flex;
	align-items: center;
	text-decoration: none;
	font-family: 'Roboto-Medium';
	color: #000;
	font-size: 12px;
	width: 100%;
	justify-content: center;
}
.slidkujte_za_novinami{display:block;margin-bottom: 40px;margin-top: -40px;}
.slidkujte_za_novinami_mob{display: none;}


/*footer*/
#footer{
	height: 190px;
	background: #a92029;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.footer_info{
	font-family:'Roboto-Medium';
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
#footer .wp-block-column{
	margin-left: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#footer .row{
	justify-content: center;
}
#footer-widgets{
	border: 1px solid #fff;
	border-radius: 10px;
}
#footer-widgets .wp-block-image{
	text-align: center;
	margin-bottom: 0px;
}
#footer-widgets .wp-block-column{
	margin-bottom: 0px;
}
.block_info{
	position: relative;
	padding: 10px 5px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block_info.adres .footer_info{
	margin-bottom: 5px;
	border-bottom: 1px solid white;
}
.block_info.adres .footer_info:last-child{
	border-bottom: none;
	margin-bottom: 0px;
}
.block_info:nth-child(1n),
.block_info:nth-child(2n),
.block_info:nth-child(3n),
.block_info:nth-child(4n){
	width: 22%;
}
.block_info:nth-child(5n){
	width: 12%;
}

#footer-widgets .wp-block-columns{
	margin-bottom: 0px;
	width: 70%;
}

.block_info:after {
	content: "";
	position: absolute;
	right: 0;
	top: 5%;
	background: #fff;
	width: 1px;
	height: 90%;
}
#footer .fa-instagram:before {
	content: "\f16d";
	color: #fff;
	font-size: 30px;
}
.block_info:last-child::after{
	display: none;
}
.copyright{
	font-family:'Roboto-Bold';
	font-size: 16px;
	color: #fff;
}
.block_soc{
	display: flex;
	justify-content: center;
}
.copyright_block .block_info{display: none;}
#right-block-menu{display: none}

#header .row{
	align-items: center;
}
div#form_registration.modal {
	z-index: 9999;
}
.main_meters_data{
	flex-direction: row;
	display: contents;
}

.form_login .user_name{
	color: #aa222a;
	font-family:'Roboto-Bold';
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*Page news*/
.page_news{
	margin:0 auto;
	margin-bottom: 20px;
}
.page_news img.attachment-post-thumbnail{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin-bottom: 20px;
}
.page_title_news{
	text-align: center;
	text-transform: uppercase;
	font-family:'Roboto-Bold';
	font-size: 24px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px;
}
.page_text_news p{
	font-family:'Roboto-Medium';
	font-size: 18px;
	color: #000;
	line-height: 22px;
}
.slides{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
.slides img.slick-slide{
	border-radius: 20px;
	cursor: pointer;
	height: 450px;
    object-fit: cover;
}
.slides .fa-chevron-left:before {
    content: "\f053";
    font-size: 40px;
    color: #b02a32;
    cursor: pointer;
    padding-right: 30px;
}
.slides .fa-chevron-right:before {
    content: "\f054";
    font-size: 40px;
    color: #b02a32;
    cursor: pointer;
    padding-left: 30px;
}
#blog .row{
	margin-bottom: 40px;
}
.entry-header h1{
	text-transform: uppercase;
	font-family:'Roboto-Bold';
	font-size: 24px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.img_info{
	margin-right: 10px;
}
#footer .contentinfo_border{
	border: 1px solid #fff;
	border-radius: 20px;
}
.form_login .um-field {
    position: relative;
    padding: 5px 0 0 0;
}
.form_login p.um-notice,
.form_login .um-field-error {
    font-size: 13px;
}
.form_login .um-field-arrow{
	color: #ad252e;
}
.form_login p.um-notice i {
    top: 0px;
}

.pop_up_thank_form a{color: #aa2128;}
.pop_up_thank_form a:hover{opacity: 0.8;}
.pop_up_thank_form{text-align: center;padding: 30px;font-size: 17px;line-height:24px;color: #787878;font-family: 'Roboto-Bold';}
.pop_up_thank_form .title_form{font-size: 35px;margin-bottom: 10px;}
.pop_up_thank_form .text_form{font-size: 16px;margin-bottom: 10px;}
.pop_up_thank_form .desc_form{font-size: 18px;margin-bottom: 20px;}
.pop_up_thank_form .icon{width: 50%;margin: 0 auto;}

#questionsForm .modal-dialog .modal-content{background:#212429;border-radius:10px}
#questionsForm h1{font-family:'Roboto-Medium';color:#fff;font-size:24px;text-align:center;margin:0 auto}
#questionsForm h2{font-family:'Roboto-regular';color:#fff;font-size:20px;text-align:center}
#questionsForm .modal-body{max-width:500px}
#questionsForm .modal-dialog{max-width:500px}
#questionsForm input[type="text"],#questionsForm input[type="email"],#questionsForm input[type="tel"]{border-radius:10px;margin-bottom:10px;font-family:'Roboto-regular';color:#8f8f8f;font-size:20px;height:50px;width:100%;background:#f1f1f1;outline:0}
#questionsForm textarea{border-radius:10px;margin-bottom:10px;font-family:'Roboto-regular';color:#26212c;font-size:20px;width:100%;background:#f1f1f1;outline:0;min-height:100px}
#questionsForm button.close {color: #fff;font-size: 2rem;font-weight: normal;outline: 0;right: 10px !important;position: absolute;}



#sendjaloba input[type=text], 
#sendjaloba input[type=tel], 
#sendjaloba input[type=number], 
#sendjaloba select {
    width: 100%;
    height: 45px!important;
    border: 2px solid #aa2128!important;
    border-radius: 10px!important;
    margin-bottom: 10px!important;
    font-family: 'Roboto-Bold';
    font-size: 14px!important;
    color: #787878;
    background: #f3f3f3;
    padding-left: 10px!important;
    outline: none!important;
}
#sendjaloba textarea {
    width: 100%;
    border: 2px solid #aa2128;
    border-radius: 10px;
    margin-bottom: 15px;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color: #787878;
    padding-left: 10px;
    padding-top: 10px;
    background: #f3f3f3;
    outline: none;
}
#sendjaloba input.form__plan-btn {
    font-family: 'Roboto-Bold';
    display: flex!important;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 0;
    color: #fff!important;
    font-size: 16px;
    background: linear-gradient(to bottom,#f6585a,#b4292f);
    box-shadow: 0 2px 5px 1px rgb(0 0 0 / 37%);
    border-radius: 10px;
    text-decoration: none;
    user-select: none;
    padding: 0 15px;
    outline: 0;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}
#sendjaloba input.form__plan-btn:hover{
	background: radial-gradient(#f6585a, #b4292f);
	box-shadow: none;
}
#fileListjaloba img{
	width: 100px;
}
#fileListjaloba ul li span{
	display: none;
}
#jaloba button.close {
    height: 30px!important;
    width: 30px!important;
    right: 0;
    position: absolute;
    margin-right: 25px;
    background: linear-gradient(to bottom,#f6585a,#b4292f)!important;
    border-radius: 100%;
    color: #fff!important;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    opacity: 1;
    line-height: 30px;
    outline: none;
    border: none;
}
#jaloba button.close:hover{
	outline: none!important;
	border: none!important;
	opacity: 0.7;
}
#jaloba .modal-header {
    display: flex;
    justify-content: center;
    border: none;
}

#exampleModalLabellink{
	z-index: 99999;
}
#exampleModalLabellink button.close {
    height: 30px;
    width: 30px;
    right: 0;
    position: absolute;
    margin-right: 15px;
    background: linear-gradient(to bottom,#f6585a,#b4292f);
    border-radius: 100%;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 24px;
    opacity: 1;
    outline: none;
}
#exampleModalLabellink button.close:hover{
	opacity: 0.7;
}
#exampleModalLabellink .modal-content{
border-radius: 20px;
    padding: 25px 25px;
}
#exampleModalLabellink .modal-body{
	width: 90%;
}

