html {
	scroll-behavior: smooth;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
ul {
	margin-left: 0;
	padding-left: 0;
}
a {
	text-decoration: none;
	color: #000;
}
body {
	font-family: Verdana, sans-serif;
	/* font-weight: bold; */
}
/* input {
	box-sizing: border-box;
} */

.header {
    border-bottom: 6px solid #fff;
    height: 100%;
    background: #418FD1;
}

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

.nav-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.logo a {
	display: flex;
	align-items: center;
	justify-content: space-between;height: 100%;
}
.logo img {
	width: 100px;
	height: auto;
}



.topmenu a {
	color: #fff;/*цвет*/
	text-decoration: none;/*отменяются все эффекты(подчеркивание, перечеркивание)*/
	text-transform: uppercase;/*Все символы текста становятся прописными*/
	font-size: 15px;/*размер шрифта*/
	font-weight: bold;
	margin-left: 20px;
	border-radius: 6px;
	padding: 10px 15px 10px 15px;
	transition: all 0.5s ease;
	box-shadow: 0 0 10px black;
	background: #448CFFB2;
}
.topmenu a:hover {
	background: #352AEA;
}
.topmenu li:hover > .submenu {
    display:inherit;
	
}
.topmenu-bottom li:hover > .submenu-bottom {
    display:inherit;
	
}

.submenu a {
	background: #4993F9;

}
.submenu a:hover {
	background:#352AEA;
}
.topmenu {
    position: relative;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}
.topmenu li {
	display: block;

}
			
.submenu {
	display: none;
	position: absolute;
	top: 21px;
	padding: 0;
	width: 300px;
	z-index: 100;
	transition: all 0.5s ease;
}
.submenu-bottom {
    display: none;
    position: absolute;
    top: 0px;
    left: -191px;
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 100;
    transition: all 0.5s ease;
}
.submenu-bottom-bottom {
    top: 41px;
    left: 250px;
}
.submenu li {
	margin-top: 22px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.fon {
    background: #025584;
    background: linear-gradient(135deg
, #025584 0%,#53cbf1 88%,#b8d5e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025584', endColorstr='#b8d5e6',GradientType=1 );
    border: none;
    overflow: hidden;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 530px;
}

.hello-text {
	color: #fff;
	line-height: 1.5;
	width:400px;
	font-size: 20px;
}

.hello_p {
	line-height: 1.5;
	font-weight: normal;
}
.raket {
	width: 400px;
	height: auto;

}
.ball {
	position: absolute;
	top: 65%;
	right: 26%;
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.ball img {
	width: 45px;
	height: auto;
}
.button button, .button a {
    background: #FF3B35;
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin-top: 10px;
    transition: all 0.5s ease;
    font-size: 17px;
    display: inline-block;
}
.hello-btn:hover {
	background-color: #FF534D;
}



.results {
	padding: 20px 0;
	min-height: 700px;
}
.results-img {
	width: 100%;
	height: auto;
}
.results-h2 {
	border-radius: 6px;
	width: 500px;
	margin:0 auto;
	text-align: center;
	padding: 8px;
	color: #fff;
	box-shadow: 0 0 10px black;
	background: #448CFFB2;
}
.resulst-data {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 0;
	color: #fff;
}
.resulst-rar {
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #0F9AFC;
	padding: 5px;
	margin-bottom: 10px;
	box-shadow: 0 0 10px black;
	color: #fff;
}
.results-figure {
	width: 150px;
	margin: 10px;
	padding-bottom: 10px;
	flex: auto;
	box-shadow: 0 0 10px black;
	text-align: center;
}

.results-div {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	clear:both;
	padding: 20px 0;
}
.popup {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.6);
	
}

.popup-content {
	position: fixed;
	text-align: center;
	left: 50%;
	top: 15%;
	transform: translateX(-50%);
	padding: 10px;
	background: #025584;
	background: linear-gradient(135deg,  #025584 0%,#53cbf1 88%,#b8d5e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025584', endColorstr='#b8d5e6',GradientType=1 );
	width: 350px;
	padding: 30px 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}

.popup-close {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 30px;
	color: #fff;
	text-align: center;
	border: none;
	background-color: transparent;
	font-size: 30px;
	cursor: pointer;
}
 .popup-request {
 	margin-top: 15px;
 	padding: 15px;
 	border: none;
 	border-radius: 10px;
 	box-shadow: 0 0 10px black;
 	outline:none;
 	width: 250px;
 	font-size: 15px;
 }
 .popup-button {
 	background: #FF3B35;
 	margin-top: 20px;
 	cursor: pointer;
 	font-weight: bold;
 	color: #fff;

 }

.popup-thank {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.6);
}
.icon-thank {
	width: 80px;
	height: 80px;
}
.popup-close-thank {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 30px;
	color: #fff;
	text-align: center;
	border: none;
	background-color: transparent;
	font-size: 22px;
	text-decoration: none;
}
.container-gallery {
	border: 1px solid #0F9AFC;

}
.gallery {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	clear:both;
	padding: 20px 0;
}
.gallery figure {
	width: 250px;
	padding: 0;
	margin: 10px;
	flex: auto;
	box-shadow: 0 0 10px black;
}
.img {
	width: 100%;
	height: auto;
}

/* Фотогалерея---------------*/
.foto-gallery {
    padding: 30px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.foto-gallery h2 {
	text-align: center;
	margin: 0 auto;
	border: 1px solid #0F9AFC;
	border-radius: 6px;
	color: #fff;
	box-shadow: 0 0 10px black;
	background: #448CFFB2;
	width: 500px;
	padding: 5px;
}



.foto-gallery li {
	display: block;
	margin-bottom: 15px;
}
.foto-gallery a {
	text-decoration: none;
	color: #fff;
}
.foto-gallery-img p {
    width: 100%;
    height: 45px;
    text-align: center;
    color: #fff;
    background-color: #000000AC;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 0;
    line-height: 3;
    font-size: 14px;
}
.foto-gallery-img {
	width: 30%;
	margin: 20px;
    position: relative;
    transition: all 0.5s ease;
}
.foto-gallery-img:hover {

    transform: scale(1.3);
}
.foto-gallery-img img {
	width: 100%;
}
.foto-gallery-item {
    margin-top: 45px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.section-img {
	height: 800px;
	background: url(../images/fon.jpg);
	background-size: cover;
	border-top: 6px solid #fff;
}
.section-img-fon {
	background-color: #000000AC;
	height: 100%;
}
.section-img-title {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 38px;
    margin: 0;
}


/*Контакты-----------------------*/

#contacts {
    background: linear-gradient(135deg, #025584 0%,#53cbf1 88%,#b8d5e6 100%);
}
.contacts {
    padding: 40px 0;
    color: #fff;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts__box h4 {
    font-size: 22px;
    margin: 0 0 24px;
}
.contacts__box p, .contacts__box a {
    margin: 0 0 18px 33px;
    color: #fff;
    display: block;
    position: relative;
}
.social_item a {
	margin: 0;
}
.contacts__box {
    width: 29%;
}
.maps {
    width: 66%;
}
.social_item {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 40px 0;
}
.social__fb,
.social__tg,
.social__inst,
.social__vk,
.social__yt,
.social__wa, 
.social__vib {
    display:inline-block;
    width: 36px;
    height:36px;
    background-image:url(../images/social_set2.png);
    background-repeat:no-repeat;
    background-size: 252px;
    background-position:0 0;
}
.social__fb:hover{
    background-position:0 -36px;
}
.social__inst,
.social__vk,
.social__yt{
    background-position:-36px 0;
}
.social__inst:hover{
    background-position:-36px -36px;
}
.social__yt{
    background-position:-72px 0;
}
.social__yt:hover {
    background-position: -72px -36px;
}
.social__vk {
    background-position: -144px 0;
}
.social__vk:hover {
    background-position: -144px -36px;
}
.social__wa {
    background-position: -107.8px 0;
}
.social__wa:hover {
    background-position: -108px -36px;
}
.social__tg {
    background-position: -180.3px 0;
}
.social__tg:hover {
    background-position: -180px -36px;
}
.social__vib {
    background-position: -216px 0;
}
.social__vib:hover {
    background-position: -216px -36px;
}
p.stop1 {
    margin: 11px 0 0 48px;
    font-size: 14px;
}
.contacts__box p:before, .contacts__box a:before {
    content: "";
    background-size: cover;
    width: 22px;
    height: 22px;
    position: absolute;
    left: -33px;
}
p.stop1:before {
    width: 18px;
    height: 18px;
    left: -23px;
    top: 1px;
}
.location:before {
	background-image: url(../images/adress.png);
}
.phone:before {
	background-image: url(../images/phone3.png);
}
.mail:before {
	background-image: url(../images/mail2.png);
}
.stop:before {
	background-image: url(../images/stop1.png);
}
.stop1:before {
	background-image: url(../images/stop11.png);
}
.bus:before {
	background-image: url(../images/bus1.png);
}
.trolleybus:before {
	background-image: url(../images/trolleybus.png);
}
.location:before {
	background-image: url(../images/adress.png);
}






/*Footer-----------------------*/

footer {
    background-color: #43505F;
    border-top: 6px solid #fff;
    padding: 30px 0 18px;
}
.footer {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer a {
	cursor: pointer;
}
.footer a, .footer li, .copyright {
    color: #A1A1A1;
	transition: all 0.5s ease;
}
.footer a:hover, .footer li:hover, .copyright:hover {
    color: #fff;
}
.footer li {
    cursor: pointer;
    font-size: 17px;
}
.footer .results-icon-bottom, .footer .results-icon-bottom-bottom {
    position: relative;
}
.footer .results-icon-bottom:before,
.footer .results-icon-bottom:after,
.footer .results-icon-bottom-bottom:before,
.footer .results-icon-bottom-bottom:after {
	background-color: #A1A1A1;
	height: 11px;
	top: 6px;
}
.footer .results-icon-bottom:before,
.footer .results-icon-bottom-bottom:before {
	right: -20px;
	
}

.footer__logo {
    width: 111px;
}
.footer__logo img {
    max-width: 100%;
}
.footer__link, .footer .mobile-submenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer__link-li, .results-icon-bottom-footer {
    margin: 0 45px 0 0;
}
.footer .mobile-submenu {
    margin: 0;
}
.footer .mobile-submenu-bottom, .footer .mobile-submenu-bottom-bottom {
    display: block;
}
.footer__bottom .border {
	width: 100%;
}
.copyright {
    text-align: center;
    font-size: 14px;
}
.mobile-submenu-bottom li, .mobile-submenu-bottom-bottom li {
    margin: 5px 0 0 15px;
}







 /**********Мобильное меню***********/
.nav-mobile-flex {
	display: none;
}

.button-burger {
	display: none;
}

.toggle-hamburger {
	background-color: #5CADF400;
	color: #ccc;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	width: 48px;
	height: 70px;
	font-size: 0;
	text-indent: -9999px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
	border: none;
	border-radius: none;
	cursor: pointer;
	transition: background 0.3s;
	outline:none;
	z-index: 19;
}
.toggle-hamburger span {
  display: block;
  position: absolute;
  width: 50px;
  height: 7px;
  background: #fff;
}
.toggle-hamburger span::before, .toggle-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #fff;
  content: "";
}
.toggle-hamburger span::before {
  top: -18px;
}
.toggle-hamburger span::after {
  bottom: -18px;
}

.toggle-hamburger.toggle-hamburger__animx span {
  transition: background 0s 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.toggle-hamburger.toggle-hamburger__animx span::before {
  transition-property: top, transform;
}
.toggle-hamburger.toggle-hamburger__animx span::after {
  transition-property: bottom, transform;
}

/* when menu open: */
.toggle-hamburger.toggle-hamburger__animx.is-active span {
  background: none;
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::before, .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
  background-color: #fff;
  transition-delay: 0s, 0.3s;
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.toggle-hamburger.toggle-hamburger__animx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}


.nav-mobile {
	background: #5CADF400;
	transition: all 0.5s ease;
	text-align: right;
	display: none;

}
.results-icon {
	position: relative;
	z-index: 1;
}
.results-icon-bottom:before, .results-icon-bottom-bottom:before, 
.results-icon-bottom__footer:before, .results-icon-bottom-bottom__footer:before {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    right: 136px;
    background: #F96568;
    transform: rotate(45deg);
    top: 4px;
    right: -23px;
    transition: all 0.3s ease;
}
.results-icon-bottom:after, .results-icon-bottom-bottom:after, 
.results-icon-bottom__footer:after, .results-icon-bottom-bottom__footer:after {
    content: "";
    width: 2px;
    height: 15px;
    position: absolute;
    right: 136px;
    background: #F96568;
    transform: rotate(-45deg);
    top: 4px;
    right: -13px;
    transition: all 0.3s ease;
}
.results-icon-bottom__footer:before, .results-icon-bottom-bottom__footer:before {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    right: 136px;
    background-color: #A1A1A1;
    transform: rotate(45deg);
    top: 8px;
    right: -19px;
    transition: all 0.3s ease;
}
.results-icon-bottom__footer:after, .results-icon-bottom-bottom__footer:after {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    right: 136px;
    background-color: #A1A1A1;
    transform: rotate(-45deg);
    top: 8px;
    right: -13px;
    transition: all 0.3s ease;
}
.results-icon.active:before, 
.results-icon-bottom.active:before, 
.results-icon-bottom-bottom.active:before {
	background-color: #fff;
    transform: rotate(135deg);
}
.results-icon.active:after, 
.results-icon-bottom.active:after, 
.results-icon-bottom-bottom.active:after {
	background-color: #fff;
	transform: rotate(-135deg);
}
.results-icon.active:before, 
.results-icon-bottom__footer.active:before, 
.results-icon-bottom-bottom__footer.active:before {
    transform: rotate(135deg);
}
.results-icon.active:after, 
.results-icon-bottom__footer.active:after, 
.results-icon-bottom-bottom__footer.active:after {
	transform: rotate(-135deg);
}
.results-icon-bottom-footer, .results-icon-bottom-bottom__footer {
	position: relative;
}
.results-icon-bottom-footer.active::before, .results-icon-bottom-footer.active::after {
	background-color: #A1A1A1;
}
.mobile-topmenu li {
	display: block;
	margin-left: 20px;
    margin-top: 15px;
    font-size: 20px;
    position: relative;
    color: #F96568;
}

.mobile-topmenu a {
	text-decoration: none;
	color: #fff;
	
	}
.mobile-submenu {
	top: 108px;
	transition: all 0.5s ease;
	margin: 0 40px 0 0;
}
.mobile-submenu-bottom {
	display: none;
}
.mobile-submenu-bottom-bottom {
	display: none;
}
.results-list-style {
	display: none;
}
.close1 {
	display: none;
}
.results-block h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 17px;
}
.results-block {
    margin: 28px 0 0 0;
}
.results-list-style li {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
}
.results-list-style a{
	text-decoration: none;
	color: #82CBFF;
	transition: all 0.5s ease;
	font-size: 16px;
}
.results-list-style a:hover{
	color: #CAE9FF;
}

.border {
    margin: 18px 0;
    width: 50%;
    height: 1px;
    background-color: #A1A1A1;
}

.results-block-btn {
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px black;
    background: #448CFFB2;
    border: none;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.results-block-btn:hover {
    background: #352AEA;
}
.data {
	color: #FF8E8E;
	font-size: 18px;
}
.results-block-a {
    color: #A5FE83;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    margin: 0 0 11px 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.results-block-a:hover {
    text-shadow: 0px 0px 2px #a5fe83;
}
.results-h2-dr {
	width: 570px;
}
.messanger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
}
.messanger-item img {
    width: 50px;
}



/*********** Заявка на регистацию ********/
#register {
	height: 100vh;
}
#register .fon {
	height: 100%;
}
.register__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.register__title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    width: 80%;
    margin: 0 auto 50px;
}
.register__title span {
    color: red;
    font-weight: 600;
    display: block;
    margin: 20px 0 0 0;
}
.register__content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 17px;
}
.register__input-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 9px;
	text-align: center;
}
.register__content-item__input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.register__content-item__input input, .register__content-item__input select {
    margin: 10px 15px 0;
}
.register__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 36px auto 0;
}












/*Responsive*/


/* 992px - 1200px */
@media screen and (max-width: 1200px) {
	.container {
		width: 950px;
	}
	.section-img {
    height: 675px;
	}
	.contacts__box {
		width: 35%;
	}
	.maps {
		width: 63%;
	}
	.results-icon-bottom-bottom {
		width: 181px;
	}
	
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
	.container {
		width: 720px;
	}
	
	.topmenu a {
	margin-left: 15px;
	}
	nav {
		display: none;
	}
	.toggle-hamburger {
		display: block;
	}
	.flex {
		flex-direction: column;
		height: 100%;
		position: relative;
	}
	.hello-img {
		padding: 50px 0;
	}
	.ball {
    position: absolute;
    top: 79%;
    right: 48%;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
	}
	.hello-text {
		padding-top: 30px;
	}
	.nav-mobile--active {
    	display: block;
	}
	.hello {
		text-align: center;
	}
	.popup-content {
		top: 20%;
	}
	.button-burger {
	height: 106px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	}
	.nav-mobile-flex {
		width: 100%;
		display: flex;
		-moz-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		align-items: flex-end;
	}
	.nav-flex {
		align-items: flex-start;
		height: 100%;
	}
	.nav-button {
		height: 97px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-img {
    height: 560px;
	}
	.messanger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    position: absolute;
    top: 29px;
    left: 50%;
    transform: translateX(-50%);
	}
	.messanger-item img {
    width: 45px;
	}
	.flex-direction-nav .flex-next {
    display: none;
	}
	.flex-direction-nav .flex-prev {
    display: none;
	}
	.contacts {
		flex-direction: column;
		align-items: center;
	}
	.contacts__box {
		display: flex;
		width: 100%;
		justify-content: space-around;
		margin: 0 0 32px;
	}
	.maps {
		width: 100%;
	}
	.footer__link, .mobile-submenu {
		flex-direction: column;
		align-items: center;
	}
	.footer__link-li, .results-icon-bottom-footer {
		margin: 0;
	}
	.footer__link {
		width: 76%;
	}
	.results-icon-bottom-bottom {
		width: max-content;
	}
	.mobile-submenu-bottom li, .mobile-submenu-bottom-bottom li {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer .mobile-submenu-bottom, .footer .mobile-submenu-bottom-bottom {
		display: none;
	}
	.footer li {
		margin: 5px 0;
	}
	.footer__logo {
		width: 90px;
	}
	







}

/* 576px - 768px */
@media screen and (max-width: 768px) {
	.container {
		width: 525px;
	}
	.nav-mobile {
		right: 90px;
	}
	.section-img-title {
    font-size: 32px;
	}
	.section-img {
    height: 467px;
	}
	.foto-gallery-img {
    width: 40%;
	}
	.nav-flex {
		min-height: 103px;
	}
	.logo {
		height: 103px;
	}
	.logo img {
		width: 79px;
	}
	.register__title {
		font-size: 21px;
		margin: 0 auto 26px;
	}
	.register__content-item__input {
		flex-direction: column;
	}
	.register__content-item__input input {
		margin: 6px 0;
	}
	.register__input-title {
		font-size: 16px;
		margin: 0 0 6px;
	}
	#register .fon {
		overflow: visible;
	}
	.nav-mobile {
		margin: 0 0 13px;
	}
	
}





/* 460px - 576px */
@media screen and (max-width: 576px) {
	.register__content .popup-request {
		width: 250px;
		font-size: 15px;
	}
	.contacts__box {
		flex-direction: column;
		align-items: center;
	}
	.contacts__box-item {
		width: 75%;
	}
	.footer {
		flex-direction: column-reverse;
		align-items: center;
	}
	.copyright {
		font-size: 12px;
	}
	
}

/* 374px - 460px */
@media screen and (max-width: 460px) {
	.register__content-item__input {
		width: 100%;
	}
	.register__content .popup-request {
		width: 86%;
	}
	.register__title {
		width: 100%;
	}
	.contacts__box-item {
		width: 92%;
	}
	.footer__logo {
		width: 73px;
	}
	.footer__link {
		width: 100%;
	}
	.copyright {
		font-size: 10px;
	}



}


/* 320px - 400px */
@media screen and (max-width: 374px) {
	.register__title {
		font-size: 17px;
		margin: 0 auto 13px;
	}
	.register__input-title {
		font-size: 13px;
	}
	.register__content .popup-request {
		width: 81%;
		font-size: 13px;
	}
	.footer li {
		font-size: 13px;
	}
	.footer .results-icon-bottom:before, .footer .results-icon-bottom:after, .footer .results-icon-bottom-bottom:before, .footer .results-icon-bottom-bottom:after {
		background-color: #fff;
		height: 8px;
		top: 6px;
	}
	.footer .results-icon-bottom:before, .footer .results-icon-bottom-bottom:before {
		right: -18px;
	}

}




/* 320px - 576px */
@media screen and (max-width: 576px) {
	.container {
		width: 95%;
	}
	.popup-content {
    width: 70%;
    padding: 20px 20px;
    font-size: 14px;
	}
	.raket {
    width: 100%;
    height: auto;
	}
	.hello-text {
    width: 100%;
    margin: 0 auto;
	}
    .popup-request {
    	padding: 12px;
    	width: 165px;
    	font-size: 12px;
	}
	.popup-form {
		width: 100%;
		margin: 0 auto;
	}
	.logo {
		height: 87px;
	}
	.logo img {
    width: 80px;
    height: auto;
	}
	.nav-flex {
		min-height: 87px;
	}
	.foto-gallery h2 {
    width: 75%;
    font-size: 20px;
}
	.foto-gallery-ul {
    text-align: center;
	}
	.results-h2 {
    width: 85%;
    font-size: 24px;
	}
	.results-h2-dr {
    width: 95%;
	}
	.section-img-title {
    font-size: 20px;
	}
	.section-img {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
	}
	.section-img-fon {
    padding-bottom: 80px;
	}
	.results-block h3 {
    text-align: center;
	}
	.results-block-btn {
    margin: 0 auto;
	}
	.results-list-style {
    text-align: center;
	}
	.border {
    margin: 18px auto;
	}
	.results-block div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mobile-topmenu li {
    font-size: 17px;
	}
	.results-icon:before {
    right: 135px;
	}
	.results-icon:after {
    right: 125px;
	}
	.popup-thank h2 {
		font-size: 21px;
	}
	.popup-thank p {
		font-size: 13px;
	}
	.popup-thank img {
		width: 60px;
		height: 60px;
	}
	.foto-gallery-img {
    width: 85%;
	}
	.logo img {
    width: 62px;
	}
	.toggle-hamburger span {
    width: 39px;
    height: 5px;
	}
	.toggle-hamburger span::before {
    top: -12px;
    height: 5px;
	}
	.toggle-hamburger span::after {
    bottom: -12px;
    height: 5px;
	}
	.button-burger {
    height: 89px;
	}
	.flexslider {
    width: 90%;
	}
	.flex-control-paging li a {
    width: 10px;
    height: 10px;
	}
	.flex-control-nav li {
    margin: 0 4px;
	}
	.flex-direction-nav a:before {
    font-size: 30px;
    margin-bottom: 5px;
	}
	.flex-direction-nav .flex-prev {
    left: -10px;
	}
	.flex-direction-nav .flex-next {
    right: -10px;
	}

	.messanger {
	    top: 27px;
	    width: 125px;
	}
	.messanger-item img {
    width: 34px;
	}
	.mobile-submenu {
    margin: 0 30px 0 0;
	}
	.nav-button {
		height: 87px;
	}
	.hello-text {
		font-size: 16px;
	}
	.hello-h3 {
		font-size: 24px;
	}
	
}
