html, body {
	font-size:18px;
	font-family: Arial, sans-serif;
	font-weight:400;
	color:#000;
	line-height:1.5;
	/* max-width:1920px;
	min-width:320px; */
	margin:0 auto;
	/* width: 1280px; */
	box-sizing: border-box;
	scroll-behavior: smooth;
    min-width: 1366px!important;
    overflow-x: hidden;
}
*{
	box-sizing: border-box;
}
body .page1,
body .page2,
body .page3,
body .page4,
body .page5,
body .page6{
    visibility: hidden;
    height: 0;
    margin: 0;
}
body.page1 .page1,
body.page2 .page2,
body.page3 .page3,
body.page4 .page4,
body.page5 .page5,
body.page6 .page6{
    visibility: visible;
    height: auto;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    min-width: 1140px!important;
}
img{
	max-width: 100%;
}
.more:before{
   content: "+";
    background: #e5eff1;
    color: #09598a;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 17px; 
}
.more{
    position: relative;
    cursor: pointer;
    text-decoration: underline;
}
header{
    box-shadow: 0px 0px 15px rgb(43 43 43 / 50%);
    z-index: 9999;
    position: relative;
}
.background-blue{
	background: linear-gradient(to right, #019cdc, #0038c3);
	color: #fff;
}
.background-blue-tone{
	background: #e5eff1;
}
.color-blue{
	color: #09598a;
}
.btn{
	background: red;
	color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    line-height: 1;
    padding: 3% 10%;
}
.map{
	background: url(/images/icons/map.svg) no-repeat left top;
    background-size: 30px;
}
.phone{
	background: url(/images/icons/phone.svg) no-repeat left top;
    background-size: 30px;
}
.mail{
	background: url(/images/icons/envelope.svg) no-repeat left -0.5rem;
    background-size: 3rem;
}
.mess img{
    width: 28px;
    height: auto;
}
ul.menu li a{
	font-size: 1.05rem;
	text-transform: uppercase;
}
.banner{
	position: relative;
}
.banner .text{
	position: absolute;
    width: 48%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.banner .text .h1{
    font-size: 4vw;
    font-weight: 700;
}
.banner .text .line-top{
    border-top: 2px solid #09598a;
    display: table;
    width: max-content;
}
.about{
	font-size: 0.9rem;
}
.about .row img{
    z-index: 99;
}
.about .row .text{
	background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px rgb(169 169 169 / 50%);
}
.about .background-blue-tone{
	position: relative;
}
.about .background-blue-tone:before{
    content: " ";
    width: 179%;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    background: inherit;
}
.about .background-blue-tone:after{
    content: " ";
    width: 74%;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: inherit;
}
.about .background-blue-tone .h1.page1{
	font-size: 2.4vw;
}
.about .background-blue-tone .h1.page2{
	font-size: 2.1vw;
}
.about .background-blue-tone .h1.page3{
	font-size: 1.53vw;
}
.gallery { 
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-auto-rows: 225px;
	grid-gap: 5px;
}
.catalog .items {
    border-top: 1.5px dashed #09598a;
}
.catalog .items .item{
    border-bottom: 1.5px dashed #09598a;
}
.catalog .items .item .title{
font-weight: bold;
    font-size: 18px;
    color: #09598a;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    padding: 6px 0;
}
.catalog .items .item .title:before{
    content: "+";
    background: #e5eff1;
    color: #09598a;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 17px;
}
.catalog .items .item.active .title:before{
    content: "-";
}
.catalog .items .item .desc{
    display: none;
    margin-left: 52px;
    font-size: 16px;
}
.catalog .items .item table.desc{
    border-collapse: separate;
    border-spacing: 5px 5px;
}
.shtok .shtok-image{
    width: auto;
    margin-left: auto;
    display: block;
}
.shtok table{
    width: 100%;
    margin-bottom: 15px;
}
.shtok table.phones{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.gallery a:nth-child(11n+1),
.gallery a:nth-child(11n+2),
.gallery a:nth-child(11n+8),
.gallery a:nth-child(11n+9),
.gallery a:nth-child(11n+10){
    grid-column: span 3;
}
.gallery a:nth-child(11n+5),
.gallery a:nth-child(11n+6),
.gallery a:nth-child(11n+11){
    grid-column: span 2;
}
.gallery a img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
/* .gallery a:nth-child(4n+1) {
  width: 250px;
}
.gallery a:nth-child(4n+1):nth-child(4n+2) {
  width: 325px;
}
.gallery a:nth-child(4n+1):nth-child(4n+3) {
  width: 180px;
}
.gallery a:nth-child(4n+1):nth-child(4n+4) {
  width: 380px;
} */
.question{
	background: #09598a;
	color: #fff;
}
.question .container{
    background: url(/images/man.png) no-repeat left bottom;
    background-size: 33.3333%;
}
.question .form .input-group{
    display: grid;
    grid-template-columns: 1.4fr 2fr;
    column-gap: 20px;
    row-gap: 10px;
}
.question .form .input-group input,
.question .form .input-group textarea{
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #d4d8d9;
    font-style: italic;
    width: 100%;
}
.question .form .input-group textarea{
	grid-column: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	border-radius: 21px;
}
.question .form .agreement{
    display: block;
    font-size: 14px;
    margin: 6px 0;
    padding: 10px;
    line-height: 1;
}
.question .form .agreement input{
    vertical-align: middle;
    margin: 0;
    margin-right: 10px;
}
.question .form .agreement a{
	color: inherit;
}
.question .form input[type="submit"]{
	margin-left: auto;
    display: table;
}
footer{
	background: #073654;
	color: #fff;
}
footer ul.menu li a{
	color: #fff;
}
.parent-img-cover{
    position: relative;
    width: 100%;
    height: 100%;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    box-sizing: border-box;
}