:root {
  --color-white: #FFFFFF;
  --color-bg-dark: #373737;
  --color-grey-blue: #4C697D;
  --color-blue: #14A0FF;
  --color-light-blue: #DEF3FF;
  --color-deep-blue: #113651;
}

@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita/Gordita_Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "Gordita";
  font-weight: 500;
  src: url("../fonts/Gordita/Gordita_Medium.otf") format("opentype");
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* scroll-behavior: smooth; */
}

/* :target:before {
  content: "";
  display: block;
  height: 76px;
  margin: -76px 0 0;
} */

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-family: 'Gordita';
  font-size: 16px;
  line-height: 1;
  padding-bottom: 100px;
  color: var(--color-bg-dark);
}

h1,
.h1 {
  font-size: 42px;
  line-height: 60px;
  font-weight: normal;
  /* position: relative; */
}

h2,
.h2 {
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0.02em;
  font-weight: normal;
  word-break: break-word;
  /* position: relative; */
}

h3,
.h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  /* position: relative; */
}

p {
  font-size: 16px;
  line-height: 24px;
  color: var(--color-bg-dark);
}

a {
  color: var(--color-blue);
  text-decoration: none;
}

.wp-block-image img {
  height: auto;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.container {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}

.button {
  display: inline-block;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color-blue);
  color: var(--color-white);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button--white {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.button--blue {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.button--blue:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
  box-shadow: 0 0 1px 1px var(--color-blue);
}

.header {
  position: fixed;
  transition: top 0.4s ease;
  top: 30px;
  max-width: 1200px;
  width: 100%;
  background-color: var(--color-deep-blue);
  z-index: 999;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
}

.logo {
  margin-right: 20px;
}

.custom-logo {
  max-width: 120px;
}

.site-identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kk-star-ratings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.kk-star-ratings .kksr-legend {
  font-size: 9px;
  line-height: 10px;
  color: var(--color-white);
  opacity: 1;
  margin-bottom: 4px;
  margin-right: auto;
  margin-left: auto;
}

.kk-star-ratings .kksr-muted {
  opacity: 1;
}

.header__cta {
  display: block;
  margin-left: auto;
  padding: 15px 25px;
}

.header__cta:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}

.mobile-toggle {
  margin-left: 20px;
}

.menu-container {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 76px;
  background-color: var(--color-deep-blue);
  padding: 10px 0 20px;
}

.scrolled {
  top: 0;
}

.menu {
  -webkit-columns: 2;
          columns: 2;
}

.menu li {
  list-style: none;
  text-transform: uppercase;
  margin-right: 10px;
}

.menu li a {
  display: block;
  color: var(--color-white);
  padding: 10px 20px;
  word-break: break-word;
  font-size: 14px;
  font-weight: 400;
}

.hero {
  background-color: var(--color-light-blue);
  position: relative;
  width: 100%;
  height: 824px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 70%, 0 100%);
  overflow: hidden;
}

.hero__row {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.hero__logo {
  background-image: url(../images/big-logo.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: absolute;
  right: 520px;
  width: 100%;
  max-width: 1704px;
  height: 375px;
  -webkit-transform: matrix(0.62, -0.81, 0.74, 0.63, 0, 0);
          transform: matrix(0.62, -0.81, 0.74, 0.63, 0, 0);
}

.hero__vector {
  background-image: url(../images/vector.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: absolute;
  right: 110px;
  top: 180px;
  width: 100%;
  max-width: 224px;
  height: 171px;
}

.cta-block {
  position: relative;
  padding: 268px 15px 333px;
  z-index: 100;
}

.cta__caption {
  font-weight: 500;
  color: #113651;
  margin-bottom: 40px;
}

.cta__text {
  font-size: 20px;
  line-height: 30px;
  color: var(--color-bg-dark);
  margin-bottom: 28px;
}

.button__cta {
  display: block;
  max-width: 183px;
  margin: 0 auto;
  padding: 15px 35px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

aside {
  margin-right: 93px;
  position: -webkit-sticky;
  position: sticky;
  top: 115px;
  height: 100%;
}

.toc__menu {
  list-style: none;
  text-align: right;
}

.toc__menu li {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 18.5px 20px;
  position: relative;
}

.toc__menu li a.is-active::before,
.toc__menu li a:hover::before {
  content: '';
  background-color: var(--color-light-blue);
  position: absolute;
  top: 0;
  left: -355px;
  width: calc(100% + 355px);
  height: 100%;
  z-index: -1;
}

/* .toc__menu li.active::after {
  content: '';
  position: absolute;
  top: 26px;
  left: -355px;
  width: calc(100% + 190px);
  height: 1.7px;
  background-color: var(--color-blue);
} */

.toc__menu a {
  color: var(--color-bg-dark);
}

.toc__menu li a.is-active {
  font-weight: 500;
}

/* page content */
.wp-block-group {
  margin-bottom: 70px;
}

.entry-title {
  margin-bottom: 30px;
}

.entry-content h2,
.entry-content h3 {
  margin-bottom: 30px;
}

.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  margin-bottom: 30px;
}

.entry-content li {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #373737;
}

.entry-content ol li {
  margin-bottom: 16px;
}

.entry-content p {
  margin-bottom: 30px;
}

.content-promo {
  margin: 30px 0;
}

.content-button {
  display: block;
  margin: 0 auto;
  width: 183px;
}

.content-promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px;
}

.content-promo__code {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-blue);
  padding: 12px 20.5px;
  border: 1px dashed var(--color-blue);
}

.comment-reply-title {
  margin-bottom: 20px;
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #828282;
}

.comment-form input,
.comment-form textarea {
  outline: none;
  border: none;
  padding: 12px;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 3px;
}

.comment-form input {
  max-width: 280px;
}

.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #b1b1b1;
}

.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

.comment-form input::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #b1b1b1;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #b1b1b1;
}

.comment-form-name,
.comment-form-email,
.comment-form-comment {
  margin-bottom: 15px;
}

.comment-form .submit {
  display: block;
  margin: 0 auto;
  background-color: var(--color-blue);
  cursor: pointer;
}

.comment-form .submit:hover {
  background-color: var(--color-white);
  color: var(--color-blue);
}

.comment-success {
  margin-top: 20px;
  background: #113651;
  padding: 20px;
  display: none;
}

.comment-success__text {
  color: #fff;
  line-height: 1.2;
}

.comment-success__text span {
  font-weight: 500;
}

.comments-title {
  margin-bottom: 30px;
}
.comment  {
  margin-bottom: 16px;
}
.comment-meta {
  margin-bottom: 12px;
}
.comment-author {
  margin-right: 5px;
}
.comment-author b {
  margin-left: 5px;
}
.comment-content p {
  margin: 0;
  margin-left: 10px;
}
.reply {
  text-align: right;
  margin-top: 6px;
}
.comment-list {
  margin-bottom: 24px;
  list-style-type: none;
}

.back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-blue);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 385px;
  bottom: 200px;
  cursor: pointer;
}

.back-to-top img {
  width: 25px;
  height: 14.8px;
}

/* Media */

@media screen and (min-width : 1366px) and (max-width : 1919px) {
  .hero__logo {
    right: 460px;
    max-width: 1304px;
    
  }
  .back-to-top {
    right: 300px;
  }
}

@media screen and (max-width : 1600px) {
  .toc__menu li {
    padding: 12px 25px;
  }
  .back-to-top {
    right: 185px;
  }
}


@media (max-width: 1365px) {
  .hero {
    height: 652px;
  }
  .hero__logo {
    right: 250px;
    max-width: 1024px;
    height: 250px;
    top: 60px;
  }
  .hero__vector {
    display: none;
  }
  .cta-block {
    padding: 218px 15px 222px;
  }
  .header__cta {
    margin-right: auto;
  }
  .main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  aside {
    display: none;
  }
  .back-to-top {
    right: 93px;
  }
}

@media screen and (max-width: 1023px) {
  .hero__logo {
    display: none;
  }
  .back-to-top {
    display: none!important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    height: 640px;
  }
  .cta-block {
    padding: 218px 15px 213px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 50px;
  }
  /* typo */
  h1,
  .h1 {
    font-size: 32px;
    line-height: 46px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    font-weight: normal;
    margin-bottom: 20px;
  }
  h3,
  .h3 {
    font-weight: 500;
  }
  :target:before {
    content: "";
    display: block;
    height: 57px;
    margin: -57px 0 0;
  }
  /* hero */
  .hero {
    height: 499px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 95%);
            clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 95%);
  }
  /* heaer */
  .header {
    top: 0;
  }
  .logo {
    margin-right: 12px;
  }
  .header__cta {
    display: none;
  }
  .mobile-toggle {
    margin-left: auto;
  }
  .menu-container {
    top: 56px;
  }
  .menu li {
    margin-right: 0;
  }
  .humburger {
    display: block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 27px;
    height: 30px;
  }
  .humburger span {
    list-style: none;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;  
    height: 3px;
    background: #fff;
    transition: .3s;
  }

.humburger span:nth-of-type(1){
    top: 30%;  
    /* left: 15%;  */
    transition-delay: .3s; 
    opacity: 1; 
}
.humburger span:nth-of-type(2){
    top: 50%;  
    /* left: 15%;  */
    transition-delay: 0s;   
}
.humburger span:nth-of-type(3){
    top: 70%;  
    /* right: 15%; */
    transition-delay: .3s; 
    opacity: 1; 
}

.humburger.active span:nth-of-type(1){
    left: 100%;
    transition-delay: 0s;
    opacity: 0; 
}
.humburger.active span:nth-of-type(2){
    transform: translateY(-50%) rotate(405deg);
    transition-delay: 0.15s;
}
.humburger.active span:nth-of-type(3){
    right: 100%;
    transition-delay: 0s;
    opacity: 0; 
}

.humburger span:nth-of-type(2)::before{
  content: '';
  position: absolute;
  top: -150px;  left: 0;
  width: 100%;  height: 100%;
  background: #fff;
  transform: rotate(90deg);
  transition: .3s;
  transition-delay: 0.15s;
}
.humburger.active span:nth-of-type(2)::before{
  top: 0; 
  transition-delay: .3s;
}

  /* cta */
  .cta-block {
    padding: 97px 0 117px;
  }
  .cta__caption {
    margin-bottom: 20px;
  }
  .cta__text {
    margin-bottom: 32px;
  }
  /* page content */
 .wp-block-group {
    margin-bottom: 50px;
  }
  .entry-title {
    margin-bottom: 20px;
  }
  .entry-content p,
  .entry-content h2,
  .entry-content h3 {
    margin-bottom: 20px;
  }
  /* comments */
  .comment-reply-title {
    margin-bottom: 30px;
  }
  .comment-form input {
    max-width: 100%;
  }
  .comment-form-name, .comment-form-email, .comment-form-comment {
    margin-bottom: 20px;
  }
}

@media screen and (max-width : 480px) {
  .main {
    margin-top: 30px;
  }
}

@media screen and (max-width: 359px) {
  .hero {
    height: 504px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
  }
}

@media screen and (min-width: 1365px) {
  .mobile-toggle {
    display: none;
  }
  .custom-logo {
    max-width: 140px;
    width: 140px;
  }
}
/*# sourceMappingURL=style.css.map */