/* Обнуление */
*,
*::before,
*::after{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}


a{
	text-decoration: none;
}


ul, ol, li{
	list-style:none
}


img{
	vertical-align: top;
}


h1,h2,h3,h4,h5,h6{
	font-weight: inherit;
	font-size: inherit;
}

html,
body{
	color: #252b42;
	background: #fafafa;
	font-size: 14px;
	line-height: 1;
	height: 100%;
	font-weight: 500;
	font-family: Montserrat;
}

/* ----------------------------------------------------------------------------- */
.wrapper{
	min-height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* ---------------------------------------------------------------------------- */

._container{
	max-width: 1046px;
	padding: 0px 15px;
	margin: 0px auto;
	box-sizing: content-box;
}
._ibg{
	position: relative;

}
._ibg img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

/* -----header------------------------------------------------------------------------ */

.header{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 50;
}

.header__container{
	display: flex;
	min-height: 104px;
	align-items: center;
}
@media (max-width: 479px){
	.header__container{
		min-height: 70px;
	}
}

.header__container-logo{
	display: flex;
	margin-left: -100px;
}

@media(max-width: 1440px){
	.header__container-logo{
		margin-left: 0px;
	}
}

.header__container-logo-img{
	height: 68px;
}

.header__logo{
	font-size: 30px;
	font-weight: 700;
	color: #124C2D;
}

.header__logo-gold{
	color: #DBA570;
	text-shadow: 1px 1px 1px #000;

}

header__title__logo{
	display: flex;
	flex-direction: column;
}

.header__menu{
	margin: 0px 0px 0px 450px;
}
@media (max-width: 992px){
	.header__menu{margin: 0px 0px 0px 80px;}
}
@media (max-width: 767px){
	.header__menu{margin: 0px 0px 0px 50px;}
}
@media (max-width: 479px){
	.header__menu{margin: 0px 0px 0px 20px;}
}


.menu{
	padding: 5px 0px;
}

.menu__list{
	flex-wrap: wrap;
	display: flex;
}

.menu__item{
	
}
.menu__item:not(:last-child){
	margin: 0px 24px 0px 0px;
}

.menu__link{
	color: #DBA570;
	font-weight: 600;
	line-height: 171%;
	text-shadow: 1px 1px 1px #000;
}
.menu__link:hover{
	text-decoration: underline;
}
@media (max-width: 992px){
	.menu__link{
		font-size: 18px;}
}

/* -----page---------------------------------------------------------------------- */
.page{
	flex: 1 1 auto
}

.page__main-block{

}

.page__services{
	position: relative;
	margin: -111px 0px 0px 0px;
	z-index: 2;
}

.page__advantages{}

.page__whoweare{}

.page__getintouch{}

.page__contact{}

.page__price{}

.page__about{}
/* -----header-block------------------------------------------------------------------- */

.header-block{
	text-align: center;
}
.header-block__title{
	font-size: 40px;
	line-height: 142%;
	font-weight: 700;
	letter-spacing: 0.2px;
	color: #DBA570;
}
.header-block__title:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.header-block__sub-title{
	color: #737373;
	line-height: 142%;
	font-weight: 700;
	letter-spacing: 0.2px;
}
@media (max-width: 992px){
	.header-block__title{
		font-size: 35px;
	}
}
@media (max-width: 767px){
	.header-block__title{
		font-size: 30px;
	}
}
/* -----footer------------------------------------------------------------------------ */

.footer{

}

/* -----main-block-------------------------------------------------------------------- */
.main-block{
	position: relative;
}
.main-block__container{
}
.main-block__body{
	padding: 184px 0px 191px 0px;
	position: relative;
	z-index: 2;
	max-width: 400px;
}

@media (max-width: 992px){
	.main-block__body{
		padding: 50px 0px 191px 0px;
	}
}
@media (max-width: 479px){
	.main-block__body{
		padding: 115px 0px 160px 0px;
	}
}

.main-block__body > *:not(:last-child){
	margin: 0px 0px 35px 0px;
}
.main-block__title{
	font-size: 58px;
	line-height: 137%;
	font-weight: 800;
	letter-spacing: 0.2px;
	color: #DBA570;
	text-shadow: 1px 1px 1px #000;
}
@media (max-width: 992px){
	.main-block__title{
		padding-top: 45px;
		font-size: 50px;
	}
}
@media (max-width: 479px){
	.main-block__title{
		font-size: 36px;
	}
}
.main-block__text{
	color: #fafafa;
	font-size: 20px;
	line-height: 150%;
	font-weight: 500;
	text-shadow: 1px 1px 1px #000;
}

.main-block__buttons{
	display: inline-flex;
	flex-wrap: wrap;
	margin: -10px 0px;
}
.main-block__button{
	border-radius: 37px;
	min-height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2px;
	padding: 5px 36px;
	font-weight: 700;
	line-height: 150%;
	text-align: center;
	margin: 10px 0px;
	transition: all 0.3s ease 0s;
}

@media (max-width: 479px){
	.main-block__button{
		flex: 1 1 100%;
	}
}
@media (min-width: 479px){
	.main-block__button:not(:last-child){
		margin-right: 10px;
	}
}
.main-block__button_green{
	background: #124C2D;
	color: #fff;

}

.main-block__button_green:hover{
	background-color: #fafafa;
	color: #124C2D;
}

.main-block__image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

@media (max-width: 1300px){
	.main-block__image img{
		object-position: left;
	}
}

@media (max-width: 992px){
	.main-block__image {

	}
}

/* -----services--------------------------------------------------------------------- */
.services{
}
.services__container{

}
.services__body{
	
}

@media (min-width: 670px){
	.services__body{
		display: flex;
		flex-wrap: wrap;
		margin: 0px -15px;
	}
}

.services__column{
	flex: 0 1 33.333%;
}

@media (min-width: 670px){
	.services__column{
		padding: 0px 15px;
	}
}

@media (max-width: 1050px){
	.services__column{
		flex: 0 1 50%;
	}
	.services__column:not(:last-child){
		margin: 0px 0px 30px 0px;
	}
	.services__column:last-child{
		flex: 1 1 100%;
	}
}



.services__item{
	height: 100%;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding: 35px;
}
@media (max-width: 479px){
	.services__item{
		padding: 25px;
	}
}
.item_service{

}
.item-service_green{
	background-color: #124D2D;
}
.item-service_green .item-services__title{
	color: #fff;
}
.item-service_green .item-services__text{
	color: #fff;
}
.item-service > *:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.item-services__icon{

}
.item-services__title{
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
	color: #DBA570;
}
.item-services__text{
	color: #737373;
	line-height: 140%;
}


/* -----advantages-------------------------------------------------------------------- */

.advantages{
	padding: 80px 0px;
}

@media (max-width: 992px){
	.advantages{
		padding: 50px 0px;
	}
}

@media (max-width: 767px){
	.advantages{
		padding: 40px 0px;
	}
}

.advantages__container{}
.advantages__header{
	margin: 0px 0px 50px 0px;
}

@media (max-width: 767px){
	.advantages__header{
		margin: 0px 0px 25px 0px;
	}
}

.advantages__body{	
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px -30px;
}
.advantages__column{
	padding: 0px 15px;
	margin: 0px 0px 30px 0px;
	flex: 0 1 25%;
}

@media (max-width: 1020px){
	.advantages__column{
		flex: 0 1 50%;
	}
}

@media (max-width: 560px){
	.advantages__column{
		flex: 0 1 100%;
	}
}

.advantages__item{
	background-color: #fff;
	padding: 30px;
	text-align: center;
	height: 225px;
}
.advantages__item > *:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.advantages__icon{
	height: 48px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.advantages__value{
	font-size: 40px;
	line-height: 142%;
	font-weight: 700;
	color: #DBA570;
}
.advantages__text{
	letter-spacing: 0.1px;
	color: #737373;
	font-size: 16px;
	line-height: 150%;
	font-weight: 700;
}
/* -----who-we-are---------------------------------------------------------------------- */
.whoweare{
	padding: 80px 0px 130px 0px;
	background: #fff;
}

.whoweare__container{}
.whoweare__header{
	margin: 0px 0px 100px 0px;
}

.whoweare__body{
	display: flex;
	align-items: flex-start;
}

.whoweare__img{
	flex: 0 0 57%;
	position: relative;
	padding: 0px 0px 42.25% 0px;
}

.whoweare__img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	object-fit: cover;
}

.whoweare__content{
	flex: 1 1 auto;
	padding: 0px 0px 0px 121px;
}

@media(max-width:1210px){
	.whoweare__content{
		padding: 0px 0px 0px 50px;
	}
}

@media(max-width:992px){
	.whoweare__content{
		padding: 0px 0px 0px 25px;
	}
}

.whoweare__title{
	font-weight: 800;
	font-size: 40px;
	line-height: 142%;
	letter-spacing: 0.2px;
	color: #DBA570;
}

@media(max-width: 1075px){
	.whoweare__title{
		font-size: 35px;
	}
}
.whoweare__title:not(:last-child){
	margin: 0px 0px 10px 0px;
}

.whoweare__text{
	color: #737373;
	line-height: 142%;
}

.whoweare__top:not(:last-child){
	margin: 0px 0px 50px 0px;
}

.whoweare__items{
}
.whoweare__item{

}
.whoweare__item:not(:last-child){
	margin: 0px 0px 30px 0px;
}
.item-whoweare{
	display: flex;
}
.item-whoweare__icon{
	flex: 0 0 32px;
}
.item-whoweare__body{
	flex: 1 1 auto;
	padding: 0px 0px 0px 20px;
}
.item-whoweare__title{
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #DBA570;
}

.item-whoweare__title:not(:last-child){
	margin: 0px 0px 5px 0px;
	
}

.item-whoweare__text{
	color: #737373;
	line-height: 142%;
}
.item-whoweare__link{
	text-decoration: none;
	color: #737373;
	transition: all 0.3s ease 0s;
}

.item-whoweare__link:hover{
	color: #DBA570;
	text-decoration: underline;
}

@media(max-width:950px){
	.whoweare__title{
		font-size: 24px;
	}
	.whoweare__body{
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.whoweare__header{
		margin: 0px 0px 30px 0px;
	}
	.whoweare{
		padding: 50px 0px 50px 0px;
	}
	.whoweare__content{
		padding: 0px 0px 0px 0px;
	}
	.whoweare__video{
		padding: 0px 0px 56.25% 0px;
	}
	.whoweare__video:not(:last-child){
		margin: 50px 0px 0px 0px;
	}
}

@media(max-width:767px){
	.whoweare{
		padding: 20px 0px 50px 0px;
	}
	.whoweare__video:not(:last-child){
		margin: 30px 0px 0px 0px;
	}
	.whoweare__top:not(:last-child){
		margin: 0px 0px 30px 0px;
	}
}
/* -----get-in-touch-------------------------------------------------------------------- */

.getintouch{
	padding: 80px 0px 135px 0px;
}
.getintouch__container{}
.getintouch__header{
	margin: 0px 0px 80px 0px;
}
.getintouch__items{
	margin: 0px -15px;
}

@media(min-width:992px){
	.getintouch__items{
		margin: 0px;
		display: flex;
		align-items: center;
	}
}
@media(max-width: 992px){
	.getintouch{
		padding: 50px 0px;
	}
	.getintouch__header{
		margin: 0px 0px 50px 0px;
	}
}

@media(max-width: 767px){
	.getintouch__header{
		margin: 0px 0px 30px 0px;
	}
}

.getintouch__item{
	flex: 0 1 33.333%;
	background-color: #fff;
}
.item-getintouch{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 50px 15px;
}

.item-getintouch_active{
	background-color: #124C2D;
	padding: 80px 15px;
	color: #fff;
}
@media(max-width: 992px){
	.item-getintouch_active{
		padding: 50px 15px;
	}
}

.item-getintouch_active .item-getintouch__button{
	border: 1px solid #fff;
	color: #fff;
}

.item-getintouch > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}

.item-getintouch__icon{}


.item-getintouch__emails{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.item-getintouch__email{
	color: #124C2D;
	font-weight: 600;
	line-height: 150%;
	font-size: 16px;
}

.item-getintouch__email-white{
	color: #fafafa;
}

.item-getintouch__email:hover{
	text-decoration: underline;
}

.item-getintouch__label{
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #124C2D;
}

.item-getintouch__label-white{
	color: #fafafa;
}

.item-getintouch__button{
	border: 1px solid #DBA570;
	box-sizing: border-box;
	border-radius: 5px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 142%;
	color: #ff7b47;
	padding: 5px 20px;
	font-weight: 600;

	transition: all 0.3s ease 0s;
	border-radius: 5px;
}

.item-getintouch__button:hover{
	border: 1px solid #ff7b47;
	background-color: #FF7B47;
	color: #fff;
}



/* -----contact-------------------------------------------------------------------- */

.contact{
	background-color: #fff;
	padding: 42px 0px;
}
.contact__container{}
.contact__body{
	
}

.contact__content{
	padding: 0px 0px 20px 0px;
}

@media(min-width:767px){
	.contact__body{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.contact__content{
		padding: 0px 20px 0px 0px;
	}
}


.contact__title{
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 0.1px;
	line-height: 133%;
	color: #DBA570;
}
.contact__title:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.contact__text{
	color: #737373;
	line-height: 142%;
}
.contact__button{
	display: flex;
	background-color: #DBA570;
	border-radius: 5px;
	color: #fff;
	min-height: 58px;
	padding: 5px 40px;
	text-align: center;
	justify-content: center;
	align-items: center;
	transition: background-color 0.3s ease 0s;
}

.contact__button:hover{
	background-color: #C76708;
}


/* -----footer-------------------------------------------------------------------- */

.footer{

}

.footer__top{
	background-color: #124C2D;
	padding: 35px 0px;
}
.footer__main{
}
.footer__row{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.footer__column{
	padding: 15px 15px;
	flex: 0 1 16.667%;
}

.footer__column:last-child{
	flex: 0 1 33.334%;
}

@media(max-width: 992px){
	.footer__column{
		flex: 0 1 25%;
	}
	.footer__column:last-child{
		flex: 1 1 100%;
	}
}

@media(max-width: 700px){
	.footer__column{
		flex: 0 1 50%;
	}
}

.footer__label{
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
}
.footer__menu{}

.menu-footer{}
.menu-footer__list{}
.menu-footer__item:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.menu-footer__link{
	color: #fff;
	display: inline-block;
	line-height: 171%;
	letter-spacing: 0.2px;
}

.menu-footer__link:hover{
	text-decoration: underline;
}


.footer__contacts{}
.contacts-footer{
	display: flex;
	flex-direction: column;
}

.contacts-footer__item{
	padding: 0px 0px 0px 34px;
	display: flex;
	align-items: center;
	min-height: 30px;
	color: #fff;
	line-height: 142%;
}

.contacts-footer__item:hover{
	text-decoration: underline;
}

.contacts-footer__item:not(:last-child){
	margin: 0px 0px 12px 0px;
}
.contacts-footer__item_phone{
	background: url('../image/footer/1.svg') 0 0 no-repeat;
}
.contacts-footer__item_map{
	background: url('../image/footer/2.svg') 0 0 no-repeat;
}
.contacts-footer__item_email{
	background: url('../image/footer/3.svg') 0 0 no-repeat;
}
.footer__bottom{
	padding: 25px 0px;
}

.footer__container{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

@media(max-width: 767px){
	.footer__container{
		flex-direction: column;
	}
	.footer__copy{
		margin: 0px 0px 15px 0px;
		text-align: center;
	}
}

.footer__copy{
	color: #737373;
	line-height: 171%;
}

/*----price.html----------------------------------------------------------------*/
/*----price----------------------------------------------------------------*/
.price{}
.title-price{
	padding-bottom: 148px;
}
.price__container{}
.price__header{padding: 42px 0px 0px 0px;}
.price__body{
	padding: 0px 0px 42px 0px;
}
.price__table{}


/* Стили таблицы */
table.price__table{
	text-decoration: none;
	border-collapse:collapse;
	width:100%;
	text-align:center;
}
table.price__table th{
	font-weight:bold;
	font-size: 18px;
	color:#000000;
}
table.price__table td{
	font-size:13px;
	color:#000000;
}
table.price__table td,table.price__table th{
	white-space:pre-wrap;
	padding:10px 5px;
	line-height:13px;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
}
table.price__table tr:hover{
	background-color:#f9fafb
}
table.price__table tr:hover td{
	color:#000000;
	cursor:default;
}
.mobile-table{
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
}

.table-text__bold{
	font-weight: bold;
	font-size: 18px;
}


/*----about.html----------------------------------------------------------------*/
/*----about----------------------------------------------------------------*/

.about{}
.about__container{

}
.about__body{
	padding: 15px 0px;
	margin: 15px 0px;
}

.about__content{
	background: #ffffff;
	padding: 7px;
}

.about__content:not(:last-child){
	margin-bottom: 25px;
}

.about__title{
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #124C2D;
	margin: 5px 0px;
}

.about__text{
	color: #737373;
	line-height: 142%;
	padding: 5px;
}

.title-about{
	padding-bottom: 306.906px;
}

/*----reviews.html----------------------------------------------------------------*/
/*----reviews form----------------------------------------------------------------*/
.form-style-5{
	max-width: 500px;
	padding: 10px 20px;
	background: #f4f7f8;
	margin: 10px auto;
	padding: 20px;
	background: #f4f7f8;
	border-radius: 8px;
}
.form-style-5 fieldset{
	border: none;
}
.form-style-5 legend {
	font-size: 1.4em;
	margin-bottom: 10px;
}
.form-style-5 label {
	display: block;
	margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	color:#8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
	background: #d2d9dd;
}
.form-style-5 select{
	-webkit-appearance: menulist-button;
	height:35px;
}
.form-style-5 .number {
	background: #124C2D;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #FFF;
	margin: 0 auto;
	background: #124C2D;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
	background: #C76708;
}

/*----reviews----------------------------------------------------------------*/
.reviews__container{

}
.reviews__body{

}

@media (min-width: 670px){
	.reviews__body{
		display: flex;
		flex-wrap: wrap;
		margin: 0px -15px;
	}
}

.reviews__column{
	flex: 0 1 33.333%;
}

@media (min-width: 670px){
	.reviews__column{
		padding: 10px 15px;
	}
}

@media (max-width: 1050px){
	.reviews__column{
		flex: 0 1 50%;
	}
	.reviews__column:not(:last-child){
		margin: 0px 0px 30px 0px;
	}
	.reviews__column:last-child{
		flex: 1 1 100%;
	}
}



.reviews__item{
	height: 100%;
	box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
	background-color: #fff;
	padding: 35px;
}
@media (max-width: 479px){
	.reviews__item{
		padding: 25px;
	}
}
.item_reviews{

}

.item-reviews > *:not(:last-child){
	margin: 0px 0px 10px 0px;
}
.item-reviews__name{
	color: #124D2D;
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
}
.item-reviews__title{
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 24px;
	line-height: 133%;
	color: #DBA570;
}
.item-reviews__text{
	color: #737373;
	line-height: 140%;
}

.item-reviews__mark {
	color: #737373;
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 16px;
	line-height: 133%;
}
.reviews__info{
	color: #737373;
	font-weight: 700;
	letter-spacing: 0.1px;
	font-size: 14px;
	line-height: 133%;
	padding-bottom: 10px;
}
.reviews__info-link{
	color: #124C2D;
}
.reviews__info-link:hover{
	text-decoration: underline;
}
/*----flash----------------------------------------------------------------*/
.flash{
	padding: 10px
}

.flash.success{
	border: 1px solid #C76708;
	background: #124C2D;
	color: #ffffff;
}

.flash.error{
	border: 1px solid #FF4343;
	background: #FF9C9C;
}

/*----login.html----------------------------------------------------------------*/
/*----login----------------------------------------------------------------*/

input[type=text], input[type=password], input[type=email] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #124C2D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:hover {
    background-color: #C76708;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}


img.avatar {
    width: 50%;
}


.container {
    padding: 16px;
}


@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

.register_link{
	color: #485F6E;
}

.register_link:hover{
	text-decoration: underline;
}