/*
Theme Name: styazhka
Author: styazhka-service-msk
Description: Theme
Version: 0.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

* {
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #333;
	overflow-x:hidden; 
	font-size: 16px;
	line-height: 1.7;
}
p {
    margin: 0 0 10px;
}
.container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
}
.header{
	transition: all 0.3s ease-out;
	display: block;
}
.video {
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -100;
    display: block;
}
video {
	display: block;
}
.video1 {
	display: none;
}
#page_main{
	padding: 10px 0 10px 0;
	clear: both;
}
.desktop_header_main{
	width: 100%!important;
	margin-left: auto;
	margin-right: auto;
}
.desktop_header{
    display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 80px;
	transition: .8s ease;
	background-color: rgba(0, 30, 79, 0.8);
    padding: 20px 60px;
	transition: all 0.3s ease-out;
}
.fixed {
	position: fixed;
	z-index: 99;
	top: 0;
    left: 0;
    right: 0;
}
.menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu__item a {
	font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    margin-right: 14px;
	margin-left: 14px;
	transition: .4s ease;
}
.menu__item:last-child a {
    margin-right: 0;
}
.menu__item a:hover {
    color: #f2cd00;
	border-bottom: 1px solid #f2cd00;
}
.menu__mobile {
    display: none;
}
.active a {
    color: #010101;
}
.logo {
	display: flex;
    align-items: center;
} 
.logo_img img{
	max-width: 180px;
	height: auto;
}
.header__content {
    display: flex;
	justify-content: space-between;
}
.header__content__50 {
    width: 100%;
	text-align: center;
}
.socseti{
	text-align: center;
}
.main_text{
    font-size: 48px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 36px;
    margin-top: 160px;
	margin-bottom: 260px;
	display: block;
}
.text_1{
    font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}
.text_2{
	margin-top: 35px;
    font-size: 39px;
	font-weight: 600;
	color: #f2cd00;
}
@media only screen and (max-width: 2560px) {
	.main_text {
		margin-top: 340px;
		margin-bottom: 380px;
	}
}
@media only screen and (max-width: 1920px) {
	.main_text {
		margin-top: 200px;
		margin-bottom: 280px;
	}
}
@media only screen and (max-width: 1660px) {
	.main_text {
		margin-top: 140px;
		margin-bottom: 180px;
	}
}
@media only screen and (max-width: 1442px) {
	.main_text {
		margin-top: 80px;
		margin-bottom: 80px;
		font-size: 38px;
		font-weight: 700;
		line-height: 36px;
	}
	.text_1 {
		font-size: 18px;
	}
	.text_2 {
		font-size: 29px;
	}
}


/*Main*/
.elementor-section .elementor-container {
    max-width: 1140px;
}
a{
	color: #0b2e58;
	text-decoration: none;
}
a:hover, a:focus {
    color: #443f3f;
	transition: all 0.3s ease-in-out;
}
h2 {
    font-size: 34px;
	color: #443f3f;
    font-weight: 600;
    margin: 10px 0 0px;
}
h3 {
    font-size: 22px;
	color: #443f3f;
    font-weight: 600;
    margin: 10px 0 0px;
	line-height: 28px;
}
.zagolovok_small {
	margin-top: -2px;
    font-size: 20px;
    margin-bottom: 15px;
}
.zagolovok_small:after {
    content: "";
    margin: 25px auto 0 auto!important;
    width: 12%;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2cd00;
}
.zagolovok_small1:after {
    content: "";
    width: 12%;
    height: 4px;
	position: absolute;
	margin: 25px auto 0 auto!important;
	top: 25px;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: #f2cd00;
}
strong {
    font-weight: 600;
}
img {
    vertical-align: middle;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none!important;
    border-radius: 0;
    box-shadow: none;
}
.knopka{
    font-size: 18px;
    font-weight: 600;
    color: #041a34;
    text-transform: uppercase;
    padding: 12px 15px 12px 15px;
    width: 270px;
    background-color: #ffe900;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
      0% { background-color: #ffe900; -webkit-box-shadow: 0 0 3px #ffe900; }
      50% { background-color: #ffef4b; -webkit-box-shadow: 0 0 15px #ffef4b; }
      100% { background-color: #ffe900; -webkit-box-shadow: 0 0 3px #ffe900; }
      }
      @keyframes glowing {
      0% { background-color: #ffe900; box-shadow: 0 0 3px #ffe900; }
      50% { background-color: #ffef4b; box-shadow: 0 0 15px #ffef4b; }
      100% { background-color: #ffe900; box-shadow: 0 0 3px #ffe900; }
      }
.knopka:hover{
	color: #134887;
}
.knopka1{
    font-size: 18px;
    font-weight: 600;
    color: #041a34;
    text-transform: uppercase;
    padding: 12px 35px 12px 40px;
    width: 270px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.knopka2{
    font-size: 18px;
    font-weight: 600;
    color: #041a34;
    text-transform: uppercase;
    padding: 12px 25px 12px 53px;
    width: 270px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.knopka_k{
    font-size: 15px;
    font-weight: 600;
    color: #041a34;
    padding: 12px 30px 12px 30px;
    width: 270px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.knopka_r{
    font-size: 15px;
    font-weight: 600;
    color: #041a34;
    padding: 12px 18px 12px 17px;
    width: 270px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.knopka_v{
    font-size: 15px;
    font-weight: 600;
    color: #041a34;
    padding: 12px 26px 12px 25px;
    width: 200px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.knopka3{
    font-size: 18px;
    font-weight: 600;
    color: #041a34;
    text-transform: uppercase;
    padding: 12px 23px 12px 35px;
    width: 270px;
	margin-left: auto;
	margin-right: auto;	
    background-color: #ffe900;
	transition-duration: .5s;
	border-radius: 2px;
	-webkit-animation: glowing 1300ms infinite;
      -moz-animation: glowing 1300ms infinite;
      -o-animation: glowing 1300ms infinite;
      animation: glowing 1300ms infinite;
}
.wpcf7-form{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.wpcf7-form textarea{
    height: 60px;
}
.wpcf7-form ::-webkit-input-placeholder {color:#333; font-size: 14px;font-weight: 600;}
.wpcf7-form ::-moz-placeholder          {color:#333; font-size: 14px;font-weight: 600;}/* Firefox 19+ */
.wpcf7-form :-moz-placeholder           {color:#333; font-size: 14px;font-weight: 600;}/* Firefox 18- */
.wpcf7-form :-ms-input-placeholder      {color:#333; font-size: 14px;font-weight: 600;}
.wpcf7-form span{color:#333; font-size: 14px;}
.elementor-column p{
    margin-bottom: 5px;
}
.elementor-column input[type="text"], .elementor-column input[type="email"], .elementor-column input[type="tel"], .elementor-column input[type="number"], .elementor-column textarea{
    margin-bottom: 5px;
    width: 320px;
    padding: 15px 23px;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dddddd;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	font-family: 'Montserrat', sans-serif;
}
.elementor-column input[type="submit"]{
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="submit"]{
	background: #0b2e58;
	border: 1px solid #0b2e58;
	font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 34px;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all 0.3s;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
input[type="submit"]:hover{
	color: #0b2e58;
	background: #fff;
}
.pum-container input[type=text], .pum-container input[type=email], .pum-container input[type=tel], .pum-container textarea {
    margin-bottom: 10px;
    width: 100%;
    padding: 19px 23px;
    font-size: 14px;
    line-height: 1;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #dddddd;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/* Popup Theme 80: Light Box */
.pum-theme-80, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-80 .pum-container, .pum-theme-lightbox .pum-container { padding: 45px 45px 45px 45px; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-80 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 500; font-size: 32px; line-height: 36px } 
.pum-theme-80 .pum-content, .pum-theme-lightbox .pum-content {margin-left: auto; margin-right: auto; text-align: center; color: #000000; font-family: inherit; font-weight: 500; padding: 20px; } 
.pum-content p {margin-bottom: 5px;}
.pum-theme-80 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 500; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } 

input::placeholder { font-size: 14px; font-family: 'Montserrat', sans-serif;}
input[type=range] {
-webkit-appearance: none;
width: 100%;
margin: 10px 0;
}
input[type=range]:focus {
outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 8.4px;
cursor: pointer;
/*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
background: #144887;
border-radius: 1.3px;
/*border: 0.2px solid #010101;*/
}
input[type=range]::-webkit-slider-thumb {
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
border: 1px solid #000000;
height: 22px;
width: 12px;
border-radius: 3px;
background: #ffffff;
cursor: pointer;
-webkit-appearance: none;
margin-top: -7px;
}

.wpcf7-form span {
    color: #333;
    font-size: 14px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.wpcf7-spinner{
	display: none;
}
.slidecontainer .slider {
-webkit-appearance: none;
width: 100%;
height: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: #fff;
outline: 0;
opacity: .8;
-webkit-transition: .2s;
-webkit-transition: opacity .2s;
-o-transition: opacity .2s;
transition: opacity .2s;
}
.slidecontainer .values {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-top: 0px;
}
.slidecontainer .values p {
color: #222222 !important;
	font-weight: bold;
}

/*Footer*/
.footer{
	margin-top: 100px;
	padding: 20px 20px 80px 20px;
	background-color: #1c1c1c;
}
	
@media screen and (max-width: 1124px) {
	h2 {
    	font-size: 28px;
		line-height: 1.1;
}
	.fixed {
    position: relative;
}
	.logo {
		display: block;
		text-align: center;
	}
	.tel {
		margin-top: 15px;
		text-align: center;
	}
	.socseti {
		margin-top: 15px;
}
	.text_1{
		display: none;
	}
	.text_2 {
    margin-top: 5px;
    font-size: 18px;
}
	.logo_img img {
    	margin-left: auto;
		margin-right: auto;
	}
    /*.logo {
		display: none;
        margin: 0 -15px;
    }*/
    .menu__desktop {
        display: none;
    }
    .menu__mobile {
        display: flex;
        flex-direction: column;
    }
    .menu__inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu {
        display: none;
        text-align: center;
		z-index: 9999999999;
		background-color: rgba(0, 30, 79, 1);
    }
	.desktop_header {
		display: block;
    	background-color: rgba(0, 30, 79, 1);
		padding: 20px 20px;
		min-height: 320px;
		width: 100%;
		margin-right:auto;
		margin-left:auto;
}
	.video {
		display: none;
}
	.main_text {
		margin-top: -300px;
	    font-size: 20px;
		margin-bottom: 120px;
}
	.main_text p{
		margin: 0 0 2px;
	}
	.knopka{
		margin-top: 20px;
	}
	.video1 {
		overflow: hidden;
		position: relative;
		z-index: -100;
		display: block;
		margin-top: 0px;
}
    .menu li {
        padding: 8px 0;
    }
    .menu a {
        margin: 0;
    }
	.menu__item a {
    font-size: 14px;
}
    .menu__burger {
        display: block;
        overflow: hidden;
        cursor: pointer;
        margin: 0;
        padding: 0;
        width: 43px;
        height: 40px;
        font-size: 0;
        position: relative;
    }
    .menu__burger span {
        display: block;
        position: absolute;
        background-color: #fff;
        height: 2px;
        width: 24px;
        top: 18px;
        left: 9px;
        right: 5px;
        transition: background 0s 0.3s;  
    }
    .menu__burger span:after,
    .menu__burger span:before  {
        position: absolute;
        display: block;
        height: 2px;
        width: 100%;
        background-color: #fff;
        content: '';
        transition-duration: 0.3s, 0.3s;  
        transition-delay: 0.3s, 0s;
    }
    .menu__burger span:after {
        top: -10px;
    }
    .menu__burger span:before {
        bottom: -10px;
    }  
    .menu__burger.close span {
        background: none;
    }
    .menu__burger.close span:after {
        top: 0px;
        transform: rotate(45deg);
    }
    .menu__burger.close span:before {
        bottom: 0px;
        transform: rotate(-45deg);
    }  
}

@media screen and (max-width: 980px) {
	.main_text {
		margin-top: -280px;
	}
	#gallery-3 .gallery-item {
		float: none!important;
		text-align: center;
		width: 100%!important;
	}
	#gallery-5 .gallery-item {
		float: none!important;
		text-align: center;
		width: 100%!important;
	}
	.elementor-2 .elementor-element.elementor-element-28f2c39 .gallery-item {
		padding: 0 0px 15px 0!important;
	}
}
@media screen and (max-width: 580px) {
	.main_text {
		margin-top: -170px;
		margin-bottom: 80px;
	}
}
.hfield {
display: none;
}

.lwpcngNotice-dark
.lwpcngNotice_accept{
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 0px;
	margin: 3px 0px;
	padding: 3px 6px;
	color: #19569F;
	font-weight: 500;
}
.lwpcngNotice{
	font-family: 'Montserrat', sans-serif;
	padding: 8px;
	font-size: 11px;
	line-height: 16px;
}