/* @font-face {
	font-family: 'Arial Regular';
	src: url('fonts/ArialMT.eot');
	src: url('fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
	url('fonts/ArialMT.woff') format('woff'),
	url('fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Cambria Regular';
	src: url('fonts/Cambria.eot');
	src: url('fonts/Cambria.eot?#iefix') format('embedded-opentype'),
	url('fonts/Cambria.woff') format('woff'),
	url('fonts/Cambria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html body {
	font-family: 'Arial Regular';
} */

.margin-top-66666 {
    margin-top: 60px;
}

.navbar-toggler {
    font-size: 1rem;
}

html body .carousel-control-next, .carousel-control-prev {
    position: static;
    display: inline-flex;
    padding-top: 25px;
}

html body .bg-light {
    background-color: #1c212a!important;
}

html body {
	font-family: 'Nunito', sans-serif;
} 

html body .navbar-light .navbar-nav .nav-link {
    color: white;
}

html body .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #e19a2a;
}

.navbar {
    border-bottom: 1px solid white;
}

.navbar-light .navbar-toggler {
    border-color: rgba(255,255,255,0);
}

.anim img {
  	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
  	-webkit-transition: all 1s;
  	-moz-transition: all 1s;
 	-o-transition: all 1s;
  	transition: all 1s;
}

.anim img:hover {
  	-webkit-filter: none;
  	-moz-filter: none;
  	-ms-filter: none;
  	-o-filter: none;
  	filter: none;
  	filter: none;
}

.zoom {
    cursor: zoom-in;
}

.modal-content {
    border-radius: 0rem;
}

.modal-backdrop {
  	background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) ), url("../img/fon.png");
	background-size: cover;
	height: 100vh;
	background-position: 50% 100%;
}

.modal-backdrop.show {
  	opacity: 1;
}

html body .alert {
    border-radius: 0rem;
}

.uved {
	display: none;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-14 {
	font-size: 14px;
}

.z1 {
	font-size: 36px;
	color: #f4ad24;
	line-height: 1;
}

.z2 {
	font-size: 24px;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
}

.z3 {
	font-size: 36px;
	color: #f4ad24;
	line-height: 1;
	margin-top: 60px;
	margin-bottom: 10px;
}

.z33 {
	font-size: 36px;
	color: #f4ad24;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 10px;
}

.padding-100 {
	padding-top: 60px;
	padding-bottom: 60px;
}

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

.margin-top-305 {
	margin-top: 20px;
}

.margin-top-15 {
	margin-top: 15px;
}

.back-grey {
	background-color: #f2f2f2;
	padding-bottom: 60px;
}

.margin-top-60 {
	margin-top: 30px;
}

.z4 {
	font-size: 18px;
	color: #565656;
}

.z5 {
	font-size: 24px;
	color: #9b9b9b;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}


.color-blue {
	background-color: #1c212a;
	color: white;
	padding-bottom: 60px;
}

.color-blue-2 {
	background-color: #1c212a;
	color: #8c8989;
	padding-top: 30px;
	padding-bottom: 30px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.text-1 {
	font-size: 18px;
	margin-top: 20px;
}

.text-5 {
	font-size: 18px;
	margin-top: 20px;
	font-weight: bold;
}

.text-2 {
	color: #618890;
	font-size: 12px;
	margin-top: 20px;
}

.font-size-22 {
	font-size: 22px;
}

.font-size-20 {
	font-size: 18px;
}


.name {
	color: #839ca3;
}

.number {
	color: #333c4e;
	font-size: 24px;
	font-weight: bold;
}

.number:hover {
	color: #333c4e;
}

.links a {
	color: white;
}

.links a:hover {
	color: #e19a2a;
	text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

html body .form-control:focus {
    border-color: #f4ad24;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244,173,36,.25);
}

html body .btn-warning {
	border-radius: 0px;
	color: white;
    background-color: #f4ad24;
    border-color: #f4ad24;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-warning.focus, .btn-warning:focus {
    background-color: #e19a2a;
    border-color: #e19a2a;
}

.btn-warning:hover {
    background-color: #e19a2a;
    border-color: #e19a2a;
}

.margin-top-300 {
	margin-top: 30px;
}

.width70 {
	width: 70%;
}

.back-1 {
	background-image: url("../img/fon.png");
	background-size: cover;
	height: 100vh;
	background-position: 50% 100%;
}

.zag-1 {
	margin-top: 100px;
	font-size: 40px;
	color: white;
}

.zag-2 {
	font-size: 26px;
	color: #e19a2a;
}

.margin-top-666 {
	margin-top: 60px;
}

@media (max-width: 575.98px) {
	html body {
		padding-top: 0px
	}
	.margin-top-60 {
		margin-top: 60px;
	}
	.margin-top-6666 {
		margin-top: 20px;
	}
	.margin-top-666 {
		margin-top: 0px;
	}
	.zzz1 {
		margin-top: 20px;
	}
	.padding-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.margin-top-300 {
		margin-top: 0px;
	}
	.mb300 {
		margin-bottom: 20px;
	}
	.mb100 {
		margin-bottom: 10px;
	}
	.mb1000 {
		margin-top: 30px;
	}
	.mb5000 {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.number {
		font-size: 28px;
	}
	.mb6000 {
		margin-top: 20px;
	}
	.z2 {
		font-size: 30px;
	}
	.z3 {
		font-size: 30px;
	}
	.z33 {
		font-size: 30px;
	}
	.width70 {
		width: 100%
	}
	.back-1 {
		background-image: url("../img/fon.png");
		background-size: cover;
		height: auto;
		background-position: 50% 100%;
		padding-bottom: 120px;
		text-align: center;
	}
	.zag-1 {
		font-size: 30px;
	}
}