@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic,latin-ext');

/*.scroll-icon {
	position: absolute;
 	left: 50%;
  bottom: 30px;
  padding: 0 10px;
  	-webkit-transform: translateX(-50%);
  	        transform: translateX(-50%);
}*/

/*  background
---------------------------------------------------*/
/*body {
	background-size: 100% 100%!important;
	transition: 1.5s;
}*/
/*body.fp-viewing-1Section {
	background: url(../images/bg1.jpg)0 0 no-repeat;
}
body.fp-viewing-2Section-slide1 {
	background: url(../images/bg1-1.jpg)0 0 no-repeat;
}
body.fp-viewing-2Section-slide2 {
   background: url(../images/bg2.jpg)0 0 no-repeat;
}
body.fp-viewing-3Section-slide3 {
	background: url(../images/bg2-1.jpg)0 0 no-repeat;
}
body.fp-viewing-3Section-slide4 {
	background: url(../images/bg4.jpg)0 0 no-repeat;
}
body.fp-viewing-4Section-slide5 {
	background: url(../images/bg4-1.jpg)0 0 no-repeat;
}
body.fp-viewing-4Section-slide6 {
	background: url(../images/bg5.jpg)0 0 no-repeat;
}*/

/* HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.l-left {
	float: left;
	line-height: 40px;
}

.l-right {
	float: right;
}

/* RESET-GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

* {
	margin: 0;
	padding: 0;
	font-family: 'Poiret One', cursive;
}

html {
	font-size: 100%;
}

body {
	color: black;
	letter-spacing: .18em;
	background-size: 100% 100%;
	width: 100%;
    height: 100%;
    position: fixed;
}

a {
	text-decoration: none;
	color: white;
}

ul, li {
	list-style-type: none;
}



/* NAV STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header-top {
	background: #000;
	height: 40px;
	padding: 0 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 12;
	box-sizing: border-box;
}

h1 {
	line-height: 70px;
}

h1 a {
	display: block;
	padding: 0 10px;
}

.toggle-menu {
	width: 50px;
	height: 30px;
	display: inline-block;
	position: relative;
	top: 10px;
}

.toggle-menu i {
	position: absolute;
	display: block;
	height: 2px;
	background: white;
	width: 30px;
	left: 10px;
	transition: all .3s;
}

.toggle-menu i:nth-child(1) {
	top: 0;
}

.toggle-menu i:nth-child(2) {
	top: 10px;
}

.toggle-menu i:nth-child(3) {
	top: 20px;
}

.open-menu i:nth-child(1) {
	top: 10px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
	background: transparent;
}

.open-menu i:nth-child(3) {
	top: 10px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}

nav {
 	height: inherit;
	opacity: 0;
    box-sizing: border-box;
	background: #000;
	position: fixed;
	top: 40px;
	width: 250px;
    transition: all .5s;
    right: -250px;
}

.open-menu ~ nav {
	opacity: 1;
	z-index: 15;
	right: 0;
}

nav ul {

}

nav li {

}

nav li a {
	font-size: 21px;
	display: block;
	padding: 15px;
	text-align: left;
	font-weight: bold;
}

.header-tel {
    float: right;
	color: #fff;
    line-height: 40px;
    font-weight: 900;
}
.header-tel span {
	font-family: Arial; 
    font-size: 21px;
}
/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section { 
	text-align: center;
    background: rgba(0,38,112,0.6);
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	
}


h2 {
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	color: #fff;
    border: 7px solid #fff;
	max-width: 500px;
    margin: 0 auto;
	position: relative;
    bottom: 10px;
}

h3 {
	font-weight: 300;
	font-size: 2.8em;
}



/* SLIDENAV STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav li.active-page a {
    color: #cc0000;
}


/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}
  
  nav li a {
    font-size: 1.5em;
  }
  
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  html {
    font-size: 50%;
  }
  
  .open-menu ~ nav {
		padding: 20px 0;
	}

	nav li a {
		padding: 3px;
	}
}



/* Page1 
--------------------------------------------------*/

.ms-block {
    position: relative;
	opacity: 0;
	margin: 20px 0;
	transition: 2.5s linear;
	transition-delay: 1.5s;
}
.ms-block.animate-up {
	opacity: 1;
}

.vertical-navigator {
    position: absolute;
    background: url(/images/vertical-navigator.png);
    width: 3px;
    height: 71%;
    left: 49.6%;
}
.ms-block span {
	background: #fff;
    padding: 10px 20px;
	font-size: 22px;
    font-weight: 700;
	color: #616a7a;
	text-transform: uppercase;
}
.logo {
	margin-bottom: 10px;
}
.logo img {
	width: 250px;
}
.seo-text {
    max-width: 500px;
    margin: 0 auto;
    text-align: justify;
    font-size: 20px;
	border: 7px solid #fff;
	background: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
}
.seo-text.contact {
	display: block;
}
.seo-text .text {
	color: #fff;
	padding: 0 7px;
	font-size: 15px;
	text-transform: none;
}
.seo-text .text.maps {
	border-bottom: 7px solid #fff;
}
.right-block {
	background: #fff;
	min-width: 28%;
	text-align: center;
	padding: 0 0 0 7px;
	display: flex;
    flex-direction: column;
}
.right-block span {
	display: block;
	color: #616a7a;
	margin: auto;
	font-weight: bold;
}
.out, .garantie {
	font-weight: bold;
	opacity: 0;
}
.out {
	font-size: 70px;
}
.garantie {
	font-size: 48px;
}
span.ms-garant-title {
	font-size: 17px;
}
/* Page2 
--------------------------------------------------*/
.benifits {
	background: #fff;
	max-width: 500px;
    margin: 0 auto;
    text-align: left;
    padding: 7px;
	position: relative;
	opacity: 0;
	right: -100%;
	box-shadow: 6px 6px 0px 0px rgba(255, 255, 255, 0.17);
    margin-bottom: 16px;
	height: 32px;
	font-size: 14px;
}
.benifits:before {
	content: "";
	width: 0;
	height: 7px;
    border-top: 20px solid transparent;
    border-right: 21px solid #fff;
    border-bottom: 19px solid transparent;
    position: absolute;
    top: 0;
    left: -21px;
}
.benifits .count {
    width: 21px;
	line-height: 21px;
    text-align: center;
    background: #616a7a;
	border-radius: 100%;
	color: #fff;
	padding: 2px;
	margin-right: 10px;
}
.benifits-block {
    display: flex;
    height: 100%;
	flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.benifits-title {
    font-weight: 700;
}
.animate-right {
	opacity: 1;
	right: 0;
}
.benifits.one.animate-right {
	transition: right .3s linear;
}
.benifits.two.animate-right {
	transition: right .5s linear;
}
.benifits.tree.animate-right {
	transition: right .7s linear;
}
.benifits.four.animate-right {
	transition: right .9s linear;
}
.benifits.five.animate-right {
	transition: right 1.1s linear;
}
.benifits.six.animate-right {
	transition: right 1.3s linear;
}

/* Page3 
--------------------------------------------------*/

/* Page4
--------------------------------------------------*/
.parallelogram {	
    height: auto;
    min-height: 100px;
    margin: 0 auto;
}
.otzivi {
	margin: 10px;
	padding: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
    width: 80%;
    margin: auto;
}

.one-block {
    width: 23%;
    /*padding: 7px;*/
	position: relative;
	overflow: hidden;
}
.one-block-footer {
	position: relative;
}
.otziv-one-block {
    text-align: justify;
	background: #000;
    color: #fff;
    padding: 5px;
    text-transform: none;
	border-bottom: 8px solid #5e7c9d;
	position: absolute;
    left: 0;
    top: -100%;
	z-index: 1;
	transition: .7s linear;
	opacity: .7;
}
.one-block-footer.start .otziv-one-block {
	top: 0;
}
.otziv-one-block.block1{
	transition-delay: 0s;
}
.otziv-one-block.block2 {
	transition-delay: .3s;
}
.otziv-one-block.block3 {
	transition-delay: .6s;
}
.otziv-one-block.block4 {
	transition-delay: .9s;
}
.one-block-footer:hover .otziv-one-block {
	top: -100%;
	transition-delay: 0s;
}
.name-title {
    border: 7px solid #000;
    padding: 7px;
	background: #fff;
	height: 23px;
    line-height: 23px;
	z-index: 2;
    position: relative;
	font-weight: 600;
    color: #616a7a;
	text-transform: none;
}
.img-one-block img {
    width: 100%;
    height: auto;
}
.zoom {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #333;
    font-size: 1.5em;
	opacity: 0;
	transition-duration: .7s;
	-moz-transition-duration: .7s;
}
.img-one-block:hover .zoom {
	opacity: 1;
}
/* Page5 
--------------------------------------------------*/
.calculyator {
    background: #fff;
	max-width: 500px;
    margin: 0 auto;
	color: #616a7a;
	padding: 7px;
	position: relative;
	overflow: hidden;
}
.calc-block {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    Justify-content: space-around;
    text-align: left;
    align-items: center;
	border-bottom: 1px dotted #616a7a;
	padding: 7px;
    margin: 7px;
}
.name-title.calc {
	height: initial;
    font-weight: 800;
}
.calc-block h4 {
	width: 47%;
}
.calc-block p {
	width: 52%;
}
.calc-block .summ {
	text-align: right;
}
.calc-block label {
	display: block;
	line-height: 23px;
	font-weight: 700;
}
.calc-block a {
	color: #616a7a;
	font-size: 24px;
	font-weight: 700;
}
.calc-block input[type="text"] {
	height: 25px;
    width: 35px;
    text-align: center;
    top: -5px;
    position: relative;
	font-weight: 700;
}
.calc-block span {
	font-weight: 700;
}
.price {
    text-align: right;
}
.price a {
	color: #fff;
    background: #4CAF50;
    padding: 4px;
}
.prise-block {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
	height: 100%;
    z-index: 5;
    background: #fff;
	transition: .5s;
}
.prise-block.open {
	top: 0;
}
.prise-block-title {
    text-align: center;
	font-weight: 700;
    color: #000;
	margin: 7px 0;
}
.prise-block-block {
    margin-bottom: 10px;
	font-weight: 600;
}
.prise-close {
    margin-right: 7px;
}
.prise-close a {
	background: #cc0000;
    color: #fff;
    padding: 5px;
}
a.download-price {
	background: #4CAF50;
}

/* Page6 
--------------------------------------------------*/
.feedback-block {
    max-width: 500px;
    margin: 0 auto;
	background: rgba(0,0,0,0.6);
    padding: 7px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.feedback {
    margin: 15px;
	position: relative;
}
.feedback li {
	margin-bottom: 15px;
	overflow: hidden;
}
.listing {
    width: 53%;
}
.feedback li span {
	color: #fff;
	font-size: 15px;
}
.red {
	color: #cc0000!important;
}
.feedback-form input[type='text'] {
	line-height: 27px;
    width: 100%;
    font-size: 17px;
}
.feedback-form textarea {
	width: 100%;
}
.feedback-form label {
	width: 70%;
}
.feedback:after {
	content: "";
	background: url(../images/logo.png)0 0 no-repeat;
	position: absolute;
    right: 0;
    top: 23px;
	width: 200px;
    height: 145px;
}
.feedback-form input[type="submit"],
.feedback-form input[type="reset"]	{
	width: 47.5%;
    height: 36px;
	font-weight: 600;
	font-size: 21px
}
.feedback-form input[type="submit"] {
	float: left;
}
.feedback-form input[type="reset"] {
	float: right;
}
.agreement-container {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
    height: 100%;
    background: #fff;
	transition: .5s linear;
	opacity: 0;
	overflow-x: auto;
}
.agreement-container.open {
	top: 0;
	opacity: 1;
}
.agreement {
	text-decoration: underline;
}
.agreement-close {
	color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #cc0000;
    width: 18px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 15px;
}
.agreement-container h3 {
	font-size: 15px;
	text-align: center;
    border-bottom: 1px solid;
	font-weight: 600;
}
.agreement-container p {
	padding: 7px;
    text-transform: none;
    text-align: justify;
    font-size: 10px;
}
.message {
    position: absolute;
    background: #4CAF50;
    color: #fff;
    top: 38%;
    padding: 7px;
    font-weight: 700;
    width: 90%;
    left: 0;
    text-align: center;
    margin: 0px 18px;
	display: none;
}
/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
	nav ul {
		flex-direction: column;
	}

	nav li {
		margin-top: 1px;
	}
  
  nav li a {
    font-size: 1.5em;
  }
  
  .scroll-icon {
    display: none;
  }
}

@media screen and (max-width: 572px) {
	h2 {
		max-width: 320px;
		font-size: 25px
	}
	.seo-text {
		flex-wrap: wrap;
        margin: 0 10px 10px 10px;
	}
	.seo-text .text {
		font-size: 15px;
	}
	.right-block {
		width: 100%;
		flex-direction: row;
	}
	.benifits {
		margin-bottom: 7px;
		box-shadow: none;
		padding: 3px;
	}
	.benifits:before {
		border-top: 17px solid transparent;
		border-bottom: 15px solid transparent;
	}
	.one-block {
		width: 49%;
	}
	.feedback:after {
		display: none;
	}
	.listing {
		width: 100%;
	}
	.feedback li {
		margin-bottom: 7px;
	}
	.feedback-block {
		padding: 0;
	}
	.seo-text.contact .text {
		/*padding:0;*/
	}
	.google-maps {
		display: none;
	}
}
@media screen and (max-width: 475px) {
	.header-tel a {
		font-size: 14px;
	}
}
@media screen and (max-width: 460px) {
	.l-left a {
		font-size: 14px;
	}
}
@media screen and (max-width: 400px) {
  html {
    /*font-size: 50%;*/
  }
  
  .open-menu ~ nav {
		padding: 20px 0;
	}

	nav li a {
		padding: 3px;
		font-size: 3em;
	}
}
@media screen and (max-width: 336px) {
	.l-left a {
		font-size: 10px;
	}
}
.price-full-block {
    position: fixed;
    left: -1004px;
    top: 40px;
    bottom: 0;
	width: 100%;
    height: 100%;
	max-width: 1005px;
	background: #fff;
	-webkit-transition: left ease-out 0.5s;
     -moz-transition: left ease-out 0.5s;
     -o-transition: left ease-out 0.5s;
     transition: left ease-out 0.5s;
	
}
.price-full-block.open {
	left: 0;
}

.price-full {
    border-right: 3px solid #000;
	overflow: scroll;
    height: 99%;
}

.go-price {
    position: absolute;
    right: -67.5px;
    transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
    top: 35%;
    color: #000;
    background: #fff;
    padding: 4px 7px;
	font-weight: 900;
	border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-left: 3px solid #000;
	border-bottom: 3px solid #fff;
}
.price-full-block .go-price .go-close {
	display: none;	
}
.price-full-block.open .go-price .go-close {
	display: inline-block;
	color: #cc0000;
}
.price-full-block.open .go-price .go-open {
	display: none;
}
.go-price-close-mobile {
    position: absolute;
    top: 3px;
    left: 10px;
    border-radius: 100%;
    font-size: 45px;
    text-align: center;
    display: block;
    font-weight: 900;
    background: #cc0000;
    padding: 5px 5px;
    letter-spacing: normal;
    line-height: 24px;
    width: 22px;
    height: 22px;
}
#cboxTitle {
    background: #000;
    color: #fff!important;
    /*text-align: justify!important;*/
    padding: 7px;
	top: 0;
	line-height: 11px;
	font-weight: 900;
}
#cboxClose {
    top: 0;
}
