@charset "utf-8";
/* CSS Document */

@font-face {font-family: Rob T; src: url("../fonts/Roboto-Thin.ttf");}
@font-face {font-family: Rob TI;src: url("../fonts/Roboto-ThinItalic.ttf");}
@font-face {font-family: Rob L; src: url("../fonts/Roboto-Light.ttf");}
@font-face {font-family: Rob LI;src: url("../fonts/Roboto-LightItalic.ttf");}
@font-face {font-family: Rob R; src: url("../fonts/Roboto-Regular.ttf");}
@font-face {font-family: Rob RI;src: url("../fonts/Roboto-Italic.ttf");}
@font-face {font-family: Rob M; src: url("../fonts/Roboto-Medium.ttf");}
@font-face {font-family: Rob MI;src: url("../fonts/Roboto-MediumItalic.ttf");}
@font-face {font-family: Rob B; src: url("../fonts/Roboto-Bold.ttf");}
@font-face {font-family: Rob BI;src: url("../fonts/Roboto-BoldItalic.ttf");}
@font-face {font-family: Rob G;src: url("../fonts/Roboto-Black.ttf");}
@font-face {font-family: Rob GI;src: url("../fonts/Roboto-BlackItalic.ttf");}

@font-face {font-family: MT; src: url("../fonts/Montserrat-Thin.ttf");}
@font-face {font-family: MTI;src: url("../fonts/Montserrat-ThinItalic.ttf");}
@font-face {font-family: ML; src: url("../fonts/Montserrat-Light.ttf");}
@font-face {font-family: MLI;src: url("../fonts/Montserrat-LightItalic.ttf");}
@font-face {font-family: MR; src: url("../fonts/Montserrat-Regular.ttf");}
@font-face {font-family: MRI;src: url("../fonts/Montserrat-Italic.ttf");}
@font-face {font-family: MM; src: url("../fonts/Montserrat-Medium.ttf");}
@font-face {font-family: MMI;src: url("../fonts/Montserrat-MediumItalic.ttf");}
@font-face {font-family: MB; src: url("../fonts/Montserrat-Bold.ttf");}
@font-face {font-family: MBI;src: url("../fonts/Montserrat-BoldItalic.ttf");}
@font-face {font-family: MG;src: url("../fonts/Montserrat-Black.ttf");}
@font-face {font-family: MGI;src: url("../fonts/Montserrat-BlackItalic.ttf");}

html {background: transparent!important;}
body {padding: 0;	margin: 0;	overflow-x: hidden;	width: 100%;	word-wrap: break-word;	background: url("../img/body-fon.jpg");	font-family: mr; font-size: 18px; cursor: default; background-color: #f6f6f6;}
a {text-decoration: none;	color: #202020;}

details > summary {list-style: none;}
details > summary::-webkit-details-marker {display: none;}
input:focus, textarea:focus, select:focus {outline: none !important;}
iframe {overflow: hidden;}

.cc {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.cl {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.cr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}
.clm {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.crm {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}

h1 {	font-family: ml; font-size: 60px;  padding: 0px;  margin: 0px; color: white;}
h2 {	font-family: ml; font-size: 48px;  padding: 0px;  margin: 0px; color: #2c2c2c;}
h3 {	font-family: mr;	font-size: 24px;  padding: 0px;  margin: 0px; color: #2c2c2c;margin-bottom: 10px;}
h4 {	font-family: mm;	font-size: 24px;  padding: 0px;  margin: 0px; color: #0e2f60;}





.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #cfdbe9;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: white;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}



.element-animation {
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}




.input-1 {
	text-align: center;
	background-color: #e4e4e4;
	border-radius: 20px;
	border: 0px solid;
	font-size: 16px;
	font-family: mb;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 262px;
	margin-right: 40px;
	box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.2);
	margin: auto;
	margin-top: 20px;
}
.button-1 {
	width: 280px;
	text-align: center;
	font-family: mb;
	font-size: 16px;
	background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
	padding-top: 27px;
	padding-bottom: 27px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #e7bf6c;
	border: 0px solid #c09d58;
	border-bottom: 6px solid #c09d58;
	position: absolute;
	cursor: pointer;
	margin-left: -140px;
	margin-top: 20px;
}
.button-1:hover {
	box-shadow: 0px 0px 40px #e7bf6c;
	border-bottom: 0px solid #c09d58;
	margin-top: 26px;
}
.checkbox-1 {
	width: 270px;
	font-size: 13px;
	line-height: 155%;
	margin: auto;
	margin-top: 110px;
}

.modal-link {
  display: none;
}

.form-1 {
  text-align: center;
}


















.b1 {
  height: 940px;
  background: url("../img/b1-fon.jpg") no-repeat 50% 50% / cover;
}
.b1-content {
  width: 96%;
  max-width: 1240px;
  margin: auto;
}
.b1-menu {
  padding-top: 10px;
}
.b1-menu-item {
  color: white;
  padding-right: 40px;
  padding-top: 20px;
  transition: 0.2s;
}
.b1-menu-item:hover {
  color: #e7bf6c;
}
.b1-menu-item-line {
  margin: auto;
  width: 0px;
  height: 2px;
  background-color: #2c2c2c;
  transition: 0.2s;
}
.b1-menu-item:hover .b1-menu-item-line{
  width: 100%;
  background-color: #e7bf6c;
}
.b1-number {
  font-size: 30px;
  font-family: ml;
  color: white;
  padding: 13px;
  margin-left: 172px;
  transition: 0.2s;
}
.b1-number:hover {
  color: #e7bf6c;
}
.b1-container {
  width: 820px;
  text-align: left;
  padding-top: 50px;
}
.b1-h1-text {
  color: #999999;
  font-family: mb;
  margin-bottom: 20px;
}
.b1-box-1 {
  width: 160px;
  padding-top: 40px;
  transition: 0.2s;
}
.b1-box-1:hover .b1-box-text{
  color: #e7bf6c;
}
.b1-box-text {
  color: white;
  transition: 0.2s;
}
.b1-box-img {
  margin-bottom: 10px;
}
.b1-bottom {
  width: 280px;
  text-align: center;
  font-family: mb;
  font-size: 16px;
  background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin-top: 60px;
  box-shadow: 0px 0px 20px #e7bf6c;
  border-bottom: 6px solid #c09d58;
  transition: 0.2s;
  position: absolute;
}
.b1-bottom:hover {
  box-shadow: 0px 0px 40px #e7bf6c;
  border-bottom: 0px solid #c09d58;
  margin-top: 66px;
}
.b1-social-container {
  width: 280px;
  margin-top: 170px;
}
.b1-social-box-1 {
  text-align: right;
  color: white;
  font-size: 14px;
  width: 106px;
}
.b1-social-box-2 {
  text-align: center;
  color: white;
  font-size: 14px;
  width: 174px;
}
.b1-social-box-icon {
  background-color: #222222;
  font-family: mm;
  border-radius: 15px;
  width: 150px;
  margin-left: auto;
  height: 50px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.b1-social-box-icon:hover {
  background-color: #e7bf6c;
}
.b1-social-box-icon:hover .b1-social-box-icon-text{
  color: #2c2c2c;
  font-family: mb;
}
.b1-social-box-icon-text {
  padding: 10px;
  padding-right: 0px;
  padding-top: 16px;
  color: white;
}
.b1-social-box-icon-img {
  padding: 10px;
}
.b1-h1-m {
	display: none;
}
.b1-h1 {
	display: block;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b1 {
		height: auto;
		padding-bottom: 40px;
		background: url("../img/b1-fon.jpg") no-repeat 57% 0% / cover;
	}
	.b1-menu-item {
		color: white;
		padding-right: 40px;
		padding-top: 20px;
		transition: 0.2s;
		display: none;
	}
	.b1-number {
		font-size: 24px;
		font-family: ml;
		color: white;
		padding: 13px;
		margin-left: 0px;
		transition: 0.2s;
	}
	.b1-container {
		width: 96%;
		max-width: 600px;
		text-align: center;
		padding-top: 50px;
	}
	.b1-h1-m {
		display: block;
	}
	.b1-h1 {
		display: none;
	}
	.b1-box-1 {
		width: 140px;
		padding-top: 40px;
		transition: 0.2s;
	}
	.b1-social-container {
		width: 280px;
		margin: auto;
		margin-top: 170px;
	}
	.b1-bottom {
		width: 240px;
		left: 50%;
		margin-left: -120px;
		text-align: center;
		font-family: mb;
		font-size: 16px;
		background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 20px;
		margin-top: 60px;
		box-shadow: 0px 0px 20px #e7bf6c;
		border-bottom: 6px solid #c09d58;
		transition: 0.2s;
		position: absolute;
 	}
	.b1-bottom:hover {
		box-shadow: 0px 0px 40px #e7bf6c;
		border-bottom: 0px solid #c09d58;
		margin-top: 66px;
	}
}


















.b2 {
	background-color: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	padding-top: 70px;
	padding-bottom: 70px;
	width: 1240px;
	margin: auto;
	position: relative;
	z-index: 2;
	margin-top: -70px;
	border-radius: 40px;
	text-align: center;
}
.b2-text {
	width: 600px;
	margin: auto;
	margin-top: 20px;
}
.b2-content {
	padding-top: 60px;
	width: 1200px;
	margin: auto;
}
.b2-container {
	background-color: #2c2c2c;
	width: 280px;
	height: 280px;
	transition: 0.2s;
	margin: 10px;
	text-align: center;
}
.b2-container:hover {
	box-shadow: 0px 0px 40px #e7bf6c;
}
.b2-back-img {
	opacity: 0.3;
	position: absolute;
	margin-left: -140px;
	transition: 0.2s;
	width: 280px;
}
.b2-container-text {
	color: white;
	font-size: 22px;
	font-family: mr;
	position: relative;
	z-index: 2;
	padding-top: 100px;
}
.b2-container-arrow {
	margin-top: 10px;
}
.b2-container-line {
	width: 160px;
	height: 2px;
	background-color: white;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	transition: 0.4s;
}
.b2-container-square {
	width: 20px;
	height: 20px;
	border-right: 2px solid white;
	border-top: 2px solid white;
	transform: rotate(45deg);
	margin-left: -24px;
}
.b2-container:hover .b2-back-img {
	opacity: 0.2;
}
.b2-container:hover .b2-container-line {
	width: 200px;
	margin-left: 40px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b2 {
		background-color: white;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
		padding-top: 40px;
		padding-bottom: 40px;
		width: 96%;
		max-width: 600px;
		margin: auto;
		position: relative;
		z-index: 2;
		margin-top: 50px;
		border-radius: 40px;
		text-align: center;
	}
	.b2-text {
		width: 90%;
		margin: auto;
		margin-top: 20px;
	}
	.b2-content {
		padding-top: 30px;
		width: 96%;
		margin: auto;
	}
	.b2-container {
		background-color: #2c2c2c;
		width: 130px;
		height: 130px;
		transition: 0.2s;
		margin: 5px;
		text-align: center;
	}
	.b2-back-img {
		opacity: 0.3;
		position: absolute;
		margin-left: -65px;
		transition: 0.2s;
		width: 130px;
		height: 130px;
	}
	.b2-container-text {
		color: white;
		font-size: 16px;
		font-family: mr;
		position: relative;
		z-index: 2;
		padding-top: 40px;
	}
	.b2-container-arrow {
		margin-top: 10px;
		display: none;
	}
}




















.b3-content {
	width: 96%;
	max-width: 1240px;
	margin: auto;
	padding-top: 150px;
}
.b3-text {
	font-size: 24px;
	font-family: ml;
	padding-top: 30px;
}
.b3-form {
	margin-top: 50px;
	text-align: center;
}
.input-2 {
	text-align: center;
	background-color: #e4e4e4;
	border-radius: 20px;
	border: 0px solid;
	font-size: 16px;
	font-family: mb;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 280px;
	margin-right: 40px;
	box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.2);
}
.button-2 {
	width: 280px;
	text-align: center;
	font-family: mb;
	font-size: 16px;
	background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
	padding-top: 27px;
	padding-bottom: 27px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #e7bf6c;
	border: 0px solid #c09d58;
	border-bottom: 6px solid #c09d58;
	transition: 0.2s;
	position: absolute;
  cursor: pointer;
}
.button-2:hover {
	box-shadow: 0px 0px 40px #e7bf6c;
	border-bottom: 0px solid #c09d58;
	margin-top: 6px;
}
.checkbox-2 {
	width: 270px;
	font-size: 13px;
	margin-left: 300px;
	line-height: 155%;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b3-content {
		width: 96%;
		max-width: 400px;
		margin: auto;
		padding-top: 100px;
		text-align: center;
	}
	.b3-text {
		font-size: 20px;
		font-family: ml;
		padding-top: 30px;
	}
	.input-2 {
		text-align: center;
		background-color: #e4e4e4;
		border-radius: 20px;
		border: 0px solid;
		font-size: 16px;
		font-family: mb;
		padding-top: 25px;
		padding-bottom: 25px;
		width: 240px;
		margin-right: 0px;
		margin-bottom: 20px;
		box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.2);
	}
	.button-2 {
		width: 240px;
		text-align: center;
		font-family: mb;
		font-size: 16px;
		background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
		padding-top: 23px;
		padding-bottom: 23px;
		border-radius: 20px;
		box-shadow: 0px 0px 20px #e7bf6c;
		border: 0px solid #c09d58;
		border-bottom: 6px solid #c09d58;
		transition: 0.2s;
		position: static;
	  cursor: pointer;
	}
	.button-2:hover {
		box-shadow: 0px 0px 40px #e7bf6c;
		border-bottom: 0px solid #c09d58;
		margin-top: 0px;
	}
	.checkbox-2 {
		width: 270px;
		font-size: 12px;
		margin-left: 0px;
		line-height: 140%;
		margin-top: 10px;
	}
}

















.b4 {
	text-align: center;
	padding-top: 150px;
}
.b4-content {
	padding-top: 80px;
	width: 1280px;
	margin: auto;
}
.b4-container-1 {
	background-color: white;
	margin: 20px;
	width: 560px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	border-radius: 40px;
	padding: 20px;
	transition: 0.2s;
}
.b4-container-1:hover {
	box-shadow: 0px 0px 40px #e7bf6c;
}
.b4-box-img-1 {
	position: absolute;
	transition: 0.2s;
}
.b4-container-1:hover .b4-box-img-1 {
	opacity: 0;
}
.b4-box-1 {
	width: 120px;
}
.b4-box-2 {
	width: 420px;
	padding-left: 20px;
	line-height: 30px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b4 {
		text-align: center;
		padding-top: 100px;
	}
	.b4-content {
		padding-top: 40px;
		width: 96%;
		max-width: 600px;
		margin: auto;
	}
	.b4-container-1 {
		background-color: white;
		margin: 5px;
		width: 240px;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
		border-radius: 20px;
		padding: 10px;
		transition: 0.2s;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.b4-box-1 {
		width: 96%;
		margin: auto;
	}
	.b4-box-2 {
		width: 96%;
		margin: auto;
		padding-left: 0px;
		line-height: 24px;
	}
	.b4-box-img-1 {
		position: absolute;
		transition: 0.2s;
		width: 80px;
		margin-bottom: 20px;
	}
	.b4-box-img-2 {
		width: 80px;
		margin-bottom: 20px;
	}
}



















			
.b5 {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url("../img/b5-fon.jpg") no-repeat 50% 50% / cover;
	margin-top: 150px;
}
.b5-content {
	width: 1160px;
	padding: 40px;
	padding-top: 60px;
	background-color: white;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
	margin: auto;
	border-radius: 40px;
	text-align: center;
}
.b5-container {
	width: 280px;
	margin: 10px;
	margin-bottom: 20px;
	text-align: center;
	background-color: #2c2c2c;
	height: 280px;
}
.b5-container-img {
	width: 280px;
	position: relative;
	z-index: 1;
	margin-left: 0px;
	transition: 0.2s;
}
.b5-container:hover .b5-container-img {
	opacity: 0.3;
}
.b5-container:hover .b5-container-text, .b5-container-arrow{
	opacity: 1;
}
.b5-container:hover .b5-container-arrow{
	opacity: 1;
}
.b5-container-text {
	color: white;
	font-size: 22px;
	font-family: mr;
	position: relative;
	z-index: 2;
	margin-top: -180px;
	opacity: 0;
	transition: 0.2s;
}
.b5-container-arrow {
	margin-top: 10px;
	opacity: 0;
	transition: 0.2s;
}
.b5-container-line {
	width: 160px;
	height: 2px;
	background-color: white;
	position: relative;
	z-index: 2;
	margin-top: 10px;
	transition: 0.4s;
}
.b5-container-square {
	width: 20px;
	height: 20px;
	border-right: 2px solid white;
	border-top: 2px solid white;
	transform: rotate(45deg);
	margin-left: -24px;
}
.b5-container:hover .b5-back-img {
	opacity: 0.2;
}
.b5-container:hover .b5-container-line {
	width: 200px;
	margin-left: 40px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b5 {
		padding-top: 50px;
		padding-bottom: 50px;
		background: url("../img/b5-fon.jpg") no-repeat 50% 50% / cover;
		margin-top: 100px;
	}
	.b5-content {
		width: 92%;
		max-width: 400px;
		padding: 10px;
		padding-top: 40px;
		padding-bottom: 70px;
		background-color: white;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
		margin: auto;
		border-radius: 40px;
		text-align: center;
	}
	.b5-container {
		width: 120px;
		margin: 5px;
		margin-bottom: 10px;
		text-align: center;
		background-color: #2c2c2c;
		height: 120px;
	}
	.b5-container-img {
		width: 120px;
		position: relative;
		z-index: 1;
		margin-left: 0px;
		transition: 0.2s;
	}
	.b5-container-text {
		display: none;
	}
	.b5-container-arrow {
		display: none;
	}
}























.b6 {
	text-align: center;
	padding-top: 150px;
}
.b6-content {
	padding-top: 80px;
	width: 1280px;
	margin: auto;
}
.b6-img-1 {
	width: 100%;
}
.b6-container-1 {
	width: 600px;
	padding-right: 20px;
	text-align: right;
	line-height: 26px;
}
.b6-container-2 {
	width: 600px;
	padding-left: 20px;
	text-align: left;
	line-height: 26px;
}
.b6-boxes {
	padding-top: 80px;
	padding-bottom: 80px;
}
.b6-box {
	width: 240px;
	padding: 20px;
	margin: 20px;
	background-color: white;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	border-radius: 40px;
	transition: 0.2s;
}
.b6-box:hover {
	box-shadow: 0px 0px 40px #e7bf6c;
}
.b6-color-square {
	background: linear-gradient(to top left, #dbb15c, #ffffff);
	width: 240px;
	height: 240px;
	border-radius: 50%;
	animation: 3s linear 0s normal none infinite running rot;
	-webkit-animation: 3s linear 0s normal none infinite running rot;
}
@keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@-webkit-keyframes rot {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.b6-square {
	background-color: white;
	width: 230px;
	height: 140px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	margin: auto;
	margin-top: -235px;
	font-size: 48px;
	font-family: ml;
	padding-top: 90px;
}
.b6-box-text {
	padding-top: 20px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b6 {
		text-align: center;
		padding-top: 100px;
	}
	.b6-content {
		padding-top: 40px;
		width: 96%;
		max-width: 600px;
		margin: auto;
	}
	.b6-container-1 {
		width: 96%;
		max-width: 600px;
		padding-right: 0px;
		text-align: left;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.b6-container-2 {
		width: 96%;
		max-width: 600px;
		padding-left: 0px;
		text-align: left;
		line-height: 26px;
		margin-bottom: 20px;
	}
	.b6-box {
		width: 130px;
		padding: 5px;
		margin: 5px;
		background-color: white;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
		border-radius: 20px;
		transition: 0.2s;
	}
	.b6-box:hover {
		box-shadow: 0px 0px 40px #e7bf6c;
	}
	.b6-color-square {
		background: linear-gradient(to top left, #dbb15c, #ffffff);
		width: 110px;
		height: 110px;
		border-radius: 50%;
		animation: 3s linear 0s normal none infinite running rot;
		-webkit-animation: 3s linear 0s normal none infinite running rot;
		margin: auto;
	}
	@keyframes rot {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
		}
		@-webkit-keyframes rot {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(360deg);
		}
	}
	.b6-square {
		background-color: white;
		width: 100px;
		height: 65px;
		border-radius: 50%;
		position: relative;
		z-index: 2;
		margin: auto;
		margin-top: -105px;
		font-size: 24px;
		font-family: ml;
		padding-top: 35px;
	}
	.b6-box-text {
		padding-top: 20px;
	}
	.b6-boxes {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}





















.b7 {
  margin-top: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../img/b7-map.jpg") no-repeat 00% 50% / cover;
}
.b7-content {
  width: 400px;
  padding: 40px;
  background-color: white;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  border-radius: 40px;
  margin: auto;
  text-align: center;
}
.b7-h2-text {
  padding-top: 40px;
}
.b7-number {
  font-size: 30px;
  margin-top: 30px;
}
.b7-number-text {
  font-size: 14px;
}
.b7-square {
  background-color: #4ac959;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px;
}
.b7-bottom {
  width: 280px;
  margin-left: 60px;
  text-align: center;
  font-family: mb;
  font-size: 16px;
  background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 20px;
  margin-top: 10px;
  box-shadow: 0px 0px 20px #e7bf6c;
  border-bottom: 6px solid #c09d58;
  transition: 0.2s;
  position: absolute;
}
.b7-bottom:hover {
  box-shadow: 0px 0px 40px #e7bf6c;
  border-bottom: 0px solid #c09d58;
  margin-top: 16px;
}
.b7-social-container {
  margin-top: 100px;
}
.b1-social-box-1 {
  text-align: right;
  color: white;
  font-size: 14px;
  width: 106px;
  padding-top: 5px;
}
.b7-social-box-2 {
  text-align: center;
  font-size: 14px;
}
.b7-social-box-icon {
  background-color: #ebebeb;
  font-family: mm;
  border-radius: 15px;
  width: 150px;
  margin: 5px;
  margin-top: 20px;
  height: 50px;
  margin-bottom: 10px;
  transition: 0.2s;
}
.b7-social-box-icon:hover {
  background-color: #e7bf6c;
}
.b7-social-box-icon:hover .b7-social-box-icon-text{
  color: #2c2c2c;
  font-family: mb;
}
.b7-social-box-icon-text {
  padding: 10px;
  padding-right: 0px;
  padding-top: 16px;
}
.b7-social-box-icon-img {
  padding: 10px;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b7 {
		margin-top: 50px;
		padding-top: 100px;
		padding-bottom: 100px;
		background: url("../img/b7-map.jpg") no-repeat 0% 50% / cover;
	}
	.b7-content {
		width: 300px;
		padding: 5px;
		padding-bottom: 20px;
		padding-top: 20px;
		background-color: white;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
		border-radius: 40px;
		margin: auto;
		text-align: center;
	}
	.b7-bottom {
		width: 240px;
		margin-left: 0px;
		margin: auto;
		text-align: center;
		font-family: mb;
		font-size: 16px;
		background: linear-gradient(to top left, #e7bf6c, #fdf0d7);
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 20px;
		margin-top: 10px;
		box-shadow: 0px 0px 20px #e7bf6c;
		border-bottom: 6px solid #c09d58;
		transition: 0.2s;
		position: static;
	}
	.b7-bottom:hover {
		box-shadow: 0px 0px 40px #e7bf6c;
		border-bottom: 0px solid #c09d58;
		margin-top: 0px;
	}
	.b7-social-container {
		margin-top: 0px;
	}
}



















.b8 {
  padding: 5px;
  padding-left: 20px;
  background-color: #cccccc;
  transition: 0.2s;
}
.b8:hover {
  background-color: #dbb15c;
}

@media screen and (min-width : 1px) and (max-width : 1279px) {
	.b8 {
		padding: 5px;
		padding-left: 5px;
		background-color: #cccccc;
		transition: 0.2s;
		text-align: center;
	  }
}



















.b1-page {
	height: 700px;
	background: url("../img/b1-fon.jpg") no-repeat 50% 0% / cover;
  }

.b1-container-page {
	width: 820px;
	text-align: left;
	padding-top: 100px;
}

.b7-page {
	padding-top: 100px;
	padding-bottom: 100px;
	background: url("../img/b7-map.jpg") no-repeat 0% 50% / cover;
  }

  .page-b2 {
	padding-top: 100px;
}
.pb2-content {
	width: 1240px;
	margin: auto;
	text-align: center;
	padding-top: 50px;
}
.pb2-h2-text {
	margin-top: 40px;
	margin-bottom: 80px;
}
@media screen and (min-width : 1px) and (max-width : 1279px) {
	.page-b2 {
		padding-top: 0px;
	}
	.pb2-content {
		width: 96%;
		margin: auto;
		max-width: 600px;
		text-align: center;
		padding-top: 50px;
	}
	.pb2-h2-text {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.b1-page {
		height: auto;
		padding-bottom: 200px;
		background: url("../img/b1-fon.jpg") no-repeat 50% 0% / cover;
	}
	.b1-container-page {
		width: 96%;
		max-width: 600px;
		text-align: center;
		padding-top: 50px;
	}
}



















































@media screen and (min-width : 1px) and (max-width : 1279px) {

  	.clm {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
  	.crm {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}

  	html {background: transparent!important;}
	body {padding: 0; margin: 0; overflow-x: hidden; width: 100%; word-wrap: break-word; background: url("../img/body-fon.jpg"); font-family: mr; font-size: 16px; cursor: default; background-color: #f6f6f6;}
	a {text-decoration: none; color: #202020;}

	h1 {font-family: ml; font-size: 32px;  padding: 0px;  margin: 0px; color: white;}
	h2 {font-family: ml; font-size: 28px;  padding: 0px;  margin: 0px; color: #2c2c2c;}
	h3 {font-family: mr; font-size: 24px;  padding: 0px;  margin: 0px; color: #2c2c2c; margin-bottom: 10px;}
	h4 {font-family: mm; font-size: 24px;  padding: 0px;  margin: 0px; color: #0e2f60;}

}