html,body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	  min-height: 100vh;
	   display: flex;
    flex-direction: column;
}

a{
	color: #0072ab;
	font-size: 16px;
}

header{
	height: 59px;
	background:white;
}

.header-mobile-menu{
	display: none;
}

.container{
	width:1170px;
	margin:0 auto;
}

.container-inner{
	margin:0 30px;
}

.container.fluid{
	margin:0 auto;
	width:100%;
}

.container.fluild .container-inner{
	margin:0 20px;
}

.header-inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	height: 59px;
}

ul{
	margin:0;
	padding:0;
	list-style: none;
}

.header-info{
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	flex:0 0 1028px;
	column-gap: 30px
}

a{
	text-decoration: none;
	transition: all .3s ease-in-out;
}

a.btn{
	border:2px solid #0072AB;
	background: #0072AB;
	color:white;
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	border-radius: 4px;
	text-align: center;
}



.header-login a.btn{
	flex:0 0 177px;
}


.header-login a.btn.btn-pay{
	border:2px solid #0072AB;
	color:#0072AB;
	background: white;
	flex:0 0 120px;
}

.header-login a.btn.btn-pay:hover{
	background: #005a87;
	border:2px solid #005a87;
	color:white;
}

.header-login a.btn:hover{
	background: #005a87;
	border:2px solid #005a87;
}


nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 37px;
}

nav ul li a{
	color:#000;
	font-size:15px;
	text-decoration: none;
	font-weight: 500;
}

nav ul li{
	margin:0 18px;
}

nav ul li a:hover{
	color:#0072ab;
}

.header-login{
	flex:0 0 320px;
	display: flex;
	column-gap: 16px;
}

.header-login.logged{
    flex:0 0 180px;
}

.header-logo a{
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	align-items: center;
}


.header-logo img {
	height: 44px;
}

.header-logo a span{
	font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    width: 347px;
    color:#0072AB;
}


.hero{
	min-height: 689px;
	background: url('img/doctorsbg.jpg');
	background-size: cover;
	background-position: center;
}

.hero-text{
	color:white;
	font-size:38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 250px;
}

.hero:before{
	content:'';
	width:100%;
	height: 689px;
	background:rgba(2, 45, 66, 0.45);
	display: block;
	position: absolute;
	z-index: 2;
}


.hero-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

.hero-buttons{
	display: flex;
	column-gap: 17px;
	flex:0 0 467px;
}


.btn.hero-more{
	background: white;
	color:#0072AB;
	border:2px solid white;
	display: block;
	flex:0 0 225px;
	font-weight: 500;
	font-size:18px;
}

.btn.hero-more:hover{
	background: #0072AB;
	color:white;
}


.btn.hero-sign-up{
	border:2px solid white;
	color:white;
	background: none;
	display: block;
	flex:0 0 225px;
	font-weight: 500;
	font-size:18px;
}

.btn.hero-sign-up:hover{
	background: #0072AB;
	color:#fff;
}


.about-inner{
	display: flex;
	font-family: "Roboto", sans-serif;
	font-size:18px;
}

.about-inner .text{
	margin-top: 70px;
}

h2{
	font-size:35px;
	color:#0072AB;
	font-weight: 700;
	font-family: "Montserrat";
}

.text-secondary{
	margin-top: 50px;
	font-family: "Roboto", sans-serif;
	font-size:18px;
}

.agreement p{
	line-height: 24px;
}


.agreement ul{
	margin:0 0 100px;
}

.agreement ul li{
	margin-bottom: 10px;
	padding-left: 25px;
	display: block;
	position: relative;
}

.agreement ul li:before{
    content: '';
    width: 15px;
    height: 2px;
    background: #0079ab;
    position: absolute;
    left: 0;
    top: 10px;

}



.about-inner p{
	font-size:18px;
}

.about-inner .image{
	margin-top: 48px;
	margin-right: 100px;
}

.quote-inner{
	border:2px solid #0072AB;
	border-radius: 4px;
	padding:48px 41px;
	font-size:18px;
	font-family: "Montserrat";
	font-weight: 500;
}

.quote{
	width: 856px;
    margin: 56px auto;
    text-align: center;
}


.reached{
	background:rgba(1, 68, 101, 0.85);
}

.goals-inner{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
}

.goals-image{
	width: 553px;
}

.goals-image img{
	width: 100%;
	height: auto;
}


.col-left{
	flex:0 0 512px;
}

.col-right{
	flex:0 0 512px;
	font-size:18px;

}


.col-left p{
	font-family: "Roboto";
	font-size:16px;
}

.reached{
	background: url(img/secondbg.jpg);
	background-size: cover;
	padding:20px 0;
	position: relative;
}

.reached:before{
	content:'';
	width:100%;
	height: 100%;
	background: rgba(1, 68, 101, 0.85);
	position: absolute;
	z-index: 1;
	top:0;
}

.reached-inner{
	position: relative;
	z-index: 5;
	padding-bottom: 60px;
}

h2.white{
	color:white;
}

.reached-flex{
	display: flex;
	column-gap: 40px;
}

.reached-content ul{
	list-style: none;
}

.reached-content ul li,
.reached-content p{
	display: flex;
	flex-direction: column;
	color:white;
	font-family: "Roboto";
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	position: relative;
	justify-content: center;
	padding: 20px 0;
}

.reached-content .point{
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50px;
    display: block;
    background: #0072ab;
    border: 7px solid white;
    z-index: 10;
}

.spacer{
	position: relative;
	width: 1px;
	height: 30px;
	background: white;
	left: 16px;
	margin:4px 0;
}


.points{
	margin-top: 22px;
}

.reached-content ul li.list1{
	padding-bottom: 6px;
}

.reached-content ul li.list2{
	padding-bottom: 6px;
}

.reached-content ul li.list3{
	padding-bottom: 0px;
}

.reached-content ul li.list4{
	padding-bottom: 25px;
}


.reached-content ul li.list5{
	padding-bottom: 27px;
}

.search-input{
	margin:20px 0;
	padding:35px 60px 45px;
	border:2px solid #fff;
	border-radius: 4px;
}
.search-input-title{
	    font-size: 24px;
    color: white;
    font-weight: 600;
}

.search-input-content{
	display: flex;
	margin-top: 28px;
	flex-wrap: wrap;
	column-gap: 14px;
}

.search-input-content input{
	flex:0 0 830px;
	display: block;
	border-radius: 4px;
	background: white;
	border:none;
	padding: 0 15px;
	font-family: "Montserrat";
	font-size:20px;
}

.search-input-content a{
	flex:0 0 98px;
}

.search-input-content a:hover{
	background: #005a87;
}

.why-we h2{
	text-align: center;
	display: block;
}

.why-we p{
	font-family: 'Roboto';
}

.packages-inner{
	display: flex;
	flex-wrap: wrap;
	column-gap: 47px;
	margin-top: 74px;
	padding-bottom: 50px;
}

.col-half{
	flex:0 0 530px;
}

.p-title{
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #0072AB;
	color:white;
	text-align: center;
}

.package{
	border-radius: 4px;
	box-shadow: 0 0 7px #0000002e;
	padding-bottom: 13px;
}

.p-title span{
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	display: block;
	padding-top: 13px;
}

.p-title p{
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	display: block;
	margin:0;
	padding-bottom: 13px;
}

.p-include{
	padding: 26px;
	/*min-height: 450px;*/
}

.p-include ul li{
	position: relative;
	padding-left: 30px;
	display: block;
	font-size: 18px;
	font-family: "Roboto";
	margin-bottom: 15px;
}

.p-include ul li:before{
	content: '';
	width:18px;
	height: 14px;
	background: url('img/checkmark.svg');
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	top:4px;
}
.p-price{
	text-align: center;
	font-size: 38px;
	color:#0072ab;
	font-weight: 500;
}

.p-price span{
	font-size:27px;
}

.btn-package{
	height: 43px;
	width: 225px;
	margin:25px auto;
}


.how-to{
	background: url(img/last-doctors.jpg);
	background-size:cover;
	position: relative;
}

.how-to:before{
	background: rgba(1, 68, 101, 0.85);
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.how-to-inner{
	position: relative;
	z-index: 10;
}

.how-to-inner h2{
	text-align: center;
	display: block;
	padding-top: 90px;
}


.how-to-inner p{
	font-family: "Roboto";
	font-size:18px;
	color: white;
}

.how-to-title{
	font-size:25px;
	margin:30px 150px;
	text-align: center;
	color:white;
	font-weight: 400;
}

.how-to-cols{
	display: flex;
	flex-wrap: wrap;
	column-gap: 13px;
	justify-content: space-between;
}

.how-col{
	flex:0 0 488px;
	background: white;
	border-radius: 10px;
	padding:30px;
	position: relative;
}

.hct-tile{
	font-weight: 700;
	font-size:25px;
	color:#000;
	margin-bottom: 5px;
	padding-left: 75px;
}

.hct-desc{
	font-size: 18px;
	font-family: "Roboto";
	padding-left: 75px;
}

.hc-write:before{
	content:'';
	width: 45px;
	height: 43px;
	background: url(img/write.svg);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 35px;
}

.hc-electron:before{
	content:'';
	width: 47px;
	height: 47px;
	background: url(img/electron.svg);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 29px;
}

.how-buttons{
	width: 492px;
	margin:77px auto;
	padding-bottom: 60px;
}

.how-button a{
	margin-bottom: 14px;
}

.how-button a.btn-sign-up{
	border:2px solid #fff;
	font-weight: 500;
}

.how-button a.btn-sign-in{
	border:2px solid #0072ab;
	background: #fff;
	color: #0072ab;
	font-weight:500;
}


.how-button a.btn-sign-up:hover{
	background: #005a87;
}

.how-button a.btn-sign-in:hover{
	background: #005a87;
	color:white;
	border:2px solid #fff;
}





.package a:hover{
	background: #005a87;
	border:2px solid #005a87;
}

.form h2{
	text-align: center;
	font-size:35px;
	font-weight: 500;
	margin-bottom: 0;
    line-height: 0;
    display: block;
}

.form h3{
	font-size:35px;
	text-align: center;
	font-weight: 700;
	color: #0072ab;
	margin-bottom: 0;
	margin-top: 42px;
    line-height: 0;
    display: block;
}

.form-inner{
	display: flex;
	flex-wrap: wrap;
	margin-top: 103px;
	column-gap: 50px;
	padding-bottom: 84px;
}

.form-inner .col-half {
    flex: 0 0 518px;
}

.cf-item input{
	border:1px solid #999;
	width: 530px;
	padding:0 23px;
	height: 52px;
	display: block;
	border-radius: 4px;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 6px;
}

.cf-item textarea{
	height: 90px;
	border:1px solid #999;
	width: 530px;
	padding:23px;
	display: block;
	border-radius: 4px;
	border:1px solid #999;
	font-family: "Montserrat";
	font-weight: 400;
	font-size: 16px;
}

.ch-title{
	font-size:18px;
	font-weight: 700;
}

.ch-content p{
	font-family: "Roboto";
	font-size:18px;
	margin:5px 0;
}

.ch-content{
	margin-bottom: 35px;
}

.cf-submit{
	width: 530px;
	margin-top: 16px;
}

.cf-submit a{
	height: 51px;
    line-height: 51px;
    width: 257px;
    margin: 0 auto;
}

.ch-social{
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
	margin-top: 8px;
}

.ch-social a{
	display: block;
	width: 38px;
	height: 38px;
}

.ch-social a i.social{
	width: 38px;
	height: 38px;
	border-radius: 60px;
	display: block;
}

i.social-fb{
	width: 38px;
	height: 38px;
	background: url(img/fb.svg);
	background-size: 100%;
}

i.social-tg{
	width: 38px;
	height: 38px;
	background: url(img/tg.svg);
	background-size: 100%;
}

i.social-in{
	width: 38px;
	height: 38px;
	background: url(img/in.svg);
	background-size: 100%;
}

i.social-yt{
	width: 38px;
	height: 38px;
	background: url(img/yt.svg);
	background-size: 100%;
}

i.social-tk{
	width: 38px;
	height: 38px;
	background: url(img/tk.svg);
	background-size: 100%;
}

.cf-submit a.btn-sign-in:hover{
	background: #005a87;
}

footer{
	height: 40px;
	background: #282828;
	color:white;
	text-align: center;
	line-height: 39px;
	font-size: 13px;
	font-family: "Roboto";
	margin-top: auto;
}

section.form{
	padding-top: 40px;
}

@media(max-width: 1550px){
	nav ul li{margin:0 13px;}
	.header-info{flex:0 0 958px;}
}

@media(max-width: 1500px){
	.container{
		width: 1170px;
	}

	.container.fluid{
		width: 100%;
	}

	.header-logo a span{
		width: 184px;
		display: block;
		font-size: 9px;
	}

	.header-logo a{
		column-gap: 10px;
	}

	nav ul li a{
		font-size:14px;
	}
	nav ul li {
    margin: 0 10px;
	}

	.header-login a.btn{
		flex:0 0 114px;
	}
	.header-login a.btn.btn-pay{
		flex:0 0 114px;
	}

	.header-login{
		flex: 0 0 252px;
	}

    .header-login.logged{
        flex: 0 0 118px;
    }

	.header-info{
		flex: 0 0 840px;
	}

	.header-logo img {
    height: 34px;
	}
}

@media(max-width: 1169px){
	.container{
		width: 768px;
	}

	.header-info{
		display: none;
	}

	.header-mobile-menu{
		display: flex;
	}

	.hero{
		min-height: 500px;
	}

	.hero:before{
		height: 500px;
	}

	.hero-text{
		font-size: 28px;
		margin-top: 140px;
	}

	.hero-buttons{
		display: block;
	}

	.quote {
    width: 700px;
    margin: 56px auto;
    text-align: center;
	}

	.spacer{
		height: 70px;
	}

	.reached-content ul li.list1 {
    padding-bottom: 16px;
	}
	.reached-content ul li.list2 {
    padding-bottom: 18px;
	}
	.reached-content ul li.list3 {
    padding-bottom: 20px;
	}

	.reached-content ul li.list4 {
    padding-bottom: 47px;
	}
	.reached-content ul li.list5 {
    padding-bottom: 68px;
	}

	.hero-buttons > a{
		margin-bottom: 15px;
	}

	.reached-content ul li, .reached-content p{
		font-size: 16px;
	}

	.goals-inner{
		flex-direction: column;
	}

	.col-left{
		order:2;
		flex:0 0 100%;
	}

	.col-right{
		order:1;
		flex:0 0 100%;
		text-align: center;
	}

	.goals-image {
    	width: 100%;
	}

	.search-input-content input {
   		 flex: 0 0 460px;
	}

	.col-half {
    flex: 0 0 330px;
	}

	.how-col {
    flex: 0 0 648px;
    background: white;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
	}

	.form-inner{
		display: block;
	}

	.form-inner .col-half {
	   width: 530px;
	   margin:0 auto;
	}

	.contact-form{
		margin-bottom: 70px;
	}

	.ch-content {
    margin-bottom: 35px;
    text-align: center;
	}

	.ch-title{
		text-align: center;
	}

	.ch-social{
		justify-content: center;
	}
}

@media(max-width: 768px){
	.container{
		width:320px;
	}

	.container-inner{
		margin:0 15px;
	}
	.hero-text {
    font-size: 22px;
    margin-top: 60px;
	}
	.hero-buttons{
		flex:0 0 202px;
	}
	.hero{
		min-height: 394px;
	}
	.hero:before{
		height: 394px;
	}
	.about-inner{
		flex-direction: column;
	}

	.about-inner .image{
		order:2;
	}

	.quote {
    width: 320px;
    margin: 56px auto;
	}

	.quote-inner {
    border: 2px solid #0072AB;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-family: "Montserrat";
    font-weight: 500;
    letter-spacing: -0.4px;
		}
		h2{
			font-size: 30px;
		}

	.spacer {
    height: 210px;
	}

	.spacer-short{
		height: 100px;
	}

		.reached-content ul li.list1 {
    padding-bottom: 40px;
	}
			.reached-content ul li.list3 {
    padding-bottom: 35px;
	}

	.reached-content ul li.list4 {
    padding-bottom: 0;
	}

	.reached-content ul li.list5 {
    padding-bottom: 50px;
	}

	.search-input{
		padding:21px;
	}

	.search-input-content{
		display: block;
		width: 245px;
		margin:0 auto;
	}

	.search-input-content input{
		width: 245px;
		height: 43px;
		border:1px solid #CED4DA;
	}

	.search-input-title{
		text-align: center;
		margin-bottom: 24px;
	}

	.search-input-content a {
    width: 241px;
    height: 40px;
    margin-top: 15px;
	}

	.col-half {
    flex: 0 0 100%;
    margin-bottom: 30px;
	}

	.why-we h2 {
    text-align: left;
    display: block;
    line-height: 30px;
			}

	.how-to h2{
		font-size: 24px;
		line-height: 24px;
	}

	.how-to-inner p {
    font-family: "Roboto";
    font-size: 17px;
    color: white;
    text-align: center;
	}

	.how-to-title {
    font-size: 20px;
    margin: 30px 0;
    text-align: center;
    color: white;
    font-weight: 400;
	}

	.how-col {
    flex: 0 0 260px;
    background: white;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
	}

	.hc-write:before{
		left:23px;
	}

	.how-buttons {
    width: 290px;
    margin: 15px auto;
    padding-bottom: 60px;
	}

	.form h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 30px;
    display: block;
   padding-top: 25px;
	}

	.form h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: #0072ab;
    margin-bottom: 0;
    margin-top: 26px;
    line-height: 0;
    display: block;
	}

	.cf-item input{
		width: 290px;
	}

	.cf-item textarea{
		width: 290px;
	}

	.cf-submit a{
		width:175px;
	}

	.form-inner{
		margin-top: 63px;
	}

	.form-inner .col-half {
    width: 100%;
    margin: 0 auto;
	}

	.cf-submit {
    width: 290px;
    margin-top: 16px;
	}

	.hc-electron:before{
		left:20px;
	}

	.hct-desc {
    font-size: 16px;
    font-family: "Roboto";
    padding-left: 75px;
	}
	.hct-tile {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
    padding-left: 75px;
	}
}

#menumobile{
	display: none;
}
#menumobile.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: white;
    display: block;
    z-index: 100;
        box-shadow: 0px 400px 0px #fff;
}

#menumobile a.close{
	width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
}

#menumobile nav ul{
	display: block;
}

#menumobile nav ul li{
	display: block;
	text-align: center;
	margin:15px 0;
}

body.fixed{
	overflow: hidden;
}


#menumobile nav ul li a{
	font-size:24px;
}

#menumobile .header-login {
    display: block;
    flex: none;
    margin-top: 80px;
    width: 290px;
    margin: 80px auto 0;
}

#menumobile .header-nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#menumobile .header-login a.btn {
    flex: 0 0 114px;
    margin-bottom: 20px;
}

#menumobile nav{
	    display: block;
    height: 320px;
}


header.shadow{
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.rf-item{
    position: relative;
    margin-bottom: 22px;
}

.rf-item.rf-checkbox{
    margin-bottom: 10px;
}

.rf-item label span{
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.rf-item input{
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 4px;
	background: white;
	height: 34px;
	display: block;
	width: 100%;

	font-family: "Montserrat";
	font-size: 16px;
	padding: 0 10px;
}

.rf-item textarea{
	border: 1px solid #CED4DA;
	box-sizing: border-box;
	border-radius: 4px;
	background: white;
	height: 234px;
	display: block;
	width: 100%;

	font-family: "Montserrat";
	font-size: 16px;
	padding: 10px;
}


.rf-checkbox label{
    display: flex;
    align-content: center;
    justify-content: left;
    column-gap: 20px;
}

.rf-checkbox label span a{
   font-weight:600;
    color:#0072AB;
    text-decoration: underline;
}

.rf-checkbox label input{
    order:1;
    flex:0 0 18px;
}

.rf-checkbox label span{
    order:2;
    display: block;
    line-height: 23px;
}

.rf-checkbox input{
    height: 18px;
}

#city_select{
    display: none;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 4px;
    background: white;

    margin-bottom: 22px;
    font-family: "Montserrat";
    font-size: 16px;
    padding: 0 10px;
    background: white;
    position: absolute;
    top:78px;
    left: 0;
    width: 100%;
    z-index: 100;
}

label .alert{
    font-size: 12px;
    color: #0072ab;
    font-weight: 600;
    padding-top: 10px;
}

#city_select li{
    list-style: none;
    display: block;
    border-bottom: 1px solid #CED4DA;
    padding: 10px;
}
#city_select li:last-child{
    border-bottom: none;
}

#city_select li a {
    color:#0079ab;
}


#city_select.open{
    display: block;
}

.rf-item input:disabled{
    background: #f1f1f1;
}

.form-divider{
   /* height: 1px;
    width:100%;
    background: #0a53be;
    margin:30px 0;*/
}

.rf-item select{
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 4px;
    background: white;
    height: 34px;
    display: block;
    width: 100%;
    font-family: "Montserrat";
    font-size: 16px;
    padding: 0 10px;
}

.success-message{
    width: 716px;
    text-align: center;
    background: #00ab34;
    border-radius: 4px;
    margin: 30px auto;
    padding: 15px;
    color: white;
    font-size: 18px;
}

.image-profile{
    border:1px solid #CED4DA;
    padding:15px;
    margin: 15px 0;
}

.rf-checkbox label .alert{
    position: absolute;
    top: 23px;
    left: 4px;
}

.profile-news{
    text-align: center;
}


.btn-status{
    width:280px;
    margin: 30px auto;
}

.rf-item--hidden{
    display: none;
}


h1{
	font-size: 35px;
	text-align: center;
	display: block;
	color:#0079ab;
	font-weight: 700;
	margin:45px 0;
}

.register-form{
	width:746px;
	margin:0 auto 100px;
}

.rf-item input[type="submit"]{
	background: #0079AB;
	border-radius: 4px;
	border:none;
	color:white;
	height: 44px;
	margin-top: 40px;
}

.rf-submit{
	width: 263px;
	margin:0 auto;
}

@media(max-width: 768px){
	.register-form{
	width:290px;
	margin:0 auto 100px;
		}
}

.user-header{
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	align-items: center;
	justify-content: center;
}

.user-header-logo{
	flex: 0 0 130px;
}

.user-header-logo img{
	width: 100%;
	height: auto;
}


.user-header-title{
	font-size:34px;
	font-family: "Roboto";
	color: #0072AB;
	font-weight: bold;
	flex:0 0 940px;
}


.user-header{
	border-left:3px solid #0072ab;
	border-top:3px solid #0072ab;
	border-right:3px solid #0072ab;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 20px;
	margin-top: 42px;
}

.user-id{
	height: 61px;
	
	text-align: center;
}

.user-id .container{
	width: 1240px;
	background: #0072ab;
}



.container-ticket{
	width: 1300px;
}

.user-inner-number{
	font-size: 28px;
	color:white;
	font-weight: bold;
	font-family: "Roboto";
	line-height: 61px;
}

.user-date{
	margin-top: 15px;
	font-size:16px;
	text-align: center;
}

.user-block{
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
	justify-content: center;
	margin-top: 80px;
	align-items: flex-start;
}


.user-photo{
	/*border: 2px solid #C4C4C4;*/
}

.user-col-title{
	color: #0072A9;
	font-weight: 500;
	font-size: 20px;
}

.user-col{
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.user-col-title {
	flex: 0 0 240px;
}

.user-col-value {
 	flex: 0 0 400px;
}

.user-col-value-name{
	font-size: 16px;
	font-family: "Roboto";
}

.ucln{
	font-weight: bold;
}

.user-col{
	margin-bottom: 25px;
}

.user-qr{
	width: 154px;
}

.user-qr img{
	width: 100%;
}

.ticket-inner{
	border-left:3px solid #0072ab;
	border-bottom:3px solid #0072ab;
	border-right:3px solid #0072ab;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 20px 20px 50px;
	position: relative;
}

.site-label{
	font-family: "Roboto";
    font-weight: 600;
    font-size: 24px;
    background: white;
    display: block;
    width: 190px;
    color: #0072ab;
    margin: -19px auto 0;
    text-align: center;
    z-index: 10;
    position: relative;
}


main.user{
	margin-bottom: 70px;
}

.user-data{
	flex:0 0 650px;
}

@media(max-width: 1300px){
	.container-ticket{
		width: 768px;
	}

	.user-header-logo {
    flex: 0 0 90px;
	}

	.user-header-title {
    font-size: 18px;
    font-family: "Roboto";
    color: #0072AB;
    font-weight: bold;
    flex: 0 0 474px;
	}

	.user-block{
		margin-top: 30px;
	}

	.user-qr {
    width: 154px;
    margin: 0 auto;
	}

	.user-col-value {
    	flex: 0 0 300px;
	}

	.user-col{
		justify-content: center;
	}
}

@media(max-width: 768px){

	.container-ticket{
		width: 320px;
	}

	.user-inner{
		background:rgba(225, 241, 249, 1);
	}

	.user-header{
		border-radius: 0;
		border:none;
		column-gap: 20px;
	}
	.user-header-title{
		flex:0 0 214px;
		font-size: 14px;
	}

	.user-header-logo{
		flex:0 0 44px;
	}

	.user-header-title {
    flex: 0 0 185px;
    font-size: 13px;
	}

	.user-header{
		margin-top: 0;
	}

	.user-id{
		height: 32px;
	}

	.user-inner-number{
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		margin:0 10px;
		line-height: 32px;
	}

	.ticket-inner{
		border:none;
	}

	.user-date {
    margin-top: 0;
    font-size: 14px;
	}

	.user-data {
    flex: 0 0 290px;
	}

	.user-col{
		display: block;
	}

	.site-label{
		display: none;
	}

	.user-qr{
		margin:50px auto 0;
	}
}

.search-ui{
	display: flex;
	position: relative;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 930px;
}

.search-results{
	width: 930px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
}


.search-result{
	flex: 0 0 300px;
	margin-bottom: 50px;
}

.search-form{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}


.search-ui input{
	flex: 0 0 777px;
	border:1px solid #CED4DA;
	padding-left: 40px;
	font-family: "Montserrat";
	border-radius: 4px;
}

.search-ui a{
	flex:0 0 115px;
}

.search-icon{
	background: url(img/search-icon.svg);
    background-size: 100%;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.search-result a{
	display: flex;
	width:100%;
	align-items: center;
	column-gap: 30px;
	line-height: 30px;
	color:#000;
}

.search-results{
	margin:50px 0;
}

.search-image{
	/*border:1px solid #C4C4C4;*/
}

.search-text{
	font-size:20px;
	font-weight: 500;
	width: 152px;
}




@media(max-width: 1169px){
	.search-ui{width:100%;}
	.search-results{width: 100%;}
	.search-ui input{flex:0 0 566px;}
	.search-result{margin-bottom: 50px;}
}

@media(max-width: 768px){
	.search-ui{display: block}
	.search-ui input{width:290px; height: 40px;}
	.search-ui a{margin-top: 15px;}

	.pay-form .rf-submit{width: 100%;}
	.pay-form .rf-item label span{font-size:14px;}
}

.error-page{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 600px;
	flex-direction: column;
}

.error-page a{
	width: 290px;
	margin-top: 50px;
}

.error-page h1{
	font-size:200px;
	color:#0072ab;
	font-weight: 700;
	line-height: 170px;
	margin-bottom: 0;
}

.error-page h2{
	font-size:24px;
	color:#000;
	font-weight: 500;
}

@media(max-width: 768px){
	.error-page h1{font-size: 100px;line-height: 50px;}
}

.profile-tabs{
    margin:50px 0;
}

.profile-tabs ul{
    padding:0;
    margin:0;
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.profile-tabs ul li a{
    font-size:18px;
    color:#0072AB;
    text-transform: uppercase;
    text-decoration: none;
}

.profile-tabs ul li a.active{
    border-radius: 4px;
    background: #0072AB;
    color:#fff;
    padding:6px 12px;
}

.pay-form-message{
    text-align: center;
    width: 500px;
    margin: 0 auto;
}

.p-title-package{
    text-align: center;
}

.pay-button{
    margin:0 auto;
    width:290px;
}

.pay-cost{
    margin:30px 0;
}


@media(max-width: 768px){
    .profile-tabs ul{display: block;}
    .profile-tabs ul li{margin:0 0 15px;display: block}
    .profile-tabs ul li a{display: block;}
}

.dashboard-content{
	display: flex;justify-content: space-between; column-gap: 40px;
}
.dashboard-content .panel {
	border-radius: 4px;
	border: 1px solid #f1f1f1;
	flex: 0 0 10%;
	padding: 20px;
}
.d-flex{text-align: center;}
.d-flex svg{
	width: 20px;
}

ul.pagination a,
ul.pagination .page-link{
	background: #0072ab;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}



ul.pagination span{
	background: #efefef;
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
}

.page-item.active span{
	background:#034d72 !important;
	padding:5px 12px;
}

.search-result .btn{
	text-align: center;
	color: white;
	display: block;
	margin: 20px 0;
	line-height: 33px;
}

.panel-title{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #0072ab;
}

.panel-count{
	font-size: 45px;
	color: #555;
}

a.btn-back {
	background: #c7c7c7;
	border: none;
	height: 43px;
	font-size: 17px;
	line-height: 43px;
}

.rf-item-back{
	width:263px;
	margin:20px auto;
}

.payment-button{
	margin:30px 0;
}


.search-image{
	width: 116px;
	height: 156px;
}

.search-image img{
	width: 100%;
}

.user-photo{
	width: 294px;
	height: 396px;
}

.trans-one{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 4px;
	border:1px solid #f5f5f5;
	padding:15px;
	margin-bottom: 20px;
}

.add-button{
	margin-bottom: 30px;
}


.trans-one > div{
	flex:0 0 15.066667%;
}

.trans-one-flex{
	display: flex;
	justify-content: space-between;
	flex:0 0 400px;
	flex-wrap: wrap;
}


.download-ticket{
	width: 1000px !important;
}

.download-ticket .user-header-logo .image{
	text-align: center;
}

.download-ticket .user-header-logo .image img{
	width: 70%;
}

.download-ticket .container-inner{
	margin:0;
}

.download-ticket .user-header-title {
    font-size: 23px;
    font-family: "Roboto";
    color: #0072AB;
    font-weight: bold;
    flex: 0 0 78%;
    text-align: left;
    margin: 15px 0 0;
}

.download-ticket .user-inner-number{
	font-size: 14px;
	background: #0072ab;
}

.user-id.dt{
	background: none;
}

.download-ticket .user-date {
    margin-top: -10px;
    font-size: 13px;
    text-align: center;
}

.download-ticket .user-block{
	margin: 20px 0 0;
}

.download-ticket .user-photo {
    width: 140px;
    border: none;
    height: 180px;
    margin-top: 13px;
}

.download-ticket .user-data {
    flex: 0 0 600px;
    margin:0;
}

.download-ticket .user-col{
	column-gap: 20px;
	margin:10px 0;
}

.download-ticket .user-col-title {
    flex: 0 0 180px;
    font-size: 14px;
}

.download-ticket .user-col-value-name{
	flex:0 0 320px;
	font-size: 14px;
}

.download-ticket .user-qr{
	width:100%;
	text-align: center;
}

.download-ticket .user-qr svg {
    width: 100px !important;
    height: 100px !important;
}

.trans-one > div.trans-one-flex-full{
	flex: 0 0 70%;
}

.trans-one > div.trans-one-flex{
	flex:0 0 30%;
}

.profile-back{
	width: 320px;
	margin:50px auto;
}

.qrcode{
	display: block;
	width: 200px;
	height: 200px;
}

.qrcode span{
	display: inline-block;
	width: 4px;
	height: 4px;
}

.download-container .qrcode {
    width: 150px;
    height: 80px;
    margin: 0 0 0 202px;
}

.download-container  .qrcode span{
	display: inline-block;
	width: 2px;
	height: 2px;
}

.the-war{
	background: #f1f1f1;
	padding:30px 0;
}

.the-war ul li{
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
}

.the-war ul li:before {
    content: '';
    width: 18px;
    height: 14px;
    background: url(img/checkmark.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}

.packages .col-half{
	flex:0 0 100%;
}

@media(max-width: 1300px){
	.user-id .container {
	    width: 708px;
	    background: #0072ab;
	}
}

@media(max-width: 800px){
	.user-id .container {
    width: 100%;
    background: #0072ab;
	}
}

@media print and (max-width: 1024px){
	.download-container .ticket-inner .user-block{
		display: flex;
		
		justify-content: center;
		align-items: flex-start;
	}

	#userinfo .download-ticket {
    	width: 100% !important;
	}
}


@media print and (max-width: 800px){

	.user-photo{
		width: 294px !important;
		height: 396px !important;
	}

	.download-container .qrcode{
		text-align: left;
		margin:0;
	}

	.download-ticket .user-data {
	    flex: 0 0 100%;
	    margin: 0;
	}
		
}

@media print and (max-width: 400px){
	.download-ticket .user-col-value-name{
		width: 280px;
		flex:0 0 280px;
	}
}


.inactive-users{
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	margin:50px 0;
}

h4.ia{
	display: block;
	font-size: 20px;
}

.iu{
	flex:0 0 23.6%;
	margin-bottom: 30px;
}

.iu.sm{
	flex:0 0 15%;
	margin-bottom: 30px;
}

.iu-name{
	font-size: 20px;
	margin: 15px 0;
}

.iu-date{
	margin: 10px 0;
}



.iu-date span{
	padding: 5px 10px;
	border-radius: 4px;
	background: #ee8585;
	color:white;
}

.iu-photo img{
	width:100%;
	    width: 100%;
    max-height: 350px;
    min-height: 350px;
}

.iu.sm .iu-photo img{
	max-height: 228px;
	height: 228px;
	min-height: 228px;
}

.iu.sm .iu-name {
    font-size: 15px;
    margin: 15px 0;
}

.i-moderate{
	display: block;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	color:#fff;
	background: #0072ab;
	padding:5px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.i-delete{
	display: block;
	text-transform: none;
	text-decoration: none;
	font-size: 16px;
	color:#fff;
	background: #e91e63;
	padding:5px 10px;margin-bottom: 10px;
	border-radius: 5px;
}



@media(max-width: 600px){
	.inactive-users{flex-direction: column;}
	.dashboard-content{flex-direction: column; row-gap: 30px;}
	.iu{
		flex: 0 0 100%;
	}

	.iu-photo img{
		height: auto;
	}
}


.oferta{
	color:white;
	text-decoration: none;
	font-size:12px;
	border-bottom: 1px solid white;
}

.trans-one.done{
	background: #f1f1f1;
}

.trans-one.new{
	border: 2px solid #0072ab;
}


.profile-content .answer a.active{
	    background: #4CAF50;
    border: 2px solid #4CAF50;
    color: white;
}

.profile-content .intro{
	text-align: center;
	margin-bottom: 50px;
}


.votes-content  .trans-one > div.trans-one-flex-full{flex:0 0 50%;}
.votes-content     .trans-one > div.trans-one-flex {
    flex: 0 0 50%  
   }

   .view-flex{ 
   display:flex;
   align-items:center; 
   justify-content:center;
   column-gap: 10px;
  }