@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700&subset=cyrillic');
nav a {
  text-decoration: none;color: #fff;
  width: 100%;
  display: block;

}
.main-header {
	border: 1px solid #000;
	padding: 30px;
	position: relative;
}
.main-header img {
	width: 200px;
	position: absolute;
	top: -50px;
	right: 30px;
}
.sub {
	display: block;
	text-align: right;
}
.grey {
	color: #666;
}
.lst-kix_sy0x4gdwrn0g-0, .lst-kix_kzuhpyxvxs6u-0 {
	margin-left: 35px;
}
li.li-bullet-0 {
	list-style: none;
}
li.li-bullet-0::before {
  margin-left: -18pt;
  white-space: nowrap;
  display: inline-block;
  min-width: 18pt;
}
.lst-kix_sy0x4gdwrn0g-0 > li::before {
  content: "\002756 ";
}
.lst-kix_kzuhpyxvxs6u-0 > li::before {
  content: "\002605 ";
}
.c5 {
  border-spacing: 0;
  border-collapse: collapse;
  margin-right: auto;
}
.c19 {
  border-right-style: solid;
  padding: 5pt 5pt 5pt 5pt;
  border-bottom-color: #000000;
  border-top-width: 1pt;
  border-right-width: 1pt;
  border-left-color: #000000;
  vertical-align: top;
  border-right-color: #000000;
  border-left-width: 1pt;
  border-top-style: solid;
  border-left-style: solid;
  border-bottom-width: 1pt;
  width: 150.5pt;
  border-top-color: #000000;
  border-bottom-style: solid;
}
.c28 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.15;
  orphans: 2;
  widows: 2;
  text-align: center;
}
.c26 {
  color: #0000ff;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-style: normal;
}
.c55 {
  color: #274e13;
  font-weight: 700;
  text-decoration: none;
  vertical-align: baseline;
  font-style: normal;
}
.c60 {
  color: #cc0000;
  font-weight: 700;
}
.c32 {
  padding-top: 0pt;
  padding-bottom: 0pt;
  line-height: 1.0;
  text-align: center;
}
nav a:hover, nav a:focus, nav a:visited {
	color: #fff;

}
nav ul li ul a:hover {
	color: #fff;
	text-decoration: underline;
}
nav ul li ul li {
	  border-bottom: 1px solid #ddd;
}
.toggle:hover, .toggle:active, .toggle:visited {
	color: #fff!important;
}
.dropclick {
	display :none;
}
nav {
font-size: 16px;
background: #ff9900;
color: #fff;
}
nav ul {
  background: darkorange;
    list-style: none;
    margin: 0;
    padding-left: 0;

}

nav li {
background: #ff9900;

    display: block;
    float: left;
    padding: 0.5rem;
    position: relative;
    text-decoration: none;
  transition-duration: 0.5s;
}
  
nav li a {
color: #fff;
}
.menu-top_item span {
	color: #fff!important;
}
.menu-top_item {
	border-color: #fff!important;
}

nav li:hover,
nav li:focus-within {

    cursor: pointer;
}

nav li:focus-within a {
  outline: none;
}
.menu-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}
nav ul li ul {
    background: #fff;
    visibility: hidden;
  opacity: 0;
  min-width: 6rem;
    position: absolute;
  transition: all 0.5s ease;
  margin-top: 0.5rem;
    left: 0;
  display: none;
}
.menu-center {
	padding-top: 10px;
}
.menu-center a {
	color: #000!important;
	 transition: all 0.3s ease-in-out;
	 display: inline-block;
}
.menu-center a:hover {
	margin-top: -5px;
}
.menu-center li {
	display: inline;
	font-size: 15px;
	margin: 0 5px;
}
nav {
	display: none;
}
nav ul li:hover > ul.drop,
nav ul li:focus-within > ul.drop,
nav ul li ul.drop:hover,
nav ul li ul.drop:focus {
   visibility: visible;
   opacity: 1;
   display: block;
   position: absolute;
}

nav ul li ul li {
    clear: both;
  width: 100%;
}

nav ul li ul.sub {
	min-width: 263px;
	right: 0;
	left: auto;
}
nav ul li ul.sub.sub2 {
	min-width: 250px;
	right: -70px;
	left: auto;
}
.dropclick li {
	display: block;
	visibility: visible;
	z-index: 100;
}
.dropclick li a span {
	
	position: relative;
	z-index: 100;
}
html{
  font-size: 16px;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
body{
  background-color: #f7f7f7;
  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;
}
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;
}



.color1{
  color: #f1b23f;
}
.color2{
  color: #DD0000;
}
.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;
}
.order{
  position: relative;
    width: 100%;
    display: inline-block;
    padding: 0.875rem 0.625rem;
    background-color: #f1b23f;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.2);
    transition: all 0.3s ease-in-out;
}
.order:hover,
.order:focus,
.order:visited{
    color: #ffffff;
    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){
  margin-top: 2rem;
}
.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;
  border-left: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
}
.block:nth-of-type(1) .center-main-block{
  border-top: 1px solid rgba(0,0,0,0.2);
}
.block:last-of-type .center-main-block{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}



.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;
}



.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);
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {

  font-size: 14px;
  line-height: 16px!important;
  padding-left: 28px;
  display: block;
  margin-top :10px;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  margin-left: -28px;
  margin-bottom :-5px;
  width: 1em;
  font-size: 18px;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox:checked+label::before {
  border-color: #f1b23f;
  background-color: #f1b23f;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}





.ussr input[type=text], .ussr input[type=email], .ussr input[type=submit]{
  width: 100%;
  margin-top: 1rem;
  padding: 0.7rem;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 0.3rem solid #f1b23f;
}
.ussr input[type=submit]{
  background-color: #f1b23f;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.ussr input[type=submit]:hover{
  background-color: #f1b23f;
  color: #ffffff;
  transform: scale(1.02);
}


.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: 760px){
.main-header img {
	width: 200px;
	position:static;
	text-align: center;
	margin: 0 auto;
	display: block;
}
}
@media screen and (max-width: 700px){
  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;
    }
}
@media screen and (max-width: 540px){
nav {
	display: block;
}
.menu-center {
	display :none;
}
.menu-top img {
	width: 30px;
	height: 30px;
}
}