body {
    color: #002060;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #bfbfbf;
    font-weight: 400;
    line-height: 1.4;
}


h1 {
    text-align: center;
    font-size: 72px;
    margin: 0;
    line-height: 1;
}

img {
	width: 100%;
}

p {
	    font-family: 'Arial';
	color: #073763;
	font-size: 14pt;
    margin: 0;
    text-decoration: none;
    font-weight: 400;
	text-align: justify;
}

@media (max-width: 768px) {
	p  {
	font-size: 14px;;
    }}




a {
	color: #000;
	text-decoration: none;
	transition: .3s;
}
a:hover {
	color: #606060;
	transition: .3s;
}


/* HEADER */
.bg-header {
    width: 100%;
}



.header {
    max-width: 1920px;
    margin: 0 auto;
    height: 0;
    padding: 0;
}

@media (max-width: 768px) {
	.header {
	height: 0px;
    }}
	
@media (max-width: 768px) {
	.header {
	height: 0px;
    }}



/* Мобильное меню */

.mobile-menu {
   visibility: hidden;
   opacity: 0;
   background: #232628;
   width: 100%;
   height: calc(100% - 90px);
   transition-duration: .25s;
   position: fixed;
   z-index: 5;
}

/* Мобильное меню */
.mobile-menu.btn-open {
    visibility: visible;
    opacity: 1;
    transition-duration: .25s;
    top: 90px;
    overflow: auto;
}

.mobile-links {
   padding: 10px 0 0;
}

.link-mb {
    font-size: 26px;
    list-style-type: none;
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}

.mobile-links :last-child {
	border-bottom: none;
}

.link-mb-tx {
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}





.t-logo {
	font-family: 'Roboto', sans-serif;
    margin-top: 105px;
    font-size: 68px;
    color: #073763;
    font-weight: normal;
    text-align: center;
    line-height: 1;
}






.t-logo span {
	color: #008278;
}

@media (max-width: 768px) {
	.t-logo {
        font-size: 58.6px;
		margin-top: 75px;
    }}
	
@media (max-width: 476px) {
	.t-logo {
        font-size: 46.6px;
    }}






.t-1 {
    text-align: center;
    font-size: 39px;
    color: #000;
    line-height: 1.5;
}

.t-1-2 {
    font-size: 15px;
    color: #002060;
    font-weight: 700;
    text-align: center;
    line-height: 1.45;
}

h2 {
	color: #073763;
	font-size: 18.0pt;
    font-family: 'Roboto';
    text-align: center;
    font-weight: 400;
}


@media (max-width: 476px) {
	.h2 {
        font-size: 17.0pt;
    }}

.pdd {
	padding: 32px 18px 32px; 
}

@media (max-width: 360px) {
	.pdd {
		padding: 32px 0px 32px;
    }}




.bg-biruza {
	background: #9bd9d8;
}

.t-2 {
	font-size: 14px;
}


.title-1 {
	font-weight: 700;
}

.link {
    text-decoration: none;
    font-family: 'Arial';
    color: #073763;
    font-size: 14pt;
    display: block;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
	.link  {
	font-size: 14px;;
    }}



.conttt {
	padding: 24px 12px 48px
}

.img-arrow {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}





.main {
    padding: 40px 0 0 0;
}



/*swiper START*/
.swiper {
    max-width: 870px;
    width: 100%;
    height: 100%;
    margin: 40px auto 140px;
}

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
	  
/*swiper END*/

.block-icon {
    margin: 60px 0;
    padding: 0 120px;
}

@media (max-width: 991px) {
	.block-icon {
		padding: 0 12px;
	}}

.img-icon {
    width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 26px;
}

.box-icon {
	margin: 26px 0 50px;
} 

.t-f {
    font-size: 15px;
    color: #000;
    text-align: center;
    font-weight: 600;
    line-height: 1.45;
}

.color-blue {
    color: #002060;
}

.box-icon .t-1-2 {
	margin-bottom: 16px;
}

.maps {
	max-width: 800px;
	margin: 26px auto 0;
}