.unvisible-p,
.btn-plus,
.btn-plus span,
.faq-block,
.faq-block-content,
.fscreen,
.fscreen .w50{
	-webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.btn-vs,
.vs-content:before,
.vs-content{
	-webkit-transition-duration:1s;
    -o-transition-duration:1s;
    -moz-transition-duration:1s;
    transition-duration:1s;
}

.fscreen,
.sevenscreen,
.fscreen .w50{
	opacity:0;
}
.fscreen .w50:first-of-type{
   -webkit-transition-delay:1s;
        -o-transition-delay:1s;
           transition-delay:1s;
}
.fscreen .w50:last-of-type{
   -webkit-transition-delay:1.3s;
        -o-transition-delay:1.3s;
           transition-delay:1.3s;
}
.fscreen.visible .w50{
	opacity:1;
}

.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin:0 -15px;
    -webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.w50{
	width:50%;
	padding:0 15px;
	position:relative
}
.fscreen{
	position:relative;
	background:#3365DB;
	padding-top:150px;
}
.fscreen:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	height:500px;
	opacity:.6;
	background: rgb(0,30,101);
	background: -moz-linear-gradient(-180deg, rgba(0,30,101,1) 0%, rgba(0,30,101,0) 100%);
	background: -webkit-linear-gradient(-180deg, rgba(0,30,101,1) 0%, rgba(0,30,101,0) 100%);
	background: linear-gradient(-180deg, rgba(0,30,101,1) 0%, rgba(0,30,101,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001e65",endColorstr="#001e65",GradientType=1);
}
.cgi-h1{
	margin-top:100px;
	font-size:75px;
	font-weight:bold;
	color:white;
	margin-bottom:70px
}
.cgi-h1 span{
	color:#00FFF6
}
.podzag{
	font-size:24px;
	font-weight:300;
	color:white;
	padding-bottom:150px;
}
.cgiback{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-image:url(img/fscreen-back.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center;
}
.secscreen{
	padding:100px 0
}
.ss-h2{
    font-size: 60px;
    margin-bottom: 50px;
    font-weight: 300;
    color:#2644A4;
	font-weight:500;
	text-align:center
}
.w25{
	width:25%;
	padding:0 15px;
}
.vs-content{
	position:relative;
	padding:100px 40px 140px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	height:100%;
}
.top-block{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:40px 40px 0;
}
.top-block svg{
	position:absolute;
	bottom:-3px;
	right:40px;
}
.recommended{
	display:table;
	color:#001E65;
	font-size:14px;
	background:#BDD1FF;
	padding:5px 15px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.bottom-block{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0 40px 40px;
}
.btn-vs{
	display:block;
	text-align:center;
	line-height:60px;
	padding:0 25px;
	font-size:20px;
	font-weight:500;
	color:#004CFF;
	border:1px solid #004CFF;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.vs-zag{
	color:#2644A4;
	font-weight:bold;
	font-size:25px;
}
.vs-price-block{
	margin-bottom:20px;
	font-weight:bold;
}
.vs-price,
.vs-other{
	display:inline-table;
	vertical-align:bottom;
}
.vs-price{
	line-height:1;
	font-size:60px;
	margin-right:10px;
	color:#2465FF
}
.vs-chf{
	line-height:0.8;
	font-size:30px;
	color:#3365DB;
	display:block;
}
.vs-month{
	line-height:0.8;
	font-size:14px;
	color:#96AFEB;
}
.vs-podzag{
	display:table;
	line-height:32px;
	padding:0 20px 2px;
	background:#2644A4;
	color:white;
	font-size:16px;
	font-weight:300;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	border-radius:17px;
	margin-bottom:30px
}
.vs-podzag-2{
	font-size:17px;
	color:#3365DB;
	font-weight:bold;
	margin-bottom:35px;
}
.vs-podzag span{
	font-weight:500
}
.vs-content ul{
	color:#001E65;
	list-style-type:none;
	font-size:18px;
	font-weight:300	
}
.vs-content ul li{
	position:relative;
	padding-left:20px;
	margin-bottom:20px;
}
.vs-content ul li:before{
	position:absolute;
	content:'';
	left:0;
	top:8px;
	width:5px;
	height:5px;
	background:#001E65;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}

.vs-content:hover{
	background:#3365DB
}
.vs-content:hover .vs-zag,
.vs-content:hover .vs-price,
.vs-content:hover ul,
.vs-content:hover .vs-chf,
.vs-content:hover .vs-podzag-2{
	color:white;
}
.vs-content:hover .vs-month{
	color:#C9D9FF;
}
.vs-content:hover .vs-podzag,
.vs-content:hover .btn-vs,
.vs-content:hover ul li:before{
	background:white
}
.vs-content:hover .btn-vs{
	border-color:white;
}
.btn-vs:hover{
	-webkit-box-shadow: 0px 0px 30px 0px rgba(1, 161, 251, 1);
	-moz-box-shadow:    0px 0px 30px 0px rgba(1, 161, 251, 1);
	box-shadow:         0px 0px 30px 0px rgba(1, 161, 251, 1);
}
.vs-content:hover .vs-podzag{
	color:#001E65
}


.orange-block{
	margin:100px auto 30px;
	padding:65px 135px 70px;
	position:relative;
	z-index:1;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background: rgb(255,191,126);
	background: -moz-linear-gradient(-90deg, rgba(255,191,126,1) 0%, rgba(255,102,0,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(255,191,126,1) 0%, rgba(255,102,0,1) 100%);
	background: linear-gradient(-90deg, rgba(255,191,126,1) 0%, rgba(255,102,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbf7e",endColorstr="#ff6600",GradientType=1);
	color:white;
}
.orange-block:before{
	position:absolute;
	z-index:-1;
	content:'';
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background-image:url(img/orback.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center left;
	opacity:.1;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	 border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.orange-block-content{
	max-width:670px;
	font-size:24px;
	font-weight:300;
}
.vs-newzag{
	font-size:60px;
	font-weight:600;
	margin-bottom:40px;
}
.vs-camera{
	position:absolute;
	bottom:-15px;
	right:100px;
	height:560px;
	width:560px;
	background-image:url(img/camera.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.vs-circle{
	position:absolute;
	height:780px;
	width:780px;
	top:50%;
	margin-top:-390px;
	right:-15px;
	background-image:url(img/circle.svg);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}
.ovhidden{
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden
}
.sadasf{
	overflow:hidden;
	position:relative;
	height:0;
	padding-top:55%
}
.sadasf iframe {
   width: 100%;
   height: 100%; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.fourscreen{
	padding:100px 0
}
.fourscreen h2{
	color:#FF6C08
}

.fourscreen .recommended{
	color:#7A320C;
	background:#FFDAB1
}
.fourscreen .vs-zag{
	color:#F64C00
}
.fourscreen .vs-price,
.fourscreen .vs-chf{
	color:#FF8400
}
.fourscreen .vs-month{
	color:#EBB596
}
.fourscreen .vs-podzag{
	background:#FF691F
}
.fourscreen .vs-podzag-2{
	color:#FF691F
}
.fourscreen .btn-vs{
	color:#F64C00;
	border-color:#F64C00
}
.fourscreen ul {
    color:#000000;
}

.fourscreen .vs-content:hover {
    background: #FF7429
}
.fourscreen .vs-content:hover .vs-month {
    color: #F6CFB8
}
.fourscreen .vs-content:hover .vs-podzag {
    color: #000000
}
.fourscreen .btn-vs:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(251 167 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(251, 167, 1, 1);
    box-shadow: 0px 0px 30px 0px rgb(251 167 1);
}

.ne-eto-siniy{
	background: rgb(51,101,219);
	background: -moz-linear-gradient(-90deg, rgba(51,101,219,1) 0%, rgba(38,68,164,1) 100%);
	background: -webkit-linear-gradient(-90deg, rgba(51,101,219,1) 0%, rgba(38,68,164,1) 100%);
	background: linear-gradient(-90deg, rgba(51,101,219,1) 0%, rgba(38,68,164,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3365db",endColorstr="#2644a4",GradientType=1);
}


.vs-songer{
    position: absolute;
    bottom: 0;
    right: 100px;
    height: 500px;
    width: 500px;
    background-image: url(img/songer.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sixscreen{
	padding:100px 0
}
.sixscreen .vs-content:hover{
	background:none
}

.sixscreen .vs-content:before{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:'';
	background: rgb(51,101,219);
	background: -moz-linear-gradient(-180deg, rgba(51,101,219,1) 0%, rgba(246,76,0,1) 100%);
	background: -webkit-linear-gradient(-180deg, rgba(51,101,219,1) 0%, rgba(246,76,0,1) 100%);
	background: linear-gradient(-180deg, rgba(51,101,219,1) 0%, rgba(246,76,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3365db",endColorstr="#f64c00",GradientType=1);
	opacity:0;
}
.sixscreen .vs-content:hover:before{
	opacity:1
}
.sixscreen .btn-vs:hover{
	color:#F64C00;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(251 167 1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(251, 167, 1, 1);
    box-shadow: 0px 0px 30px 0px rgb(251 167 1);
}

.sevenscreen{
	padding-bottom:100px
}
.flexxx{
	margin:0 -8px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
   -ms-flex-wrap:wrap;
       flex-wrap:wrap;
}
.faq-block{
	width:25%;
	padding:8px;
	z-index:2;
	-webkit-transition-delay:0.5s;
	-o-transition-delay:0.5s;
	transition-delay:0.5s;
   -webkit-transition-property:z-index;
   -o-transition-property:z-index;
   transition-property:z-index;
}
.faq-block-content{
	position:relative;
	background:white;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	padding:40px 50px;
	height:100%;
}
.fbc-zag{
	font-size:24px;
	color:#2644A4;
	margin:0;
	line-height:1;
}
.unvisible-p{
	opacity:0;
	max-height:0;
	font-size:18px;
	color:white;
	margin:0;
	padding:0 50px;
	background:white;
	
	position:absolute;
	left:0;
	width:100%;
}
.btn-plus{
	width:20px;
	height:20px;
	position:absolute;
	top:45px;
	right:20px;
	cursor:pointer;
}
.btn-plus span{
	position:absolute;
	width:20px;
	height:2px;
    -webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	background:#004CFF;
	top:50%;
	left:50%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.btn-plus span:last-of-type{
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
        -ms-transform: translate(-50%,-50%) rotate(90deg);
            transform: translate(-50%,-50%) rotate(90deg);
}

.btn-plus:hover span{
	width:26px;
}

.faq-block.open_block{
	z-index:3;
	-webkit-transition-delay:0s;
	-o-transition-delay:0s;
	transition-delay:0s;
}
.open_block .faq-block-content{
	background:#3365DB;
	color:white;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.open_block .unvisible-p{
	opacity:1;
	padding-top:20px;
	padding-bottom:30px;
	max-height:700px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-bottom-right-radius:12px;
	border-bottom-right-radius:12px;
	-moz-border-radius-bottomleft:12px;
	-webkit-border-bottom-left-radius:12px;
	border-bottom-left-radius:12px;
	background:#3365DB;
}
.open_block .fbc-zag{
	color:white;
	height:auto!important
}
.open_block .btn-plus span{
	background:white;
}
.open_block .btn-plus span:last-of-type{
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.blue_footer{
	background:#2644A4;
	padding-bottom:100px
}
.blue_footer .copyright,
.blue_footer .copyright a{
	color:#96AFEB
}
.top-form{
	position:relative
}
.cgi-footer-zag{
	line-height:1;
	position:relative;
	max-width:300px;
	font-size:40px;
	font-weight:bold;
	background: #FF8B58;
	background: -webkit-linear-gradient(to right, #FF8B58 0%, #FFFFFF 60%);
	background: -moz-linear-gradient(to right, #FF8B58 0%, #FFFFFF 60%);
	background: linear-gradient(to right, #FF8B58 0%, #FFFFFF 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cgi-footer-zag:before{
	position:absolute;
	content:'';
	top:7px;
	left:-50px;
	width:32px;
	height:32px;
	background-image:url(img/orange_stars.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
.blue_footer label{
	color:#C9D9FF
}
.blue_footer .width-100f input,
.blue_footer .width-50f input{
	color:white;
	border-color:#C9D9FF
}
.blue_footer .width-100f input::-webkit-input-placeholder{color: #C9D9FF}
.blue_footer .width-100f input:-ms-input-placeholder{color: #C9D9FF}
.blue_footer .width-100f input::-moz-placeholder{color: #C9D9FF;opacity:1}
.blue_footer .width-100f input:-moz-placeholder{color: #C9D9FF;opacity:1}

.blue_footer .width-50f input::-webkit-input-placeholder{color: #C9D9FF}
.blue_footer .width-50f input:-ms-input-placeholder{color: #C9D9FF}
.blue_footer .width-50f input::-moz-placeholder{color: #C9D9FF;opacity:1}
.blue_footer .width-50f input:-moz-placeholder{color: #C9D9FF;opacity:1}

.blue_footer select{
	background:white;
	line-height:60px;
	color:#004CFF;
	font-size:20px;
	font-weight:bold;
	padding:0 30px;
	width:310px;
	border:none;
	position:absolute;
	top:10px;
	right:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wNDMiIGhlaWdodD0iMTAuNzQ2IiB2aWV3Qm94PSIwIDAgMjAuMDQzIDEwLjc0NiI+DQogIDxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfOTMiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDkzIiBkPSJNMzY4NS43MTIsMTAzLjczNGwtOS4yLTkuMmEuNzIzLjcyMywwLDAsMSwxLjAyMi0xLjAyMmw4Ljc4OCw4Ljc4OCw4Ljc4Ny04Ljc4OGEuNzIzLjcyMywwLDAsMSwxLjAyMiwxLjAyM2wtOS4yLDkuMkEuNzY4Ljc2OCwwLDAsMSwzNjg1LjcxMiwxMDMuNzM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2NzYuMyAtOTMuMjk5KSIgZmlsbD0iIzAwNGNmZiIvPg0KPC9zdmc+DQo=); 
	background-repeat: no-repeat;
	background-position: right 25px center;
}

/**/

.dropdown{
	background:white;
	line-height:60px;
	color:#004CFF;
	font-size:20px;
	font-weight:bold;
	width:310px;
	border:none;
	position:absolute;
	top:10px;
	right:0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wNDMiIGhlaWdodD0iMTAuNzQ2IiB2aWV3Qm94PSIwIDAgMjAuMDQzIDEwLjc0NiI+DQogIDxwYXRoIGlkPSLQmtC+0L3RgtGD0YBfOTMiIGRhdGEtbmFtZT0i0JrQvtC90YLRg9GAIDkzIiBkPSJNMzY4NS43MTIsMTAzLjczNGwtOS4yLTkuMmEuNzIzLjcyMywwLDAsMSwxLjAyMi0xLjAyMmw4Ljc4OCw4Ljc4OCw4Ljc4Ny04Ljc4OGEuNzIzLjcyMywwLDAsMSwxLjAyMiwxLjAyM2wtOS4yLDkuMkEuNzY4Ljc2OCwwLDAsMSwzNjg1LjcxMiwxMDMuNzM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM2NzYuMyAtOTMuMjk5KSIgZmlsbD0iIzAwNGNmZiIvPg0KPC9zdmc+DQo=); 
	background-repeat: no-repeat;
	background-position: right 25px center;
}
.dropdown select {
  display: none;
}
.dropdown > span {
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 0.3s ease;
  padding:0 30px;
}

.dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: 500px;
  top: 55px;
  left: 0;
  z-index: 1;
  right: 0;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: scale(0.8) translate(0, 4px);
}
.dropdown ul li {
  opacity: 0;
  transform: translate(6px, 0);
  transition: all 0.3s ease;
}
.dropdown ul li a {
	line-height:40px;
  cursor: pointer;
  display: block;
  padding: 0 30px;
  color:#004CFF;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.3s ease;
  font-size:14px;
}
.dropdown ul li.active a:hover,
.dropdown ul li a:hover{
	background:#004CFF;
	color:white;
}
.dropdown ul li.active a{
	background:rgba(0, 76, 255, .1)
}

.dropdown.open ul {
  opacity: 1;
  background:white;
  visibility: visible;
  transform: scale(1) translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open ul li {
  opacity: 1;
  transform: translate(0, 0);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}


/**/


.fscreen3d{
	background-image:url(img/fscreen3d.jpg);
	background-size:cover;
	width:100%;
	padding-top:48%;
}
.fl{
	margin:0 -15px 110px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.fl:last-of-type{
	margin-bottom:0
}
.flimg{
	width:60%;
	padding:0 15px;
}
.fltext{
	width:40%;
	padding:0 15px;
	padding-right:6%;
}
.fl:nth-of-type(2n - 1){
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}
.fltext p{
	font-size:22px;
	font-weight:300;
	color:#7F7F7F
}
.fltext p:last-of-type{
	margin:0;
}
.fltext p.fltext-zag{
	line-height:1;
	font-size:60px;
	margin-bottom:30px;
	font-weight:200;
}
.fl:nth-of-type(2n) .fltext{
	padding-left:8%;
	padding-right:15px
}


@media (max-width: 1650px){
.dropdown{
	position:relative;
	width:100%
}	
.cgi-h1{
	font-size:57px;
	margin-top: 70px;
}
.podzag {
    font-size: 21px;
	padding-bottom: 100px;
}
.vs-content{
	padding: 100px 30px 140px
}
.vs-newzag{
	font-size:50px
}
.orange-block-content{
	font-size:21px;
	max-width: 550px;
}
.orange-block{
	padding: 45px 85px 30px
}
.vs-camera {
    right: 50px;
    height: 460px;
    width: 460px;
}
.vs-circle {
    height: 680px;
    width: 680px;
    margin-top: -340px;
}
.vs-songer {
    height: 400px;
    width: 400px;
}
.top-block{
	padding: 40px 30px 0;
}
.bottom-block {
    padding: 0 30px 40px;
}

.blue_footer select {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
	margin-top:20px;
}
.cgi-footer-zag{
	max-width:100%;
}
.width-50f {
    margin-top: 70px
}
.preses{
	padding:0
}
.fltext-zag{
	font-size:55px
}
.fltext p{
	font-size:19px;
}
.fltext p.fltext-zag{
	font-size:55px
}
.zag-fot{
	margin-bottom:0
}
}


@media (max-width: 1250px){
.cgi-h1 {
    font-size: 47px;
    margin-top: 50px;
}
.secscreen,
.fourscreen {
    padding: 70px 0;
}	
.secscreen .w25 {
    width: 50%;
	padding:15px;
	max-width:400px;
}	
.top-block {
    padding-top: 30px
}
.bottom-block{
	padding-bottom:30px
}	
.fourscreen .w25,
.sixscreen .w25 {
    width: 33%;
	max-width:400px;
}	
.secscreen .w25:nth-of-type(1) .ptnone,
.secscreen .w25:nth-of-type(2) .ptnone{
	padding-top:30px;
}
.faq-block{
	width:33.3333%
}
.faq-block-content{
	padding:30px;
}	
.btn-plus{
	top:30px
}	
.fbc-zag{
	padding-right:15px;
	font-size:21px
}
.orange-block-content {
    max-width: 370px
}
.unvisible-p{
	padding:0 30px
}
.fltext{
	padding:0 15px!important
}
.fl{
	margin-bottom:80px;
}
}



@media (max-width: 1020px){
.blue_footer{
	padding-bottom:50px
}	
.fscreen .w50:first-of-type{
	width:60%
}
.fscreen .w50:last-of-type{
	width:40%
}
.cgi-h1 {
	font-size:40px;
    margin-top: 0;
	margin-bottom:40px
}
.podzag {
    font-size: 18px;
    padding-bottom: 70px;
}
.ss-h2{
	font-size:40px
}
.orange-block{
	margin-top:150px;
	padding: 75px 70px 40px;
}
.vs-camera {
    right: auto;
    height: 260px;
    width: 260px;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	top:-200px;
}
.ovhidden{
	display:none
}
.orange-block-content {
    max-width: 100%
}
.fourscreen .w25, .sixscreen .w25 {
	padding:15px;
    width: 50%;
    max-width: 400px;
}
.sixscreen .w25:last-of-type .ptnone,
.fourscreen .w25:nth-of-type(1) .ptnone,
.fourscreen .w25:nth-of-type(2) .ptnone{
	padding-top:30px;
}
.faq-block {
    width: 50%;
}
.vs-content{
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.ne-eto-siniy{
	margin-top:0!important;
	padding-bottom:300px;
}
.vs-songer {
    height: 300px;
    width: 300px;
	right:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
}
.sixscreen{
	padding:50px 0
}
.sevenscreen{
	padding-bottom:50px
}
.fltext-zag {
    font-size: 41px;
}
.fltext p {
    font-size: 17px;
}
.flimg {
    width: 100%;
    margin-bottom: 30px;
}
.fltext {
    width: 100%;
}
}

@media (max-width: 650px){
.fscreen {
    padding-top: 100px;
}	
.fscreen .w50:first-of-type,
.fscreen .w50:last-of-type {
    width: 100%;
}	
.fscreen .w50:last-of-type{
	height:300px;
}
.fscreen .flex{
	display:block
}	
.podzag{
	padding-bottom:0;
}	
.w25{
	width:100%!important
}	
.secscreen .w25:last-of-type .vs-content.ptnone{
	padding-top:30px
}	
.ss-h2{
	margin-bottom:10px
}	
.bottom-block {
    position:relative;
    bottom: auto;
    left: auto;
    padding: 0;
}
.vs-content{
	padding-bottom:30px;
}	
.faq-block {
    width: 100%;
	padding:5px 0
}	
.faq-block-content {
    padding: 20px;
}	
.btn-plus {
    top: 20px;
	right:15px
}	
.fbc-zag {
    font-size: 19px;
}
.unvisible-p{
	font-size:16px
}
.unvisible-p {
    padding: 0 20px;
}
.open_block .unvisible-p{
	padding-bottom:20px
}
.flimg{
	width:100%;
	margin-bottom:30px
}
.fltext{
	width:100%
}
}


@media (max-width: 478px){
.orange-block {
	padding-top:40px;
	padding-left:30px;
	padding-right:30px
}	
.vs-newzag {
    font-size: 35px;
	margin-bottom:25px;
}	
.orange-block-content{
	font-size:19px
}	
.vs-camera{
	top:-225px
}
.orange-block{
	margin-top:170px
}
}