@charset "UTF-8";
[class^="flex_col"] {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap; }
  [class^="flex_col"] > * {
    width: 100%; }

.flex_container {
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.flex_row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap; }
  .flex_row-align-center {
    align-items: center; }

.flex_col--1-1 {
  width: 100%; }
  .flex_col--1-1 .cf7sg-popup {
    margin: 0 auto; }

.flex_col--1-2 {
  width: 50%; }

.flex_col--1-3 {
  width: calc(99.9% / 3); }

.flex_col--2-3 {
  width: calc(100% - (100% / 3)); }

.flex_col--1-4 {
  width: calc(100% - 75%); }

.flex_col--2-4 {
  width: calc(100% - 25%); }

.flex_col--3-4 {
  width: calc(100% - 25%); }

.flex_col-desk--2-4 {
  width: calc(100% - 25%); }

body {
  font: 16px/1.17 "Proxima Nova", sans-serif;
  font-weight: normal;
  color: #000; }
  body.body-not-scroll {
    overflow: hidden; }
  body *::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  body *::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(207, 160, 92, 0.5); }
  body *::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Rg Bd'; }

h1 {
  color: #fff; }

h2 {
  font-size: 30px;
  color: #000; }

h3 {
  font-size: 30px;
  color: #000; }

h4 {
  font-size: 27px;
  color: #000; }

h5 {
  font-size: 26px;
  color: #000; }

h6 {
  font-size: 18px;
  color: #000; }

a {
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none !important;
  color: #000; }
  a:hover {
    transition: color 0.2s ease; }
  a:active, a:focus, a:visited {
    transition: color 0.3 ease; }

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

button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none; }

p {
  font-family: 'Proxima Nova Rg';
  font-size: 18px;
  color: #000; }

.header,
.footer {
  flex-shrink: 1;
  width: 100%; }

.main {
  flex-grow: 1;
  width: 100%;
  position: relative; }

input {
  background: #9e9c9e;
  opacity: 1;
  border-radius: 5px;
  width: 175px;
  padding: 7.5px 8px;
  border: 1px solid transparent;
  outline: none; }
  input::-webkit-input-placeholder {
    font-style: normal;
    opacity: .5; }
  input::-moz-placeholder {
    font-style: normal;
    opacity: .5; }
  input:-ms-input-placeholder {
    font-style: normal;
    opacity: .5; }
  input::-ms-input-placeholder {
    font-style: normal;
    opacity: .5; }
  input::placeholder {
    font-style: normal;
    opacity: .5; }
  input:focus, input:active {
    border: 3px solid #000 !important; }
  input[type="submit"] {
    opacity: 1;
    font-weight: 600;
    padding: 15px;
    cursor: pointer; }
  input[type="text"] {
    margin: 10px auto;
    height: 35px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px; }
  input[type="email"] {
    margin: 10px auto;
    height: 35px;
    width: 100%;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: transparent;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px; }
  input:visited, input:active, input:hover, input:focus {
    background: #fff;
    opacity: 1; }

.wrapper {
  min-height: 100vh;
  overflow: hidden; }

.icon {
  width: 30px;
  height: 30px; }

.yellow-link {
  display: block;
  max-width: 400px;
  width: 100%;
  padding: 25px;
  position: relative;
  z-index: 9;
  text-align: center;
  font-family: 'Advent Pro', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #000; }
  .yellow-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #FFE712;
    transition: background-color 0.3s ease;
    transform: skew(-20deg); }
  .yellow-link:hover:before {
    background-color: #fff;
    transition: background-color 0.3s ease; }

.yellow-block-title .yellow-block {
  height: 70px;
  width: 90px;
  background-color: #FFE712;
  transform: skew(-15deg);
  margin-left: -10px; }

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("/wp-content/themes/ride/fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("/wp-content/themes/ride/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ride/fonts/ProximaNova-Regular.woff") format("woff"), url("/wp-content/themes/ride/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Rg Bd';
  src: url("/wp-content/themes/ride/fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("/wp-content/themes/ride/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/ride/fonts/ProximaNova-Bold.woff") format("woff"), url("/wp-content/themes/ride/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.swiper-button-prev::after, .swiper-button-next::after {
  color: #FFE712; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled,
.slider-gallery .swiper-container .swiper-wrapper .swiper-slide .slider-pic {
  outline: none; }

.swiper-pagination-bullet-active {
  background: #FFE712; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  width: 100%; }

main,
section,
article,
aside,
figure,
figcaption,
header,
footer,
nav {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

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 {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  line-height: 1.15;
  margin: 0; }

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; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button; }

[hidden] {
  display: none; }

.top-site {
  min-height: 100vh;
  height: 100vh;
  position: relative; }
  .top-site .flex_container-top-site {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    height: 100%; }
    .top-site .flex_container-top-site .top-site-left {
      display: flex;
      flex-direction: column; }
      .top-site .flex_container-top-site .top-site-left h1 {
        font-size: 35px;
        text-transform: uppercase;
        text-align: center; }
      .top-site .flex_container-top-site .top-site-left p {
        color: #FFE712;
        font-family: 'Proxima Nova Rg Bd';
        font-size: 18px;
        margin-top: 20px;
        text-transform: uppercase;
        text-align: center; }
      .top-site .flex_container-top-site .top-site-left .top-site-left-number {
        display: block;
        font-size: 34px;
        color: #fff;
        font-family: 'Proxima Nova Rg';
        margin: 10px auto 35px; }
    .top-site .flex_container-top-site .top-site-right {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .top-site .flex_container-top-site .top-site-right p {
        display: none;
        max-width: 55%;
        color: #fff;
        font-family: 'Proxima Nova Rg Bd';
        font-size: 18px;
        line-height: 36px;
        margin-bottom: 100px;
        text-transform: uppercase; }
  .top-site:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }

.aim-section {
  display: flex;
  justify-content: center;
  padding: 30px 0; }
  .aim-section .aim-section_container {
    max-width: 1000px;
    width: 100%;
    padding: 0px 20px; }
    .aim-section .aim-section_container h4 {
      margin-bottom: 10px; }
    .aim-section .aim-section_container p {
      line-height: 35px; }

.slider-gallery .slider-gallery-title {
  display: flex;
  margin-bottom: 40px; }
  .slider-gallery .slider-gallery-title h4 {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: -15px; }

.slider-gallery .swiper-container {
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab; }
  .slider-gallery .swiper-container .swiper-wrapper .swiper-slide .slider-pic {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.slider-gallery .slider-gallery-text {
  display: flex;
  justify-content: center;
  margin: 40px 0; }
  .slider-gallery .slider-gallery-text p {
    padding: 0px 10px;
    line-height: 28px; }

.options .flex_container-options h4 {
  text-align: center;
  margin-bottom: 20px; }

.options .flex_container-options .options-middle {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .options .flex_container-options .options-middle .options-middle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%; }
    .options .flex_container-options .options-middle .options-middle-card .middle-card-main {
      position: relative;
      height: 100%;
      width: 100%; }
      .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-main-bg {
        width: 100vw;
        max-width: 100vw;
        margin-left: -15px;
        height: 100%;
        max-height: 430px;
        -o-object-fit: cover;
           object-fit: cover; }
      .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-main-icon {
        display: none;
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        margin: auto; }
      .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-hover {
        display: none;
        background-color: #FFE712;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
        padding: 30px 45px;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        overflow: auto; }
        .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-hover img {
          margin-bottom: 45px; }
        .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-hover h6 {
          text-transform: uppercase;
          margin-bottom: 30px;
          max-width: 50%;
          line-height: 26px; }
        .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-hover p {
          line-height: 24px; }
      .options .flex_container-options .options-middle .options-middle-card .middle-card-main:hover .middle-card-hover {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease, visibility 0.3s ease; }
    .options .flex_container-options .options-middle .options-middle-card .options-middle-card-title {
      width: 100%;
      text-align: left;
      margin-top: 20px; }
    .options .flex_container-options .options-middle .options-middle-card .options-middle-card-text {
      color: #000;
      margin: 15px 0 40px 0;
      line-height: 30px; }

.options .flex_container-options .yellow-link {
  display: none;
  margin: 100px auto; }
  .options .flex_container-options .yellow-link:hover:before {
    background-color: #fff178; }

.advantages .advantages-title {
  display: flex; }
  .advantages .advantages-title .yellow-block:nth-child(3) {
    display: none;
    margin-left: 0;
    margin-right: -10px; }
  .advantages .advantages-title h2 {
    display: flex;
    align-items: center;
    position: relative; }

.advantages .advantages-middle {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 40px; }
  .advantages .advantages-middle .advantages-middle-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px; }
    .advantages .advantages-middle .advantages-middle-block img {
      height: 140px;
      width: 140px;
      margin-bottom: 50px; }
    .advantages .advantages-middle .advantages-middle-block p {
      line-height: 30px; }

.price {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 50px; }
  .price .price-left {
    position: relative; }
    .price .price-left .price-title {
      display: flex;
      align-items: center; }
      .price .price-left .price-title h4 {
        margin-left: -25px;
        position: relative; }
    .price .price-left .price-left-block {
      margin-top: 50px;
      padding: 0 10px; }
      .price .price-left .price-left-block h6 {
        text-transform: uppercase; }
      .price .price-left .price-left-block p {
        line-height: 32px; }
      .price .price-left .price-left-block .price-left-block-link {
        display: block;
        text-align: center;
        width: 160px;
        padding: 10px 0;
        background-color: #FFE712;
        font-family: "Advent Pro", sans-serif;
        font-style: normal;
        font-weight: bold;
        transition: background-color 0.3s ease; }
        .price .price-left .price-left-block .price-left-block-link:hover {
          background-color: #fff178;
          transition: background-color 0.3s ease; }
      .price .price-left .price-left-block:nth-child(4) p {
        margin-bottom: 0; }
  .price .price-picture {
    position: relative;
    margin-top: 40px; }
    .price .price-picture img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .price .price-picture .price-right-middle-block {
      display: none;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      max-width: 780px;
      width: 100%;
      overflow-y: scroll;
      background-color: #fff;
      border: 5px solid #FFED4A;
      box-shadow: 0px 0px 50px 10px rgba(0, 0, 0, 0.2);
      padding: 70px 20px;
      position: fixed;
      top: 20px;
      bottom: 20px;
      z-index: 1000; }
      .price .price-picture .price-right-middle-block .price-left-middle-block-close {
        position: absolute;
        top: 20px;
        right: 15px;
        height: 15px;
        width: 15px;
        cursor: pointer; }
      .price .price-picture .price-right-middle-block .price-right-middle-block-top {
        border-bottom: 1px solid #FFED4A; }
        .price .price-picture .price-right-middle-block .price-right-middle-block-top h6 {
          margin-top: 0; }
        .price .price-picture .price-right-middle-block .price-right-middle-block-top .price-right-middle-block-price-center {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
          margin: 20px 0; }
          .price .price-picture .price-right-middle-block .price-right-middle-block-top .price-right-middle-block-price-center .price-right-middle-block-price-text {
            display: block;
            width: 100%;
            font-family: 'Proxima Nova Rg Bd';
            font-size: 22px;
            margin-bottom: 25px; }
        .price .price-picture .price-right-middle-block .price-right-middle-block-top:nth-child(3) {
          border-bottom: none;
          padding-top: 50px; }
      .price .price-picture .price-right-middle-block h6 {
        text-transform: uppercase;
        margin: 50px 0; }
      .price .price-picture .price-right-middle-block p {
        margin-bottom: 40px;
        line-height: 32px; }
      .price .price-picture .price-right-middle-block .yellow-link {
        max-width: 280px; }
        .price .price-picture .price-right-middle-block .yellow-link:hover:before {
          background-color: #fff178; }

.education {
  background: url(/wp-content/themes/ride/images/education-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 20px 0; }
  .education .flex_container-education {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    height: 100%;
    padding: 50px 0; }
    .education .flex_container-education .education-left-block {
      width: 100%;
      padding: 0 15px; }
      .education .flex_container-education .education-left-block h4 {
        color: #fff;
        margin-bottom: 20px; }
      .education .flex_container-education .education-left-block span {
        color: #FFE712;
        font-family: 'Proxima Nova Rg Bd';
        font-size: 18px;
        text-transform: uppercase; }
    .education .flex_container-education .education-right-block {
      width: 100%;
      margin-top: 30px; }
      .education .flex_container-education .education-right-block .swiper-container-list {
        overflow: hidden; }
        .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item {
          position: relative;
          padding: 0 15px; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item h6 {
            display: flex;
            align-items: center;
            color: #fff;
            text-transform: uppercase;
            margin-bottom: 30px;
            transition: color 0.3s ease; }
            .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item h6:after {
              content: url(/wp-content/themes/ride/images/yellow-arrow.svg);
              display: block;
              margin-left: 25px; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item p {
            color: #fff;
            line-height: 32px;
            font-family: 'Proxima Nova Rg';
            font-size: 18px;
            margin: 0; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item:before {
            content: url(/wp-content/themes/ride/images/yellow-arrow.svg);
            width: 50px;
            height: 50px;
            display: block;
            visibility: hidden;
            opacity: 0;
            position: absolute;
            left: -120px;
            transition: transform 0.5s ease; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item:hover h6 {
            color: #FFE712;
            transition: color 0.3s ease; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item:hover:before {
            opacity: 1;
            visibility: visible;
            transform: translate(50px, 0);
            transition: transform 0.5s ease; }
        .education .flex_container-education .education-right-block .swiper-container-list .swiper-pagination-bullet {
          height: 10px;
          width: 10px;
          background-color: #fff;
          opacity: 1; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #FFE712; }
  .education:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }

.gift {
  display: flex;
  justify-content: center;
  padding: 60px 0; }
  .gift .gift-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background-color: #FFE712;
    padding: 50px;
    max-width: 1000px;
    width: 100%;
    border-radius: 20px;
    transition: background-color 0.3s ease; }
    .gift .gift-block .gift-block-left {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%; }
      .gift .gift-block .gift-block-left img {
        height: 170px;
        width: 170px;
        margin-top: -40px; }
      .gift .gift-block .gift-block-left .gift-block-left-btn {
        display: none;
        font-family: "Advent Pro", sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 22px;
        margin-top: 20px;
        cursor: pointer; }
    .gift .gift-block .gift-block-right {
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 100%; }
      .gift .gift-block .gift-block-right h3 {
        text-align: center; }
      .gift .gift-block .gift-block-right p {
        line-height: 32px;
        margin-top: 20px;
        text-align: center; }
      .gift .gift-block .gift-block-right .gift-block-left-btn {
        display: block;
        font-family: 'Proxima Nova Rg Bd';
        font-size: 25px;
        text-align: center; }
    .gift .gift-block:hover {
      background-color: #fff178;
      transition: background-color 0.3s ease; }

.birthday-info p {
  margin: 25px auto;
  line-height: 32px; }

.birthday-info img {
  max-height: 550px;
  height: 200px;
  max-width: 100vw;
  width: 100vw;
  margin-left: -15px;
  -o-object-fit: cover;
     object-fit: cover; }

.bottom-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 60px; }
  .bottom-form h4 {
    text-align: center;
    margin-bottom: 90px; }
  .bottom-form .bottom-form_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 900px;
    width: 100%;
    padding: 50px 10px;
    background-color: #FFE712; }
    .bottom-form .bottom-form_container h5 {
      text-align: center;
      width: 100%;
      margin-bottom: 20px; }

.cf7-smart-grid.has-grid .wpcf7-submit {
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 0 !important;
  width: 280px !important; }

.cf7sg-popup {
  max-width: 470px;
  width: 100%;
  margin: 0 auto; }
  .cf7sg-popup .wpcf7-form-control-wrap input {
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 0;
    padding-left: 40px;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    height: 60px;
    margin: 15px 0;
    width: 100%; }
    .cf7sg-popup .wpcf7-form-control-wrap input::-webkit-input-placeholder {
      color: #000; }
    .cf7sg-popup .wpcf7-form-control-wrap input::-moz-placeholder {
      color: #000; }
    .cf7sg-popup .wpcf7-form-control-wrap input:-ms-input-placeholder {
      color: #000; }
    .cf7sg-popup .wpcf7-form-control-wrap input::-ms-input-placeholder {
      color: #000; }
    .cf7sg-popup .wpcf7-form-control-wrap input::placeholder {
      color: #000; }
  .cf7sg-popup .wpcf7-form-control-wrap .wpcf7-form-control {
    border-radius: 0 !important; }
  .cf7sg-popup .ajax-loader {
    display: none; }
  .cf7sg-popup .select {
    margin-bottom: 30px;
    position: relative; }
  .cf7sg-popup .new-select {
    display: flex;
    align-items: center;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    margin: 15px 0 0 0;
    padding-left: 40px;
    height: 60px;
    border: 1px solid #000000;
    background-color: #fff;
    cursor: pointer; }
    .cf7sg-popup .new-select.on::after {
      transform: rotate(180deg); }
    .cf7sg-popup .new-select:after {
      width: 10px;
      height: 6px;
      border: 7px solid transparent;
      /* Прозрачные границы */
      border-top: 7px solid black;
      /* Добавляем треугольник */
      position: absolute;
      right: 20px;
      top: 20px;
      transform: translateY(50%);
      content: '';
      display: block; }
  .cf7sg-popup .new-select__list {
    background-color: #fff;
    border: 1px solid #000000;
    border-top: none;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    z-index: 100; }
    .cf7sg-popup .new-select__list .new-select__item {
      display: flex;
      align-items: center;
      padding-left: 40px;
      height: 60px;
      font-family: 'Proxima Nova Rg';
      font-size: 20px;
      transition: background-color 0.3s ease; }
      .cf7sg-popup .new-select__list .new-select__item:hover {
        cursor: pointer;
        background-color: #fffcde;
        transition: background-color 0.3s ease; }
  .cf7sg-popup .form-input-wrapper {
    width: 280px;
    margin: 0 auto;
    position: relative; }
    .cf7sg-popup .form-input-wrapper .wpcf7-submit {
      display: block;
      width: 280px;
      margin: 50px auto 0;
      border-radius: 0;
      border: none;
      position: relative;
      z-index: 1;
      font-family: "Advent Pro", sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 22px;
      color: #000;
      background-color: transparent; }
    .cf7sg-popup .form-input-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      background: #fff;
      transition: background-color 0.3s ease;
      transform: skew(-20deg); }

.circle {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1100; }
  .circle circle {
    opacity: 0.3; }
  .circle.circle-none {
    display: none; }

.popup-service-form {
  display: inline-block;
  vertical-align: middle;
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 100;
  background-color: #FFE712;
  padding: 0px 20px; }
  .popup-service-form__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    transition: 0.5s; }
    .popup-service-form__overlay:after {
      content: "";
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  .popup-service-form_open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    overflow: auto;
    overflow-x: hidden; }
  .popup-service-form-inner {
    position: relative;
    padding: 20px;
    background: #f9f9f9; }
  .popup-service-form__close {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
    .popup-service-form__close span {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      right: 15px;
      cursor: pointer;
      transition: all 200ms ease-out;
      z-index: 101; }
      .popup-service-form__close span:after, .popup-service-form__close span:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff; }
      .popup-service-form__close span:after {
        transform: rotate(45deg); }
      .popup-service-form__close span:before {
        transform: rotate(-45deg); }
  .popup-service-form h5 {
    margin-top: 20px;
    margin-bottom: 30px; }
  .popup-service-form__close {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .popup-service-form_text_top {
    padding: 0 20px 30px; }

.popup-format {
  display: inline-block;
  vertical-align: middle;
  max-width: 570px;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 0px 20px;
  background-color: #FFE712; }
  .popup-format__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    transition: 0.5s; }
    .popup-format__overlay:after {
      content: "";
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  .popup-format_open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    overflow: auto;
    overflow-x: hidden; }
  .popup-format-inner {
    position: relative;
    padding: 20px;
    background: #f9f9f9; }
  .popup-format__close {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
    .popup-format__close span {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      right: 15px;
      cursor: pointer;
      transition: all 200ms ease-out;
      z-index: 101; }
      .popup-format__close span:after, .popup-format__close span:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 2px;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: #fff; }
      .popup-format__close span:after {
        transform: rotate(45deg); }
      .popup-format__close span:before {
        transform: rotate(-45deg); }
  .popup-format h5 {
    margin-top: 20px;
    margin-bottom: 30px; }
  .popup-format__close {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0; }
  .popup-format_text_top {
    padding: 0 20px 30px; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  font-weight: 600;
  color: red !important; }

.wpcf7 form.sent .wpcf7-response-output {
  color: green !important; }

.error-page {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 20; }
  .error-page img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .error-page .flex_container-error {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 30; }
    .error-page .flex_container-error .logo img {
      width: 170px;
      height: 140px; }
    .error-page .flex_container-error .main-title-404 {
      font-family: 'Proxima Nova Rg Bd';
      color: #fff;
      font-size: 200px; }
    .error-page .flex_container-error .text-404 {
      text-align: center;
      font-size: 22px;
      font-family: 'Proxima Nova Rg';
      color: #fff;
      margin: 30px 0 30px 0; }
  .error-page:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }

.footer {
  background-color: #000;
  padding: 20px 0 70px 0; }
  .footer .flex_container-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center; }
    .footer .flex_container-footer .footer-logo {
      margin-bottom: -45px;
      margin-right: -40px;
      order: 0; }
    .footer .flex_container-footer .social {
      display: flex;
      align-items: flex-end;
      order: 2;
      margin-top: 40px; }
      .footer .flex_container-footer .social a {
        margin: 0px 15px; }
        .footer .flex_container-footer .social a svg {
          fill: #FFE712;
          transition: fill 0.3s ease; }
          .footer .flex_container-footer .social a svg:hover {
            fill: #fff;
            transition: fill 0.3s ease; }
    .footer .flex_container-footer .footer-contacts {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      order: 1;
      margin-top: 30px; }
      .footer .flex_container-footer .footer-contacts .footer-phone {
        color: #fff;
        font-family: 'Proxima Nova Rg';
        font-size: 28px;
        transition: color 0.3s ease;
        margin-bottom: 20px;
        text-align: center; }
        .footer .flex_container-footer .footer-contacts .footer-phone:hover {
          color: #FFE712;
          transition: color 0.3s ease; }
      .footer .flex_container-footer .footer-contacts .footer-mail {
        color: #fff;
        font-family: 'Proxima Nova Rg';
        text-decoration: underline;
        font-size: 26px;
        transition: color 0.3s ease; }
        .footer .flex_container-footer .footer-contacts .footer-mail:hover {
          color: #FFE712;
          transition: color 0.3s ease; }

.header {
  height: 140px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10; }
  .header .flex_container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    .header .flex_container-header .header-logo-link {
      display: flex;
      justify-content: center;
      position: relative;
      width: 15%; }
      .header .flex_container-header .header-logo-link img {
        height: 170px;
        min-width: 130px;
        padding: 20px 0; }
    .header .flex_container-header .burger-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #FFE712;
      padding-top: 80px;
      padding-bottom: 50px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      margin-top: -500%;
      transition: margin-top 0.5s ease; }
      .header .flex_container-header .burger-container .nav-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        order: 0; }
        .header .flex_container-header .burger-container .nav-menu .nav-menu-li {
          display: flex;
          justify-content: center;
          margin-bottom: 30px; }
          .header .flex_container-header .burger-container .nav-menu .nav-menu-li a {
            display: block;
            color: #000;
            font-size: 22px;
            font-family: 'Proxima Nova Rg Bd'; }
            .header .flex_container-header .burger-container .nav-menu .nav-menu-li a:hover {
              color: #FFE712; }
      .header .flex_container-header .burger-container .header-social {
        display: flex;
        justify-content: center;
        width: 100%;
        order: 1; }
        .header .flex_container-header .burger-container .header-social a {
          margin: 0 5px; }
          .header .flex_container-header .burger-container .header-social a svg {
            fill: #000;
            transition: fill 0.3s ease; }
          .header .flex_container-header .burger-container .header-social a:hover svg {
            fill: #fff;
            transition: fill 0.3s ease; }
      .header .flex_container-header .burger-container .header-phone {
        width: 100%;
        color: #000;
        font-family: 'Proxima Nova Rg';
        font-size: 24px;
        text-align: center;
        margin: 20px 0 35px 0; }
        .header .flex_container-header .burger-container .header-phone:hover {
          color: #FFE712; }
      .header .flex_container-header .burger-container.mob-burger-container {
        align-items: center;
        margin-top: 0;
        transition: margin-top 0.5s ease; }
    .header .flex_container-header .nav-tools__burger {
      display: block;
      width: 30px;
      height: 30px;
      padding: 0;
      position: absolute;
      right: 35px;
      top: 25px;
      margin-top: 20px; }
      .header .flex_container-header .nav-tools__burger span {
        width: 100%;
        height: 3px;
        background-color: #FFE712;
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease, margin 0.3s ease;
        border-radius: 2px;
        margin: 5px 0 5px 0; }
      .header .flex_container-header .nav-tools__burger:after {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #FFE712;
        display: block;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        border-radius: 2px; }
      .header .flex_container-header .nav-tools__burger:before {
        content: "";
        width: 100%;
        height: 3px;
        background-color: #FFE712;
        display: block;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        border-radius: 2px; }
      .header .flex_container-header .nav-tools__burger:hover {
        cursor: pointer; }
      .header .flex_container-header .nav-tools__burger.nav-tools__burger-open {
        width: 25px;
        height: 25px; }
        .header .flex_container-header .nav-tools__burger.nav-tools__burger-open span {
          opacity: 0;
          margin: 0;
          transition: opacity 0.3s ease, margin 0.3s ease;
          background-color: #000; }
        .header .flex_container-header .nav-tools__burger.nav-tools__burger-open:after {
          transform: rotate(45deg);
          transition: transform 0.3s ease;
          background-color: #000;
          width: 97%; }
        .header .flex_container-header .nav-tools__burger.nav-tools__burger-open:before {
          transform: rotate(-45deg);
          transition: transform 0.3s ease;
          margin-bottom: -5px;
          background-color: #000; }

.nav-tools-fixed .nav-tools__burger-open span {
  background-color: #FFE712 !important; }

.nav-tools-fixed .nav-tools__burger-open:after {
  background-color: #FFE712 !important; }

.nav-tools-fixed .nav-tools__burger-open:before {
  background-color: #FFE712 !important; }

.header.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
  height: 90px; }
  .header.header-fixed .burger-container .nav-menu {
    margin-top: 10px; }
  .header.header-fixed .header-logo-link img {
    width: inherit !important;
    height: 115px !important; }
  .header.header-fixed .nav-tools__burger {
    margin-top: -10px; }
  @media (min-width: 768px) {
    .flex_row {
      margin: 0 -10px; }
  .flex_col-tab--1-1 {
    width: 100%; }
  .flex_col-tab--1-2 {
    width: 50%; }
  .flex_col-tab--1-3 {
    width: calc(100% / 3); }
  .flex_col-tab--2-3 {
    width: calc(100% - (100% / 3)); }
  .flex_col-tab--4-5 {
    width: calc(100% - 20%); }
      input[type="text"] {
        height: 50px; }
      input[type="email"] {
        height: 50px; }
    .popup-service-form {
      padding: 40px 20px; }
    .popup-format {
      padding: 40px 20px; } }
  @media (min-width: 1024px) {
    [class^="flex_col"] {
      padding: 0 10px; }
  .flex_col-desk--1-2 {
    width: 50%; }
  .flex_col-desk--1-3 {
    width: calc(100% / 3); }
  .flex_col-desk--1-5 {
    width: calc(100% - 80%); }
  .flex_col-desk--1-6 {
    width: calc(100% - (100%/6)*5); }
  .flex_col-desk--2-5 {
    width: calc(100% - 60%); }
  .flex_col-desk--4-5 {
    width: calc(100% - 20%); }
  .flex_col-desk--2-3 {
    width: calc(100% - (100% / 3)); }
  .flex_col-desk--1-4 {
    width: calc(100% - 75%); }
  .flex_col-desk--3-4 {
    width: calc(100% - 25%); }
    h2 {
      font-size: 50px; }
    h3 {
      font-size: 46px; }
    h4 {
      font-size: 38px; }
    .yellow-link {
      font-size: 22px; }
    .yellow-block-title .yellow-block {
      width: 250px; }
          .top-site .flex_container-top-site .top-site-left h1 {
            max-width: 90%;
            font-size: 55px;
            text-align: left;
            text-align: initial; }
          .top-site .flex_container-top-site .top-site-left p {
            margin-top: 40px;
            text-align: left;
            text-align: initial; }
          .top-site .flex_container-top-site .top-site-left .top-site-left-number {
            display: none; }
        .top-site .flex_container-top-site .top-site-left {
          height: 60%;
          margin-top: 0; }
          .top-site .flex_container-top-site .top-site-right p {
            display: inline; }
        .top-site .flex_container-top-site .top-site-right {
          height: 60%; }
      .top-site .flex_container-top-site {
        flex-direction: row;
        justify-content: initial;
        align-items: flex-end; }
        .aim-section .aim-section_container h4 {
          text-align: center; }
        .aim-section .aim-section_container p {
          text-align: center;
          line-height: 32px; }
      .aim-section .aim-section_container {
        padding: 0; }
    .aim-section {
      padding: 50px 0; }
    .slider-gallery .slider-gallery-title {
      margin-bottom: 70px; }
      .slider-gallery .swiper-container .swiper-wrapper .swiper-slide .slider-pic {
        max-height: none;
        max-height: initial; }
      .slider-gallery .slider-gallery-text p {
        max-width: 50%;
        padding: 0;
        line-height: 32px;
        text-align: center; }
    .slider-gallery .slider-gallery-text {
      margin: 60px 0; }
    .options .flex_container-options h4 {
      margin-bottom: 70px; }
          .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-main-bg {
            width: 100%;
            max-width: 100%;
            margin-left: 0; }
          .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-main-icon {
            display: block; }
          .options .flex_container-options .options-middle .options-middle-card .middle-card-main .middle-card-hover {
            display: block; }
        .options .flex_container-options .options-middle .options-middle-card .options-middle-card-title {
          width: auto;
          width: initial;
          text-align: center; }
        .options .flex_container-options .options-middle .options-middle-card .options-middle-card-text {
          display: none; }
      .options .flex_container-options .options-middle .options-middle-card {
        width: 24%;
        max-height: 430px; }
    .options .flex_container-options .options-middle {
      flex-direction: row; }
    .options .flex_container-options .yellow-link {
      display: block; }
      .advantages .advantages-title .yellow-block:nth-child(3) {
        display: block; }
    .advantages .advantages-title {
      justify-content: space-between; }
        .advantages .advantages-middle .advantages-middle-block img {
          margin-bottom: 40px; }
        .advantages .advantages-middle .advantages-middle-block p {
          padding-left: 15px; }
      .advantages .advantages-middle .advantages-middle-block {
        width: 30%;
        margin-bottom: 0; }
    .advantages .advantages-middle {
      flex-direction: row;
      margin-top: 90px; }
        .price .price-left .price-left-block {
          padding: 0 0 0 200px; }
      .price .price-left {
        max-width: 36%;
        margin-right: 120px; }
              .price .price-picture .price-right-middle-block .price-right-middle-block-top .price-right-middle-block-price-center .price-right-middle-block-price-text {
                width: 50%; }
        .price .price-picture .price-right-middle-block {
          max-height: 700px;
          min-width: 780px;
          padding: 70px 90px;
          position: absolute;
          top: 40px;
          left: -100px;
          right: auto;
          right: initial;
          bottom: auto;
          bottom: initial;
          overflow-y: visible;
          overflow-y: initial; }
      .price .price-picture {
        margin-top: 0; }
    .price {
      margin-top: 120px;
      margin-bottom: 150px;
      flex-direction: row; }
          .education .flex_container-education .education-left-block h4 {
            margin-bottom: 80px; }
          .education .flex_container-education .education-left-block span {
            font-size: 20px; }
        .education .flex_container-education .education-left-block {
          width: 25%;
          padding: 0; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .swiper-slide {
            padding-top: 15px; }
            .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item:first-child {
              padding-top: 10px; }
                .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item h6:after {
                  display: none; }
            .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper .education-right-block-list-item {
              border-bottom: 1px solid #fff;
              padding: 35px 0 30px 0; }
          .education .flex_container-education .education-right-block .swiper-container-list .swiper-wrapper {
            display: flex;
            flex-direction: column; }
          .education .flex_container-education .education-right-block .swiper-container-list {
            overflow: visible;
            overflow: initial; }
        .education .flex_container-education .education-right-block {
          width: 60%;
          margin-top: 0; }
      .education .flex_container-education {
        flex-direction: row;
        padding: 100px 0; }
    .education {
      min-height: 100vh;
      padding: 0; }
          .gift .gift-block .gift-block-left .gift-block-left-btn {
            display: block; }
        .gift .gift-block .gift-block-left {
          width: 30%; }
          .gift .gift-block .gift-block-right h3 {
            text-align: left;
            text-align: initial; }
          .gift .gift-block .gift-block-right p {
            text-align: left;
            text-align: initial;
            margin-top: 40px; }
          .gift .gift-block .gift-block-right .gift-block-left-btn {
            display: none; }
        .gift .gift-block .gift-block-right {
          width: 65%; }
      .gift .gift-block {
        flex-direction: row;
        align-items: initial;
        height: 400px; }
    .gift {
      padding: 100px 0; }
  .birthday-info h3 {
    text-align: center; }
    .birthday-info p {
      max-width: 60%;
      text-align: center;
      margin: 50px auto; }
    .birthday-info img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      margin-left: 0; }
      .bottom-form .bottom-form_container {
        margin-bottom: -180px;
        padding: 80px 0; }
    .bottom-form {
      margin-top: 100px; }
        .footer .flex_container-footer .footer-logo {
          order: initial;
          margin-right: 0; }
        .footer .flex_container-footer .social {
          order: initial;
          margin-top: 0; }
          .footer .flex_container-footer .footer-contacts .footer-phone {
            text-align: left;
            text-align: initial; }
        .footer .flex_container-footer .footer-contacts {
          order: initial;
          margin-top: 0; }
      .footer .flex_container-footer {
        align-items: initial;
        flex-direction: row; }
    .footer {
      padding: 150px 0px 70px 0px; }
              .header .flex_container-header .burger-container .nav-menu .nav-menu-li a {
                display: inline;
                color: #fff;
                font-family: 'Proxima Nova Rg';
                font-size: 12px;
                max-width: none;
                max-width: initial; }
            .header .flex_container-header .burger-container .nav-menu .nav-menu-li {
              display: inline;
              display: initial;
              margin-right: 15px;
              margin-bottom: 0; }
          .header .flex_container-header .burger-container .nav-menu {
            flex-direction: row;
            width: 70%;
            order: initial;
            margin-left: -10px; }
              .header .flex_container-header .burger-container .header-social a svg {
                fill: #FFE712; }
              .header .flex_container-header .burger-container .header-social a svg {
                width: 25px;
                height: 25px; }
          .header .flex_container-header .burger-container .header-social {
            width: 20%;
            justify-content: space-around;
            order: initial; }
          .header .flex_container-header .burger-container .header-phone {
            display: flex;
            align-items: center;
            width: 15%;
            color: #fff;
            padding-left: 20px;
            text-align: left;
            text-align: initial;
            font-size: 12px;
            margin: 0; }
        .header .flex_container-header .burger-container {
          flex-direction: row;
          justify-content: initial;
          background-color: transparent;
          width: 85%;
          height: auto;
          height: initial;
          padding-top: 0;
          padding-bottom: 0;
          position: static;
          position: initial;
          margin-top: 0; }
        .header .flex_container-header .nav-tools__burger {
          display: none; } }
  @media (min-width: 1600px) {
          .top-site .flex_container-top-site .top-site-left h1 {
            font-size: 72px; }
              .header .flex_container-header .burger-container .nav-menu .nav-menu-li a {
                font-size: 16px; }
          .header .flex_container-header .burger-container .nav-menu {
            width: 60%;
            margin-left: -30px; }
              .header .flex_container-header .burger-container .header-social a svg {
                height: 30px;
                width: 30px; }
          .header .flex_container-header .burger-container .header-phone {
            font-size: 24px;
            width: 20%; } }
  @media (max-width: 1600px) {
    .flex_container {
      max-width: 1024px;
      padding: 0 15px; } }
  @media (max-width: 700px) {
    .flex_col-desk--2-4 {
      width: 100%; } }
  @media (max-width: 600px) {
    .popup-service-form {
      width: 90%; }
    .popup-format {
      width: 90%; } }
  @media (max-width: 1024px) {
  .footer .header-logo-link img {
    margin-left: 60px; }
          .header .flex_container-header .header-logo-link img {
            padding: 20px 0 20px 40px; } }
