/* Theming */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

:root {
  --white: #f9f9f9;
  --black: #36383f;
  --grey: #85888c;
  --blue: #111e6c;
  --anim1: all 0.3s ease-in;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* Header */
.header {
  background-color: var(--blue);
  box-shadow: 1px 1px 5px 0px var(--grey);
  position: sticky;
  top: 0;
  width: 100%;
  /* Sona - added z-index */
  z-index: 99999;
}

/* Logo */
.logo {
  display: inline-block;
  color: var(--white);
  font-size: 35px;
  margin-left: 10px;
}

/* Nav menu */
.nav {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: var(--blue);
  overflow: hidden;
}

/* Sona - changed .menu a to .menu .item */
.menu .item {
  display: block;
  padding: 10px;
  color: var(--white);
}

.menu .submenu .item {
  padding: 10px 20px;
}


/* Sona - removed */
/* .menu a:hover {
  background-color: var(--grey);
} */

.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

/* Menu Icon */

.hamb {
  cursor: pointer;
  float: right;
  padding: 25px 20px;
}

.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

.hamb-line::before,
.hamb-line::after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav {
  max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
  background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked ~ .hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

/* OLD file  ------------------*/



.curr {
  width: 250px;
  margin: 0 auto;
  /*display:flex;*/
  border:1px solid black; 
}

.econ_calendar {
  width: 400px;
  margin: 0 auto;
  display:flex;
  border:1px solid black; 
}

 .outer {
  /*  border: 1px solid blue;*/
  }
  .inner {
    width: 500px;
    margin: auto;
   /* border: 1px solid red;*/
  }

.gm-info {
  margin: 0 auto;
  display: flex;
}

.btn_play {
  margin: 0 auto;
  display: flex;
}

.csort {
  width: 90%;
  margin: 0 auto;
}

.parent > div {
  background: #eee;
  float: left;
  width: 23%;
  margin-right: 2%;
  padding: 10px;
  border: 5px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.parent46 > div {
  background: #eee;
  float: left;
  width: 46%;
  margin-right: 2%;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
.cuser_clock {
  background: #eee;
  float: left;
  width: 23%;
  margin-right: 2%;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
.cbold15 {
  font-family: "tahoma", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.ccity {
  display: none;
}
.clear {
  width: 100%;
  height: 30px; /*border:1px solid black;*/
  clear: both;
}
.cafter_clock {
  height: 50px; /*border:1px solid black;*/
  clear: both;
}
.c_aviasales_mobile {
  display: none;
}


.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css option {
  font-weight: normal;
}
*[dir="rtl"] .select-css,
:root:lang(ar) .select-css,
:root:lang(iw) .select-css {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444; /*Caption color*/
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 23%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}


/* --------------------------  SELECT 50-------------------*/
.select-css50::-ms-expand {
  display: none;
}
.select-css50:hover {
  border-color: #888;
}
.select-css50:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.select-css50 option {
  font-weight: normal;
}
*[dir="rtl"] .select-css50,
:root:lang(ar) .select-css50,
:root:lang(iw) .select-css50 {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

.select-css50 {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444; /*Caption color*/
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 46%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

/* -------------------------- END OF SELECT 50-------------------*/

.box-thumb {
  width: 95%;
  max-width: 648px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  /* Shadow */
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 1px 5px 5px 1px rgba(0, 0, 0, 0.24),
    0px 5px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 0.5em;
}
/* END OF OLD*/

#line_block, #line_block1 {
  background: #eee;
  float: left;
  width: 23%;
  margin-right: 2%;
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* ?????????
.cuser_clock {
    background: #eee;
    float: left;
  width: 23%;
  margin-right: 2%;
  padding: 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }*/

#dparent {
  display: table;
  width: 90%;
  margin: 0 auto;
  border: 1px solid black;
}


  
/* Sona - start */
/* menu styles */
nav .arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    background: url(../js/arrow.svg) no-repeat center bottom/contain;
    margin-left: 8px;
    transform: rotate(0deg) translateY(0);
    transform-origin: center;
    transition: var(--anim1);
}

nav .open > .arrow {
    transform: rotate(180deg) translateY(-50%);
}

nav .item {
    cursor: pointer;
    transition: var(--anim1);
}

nav .item:hover {
    text-shadow: 0 0 5px;
}

nav .item_header:hover > .arrow,
nav .submenu > li:hover .arrow {
    filter: drop-shadow(0 0 5px white);
}

nav .submenu {
    display: flex;
    background: var(--blue);
    flex-direction: column;
    color: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    height: 0;
    overflow: hidden;
}

nav .item_header.open + .submenu {
    opacity: 1;
    visibility: visible;
    height: auto;
    background: var(--blue);
    width: 100%;
}

nav .menu > .hasSubmenu {
  position: relative;
}

nav .submenu a {
    color: inherit !important;
}

/* submenu item */
nav .submenu > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--anim1);
    cursor: pointer;
    background: var(--blue);
    flex-wrap: wrap;
}

nav .submenu > li > a {
  padding: 2px 15px;
}

nav .submenu .item_header.open + .submenu {
  background: rgba(255, 255, 255, 0.1);
}

nav .submenu .submenu > li {
  background: none;
}

nav .submenu .submenu > li > a.item {
  padding: 2px 35px;
}

nav .submenu > li:hover {
    background: rgba(0, 0, 0, 0.2);
}

nav li.hasSubmenu {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Sona - end */

.mblock {width: 50%;
    margin: 0 auto;
    /*cursor: pointer;*/
    
}

.mblock99 {width: 100%;
    margin: 0 auto;
    /*cursor: pointer;*/
}
.mblock_home {width: 20%;
    margin: 0 auto;
    /*cursor: pointer;*/
}

.mblock_curr {width: 20%;
    margin: 0 auto;
    /*cursor: pointer;*/
}

.rightimg  {
    float: right; 
    margin: 7px 0 7px 7px; 
    height: 50%;
    width: auto;
   }
   
   
   @font-face {
    font-family: tahoma; /* Гарнитура шрифта */
    src: url(./fonts/tahoma.ttf); /* Путь к файлу со шрифтом */
   }
   h1 {
    font-family: "tahoma", sans-serif;
   }
   

p {
font-family:"tahoma", sans-serif;
}

.ptitle {
font-family:"tahoma", sans-serif;
font-size: 16px;
text-align: center;
color: var(--blue);
}

.ptext {
font-family:"tahoma", sans-serif;
font-size: 15px;
text-align: justify;
}

.ptitle_text {
font-family:"tahoma", sans-serif;
font-size: 16px;
margin: 7px 10px 7px 10px;
padding:0px;
width:400px;
text-align:justify;
width: 800px;
margin: 0 auto; 
}

.pquestion {
font-family:"tahoma", sans-serif;
font-size: 16px;
text-align: center;
cursor: pointer;
}

.bold15 { 
font-family:"tahoma", sans-serif;
font-size: 15px;
font-weight: 600;
text-align: center;
}

.bold15_left { 
font-family:"tahoma", sans-serif;
font-size: 15px;
font-weight: 600;
/*text-align: center;*/
}

.bold15_left_bg { 
font-family:"tahoma", sans-serif;
font-size: 15px;
font-weight: 600;
/*text-align: center;*/
background-color: #d2f7fc; 
}

.center {
  width: 800px;
  margin: 0 auto;
  display:flex;
  /*border: 1px solid black;*/
}


   
/* Responsiveness --------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 600px) {
  .logo {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;
  }

  .menu li {
    float: left;
  }

  /* Sona - start */
  .menu >li > .item {
    padding: 30px;
  }

  nav .submenu > li > a {
    padding: 2px 10px;
  }

  nav .item_header.open + .submenu {
    background: var(--blue);
  }

  nav .menu > .hasSubmenu > .submenu {
    position: fixed;
    width: auto;
  }


  nav .submenu > li {
    background: rgba(255, 255, 255, 0);
  }

  nav .submenu > li:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  /* Sona - end */

  /* Sona - removed */
  /* .menu a:hover {
    background-color: transparent;
    color: var(--grey);
  } */

  .hamb {
    display: none;
  }

  /*OLD FILE*/


  .parent > div {
    background: #eee;
    float: left;
    width: 43%;
    margin-right: 2%;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

 /* .cuser_clock {
    background: #eee;
    float: left;
    width: 43%;
    margin-right: 2%;
    padding: 10px;
    border: 5px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }*/

 /* .ccity {
    font-family: "tahomat", sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    display: block;
  }
*/

  .c_aviasales_desktop {
    display: none;
  }
  .c_aviasales_mobile {
    display: block;
  }

  /*END OF OLD*/
}

@media screen and (max-width: 1000px) and (orientation: portrait) {
  #dparent {
    display: table;
    width: 90%;
    margin: 0 auto;

    border: 1px solid black;
  }
  
.ccity {
    font-family: "tahomat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
  }
    
 .center {
  width: 90%;
  margin: 0 auto;
  /*display:flex;
  border:1px solid black; */
} 
.mblock {width: 99%; margin: 0 auto; /*height: 90%; border: 1px solid #000;*/}
.mblock_home {width: 99%; margin: 0 auto; /*height: 90%; border: 1px solid #000;*/}

.ptext {
        font-family:"tahoma", sans-serif;
        font-size: 15px;
        text-align: justify;
    }

}

/* Sona - start */
/* watches' styles */
@media screen and (max-width: 767px) {
  #parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  #line_block, #line_block1 {
   /* width: calc(50% - 25px); */
   width: calc((100% - 25px) / 2);
    margin-right: 0;
  }
  
.mblock {width: 80%; height: 90%;  /*margin: 0 auto; border: 1px solid #000;*/}
.mblock_home {width: 80%; height: 90%;  /*margin: 0 auto; border: 1px solid #000;*/}  
.mblock_curr {width: 80%; height: 90%;  /*margin: 0 auto; border: 1px solid #000;*/}
  .clear {
  width: 100%;
  height: 20px; /*border:1px solid black;*/
  clear: both;
}
  
    .select-css {
    display: block;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: calc(50% - 14px);
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
      linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
  }
  
  /* --------------------------  SELECT 50-------------------*/
      .select-css50 {
    display: block;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: 0.6em 1.4em 0.5em 0.8em;
    width: 240px; /*calc(50% - 14px);*/
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
    border-radius: 0.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"),
      linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
  }
  /* -------------------------- END OF SELECT 50-------------------*/
/*  .cuser_clock {
    background: #eee;
    float: left;
    width: calc(50% - 25px);
    margin-right: 0;
    padding: 10px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  } */
  
  .bold15 { 
font-family:"tahoma", sans-serif;
font-size: 50px;
font-weight: 600;

margin: 7px 10px 7px 10px;
padding:0px;
width:800px;
text-align:justify;
}

  .inner {
    width: 240px;
    margin: auto;
   /* border: 1px solid red;*/
  }

}
/* Sona - end */