@charset "UTF-8";
@font-face {
  font-family: "OldStandardTT";
  src: url("../fonts/OldStandardTT/OldStandardTT-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic/NTSomic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic/NTSomic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: "NTSomic";
  src: url("../fonts/NTSomic/NTSomic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: auto;
  font-style: normal; }

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font/icon-font.eot?zapzd9");
  src: url("../fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("../fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("../fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("../fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-display: auto;
  font-style: normal; }

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-in:before {
  content: "\e902"; }

.fa-arrow-next:before {
  content: "\e901"; }

.fa-close:before {
  content: "\e907"; }

.fa-arrow-prev:before {
  content: "\e908"; }

.fa-check:before {
  content: "\e909"; }

.fa-fb:before {
  content: "\e905"; }

.fa-inst:before {
  content: "\e90a"; }

.fa-twitter:before {
  content: "\e900"; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

@-webkit-keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

@keyframes move-light {
  from {
    -webkit-transform: translateX(-4em) skewX(-45deg);
            transform: translateX(-4em) skewX(-45deg); }
  to {
    -webkit-transform: translateX(18em) skewX(-45deg);
            transform: translateX(18em) skewX(-45deg); } }

.policy {
  padding: 100px 0; }
  @media only screen and (max-width: 980px) {
    .policy {
      padding: 70px 0; } }
  @media only screen and (max-width: 720px) {
    .policy {
      padding: 50px 0; } }

*::-moz-selection {
  color: #171717;
  /* Цвет текста */
  background: #FFEB50;
  /* Цвет фона */ }

*::selection {
  color: #171717;
  /* Цвет текста */
  background: #FFEB50;
  /* Цвет фона */ }

html, body {
  overflow-x: hidden;
  position: relative;
  min-height: 100vh; }

body {
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #171717;
  font: normal 18px/1.5 "NTSomic", sans-serif;
  scroll-behavior: smooth; }

.body-page {
  padding-top: 128px; }
  @media only screen and (max-width: 1600px) {
    .body-page {
      padding-top: 100px; } }
  @media only screen and (max-width: 720px) {
    .body-page {
      padding-top: 104px; } }

main {
  margin-bottom: auto; }

h1, h2, h3, h4, h5, h6, p, ul, ol, a {
  text-underline-offset: 2px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit; }

h1, h2, h3, h4, h5, h6 {
  color: #303030;
  font-family: "OldStandardTT", serif; }

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: inherit; }
  a::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  a::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }

form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input[type="submit"] {
  cursor: pointer; }

textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

input, textarea {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  input:focus, textarea:focus {
    border-color: #FFEB50 !important; }

select {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  select:hover {
    border-color: #FFEB50 !important; }

select, option {
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

img::-moz-selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

img::selection {
  color: inherit;
  /* Цвет текста */
  background: transparent;
  /* Цвет фона */ }

label {
  cursor: pointer;
  margin-bottom: 0; }

.slick-slide {
  outline: none !important; }

.section-frame {
  max-width: 100%;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 720px) {
    .section-frame {
      padding: 0 15px; } }

.section-frame_relative {
  position: relative; }

.load * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.open-frame {
  overflow: hidden; }

.js-checkbox {
  cursor: pointer; }
  .js-checkbox input {
    display: none; }

@media only screen and (max-width: 1200px) {
  .table-hide {
    display: none !important; } }

.table-show {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show {
      display: block !important; } }

.table-show-flex {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.table-show-grid {
  display: none !important; }
  @media only screen and (max-width: 1200px) {
    .table-show-grid {
      display: grid !important; } }

@media only screen and (max-width: 720px) {
  .mob-hide {
    display: none !important; } }

.mob-show {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show {
      display: block !important; } }

.mob-show-inline {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-inline {
      display: inline !important; } }

.mob-show-flex {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-flex {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.mob-show-grid {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .mob-show-grid {
      display: grid !important; } }

.page-title {
  font-size: 128px;
  line-height: 1; }
  @media only screen and (max-width: 1600px) {
    .page-title {
      font-size: 98px; } }
  @media only screen and (max-width: 1200px) {
    .page-title {
      font-size: 78px; } }
  @media only screen and (max-width: 720px) {
    .page-title {
      font-size: 40px; } }

.page-title_center {
  text-align: center; }

.page-title_white {
  color: #fff; }

.header {
  width: 100%;
  padding-right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  @media only screen and (max-width: 720px) {
    .header {
      height: 104px;
      padding: 0 15px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }

.burger {
  margin-left: auto; }

.mob-frame {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: url("../images/bg/mob-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 80; }

.mob-menu {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: -500px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.mob-menu_active {
  right: 15px; }

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .menu-close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.logo {
  width: 128px;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .logo img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 1600px) {
    .logo {
      width: 100px; } }
  @media only screen and (max-width: 720px) {
    .logo {
      width: 104px;
      position: absolute;
      left: -webkit-calc(50% - 52px);
      left: calc(50% - 52px);
      top: 0; } }

.header-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px; }

.header-menu a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 128px;
  display: block;
  padding: 70px 35px 30px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .header-menu a span {
    position: relative;
    z-index: 2; }
  .header-menu a::before {
    content: '';
    width: 100%;
    height: 0%;
    display: block;
    background-color: #FFEB50;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .header-menu a:hover,
  .header-menu a.active {
    color: #171717; }
    .header-menu a.active::before,
    .header-menu a:hover::before {
      height: 100%; }

@media only screen and (max-width: 1600px) {
  .header-menu a {
    height: 100px;
    padding: 50px 15px 15px; } }

.header_black {
  background: #000; }

.header-scroll_active {
  background: #000; }
  .header-scroll_active .logo {
    width: 100px; }
  .header-scroll_active .header-menu a {
    padding-top: 50px;
    height: 100px; }
  @media only screen and (max-width: 1200px) {
    .header-scroll_active .logo {
      width: 70px; }
    .header-scroll_active .header-menu a {
      padding-top: 25px;
      height: 70px; } }
  @media only screen and (max-width: 720px) {
    .header-scroll_active {
      height: 60px; }
      .header-scroll_active .logo {
        width: 60px;
        left: 0px; } }

.mob-logo {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #136C51;
  position: relative; }
  .mob-logo img {
    display: block; }

.mob-nav {
  width: 100%;
  padding: 65px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFEB50; }
  .mob-nav li {
    margin-bottom: 30px; }
    .mob-nav li:last-child {
      margin-bottom: 0; }
  .mob-nav a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto; }

.mob-contact {
  width: 100%;
  padding: 35px 20px;
  background-color: #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }
  .mob-contact .footer-social {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 35px auto 0; }

.mob-phone {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto; }

.footer {
  padding-bottom: 50px;
  background-color: #000; }
  @media only screen and (max-width: 720px) {
    .footer {
      padding-bottom: 30px; } }

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 20px; }
  @media only screen and (max-width: 720px) {
    .footer-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 15px; } }

.footer-logo {
  width: 128px; }
  .footer-logo img {
    width: 100%;
    display: block; }
  @media only screen and (max-width: 1200px) {
    .footer-logo {
      width: 96px; } }

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px; }

.footer-nav a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  color: #fff;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: hidden; }
  .footer-nav a::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #FFEB50;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .footer-nav a:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  .footer-nav a:hover {
    color: #FFEB50; }

@media only screen and (max-width: 720px) {
  .footer-nav {
    margin-top: 10px;
    font-size: 16px; } }

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px; }
  @media only screen and (max-width: 720px) {
    .footer-social {
      grid-gap: 30px; } }

.footer-social__item {
  color: #fff;
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .footer-social__item:hover {
    color: #FFEB50; }

.footer-copy {
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #A1A1A1;
  grid-gap: 20px;
  margin-top: 50px; }
  @media only screen and (max-width: 720px) {
    .footer-copy {
      margin-top: 25px;
      grid-gap: 15px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 15px; } }

.footer-copy__text {
  font-size: 14px;
  color: #fff; }
  @media only screen and (max-width: 720px) {
    .footer-copy__text {
      font-size: 13px; } }

a.footer-copy__text {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: hidden; }
  a.footer-copy__text::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #FFEB50;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  a.footer-copy__text:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  a.footer-copy__text:hover {
    color: #FFEB50; }

.footer-dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 5px; }
  .footer-dev p {
    font-size: 16px;
    color: #fff; }
  @media only screen and (max-width: 720px) {
    .footer-dev {
      margin: 0 auto; } }

.footer-dev__logo path {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.footer-dev__logo:hover path {
  fill: #FFEB50; }

.ukoil {
  padding: 325px 0 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/bg/ukoil-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .ukoil {
      padding-top: 200px; } }
  @media only screen and (max-width: 1200px) {
    .ukoil {
      padding: 220px 0 300px; } }
  @media only screen and (max-width: 720px) {
    .ukoil {
      height: 100vh;
      min-height: 600px;
      background: url("../images/bg/ukoil-bg-mob.jpg") center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; } }

.ukoil-title {
  max-width: 1170px;
  font-size: 128px;
  line-height: 100%;
  color: #fff;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }
  @media only screen and (max-width: 1200px) {
    .ukoil-title {
      font-size: 78px; } }
  @media only screen and (max-width: 720px) {
    .ukoil-title {
      font-size: 40px;
      padding: 0 15px;
      line-height: 49px; } }

.ukoil-info {
  width: 795px;
  padding: 250px 190px 70px 155px;
  background: #FFEB50;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0; }
  .ukoil-info b {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 175%;
    margin-bottom: 15px; }
  .ukoil-info p {
    font-size: 16px;
    line-height: 175%; }
  @media only screen and (max-width: 1200px) {
    .ukoil-info {
      width: 100%;
      padding: 60px 20px;
      position: static; } }
  @media only screen and (max-width: 720px) {
    .ukoil-info {
      padding: 50px 30px; } }

.ukoil-wrap {
  width: 795px;
  padding: 80px 195px 515px 155px;
  background: url("../images/bg/ukoil-info-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto; }
  .ukoil-wrap p {
    font-size: 24px;
    font-family: "OldStandardTT", serif;
    margin-bottom: 15px; }
    .ukoil-wrap p:last-child {
      margin-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .ukoil-wrap {
      width: 100%;
      padding: 60px 20px 340px; } }
  @media only screen and (max-width: 720px) {
    .ukoil-wrap {
      padding: 60px 30px 305px;
      background: url("../images/bg/ukoil-info-bg-mob.jpg") center no-repeat;
      -webkit-background-size: cover;
              background-size: cover; } }

.catalog {
  margin-top: -130px; }
  @media only screen and (max-width: 1200px) {
    .catalog {
      padding-top: 70px;
      margin-top: 0; } }

.catalog-title {
  max-width: 535px; }
  .catalog-title p {
    max-width: 445px;
    font-size: 16px;
    margin-top: 70px; }
  @media only screen and (max-width: 1200px) {
    .catalog-title {
      width: 100%;
      max-width: 100%; }
      .catalog-title p {
        margin-top: 25px; } }

.catalog-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 20px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 20px), 1fr));
  grid-gap: 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 70px; }
  @media screen and (max-width: 1200px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 20px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 20px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .catalog-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 20px), 1fr)); } }
  .catalog-list img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1200px) {
    .catalog-list {
      padding: 0 15px;
      margin-top: 25px;
      grid-gap: 15px; } }

.catalog-item {
  padding: 250px 230px 70px;
  background-color: #FFEB50; }
  .catalog-item:hover .catalog-item__photo {
    -webkit-transform: scale(1.2) translateY(-30px);
        -ms-transform: scale(1.2) translateY(-30px);
            transform: scale(1.2) translateY(-30px); }
  @media only screen and (max-width: 1600px) {
    .catalog-item {
      padding: 130px 130px 70px; } }
  @media only screen and (max-width: 1200px) {
    .catalog-item {
      padding: 120px 70px 70px; }
      .catalog-item:hover .catalog-item__photo {
        -webkit-transform: scale(1.1) translateY(-10px);
            -ms-transform: scale(1.1) translateY(-10px);
                transform: scale(1.1) translateY(-10px); } }
  @media only screen and (max-width: 720px) {
    .catalog-item {
      padding: 40px; } }

.catalog-item__photo {
  width: 440px;
  height: 440px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  @media only screen and (max-width: 1200px) {
    .catalog-item__photo {
      width: 300px;
      height: 300px; } }
  @media only screen and (max-width: 720px) {
    .catalog-item__photo {
      width: 255px;
      height: 255px; } }

.catalog-item__title {
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: "OldStandardTT", serif;
  margin-top: 40px; }
  @media only screen and (max-width: 1200px) {
    .catalog-item__title {
      font-size: 30px;
      margin-top: 30px; } }
  @media only screen and (max-width: 720px) {
    .catalog-item__title {
      font-size: 32px;
      margin-top: 25px; } }

.catalog-item__info {
  max-width: 440px;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  text-align: center;
  margin: 20px auto 0; }
  @media only screen and (max-width: 720px) {
    .catalog-item__info {
      margin-top: 5px; } }

.about {
  padding-top: 250px; }
  @media only screen and (max-width: 1600px) {
    .about {
      padding-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    .about {
      padding-top: 55px; } }

.about-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-gap: 175px; }
  @media only screen and (max-width: 1600px) {
    .about-wrap {
      grid-gap: 30px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 1200px) {
    .about-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.about-content {
  width: 910px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 1600px) {
    .about-content {
      width: 710px; } }
  @media only screen and (max-width: 1200px) {
    .about-content {
      width: 100%; } }

.about-info {
  font-size: 64px;
  line-height: 79px;
  font-family: "OldStandardTT", serif;
  margin-top: 130px; }
  @media only screen and (max-width: 1600px) {
    .about-info {
      font-size: 48px;
      line-height: 1.3;
      margin-top: 90px; } }
  @media only screen and (max-width: 1200px) {
    .about-info {
      font-size: 34px;
      margin-top: 25px; } }
  @media only screen and (max-width: 720px) {
    .about-info {
      font-size: 24px; } }

.about-description {
  max-width: 600px;
  font-size: 16px;
  line-height: 175%;
  color: #000;
  margin-top: 90px; }
  @media only screen and (max-width: 1600px) {
    .about-description {
      margin-top: 60px; } }
  @media only screen and (max-width: 1200px) {
    .about-description {
      margin-top: 25px; } }

.about-btn {
  max-width: 100%;
  width: 225px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #FFEB50;
  font: 400 16px "NTSomic", sans-serif;
  text-align: center;
  color: #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 90px; }
  .about-btn input {
    display: none; }
  .about-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .about-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .about-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .about-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .about-btn:hover {
    background-color: #171717;
    color: #fff; }
  @media only screen and (max-width: 1600px) {
    .about-btn {
      margin-top: 60px; } }
  @media only screen and (max-width: 1200px) {
    .about-btn {
      margin-top: 10px; } }
  @media only screen and (max-width: 720px) {
    .about-btn {
      margin: 0 auto; } }

.about-slider {
  width: 1010px;
  display: block;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media only screen and (max-width: 1600px) {
    .about-slider {
      width: 800px; } }
  @media only screen and (max-width: 720px) {
    .about-slider {
      width: 500px;
      margin-left: -6px; } }

.about-slide {
  display: block;
  margin: 0 12px; }
  .about-slide img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 720px) {
    .about-slide {
      margin: 0 6px; } }

.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 250px; }
  @media only screen and (max-width: 1600px) {
    .blog {
      margin-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    .blog {
      margin-top: 55px; } }

.blog-content {
  width: 795px;
  padding: 155px;
  background-color: #171717;
  color: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .blog-content {
      width: 650px;
      padding: 100px 50px 200px; } }
  @media only screen and (max-width: 1200px) {
    .blog-content {
      width: 100%;
      padding: 50px 20px 150px; } }

.blog-slider {
  margin-top: 40px; }

.blog-slide__title {
  display: block;
  font-size: 64px;
  line-height: 79px;
  font-family: "OldStandardTT", serif;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .blog-slide__title:hover {
    color: #FFEB50; }
  @media only screen and (max-width: 1200px) {
    .blog-slide__title {
      font-size: 44px;
      line-height: 1.4; } }
  @media only screen and (max-width: 720px) {
    .blog-slide__title {
      font-size: 32px; } }

.blog-slide__info {
  font-size: 16px;
  margin-top: 40px; }

.blog-slide__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: hidden; }
  .blog-slide__link::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #FFEB50;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .blog-slide__link:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  .blog-slide__link:hover {
    color: #FFEB50; }

.blog-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  position: absolute;
  bottom: 125px; }
  .blog-arrow a {
    width: 86px;
    height: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #A1A1A1;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .blog-arrow a:hover {
      background-color: #FFEB50;
      border-color: #FFEB50; }
      .blog-arrow a:hover path {
        stroke: #171717; }
  .blog-arrow path {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  @media only screen and (max-width: 1200px) {
    .blog-arrow {
      bottom: 50px; } }

.blog-preview {
  width: 100%;
  height: 1115px;
  position: relative; }
  @media only screen and (max-width: 1600px) {
    .blog-preview {
      height: 995px; } }
  @media only screen and (max-width: 1200px) {
    .blog-preview {
      display: none; } }

.blog-preview__photo {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  position: absolute;
  left: 0;
  top: 0; }

.blog-preview__photo_active {
  display: block; }

.work {
  margin-top: 250px; }
  @media only screen and (max-width: 1600px) {
    .work {
      margin-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    .work {
      margin-top: 65px; } }

.work-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 100px; }
  @media only screen and (max-width: 1200px) {
    .work-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 30px; } }

.work-content {
  width: 910px; }
  @media only screen and (max-width: 1600px) {
    .work-content {
      width: 410px; } }
  @media only screen and (max-width: 1200px) {
    .work-content {
      width: 100%; } }

.work-info {
  font-size: 64px;
  line-height: 79px;
  font-family: "OldStandardTT", serif;
  margin-top: 130px; }
  @media only screen and (max-width: 1600px) {
    .work-info {
      font-size: 48px;
      line-height: 1.3;
      margin-top: 90px; } }
  @media only screen and (max-width: 1200px) {
    .work-info {
      font-size: 34px;
      margin-top: 25px; } }
  @media only screen and (max-width: 720px) {
    .work-info {
      font-size: 32px; } }

.work-description {
  max-width: 600px;
  font-size: 16px;
  line-height: 175%;
  margin-top: 90px; }
  @media only screen and (max-width: 1600px) {
    .work-description {
      margin-top: 60px; } }
  @media only screen and (max-width: 1200px) {
    .work-description {
      margin-top: 30px; } }

.work-step {
  width: 600px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .work-step {
      width: 500px;
      margin: 0 auto;
      -webkit-transform: translateX(30px);
          -ms-transform: translateX(30px);
              transform: translateX(30px); } }
  @media only screen and (max-width: 720px) {
    .work-step {
      width: 100%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.work-default-line {
  position: absolute;
  left: -160px;
  top: 64px; }
  @media only screen and (max-width: 1200px) {
    .work-default-line {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      top: 24px; } }

.scroll-line {
  display: block;
  position: absolute;
  left: -163px;
  top: 63px; }
  @media only screen and (max-width: 1200px) {
    .scroll-line {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      top: 24px; } }

.scroll-line-mob {
  position: absolute;
  left: -webkit-calc(50% - 4px);
  left: calc(50% - 4px);
  top: 40px; }

.work-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 20px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 20px), 1fr));
  grid-gap: 115px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1200px) {
    .work-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 20px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .work-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 20px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .work-list {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 20px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 20px), 1fr)); } }
  .work-list img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 1200px) {
    .work-list {
      grid-gap: 73px 20px; } }
  @media only screen and (max-width: 720px) {
    .work-list {
      grid-gap: 10px; } }

@media only screen and (max-width: 720px) {
  .work-item {
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    z-index: 3; } }

.work-item__icon {
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFEB50;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative; }
  @media only screen and (max-width: 720px) {
    .work-item__icon {
      width: 88px;
      height: 88px;
      margin: 0 auto; } }

.work-item__check {
  display: block;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  position: absolute;
  right: 0;
  top: 8px; }

.work-item_active .work-item__check {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.tester {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 50px; }

.work-item__title {
  font-size: 40px;
  font-family: "OldStandardTT", serif;
  margin-top: 20px; }
  @media only screen and (max-width: 720px) {
    .work-item__title {
      font-size: 32px;
      text-align: center;
      margin-top: 15px; } }

.work-item__info {
  font-size: 16px; }
  @media only screen and (max-width: 720px) {
    .work-item__info {
      text-align: center; } }

.work-line {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0; }

.work-line-mob {
  display: none !important; }
  @media only screen and (max-width: 720px) {
    .work-line-mob {
      display: block !important;
      margin: 0 auto; } }

.seo {
  padding: 60px 0;
  background-color: #F5F5F5;
  margin-top: 230px; }
  @media only screen and (max-width: 1600px) {
    .seo {
      margin-top: 130px; } }
  @media only screen and (max-width: 1200px) {
    .seo {
      padding: 30px 0;
      margin-top: 40px; } }

.seo-wrap {
  position: relative; }
  .seo-wrap p {
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 10px; }
    .seo-wrap p:last-child {
      margin-bottom: 0; }
  .seo-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0)), color-stop(83%, #F5F5F5));
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 83%);
    background: -o-linear-gradient(top, rgba(245, 245, 245, 0) 0%, #F5F5F5 83%);
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 83%);
    position: absolute;
    left: 0;
    top: 0; }
  @media only screen and (max-width: 720px) {
    .seo-wrap p {
      height: 170px;
      overflow: hidden; } }

.seo-wrap_active p {
  height: auto;
  overflow: inherit; }

.seo-wrap_active::before {
  display: none; }

.seo-hide {
  display: none; }

.seo-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  margin-top: -5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: hidden; }
  .seo-more::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #FFEB50;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .seo-more:hover::after {
    width: 100%;
    left: 0;
    right: auto; }
  @media only screen and (max-width: 720px) {
    .seo-more {
      margin-top: -15px; } }

.cookies {
  width: 490px;
  padding: 20px 35px 25px 25px;
  background-color: #fff;
  display: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 40px; }
  @media only screen and (max-width: 720px) {
    .cookies {
      width: 300px;
      padding: 20px;
      right: 15px;
      bottom: 15px; } }

.cookies-title {
  font-size: 40px;
  font-family: "OldStandardTT", serif;
  margin-bottom: 10px; }
  @media only screen and (max-width: 720px) {
    .cookies-title {
      font-size: 28px; } }

.cookies-info {
  font-size: 14px;
  line-height: 171%; }

.cookies-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px; }
  @media only screen and (max-width: 1200px) {
    .cookies-nav {
      grid-gap: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.cookies-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 14px;
  position: relative;
  overflow: hidden; }
  .cookies-link::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #171717;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .cookies-link:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

.cookies-btn {
  max-width: 100%;
  width: 210px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #FFEB50;
  font: 400 16px "NTSomic", sans-serif;
  text-align: center;
  color: #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .cookies-btn input {
    display: none; }
  .cookies-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cookies-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cookies-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cookies-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .cookies-btn:hover {
    background-color: #171717;
    color: #fff; }

.cart {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 0px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 0px), 1fr));
  grid-gap: 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .cart {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 0px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .cart {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 0px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .cart {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 0px), 1fr)); } }
  .cart img {
    max-width: 100%;
    display: block; }

.cart-photo {
  height: 950px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cart-photo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  @media only screen and (max-width: 1600px) {
    .cart-photo {
      height: 750px; } }
  @media only screen and (max-width: 1200px) {
    .cart-photo {
      height: 500px;
      padding: 20px; } }

.cart-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFEB50; }

.cart-content__title {
  padding: 20px;
  text-align: center; }
  .cart-content__title h1 {
    font-size: 40px;
    margin-bottom: 10px; }
  .cart-content__title p {
    max-width: 440px;
    font-size: 16px;
    line-height: 175%; }
  @media only screen and (max-width: 720px) {
    .cart-content__title {
      padding: 40px 20px; }
      .cart-content__title h1 {
        font-size: 32px; } }

.characteristic {
  margin-top: 210px; }
  @media only screen and (max-width: 1600px) {
    .characteristic {
      margin-top: 150px; } }
  @media only screen and (max-width: 1200px) {
    .characteristic {
      margin-top: 55px; } }

.characteristic-wrap {
  max-width: 1550px;
  margin: 0 auto; }

.characteristic-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
  margin-top: 65px; }
  .characteristic-table td {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .characteristic-table thead {
    font-size: 40px;
    font-family: "OldStandardTT", serif; }
    .characteristic-table thead td {
      padding: 20px; }
      .characteristic-table thead td:first-child {
        padding-left: 0; }
  .characteristic-table tbody tr:nth-child(odd) td {
    background-color: #F5F5F5; }
    .characteristic-table tbody tr:nth-child(odd) td:first-child {
      border-right: 2px solid #fff; }
  .characteristic-table tbody td {
    padding: 20px 25px;
    font-size: 16px; }
  @media only screen and (max-width: 1200px) {
    .characteristic-table {
      margin-top: 40px; }
      .characteristic-table thead {
        font-size: 24px; }
        .characteristic-table thead td {
          padding: 20px 15px; }
      .characteristic-table tbody td {
        padding: 15px;
        font-size: 14px; } }
  @media only screen and (max-width: 720px) {
    .characteristic-table {
      margin-top: 25px; }
      .characteristic-table thead {
        font-size: 22px; }
        .characteristic-table thead td {
          padding: 15px;
          line-height: 1.3; }
      .characteristic-table tbody td {
        padding: 15px;
        font-size: 12px; } }

.contact {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 0px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 0px), 1fr));
  grid-gap: 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .contact {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 0px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .contact {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 0px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .contact {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 0px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 0px), 1fr)); } }
  .contact img {
    max-width: 100%;
    display: block; }

.contact-content {
  min-height: 740px;
  padding: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media only screen and (max-width: 1200px) {
    .contact-content {
      min-height: 520px;
      padding: 20px; } }
  @media only screen and (max-width: 720px) {
    .contact-content {
      padding: 40px 20px;
      min-height: auto; } }

.contact-title {
  font-size: 60px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 720px) {
    .contact-title {
      font-size: 40px; } }

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 15px;
  margin-bottom: 25px; }
  .contact-item:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 720px) {
    .contact-item {
      margin-bottom: 15px; } }

.contact-item__icon {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #C9C9C9;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.contact-item__title {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  overflow: hidden; }
  .contact-item__title::after {
    content: '';
    width: 0%;
    height: 1px;
    background-color: #171717;
    -webkit-border-radius: inherit;
            border-radius: inherit;
    position: absolute;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    bottom: 0;
    right: 0;
    left: auto; }
  .contact-item__title:hover::after {
    width: 100%;
    left: 0;
    right: auto; }

.contact-photo {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; }

.questions {
  padding: 115px 0;
  background: #FFEB50; }
  @media only screen and (max-width: 1200px) {
    .questions {
      padding: 75px 0; } }
  @media only screen and (max-width: 720px) {
    .questions {
      padding: 50px 0; } }

.questions-wrap {
  max-width: 735px;
  margin: 0 auto; }

.questions-title {
  font-size: 60px;
  line-height: 74px;
  color: #000;
  text-align: center; }
  @media only screen and (max-width: 720px) {
    .questions-title {
      font-size: 36px;
      line-height: 1.3; } }

.questions-form {
  margin-top: 30px; }

.questions-form__double {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( (100% / 2) - 25px), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc( (100% / 2) - 25px), 1fr));
  grid-gap: 50px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1200px) {
    .questions-form__double {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 25px), 1fr)); } }
  @media screen and (max-width: 980px) {
    .questions-form__double {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 2 - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 2 - 25px), 1fr)); } }
  @media screen and (max-width: 700px) {
    .questions-form__double {
      grid-template-columns: repeat(auto-fill, minmax(-webkit-calc( 100% / 1 - 25px), 1fr));
      grid-template-columns: repeat(auto-fill, minmax(calc( 100% / 1 - 25px), 1fr)); } }
  .questions-form__double img {
    max-width: 100%;
    display: block; }
  @media only screen and (max-width: 720px) {
    .questions-form__double {
      grid-gap: 20px; } }

.questions-input {
  position: relative; }

.questions-input__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .questions-input__wrap input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 1px solid #fff;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    color: #303030; }
    .questions-input__wrap input::-webkit-input-placeholder {
      color: #303030; }
    .questions-input__wrap input::-moz-placeholder {
      color: #303030; }
    .questions-input__wrap input:-ms-input-placeholder {
      color: #303030; }
    .questions-input__wrap input::-ms-input-placeholder {
      color: #303030; }
    .questions-input__wrap input::placeholder {
      color: #303030; }
  .questions-input__wrap img {
    display: block;
    position: absolute;
    right: 20px;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.questions-textarea {
  width: 100%;
  height: 175px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  font-size: 16px;
  resize: none;
  color: #303030; }
  .questions-textarea::-webkit-input-placeholder {
    color: #303030; }
  .questions-textarea::-moz-placeholder {
    color: #303030; }
  .questions-textarea:-ms-input-placeholder {
    color: #303030; }
  .questions-textarea::-ms-input-placeholder {
    color: #303030; }
  .questions-textarea::placeholder {
    color: #303030; }
  @media only screen and (max-width: 720px) {
    .questions-textarea {
      margin-top: 20px; } }

.questions-sub {
  width: 135px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 50px;
  margin-left: auto; }
  .questions-sub input {
    display: none; }
  @media only screen and (max-width: 720px) {
    .questions-sub {
      width: 100%;
      margin-top: 15px; } }

.questions-alert {
  display: none;
  grid-gap: 8px;
  font-size: 14px;
  margin-top: 10px;
  position: absolute;
  left: 0; }
  .questions-alert img {
    display: block;
    margin-top: -2px; }
  @media only screen and (max-width: 720px) {
    .questions-alert {
      position: static; } }

.questions-input-error .questions-input__error {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.questions-input-success .questions-input__check {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.policy-title {
  font-size: 40px;
  text-align: center; }
  .policy-title h1 {
    line-height: 1.3; }
  .policy-title span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    color: #FFEB50;
    margin: 0 auto; }
  @media only screen and (max-width: 720px) {
    .policy-title {
      font-size: 28px; } }

.policy-list {
  margin-top: 40px; }

.policy-item {
  margin-bottom: 40px; }
  .policy-item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #414141; }
  .policy-item p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px; }
  .policy-item a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
    .policy-item a:hover {
      color: #FFEB50; }

.policy-btn {
  max-width: 100%;
  width: 300px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #FFEB50;
  font: 400 16px "NTSomic", sans-serif;
  text-align: center;
  color: #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin: 0 auto; }
  .policy-btn input {
    display: none; }
  .policy-btn::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .policy-btn:hover {
    background-color: #171717;
    color: #fff; }

.popup-frame {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  left: 0;
  top: 0;
  z-index: 80; }

.js-popup {
  cursor: pointer; }

.popup-default {
  display: block;
  width: 550px;
  padding: 75px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 720px) {
    .popup-default {
      padding: 50px 20px; } }

.popup-default-title {
  margin-bottom: 30px; }
  .popup-default-title h3 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: #272727; }
  .popup-default-title p {
    max-width: 75%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    font-weight: 400;
    margin: 15px auto 0;
    color: #999; }
  @media only screen and (max-width: 720px) {
    .popup-default-title h3 {
      font-size: 24px; } }

.popup-default-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  position: relative; }
  .popup-default-item p {
    font-weight: 400;
    position: absolute;
    font-size: 16px;
    bottom: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
  .popup-default-item input {
    width: 100%;
    height: 50px;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    /* Цвет фона */ }

.active-default-input p {
  bottom: 48px;
  font-size: 12px; }

.popup-default-sub {
  max-width: 100%;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  background: #FFEB50;
  font: 400 16px "NTSomic", sans-serif;
  text-align: center;
  color: #171717;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  margin-top: 40px; }
  .popup-default-sub input {
    display: none; }
  .popup-default-sub::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub *::-moz-selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub *::selection {
    color: inherit;
    /* Цвет текста */
    background: transparent;
    /* Цвет фона */ }
  .popup-default-sub:hover {
    background-color: #171717;
    color: #fff; }
  @media only screen and (max-width: 720px) {
    .popup-default-sub {
      margin-top: 20px; } }

.popup-default-close {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer; }
  .popup-default-close::before, .popup-default-close::after {
    content: '';
    width: 20px;
    height: 1px;
    background-color: #999;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .popup-default-close::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .popup-default-close::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .popup-default-close:hover::before, .popup-default-close:hover::after {
    background-color: #FFEB50; }

.popup {
  display: none;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.popup-close {
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .popup-close:hover {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
