@font-face {
	font-family: Foros;
	src: url("./fonts/Foros-Regular.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: bold;
	src: url("./fonts/Foros-Bold.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-style: italic;
	src: url("./fonts/Foros-Italic.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: bold;
	font-style: italic;
	src: url("./fonts/Foros-BoldItalic.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: 500;
	font-style: italic;
	src: url("./fonts/Foros-ExtraBoldItalic.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: 500;
	src: url("./fonts/Foros-ExtraBold.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: 500;
	src: url("./fonts/Foros-Medium.otf") format("opentype");
}

@font-face {
	font-family: Foros;
	font-weight: 500;
	font-style: italic;
	src: url("./fonts/Foros-MediumItalic.otf") format("opentype");
}

html {
  position: relative;
  min-height: 100%;
}

a:hover {
    text-decoration: none;
}

body {
	margin-bottom: 60px;
	font-family: 'Foros', Times, serif;
}


.logo-container {
	padding-top: 4%;
	padding-bottom: 4%;
}

.logo-img {
	max-height: 80px;
	-webkit-animation: rotate-in-ver 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
	animation: rotate-in-ver 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
}

@-webkit-keyframes rotate-in-ver {
	0% {
		-webkit-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
		opacity: 0; }
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1; } }
@keyframes rotate-in-ver {
	0% {
		-webkit-transform: rotateY(-360deg);
		transform: rotateY(-360deg);
		opacity: 0; }
	100% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		opacity: 1; }
}

.city-img {
	max-height: 170px;
}

.footer {
	text-align: center;
}

.copyright {
	color: #bee6e1;
	font-size: 16px;
	margin-right: 15px;
}

.copyright__container {
	padding-top: 15px;
	max-height: 200px;

}

.krona-main {
	background-color: #1a1d22;
}

.custom-fa {
	color: #73c5bb;
	font-size: 18px;
}

.contact-us {
	position: absolute;
	top: 20px;
	right: 70px;
	cursor: pointer;
	z-index: 10;
}

.contact-us__text {
	color: #73c5bb;
	font-size: 18px;
	margin-right: 10px;
	float: left;
	margin-top: 25px;

}

.contact-us__img {
	float: right;
}

.contact-us__img:hover {
	-webkit-animation: 0.1s tremor ease-out 6;
	animation: 0.1s tremor ease-out 6;
}

@-webkit-keyframes tremor {
	0%, 25% {
		left: -1px;
		top:-1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		top: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

@-moz-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

@-ms-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

@-o-keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

@keyframes tremor {
	0%, 25% {
		left: -1px;
		-webkit-transform: translateX(-4%);
		transform: translateX(-4%);
	}
	50%, 100% {
		left: 1px;
		-webkit-transform: translateX(4%);
		transform: translateX(4%);
	}
}

.navbar-default {
	background-color: #1a1d22;
	background-image: none;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
@media (min-width: 768px){
	.menu {
		flex-wrap: wrap;
	}
}

.menu {
	display: flex;
	justify-content: center;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
	margin-left: 7%;
}

.menu > li > a {
	font-size: 18px;
	font-style: normal !important;
}

.menu > li > a:hover {
	color: #73c5bb !important;
}

.menu > li {
	margin: 0 24px;
}

#menu__link_chosen {
	color: #23C6BC !important;
	pointer-events: none;
	cursor: default;

}

.slider {
	background-color: #1C252E;
	position: relative;
}

.slider__link {
	display: block;
	margin: 0 auto;
	max-width: 350px;
	position: relative;

}

.img-responsive {

}

.slider__content {
	font-size: 20px;
	color: white;
}

.slider__content p {
	text-indent: 15px;
}


.krona_category {
	padding-top: 4%;
	padding-bottom: 4%;
	transition: transform 0.3s;
}

.krona_category-hover:hover {
	transform: scale(1.05);
}

.krona_category__caption {
	color: white;
	position: absolute;
	top: 50px;
	z-index: 100;
	padding-left: 10px;
	padding-right: 10px;
        width: 100%;
}

.krona_category__header {
	text-transform: uppercase;
	font-size: 22px;
}

@media (min-width: 768px) {
	.krona_category__caption {
		color: white;
		position: absolute;
		top: 30px;
		z-index: 100;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.krona_category__header {
		font-size: 1.5rem;
	}
	.krona_category__header-p {
		font-size: 1.3rem;
	}

}

@media (min-width: 992px) {
	.krona_category__caption {
		color: white;
		position: absolute;
		top: 50px;
		z-index: 100;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	.krona_category__header {
		font-size: 22px;
	}
	.krona_category__header-p {
		font-size: 1.5rem;
	}

}


.nav-bottom__container {
	padding-top: 1%;
	padding-bottom: 1%;
}

.nav-bottom {
	font-size: 20px;
	color: #73c5bb;
	text-transform: uppercase;
}

.nav-bottom__link {
	color: white;
}

.nav-bottom__link:hover {
	color: #73c5bb;
}

.navbar-toggle {
	margin-left: 15px;
}

.navbar-collapse {
	border: none;
	box-shadow: none;
	display: none;
	justify-content: center;
}

#footer {
 position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.navbar-call {
	width: 40px;
	cursor: pointer;
}

.city_select__select_wrap {
	margin-bottom: 10px;
}

select {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance:none;
}

select::-ms-expand {
    display: none;
}

#city_select {
	text-transform: uppercase;
	background-color: #162029;
	color: white;
	border-radius: 5px;
	border-width: 2px;
	border-color: #427272;
	border-style: solid;
	overflow: hidden;
	background: url(../img/triangle.png) no-repeat 96% 50%;
}
option {
	background-color: #162029;
	margin-bottom: 5px;
}

.city_select__address {

	font-size: 20px;
	color: #25DFD4;
}

.city_select__email {
	margin-bottom: 15px;
	font-size: 20px;
	color: white;
}

.city_select__map {
	border-radius: 5px;
	border-width: 2px;
	border-color: #427272;
	border-style: solid;
	overflow: hidden;
}

.form_element {
	background-color: #162029;
	color: white;
	border-radius: 5px;
	border-width: 2px;
	border-color: #427272;
	border-style: solid;
	overflow: hidden;
}

.button {
	background-color: #219690;
	text-transform: uppercase;
	font-size: 14px;
}

.feedback {
	color: white;
	text-transform: uppercase;
}

textarea {
	width: 100%;
}

label {
	font-weight: normal;
}

.service__caption {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	color: white;
	font-weight: normal;
	text-transform: uppercase;
}

.service__title {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
}

.scheme__about {
	color: white;
	font-size: 18px;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 30px;
}

#scheme_image {
	margin-bottom: 15px;
}

.scrollup {
	background-image: url(../img/scroll_up.png);
	width: 45px;
	height: 45px;
	background-size: contain;
	position: fixed;
	bottom: 15%;
	right: 10%;
	cursor: pointer;
	transition: transform 0.3s;
}

.scrollup:hover {
	transform: scale(1.5);
}

.question {
	background-image: url(../img/question.png);
	width: 30px;
	background-size: 100% 100%;
	position: absolute;
	top: 30%;
	left: 0;
	color: white;
	writing-mode:tb-rl;
	padding: 30px 5px;
	cursor: pointer;
}

.question a {
	color: white;
	text-decoration: none;
}

.question:hover {
	background-color: #25B2AA;
}

.top_to_bottom__text {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform:rotate(180deg);
    transform: rotate(180deg);
    white-space:nowrap;
    display: block;
    font-size: 18px;
}

.scheme_links {
	position: absolute;
	width: 30px;
	top: 30%;
	right: 0;
	writing-mode:tb-rl;
	padding-right: 5px;
	color: white;
}

.scheme_links a {
	color: white;
	text-decoration: none;
}

.scheme_links__link {
	border-style: solid;
	border-color: #25B2AA;
	border-width: 2px;
	border-right: 0;
	float: left;
	margin-bottom: 5px;
	padding: 10px 5px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}

.scheme_links__link--current {
	background-color: #25B2AA;
	cursor: default;
	pointer-events: none;
}

.scheme_links__link:hover {
	background-color: #25B2AA; 
}

.more_info {
	background-color: #12171D;
}

.more_info__button {
	background-color: #27C7BD;
	color: black;
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.more_info__button:hover {
	color: white;
}

.modal-content {
	border-radius: 15px;
	overflow: hidden;
	border-style: solid;
	border-width: 3px;
	border-color: #26C6BC;
}

.modal-body {
	padding: 30px 0;
	background-image: url(../img/modal_bg.png);
}

.modal-header {
	text-transform: uppercase;
	background-color: #26C6BC;
}


.feedback-request input {
	font-size: 18px;
	margin: 5px 5px;
	border-radius: 5px;
	vertical-align: middle;
}


.feedback-request__button {
	padding: 10px;
	background-color: #26C6BC;
	color: black;
	font-size: 18px;
	vertical-align: middle;
}

.feedback-request__button:hover {
	color: white;
}

@media(min-width: 1170px) {
	
	body.modal-open {
		padding-right: 17px;
	}
	
}

#modal-success .modal-body {
	font-size: 20px;
	text-align: center;
	padding: 30px;
}

#collback-form .modal-body {
	padding: 30px;
}

.fix {
	position: fixed;
	top: 26%;
	z-index: 100;
}

@media (max-width: 767px){
	.menu {
display: block;
	}
}

@media (min-width: 768px){
	.menu {
		display: flex;
		flex-flow: row wrap;
	}
}

@media (min-width: 1154px){
	.menu {
		display: flex;
		flex-flow: row nowrap;
	}
}