@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
html{
  font-size: 16px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
body{

  color: #151515;
  font-family: 'Open Sans', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
  margin: 0 auto 1.25rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
h1{}
h2{
  margin-top: 1.875rem;
  margin-bottom: 0.625rem;
  font-size: 1.875rem;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}
h3 {
	font-size: 1.275rem;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  color: #5a5a5a;
  margin-top: 30px;
}
img{
  max-width: 100%;
  border-style: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
p{
  margin-bottom: 1rem;
}
p:last-of-type{
  margin-bottom: 0;
}
a,
a:focus,
a:visited{
  color: #f1b23f;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover{
  color: #f1b23f;
  text-decoration: underline;
}


.logo {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	border-bottom: 1px solid #000;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.menu ul {
	list-style: none;
	text-align: center;
}
.menu ul li {
	display: inline;
	font-size: 16px;
	padding: 0 10px;
}
.menu a {
	color: #000;
}
.top-block.flex-block {
	align-items: center;
	margin-top: 50px;
}
.top-block.flex-block .top-block_div {
	width: 48%;
}
.top-block_header {
	font-size: 4.3em;
	line-height: 4.5rem;
}
.top-block_sub {
	margin: 30px 0;
	font-weight: 600;
	font-size: 1.2rem;
}
ol {
	padding-left: 40px;
}
.clear-ul {
	padding-left: 30px;
	list-style: none;
	position: relative;
}
.clear-ul li {
	margin-bottom: 5px;
	
}
.toch {
	content: '•';
	position: absolute;
	left: 15px;
	color: #cc0000!important;
	display: inline;
	font-size: 20px;
}
.toch2 {
	content: '•';
	position: absolute;
	left: 15px;
	color: #005180!important;
	display: inline;
	font-size: 20px;
}
.clear-ul span {
	color: #005180;
	font-weight: bold;
}
.color1{
  color: #f1b23f;
}
.color2{
  color: #DD0000;
}
.color-b {
	color: #005180;
}
.highlight{
  background-color: #ffeda6;
}
.tal{
  text-align: left;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
.costul2{
  display: none;
}
.order-container{
  margin: 1.25rem auto;
  text-align: center;
  max-width: 450px;
}
.order{
  position: relative;
    width: 100%;
    display: inline-block;
    padding: 0.875rem 0.625rem;
    background-color: #ff9900;
    color: #000!important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}
.order:hover{
    color: #000;
    background-color: #f1b23f;
    text-decoration: none;
    transform: scale(1.1);
}
.order2{
  padding: 1rem 0.625rem;
  background-color: #f7891e;
}
.order2:hover{
  background-color: #f7891e;
}
.video-container{
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.video-box{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-box iframe{
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.video-cls{
  margin: 1.25rem auto;
  position: relative;
  cursor: pointer;
}
.video-cls:before{
  content: "\f01d";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  display: inline-block;
  color: #DD0000;
  font-family: "FontAwesome";
  font-size: 80px;
  opacity: 1;
  transform: translate(-50%,-50%);
  transition: opacity 0.4s ease-in-out;
}
.video-cls:hover:before{
  opacity: 0;
  font-size: 0;
}
.video-item{
  display: block;
}
#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: 100%;
    height: 23.625rem;
    max-width: 42rem;
    margin: auto;
    border: none;
}
#buttonCLose{
  position: absolute;
  z-index: 102;
  top: calc(50% - 13.411rem);
  right: calc(50% - 23rem);
  cursor: pointer;
}
#buttonCLose:before{
  position: relative;
  content: "\f00d";
  display: block;
  width: 2.11rem;
  height: 2.11rem;
  background: transparent;
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 1.7rem;
  line-height: 1.24;
  text-align: center;
  border-radius: 50%;
  border: 0.11rem solid #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}
#buttonCLose:hover:before{
    transition: all 0.3s linear;
    background: rgba(0,0,0,0.5);
}
.list-check,
.list-def,
.list-num,
.list-number,
.list-star{
  margin-left: 0;
  margin-bottom: 1rem;
}
.list-number{
  counter-reset: list-number; 
  list-style: none; 
}
.list-check>li,
.list-def>li,
.list-num>li,
.list-number>li,
.list-star>li{
  margin-bottom: 0.5rem;
  list-style: none;
}
.list-check>li:before,
.list-def>li:before,
.list-star>li:before{
  margin-right: 0.375rem;
  content: "\f00c";
  color: #f1b23f;
  font-family: "FontAwesome";
  font-style: normal;
}
.list-def>li:before{
  content: "\f064";
}
.list-star>li:before{
  content: "\f005";
}
.list-number>li:before{
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-block;
  width: 1.41rem;
  height: 1.41rem;
  margin-right: 0.47rem;
  background-color: #f1b23f;
  color: #ffffff;
  font-style: normal;
  line-height: 1.41rem;
  text-align: center;
  border-radius: 50%;
}
.flex-block{
  display: flex;
  justify-content: space-between;
}



.main-block{
  min-height: calc(100vh - 3.0625rem);
}
.block{}
.block:nth-of-type(1){
  
}
.block:last-of-type{
  margin-bottom: 2rem;
}
.center-main-block{
  max-width: 50rem;
  padding: 0.625rem 2.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;

}
.block:nth-of-type(1) .center-main-block{
 
}
.block:last-of-type .center-main-block{
  
}



.block-1{}
.block-1 .center-main-block{
  padding-top: 1.25rem;
}
.block-1 .title{
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
}
.block-1 .under-title{
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  text-align: right;
}
.block-1 h2{
  font-size: 1.5rem;
}



.table-block{
  margin: 1em auto;
  justify-content: center;
}
.table-column{
  width: 33%;
  background-color: #cfe2f3;
  border-top: 1px solid #121212;
  border-right: 1px solid #121212;
  border-bottom: 1px solid #121212;
}
.table-column:nth-of-type(1){
  border-left: 1px solid #121212;
}
.table-column:nth-of-type(2){
  background-color: #93c47d;
}
.table-column:nth-of-type(3){
  background-color: #ffd966;
}
.table-item{
  padding: 0.625rem;
  border-bottom: 1px solid #121212;
}
.table-item:last-of-type{
  border-bottom: none;
}



.image-block{
  margin: 1rem auto;
  align-items: center;
}
.image-item{
  width: 13rem;
  min-width: 13rem;
}
.image-item img{
  display: block;
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(0,0,0,0.6);
}
.image-text{}
.author-image{
  margin-right: 1rem;
}
.diplom-image{
  margin-left: 1rem;
}
.main-image{
  margin: 1rem 0;
}
.main-image img{
  display: block;
  border: 1px solid rgba(0,0,0,0.4);
  box-shadow: 0.3rem 0.3rem 0.5rem rgba(0,0,0,0.6);
}
.little-image{
  max-width: 20rem;
}



.block-footer{
  padding: 1rem 0.625rem;
  background-color: #29333a;
  color: #dddddd;
  font-size: 0.8rem;
}
.block-footer .center-main-block{
  background-color: transparent;
  padding: 0;
  border: none;
}
.block-footer .flex-block{}
.block-footer a{
  opacity: 0.8;
  color: #ffffff;
}
.block-footer a:hover{
  opacity: 1;
  text-decoration: none;
  transform: scale(1.2;);
}

.popup-container{
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transition: opacity 1s ease-in-out, top 0.4s linear;
}
.popup-container.active{
  top: 0;
  opacity: 1;
}
.popup{
  position: relative;
  z-index: 220;
  max-width: 24rem;
  padding: 1rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.3rem solid #f1b23f;
}
.popup .fa-close{
  position: absolute;
  top: 0.2rem;
  right: 0.7rem;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .fa-close:hover{
  transform: scale(1.2);
}
.gform_wrapper,
.ussr{
 

  border-radius: 5px;

  
}
.gform_wrapper *{
  margin: 0!important;
  padding: 0!important;
  max-width: 100%!important;
}
.gform_wrapper .form-title,
.ussr .form-title{
  margin-bottom: 20px!important;
  font-size: 20px;
  font-weight: 400!important;
  line-height: 1.4!important;
}
.gform_wrapper .form-title_top,
.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;
}
.gform_wrapper .form-title_bottom,
.ussr .form-title_bottom{}
.gform_wrapper .form-title_date,
.ussr .form-title_date{
  color: #ff9900!important;
  font-weight: bold;
}
.gform_wrapper label{
  display: none!important;
  margin-bottom: 5px!important;
  font-size: 18px!important;
}
.gfield_required,
#input_310_1_3_container label{
  display: none!important;
}
.gform_wrapper input,
.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;
}
.gform_wrapper input[type=submit],
.ussr input[type=submit]{
  padding: 14px 10px 15px!important;
  background-color: #ff9900!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;
}
.gform_wrapper input[type=submit]:hover,
.ussr  input[type=submit]:hover{
  background-color: #ffde00!important;
  color: #121212!important;
}



.click-image{
  cursor: pointer;
}
i.image-close{
  position: absolute;
  top: 1rem;
  right: 2.4rem;
  z-index: 200;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
i.image-close:hover{
  transform: scale(1.2);
}
.popup-image{
  max-height: 90vh;
  max-width: 90vw;
  margin: 5vh 5vw;
}



.block-result{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-result .center-main-block{
  max-width: 46rem;
  padding: 2rem 2rem;
  border: 1px solid rgba(0,0,0,0.2);
}
.block-result h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
}



@media screen and (min-width: 1600px){
  html{
    font-size: 19px;
  }
}
@media screen and (min-width: 2000px){
  html{
    font-size: 21px;
  }
}
@media screen and (max-width: 1000px){
  .flex-block{
    flex-wrap: wrap;
  }
  .image-item{
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
  .image-text{
    min-width: 100%;
    order: 2;
  }
  #buttonCLose{
    display: none;
  }
}
@media screen and (max-width: 767px){
.center-main-block {
	padding: 0.625rem 1rem;
}

}
@media screen and (max-width: 700px){
	.top-block_header {
    font-size: 3.3em;
    line-height: 3.5rem;
}
  h2{
    font-size: 1.29rem;
  }
  .costul2{
    display: inline-block;
  }
  .costul1{
    display: none;
  }
  .order{
    font-size: 1rem;
  }
  .center-main-block{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .video-cls:before{
    font-size: 2.5rem;
  }
  .block-1{
    margin-top: 0;
    margin-bottom: 0;
  }
  .block-1 .title{
    font-size: 2rem;
  }
  .block-1 .title-under{
    font-size: 1em;
  }
  .table-column{
    width: 100%;
    border-top: none;
    border-left: 1px solid #121212;
  }
  .table-column:nth-of-type(1){
    border-top: 1px solid #121212;
  }
  #iframeVideo{
        width: 100%;
        margin: auto;
        height: 56.25vw;
  }
  i.image-close{
    display: none;
  }
}

@media screen and (max-width: 560px){
.top-block.flex-block {
    display: block;
}
.top-block.flex-block .top-block_div {
	width: 100%;
	text-align: center;
}
.top-block_kern {
	margin-bottom: 30px;
}

}