html {
    position: relative;
    min-height: 100%;
}
body {
    min-width: 320px;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.4;
    font-family: RobotoRegular, sans-serif;
    color: #000;
    background-color: #fff;
    /*background-color: rgba(25,25,25,0.85);*/
    /*background-color: rgba(0,0,0,1);*/
}
.h-top__list-item a{
    font-size:18px!important;
}
strong, b {
    font-family: RobotoBold, sans-serif;
}
main {
    min-height: calc(100vh - 72px - 191px - 194px);
}
main.alert {
    /*height: calc(100vh - 72px - 191px - 194px);*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: RobotoBold, sans-serif;
}
/*.r-np [class^=col-] {*/
    /*padding: 0!important;*/
/*}*/
.data p {
    font-size: 16px;
    /*font-family: RobotoMedium, sans-serif;*/
}
.data a, .data p a, .data li a, .data table a {
    color: #2069bf;
    border-bottom: 1px solid #a6bce0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.data a:hover, .data p a:hover, .data li a:hover, .data table a:hover {
    border-color: #2069bf;
}
/*mfp-change*/
.mfp-wrap ~ :not(#SystemMessagesWrapper) {
    filter: blur(3px)
}
.mfp-zoom-out-cur {
    cursor: default !important
}
.mfp-close {
    cursor: pointer !important
}
/*ion-system-messasges*/
#SystemMessagesWrapper {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 10000
}
#SystemMessages {
    max-width: 600px;
    margin: 0 auto;
    filter: none !important
}
#SystemMessages > div {
    display: none;
    border-radius: 1px;
    padding: 11px 18px;
    filter: none !important
}
#SystemMessages .error {
    background: red;
    border: 2px solid #a51a1a;
    color: #fff;
    filter: none !important
}
#SystemMessages .message {
    background: green;
    border: 2px solid #18be2d;
    color: #fff
}
#SystemMessages .messageBig {
    font-size: 25px;
    text-align: center;
    padding: 74px 20px;
    background: rgba(87, 174, 234, .94);
    color: #fff;
    border: 2px solid #3c93ce;
    margin-bottom: 20%
}
.g-icon span {
    background-color: #000;
}
.toggle {
    padding: 10px 0;
}
.data {
    overflow-x: auto;
    text-align: justify;
}
.data :first-child {
    margin-top: 0;
}
.data :last-child {
    margin-bottom: 0;
}
.data table {
    border: 2px solid #f1f3f3;
    border-collapse: separate;
    border-spacing: 1px;
}
.data table thead tr td {
    background-color: #aaaaaa;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
}
.data table td {
    padding: 20px 30px;
    background-color: #fff;
}
a h1, a h2, a h3, a h4, a h5, a h6, a p {
    color: #000;
}
#map {
    margin-top: 20px;
    height: 400px;
}
.sect-pad {
    padding: 50px 0;
}
.sect_bg-gray {
    background-color: #f1f3f3;
}

.m-about__services-list .m-about__services-list-item span a {
    color: #fff;
}

.h-main__logo-image:hover,
.h-main__logo-text-wrap:hover {
    cursor: pointer;
}

.h-top form {
    margin-bottom: 0;
}

section.best-top {
    background-color: #f1f3f3;
}

section.best-top ul li a {
    /*color: #fff;*/
    
}


.h-top__list ul > li {
    position: relative;
}

.h-top__list ul > li span {
    font-size: 18px;
    padding: 10px 15px;
}

.h-top__list ul > li span:hover {
    cursor: pointer;
}


.h-top__list ul > li > ul {
     
    padding: 0;
    margin: 0;
    /* display: none; */
    position: absolute;
   
       left: 0;
    top: 48px;
    background-color: #f1f3f3;
    padding: 1px 8px;
    list-style: none;
    display: inline-block;
    width: max-content;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    visibility: hidden;
}


.h-top__list ul > li > ul.active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    
}



.h-top__list ul > li > ul.active li,
.h-top__list ul > li > ul.active li a {
 
    font-size: 16px;
    padding: 5px 5px;
}

.h-top__list ul.active > li:first-child a {
  
}



.h-top__list-item span {
    display: inline-block;
}


.modalFade {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center
}
.modalWrap {
	display: inline-block;
	width: 520px;
	padding: 50px 80px;
	position: relative;
	border: 2px solid #c7c7c7;
	background-color: #fff
}
.modal .head {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	font-family: GilroyExtraBold, sans-serif;
	color: #71ab18;
	margin-bottom: 30px
}
.modal .fline {
	display: inline-block;
	width: 100%;
	text-align: left;
	position: relative;
	padding: 12px 0
}
.modal .fline input {
	width: 100%;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7;
	z-index: 2;
	padding: 5px 0;
	position: relative;
	background-color: transparent
}
.modal .fline input:focus {
	border-bottom: 2px solid #dc2537
}
.modal .fline textarea {
	width: 100%;
	display: inline-block;
	border: 2px solid #d7d7d7;
	min-height: 140px;
	padding: 10px
}
.modal .fline textarea[placeholder] {
	font-size: 12px;
	font-family: OpenSansRegular, sans-serif;
	color: #000
}
.modal .fline div {
	position: absolute;
	bottom: 22px;
	z-index: 1;
	text-transform: uppercase;
	font-size: 12px;
	transition: all .1s ease-in-out
}
.modal .fline input[placeholder] {
	transition: all .1s ease-in-out
}
.modal .fline div.active {
	font-size: 10px;
	transform: translateY(-20px)
}
.fline .cbtn {
	background-color: #71ab18
}
.fline .cbtn:hover {
	background-color: #598812
}
.modal > div:last-child {
	padding-bottom: 0
}
section.alert {
	padding-top: 96px;
	padding-bottom: 60px;
}
.alertBlock {
	background-color: #fff;
	height: 310px;
	position: relative
}
.alertText {
	padding: 60px 0;
	text-align: left;
	display: inline-block;
	height: 310px
}
.alertText span {
	display: inline-block;
	font-family: OpenSansBold, sans-serif;
	font-size: 190px;
	color: transparent;
	transform: rotateZ(-90deg);
	line-height: 1;
	position: absolute;
	left: -105px;
	background: url(../img/main/pattern-bg.jpg) repeat;
	-webkit-background-clip: text
}
.alertDesc {
	font-size: 16px;
	padding-top: 20px;
	color: #5d5d5d;
	line-height: 1.6
}
.alertDesc a {
	color: #dc2537
}
.alertDesc a:hover {
	text-decoration: underline
}

.cbtn {
   font-size: 16px;
    color: #fff;
    font-family: GilroyExtraBold, sans-serif;
    padding: 15px 40px;
    transition: all .2s ease-in-out; 
}

.revButton .cbtn {
	background-color: #71ab18
}
.revButton .cbtn:hover {
	background-color: #598812
}
section.reviews .hText {
	font-size: 28px;
	color: #00295f;
	font-family: GilroyExtraBold, sans-serif
}
.revButton {
	text-align: right;
	padding-top: 10px
}
.reviewsWrap {
	display: inline-block;
	width: 100%;
	padding: 30px 0
}
.review {
	border-left: 3px solid #71ab18;
	background-color: #fff;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	padding: 25px 15px;
	margin-bottom: 15px
}
.review .revRight p {
	margin: 0;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.5
}
.revLeft .revName {
	font-size: 18px;
	font-family: GilroyExtraBold, sans-serif;
	color: #000
}
.revLeft .revDate {
	font-family: OpenSansBold, sans-serif;
	color: #a5a5a5;
	font-size: 12px;
	padding-top: 5px
}
.revStars {
	display: inline-block;
	width: 100%;
	padding-top: 5px
}
.revStars .star {
	display: inline-block;
	margin-right: 3px;
	color: #b5b5b5;
	font-size: 16px;
	cursor: pointer
}
.revStars .star.active {
	color: #dc2537
}
.revReply {
	margin-top: 25px;
	display: inline-block;
	width: 100%;
	padding: 0 15px;
	padding-left: 30px
}
.revReplyWrap {
	background-color: #ecf0f5;
	width: 100%;
	position: relative;
	padding: 30px 15px 
}
.revReplyWrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: -15px;
	width: 15px;
	height: 15px;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-top: 15px solid #ecf0f5;
	border-right: 15px solid #ecf0f5
}
