/*!
Theme Name: desokko-limited
Theme URI: desokko-limited
Author: Kadnychanski
Author URI: vitmark.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: desokko-limited
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

desokko-limited is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

body{
    font-family: 'Manrope Regular', sans-serif;
    color: #1E1E1E;
    height: 100%;
    line-height: 1;
    font-size: 30px; 
    overflow-x: hidden;
}

html, body, footer, header, a, span{
    font-family: 'Manrope Regular', sans-serif;
    font-size: 22px;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5,.logotext{
    font-family: 'Manrope Regular', sans-serif;
    color: #1E1E1E;
    text-transform: uppercase;
    font-weight: 800;
}

.header{
    background: none;
    background-color: none;
}

a{color: #1E1E1E;text-decoration: none!important;}

a:hover{
    opacity:.8;
}

.header{
    
}


html {
  font-size: 18px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
    a{font-size: calc(14px + 8 * (100vw / 1280));
        -webkit-font-size: calc(14px + 8 * (100vw / 1280));
      -moz-font-size: calc(14px + 8 * (100vw / 1280));
    }
}

a.logo-desokko{
    text-decoration: none!important;
    font-size: calc(30px + 8 * (100vw / 1280));
    -webkit-font-size: calc(30px + 8 * (100vw / 1280));
  -moz-font-size: calc(30px + 8 * (100vw / 1280));
} 
a{
    text-decoration: none!important;
    font-size: calc(18px + 8 * (100vw / 1280));
    -webkit-font-size: calc(18px + 8 * (100vw / 1280));
  -moz-font-size: calc(18px + 8 * (100vw / 1280));
}




ol > li{
        text-align: left!important;
}
.first-block-text__bannertext{
    font-size: calc(18px + 12 * (100vw / 1280))!important;
    -webkit-font-size: calc(18px + 12 * (100vw / 1280))!important;
    -moz-font-size: calc(18px + 12 * (100vw / 1280))!important;
    padding: 10%;
    webkit-padding: 10%;
    -moz-padding: 10%
    }

/*   ------------------- media------------------- */
@media (min-width: 1200px) {

    

}

@media (min-width: 768px) {
  

}


@media (max-width: 768px) {
   
}


@media (max-width: 450px) {
   
    .logotext{
    font-size: 28px;
    -webkit-font-size: 28px;
    -moz-font-size: 28px;
    padding:15px 0;
    max-width: 800px;
  display: inline;
  position: relative;
}
    
}

input[type="submit"]{
    margin: 20px 0 0 60px;
    max-width: 150px;
    border-radius: 20px;
    padding: 20px;
    background: #6cd0ca;
    color: #404040;
    border: none;

}
input[type="submit"]:hover{
    opacity: .8;
}


.logotext{
    font-size: calc(28px + 18 * (100vw / 1280));
    -webkit-font-size: calc(28px + 18 * (100vw / 1280));
    -moz-font-size: calc(28px + 18 * (100vw / 1280));
    padding:15px 0;
    max-width:600px;
    display: inline;
    position: relative;
}


.logotext:before{
 content: '';
  display: block;
  position: absolute;
  width: 20%;
  top: 0;
  border-top: 10px solid red;
}
/********************* section  ******************** */
.first-block{
    height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0
}

.first-block-fon{
    background-image: url(/wp-content/uploads/2024/01/bg-1.jpg) ;
    background-size: cover;
    height: 100%;
    width: auto;
}

.second-block-fon {
    background-image: url(/wp-content/uploads/2025/03/bg-2-scaled.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw; /* Гарантированно на всю ширину */
    min-height: 100vh; /* Полная высота экрана */
}

.third-block-fon{
    background-image: url(/wp-content/uploads/2024/01/bg-3.jpg) ;
    background-size: cover;
    height: 100%;
    width: auto;
}
.header-desokko{
    height: 120px;
    background: #fff;
    padding: 15px 0;
}

.first-block-text{
    display: grid;
    place-items: center end;
    height: 100%;
}
.first-block-text__bannertext{
    color: White;
    padding:20% 10%;
    background: rgba(0,0,0,0.7);
}

.block-fon{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.text-block-sticky{
    z-index: 1;
}


.sticky-block{
    position: fixed;
    top: 120px;
    right: 0;
}

footer{
    position: relative;
    z-index: 1;
    bottom: 0;
}

.footer-text{
    font-size: .9rem;
}


.footer{
    min-height: 100px;
    padding: 50px 0 20px;
    font-size: 1.1rem;
}

@media screen (max-width: 768px) and (orientation: landscape) {
  .first-block-text__bannertext {
    padding: 20px;
  }
  .header-desokko {
    height: 90px;
    background: #fff;
    padding: 10px 0;
    }
    .sticky-block {
    top: 90px;
    }
    .col-6{width: 75%}      
    
}

/*********************   table-trademarks ********************/

.table-trademarks {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    color: #333;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.table-trademarks th {
   background-color: #ff8282;
}

.table-trademarks th, .table-trademarks td {
    padding: 12px 10px;
    border: 1px solid #ffcfcf;
    text-align: left;
}

.table-trademarks th :is(span), .table-trademarks td  :is(span){
  font-size: 18px;  
  line-height: 24px;
}

.table-trademarks tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.table-trademarks tbody tr:hover {
    background-color: #ffcfcf;
    transition: background 0.3s;
}

/* === прапори === */
.country {
  position: relative;
  cursor: default;
}

.country::after {
  content: "";
  position: absolute;
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;       /* ширина прапора */
  height: 18px;      /* висота прапора (співвідношення 3:2) */
  opacity: 0;
  transition: opacity 0.3s;
  background-size: contain;  /* щоб прапор не обрізався */
  background-repeat: no-repeat;
  background-position: center; /* вирівнювання по центру */
}

/* прапори */
.country[data-flag="Ukraine"]::after { background-image: url('https://flagcdn.com/w40/ua.png'); }
.country[data-flag="Moldova"]::after { background-image: url('https://flagcdn.com/w40/md.png'); }
.country[data-flag="Kazakhstan"]::after { background-image: url('https://flagcdn.com/w40/kz.png'); }
.country[data-flag="Israel"]::after { background-image: url('https://flagcdn.com/w40/il.png'); }
.country[data-flag="Latvia"]::after { background-image: url('https://flagcdn.com/w40/lv.png'); }
.country[data-flag="Lithuania"]::after { background-image: url('https://flagcdn.com/w40/lt.png'); }
.country[data-flag="Great Britain"]::after { background-image: url('https://flagcdn.com/w40/gb.png'); }
.country[data-flag="Canada"]::after { background-image: url('https://flagcdn.com/w40/ca.png'); }
.country[data-flag="Georgia"]::after { background-image: url('https://flagcdn.com/w40/ge.png'); }
.country[data-flag="EU"]::after { background-image: url('https://flagcdn.com/w40/eu.png'); }
.country[data-flag="Armenia"]::after { background-image: url('https://flagcdn.com/w40/am.png'); }
.country[data-flag="Azerbaijan"]::after { background-image: url('https://flagcdn.com/w40/az.png'); }
.country[data-flag="Norway"]::after { background-image: url('https://flagcdn.com/w40/no.png'); }
.country[data-flag="Tajikistan"]::after { background-image: url('https://flagcdn.com/w40/tj.png'); }


/* при наведенні */
.country:hover::after {
  opacity: 1;
}