body {
  padding: 0;
  margin: 0;
  font-family: Gilroy;
  color: #404040;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
}
ul,
li {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
a,
a:visited,
a:hover {
  text-decoration: none;
  color: inherit;
}
.wrapper {
  width: 100%;
  max-width: 1150px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
/*
Header-menu
*/
body.admin-bar .site-header {
  top: 32px;
}
header.site-header {
  background: linear-gradient(90deg, #161616 7.37%, #272727 93.57%);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.12);
  height: 66px;
  color: white;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
header.site-header .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.site-header .site-branding {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 66px;
  transition: all 0.2s ease-in-out;
}
header.site-header .site-branding a:hover {
  color: #FFD260;
  transition: all 0.2s ease-in-out;
}
header.site-header .main-navigation .mobile-menu-bottom {
  display: none;
}
header.site-header .main-navigation ul li {
  margin-left: 65px;
  font-size: 18px;
}
header.site-header .main-navigation ul li.current-menu-item {
  color: #FFD260;
}
header.site-header .main-navigation ul li.current-menu-item a {
  cursor: default;
}
header.site-header .main-navigation ul li.current-menu-item a:hover {
  text-decoration: none;
}
header.site-header .main-navigation ul li a:hover {
  text-decoration: underline;
}
/*End: Header-menu*/
/*Footer-menu*/
footer.site-footer .footer-block {
  height: 114px;
  background: #404040;
  color: #fff;
  line-height: 114px;
  border-top: 1px solid #E5E5E5;
}
footer.site-footer .footer-block .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .footer-block .site-branding {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  transition: all 0.2s ease-in-out;
}
footer.site-footer .footer-block .site-branding a:hover {
  color: #FFD260;
  transition: all 0.2s ease-in-out;
}
footer.site-footer .footer-block .main-navigation ul li {
  margin-left: 65px;
  font-size: 18px;
}
footer.site-footer .footer-block .main-navigation ul li.current-menu-item {
  color: #FFD260;
}
footer.site-footer .footer-block .main-navigation ul li.current-menu-item a {
  cursor: default;
}
footer.site-footer .footer-block .main-navigation ul li.current-menu-item a:hover {
  text-decoration: none;
}
footer.site-footer .footer-block .main-navigation ul li a:hover {
  text-decoration: underline;
}
footer.site-footer .site-info {
  height: 40px;
  line-height: 40px;
  background: #1c1c1c;
  color: #fff;
}
/*End: Footer-menu*/
.site-content {
  min-height: calc(100vh - 154px);
}
.admin-bar .site-content {
  min-height: calc(100vh - 186px);
}
.first-block {
  margin-top: 66px;
}
/* Home Page */
.home section {
  min-height: calc(100vh - 66px);
}
/*
Hero
*/
.hero-section {
  background: #000000;
  height: 100vh;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
.hero-section .hero-gradient {
  background: radial-gradient(88.36% 310.03% at 9.45% 16.98%, rgba(43, 43, 43, 0.5) 0%, rgba(87, 87, 87, 0.5) 100%);
  mix-blend-mode: lighten;
  height: 100vh;
  min-height: 900px;
  color: #fff;
  text-align: center;
}
.hero-section .hero-gradient .hero-title {
  padding-top: 130px;
}
.hero-section .hero-gradient .hero-title h1.title {
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  text-transform: uppercase;
}
.hero-section .hero-gradient .hero-title h1.title span {
  text-transform: none;
  color: #FFD260;
}
.hero-section .hero-gradient .hero-desc {
  font-size: 31px;
  padding-top: 25px;
}
.hero-section .hero-gradient .scroll {
  margin-top: 100px;
  position: relative;
  left: -15px;
  cursor: pointer;
}
.hero-section .hero-gradient .scroll .scroll-block {
  -moz-transform: rotate(-90deg);
  /* Для Firefox */
  -ms-transform: rotate(-90deg);
  /* Для IE */
  -webkit-transform: rotate(-90deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(-90deg);
  /* Для Opera */
  transform: rotate(-90deg);
}
.hero-section .hero-gradient .scroll .scroll-block a .text {
  position: relative;
  top: 0;
  transition: transform 0.3s ease;
}
.hero-section .hero-gradient .scroll .scroll-block a:hover .text {
  transform: translate(-30px, 0px);
}
.hero-section .hero-gradient .scroll .scroll-block .text {
  color: #FFD260;
  text-align: center;
  text-transform: uppercase;
}
.hero-section .hero-gradient .scroll .scroll-block .arrow {
  -moz-transform: rotate(90deg);
  /* Для Firefox */
  -ms-transform: rotate(90deg);
  /* Для IE */
  -webkit-transform: rotate(90deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(90deg);
  /* Для Opera */
  transform: rotate(90deg);
  position: absolute;
  top: -35px;
  left: calc(50% - 31px);
}
.hero-section .hero-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 92px);
  max-height: 580px;
  max-width: 1550px;
}
.hero-section .hero-bottom-image {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  max-height: 378px;
}
/* End: Hero */
/* Counter */
.counter-section {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}
.counter-section .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.counter-section .counter-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 673px;
  max-width: 1647px;
}
.counter-section .counter-block {
  margin-top: 171px;
}
.counter-section .counter-block .counter-title {
  color: #FFD260;
  text-transform: uppercase;
  font-size: 74px;
  font-weight: bold;
  line-height: 74px;
  margin-right: 11%;
}
.counter-section .counter-block .counter-title .title {
  white-space: pre-line;
}
.counter-section .counter-block .counter-desc {
  font-size: 72px;
  margin-left: 41%;
}
.counter-section .counter-block hr {
  height: 3px;
  width: 478px;
  background: #404040;
  margin: 60px 0;
}
.counter-section .counter-block hr.first {
  margin-right: 50%;
}
.counter-section .counter-block hr.second {
  margin-left: 64%;
}
/* END COUNTER*/
/* Fit Your Pocket */
.home .fit-your-pocket-section {
  min-height: 1100px;
}
.fit-your-pocket-section {
  display: block;
  min-height: 1100px;
  background: #F1F1F1;
  text-align: center;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-title {
  position: relative;
  padding-top: 183px;
  margin-bottom: 50px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-title h2.title {
  font-size: 106px;
  font-weight: bold;
  color: #FFD260;
  position: relative;
  right: 155px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-title h2.title.black {
  color: #404040;
  position: absolute;
  left: 530px;
  bottom: -53px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .content .item {
  margin: 0 25px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .content ul {
  list-style-type: none;
  text-align: left;
  text-transform: uppercase;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .content ul li {
  padding: 5px 0;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .bottom-content {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .bottom-content h3 {
  font-size: 48px;
  margin-bottom: 45px;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .bottom-content a.button {
  display: block;
  background: #FFFFFF;
  box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  width: 287px;
  height: 73px;
  line-height: 73px;
  margin: 0 auto 75px;
  transition: all 0.3s ease-in-out;
}
.fit-your-pocket-section .fit-your-pocket-block .fit-your-pocket-content .bottom-content a.button:hover {
  background: #FFD260;
  transition: all 0.3s ease-in-out;
}
/* End : Fit Your Pocket*/
/* Be Block*/
.be-section .be-block {
  padding-top: 183px;
}
.be-section .be-block .be-content .content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.be-section .be-block .be-content .content .item {
  margin: 0 100px;
  position: relative;
}
.be-section .be-block .be-content .content .item .desc {
  font-size: 36px;
  line-height: 72px;
}
.be-section .be-block .be-content .content .item .desc p {
  font-size: 118px;
  position: relative;
  right: 6px;
}
.be-section .be-block .be-content .content .item img {
  position: absolute;
  bottom: -38px;
  left: -99px;
  height: 100%;
  width: 100%;
}
.be-section .be-block .be-content .bottom-content {
  margin-top: 180px;
}
.be-section .be-block .be-content .bottom-content label.strong {
  text-transform: lowercase;
  font-size: 72px;
  color: #FFD260;
  margin-right: 25px;
  font-weight: bold;
  white-space: pre;
  position: relative;
  bottom: -10px;
}
.be-section .be-block .be-content .bottom-content form p {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.be-section .be-block .be-content .bottom-content input[type='text'],
.be-section .be-block .be-content .bottom-content input[type='tel'] {
  margin-right: 25px;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  max-width: 190px;
}
.be-section .be-block .be-content .bottom-content input[type='text']::-webkit-input-placeholder,
.be-section .be-block .be-content .bottom-content input[type='tel']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A9A9A9;
  font-family: Gilroy;
}
.be-section .be-block .be-content .bottom-content input[type='text']::-moz-placeholder,
.be-section .be-block .be-content .bottom-content input[type='tel']::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9A9A9;
  font-family: Gilroy;
}
.be-section .be-block .be-content .bottom-content input[type='text']:-ms-input-placeholder,
.be-section .be-block .be-content .bottom-content input[type='tel']:-ms-input-placeholder {
  /* IE 10+ */
  color: #A9A9A9;
  font-family: Gilroy;
}
.be-section .be-block .be-content .bottom-content input[type='text']:-moz-placeholder,
.be-section .be-block .be-content .bottom-content input[type='tel']:-moz-placeholder {
  /* Firefox 18- */
  color: #A9A9A9;
  font-family: Gilroy;
}
.be-section .be-block .be-content .bottom-content input[type='submit'] {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  width: 287px;
  height: 73px;
  display: block;
  box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  background: #F1F1F1;
  border: none;
  margin-right: 0;
  font-family: Gilroy;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.be-section .be-block .be-content .bottom-content input[type='submit']:hover {
  background: #FFD260;
  transition: all 0.3s ease-in-out;
}
/* End: Be Block*/
/* End: Home Page */
/* Contact Page */
.admin-bar .contact-section {
  height: calc(100vh - 252px);
}
.contact-section {
  height: calc(100vh - 220px);
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
}
.contact-section .left-content {
  background: radial-gradient(107.35% 353.29% at 50% 56.51%, #131313 0%, #434242 100%);
  box-shadow: 12px 4px 13px rgba(0, 0, 0, 0.25);
  width: 45%;
}
.contact-section .left-content .wrapper-left {
  max-width: 850px;
  box-sizing: border-box;
  padding: 60px 40px 0 45%;
  position: relative;
}
.contact-section .left-content .wrapper-left .title-block {
  margin-bottom: 40px;
}
.contact-section .left-content .wrapper-left .title-block .title {
  font-size: 54px;
  font-weight: bold;
}
.contact-section .left-content .wrapper-left > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.contact-section .left-content .wrapper-left > div.social {
  display: block;
}
.contact-section .left-content .wrapper-left > div img {
  margin-right: 40px;
  width: auto;
  height: 100%;
}
.contact-section .left-content .wrapper-left > div h3.title {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact-section .left-content .wrapper-left > div ul {
  list-style-type: none;
}
.contact-section .left-content .wrapper-left > div ul li {
  margin-right: 30px;
  display: inline-block;
}
.contact-section .left-content .wrapper-left > div ul li img {
  margin-right: 0;
}
.contact-section .right-content {
  width: 55%;
  position: relative;
}
.contact-section .right-content img {
  position: absolute;
  left: 39%;
  top: 11%;
}
/* End: Contact*/
/* Simple Page */
.simple-page .simple-block {
  font-size: 18px;
  padding: 66px 0;
}
.simple-page .simple-block .header-simple h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 74px;
  align-items: center;
  color: #404040;
  margin-bottom: 25px;
  text-align: center;
  text-transform: uppercase;
}
.simple-page .simple-block .page-content h3 span {
  color: #FFD260;
}
.simple-page .simple-block .page-content p,
.simple-page .simple-block .page-content ul {
  margin-bottom: 25px;
}
.simple-page .simple-block .page-content ul {
  padding-left: 40px;
}
/* End: Simple Page*/
/* 404 */
.error-404.not-found {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 66px;
}
.error-404.not-found h1 {
  font-size: 94px;
  color: #FFD260;
}
.error-404.not-found .message {
  font-size: 54px;
  text-transform: uppercase;
}
/* End: 404 */
/* Blog */
.content-area.blog .header .title-block .title {
  font-size: 94px;
  text-align: center;
}
.content-area.blog .site-main .wrapper {
  display: flex;
}
.content-area.blog .blog-content {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 80%;
}
.content-area.blog .blog-content article.post {
  display: inline-block;
  position: relative;
  max-width: 260px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.content-area.blog .blog-content article.post .post_thumbnail {
  text-align: center;
}
.content-area.blog .blog-content article.post .post_thumbnail div {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 240px;
  background: #000000;
  color: #FFD260;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.content-area.blog .blog-content article.post .post_thumbnail:hover div {
  opacity: 1;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out;
}
.content-area.blog .blog-content article.post .entry-header a:hover {
  text-decoration: underline;
}
.content-area.blog .blog-content article.post .entry-content {
  margin-top: 15px;
  height: 140px;
  width: 260px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-area.blog aside {
  padding-left: 25px;
  width: 20%;
  margin-top: 25px;
}
.content-area.blog aside section {
  width: 100%;
}
.content-area.blog aside section h2.widget-title {
  font-size: 26px;
}
.content-area.blog aside section ul li {
  list-style-type: none;
}
.content-area.blog aside section ul li a:hover {
  text-decoration: underline;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='text'],
.content-area.blog aside section.widget.WP_Editor_Widget input[type='tel'] {
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  max-width: 190px;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='text']::-webkit-input-placeholder,
.content-area.blog aside section.widget.WP_Editor_Widget input[type='tel']::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A9A9A9;
  font-family: Gilroy;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='text']::-moz-placeholder,
.content-area.blog aside section.widget.WP_Editor_Widget input[type='tel']::-moz-placeholder {
  /* Firefox 19+ */
  color: #A9A9A9;
  font-family: Gilroy;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='text']:-ms-input-placeholder,
.content-area.blog aside section.widget.WP_Editor_Widget input[type='tel']:-ms-input-placeholder {
  /* IE 10+ */
  color: #A9A9A9;
  font-family: Gilroy;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='text']:-moz-placeholder,
.content-area.blog aside section.widget.WP_Editor_Widget input[type='tel']:-moz-placeholder {
  /* Firefox 18- */
  color: #A9A9A9;
  font-family: Gilroy;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='submit'] {
  margin: 10px auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: 190px;
  height: 44px;
  display: block;
  box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  background: #F1F1F1;
  border: none;
  margin-right: 0;
  font-family: Gilroy;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.content-area.blog aside section.widget.WP_Editor_Widget input[type='submit']:hover {
  background: #FFD260;
  transition: all 0.3s ease-in-out;
}
.content-post article.content-post__article {
  margin-bottom: 30px;
}
.content-post article.content-post__article .post_thumbnail {
  margin-bottom: 10px;
  vertical-align: top;
}
.content-post article.content-post__article header {
  width: 100%;
  text-align: center;
}
.content-post article.content-post__article header h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  align-items: center;
  color: #404040;
  margin-bottom: 25px;
}
.content-post .nav-links a {
  text-decoration: underline;
}
.content-post .comments-area {
  margin: 0 auto;
  width: 75%;
}
.content-post .comments-area input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  line-height: normal;
  display: block;
  margin-bottom: 5px;
}
.content-post .comments-area input[type="checkbox"] {
  display: inline-block;
  width: 20px;
}
.content-post .comments-area input[type="submit"] {
  display: block;
  background: #FFFFFF;
  box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.05);
  border-radius: 9px;
  width: 287px;
  padding: 20px;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}
.content-post .comments-area .wp-comment-cookies-consent {
  width: calc(100% - 20px);
}
/* End: Blog */
