@charset "UTF-8";
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30%,
    to {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30%,
    to {
        left: 110%;
        margin-left: 80px
    }
}

@font-face {
    src: url(../fonts/ofont.ru_Panton.ttf);
    font-family: 'PantonBold'
}

@font-face {
    src: url(../fonts/panton_black-webfont.woff2);
    font-family: 'PantonBlack';
}

html {
    font-size: 9px;
}
.hits111 *{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.reverse_container{
   flex-direction: row-reverse;
}

.hits111 {
    font-family: 'PantonBold'
}
.hits111 a {
    text-decoration: none
}


.hits111 h2 {
}
.hits111 .container111 {
    max-width: 1500px;
    margin: 0 auto
}

.hits111 {
    background-color: #090708;
    padding-top: 1rem;
    color: #fff;
    font-family: FuturaBookC;
    font-size: 14px;
    color: #FDF7E5;
        margin-top: -2px;
}
.hits111 h2 {
    margin-bottom: 1rem;
    margin-top: 40px;
}

.hits111>p {
    text-align: center;
    font-size: 2.5rem
}
.hits111 .hits__knopkaopt111 {
    padding: .5rem 2rem;
    text-align: center;
    cursor: pointer;
    width: 30%;
    font-size: 2.5rem;
    color: #fff;
    border-radius: .5rem;
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    margin: 3% auto 1%;
}
.hits111 .hits__knopkaopt111>a {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}
.hits111 .hits__knopkaopt111:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%); background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a)); background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%); background: linear-gradient(to right, #b60a45 0%, #6b278a 100%);
}
.hits111 .pulse {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.hits111 .hits__list111 {
    margin-top: 2rem
}
.hits111 .hits__item111 .anim {
  position: relative;
  overflow: hidden;
}
.hits111 .hits__item111 .anim::before{
/* .hits__item111 .container111 form div button::before, */
/* .mainpage__button::before, */
/* .submit__button::before  */
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}
.hits111 .hits__item111 {
    background-color: #090708;
    padding: 9rem 0rem;
    padding-bottom: 12rem;
    padding-left: 0;
}
.hits111 .hits__item111 .container111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;

}
.hits111 .hits__item111 .container111,
.hits111 .hits__item111 .container111 form div {
    -webkit-box-pack: justify
}

.hits111 .hits__item111:nth-child(odd) {
    background-color: #090708;
}

.hits111 .hits__item111:nth-child(odd) .container111 fieldset:nth-child(2) input:checked,
.hits111 .hits__item111:nth-child(odd) .container111 form input:checked {
    background-color: #f4f5f5
}

.hits111 .hits__item111:nth-child(1) {
    background-color: #090708;
}

.hits111 .hits__item111:nth-child(5) {
    border-bottom: none
}

.hits111 .hits__item111 .container111>section {
    width: 48%;
    margin: 0rem 0;
    cursor: pointer;
    position: relative;
}
.hits111 .hits__item111 .image-label {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}
.hits111 .hits__item111 .hit-label {
  top: 20%;
  left: 0rem;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  padding-left: 10px;
  line-height: 4rem;;
  margin-bottom: 10px;
  margin-left: 3rem;
  color: #fff;
  background-color: #f33030;
  z-index: 2;
  border-radius: 0 2px 2px 0;
  font-size: 2.1em;
}

.hits111 .hits__item111 .hit-label::before {
  background-image: url(../img/red-label.svg);
  content: '';
  position: absolute;
  left: -4.4rem;
  top: 0;
  width: 6rem;
  height: 4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.portfolio_img {
    width: 100%;
    border-radius: 2px;
}
.hits111 .hits__item111 .container111>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 48%;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.hits111 .hits__item111 .help-window111 span img {
    max-width: 270px;
}

.hits111 .hits__item111 .container111>div>a {
    padding: .5rem 2rem;
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-size: 2.5rem;
    color: #fff;
    border-radius: .5rem;
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%)
}

.hits111 .hits__item111 .container111 form div button:hover,
.hits111 .hits__item111 .container111>div>a:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a));
    background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: linear-gradient(to right, #b60a45 0%, #6b278a 100%)
}

.hits111 .hits__item111 .container111 h3 {
    position: relative;
    /* width: 200%; */
    font-size: 2.7rem;
    padding-bottom: 2rem;
    font-size: 32px;
    text-transform: uppercase;
    font-family: "FuturaLightC";
    text-align: left;
    color: #F193B4;
        text-shadow: 0 10px 24px rgba(230, 10, 47, 0.8), 0 -10px 24px rgba(230, 10, 47, 0.8), -10px 0 24px rgba(230, 10, 47, 0.8), 10px 0 24px rgba(230, 10, 47, 0.8);
}

.hits111 .hits__item111 .container111 form {
    margin-top: 1rem
}

.hits111 .hits__item111 .container111 form fieldset:nth-child(1) {
    border: 0
}

.hits111 .hits__item111 .container111 form legend,
.hits111 .rassrochka__bubbletalk span {
    font-size: 2rem
}

.hits111 .hits__item111 .container111 form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 9rem;
    margin-right: -9rem;
    height: 3rem;
    cursor: pointer;
    outline: 0
}

.hits111 .hits__item111 .container111 form input:checked {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.hits111 .hits__item111 .container111 form label {
    position: relative;
    left: 1rem;
    top: .5rem;
    cursor: pointer;
    font-size: 1.5rem;
    width: 9rem
}

.hits111 .hits__item111 .container111 form fieldset:nth-child(2) {
    margin-top: 1rem;
    border: 0
}

.hits111 .hits__item111 .container111 form fieldset:nth-child(2) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.hits111 .hits__item111 .container111 form fieldset:nth-child(2) legend {
    font-size: 1.5rem
}
.hits111 .hits__item111 .container111 form fieldset:nth-child(2) input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    margin-right: -9rem;
    height: 4.5rem;
    cursor: pointer;
    outline: 0
}

.hits111 .hits__item111 .container111 form fieldset:nth-child(2) input:checked {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}
.hits111 .hits__item111 .container111 form fieldset:nth-child(2) label {
    position: relative;
    left: -5rem;
    top: .5rem;
    cursor: pointer;
    font-size: 1.5rem;
    width: 47%;
    text-align: center
}

.hits111 .hits__item111 .container111 form div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.hits111 .hits__item111 .container111 form div a,
.hits111 .hits__item111 .container111 form div button {
    margin-top: 1rem;
    cursor: pointer;
    border-radius: .5rem
}

.hits111 .hits__item111 .container111 form div button {
    position: relative;
    overflow: hidden;
    font-family: 'PantonBold';
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    padding: .5rem 3rem;
    border: 0;
    font-size: 2.5rem;
    color: #fff
}

.hits111 .hits__item111 .container111 form div a {
    padding: .6rem 2rem .5rem;
    border: 1px solid #333;
    font-size: 2rem;
    color: #333
}

.hits111 .hits__item111 .container111 form div a:hover {
    color: #6b278a;
    border-color: #6b278a
}

.hits111 .hits__item111 .container111>div:nth-child(3) {
    font-size: 2rem;
}

.hits111 .hits__item111 .help-window111 span {
  position: absolute;
  bottom: 100%;
  left: -20em;
  right: -20em;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  max-width: 20em!important;
  max-height: 80vh;
  overflow: auto;
  visibility: hidden;
  margin: 0 auto .4em;
  padding: .3em;
  border: solid #333;
  font-size: 90%;
  background: #333;
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  cursor: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.hits111 .hits__item111 .help-window111 {
  position: relative;
  cursor: help;
}
.hits111 .help-window111:after {
  content: "";
  position: absolute;
  top: -.4em;
  left: 50%;
  visibility: hidden;
  margin: 0 0 0 -.4em;
  border: .4em solid;
  border-color: #333 transparent transparent transparent;
  cursor: auto;
}

.hits111 .hits__item111 .help-window111:hover span, .hits__item111 .help-window111:hover::after {
  visibility: visible;
  opacity: 1;
}

.hits111 .hits__item111 .container111>div:nth-child(3) i {
  margin-right: .5rem;
}

.hits111 .hits__item111 .container111>div:nth-child(3) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #333;
    padding: .5rem 0
}
.hits111 .hits__perenos111 {
    display: none;
}









@media (max-width:1100px) {
    html {
        font-size: 8px
    }
    .hits111 .container111,
    .hits111 .hits__item111 .container111 h3 {
        width: 92%
    }
    .hits111 .hits__item111 .container111>div>a {
        width: 60%
    }
    .hits111 .hits__item111 .container111 form input {
        width: 25%
    }
    .hits111 .hits__item111 .container111 form label {
        width: 25%
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(2) label {
        left: -4rem
    }
    .hits111 .hits__knopkaopt111 {
        width: 35%;
    }
}
@media (max-width:900px) {
    .hits111 .hits__item111 .container111>section {
    width: 100%;
    margin: 0rem 0;
    cursor: pointer;
    position: relative;
}

p.p_esche{
    display: none;
}

.portfolio_slider {
       margin-bottom: 62px; 
}



    html {
        font-size: 7px
    }
    .hits111 .hits111>p {
        width: 90%;
        margin: 0 auto
    }
    .hits111 .hits__knopkaopt111 {
        width: 40%;
    }
    .hits111 .hits__item111 .help-window111 span {
      left: -3rem;
      right: auto;
    }
    .hits111 .hits__item111 .container111>a {
        width: 45%
    }
    .hits111 .hits__item111 .container111 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .hits111 .hits__item111 .container111>div:nth-child(3) {
        width: 100%;
        margin-top: 1rem
    }
    .hits111 .hits__item111 .container111>div:nth-child(3)>div {
        font-size: 2.5rem;
        margin-top: 1rem
    }
    .hits111 .hits__item111 .container111>div {
        width: 50%
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(2) label {
        left: -15%
    }
}
@media (max-width:600px) {
    .hits111 .hits__knopkaopt111 {
        width: 60%;
    }
    .hits111 .hits__item111 .container111>a,
    .hits111 .hits__item111 .container111>div {
        width: 100%;
        background-size: 12%;
    }
    .hits111 .hits__item111 .container111 h3 {
        width: 100%;
        text-align: center
    }
    .hits111 .hits__item111 .container111>div>a {
        padding: 1rem 2rem;
        margin: 1% auto 3%;
        font-size: 3rem;
    }
    .hits111 .hits__item111 .container111 form legend {
        margin: 2% auto
    }
    .hits111 .hits__item111 .container111 h3 {
        font-size: 3rem;
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(2) label {
        left: 0;
        width: 50%;
        text-align: center;
        font-size: 2.5rem;
    }
    .hits111 .hits__item111 .container111 form legend, .rassrochka__bubbletalk span {
        font-size: 2.8rem;
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(2) input {
        width: 50%;
        height: 7rem;
        margin-right: -50%;
    }
    .hits111 .hits__item111 .container111 form label {
        font-size: 2.3rem;
        left: 0;
        top: 1.2rem;
        text-align: center;
    }
    .hits111 .hits__item111 .container111 form div a,
    .hits111 .hits__item111 .container111 form div button {
        margin-top: 5%;
        width: 40%;
        text-align: center;
        padding: 1rem 0;
        font-size: 3rem;
    }
    .hits111 .hits__item111 .container111 form input {
        width: 25%;
        height: 5rem;
        margin-right: -25%;
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(2) legend {
        font-size: 2.8rem;
    }
    .hits111 .hits__perenos111 {
        display: block;
    }
}
@media (max-width:400px) {
    html {
        font-size: 6px
    }
    .hits111 .hits111 h2 {
        padding: .5rem;
        font-size: 3.5rem
    }
    .hits111 .hits__knopkaopt111 {
        width: 65%;
    }
    .hits111 .hits__item111 .container111 form fieldset:nth-child(1) {
        margin-bottom: 3rem;
    }
}