
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	overflow-x: hidden;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
figure {margin: 0 0 0 0rem;
}
.row { display: block; }
.tm-left-right-container { width: 100%; }

.tm-blue-bg {
	background-color: #006599;
	color: white;
}

.tm-blue-text {	color: #006599; }
.tm-blue-bg a {	color: white; }

.tm-site-name {
	font-size: 4rem;
	margin-top: 20px;
}

.tm-logo-div { 
	padding-top: 40px; 
	padding-bottom: 40px; 
}

.tm-main-nav { display: none; }

.tm-main-nav-ul {
	display: inline-block;
	padding-left: 0;
}

.tm-section { margin-bottom: 60px; }
.tm-welcome-title {	font-size: 2.4rem; }
.tm-section-title {	font-size: 2.2rem; }
.tm-content-div { padding: 40px; }
.tm-margin-b-45 { margin-bottom: 45px; }
.tm-margin-b-30 { margin-bottom: 30px; }
p { line-height: 2; 
font-weight: 400;
margin-top: 2rem;
margin-bottom: 1rem;
text-align: justify;}

.tm-button {
	background-color: #006599;
	border: none;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 1.4rem;	
	padding: 18px 35px;
}

.tm-button-wide { padding: 18px 40px; }

.tm-button:hover,
.tm-button:active,
.tm-button:focus {
	background-color: #2790c6;
	color: white;
	
}

.tm-nav-item:hover a,
.tm-nav-item:active a,
.tm-nav-item:focus a,
.tm-nav-item-link.active {
	color: #f4ef5e;
}

.tm-about-img-container { margin-top: 50px; }

.tm-gallery-container {
	overflow: auto;
	margin-left: -5px;
	margin-right: -5px;
}

.tm-img-container {	float: left; }

.tm-img-container-1,
.tm-img-container-2,
.tm-img-container-3 { 
	margin-bottom: 10px;
	width: 50%; 
}

.tm-img-tn {
	padding-left: 5px;
	padding-right: 5px;
}

.tm-img-tn {
	display: block;
	margin: 0 auto;
}

.tm-contact-right { margin-top: 40px; }

.form-control {
	border-color: #0a6697;
	border-radius: 0;
	color: #4286ab;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 1.3rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #4286ab !important;
}
 
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #4286ab !important;  
}
 
input::-moz-placeholder,
textarea::-moz-placeholder {  
	color: #4286ab !important;  
}
 
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {  
	color: #4286ab !important;  
}

.tm-contact-right {	padding-left: 15px; }



@media (min-width: 480px) {
	.container { width: 100%; }
	.tm-site-name { margin-top: 30px; }
	.tm-welcome-title { font-size: 1.5rem; }
	.tm-img-container-1 { width: 20%; }
	.tm-img-container-2 { width: 33.3334%; }
	.tm-img-container-3 { width: 25%; }
	.tm-main-nav {
		display: flex;
		justify-content: center;
	}
.tm-left-column { width: 30%; }

	.tm-right-column {
		float: right;
		width: 70%;
	}
	.tm-nav-item {
		cursor: pointer;
		font-size: 0.8rem;
		list-style: none;
		padding: 18px 30px;
		transition: all 0.3s ease;
	}

	.tm-site-name {
	    font-size: 1.2rem;
	    margin-top: 30px;
	}
	p{font-size: 0.9rem;
		margin-bottom: 1rem;
		margin-top: 1rem;}
.ol-sr{
	font-size:  0.9rem;
}
h4{font-size: 0.8rem;}
h3{font-size: 1rem;}
.tm-button{
	font-size: 0.7rem;
}
.p-onas{
	text-align: center;
	font-weight: bold;
    font-size: 15px
}
}
.tm-left-column { 
		position: fixed; 
		height: 100%;
	}
	table {border: 2px solid: #006599;
    	width: 100%;
font-size: 0.7rem;
    } 

@media (min-width: 768px) {
	.tm-about-img-container { margin-top: 0; }
} 

@media (min-width: 992px) {
	.tm-main-nav {
		display: flex;
		justify-content: center;
	}
	.tm-welcome-title { font-size: 3rem; }

	.tm-left-column { 
		position: fixed; 
		height: 100%;
	}

	.container { width: 100%; }
	.tm-left-column { width: 30%; }

	.tm-right-column {
		float: right;
		width: 70%;
	}

	.tm-nav-item {
		cursor: pointer;
		font-size: 1.5rem;
		list-style: none;
		padding: 18px 30px;
		transition: all 0.3s ease;
	}

	.tm-site-name {
	    font-size: 3.3rem;
	    margin-top: 30px;
	}

	.tm-logo-div {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}

	.tm-section { margin-bottom: 100px; }

	.tm-content-div { padding: 80px 40px 30px 80px;	}

	.tm-img-container-1 {
		margin-bottom: 10px;
		width: 33.3334%;
	}

	.tm-img-container-2 {
		margin-bottom: 10px;
		width: 50%;
	}

	.tm-img-container-3 {
		margin-bottom: 10px;
		width: 33.3333%;
	}

	.tm-contact-right { margin-top: 0; }
	p{
		font-size: 20px;
	}
	h4{
		font-size: 1.5rem;
	}
	.ol-sr{
		text-align: justify;
	margin-top: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 20px;
	}
	h3{font-size: 1.5rem;}
.tm-button{
	font-size: 1.4rem;
}
.p-onas{
	text-align: center;
	font-weight: bold;
    font-size: 30px
}
table {border: 2px solid: #006599;
    	width: 100%;
font-size: 1.5rem;
    } 
}

@media (min-width: 1200px) {		
	.container { width: 100%; }	
	
	.tm-img-container-1 { width: 20%; }
	.tm-img-container-2 { width: 33.3333%; }
	.tm-img-container-3 { width: 25%; }
	.tm-contact-right { padding-left: 42px; }
}

@media (min-width: 1500px) {	
	.container { width: 100%; }
	p { margin-bottom: 30px; }

	.tm-gallery-container {
		overflow: auto;
		margin-left: -10px;
		margin-right: -10px;
	}

	.tm-img-tn {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1800px) {
	.container,
	.tm-left-right-container {
	    width: 100%;
	}

	p { margin-bottom: 36px; }

	.tm-gallery-container {
		overflow: auto;
		margin-left: -10px;
		margin-right: -10px;
	}

	.tm-img-container-1 { width: 20%; }

	.tm-img-tn {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-height: 860px) {
	.tm-logo-div {
	    padding-top: 45px;
	    padding-bottom: 20px; 
	}

	.tm-nav-item { font-size: 1.0rem; }

	.tm-site-name {
		font-size: 1.3rem;
		margin-top: 10px;
	}
} 

@media (min-height: 859px) {
	.tm-logo-div {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}

	.tm-nav-item { font-size: 1.9rem; }
}
/*Под смартфоны */

}
/* изм. */
/*.img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    width: 100%;
} */
h3 {
margin-bottom: 2rem;	
}
.ol-sr{
	text-align: justify;
	margin-top: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
}
.h3-center{

	text-align: center;
}
.p-sr{
	text-align: justify;
	margin-bottom: 1rem;
}
.p-center{
	text-align: center;
	margin-bottom: 1rem;
}
/*.p-onas{
	text-align: center;
	font-weight: bold;
    font-size: 30px
} */
.h2-center{
	text-align: center;
}
.ol-sr li{
	padding-bottom: 1rem;
}
.imgblock {
    position: relative;
    display: inline-block;
    width: 100%
}


.imgblock span {
    
 
    color: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
}

form {
  position: relative;
  width: 30rem;
  margin: 0;
  background: #A3D0C3;
  margin-left: 1rem;
 
}
input, button {
  border: none;
  outline: none;
  
}
input {
  width: 100%;
  height: 60px;
  padding-left: 15px;

}
.sbutton {
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
background-color: #006599
}
.sbutton:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.p-no-justify{
	text-align: left;
}
.href-right{
	text-align: right;
	display: inline;
}
.href-left{
	text-align: left;
	display: inline;
}
.l1{
	text-align: right;
}

    

th {border: 2px solid #006599;}

td {border: 2px solid #006599;
text-align: left;
padding-left: 5px;
font-weight: 400;}
.td-center{
	text-align: center;
	
}
.p-table{
	margin-top: 0px;
	margin-bottom: 0px;
}