body {
background: #f3f4f6;
-webkit-text-size-adjust: none;
-moz-text-size-adjust: none;
-ms-text-size-adjust: none;
text-size-adjust: none;
}

.gotos {
    text-align: right;
}
.goto0, .goto1, .goto2, .goto3, .goto4, .related {font-family: Verdana, Geneva, sans-serif;}
.goto1, .goto2, .goto3, .goto4 {
    font-size:14px;
    cursor:pointer;
    background: #e4e4e4;
    color: #2a2a2a;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    padding: 7px 21px;
}
.goto1:hover, .goto2:hover, .goto3:hover, .goto4:hover {
    background: #f9f9f9;
}
.goto0 {
    font-size:14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.related {
    font-size:14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.related a {
    text-decoration: none;
    color: #000;
    white-space: nowrap;
    display: block;
}
.related a {
    border-bottom:1px dashed transparent;
}
.related a:hover {
    border-bottom:1px dashed #000;
}
.p-text {color: #000;}

.rezult-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.gotos {font-weight: bold;}

@media (max-width:900px) {
    .hp-filter.wooman-filter {order:1;}
    .goto0 {
        width:100%;
    }
    .gotos {text-align:left;}
    .gotos br {display:none;}
    .gotos {width:100%;margin-bottom: 10px;}
}
@media (max-width:600px) {
    .goto0 {
        justify-content: center;
    }
    .gotos {text-align:center;}
}

.main {
    max-width:1200px;
    margin: 0 auto;
}
.prefiles {
   display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
}
.files {
  font-size: 14px;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.files label{
    white-space: nowrap;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    padding: 7px 21px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    background: #1fb264;
    transition:0.2s;
}
.files label:hover{
    transform:scale(0.97);
}

#imgLoader{
  font-size: 12px;
  font-family: Verdana, Geneva, sans-serif;
  display:none;
}
.gruzik {
  margin-right: 10px;
  white-space: nowrap;
  
}
.text-1 {
  font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  
}
.p-text {
  font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
  font-family: Verdana, Geneva, sans-serif;
  
}
.rezult-1 input{
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    background-color: #6c00ff;
    color: white;
    border-radius: 30px;
    padding: 5px 10px;
    cursor: pointer;
    transition:0.2s;
    border:none;
    line-height: 1;
    width: 250px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rezult-1 input:hover {
   transform:scale(0.97);
  
}
@media (max-width: 900px) {.rezult-1 {width:100%;margin-left: auto;margin-right: auto;}}
.header-title {
       color: #212121;
       text-align: center;
       font-weight: 500;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 28px;
    line-height: 26px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
margin: 0;
}
.page-header-inner-wrapper {margin: 40px 0;}
.hp-overall {margin-top: 10px;}
.ads {
    width: 100%;
    max-height:90px;
    text-align: center;
    margin: 0;
}
@media (max-width: 900px) {.huiblock {flex-direction: column;}}
@media (min-width: 900.1px) {
    .huiblock {flex-direction: row;}
.hp-left-row.hp-list::-webkit-scrollbar {width: 10px;}
.hp-left-row.hp-list::-webkit-scrollbar-track {-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;background-color: #F0F0F0;}
.hp-left-row.hp-list::-webkit-scrollbar-thumb {height:45px;background-color: #9b9b9b;}
}

@media (max-width: 900px) {
    .hp-left-row.hp-list  {margin-bottom: 0px;}
}
@media (min-width: 900.1px) {.hp-left-row.hp-list  {margin-bottom: 0px;}}

@media (max-width: 700px) {.hp-filter.wooman-filter {flex-wrap: wrap;}}
@media (max-width: 700px) {.wooman-label {line-height: 13px;margin-right: 2px;padding: 7px 10px;}}
@media (min-width: 700.1px) {.wooman-label {line-height: 13px;padding: 7px 10px;}}

.hp-left-row.hp-list {
    background: #ffffff;
    height: 450px;
    overflow-x: auto;
    text-align: justify;
    width: 100%;
    margin-top: 0px;
    border-right: 16px solid #212121;
}
.paddinggg {padding: 5px 10px;}

.wooman-label {
   cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    white-space: nowrap;
}
.fulks:checked + .wooman-label {
    color: #2a2a2a!important;
    background: #ffe22d!important;
    padding: 7px 10px;
}

.hp-filter.wooman-filter {
    background: #212121;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    max-width: 580px;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
}

.huiblock {
      display: flex;
    width: 100%;
    align-items: center;
}

.fulks {
  display: none;
}
body {
 margin: 0px;
}
.container {
  max-width: 1600px;
 
 width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.fulks:checked + .radio-label {
    color: #2a2a2a!important;
    background: #ffe22d!important;
    padding: 7px 21px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

 .gender { 
   flex-direction: row;
   display: flex;
  font-family: Verdana, Geneva, sans-serif;
}
 .gender .radio-label {
    padding: 7px 21px;
   display: flex;
   cursor:pointer;
   
    color: #2a2a2a!important;
    background: #e4e4e4!important;
}
.hp-overall {
  background: #212121;
    color: #ffffff;
    padding: 16px 16px 20px;
    border-radius: 8px;
    min-height: 550px;
}

.hp-left {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.body {
  margin: 0px;
}

.hp-left-row.hp-list img {
  height: 68px;
  cursor: pointer;
}

#hp-wooman-filter > span {
  display: inline-block;
  min-width: 135px;
}

.hp-toggle-filter {
  background: #4e2232 none repeat scroll 0 0;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 auto;
  padding-bottom: 2px;
  position: relative;
  text-align: center;
  top: -3px;
  width: 100px;
}

#hp-code-id > textarea {
  border: medium none;
  border-radius: 5px;
  color: #4e2232;
  display: block;
  height: 39px;
  padding: 3px 0;
  width: 100%;
}
.hp-canvas .canvas-container > canvas {
  max-width: 100%!important;
  object-fit: cover;    
  height: 450px!important;
}
.hp-canvas .canvas-container {
  max-width: 100%!important;
  object-fit: cover;    
  height: 450px!important;
}
.hp-canvas {
    background: #ffffff;
    height: 450px!important;
    width: 100%;
}
.hp-left-row.hp-list {max-width: 100%;}
@media (max-width: 380px) {.hp-canvas {max-width: 320px;}}
@media (min-width: 380.1px) {.hp-canvas {max-width: 320px;}}
@media (min-width: 600px) {.hp-canvas {max-width: 420px;}}
@media (min-width: 600px) {.gender {max-width: 100%;}}
@media (min-width: 600px) {.files {max-width: 100%;}} 

@media (max-width: 380px) {.header-title {margin-right: auto;margin-left: auto;}}
@media (min-width: 380.1px) {.header-title {margin-right: auto;margin-left: auto;}}
.ctext p{
   padding: 12px 15px 12px 15px;
    margin: 0px;
    display: inline-block;
    border-radius: 5px;
    background: #FDFDFD;
    background: -webkit-linear-gradient(#FFF, #EBE5D8);
    background: linear-gradient(#FFF, #EBE5D8);
}
@media (max-width: 1200px) {
    .related a {
        border-bottom:1px dashed #000;
    }
    .p-text {
        padding: 0 16px;
    }
    .hp-overall {
        border-radius: 0;
    }
}
.wooman-label {font-size: 14px;text-decoration: none;color: #fff;}
.flexxx0 {
    display:none !important;
}
@media (max-width: 1200px) {
    .hp-overall {margin-top: 0;}
}
.textrezult {margin-top: 20px;}
@media (max-width: 900px) {
.textrezult {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom:7px;
}
.rezult-1 {
    order:1;
}
.text-1 {
    margin-top: 0;
    margin-bottom:0;
    order:2;
}
    .wooman-label {font-size: 14px;}
    .header-title {margin: 0;}
    .page-header-inner-wrapper {margin: 20px 0;}
    .files {
        margin-bottom: 0;
    }
    .hidemob1 {
        margin-bottom:16px;
    }
    .hidemob1 {display:none !important;}
    .flexxx {
        display:flex !important;
    }
    .hp-left-row.hp-list {
        border-left: none;
        border-right: none;
        padding: 0;
        height: 435px;
    }
    .hp-left-row.hp-list img {
        height: 57px;
    }
    .hp-filter.wooman-filter {
        justify-content: center;
        margin-left: auto;
    }
    .hp-overall {
    padding: 16px 50px 20px;
    }
    .p-text {
    padding: 0 50px;
}
    .hp-canvas {
    max-width: 100%;
    display:flex;
    justify-content: center;
}
}
@media (max-width: 700px) {
    .files label, .rezult-1 input, .gotos {font-weight: normal;}
    .prefiles {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
.related {padding: 20px 0 0;}
@media (max-width: 1220px) {
    .related {padding: 20px 16px 0;}
}
@media (max-width: 900px) {
    .files {display:none;padding: 16px 0;}
    .related {padding: 20px 16 0;}
}
@media (max-width: 600px) {
    .paddinggg {padding: 5px;}
    .p-text {
    padding: 0 16px;
}
    .hp-overall {
    padding: 16px 16px 20px;
    }
    .related {padding: 20px 16px 0;}
    .gender .radio-label {
        padding: 10px 21px;
        width: 50%;
        justify-content: flex-start;
    }
    .files {
        justify-content: center;
    }
    .rezult-1 input {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 500px) {
    .gender {
        width: 100%;
    }
}
.linne {
    position: relative;
    overflow: hidden;
}
.linne:after {
    content: "";
    display:block;
	width: 28px;
    height: 70px;
    background: rgba(255,255,255,.5);
    position: absolute;
    left: -30px;
    top: -20px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: radiance;
    animation-name: radiance;
    -webkit-animation-duration: 2.8s;
    animation-duration: 2.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
@-webkit-keyframes radiance {
  0% {
    left: 0;
    margin-left: -30px;
  }
  100%,
  40% {
    left: 100%;
    margin-left: 40px;
  }
}
@keyframes radiance {
  0% {
    left: 0;
    margin-left: -30px;
  }
  100%,
  40% {
    left: 100%;
    margin-left: 40px;
  }
}
.market {font-weight:normal;color:#8b8b8b;white-space:nowrap;font-size: 12px !important;}
.goto1 {display: block;padding: 8px 24px;text-decoration: none;}
.gotos br {display: block !important;}
@media (max-width: 700px) {
    .goto0, .goto1 {font-size: 15px;}
}