@import url('/css/font-awesome.css') all;

body {
    font-family: 'Literata', serif;
	/*font-family: 'Kurale', serif;*/
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	color: white;
	font-size: 16px;
	background: #000000;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 25px 0;
}
.pagination {
    display: flex;
    justify-content: center;
}
.pagination li {
    list-style: none;
}
.pt-cv-page {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.pt-cv-content-item {
    width: 45%;
}

.pt-cv-content-item a{
    text-decoration: none;
}

.scrollup{
    width:50px;
    height:50px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:13%;
    display:none;
    text-indent:-9999px;
    background: url('../img/icon_top.png') no-repeat;
}

.imgonpageleft {
    float: left;
    width: 35%;
    margin: 0 20px 10px 70px;
}
.imgonpageright {
    float: right;
    width: 35%;
    margin: 0 70px 10px 20px;
}
.container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.intro {
	width: 100%;
	height: 100vh;
	background: url("../img/intro_new.webp") center no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.intro_inner {
	width: 100%;
	margin: auto;
	text-align: center;
}

.intro__title {
	margin: 100px 100px 0px 100px;
	font-size: 64px;
	font-weight: 500;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.intro__subtitle
{
	margin: 0px 100px 0px 100px;
	font-weight: 200;
	font-size: 28px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}


.header {
	width: 100%;
	margin: 0 auto;
	background: url("../img/intro_new.webp") center -270px no-repeat;
	background-size: cover;
}
.header_inner {
	width: 100%;
	
}
.langmenu_container {
     width: 100%;
     padding: 12px 0px 0px;
     display: flex;
     justify-content: flex-end;
     list-style: none;
     margin: 0 auto;
}

.langmenu_container li a{
    padding: 0px 5px 0px 10px;
    color: white;
    text-decoration: none;
}
.logo {
	
	padding: 0px 10px 5px 0px;
	display: flex;
	justify-content: space-between;

}
.logotip {
	background: url("../img/redlogoline.png") center no-repeat;
	background-size: contain;
	padding: 0px 150px 10px 150px;
}

.contacts {
	display: flex;
	flex-direction: column;
	
	font-size: 18px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.contacts a{
    text-align: right;
	text-decoration: none;
	color: white;	
}

.navigata {
    width: 100%;
    padding: 0px 12px;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.navigata a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.navigata a:hover {
    background-size: 100% 2px;
	color: #F4A460;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);    
}
.navigate {
  float: left;
  text-decoration: none;
  font-size: 24px;
  padding: 0.4em 0.4em;
  color: #fffcdc;
}
.navigata-nav{
  margin: 0%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navigata .navigata-nav .nav-item{
  display: inline;
  list-style: none;
}
.navigata .navigata-nav .nav-item a {
	text-transform: uppercase;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 18px;
  	padding: 10px 0.7em;
  	color: #fff8e6;
  	background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
    list-style: none;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.navigata .navigata-nav .nav-item a:hover {
    background-size: 100% 2px;
	color: #F4A460;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}   
.menu {
  float: right;
  width: 50px;
  height: 32px;
  margin: 0.6em 2em;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(247, 247, 247, 0.3);
  border-radius: 3px;
  cursor: pointer;
  display: none;
}
.menu:hover {
  color: rgb(189, 235, 253);
}


/* Info Box */

.infocontainer {
	margin: 0 auto;
	width: 75%;
	/*background: url(../img/4890802.webp) center no-repeat;*/
	background-size: cover;
	border-radius: 0;
	padding-bottom: 5px;
}
.infocontainer_footer {
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0px auto;
	width: 75%;
	/*background: url(../img/4890802.webp) center no-repeat;*/
	background-size: cover;
	border-radius: 25px;	
}

.pagetext {
	color: white;
}
.notfound404 {
	color: white;
	text-align: center;
	width: 100%;
}
.notfound404img {
    margin: 0 auto;
    text-align: center;
    display: block;
    height: auto;
    width: 50%;
}
.pagetext_header {
	color: white;
	text-align: center;
	padding: 20px 0px 15px 0px;
}

.pagetext_regular {
    text-align: justify;
	padding: 0px 60px 0px 60px;
	color: white;
	text-indent: 25px;
}

.pagetext_regular a{

    text-decoration: none;
    color: #00bfff;
}

.prizesbox_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.prizesbox{
    margin: 10px 15px 10px;
    display: block;
    max-width: 80%;
    height: auto;
}


table {

	width: 90%;
	border-collapse: collapse;
	margin: 0 auto;
}

th, td {
   border-bottom: 1px solid #ccc;
   padding: 5px 5px 5px 5px;

}

tr:hover td {
  background: #262626;
}

.table_style_buh td{
   border-bottom: 0px solid #ccc;
   padding: 5px 5px 5px 5px;  
}
.table_style_buh{
   width: 65%; 
}

table tr td {
    text-align: left;
}


footer {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 25px;
	text-align: center;
}
.turnon3 {
	color: red;
	font-size: 30px;
	margin: 25px auto;
}

.turnoff {
	display: none;
}
.footerbox {
	width: 22%;
}
.footerbox_title {
	text-transform: uppercase;
	
	/*font-size: 20px;*/
	border-bottom: solid 1px white;
	text-align: left;
}

.footerbox_text {
	text-align: left;
	font-size: 16px;
	padding-top: 10px;
}

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

.footer_sign {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
	font-size: 14px;
}
.footer_sign a{
    text-decoration: none;
    color: white;
}

.footerbox_spaces {
	width: 3%;
}

details summary {
  margin: 15px auto;
  padding: 15px;
  letter-spacing: 2px;
  background: #cbdcea;
  border: 2px dashed white;
  color: black;
  box-shadow: 0 0 0 4px #cbdcea;
  display: block;  
  width: 90%; 
  outline-style: none; 
  cursor: pointer;
 text-align:center;
}
details summary li{
    padding: 0 80px 0;
}
details summary::marker {
  display: none;
}


.text {
	margin:10px 0px 30px 0px;
	padding: 30px 30px 30px 30px;;
	color: black;
}

.font {
    color: white;
	font-weight: bold;
	padding: 0 70px 0;
}
.listul {
    color: white;
    padding: 0 120px 0;
}
ul li { 
	padding: 10px 0px; 
}
.list_style {
    margin: 0 25px 0;
}

.mainmenubtn {
    color: white;
    border: none;
    padding: 0px 20px;
    margin-top: 0px;
   
}
.sub-menu {
    display: none;
    background-color: black;
    min-width: 200px;
    /*padding-inline-start: 20px;*/
    font-size: 16px;
}
.sub-menu li {
    color: white;
    padding: 5px 14px 5px;
    text-decoration: none;
    list-style: none;
}
.sub-menu ul {
    /*padding-inline-start: 20px;*/
}
.menu-item-has-children:hover .sub-menu {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
}
input[type=text] {
    color: black;
    padding: 17px 15px;
    margin: 5px 0;
    box-sizing: border-box;
    border-radius: 10px;
}
input[type=submit]{
	font-family: 'Kurale', serif;
	border-radius: 10px;
	font-size: 20px;
	padding: 10px 30px 10px 30px;
	margin: 30px 0 30px 0;
	background: #30a0ff;
	border: solid 1px black;
}
input[type=submit]:hover {
	background: blue;
	color: white;
}
.contacts_container {
    display: flex;
    justify-content: center;
    margin: 0 70px 0;
}
.contacts_subcontainer{
    text-align: left;
    width:50%;    
}
.contacts_subcontainer h1{
    text-align: left;
}
.contacts_subcontainer h2{
    text-align: left;
}
.pagetext_regular_contacts {
    padding: 0 30px 0 30px;
	color: white;
	line-height: 40px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:90%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.image_truck {
	background: url("../img/truck.png") center no-repeat;
	background-size: contain;
    height:50vh;
    width:100%;
	filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.5));
}
.btn {
	margin: 0 auto;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 15px 40px;
	color: #fff;
	background: #0000CD;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	transition: background 0.2s linear;
}

.btn:hover {
	background: #0000CD;
	/* text-decoration: underline; */
}

.screen-reader-text {
        color: black;
        font-size: 18px;
    	text-align: center;
	    padding: 20px 0 15px 0;
	    margin: 0 25px 0;
}
.nav-links {
    text-align: center;
}

.pt-cv-readmore {
    display: inline-block !important;
    margin: 10px 0 25px 0;
    padding: 10px 10px !important;
    text-transform: none !important;
    font-size: 16px !important; 
    color: white !important;
    border: none !important;
    text-indent: 0 !important;
}

.lang-item-ru a:hover {
    background: linear-gradient(180deg, white 0% 45%, blue 45% 65%, red 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lang-item-uk:hover {
    background: linear-gradient(180deg, yellow 55%, #1E90FF 55% 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

::selection{
  background: rgba(23,162,184,0.3);
}
.listaniye-stranits{
  text-indent: 0px;
  max-width: 1000px;
  width: 100%;
  margin: 10px auto;
  padding: 25px 30px 30px 30px;
  border-radius: 5px;
  background: #000;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.listaniye-stranits header{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.listaniye-stranits nav{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.listaniye-stranits nav label{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #17a2b8;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.listaniye-stranits nav label:hover{
  background: rgba(23,162,184,0.3);
}
#home:checked ~ nav label.home,
#blog:checked ~ nav label.blog,
#code:checked ~ nav label.code,
#help:checked ~ nav label.help,
  #about:checked ~ nav label.about{
  color: #fff;
}
nav label i{
  padding-right: 7px;
}
nav .slaydan{
  position: absolute;
  height: 100%;
  width: 20%;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background: #17a2b8;
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#blog:checked ~ nav .slaydan{
  left: 20%;
}
#code:checked ~ nav .slaydan{
  left: 40%;
}
#help:checked ~ nav .slaydan{
  left: 60%;
}
#about:checked ~ nav .slaydan{
  left: 80%;
}
section .unsomasiya{
  display: none;
  background: #000;
}
#home:checked ~ section .unsomasiya-1,
#blog:checked ~ section .unsomasiya-2,
#code:checked ~ section .unsomasiya-3,
#help:checked ~ section .unsomasiya-4,
#about:checked ~ section .unsomasiya-5{
  display: block;
}
section .unsomasiya .title{
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
section .unsomasiya p{
text-align: justify;
}

/* ADAPTIVE and RESPONSIVE */

@media screen and (min-width: 1026px) {
    #toggle {
        display:none;
    }
    .close_menu {
        display: none;
    }

}
@media screen and (max-width: 1025px) {
    .notfound404img {
        width: 70%;
    }   
    .menu-item-has-children {
        position: relative;
        display: inline-block;
    }
    .mainmenubtn {
	    font-size: 16px;
	}
	.sub-menu {
        display: block;
        background-color: rgba(10, 10, 10, 1);
    }
    #popout {
        position: fixed;
        height: 100vh;
        width: 350px;
        background-color: rgba(10, 10, 10, 1);
        color: white;
        top: 0;
        left: -350px;
        overflow: auto;
        border-radius: 0;
    }
    .close {
        position: absolute;
        top: 10px;
        right: 30px;
        transition: all 300ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        z-index:100;
    }
    .close_menu {
        display: inline;
        position: absolute;
        top: 10px;
        right: 30px;
        transition: all 300ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #fff;
        z-index:100;
    }
    #toggle {
        float: right;
        position: relative;
        top: 0px;
        right: 50px;
        width: 28px;
        height: 40px;
    }
    #toggle .close {
        display:none;
    }
    .navigata {
        display: flex;
        flex-direction: column;
    }
    .nav-menu li {
        border-bottom:1px solid #eee;
        padding:10px;
        width:100%;
    }
    /*.nav-menu li:hover {
        background:#CCC;
    }*/
    .nav-menu li a {
        color:#FFF;
        text-decoration:none;
        width:100%;
    }
    .pagetext_header {
    	color: white;
    	text-align: center;
	    padding: 20px 0 15px 0;
	    margin: 0 25px 0;
    }

    .pagetext_regular {
    	padding: 0 15px 0 15px;
	    color: white;
	    text-indent: 25px;
    }
    .infocontainer {
    	margin: 0 auto;
	    width: 95%;
	    border-radius: 15px;	
    }
    .infocontainer_footer {
        width: 95%;
    }
    .header {
        padding-bottom: 50px;
    }
    .footerbox_title {
    	text-transform: uppercase;
	    border-bottom: solid 1px white;
	    text-align: left;
    }
    footer {
        align-items: center;
    }
    .footerbox_text {
    	text-align: center;
    }
    .footerbox_title {
        text-align: center;
    }
    .menu-item-has-children:hover .sub-menu {
        position: relative;
        display: block;
        flex-direction: column;
        align-items: flex-start;
        /*padding-inline-start: 20px;*/
    }
    .table_style_buh {
        width: 90%; 
    }
}

@media screen and (max-width: 769px) {
    .listaniye-stranits nav{
    flex-direction: column;
    }
    nav .slaydan {
        display: none;
    }
    .pt-cv-page {
        display: block;
    }

    .pt-cv-content-item {
        width: 100%;
    }
    .scrollup{
        right:5%;
    }
    .notfound404img {
        width: 80%;
    }    
    .infocontainer_footer {
        padding: 15px 25px;
        text-align: center;
    }
    input[type=submit] {
     margin: 15px 0 15px 0;
    }
   /* .menu-item-has-children:hover .sub-menu {
        padding-inline-start: 20px;
    }*/
    .footerbox {
        text-align: center;
    }
    .footerbox_text {
        text-align: center;
    }
    footer {
        flex-direction: column;
        align-content: center;
    }
    .logotip {
        padding: 0px 100px 10px 100px;
        margin: 10px 0px 0px 15px;
    }
    .footerbox {
        width: 90%;
	    margin: 20px 0 20px 0;
    }
    .footer_sign{
        font-size: 14px;
    }
    .contacts {
        font-size: 16px;
    }
    .imgonpageleft {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .imgonpageright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
    }
    .contacts_container {
    flex-direction: column;
    margin: 0 10px 0;
    }
    .contacts_subcontainer{
        width:100%;    
    }
    .pagetext_regular_contacts {
        padding: 0 10px 0 10px;
	    line-height: 30px;
	    max-width:100%;
    }
    .font {
	    font-weight: bold;
    	padding: 0 15px 0;
    }
    .listul {
        padding: 0 30px 0;
    }
}

@media screen and (max-width: 426px) {
    .scrollup{
        right:3%;
    }
    .notfound404img {
        width: 100%;
    } 
    .logotip {
        padding: 0px 100px 10px 100px;
        margin: 10px 0px 0px 5px;
    }
    .contacts {
        font-size: 16px;
    }
    .pagetext_header{
        font-size: 24px;
    }
    .table_style {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .font {
	    font-weight: bold;
    	padding: 0 5px 0;
    }
    .listul {
        padding: 0 15px 0;
    }
    .logotip {
        padding: 0px 80px 10px 80px;
        margin: 5px 0px 0px 5px;
    }
    .pagetext_regular {
        padding: 0 15px 0 15px;
    }
    .contacts {
        font-size: 14px;
    }
}

@media screen and (max-width: 321px) {
    .logotip {
        padding: 0px 70px 10px 70px;
        margin: 5px 0px 0px 5px;
    }
    .pagetext_regular {
        padding: 0 10px 0 10px;
    }

}


::selection{
  background: rgba(23,162,184,0.3);
}
.listaniye-stranits{
  text-indent: 0px;
  max-width: 1000px;
  width: 100%;
  margin: 10px auto;
  padding: 25px 30px 30px 30px;
  border-radius: 5px;
  background: #000;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.listaniye-stranits header{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px;
}
.listaniye-stranits nav{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.listaniye-stranits nav label{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  color: #17a2b8;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 5px;
  transition: all 0.3s ease;
}
.listaniye-stranits nav label:hover{
  background: rgba(23,162,184,0.3);
}
#home:checked ~ nav label.home,
#blog:checked ~ nav label.blog,
#code:checked ~ nav label.code,
#help:checked ~ nav label.help,
  #about:checked ~ nav label.about{
  color: #fff;
}
nav label i{
  padding-right: 7px;
}
nav .slaydan{
  position: absolute;
  height: 100%;
  width: 20%;
  left: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  background: #17a2b8;
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#blog:checked ~ nav .slaydan{
  left: 20%;
}
#code:checked ~ nav .slaydan{
  left: 40%;
}
#help:checked ~ nav .slaydan{
  left: 60%;
}
#about:checked ~ nav .slaydan{
  left: 80%;
}
section .unsomasiya{
  display: none;
  background: #000;
}
#home:checked ~ section .unsomasiya-1,
#blog:checked ~ section .unsomasiya-2,
#code:checked ~ section .unsomasiya-3,
#help:checked ~ section .unsomasiya-4,
#about:checked ~ section .unsomasiya-5{
  display: block;
}
section .unsomasiya .title{
  font-size: 21px;
  font-weight: 500;
  margin: 30px 0 10px 0;
}
section .unsomasiya p{
text-align: justify;
}






.askuveme_vkladok {
  
  margin: 20px 0;
}
.askuveme_vkladok .expandable_tab {
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 0;
  color: rgba(0, 0, 0, 0);
   background-color: #000;
  /*background-color: #BFE2FF;*/
  line-height: 18px;
  padding: 0 30px;
  box-sizing: border-box;
  transition: color 0.5s, padding 0.5s;
  overflow: hidden;
  font-family: Verdana, sans-serif;  
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.askuveme_vkladok .expandable_tab p {
  margin: 0 0 10px;
}
.askuveme_vkladok label {
  cursor: pointer;
  /*background-color: #337AB7;*/
  background-color: #000;
  display: block;
  padding: 15px 20px;
  width: 100%;
  color: #17a2b8;
  font-weight: 300;
  box-sizing: border-box;
  z-index: 100;
  font-family: Verdana, sans-serif;  
  font-size: 18px;
  margin: 0 0 5px;
  transition: color .35s;
}
.askuveme_vkladok label:hover {
  color: #FFF;
}
.askuveme_vkladok input{
  display: none;
}
.askuveme_vkladok label:before {
  content: '\276F';
  float: right;
}
.askuveme_vkladok input:checked + label {
  background-color: #285f8f;
  color: #FFF;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.askuveme_vkladok input:checked + label:before {
  transition: transform .35s;
  transform: rotate(90deg);
}
.askuveme_vkladok input:checked + label + .expandable_tab {
  height: auto;
  margin-top: -5px;
  color: #fff;
  padding: 20px 30px 10px;
}