@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&subset=cyrillic');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
}
body{
	color: #121212;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	margin: 30px auto 20px;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}
h1{
	font-size: 24px;
	font-weight: 600;
}
h2{
	font-size: 19px;
	font-weight: 700;
	text-align: left;
}
img{
	max-width: 100%;
	border-style: none;
}
p{
	margin-bottom: 10px;
}
p:last-of-type{
	margin-bottom: 0;
}
a,
a:focus,
a:visited{
	color: #b99a5d;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

.virus {
	margin: 40px 0;
	padding: 20px 0;
	border-top: 1px solid #5f25ef;
	border-bottom: 1px solid #5f25ef;
}
.color1{
	color: #ec7a5c;
}
.color2{
	color: #fa653c;
}
.tal{
	text-align: left;
}
.tac{
	text-align: center;
}
.tar{
	text-align: right;
}
.video-container{
	position: relative;
	/*max-width: 700px;*/
	margin: 20px auto;
}
.video-box{
	width: 100%;
	height: 0;
	padding-bottom: 57.25%;
}
.video-box iframe{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.list-check,
.list-def,
.list-num,
.list-number{
  margin-left: 0;
  margin-bottom: 16px;
}
.list-number{
  counter-reset: list-number; 
  list-style: none; 
}
.list-check li,
.list-def li,
.list-num li,
.list-number li{
  margin-bottom: 14px;
  list-style: none;
}
.list-check li:before,
.list-def li:before{
  margin-right: 6px;
  content: "\f00c";
  color: #5f24ef;
  font-family: "FontAwesome";
  font-style: normal;
}
.list-def li:before{
  content: "\f064";
}
.list-number li:before{
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: #5f24ef;
  color: #ffffff;
  font-style: normal;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
.flex-block{
	display: flex;
	justify-content: space-between;
}
.block{}
.center-main-block{
	max-width: 745px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}




.block-1{
	background: #f7f7f7 url(../img/bg-2.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding-bottom: 20px;
}
.block-1 .center-main-block{
	padding-top: 60px;
}


.block-2{}
.block-2 .center-main-block{}
.order-container{
	margin: 16px auto;
	text-align: center;
}
.order{
    width: 100%;
    display: inline-block;
    text-align: center;
    background-color: #5f25ef;
    color: #fafafa;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 6px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.order:hover{
    background-color: #4b14d4;
	color: #ffffff;
    text-decoration: none;
	transform: scale(1.1);
}
.main-image{
	margin: 20px auto;
}
.main-image img{}
.highlight{
    background: #ffeda6;
}


.podarki{}
.podarki h2{}
.podarki-item{
	display: flex;
}
.podarki-item:before{
	content: "\f05d";
    position: relative;
    top: -1px;
    display: block;
    margin-right: 6px;
    color: #5f24ef;
    font-family: "FontAwesome";
    font-size: 1.8em;
    line-height: 0.8;
}
.podarki-text{}
.podarki-text del{
	font-weight: bold;
}


.attention-block{
	margin: 35px auto;
	padding: 1px 15px 20px;
	background-color: #d1d1d1;
	border-radius: 15px;
	box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 20px 70px rgba(0,0,0,0.12);
}
.attention-block h2{
	color: #5f24ef;
	font-size: 24px;
	font-weight: bold;
}



.form-container{
	margin: 25px auto;
	position: relative;
	top: 0px;
	padding: 25px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 30px 80px rgba(0,0,0,0.14), 0 20px 70px rgba(0,0,0,0.12);
	transition: all 0.4s ease-in-out;
}
.form-container:hover{
	top: -4px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.form-container h2{}
.form-container input{
	width: 100%;
	padding: 8px;
	font-size: 16px;
	margin-top: 16px;
	outline: none;
	border-radius: 4px;
	border: 2px solid #5f25ef;
}
.form-container input[type=submit]{
	padding: 7px 6px;
	background-color: #5f25ef;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	transition: all 0.2s ease-in-out;
}
.form-container input[type=submit]:hover{
    background-color: #4b14d4;
	transform: scale(1.1);
}
.form-container .order{
	margin-top: 16px;
}
.font-big{
	font-size: 1.2em;
}


.testimonials{}
.testimonial{
	padding: 20px;
    margin-bottom: 20px;
    background-color: #ffeda6;
    border-radius: 4px;
    border: 2px solid #dcb828;
}

.garant-img{
	display: inline-block;
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
	
}


.toggle-container{}
.toggle-block{
	margin-bottom: 20px;
}
.toggle-head{
    position: relative;
	display: block;
	color: #121212;
    padding: 14px 14px 16px 43px;
    text-align: center;
    background-color: #f4f4f4;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.toggle-head:hover,
.toggle-head.active{
	background-color: #b99a5d;
	color: #ffffff;
}
.toggle-head .fa{
	position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.toggle-head span{}
.toggle-body{
	max-height: 0px;
	padding: 10px 14px;
	background-color: #ffffff;
	opacity: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.toggle-body.active{
	opacity: 1;
	max-height: 1000px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


.block-3{}
.block-3 .center-main-block{
	max-width: 1120px;
}
.contacts-title{
	padding-bottom: 36px;
	margin-bottom: 35px;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #e4e4e3;
}
.contacts{}
.contacts-block{
	display: flex;
	flex-wrap: wrap;
}
.contact{
	display: flex;
	width: 25%;
	margin-bottom: 30px;
}
.contact .fa{
	font-size: 44px;
    line-height: 1;
    margin-right: 12px;
    color: #b99a5d;
}
.contact img{
	height: 34px;
    width: 34px;
    margin-right: 14px;
}
.contact span{}



.video-cls{
    position: relative;
    margin: 20px auto;
    width: 100%;
    text-align:center;
    cursor: pointer;
}
.video-cls:before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    content: "\f144";
    color: #ef0d0d;
    opacity: 1;
    font-size: 70px;
    font-family: 'FontAwesome';
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity ease-in-out;
}
.video-cls:hover:before{
    opacity: 0;
    font-size: 0;
}
.video-cls img{
	width: 100%;
}
#iframeBox{
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height:  100vh;
  max-height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  background: rgba(0,0,0,0.6);
}
#iframeVideo{
    width: 700px;
    margin: auto;
    height: 393.75px;
}
#buttonCLose{
  position: absolute;
  z-index: 102;
  top: calc(50% - 216px);
  right: calc(50% - 368px);
  cursor: pointer;
}
#buttonCLose:before{
  position: relative;
  content: "\f00d";
  display: block;
  width: 36px;
  height: 36px;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
#buttonCLose:hover:before{
    transition: all 0.3s linear;
    background: rgba(0,0,0,0.5);
}

.popup-container{
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  opacity: 0;
  overflow-y: auto;
  transition: opacity 0.4s ease-in-out, top 0.4s linear;
}
.popup-container.active{
  top: 0;
  opacity: 1;
}
.popup-background{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
}
.popup{
position: relative;
  z-index: 400;
  width: 100%;
  max-width: 460px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 4px solid #b99a5d;
}
.popup .fa-close{
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 100;
  display: inline-block;
  color: #b99a5d;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .fa-close:hover{
  transform: scale(1.2);
}
.popup h2{

}
.popup h3{
  margin-top: 22px!important;
  font-family: 'Roboto'!important;
  font-weight: 500!important;
}
.popup p{
  margin-bottom: 14px;
}
.popup p:last-of-type{
  margin-bottom: 0;
}
.gform_wrapper,
.ussr{
 

  border-radius: 5px;

  
}


.ussr .form-title{
  margin-bottom: 20px!important;
  font-size: 20px;
  font-weight: 400!important;
  line-height: 1.4!important;
}

.ussr .form-title_top{
  display: inline-block;
  margin-bottom: 6px!important;
  padding: 0 4px 3px!important;
  font-weight: bold;
  line-height: 1;
  border-bottom: 1px solid #4472c4;
}

.ussr .form-title_bottom{}

.ussr .form-title_date{
  color: #ff9900!important;
  font-weight: bold;
}

.ussr input{
  display: inline-block;
  width: 100%!important;
  margin-bottom: 20px!important;
  padding: 10px 10px!important;
  background-color: #ffffff!important;
  color: #495057!important;
  font-size: 16px!important;
  line-height: 1.4;
  border: 1px solid #ced4da!important;
  border-radius: 3px;
}

.ussr input[type=submit]{
  padding: 14px 10px 15px!important;
  background-color: #b99a5d!important;
  color: #ffffff!important;
  font-size: 18px!important;
  font-weight: bold;
  text-align: center;
  border: 1px solid transparent!important;
  cursor: pointer;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ussr  input[type=submit]:hover{
  background-color: #b99a5d!important;

}


.timer-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 100vw;
	z-index: 200;
	background-color: #ffffff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
.timer-main-block{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px;
}
.timer-text{
	margin-right: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.timer-item{}
div.cd_timer{
	margin: 0 5px!important;
	font-size: 4.2px!important;
}
div.cd_timer .cd_text{
	display: none!important;
}
footer{
	padding: 20px 0;
	background-color: #f3f3f3;

}
footer .center-main-block{}
footer .left{
	display: inline-block;
}
footer .right{
	display: inline-flex;
}
footer .right li{
	margin: 0 10px;
	list-style: none;
}
footer .right li a{
	display: inline-block;
	opacity: 0.9;
}
footer .right li a:hover{
	opacity: 1;
	transform: scale(1.2);
}
footer a{
	color: #000000;
}
footer a:hover{
	color: #000000;
	text-decoration: underline;
}
footer .down{
	margin-top: 10px;
}

@media screen and (max-width: 1100px){
	.contact{
		width: 33%;
	}
}
@media screen and (max-width: 700px){
	.mobile-hidden{
		display: none;
	}
	.block-1{
		font-size: 0.94em;
	}
	h1{
		font-size: 21px;
	}
	.contact{
		width: 100%;
	}
    #iframeVideo{
        width: 100%;
        margin: auto;
        height: calc(56.25vw - 20px);
    }
    #buttonCLose{
        display: none;
    }
    .timer-text{
    	margin-right: 0;
    	margin-bottom: 5px;
    }
}