/* Стили для всего сайта */
/* ( в том числе 4k (xxl): ≥ 1930px ) */

body {
	font-family: 'Montserrat', sans-serif;
}

h1,
.h1 {
	font-weight:900;
	text-transform: uppercase;
}

.sub-title {
    font-size: 18px;
	font-family: 'PT Serif', serif;
}

.sub-title:before {
	display: none;
}

.button,
.button2 {
	min-height: 50px;
}

.button {
	background: linear-gradient(#0358E6, #185888);
	border-radius: 0;
}

.button:hover {
	background: #068BE6;
}

.button:active {
	background: linear-gradient(#0358E6, #185888);
}

.right {
	text-align: right;
}

.input-awesome.checkbox-awesome.variant1 input:checked + label .icon:before {
    color: #068BE6;
}

.input-awesome.checkbox-awesome.variant1 input:not(:disabled) + label .icon {
    -webkit-box-shadow: 0 0 0 0.13em #068BE6;
    box-shadow: 0 0 0 0.13em #068BE6;
}

.input-awesome.checkbox-awesome.variant1 input:not(:disabled) + label:hover .icon {
    -webkit-box-shadow: 0 0 0 0.13em #068BE6;
    box-shadow: 0 0 0 0.13em #068BE6;
}

.page-content {
    padding-top: 225px;
}

.header-desktop {
	padding-bottom: 0;
    background: #19162B;
	z-index: 2;
	position: fixed;
    width: 100%;
}

.header-desktop .logoname {
	display: inline-block;
	width: 314px;
    padding-left: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
}

.header-desktop .title {
	color: #fff;
	font-size: 20px;
}

.header-desktop .phone {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
}

.header-desktop .phone:hover {
	text-decoration: underline;
}

.header-desktop .info {
	color: #fff;
	font-size: 16px;
	font-style: italic;
	font-family: 'PT Serif', serif;
}

.index-page header.header-desktop {
	background: transparent;
	margin-bottom: -290px;
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.index-page header.header-desktop.background-color {
	-webkit-transition: background 0.1s ease-in-out;
	-o-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
	background: #19162B;
}

.index-page .index-video-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	min-height: 95vh;
	padding-top: 150px;
	padding-bottom: 105px;
	background: none;
}

.index-page .index-video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}

.index-page .index-video-block .container {
	height: 100%;
}

.index-page .index-video-block .text-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.index-page .button-bottom {
	display: block;
	background: url("../img/arrow2.png") center no-repeat;
	width: 26px;
	height: 62px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -13px;
	z-index: 1;
}

.index-page .button-muted {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 115px;
	left: 50%;
	border: 3px solid #fff;
	border-radius: 50%;
	margin-left: -30px;
	z-index: 1;
	color: #fff;
	font-size: 40px;
    text-align: center;
}

.index-page .button-bottom:hover {
	-webkit-animation: button-bottom-shake .7s ease-in-out alternate infinite;
	animation: button-bottom-shake .7s ease-in-out alternate infinite;
}

.index-page .button-bottom:active {
	opacity: .6;
}

.menu-top-container {
	margin-top: 10px;
	background-color: transparent;
}

.menu-top:not(.mm-menu) ul.level1 > li > .item, .menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
	background: linear-gradient(to top, #165888, #0058E6);
	min-height: 50px;
	text-transform: unset;
	margin: 0 5px 0 5px;
}

.menu-top:not(.mm-menu) ul.level1 > li:hover > .item, .menu-top:not(.mm-menu) ul.level1 > li.active > .item, .menu-top:not(.mm-menu) ul.level1 > li.selected > .item, .menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore:hover > a, .menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore.active > a {
    background: #068BE6;
}

.menu-top:not(.mm-menu) ul.level2 {
    left: 5px;
}

.menu-top:not(.mm-menu) ul.level2, .menu-top:not(.mm-menu) ul.flexMenu-popup {
    background-color: transparent;
	box-shadow: unset;
}

.menu-top:not(.mm-menu) ul.level2 > li > .item, .menu-top:not(.mm-menu) ul.flexMenu-popup > li > .item {
    background: linear-gradient(to top, #165888, #0058E6);
	margin: 5px 0 5px 0;
	min-height: 35px;
	font-size: 14px;
}

.menu-top:not(.mm-menu) ul.level2 > li:hover > .item, .menu-top:not(.mm-menu) ul.level2 > li.active > .item, .menu-top:not(.mm-menu) ul.level2 > li.selected > .item, .menu-top:not(.mm-menu) ul.flexMenu-popup > li:hover > .item, .menu-top:not(.mm-menu) ul.flexMenu-popup > li.active > .item, .menu-top:not(.mm-menu) ul.flexMenu-popup > li.selected > .item {
    background: #068BE6;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 {
    background-color: transparent;
	box-shadow: unset;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li > .item {
    background: linear-gradient(to top, #165888, #0058E6);
	margin: 5px 0 5px 5px;
	min-height: 35px;
	font-size: 14px;
}

.menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li:hover > .item, .menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li.active > .item, .menu-top:not(.mm-menu) ul ul.level2:not(.level2-fullwidth-column) ul.level3 > li.selected > .item {
    background: #068BE6;
}

.catalog-advantage-variant1 .item .text-container .title {
	font-size: 18px;
    font-style: italic;
	font-family: 'PT Serif', serif;
}

.map-block .contacts {
	border-radius: 25px;
    min-width: 380px;
    max-width: 380px;
}

.map-block .contacts > div {
    margin-bottom: 0;
}

.map-block .contacts .title {
	font-weight: bold;
	font-size: 14px;
}

.map-block .contacts .phone {
	display: inline-block;
	color: #1E3E7B;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

.map-block .contacts .phone:hover {
	text-decoration: underline;
}

.map-block .contacts .email {
	display: block;
	color: #1E3E7B;
	font-weight: bold;
	margin-bottom: 10px;
}

.map-block .contacts .adress {
	margin-bottom: 10px;
}

.map-block .contacts .time {
	margin-bottom: 10px;
}

.socials .item {
    width: 30px;
    height: 30px;
    background: #1E3E7B !important;
}

.much {
    min-height: 40px;
    background: #068BE6;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.much a {
    color: #fff;
}

.much .masterweb {
    text-align: right;
}

.forma .container {
	padding-right: 22%;
}

.forma.long .container {
    padding-right: 12%;
}

.forma .justify-content-center {
    -webkit-box-pack: start !important;
    justify-content: start !important;
}

.forma .justify-content-center .col-xl-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.forma .justify-content-center .col-sm-5.col-md-4.col-lg-3.col-10 {
    -ms-flex: 0 0 100%;
    flex: 0 0 30%;
    max-width: 30%;
}

.forma .button-container {
	margin-top: 30px;
    text-align: left;
}

.forma input[type='text'], .forma input[type='file'], .forma input[type='password'], .forma input[type='tel'], .forma input[type='email'], .forma input[type='search'], .forma input[type='number'], .forma input[type='date'], .forma select, .forma textarea {
    border: 1px solid #5B71A0;
	background: #5B71A0;
	color: #fff;
}

.forma ::placeholder {
	color: #fff;
}

.forma .button {
	min-height: 50px !important;
	background: #068BE6;
}

.forma .button:hover {
	background: #0058E6;
}

.forma .form-container .form-group.agreement {
    text-align: left;
}

.catalog-gallery-album .item {
    text-align: left;
	box-shadow: 0 0 10px rgb(159 159 159 / 40%);
}

.catalog-gallery-album .item:hover {
    box-shadow: none;
}

.catalog-gallery-album .item .name {
    color: #fff;
    margin-top: 0;
	background: #068BE6;
	font-style: italic;
	font-family: 'PT Serif', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 15px;
}

.text-block-item .text ul li,
.news-list .text-container ul li,
.faq-mini .text-elements ul li {
	list-style: none;
	position: relative;
}

.text-block-item .text ul li:before,
.news-list .text-container ul li:before,
.faq-mini .text-elements ul li:before {
	position: absolute;
	content: '\f058';
	top: 0;
	left: -20px;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: #068BE6;
}

.text-elements ol > li::marker {
    color: #068BE6;
}

.news-list .text-container ul li:before {
	left: -30px;
}

.text-elements .img-container {
    border: 1px solid #DEDEDE;
	padding: 4px;
	border-radius: 3px;
}

.faq-mini .item {
    border-radius: 5px;
}

.faq-mini .item.selected .question a {
    background-color: #E8EFF7;
}

.faq-mini .item .question a > div {
    text-decoration: none;
	font-style: italic;
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 18px;
}

.news-list.news-list-anons .item {
	position: relative;
	padding: 30px 0;
}

.news-list.news-list-anons .item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 80px;
	width: calc(100% - 80px);
	height: 100%;
	background: #E8EFF7;
	border-radius: 30px;
	-webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: skewY(-0.9deg);
    -ms-transform: skewY(-0.9deg);
    transform: skewY(-0.9deg);
}

.news-list.news-list-anons .item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 80px;
	width: calc(100% - 80px);
	height: 100%;
	background: #E8EFF7;
	border-radius: 30px;
	-webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: skewY(0.9deg);
    -ms-transform: skewY(0.9deg);
    transform: skewY(0.9deg);
	z-index: 0;
}

.news-list.news-list-anons .item:not(:last-child) {
    margin-top: 30px;
    margin-bottom: 80px;
    padding-bottom: 30px;
    border-bottom: none;
}

.news-list.news-columns .item .img-container img {
    border-radius: 10px;
}

.news-list.news-list-anons .item .text-container {
	font-size: 20px;
}

.news-list.news-columns .item .img-container:hover {
    opacity: 1;
}

.news-list.news-list-anons .item .text-container .title {
    display: block;
	margin-bottom: 30px;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
}

.news-list.white .h1, .news-list.white h1 {
	color: #fff;
}

.news-list.block-bg-no-repeat {
	background-size: unset;
}

.news-list .kuck {
	position: relative;
    z-index: 1;
}

/* /Стили для всего сайта */


/* Extra large (xl): ≤ 1929px */
@media only screen and (max-width: 1929px) {



}
/* Extra large (xl): ≤ 1929px */


/* Large (lg): ≤ 1359px */
@media only screen and (max-width: 1359px) {
	
.index-page header.header-desktop {
    margin-bottom: -200px;
}

.header-desktop .logoname {
    width: 194px;
    font-size: 20px;
    line-height: 24px;
}

.header-desktop .phone {
    font-size: 30px;
}

}
/* /Large (lg): ≤ 1359px */


/* Medium (md): ≤ 991px */
@media only screen and (max-width: 991px) {
	
.page-content {
    padding-top: 200px;
}
	
.index-page header.header-desktop {
    margin-bottom: -166px;
}

.menu-top:not(.mm-menu) ul.level1 > li > .item, .menu-top:not(.mm-menu) ul.level1 > li.flexMenu-viewMore > a {
	font-size: 10px;
}

.header-desktop .logo img {
	width: 70px;
}

.header-desktop .logoname {
    width: 139px;
    font-size: 14px;
    line-height: 18px;
}

.header-desktop .phone {
    font-size: 22px;
}

.header-desktop .title {
    font-size: 14px;
}

.header-desktop .info {
    font-size: 12px;
}

}
/* /Medium (md): ≤ 991px */


/* Small (sm): ≤ 767px */
@media only screen and (max-width: 767px) {
	
.page-content {
    padding-top: 15px;
}

.index-page header.header-desktop {
    margin-bottom: 0;
}

.header-mobile {
    background: #19162B;
    color: #fff;
}

.header-mobile .header-mobile-logo img {
    width: 28px;
}

.header-mobile .header-mobile-logo .logoname {
    width: 110px;
    margin-left: 5px;
    font-size: 10px;
}

.index-page .index-video-block {
    min-height: auto;
}

.index-page .button-muted {
	display: block;
	width: 30px;
	height: 30px;
	bottom: 15px;
	border: 2px solid #fff;
	margin-left: -15px;
	font-size: 20px;
}

.catalog-advantage-variant1 .item .text-container .title {
    font-size: 16px;
}

.much {
    font-size: 13px;
}

}
/* /Small (sm): ≤ 767px */


/* Extra small: ≤ 575px */
@media only screen and (max-width: 575px) {

.forma .container {
    padding-right: 15px;
}

}
/* /Extra small: ≤ 575px */


/* Mobile L: ≤ 425 */
@media only screen and (max-width: 425px) {



}
/* /Mobile L: ≤ 425 */


/* Mobile M: ≤ 375 */
@media only screen and (max-width: 375px) {



}
/* Mobile M: ≤ 375 */


/* Mobile S: ≤ 320 */
@media only screen and (max-width: 320px) {



}
/* Mobile S: ≤ 320 */