/*   
Theme Name: 0-56fk
*/

*{
margin: 0;
padding: 0;
border: 0;
}
  
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}
  
@font-face {
font-family: exo;
src: url(font/exo2.ttf);
}

@font-face {
font-family: exobold;
src: url(font/exo2bold.ttf);
}
  
body {
font: 16px/25px exo;
}
  
#wrap {
margin: 0 auto;
width: 100%;
min-width: 300px;
overflow-x: hidden;
line-height: 1.4;
color: #333;
}
  
img {
padding: 0;
margin: 0;
border: 0;
max-width: 100%;
height: auto;
}
  
p {
margin: 0 0 1em 0;
}
  
a {
text-decoration: none;
color: #162b6a;
}
  
#header {
width: 100%;
}
  
header {
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1200px;
height: 80px;
}

#logo {
position: absolute;
top: 10px;
left: 1px;
}

#logo img {
width: 220px;
display: block;
}

#callback {
position: absolute;
top: 23px;
left: 500px;
}

#callback a {
font: 16px/16px exo;
display: inline-block;
background: #272352;
color: #fff;
padding: 10px 25px;
border-radius: 25px;
}

#social {
position: absolute;
top: 18px;
right: 390px;
}

#social img {
width: 40px;
}

#phone {
position: absolute;
top: 18px;
right: 1px;
padding: 8px 0 9px 37px;
background: url(img/whatsapp.png) no-repeat;
background-size: 35px auto;
background-position: 0 3px;
}

#phone a {
font: 18px exo;
display: block;
color: #333;
}

#menu {
height: 54px;
background: #272352;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

#breadcrumb {
margin: 15px 0 15px 0;
}
  
.center {
margin: 0 auto;
width: 100%;
max-width: 1200px;
}
  
#slider {
margin: 0 0 0 0;
}
  
#slider img {
display: block;
}

#hometext {
padding: 70px 0 100px 0;
text-align: center;
}  
        
#hometext h2 {
margin: 0 0 10px 0;
}
        
#hometext p a {
font: 16px/16px exo;
display: inline-block;
background: #162b6a;
color: #fff;
padding: 15px 55px;
margin: 20px 0 0 0;
border-radius: 35px;
}

#our h4 {
display: flex;
align-items: center;
margin: 0 0 20px 0;
}

#our h4 img {
margin: 0 10px 0 0;
}
            
#table {
padding: 70px 0 100px 0;
}

.table_component {
overflow: auto;
}

.table_component table {
width: 100%;
min-width: 1200px;
}

.table_component table {
border: 1px solid #333;
height: 100%;
width: 100%;
table-layout: fixed;
border-collapse: collapse;
border-spacing: 1px;
text-align: left;
}

.table_component caption {
caption-side: top;
text-align: left;
}

.table_component th {
border: 1px solid #333;
background-color: #162b6a;
color: #fefbfb;
padding: 5px;
}

.table_component td {
border: 1px solid #333;
padding: 5px;
}

.table_component tr:nth-child(even) td {
background-color: #162b6a;
color: #ffffff;
}

.table_component tr:nth-child(odd) td {
background-color: #ffffff;
color: #000000;
}

#calculator {
padding: 70px 0 100px 0;
background: #f5f5f5;
}

#calculator .center {
max-width: 1000px;
}

#calculator h3 {
font: 18px/18px exobold;
margin: 0 0 10px 0;
text-align: left;
}

#eki {
display: grid;
grid-gap: 10px 1%;
grid-template-columns: 1fr 1fr;
margin: 0 0 20px 0;
}

.form_radio_btn {
display: inline-block;
}

.form_radio_btn input[type=radio] {
display: none;
}

.form_radio_btn label {
display: block;
cursor: pointer;
padding: 3px 15px;
line-height: 34px;
border: 2px solid #162b6a;
border-radius: 6px;
user-select: none;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.form_radio_btn input[type=radio]:checked + label {
background: #162b6a;
color: #fff;
}

.eki {
display: grid;
grid-gap: 10px 2%;
grid-template-columns: 1fr 1fr;
}

#wsh {
display: grid;
grid-gap: 10px 1%;
grid-template-columns: 1fr 1fr 2fr;
}

#vid {
margin: 0 0 20px 0;
}

#sany {
display: grid;
grid-gap: 10px 1%;
grid-template-columns: 1fr 1fr;
width: 90%;
max-width: 700px;
margin: 0 0 20px 0;
}

#sany input {
display: block;
width: 100%;
padding: 9px 15px;
font: 18px exo;
border: 2px solid #162b6a;
border-radius: 6px;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#qosymsha {
margin: 0 0 20px 0;
}

#qosymsha h3 {
font: 20px exobold;
}

.container {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font: 18px exo;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
  
.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
  
/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #eee;
border: 2px solid #162b6a;
}
  
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
background-color: #ccc;
}
  
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
background-color: #162b6a;
}
  
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}
  
/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
display: block;
}
  
/* Style the checkmark/indicator */
.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

#aqsha p {
font: italic 14px exo;
}

#aqsha h3 {
font: 25px exobold;
margin: 20px 0 20px 0;
}

#aqsha_mail input {
padding: 12px 15px;
font: 18px exo;
border: 1px solid #162b6a;
margin: 0 0 15px 0;
display: block;
border-radius: 6px;
width: 100%;
max-width: 500px;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#aqsha button {
display: block;
width: 100%;
max-width: 500px;
padding: 12px 15px;
font: 18px exo;
background: #162b6a;
color: #fff;
border-radius: 6px;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#mymail {
margin: 0 auto;
max-width: 500px;
}    
    
#mymail input {
padding: 15px 0;
background: transparent;
color: #fff;
border: 1px solid #fff;
font: 18px exo;
margin: 0 0 15px 0;
display: block;
border-radius: 15px;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#mymail ::placeholder {
color: #fff;
opacity: 1;
}
  
#mymail ::-ms-input-placeholder {
color: #fff;
}
    
#mymail button {
background: #162b6a;
color: #fff;
padding: 16px;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 18px exo;
border-radius: 15px;
}

#label input[type=checkbox], .inline {
display: inline !important;
font: 16px/18px exo;
width: auto !important;
}

#label {
margin: 0 0 20px 0;
text-align: left;
}

#label a {
color: #b8c5ed;
text-decoration: underline;
}
    
#result {
margin: 10px 0 0 0;
color: #fff;
}

#ex2 {
padding: 40px 30px 40px 30px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#ex2 h2 {
margin: 0 0 10px 0;
}

#mymail3 input {
padding: 15px;
color: #333;
border: 1px solid #333;
font: 18px exo;
margin: 0 0 15px 0;
display: block;
border-radius: 15px;
width: 100%;
text-align: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#mymail3 button {
background: #162b6a;
color: #fff;
padding: 15px;
display: block;
cursor: pointer;
text-align: center;
width: 100%;
height: auto;
font: 18px exo;
border-radius: 15px;
}  

#result3 {
margin: 10px 0 0 0;
}

#home_text {
padding: 70px 0 100px 0;
}
  
#section {
margin: 0 auto;
width: 94%;
max-width: 1200px;
padding: 0 0 50px 0;
}
  
h1 {
font: 45px/45px exobold;
margin: 40px 0 20px 0;
text-align: center;
}
  
h2 {
font: 40px/40px exobold;
margin: 40px 0 20px 0;
text-align: center;
}
  
h3 {
font: 40px/40px exobold;
margin: 40px 0 20px 0;
text-align: center;
}

#whatsapp {
position: fixed;
right: 10px;
bottom: 10px;
z-index: 9;
width: 50px;	
}
          
#whatsapp img {
display: block;
margin: 0 0 10px 0;
}
  
#myfooter {
width: 100%;
background: #272352;
}
     
footer {
position: relative;
width: 94%;
max-width: 1200px;
margin: 0 auto;
padding: 70px 0 70px 0;
display: grid;
grid-gap: 10px 10%;
grid-template-columns: 1fr 1fr 180px;
}

footer ul li {
list-style: none;
}
    
footer a {
font: 16px exo;
display: block;
color: #fff;
margin: 0 0 10px 0;
}
        
#copy {
padding: 5px 0 25px 0;
border-top: 1px solid #fff;
}
        
#copy p {
font: 16px exo;
margin: 0 0 0 0;
padding: 20px 0 0 0;
color: #fff;
}
        
#copy a {
text-decoration: none;
color: #f5f5f5;
}
  
#gallery {
display: grid;
grid-gap: 20px 2%;
grid-template-columns: 32% 32% 32%;
text-align: center;
}
  
#catalog {
display: grid;
grid-gap: 30px 2%;
grid-template-columns: 32% 32% 32%;
margin: 0 0 30px 0;
}
  
#mylinks {
text-align: center;
margin: 0 0 40px 0;
}
  
table {
border-collapse: collapse;
width: 100%;
}
  
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
  
img.alignright {
float: right;
margin: 0 10px 3px 5px;
}
  
img.alignleft {
float: left;
margin: 0 10px 3px 0;
}
  
img.aligncenter {
display: block;
margin: 0 auto;
}
  
.alignright {
float: right;
}
  
.alignleft {
float: left;
}
  
.aligncenter {
display: block;
margin: 0 auto;
}
  
.error {
color: red;
}
  
.clear {
width: 100%;
height: 1px;
clear: both;
}
  
.myvideo {
position: relative;
padding: 30px 0 56.25% 0;
height: 0;
overflow: hidden;
border: 1px solid #ccc;
}
  
.myvideo iframe,.myvideo object,.myvideo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
  
article ul, article ol {
margin: 0 0 0 20px;
}
  
article ul li, article ol li {
margin: 0 0 10px 0;
}
  
.closebtn, #hamburger, #menucontact, #callback2, #social2 {
display: none;
}
  
#mymenu {
width: 100%;
max-width: 1230px;
margin: 0 auto;
}
  
#mymenu ul li {
float: left;
list-style: none;
position: relative;	
}
  
#mymenu ul li a {
font: 17px/17px exo;
padding: 18px 20px;
color: #fff;
text-decoration: none;
display: block;
}
  
#mymenu ul li ul {
display: none;	
}
  
#mymenu ul li:hover ul {
position: absolute;
top: 54px;
display: block;
z-index: 9;
}
  
.myspan {
position: relative;
}
  
.myspan span {
cursor: pointer;
color: red;
}
  
#mymenu ul li span {
position: absolute;
top: 21px;
right: 0;
display: block;
border: solid #333;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 3px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
  
#mymenu ul li ul li a {
font: 14px exo;
padding: 15px 20px;
color: #fff;
background: rgb(0, 98, 176);
text-decoration: none;
display: block;
width: 200px;
}
  
button {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: poexo;
}
  
.slide-arrow {
position: absolute;
top: 50%;
margin-top: -15px;
z-index: 1;  
}

.prev-arrow {
cursor: pointer;
left: 20px;
width: 0;
height: 0;
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
  
.next-arrow {
cursor: pointer;
right: 20px;
width: 0;
height: 0;
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 8px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.blocker {
z-index: 1000000000 !important;
}
 
@media only screen and (max-width:1200px){
.center {
width: 96%;
padding: 0 2% 0 2%;	
}
}
  
@media only screen and (max-width:1100px){
body {
font: 14px/20px exo;
}
#header {
width: 100%;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}  
header {
height: 60px;
padding: 0 0 0 0;
}
#logo {
position: absolute;
top: 9px;
left: 1px;
}   
#logo img {
width: 150px;
display: block;
} 
#phone {
position: absolute;
top: 18px;
right: 50px;
padding: 0 0 0 0;
background: transparent;
}   
#phone a {
font: 16px exo;
display: block;
color: #333;
}
#callback, #social {
display: none;
}
#callback2, #social2 {
display: block;
padding: 0 20px 15px 20px;
}
#callback2 a {
font: 18px exo;
display: inline-block;
background: #162b6a;
color: #fff;
padding: 10px 25px;
border-radius: 25px;
}
#social2 img {
width: 40px;
}
#hamburger {
position: absolute;
right: 1px;
top: 13px;
cursor: pointer;
display: inline-block;
}
#menu {
background: rgba(255, 255, 255, 1);
margin: 0 0 0 0;
min-height: 100vh;
width: 0;
max-width: 800px;
position: fixed;
z-index: 9999999;
top: 0;
left: 0;
overflow-x: hidden;
transition: 0.2s;
}
#menu .closebtn {
position: absolute;
top: 0;
right: 0;
font-size: 36px;
padding: 0 10px 0 10px;
line-height: 1;
background: #395fa7;
color: #fff;
text-decoration: none;
display: block;
}
#menucontact {
display: block;
margin: 30px 0 0 20px;
}
#mymenu ul li {
float: none;
display: block;
list-style: none;
position: relative;	
}
#mymenu ul li a {
font: 18px exo;
padding: 15px 20px;
color: #333;
text-decoration: none;
display: block;
width: 70%;
}
#mymenu ul li span {
position: absolute;
top: 15px;
right: 20px;
border: none;
display: block;
border: solid #333;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
#mymenu ul li:hover ul {
position: relative;
top: 0;
display: none;
}
#mymenu ul li ul {
display: none;	
}
#mymenu ul li ul li a {
font: 16px exo;
padding: 15px 30px;
color: #333;
background: transparent;
text-decoration: none;
display: block;
width: 100%;
}
}
  
@media only screen and (max-width:950px){
#hometext {
padding: 30px 0 40px 0;
}                
#hometext h2 {
margin: 0 0 10px 0;
}
#table {
padding: 30px 0 50px 0;
}
#calculator {
padding: 30px 0 50px 0;
}
#home_text {
padding: 30px 0 50px 0;
} 
#mymail input {
font: 16px exo;
margin: 0 0 15px 0;
}       
#mymail button {
font: 16px exo;
}  
#mymail3 input {
font: 16px exo;
} 
#mymail3 button {
font: 16px exo;
}
#calculator {
padding: 30px 0 50px 0;
}
#calculator h3 {
font: 16px/18px exobold;
margin: 0 0 10px 0;
}
#eki {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
margin: 0 0 20px 0;
}
.form_radio_btn label {
display: block;
cursor: pointer;
padding: 3px 15px;
line-height: 34px;
border: 2px solid #162b6a;
border-radius: 6px;
}
.eki {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
}
#wsh {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
}
.container {
font: 16px exo;
}
.checkmark {
height: 20px;
width: 20px;
}
#sany {
display: grid;
grid-gap: 10px 0;
grid-template-columns: 100%;
width: 100%;
max-width: 700px;
margin: 0 0 20px 0;
}  
#sany input {
font: 16px exo;
}
#aqsha h3 {
font: 25px exobold;
}
#aqsha_mail input {
font: 16px exo;
}
#aqsha button {
font: 16px exo;
}
h1 {
font: 30px/30px exobold;
margin: 20px 0 10px 0;
}
h2 {
margin: 20px 0 10px 0;
font: 25px/25px exobold;
}
h3 {
margin: 20px 0 10px 0;
font: 20px/20px exobold;
}
footer {
grid-gap: 20px 0;
grid-template-columns: 100%;
}  
footer a {
font: 14px exo;
}
#copy p {
font: 14px exo;
}      
#copy a {
font: 14px exo;
}
#gallery {
display: grid;
grid-gap: 10px 4%;
grid-template-columns: 48% 48%;
text-align: center;
}
#catalog {
display: grid;
grid-gap: 30px 0;
grid-template-columns: 100%;
}
}