/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.tabs__title, h1 {
  font-family: "Exo";
  font-size: 44px;
  line-height: 1.4;
  color: #313131;
  font-weight: 700;
}

@font-face {
  font-family: "Exo";
  src: url("./assets/fonts/Exo-Bold.ttf") format("OpenType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("./assets/fonts/OpenSans-Regular.ttf") format("OpenType");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("./assets/fonts/OpenSans-SemiBold.ttf") format("OpenType");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("./assets/fonts/OpenSans-Bold.ttf") format("OpenType");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "OpenSans";
  font-size: 16px;
  line-height: 1.5;
  color: #585858;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: url(./assets/img/background-desktop.png) center top/100% no-repeat #FDFCFC;
}

button {
  font-family: "OpenSans";
  border: none;
  background: transparent;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ol,
ul {
  counter-reset: li;
}
ol li,
ul li {
  margin-bottom: 12px;
  color: #313131;
}
ol li:before,
ul li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 70x;
  color: #7F3A6A;
}
ol li[class],
ul li[class] {
  margin-bottom: 0;
}
ol li[class]:before,
ul li[class]:before {
  display: none;
}
ol ol,
ol ul,
ul ol,
ul ul {
  padding: 0 0 12px 48px;
  margin: 12px 0;
}
ol ol > li:before,
ol ul > li:before,
ul ol > li:before,
ul ul > li:before {
  content: counter(li, lower-alpha) ")";
}

ul li:before {
  content: counter(li, disc) "";
}
ul ul > li:before {
  content: counter(li, circle) "";
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 900;
}

a {
  color: #7F3A6A;
  transition: 0.3s;
}
a:hover .icon {
  color: #E9A923;
}

.container {
  max-width: 1165px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  color: #585858;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 11px 25px;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
}
.btn.btn_primary {
  color: #ffffff;
  background-color: #7F3A6A;
  border-color: #7F3A6A;
}
.btn.btn_primary:hover {
  background-color: #E9A923;
  border-color: #E9A923;
}
.btn.btn_primary:hover:focus {
  box-shadow: 0 0 0 7px rgba(233, 169, 35, 0.4666666667);
}
.btn.btn_primary:active {
  background-color: transparent;
  color: #585858;
}
.btn.btn_primary:focus {
  box-shadow: 0 0 0 5px rgba(127, 58, 106, 0.4666666667);
}
.btn:focus-visible {
  outline: none;
}

.icon {
  display: inline-block;
  color: #7F3A6A;
  transition: 0.3s;
}
.icon__svg {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.text-decoration-orange {
  display: inline-block;
  position: relative;
}
.text-decoration-orange:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 12px;
  width: 100%;
  border-radius: 21px;
  background-color: #E9A923;
  z-index: -1;
}

.svg-sprite {
  display: none;
}

.markup-link {
  position: fixed;
  bottom: 12px;
  left: 12px;
  text-decoration: none;
  background: #7F3A6A;
  color: #ffffff;
  border-radius: 50%;
  padding: 6px 11px;
  font-size: 14px;
}

::selection {
  background-color: #E9A923;
  color: #313131;
}

/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.header {
  padding-bottom: 24px;
}
.header__top {
  display: flex;
  align-items: flex-start;
  padding-top: 25px;
}
.header__top .btn {
  margin-left: auto;
}
.header .nav {
  margin-top: -14px;
}

.logo {
  display: inline-block;
  max-width: 194px;
}

/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.nav-link {
  padding: 8px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #585858;
  text-decoration: none;
}
.nav-link:hover {
  color: #E9A923;
}
.nav-link span {
  position: relative;
}
.nav-link span:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: currentColor;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.5s;
}
.nav-link_active {
  color: #E9A923;
}
.nav-link_active span:before {
  width: 100%;
}
.nav-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}

/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.tabs {
  padding: 38px 0 6px;
}
.tabs__row {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.tabs__row_reverse {
  flex-direction: row-reverse;
}
.tabs__pane {
  display: block;
  opacity: 0;
  transition: opacity 1.5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}
.tabs__pane_show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
  z-index: 1;
}
.tabs__img-box {
  max-width: 461px;
  width: 100%;
}
.tabs__content {
  max-width: 555px;
  width: 100%;
}
.tabs__title {
  margin-bottom: 28px;
  text-transform: capitalize;
}

/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.ticker {
  --max-width: 1920px;
  max-width: var(--max-width);
  height: 240px;
  position: relative;
  margin: 0 auto -22px;
  overflow: hidden;
}
.ticker__track {
  display: flex;
  position: absolute;
  top: 80px;
  left: -25px;
  max-width: calc(var(--max-width) + 50px);
  transform: rotate(-5deg);
  background-color: #E9A923;
  user-select: none;
}
.ticker__track:last-child {
  background-color: #7F3A6A;
  transform: rotate(5deg);
  right: -25px;
  left: initial;
}
.ticker__track:last-child .ticker__item:nth-child(odd) {
  color: #7F3A6A;
}
.ticker__item {
  font-family: "Exo";
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 12.5px 12px;
  min-width: 230px;
  text-transform: uppercase;
  text-align: center;
}
.ticker__item:nth-child(odd) {
  color: #E9A923;
  text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}
.ticker__text {
  display: flex;
  flex-shrink: 0;
  justify-content: space-evenly;
  min-width: 100%;
  animation: ticker 24s linear infinite;
}
.ticker__text_reverce {
  animation-direction: reverse;
}

@keyframes ticker {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px 12px;
  background-color: #FDF8F3;
  margin-top: auto;
}
footer .logo {
  margin-bottom: 10px;
}
footer .nav {
  margin-bottom: 20px;
}
footer .socials {
  margin-bottom: 26px;
}

.socials__list {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.contacts {
  text-align: center;
}
.contacts__title {
  font-family: "Exo";
  font-size: 16px;
  margin-bottom: 12px;
  color: #313131;
}
.contacts__link {
  color: #585858;
  text-decoration: none;
}
.contacts__link:hover {
  color: #E9A923;
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .tabs__title,
  h1 {
    font-size: 36px;
  }
  .tabs__content {
    max-width: 455px;
  }
}
/*
Theme Name: CustomTheme
Theme URI: https://wordpress.org/themes/CustomTheme/
Author: the Rost team
Author URI: https://rost.4kls.com/
Description: CustomTheme brings your site to life with immersive featured images and subtle animations. Our default theme works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: CustomTheme
Tags: custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@media screen and (max-width: 991px) {
  body {
    background-image: url(./assets/img/background-mobile.svg);
  }
  .container {
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }
  h1,
  .tabs__title {
    font-size: 28px;
  }
  .header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .header__top {
    padding-top: 26px;
  }
  .header .nav {
    margin-top: 0;
    padding-bottom: 0;
  }
  .logo {
    max-width: 145px;
  }
  .btn {
    font-size: 14px;
    padding: 8px 24px;
  }
  .nav {
    padding: 36px 0;
  }
  .tabs {
    padding: 32px 0 36px;
  }
  .tabs__row {
    flex-direction: column;
  }
  .tabs__content {
    padding: 0;
  }
  .tabs__title {
    margin-bottom: 23px;
  }
  .text-decoration-orange:before {
    bottom: 2px;
    height: 10px;
  }
  .ticker {
    height: 215px;
  }
  .ticker__track {
    transform: rotate(8deg);
    top: 145px;
  }
  .ticker__track:last-child {
    transform: rotate(-8deg);
  }
  .ticker__item {
    font-size: 20px;
    padding: 10px 12px;
    min-width: 210px;
  }
  footer {
    padding: 64px 16px 26px;
  }
  footer .logo {
    margin-bottom: 16px;
  }
  footer .nav {
    padding: 0;
    margin-bottom: 28px;
  }
  footer .nav-list {
    width: 188px;
    gap: 0;
    flex-direction: column;
  }
  footer .nav-item {
    text-align: center;
  }
  footer .nav-link {
    font-size: 14px;
    padding: 13.5px;
    width: 100%;
  }
  .contacts__title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .contacts__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
  .tabs__img-box {
    max-width: 284px;
  }
  .ticker {
    height: 152px;
    margin: 0 auto;
  }
  .ticker__item {
    font-size: 16px;
    padding: 9px 12px;
    min-width: 158px;
  }
  footer {
    background-color: #FDFBF9;
  }
  footer .socials {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .ticker {
    height: 125px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */
