﻿@font-face{font-family:'Gotham Pro';src: url('../fonts/GothamPro.woff') format('woff');font-weight:400;font-style:normal;}
@font-face{font-family:'Gotham Pro';src: url('../fonts/GothamPro-Bold.woff') format('woff');font-weight:700;font-style:normal;}
@font-face{font-family:'Gotham Pro';src: url('../fonts/GothamPro-Black.woff') format('woff');font-weight:900;font-style:normal;}

/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
font-size: 18px;
color: #111;
margin:0px;
background:#fff;
font-family: 'Gotham Pro';
}

a {
text-decoration:none;
color:#fff;
}

a:hover {
text-decoration:underline;
color:#fff;
}

.clear {
clear:both;
}

ul, p, img {
margin:0px;
padding:0px;
border:0px;
list-style:none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
line-height: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}

h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

* {
box-sizing: border-box;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
  display: block
}

input, button, textarea {
outline:none;
font-family: 'MADE Evolve Sans';
font-size:16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

img {
max-width:100%;
height:auto !important;
}

.site-width {
width:100%;
max-width:1170px;
position:relative;
margin:0 auto;
padding:0 10px;
}

header {
	background-color: #273edb;
    color: #fff;
    padding: 15px 0;
	position: fixed;
    z-index: 999;
	width: 100%;
}

header a{
    color: #fff;
	font-size: 14px;
    margin: 0 10px;
}

header a:hover {
    color: #fff;
}

header nav {
	width: fit-content;
    margin: auto;
}

.tel
{
	color: #111;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
	}
	
	
.section-1 {
padding:85px 0 50px 0;
}

.section-1 .head img{
	max-width: 200px;
    display: block;
    float: left;
}

.section-1 .head {
display: inline-block;
width: 100%;
}

.section-1 .head_left{
	 float: left;
	padding: 30px 0 0 10px
}

.section-1 .head_name{
    font-family: 'Gotham Pro';
    font-weight: 900;
    font-size: 50px;
    display: block;
    color: #1d2d96;
}

.section-1 .head_title{
    FONT-WEIGHT: 700;
    font-size: 25px;
	padding-left: 10px;
}


.section-1 .head_desk{
    font-size: 20px;
    padding-top: 5px;
	padding-left: 10px;
}

.section-1 .head_right .head_item {
	min-height: 45px;
	font-weight: 700;
    font-size: 20px;
}


.section-1 .head_right .head_item img{
	max-width: 40px;
    float: left;
}

.section-1 .head_right .head_item a {
    padding: 8px 0 0 50px;
    align-items: center;
    align-content: center;
    margin-top: 10px;
	color: #111;
    display: block;
}

.section-1 .head_right .head_item span{
    padding: 0px 0 0 50px;
    align-items: center;
    align-content: center;
    display: block;
	margin-top: 10px;
}


.section-1 .head_right{
	float: right;
	padding: 10px 20px 0 0;
}

.bottom {
	margin-top: 50px;
	max-width: 327px;
	height: 90px;
	background-color: #273edb;
	width:100%;
    display: block;
	cursor: pointer;
	float: left;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 25px;
    font-weight: 700;
    line-height: 55px;
    padding: 17px 0 0;
	text-align: center;
	

}

a.bottom:hover {
    color: #fff;
}


.section-2 {
padding:35px 0 50px 0;
background: url(../images/bg2.jpg) no-repeat;
background-position: 50% 0;
background-size: cover;
color: #fff;
display: inline-block;
width: 100%;
}

.section-2 .prev {
	font-size: 24px;
    font-weight: 700;
    max-width: 600px;
}

.section-2 h1 {
    font-weight: 900;
    font-size: 40px;
    max-width: 700px;
}


.section-2 .page {
    max-width: 100%;
	text-align: center;
}


.section-2.pages .site-width {
	display: grid;
}


.section-2.pages .bottom {
	margin: auto;
}

.section-2 .desk {
	font-size: 20px;
    line-height: 30px;
    max-width: 720px;
}

.section-2 ul {
	list-style: disc;
    padding: 10px 0 0 30px;
}

.section-2 li {
	padding: 3px 0;
}

.section-3 {
	padding: 30px 0;
    background-color: #f2f2f2;
    width: 100%;
    display: inline-block;
}

.section-3 .item {
	float: left;
    width: 23%;
    margin: 0 1%;
    padding-left: 100px;
	min-height: 80px;
    font-weight: 700;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 20px;
}

	
.section-3 .item:nth-child(1) {
	background: url(../images/section_3_1.png) no-repeat;
}

.section-3 .item:nth-child(2) {
	background: url(../images/section_3_2.png) no-repeat;
}

.section-3 .item:nth-child(3) {
	background: url(../images/section_3_3.png) no-repeat;
}

.section-3 .item:nth-child(4) {
	background: url(../images/section_3_4.png) no-repeat;
}
	
.section-4 {
	padding: 40px 0 0;
}

.section-4 h2 {
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #1f2c87;
}	

.section-4 p {
	font-size: 18px;
    padding: 7px 0;
    line-height: 24px;
}


.section-4 ul {
	list-style: disc;
    padding: 10px 30px;
}

.section-4 li {
	list-style: disc;
	padding: 4px 0;
}

.section-4 p a, .section-4 li a {
text-decoration: underline;
color:#111;
}

.section-4 p a:hover, .section-4 li a:hover {
text-decoration: none;
color:#111;
}

.section-4 .item {
	float: left;
    width: 23%;
    margin: 10px 1% 40px;
    background: #eeeeee;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background: #eeeeee;
	}

.section-4 .item:hover {
    -moz-box-shadow: 0 0 20px #555;
    -webkit-box-shadow: 0 0 20px #555;
    box-shadow: 0 0 20px #555;
	}

.section-4 .item .name {
	text-align: center;
    padding: 30px 0;
    font-size: 23px;
    font-weight: 900;
    color: #363636;
	} 
	
.section-4 .item .bottom {	
	width: 80%;
    margin: 0 10%;
    height: auto;
    font-size: 20px;
    padding: 20px 0;
    line-height: initial;
    margin-bottom: 40px;
	} 
	
.section-5 {
	padding: 20px 0 40px;
}

.section-5 h2 {
	font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #1f2c87;
}	




.section-5 table {
	border: 1px solid black;
    border-collapse: collapse;
}


.section-5 tr, .section-5 td {
	border: 1px solid black;
    border-collapse: collapse;
	
}

.section-5 td {
    padding: 5px;
}

.section-5 p {
	font-size: 18px;
    padding: 7px 0;
    line-height: 24px;	
}

.section-5 ul {
	list-style: disc;
    padding: 10px 30px;
}

.section-5 li {
	list-style: disc;
	padding: 4px 0;
}

.section-5 p a, .section-5 li a {
text-decoration: underline;
color:#111;
}

.section-5 p a:hover, .section-5 li a:hover {
text-decoration: none;
color:#111;
}

.section-6 {
	background: #1c2d59;
	padding: 20px 0;
	width: 100%;
    display: inline-block;
}

.section-6 h3{
	font-size: 30px;
    color: #fff;
    text-align: center;	
}

.section-6 img{
	display: block;
    float: left;
    margin: 1%;
    width: 23%;
    border-radius: 10px;
}

.section-6 img:hover {
    -moz-box-shadow: 0 0 20px #c9c9c9;
    -webkit-box-shadow: 0 0 20px #c9c9c9;
    box-shadow: 0 0 20px #c9c9c9;
	}

.section-7  {	
	    position: relative;
	}	
	
	
.section-7  .map-box {
    position: absolute;
    top: 50px;
    left: 15%;
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    z-index: 100;
    width: 320px;
    box-shadow: -1px -1px 24px 0px rgb(50 50 50 / 50%);
}

.section-7	.map-box .name_text {
	padding: 10px 0 15px;
    font-size: 22px;
    font-weight: 800;
    color: #1d2d96;
    text-align: center;
}


.section-7	.map-box .map_item  {
	padding: 8px 0;
}

.section-7	.map-box  .map_item img{
	max-width: 35px;
    float: left;
	display: block;
}

.section-7	.map-box  .map_item a {
    padding: 0px 0 0 50px;
    margin-top: 10px;
    display: block;
	color: #111;
}

.section-7	.map-box  .map_item span{
    padding: 0px 0 0 50px;
    display: block;
}

.section-7	.map-box .bottom {	
	width: 80%;
    margin: 0 10%;
    height: auto;
    font-size: 20px;
    padding: 20px 0;
    line-height: initial;
    margin-top: 10px;
	} 

.section-8	{	
	background-color: #bfc7fc;
    padding: 20px;
	} 
	
.section-8 .mini_text {
	max-width: 720px;
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}	
	
footer {
	background: #1c2d59;
	padding: 5px 0;
	width: 100%;
    display: inline-block;
}
	
#popup-block {
display:none;
}

#popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(33, 33, 33, 0.36);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

#popup-block .block {
background:#fff;
max-width:420px;
width:100%;
position:fixed;
top:50%;
left:50%;
transform: translate(-50%, -50%);
border-radius:10px;
padding:60px;
z-index:9999999999999999999999999;
}

#popup-block .block .close {
width:19px;
height:19px;
background:url(../images/popup-close.png) no-repeat;
position:absolute;
top:30px;
right:30px;
cursor:pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;

}

#popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#popup-block .name {
font-size:27px;
margin:0 0 15px 0;
text-align:center;
font-family: "Gotham Pro";
font-weight: 700;
}

#popup-block .desc {
font-size:13px;
color:#666666;
text-align:center;
margin:0 0 30px 0;
font-family: "Gotham Pro";
font-weight: 400;
}

#popup-block input {
width:100%;
border:0px;
border-radius:10px;
height:65px;
margin:0 0 15px 0;
padding:0 40px;
background:#eeeeee;
font-size:18px;
font-family: "Gotham Pro";
}

#popup-block form span {
	font-size: 14px;
    padding: 10px;
	text-align: center;
    display: block;
}

#popup-block form span a{
	color:#111;
	text-decoration:underline;
}

#popup-block form span a:hover{
	color:#111;
	text-decoration:none;
}

#popup__toggle{bottom:7%;right:1%;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

.header_mobile {
display: none;
}


@media only screen and (max-width: 1140px) {

.section-5 .scroll {
	overflow-x: scroll;
}

}

@media only screen and (max-width: 1092px) {

header nav{
display: none;
}

.header_mobile {
	display: block;
	font-size: 20px;
    font-weight: 700;
	width: fit-content;
    margin: auto;
	
}
.header_mobile .menu {
	float: left;
	margin-top: 3px;
	margin-right: 3px;
		}


.menu-triger {
	background: url(../images/menu.png) 0 0 repeat;
	display: block;
	width: 25px;
	height: 17px;
	left: 15px;
	top: 28px;
}	
.menu-close {
	background: url(../images/close_pup.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #216bc1;
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: -15px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	font-size: 18px;
	color: rgb(255, 255, 255);
	line-height: 1.4;	
	text-decoration: none;
}

.section-1 .head_left {
	max-width: 360px;
}

.section-3 .item {
    width: 48%;
    margin: 10px 1%;
	align-items: center;
    display: flex;
}


}

@media screen and (max-width:980px) {
.section-1 .head_left {
	max-width: 100%;
}

.section-1 .head_lefts {
	display: table;
    margin: auto;
}

.section-1 .head_right {
	margin: auto;
    float: inherit ;
    width: fit-content;
    margin-top: 10px;
}


.section-4 .item {
    width: 48%;
    margin: 10px 1% 40px;
	display: grid;
	}

.section-4 .item img{
    margin: auto;
    display: block;
}

.section-4 .item .bottom {
	margin: 0 auto 40px;
}



}

@media screen and (max-width:712px) { 
.section-1 .head img {
	float: inherit;
    margin: auto;
}

.section-1 .head_left {
    text-align: center;
	padding: 10px 0;
}

.section-1 .head_title {
	padding: 0;
}

.section-1 .head_desk {
	padding-left: 0px;
}

}

@media screen and (max-width:560px) { 

.section-3 .item {
    width: 98%;
}


.section-6 img{
    width: 48%;
}

.section-7 .map-box {
	position: initial;
    width: 100%;
    box-shadow: none;
    display: grid;
    padding: 30px;
}

.section-7 .map-box .name_text {
	padding: 15px 0 15px;
    font-size: 28px;
}

.section-7 .map-box .bottom {
	margin: 30px auto;
}

.section-7 iframe{
	display: none;
}
}

@media screen and (max-width:500px) {

.section-4 .item {
    width: 98%;
	}

.section-2 h1 {
	font-size: 30px;
}
}




@media screen and (max-width:420px) {

#popup-block .block {
padding:20px;
}

#popup-block input {
height:45px;
padding:0 20px;
}


}

@media screen and (max-width:360px) { 
.section-2 .prev {
 font-size: 20px;
}

.section-2 h1 {
	font-size: 25px;
}

.section-2 .desk b {
	line-height: 20px !important;
    font-size: 20px !important;
}

.section-4 h2 {
	font-size: 25px;
    line-height: 30px;
}

.section-5 h2 {
	font-size: 25px;
    line-height: 30px;
}

}