


@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Regular'), url('../fonts/Montserrat-Regular.woff') format('woff');
    }
 

    @font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Light'), url('../fonts/Montserrat-Light.woff') format('woff');
    }

 
@font-face {
    font-family: 'Montserrat ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat ExtraBold'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
    }
    

@font-face {
    font-family: 'Montserrat Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Montserrat Bold'), url('../fonts/Montserrat-Bold.woff') format('woff');
}
	

body {
	font-family: 'Montserrat Regular',Helvetica,Arial,sans-serif;
	margin-bottom: 0;
	background: linear-gradient(90deg, #59839C 0%, #5E8BA0 100%);
	font-size: 20px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #3F7573;
	font-weight: 800;
	font-family: 'Montserrat ExtraBold',Helvetica,Arial,sans-serif;

}

.blk {
	font-family: 'Montserrat ExtraBold',Helvetica,Arial,sans-serif;
	font-weight: 800;
}

.upcase {
	text-transform: uppercase;
}

.headertop {
	padding: 20px 0;
}

.headertop .row{
	margin: 0;
}

.nav-brand  {
	font-size: 24px;
	display: inline-flex;
}

.nav-brand  span {
    padding-top: 5px;
    margin: auto 5px;
    line-height: 1.5;
}
.nav-brand img {
	/* float: left; */
	height: 50px;
}

.navbar-toggle .icon-bar {
	background: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

#main {
	padding: 60px 20px;
	background: #fff;
	border-radius: 100px;
}

.logoh {
	text-align: center;
	background: #3F7573;
	box-shadow: 0px 4px 2px 0px #00000040;
	border-radius: 40px;
	color: #fff;
	height: 52px;
}

.logom {
	background: #A5C6A5;
	box-shadow: 0px 4px 2px 0px #00000040;
	border-radius: 40px;
	color: #fff;
}

.logom a, .logoh a {color: #fff;}


.navbar {
	margin-bottom: 0;
}

#article .page-header {
	background: #765555;
	text-align: center;
	margin-bottom: 0;

}

#article .page-header h1 {
		color: #fff;
		text-align: center;
		text-transform: uppercase;
}

#article .page-article {
	background: #fff;
	padding: 50px 20px;
}

.lb-outerContainer {
	border-radius: 30px;
}

.lightbox .lb-image {
    border-radius: 29px;
}

.article-img {
    border-radius: 40px;
    overflow: hidden;
	float: right;
	width: 100%;
    max-width: 250px;
	margin: 0 0 10px 10px;
    height: 500px;
}

.article-img .img-article {
	height: 500px;
    display: block;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#article .kons{
	background: #f4f4f4;
	box-shadow: 0px 16px 17px 0px #00000040;
	margin: 0 0 50px 0;
}


.rightpanel .navbar-nav {
    /* width: 460px; */
    background: #ECECEC;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin-bottom: 70px;
	list-style: none;
	    padding: 0;
}

.rightpanel  .navbar-nav li {
	text-align: center;
	width: 100%;
}

.rightpanel .navbar-nav li a {
	color: #707070;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Montserrat Light', Helvetica, Arial, sans-serif;
}

.rightpanel .navbar-nav li.active,
.rightpanel .navbar-nav li:hover {
	background: #C9C9C9;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: #C9C9C9;	
}

.rightpanel .dropdown-menu {
	padding: 0;
	right: 290px;
	top: 0;
	left: unset;
}

@media (min-width: 1200px) {
	.rightpanel .dropdown-menu {
		right: 260px;
	}
}

@media (max-width: 991.9px) {
	.rightpanel .dropdown-menu {
		right: 0;
	}
}


.rightpanel .dropdown-menu>li {

}

.rightpanel .dropdown-menu>li>a {
	font-size: 16px;
		padding: 12px 10px;
}




#cheater {
	background: #D9D9D9;
	box-shadow: 0px 16px 17px 0px #00000040;
	border-radius: 100px;
	padding: 30px;
}

#cheater img {
	display: block;
	max-width: 400px;
	    margin: auto;
}

#cheater .title1 {font-size: 35px; text-transform: uppercase;}
#cheater .title2 {font-size: 35px; font-family: 'Montserrat Bold',Helvetica,Arial,sans-serif;}


#hero {
	padding: 10vw 0;
}

.heroblock {
	background: #3F7573;
	border-radius: 0 500px 500px 0;
	color: #fff;
	padding: 30px;
	
} 


.heroblock .title {
	color: #fff;
	margin-bottom: 30px;
}


.hero-bg {
    height: 50vw;
    background-color: #59839c;
    background-image: url(/images/header.jpg);
    background-size: cover;
    background-position: 50% 0%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 0 20px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}


.zatop {
	font-family: 'Montserrat Light', Helvetica, Arial, sans-serif;
	    margin: 0;
	border: 7px solid #765555;
	background: #D9D9D9;
	box-shadow: 0px 16px 17px 0px #00000040;
	border-radius: 60px;
	padding: 50px;
}

.zatop p {
	font-size: 28px;
	line-height: 1.2;
}

.text-zatop {
	padding-right: 10%;
	margin-bottom: 30px;
}

.zatop strong {
	color: #3F7573;
	font-family: 'Montserrat ExtraBold', Helvetica, Arial, sans-serif;	
}

.zatop .kons {
	margin: 0;
}



.kons {
	margin: 20px;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
}

.kons p {
	font-weight: 300;
	font-size: 16px;
	font-family: 'Montserrat Light', Helvetica, Arial, sans-serif;
	padding: 0 20px;
	line-height: 1.5;
}

.kons p span{
	font-weight: 500;
	font-family: 'Montserrat Bold', Helvetica, Arial, sans-serif;
}


.kons input {
	border: 2px solid #D1D1D1;
	width: 90%;
	margin: 10px;
	border-radius: 10px;
	padding: 10px;
}

.button {
	border: 2px solid #A5C6A5;
	background: #A5C6A5;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	padding: 10px;
	font-weight: 800;
	font-family: 'Montserrat ExtraBold', Helvetica, Arial, sans-serif;
}

.button:hover, .button:focus {
	cursor: pointer;
	border: 2px solid #3F7573;
	background: #3F7573;
}

.button.submit{
	border: 2px solid #A5C6A5;
	border-radius: 30px;
}



.kons label {
	font-size: 12px;
}

.kons input[type=checkbox] {
	position: relative;
	top: 3px;
	font-size: 20px;
	    margin: 4px 4px;
	width: auto;
}


.etapy {
	font-weight: 800;
	font-family: 'Montserrat ExtraBold',Helvetica,Arial,sans-serif;	
	text-align: center;
	color: #fff;
}

.etaps {
	margin-top: 100px;
	margin-bottom: 70px;
}

.etap-nomer {
    width: 140px;
    height: 140px;
	font-size: 80px;
	line-height: 1.7;
    border: 3px solid #fff;
    border-radius: 100px;
    margin: 22px auto;
}



.arrow-1 {
/* cursor: pointer; */
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 65px;
    padding: 5px;
    left: 170px;
}
.arrow-1 div {
    position: relative;
    top: 20px;
    width: 42px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    left:0;
    display: block;
}
.arrow-1 div::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: -4px;
    right: 0;
    background-color: #fff;
    transform: rotate(45deg);
}
.arrow-1 div::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 4px;
    right: 0px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    transform: rotate(-45deg);
}
.arrow-1:hover {
    animation: arrow-1 1s linear infinite;
}

@keyframes arrow-1 {
    0% {
        margin-left:0;
    }
    50% {
        margin-left:10px;
    }
    100% {
        margin-left:0;
    }
}


@media (min-width: 992px) and (max-width: 1199.9px) {
	.etap-nomer {
		width: 120px;
		height: 120px;
		font-size: 70px;
	}
	
	.arrow-1 {
		top: 55px;
		left: 140px;
	}
	
	.arrow-1 div {
		width: 35px;
	}
}

@media (max-width: 991.9px) {
	.arrow-1 {
		rotate: 90deg;
		left: 62px;
		top: 158px;
	}
	
	.arrow-1:hover {
    animation: none;
}
}





.ryady {
    font-weight: 800;
    font-family: 'Montserrat ExtraBold', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #A5C6A5;
	margin: 30px auto 0;
	max-width: 800px;
}

.poradok-nomer {
    width: 250px;
    height: 250px;
    font-size: 120px;
    line-height: 2;
    border: 8px solid #A5C6A5;
    border-radius: 200px;
    margin: 22px auto;
}

.poradok-name {
	color: #000;
	font-size: 28px;
	line-height: 1.2;
} 






.arrowp1, .arrowp2 {
/* cursor: pointer; */
    position: absolute;
    width: 50px;
    height: 50px;
    margin: 0;
    top: 260px;
    padding: 5px;
    left: 220px;
	transform: rotate(-45deg);
}

.arrowp2 { 
	transform: rotate(45deg);
	top: 235px;
}

.arrowp1 div, .arrowp2 div {
    position: relative;
    top: 20px;
    width: 100px;
    height: 4px;
    background-color: #A5C6A5;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .2); */
    left:0;
    display: block;
}
.arrowp1 div::after,
.arrowp2 div::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    top: -10px;
    right: -4px;
    background-color: #A5C6A5;
    transform: rotate(45deg);
}
.arrowp1 div::before, 
.arrowp2 div::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    top: 10px;
    right: -4px;
    background-color: #A5C6A5;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, .2); */
    transform: rotate(-45deg);
}


.ryad1, .ryad3 {
	margin-top: 280px;
}

.ryad1 .poradok-into2, .ryad3 .poradok-into2 {
	position: relative;
    top: -390px;
}

@media (max-width: 991.9px) {
	.ryad1, .ryad3 {
		margin-top: unset;
	}
	.poradok-into {
		display: flex;
	}
	.poradok-into2 {
		top: 0!important;
		margin: auto;
		margin-left: 30px;
        text-align: left;
	}
	.arrowp1 {
		transform: rotate(90deg);
		left: 70px;
        top: 175px;
	}
	.arrowp2 {
		transform: rotate(90deg);
		left: 70px;
        top: 175px;
	}	
	
	.poradok-nomer {
		width: 150px;
		height: 150px;
		font-size: 80px;
		line-height: 1.65;
		margin: 30px auto;
	}
	.poradok-name {
		font-size: 24px;
		text-align: left;
		margin-left: 20px;
	}
	.arrowp1 div, .arrowp2 div {
		width: 60px;
	}
	
}



#afterzat {
	padding: 40px 0;
}

#afterzat .btns {
	width: 100%;
	padding: 15px;
	border-radius: 50px;
	box-shadow: 0px 4px 17px 0px #00000040;
	color: #fff;
	font-weight: 800;
	text-align: center;
    display: block;
	font-family: 'Montserrat ExtraBold',Helvetica,Arial,sans-serif;
}

#afterzat .title1 {background: #765555;}
#afterzat .title2 {background: #A5C6A5;}

#afterzat  li{
	line-height: 3;
	color: #3F7573;
	font-family: 'Montserrat Light',Helvetica,Arial,sans-serif;
}

.opis-zat {
	text-align: right;
	margin-bottom: 40px;
}

.opis_zat {
	font-weight: 300;
	font-family: 'Montserrat Light',Helvetica,Arial,sans-serif;	
	font-size: 13px;
}

.img_zat {
	width: 65px;
	float: right; 
	display: block;
	margin: auto;
}

#afterzat  .row {
	clear: both;
}

#iconusl {
	padding: 60px 0;
}

#iconusl .title {
	text-align: center;
}

.scheme-cards {padding: 20px;}

.usl-img {
	width: 100px;
	min-width: 100px;
	height: 100px;
	margin: auto 0;
	border-radius: 50px;
	border: 4px solid #3F7573;
}

.usl-img img {
	margin: auto;
    width: 100%;
	padding: 20px;
}

.usl-icon {
	display: flex;
	padding: 40px 15px 40px 0px;
    font-size: 30px;
    line-height: 1.2;	
}

.usl-opis {
	font-size: 20px;
	padding: 0 0 0 15px;
	margin: auto 0;
}



.uslugy { 
	padding: 10px 0 80px;
}

.uslugy .title {
	text-align: center;
	margin-bottom: 30px;
}

.uslugy-subtitle { 
	font-weight: 700;
	font-size: 18px;
	line-height: 122%;
	color: #C4C4C4;
	margin-bottom: 40px;
}

.uslugy-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* gap: 37px; */
    margin: 0;
    row-gap: 36px;
	padding: 20px 15px;
	border-radius: 70px;
	background: #D9D9D9;
	box-shadow: 0px 16px 17px 0px #00000040;
}

.uslugy-item {
    width: 31.3%;
    margin: 0px 1%;
}

.uslugy-item-after {
    position: relative;
    /* width: 472px; */
    /* height: 250px;  */
    border-radius: 45px;
	overflow: hidden;
}

.uslugy-item-after::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
    border-radius: 45px;
}

.uslugy-item-img {
    border-radius: 45px;
    width: 100%;
    height: 300px;
    object-fit: cover;
	display: block;
}

.uslugy-item-title,
.uslugy-item-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: center;
	color: #fff;
font-family: 'Montserrat ExtraBold', Helvetica, Arial, sans-serif;	
}

.uslugy-item-title a {
	color: #fff;
}


.uslugy-item-text	 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}

.uslugy-item-before {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(0deg, rgba(2, 153, 52, 0.9), rgba(2, 153, 52, 0.9)); */
    background: rgba(0, 0, 0, 0.5);
    border-radius: 45px;
    padding: 13px 15px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 300ms;
}

.uslugy-item-opis {
    margin-bottom: 20px;
    overflow: auto;
	list-style: none;
    padding-left: 0px;
    padding-right: 20px;
}


.uslugy-item-after:hover .uslugy-item-before {     
	visibility: visible;
	opacity: 1;
}

.uslugy-item-after:hover .uslugy-item-text { 
	display: none;
}


.uslugy-item-opis li {
	border-bottom: 1px solid rgba(255, 255, 255, .4);
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
}

.uslugy-item-opis p, .uslugy-item-opis li { 
	/* list-style: disc; */
	font-weight: 300;
	    font-family: 'Montserrat Light', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.uslugy-item-opis li a {
    position: relative;
	color: #fff;
}

.uslugy-item-opis li a:after {
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s;
    content: "";
    display: block;
}

.uslugy-item-opis li a:hover {
	text-decoration: none;
}

.uslugy-item-opis li a:hover:after{ 
	width: 100%;
	background: #fff;
	height: 1px;
}

.uslugy-item-button { 
	background: #fff;
	width: 200px;
	height: 48px;
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #029934;
	padding: 14px 50px;
}

.uslugy-item-img { 
	border-radius: 12px;            
	width: 100%;
	height: 300px;
	object-fit: cover;
	
}

.uslugy-opis {
	text-align: center;
    max-width: 420px;
    margin: 35px auto 20px;
    font-size: 16px;
    color: #3F7573;
}

.uslugy-item-opis::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
  background-color: #3e3e3e;
}

.uslugy-item-opis::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #fff;
}

.uslugy-item-opis::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 16px rgba(0,0,0,0.7);
  border-radius: 10px;
  background-color: #f9f9fd;
}



.poduslugy {
	padding: 10px;
	clear: both;
}

.poduslugy-text {
	width: 50%;
	height: 300px;
	border-radius: 50px;
	background: #D9D9D9;
	padding: 15px;
	overflow: hidden;
	float: left;

}

.poduslugy-image {
	float: left;
	width: 35%;
	margin-top: 50px;
    margin-bottom: 50px;
    height: 200px;
    overflow: hidden;
	border-radius: 0 40px 40px 0px;
}

.usl0 .poduslugy-text {
	float: right;
} 

.usl0 .poduslugy-image {
	margin-left: 15%;
	border-radius: 40px 0 0 40px;
}

.poduslugy-image .uslugy-item-img {
	height: 200px;
	border-radius: 0;
}



@media (max-width: 1199px) { 
	.zatop {
		padding: 30px 30px 40px 30px;
	}
	.zatop p {
		font-size: 26px;
	}
	.uslugy-row { 
		margin: 0px -7px;
		row-gap: 14px;
	}
	.uslugy-item { 
		width: calc(100% / 2 - 14px);
		margin: 0px 7px;
	}
	.uslugy-item img { 
		width: 100%;
		/* height: 100%; */
		height: 230px;
	}
}

@media (max-width: 992px) { 
	.zatop {
		margin-left: -55px;
		margin-right: -55px;
	}

	.headertop {
		width: 100%;
	}
	.uslugy { 
		padding: 50px 0 50px;
	}
	.uslugy-item { 
		width: 98%;
		min-width: 98%;
		max-width: 98%;
		margin: 0px 7px;
	}	
	
}

@media (max-width: 768px) {
	.zatop p {
		font-size: 20px;
	}
	.zatop {
		margin-left: -35px;
		margin-right: -35px;
		padding: 20px 10px 25px 10px;
	}

}

@media (max-width: 575px) { 
	.uslugy-row { 
		margin: 0px;
		row-gap: 14px;
	}
	.uslugy-item { 
		width: 100%;
		margin: 0px;
	}
}

@media (max-width: 520px) { 
   .uslugy-item-after, .uslugy-item-before { 
		width: 100%;
		height: 100%;
   }
   
   .uslugy-item-text { 
		left: 50%;
   }
   
   .uslugy-item-opis { 
		margin-bottom: 5px;
}
}





#voprosy {
	border-radius: 100px 100px 0 0;
	margin-top: 20px;
	padding: 50px 50px;
	background: #fff;
}

#voprosy .panel-default {
	border: none;
}

#voprosy  #accordion {
	padding-top: 50px;
}

#voprosy .panel-group .panel-heading {
	background: none;
}

#voprosy .panel-title {
	font-size: 24px;
}

#voprosy .panel-body {
	border-top: none;
}

#voprosy .panel {
	box-shadow: none;
}

#voprosy .kons{
	background: #D1D1D1;
	box-shadow: 0px 16px 17px 0px #00000040;
}




#footer {
	background: #3F7573;
	padding: 40px 0;
	color: #fff;
	position: relative;
	height: auto;
}

#footer a {
	color: #fff;
}

#footer h3 {
	color: #fff;
}




@media (min-width: 768px) {
	.heroblock {padding-left: calc(50vw - 375px);}

}
    
    
@media (min-width: 992px) {
	.heroblock {padding-left: calc(50vw - 485px);}
}
   


@media (min-width: 1200px) {
	.heroblock {padding-left: calc(50vw - 585px);}
}
    
@media (max-width: 991.9px) {
	.etaps {
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.etap-into {
		display: flex;
	}
	.etap-into-1, .etap-into-2 {
		display: inline-flex;
	}
	.etap-name {
		margin: auto 20px;
	}
	
	.article-img {
		float: none;
		max-width: unset;
		height: auto;
		margin: 0 0 50px 0;
	}
}

@media (max-width: 767.9px) {
	.logoh {
		border-radius: 0 40px 40px 0px;
		max-width: 300px;
		margin-bottom: 15px;
		margin-left: -15px;
	}
	
	.article-img .img-article {
		height: 55vw;
	}
	
	#hero {
		padding-right: 5vw;
		max-width: 500px;
	}
	
	.usl-icon {
		padding: 10px;
	}
	
	#article .page-article {
	    margin: 0 15px;
	}
	
	.poduslugy-text {
		width: 100%;
	}
	
	.usl0 .poduslugy-image,
	.poduslugy-image {
		margin-left: 0;
		float: left;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 30px;
		border-radius: 40px;
	}
}