/*!
Theme Name: FireDynamics
Theme URI: http://underscores.me/
Author: Dmitry S. Nepipenko
Author URI: https://ndimasss.ru
Description: Theme for FireDynamics
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: fd
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.

FireDynamics 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/
*/

:root {
    --black: #000;
    --gray: #979797;
    --orange: #D04A44;
    --lite-gray: #E5E5E5;
    --alt-gray: #dbdbdb;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
.presentation-letter {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    background-color: var(--orange);
    padding: 2rem 1rem;
}

.presentation-letter p {
	max-width: 100%;
}

.presentation-letter__header {
    color: white;
    font-size: 1.4rem;
    font-weight: normal;
}
.presentation-letter__description {
    color: white;
}
.presentation-letter__form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-top: 1rem;
}
.presentation-letter__form--input {
    background-color: var(--lite-gray);
    color: var(--gray);
    border-radius: 20px;
    padding: .5rem 1rem;
    border: none;
    outline: none;
	max-width: 100%;
}
.presentation-letter__form--input:focus {
	box-shadow: 0 0 .25rem .25rem rgba(255, 255, 255, .25);
}
.presentation-letter__form--btn {
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    padding: .5rem 1rem;
    background-color: transparent;
	margin-left: 0;
	margin-top: 1rem;
	cursor: pointer;
	transition: all .25s ease-in;
}
.presentation-letter__form--btn:hover {
	background-color: white;
	color: rgb(208, 74, 68);
}
/******************************************************************************/
@font-face {
	font-family: 'Circe';
	font-style: normal;
	font-weight: normal;
	src: url('assets/fonts/circe.eot'); /* IE 9 Compatibility Mode */
	src: url('assets/fonts/circe.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('assets/fonts/circe.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/circe.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('assets/fonts/circe.ttf') format('truetype'), /* Safari, Android, iOS */
		url('assets/fonts/circe.svg#circe') format('svg'); /* Chrome < 4, Legacy iOS */
}
@font-face {
	font-family: 'Circe';
	font-style: normal;
	font-weight: bold;
	src: url('assets/fonts/circe_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('assets/fonts/circe_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('assets/fonts/circe_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('assets/fonts/circe_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('assets/fonts/circe_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('assets/fonts/circe_bold.svg#circe_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Circe', sans-serif;
}
html{
    min-height: 100vh;
}
body {
    background-color: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Circe', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}
ul {
    list-style-type: none;
}
button {
    cursor: pointer;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 1rem;
}
.footer {
    background-color: var(--lite-gray);
    width: 100%;
    padding: 5rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer__list li {
    color: var(--gray);
    margin: 5px 0;
}
.footer__list li:first-child {
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.footer__logo {
    width: 10rem;
}
.footer__logo img {
    width: 100%;
    height: auto;
}
.header {
    width: 100%;
   
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* transition: background-color 500ms; */
}
.header>* {
    user-select: none;
}
.header__inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    position: relative;
}
.link-dropdown {
    cursor: pointer;
}
.header.--black {
    transition: background-color 500ms;
}
.header.--black, .header.colored, .header.--open-menu-mobile, .header.--open-menu {
    background-color: var(--black);
}
.header.--black .header__logo {
    height: 3rem;
    width: auto;
    transition: height 200ms;
}
.header__logo {
    width: auto;
    height: 5rem;
    transition: height 200ms;
}
.header__menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5rem;
}
.menu-item {
    color: white;
    font-size: 1rem;
    padding: 6px 0;
    /* position: relative; */
}
.link-dropdown {
    position: relative;
}
.link-dropdown:hover::after {
    animation: hover_link 500ms linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.link-dropdown::after{
    position: absolute;
    top: 100%;
    left: 0;
    content: " ";
    width: 0;
    height: 4px;
    background-color: var(--orange);
}
.menu-item.--active>.link-dropdown::before{
    position: absolute;
    cursor: pointer;
    top: 100%;
    left: 0;
    content: " ";
    width: 100%;
    height: 4px;
    background-color: var(--orange);
}

@keyframes hover_link {
    from {
        width: 0;
    } 
    to {
        width: 100%;
    }
}


.header__dropdown {
    max-height: 0;
    overflow: hidden;
    display: none;
    transition: max-height 500ms ease-in;
}
.header__dropdown.--open {
    max-height: 1000px;
    /* max-width: 500px; */
    padding-bottom: 2rem;
    padding-left: 10rem;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: var(--black);
    transition: max-height 500ms ease-in;
}
.dropdown__inner {
    max-width: 500px;
}
.header__dropdown-name {
    color: white;
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
.dropdown-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    gap: 1rem 2rem;
}

.dropdown-item {
    font-size: 1rem;
    color: white;
    width: fit-content;
}
.header__burger {
    display: none;
}

@media (max-width: 800px) {
    .header__burger {
        display: flex;
        flex-direction: column;
        width: 1.5rem;
        gap: 3px;
        position: absolute;
        top: 2.5rem;
        right: 2rem;
    }
    .header__logo {
        align-self: flex-start;
    }
    .header__burger span {
        width: 100%;
        height: 2px;
        background-color: white;
    }
    .header__inner {
        flex-direction: column;
    }
    .header__menu {
        display: none;
        flex-direction: column;
        align-self: flex-start;
        width: 100%;
        transition: display 500ms;
    }
    .header__menu.--open {
        display: block;
        transition: display 500ms;
    }
    .menu-item {
        width: 100%;
    }
    .header__dropdown.--open {
        position: relative;
        padding-left: 3rem;
        padding-bottom: 0;
        margin-top: 1rem;
    }
    .dropdown__inner {
        max-width: 100%;
    }
    .header__dropdown-name {
        display: none;
    }
    .dropdown-list {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 550px) {
    .header {
        /* position: sticky; */
        background-color: var(--black);
    }
}
.page {
    flex: 1 0 auto;
}

@media (max-width: 550px) {
    .page {
       margin-top: 58px;
    }
}

input[type='checkbox'] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type='checkbox'] + label {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid black;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

input[type='checkbox']:checked + label::after {
    content: '';
    display: inline-block;
    position: absolute;
    /* top: .15em; */
    left: 2.5px;
    width: .8em;
    height: .8em;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: var(--orange);
}
.news-page {
    width: 100%;
    margin: 0 auto;
    margin-top: 7rem;
    padding: 2rem 1rem;
}
.news-page__content {
    width: 100%;
	max-width: 60rem;
    margin: 0 auto;
    margin-top: 2rem;
}

.news-page__header {
    font-size: 2rem;
}
.news-page__time {
    color: var(--gray)
}
.news-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.news-img>img {
    width: 100%;
    height: auto;
}

.news-header {
    font-size: 1.5rem;
    margin: 2rem 0;
}
.news-description {
    margin-bottom: 4rem;
}

@media (max-width: 600px) {
    .news-page__content {
        width: 100%;
    }
}
.section.news {
	width: 100%;
}
.news-list__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
	width: 100%;
	max-width: 75rem;
	margin: 0 auto;
}
.news-item {
    width: 100%;
    background-color: var(--lite-gray);
    border-radius: 15px;
    overflow: hidden;
}

.news-item__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
}
.news-item__info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap:.5rem;
}
.news-item__info--name {
    font-size: 1.2rem;
    font-weight: normal;
}
.news-item__info--time {
    color: var(--gray);
    font-size: .9rem;
}
.news-item__info--description {
    font-size: .9rem;
}
.news-item__info--show-more {
    margin-top: 1rem;
    color: var(--orange);
}

@media (max-width: 800px) {
    .news-list__items {
        grid-template-columns: 1fr;
        padding: 0;
    }
}
.segment-banner {
    width: 100%;
    position: relative;
}
.segment-banner__text {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 20%;
    padding: 0 1rem;
}
.segment-banner__text--header {
    color: white;
    font-size: 2rem;
    width: 40%;
    min-width: 300px;
}
.segment-banner__text--description {
    color: white;
    font-size: 1rem;
    width: 40%;
    min-width: 300px;
    padding: 10px 0;
}
.segment-banner__text-btns {
    width: 40%;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.segment-banner-btn {
    font-size: 1.3rem;
    padding: .4rem .8rem;
    border: 1px solid var(--orange);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    color: white;
    position: relative;
    overflow: hidden;
}
.segment-banner-btn:hover::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: " ";
    background-color: var(--orange);
    animation: btn-fill 500ms linear;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    z-index: -1;

}
@keyframes btn-fill {
    from {
        width: 0;
    } 
    to {
        width: 100%;
    }
}
.segment-banner__img {
    width: 100%;
    height: auto;
}

.section {
    width: 100%;
    background-color: white;
    padding: 1rem;
}
.section__header {
    font-size: 4rem;
    color: var(--alt-gray);
}
.segment-list__items {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
	gap: 1rem;
    padding: 2rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
	place-items: center;
}
.segment-item {
	position: relative;
    width: 66.66% !important;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 0;
	margin: 0 auto;
}
.segment-item__img {
    object-fit: cover;
    width: 100%;
    height: auto;
	border-radius: 50%;
    transition: all 500ms;
    aspect-ratio: 1;
}
.segment-item__img:hover {
    transform: scale(1.2);
    filter: blur(3px);
}
.segment-item__name {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.5rem;
    text-shadow: 1px 1px 3px #000;
}
.segment-item__name::after {
    position: absolute;
    top: -25%;
    left: -5px;
    content: " ";
    width: 10px;
    height: 5px;
    background-color: var(--orange);
    transition: width 500ms;
}
.segment-item:hover>.segment-item__name::after {
    width: 100%;
    transition: width 500ms;
}
.segment-list__show-more {
    text-align: center;
    color: var(--orange);
    cursor: pointer;
    display: block;
    width: fit-content;
    margin: 0 auto;
    transition: transform .5s;
}
.segment-list__show-more:hover {
    transform: scale(1.1);
    transition: transform .5s;
}

@media (max-width: 800px) {
    .segment-banner__text--header{
        font-size: 1.1rem;
    }
    .segment-banner__text--description {
        font-size: .8rem;
    }
    .segment-banner-btn {
        font-size: .8rem;
    }
    .segment-list__items {
        padding: 0 4vw;
    }
}
.banner {
    width: 100%;
    position: relative;
}
.banner__text {
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
	line-height: 1;
    font-size: 2rem;
    color: white;
}
.banner__img {
    width: 100%;
    height: auto;
}
.single-segments .banner,
.single-solutions .banner {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.single-segments .banner__img,
.single-solutions .banner__img {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 100%;
    height: 100%;
}
.single-segments .banner__text,
.single-solutions .banner__text {
    position: relative;
    text-align: center;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    text-shadow: 2px 2px 10px #000;
}
.section {
    width: 100%;
    background-color: white;
    padding: 1rem;
}
.section__header {
    font-size: 4rem;
    color: var(--alt-gray);
}
.segment-list__items {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
    padding: 2rem 3rem;
    max-width: 1100px;
    margin: 0 auto;
    
}
.segment-item {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 1rem;
    cursor: pointer;
}
.segment-item__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 500ms, filter 500ms;
    aspect-ratio: 1;
}
.segment-item:hover>.segment-item__img {
    transform: scale(1.2);
    filter: blur(3px);
    transition: transform 500ms, filter 500ms;
}
.segment-item__name {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.5rem;
}
.segment-item__name::after {
    position: absolute;
    top: -25%;
    left: -5px;
    content: " ";
    width: 10px;
    height: 5px;
    background-color: var(--orange);
    transition: width 500ms;
}
.segment-item:hover>.segment-item__name::after {
    width: 100%;
    transition: width 500ms;
}


.segment-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}
.segment-info {
    min-width: 400px;
}
.segment-info__header {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}
.segment-info__imgs {
    display: grid;
    grid-template-areas: 
        "big small"
        "big small"
        "big small";
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    place-content: start;
    place-items: center;
    max-width: 500px;
    margin-bottom: 1.5rem;
}
.img-big {
    grid-area: big;
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}
.segment-info__imgs img:hover {
    outline: 1px solid var(--orange);
    transition: outline .1s;
}
.segment-info__imgs-small {
    grid-area: small;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.segment-info__imgs-small img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.segment-info__imgs-small img:not(:last-child) {
    margin-bottom: 1rem;
}
.segment-files {
    min-width: 400px;
}
.segment-files__docs {
    padding: 1rem 0;
}
.segment-files__docs-header {
    padding-bottom: 1rem;
}
.segment-files__docs-doc {
    display: grid;
    grid-template-columns: 1.5rem auto;
    gap: 1rem;
    padding: .5rem 0;
    align-items: center;
}
.segment-files__price {
    border-radius: 20px;
    background-color: var(--orange);
    color: white;
    border: none;
    padding: 5px 1.5rem;
}
.doc-icon {
    width: 1.5rem;
    height: auto;
}


.modal a.close-modal[class*="icon-"] {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
  }
.modal {
    max-width: 600px !important;
}
.price-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.modal-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-logo p {
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}
.modal-logo img {
    width: 50%;
    height: auto;
}
.modal-content {
    display: flex;
    flex-direction: column;
}
.modal-content > *:not(:last-child) {
	margin-bottom: .75rem;
}
.modal-submit {
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: var(--orange);
    border-radius: 10px;
}
.modal-inputs {
    display: flex;
    flex-direction: column;
}
.modal-input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid black;
    outline: none;
	margin: .25rem 0; 
}
.modal-checkbox {
    font-size: .9rem;
}
.modal-content__header {
    font-size: 1.5rem;
}

.partners__items {
    /* display: grid;
    grid-template-columns: repeat(auto-fill, minmax(4rem, 1fr)); */
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem 3rem;
}
.partners__items-item {
    width: 4rem;
}
.partners__items-item img {
    width: 100%;
    height: auto;
}
@media (min-width: 768px) {
	.banner__text {
    	width: 100%;
    	z-index: 2;
    	position: absolute;
    	top: 50%;
    	left: 0;
    	text-align: center;
    	font-size: 4rem;
    	color: white;
	}
	.segment-item {
	    width: 100% !important;
	}
	.presentation-letter {
		padding: 5rem 2rem;
	}
	.presentation-letter__form--btn {
		margin-left: 1rem;
		margin-top: 0;
	}
	.segment-banner__text {
   		width: calc(100% - 5rem) !important;
    	z-index: 2;
    	position: absolute;
    	bottom: 20%;
    	left: 5rem !important;
	}
}
@media (max-width: 1000px) {
    .segment-container {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 800px) {
    .segment-files, .segment-info {
        min-width: 0;
    }
    .price-form {
        display: grid;
        grid-template-columns: 1fr;
    }
    .modal-logo {
        display: none;
    }
}
@media (max-width: 600px) {
    .segment-list__items {
        padding: 0;
    }
}
.contacts-page {
    margin: 0 auto;
    margin-top: 10rem;
    margin-bottom: 10rem;
    width: 100%;
    padding: 0 4rem;
    display: grid;
    grid-template-columns: 30% auto;
    gap: 2rem;
    max-width: 1400px;
}
.contacts-page .contact-item {
    margin-bottom: 20px;
}
.contacts-map {
    min-height: 500px;
}
.contacts-info__city {
    font-size: 1.5rem;
    margin: 1rem 0;
}
.contacts-info__address {
    color: var(--gray);
    margin: .5rem 0;
}

@media (max-width: 800px) {
    .contacts-page {
        grid-template-columns: 1fr;
    }
   
}

.menu-item.menu-item-langs > a:not(:last-child) {
	margin-right: .5rem;	
}

.segment-info__description h2 {
	line-height: 1 !important;
	font-size: 2rem !important;
}

.segment-s {
	padding: 1rem;
	background-image: url("/wp-content/uploads/2023/02/cock.png");
	color: rgb(28, 28, 28);
	background-size: contain;
	background-repeat: no-repeat;
}

.segment-s__btns {
	display: flex;
}

.segment-s__btns a {
	border: none;
	border-radius: 20px;
	padding: .5rem 1rem;
	line-height: 1rem;
	font-size: 1rem;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	-webkit-transition: color .08s ease-in-out;
	transition: color .08s ease-in-out;
	display: flex;
	text-decoration: none;
	background: var(--orange);
	color: white;
	text-transform: uppercase;
	justify-content: center;
	align-items: center;
}

.segment-s__btns a:first-child {
	flex: 0 0 auto;
	margin-right: 1rem;
}

.segment-s__btns a:last-child {
	flex: 1 1 auto;
	color: var(--orange);
	border: 2px solid var(--orange);
	background: transparent;
}

.segment-s h2 {
	font-size: 1.75rem;
	line-height: 1;
}

.segment-s p {
	font-size: 1.25rem;
	line-height: 1;
	margin: 1.5rem 0;
}

.segment-banner__text {
	display: none;
}

.segment-banner__img {
	margin-top: -1.2rem;
}

@media (min-width: 768px) {
	.segment-s {
		display: none;
	}
	.segment-banner__text {
		display: block;
	}
	.segment-banner__img {
/* 		margin-top: 0; */
	}
    .segment-info__description h2 {
		font-size: 3rem !important;
	}
}
