@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.otf);
    font-family: 'PantonBlack'
}

@font-face {
    src: url(../fonts/dinpro_Bold.ttf);
    font-family: 'dinpro'
}

html {
    font-size: 9px;
    font-family: "PantonBold";
    
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s all ease;
}
.container {
    max-width: 120rem;
    margin: 0 auto;
}

.mobcontainer {
    width: 100rem;
    margin: 0 auto
}

a {
    text-decoration: none
}

h2 {
    font-size: 6rem;
    font-family: PantonBlack;
    margin: 0 auto;
    text-align: center;
    line-height: 6.5rem;
    color: #333
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    border: 0
}

textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus {
    border: 0;
    outline: 0
}

.topNubex {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    display: block;
    text-decoration: none;
    font-size: 5rem;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.topNubex:hover {
    color: #c0301c
}

#mainpage {
    background: #515e81;
    background: -webkit-radial-gradient(center, ellipse cover, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: -webkit-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: -o-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: radial-gradient(ellipse at center, #515e81 0%, #1d3776 47%, #1d3776 100%);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    position: relative
}

#mainpage h1 {
    font-size: 4.6rem;
    color: #fff;
    font-family: "PantonBold";
    line-height: 4.8rem;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 4rem
}

.mainpage,
.mainpage__content,
.mainpage__nikita {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mainpage {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.mainpage__content,
.mainpage__nikita {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage__nikita {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}


.mainpage__content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    width: 40%;
    min-width: 43.2rem;
}

.mainpage__akcia {
    background-color: #fff;
    border: 2px solid #ababab;
    padding-top: 2rem;
    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;
    width: 100%;
}

.mainpage__akcia form {
    margin-bottom: 2rem;
}

.mainpage__akcia>P,
.mainpage__button input,
.mainpage__flex label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mainpage__akcia,
.mainpage__akcia>P,
.mainpage__flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage__akcia>P {
    padding: 1.5rem 5.5rem;
    font-size: 2.8rem;
    color: #333;
    font-family: "PantonBold";
    background-image: url(../img/mazok_akcia.png);
    line-height: 3.7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
    margin-bottom: 3rem;
}
.mainpage__contacts{
    width: 50%;
}
.mainpage__akcia>P span {
    font-size: 5.4rem;
    color: #e6a807
}

.mainpage__akcia ul {
    margin: 0 3.6rem;
    margin-top: .5rem;
    margin-bottom: 2.4rem
}

.mainpage__akcia ul li {
    font-size: 2.4rem;
    list-style-type: none;
    font-family: "PantonBold"
}

.mainpage__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}

.mainpage__flex img {
    width: 2.5rem
}

.mainpage__flex input {
    height: 5rem;
    width: calc(100% - 5rem);
    font-size: 2.4rem;
    border: 1px solid #c9c9c9;
    padding-left: 1rem;
    font-family: "PantonBold"
}

.mainpage__button input,
.mainpage__flex label {
    height: 5rem
}

.mainpage__flex label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border: 1px solid #c9c9c9;
    border-right: none;
}

.mainpage__button {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.mainpage__button input {
    font-size: 3rem;
    background: #fff;
    background: #6b278a;
    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%);
    cursor: pointer;
    padding: 0 2rem;
    width: 42rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    border: 0;
    color: #fff
}

.mainpage__button--width {
    width: 100%!important
}

.mainpage__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);
    z-index: 2
}

.mainpage__contacts,
.mainpage__header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage__contacts,
.mainpage__header,
.mainpage__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mainpage__header {
    padding: 4rem 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mainpage__logo img {
    width: 10rem;
    height: auto
}

.mainpage__contacts {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mainpage__phones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mainpage__phones--header {
    height: 3.4rem
}

.mainpage__phones a {
    color: #fff;
    font-size: 2.4rem;
    display: flex;
    align-items: center;
}
.mainpage__phones a img{
    width: 3rem;
    height: auto;
    margin-right: 1.5rem;
}
.mainpage__phones a:first-child{
    margin-bottom: 1rem;
}


.mainpage__flex input {
    border-left: none
}

#mainpage h1{
    display: flex;
    align-items: center;
    text-align: left;
    font-family: PantonBlack;
    font-size: 4rem;
    line-height: 4rem;
    justify-content: center;
    color: #333;
    width: 90%;
    margin-bottom: 4rem;
    margin: 0 auto;
    background-image: url(../img/mainpage/mazok.png);
    background-position: center;
    background-size: 100% 100%;
    height: 15rem;
    padding: 7rem;

}

#mainpage h1 img{
    width: 13.2rem;
    height: auto;
}
.mainpage__title--upsize{
    font-size: 8rem;
    margin: 0 2rem;
}
.mainpage__title--downsize{
    font-size: 3rem;
    width: 20%;
    width: 43%;
    line-height: 3rem;
}
.mainpage__title--after{
    position: relative;
    margin-right: 0;
}
.mainpage__title--after::after{
    display: flex;
    content: "месяцев";
    position: absolute;
    font-size: 3rem;
    bottom: -4rem;
}

.mainpage__start{
    display: flex;
    color: #fff;
    align-items: center;
    padding-bottom: 3rem;
}
.mainpage__start div div{
    display: flex;
}
.mainpage__start>div{
    transform: rotate(-7deg);
    display: flex;
    flex-direction: column;
}
.mainpage__start div div p:first-child{
    width: 54%;
    font-family: PantonBlack;
    font-size: 4.4rem;
    line-height: 5.3rem;
    min-width: 20.6rem;
}
.mainpage__start div div p:first-child span{
    font-size: 3.4rem;

}
.mainpage__start div div p:last-child{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12%;
    font-family: PantonBlack;
    font-size: 2.5rem;
    text-align: center;
    color: #e6a807;
    margin-left: 1rem;
    min-width: 4.1rem;
}
.mainpage__start div div p:last-child img{
    width: 2.7rem;
    height: auto;
}
.mainpage__start div>p{
    font-family: PantonBlack;
    font-size: 3rem;
}
.mainpage__start>div>p span{
    font-family: PantonBlack;
    font-size: 2.5rem;
    margin-right: 1rem;
}



.mainpage__nikita{
    color: #fff;
}
.mainpage__nikita>p{
    font-size: 2.1rem;
    margin-bottom: 4rem;
}
.mainpage__nikita>p a{
    margin-left: 3rem;
}
.mainpage__nikita p span{
    font-size: 4rem;
}
.mainpage__nikita p a{
    color: #fff;
    text-decoration: underline;
}
.mainpage__nikita>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.mainpage__nikita>div>div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainpage__danko p{
   font-size: 4.8rem;
   font-family: PantonBlack;
   margin-bottom: 4.4rem;
}
.mainpage__danko img{
    width: 30rem;
    height: auto
 }
.mainpage__nikita>div div:first-child img{
    
}
.mainpage__advantages{
    display: flex;
    flex-direction: column;
    margin-left: 4rem;
}
.mainpage__advantages div:first-child{
    display: flex;  
}
.mainpage__advantages div:first-child img{
    width: 5rem;
    height: auto;
    margin: 0 1.5rem;
}
.mainpage__item{
   display: flex; 
   flex-direction: column;
   align-items: center;
}
.mainpage__item p{
    display: flex; 
    font-size: 4.6rem;
 }
 .mainpage__item p:last-child{
    font-size: 2.8rem;
 }
 .mainpage__item img{
     margin-right: 1rem;
 }
 .mainpage__advantages>div{
     margin-bottom: 2rem;
 }



.fat,
.fat__bubbletalk {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fat {
    background-image: url(../img/bcg_fat.jpg);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54.1rem;
    position: relative
}

.fat__bubbletalk {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30rem;
    position: absolute
}

.fat__bubbletalk p {
    font-size: 4rem;
    text-align: center;
    width: 27rem;
    line-height: 4.5rem
}

.fat__bubbletalk span {
    font-size: 4.5rem
}

.fat .fat__bubbletalk:nth-child(1) {
    background-image: url(../img/fat__1.png);
    top: 0;
    left: 23%;
    width: 33rem;
    height: 27rem;
    top: 6rem
}

.fat .fat__bubbletalk:nth-child(1) p {
    margin-top: 3rem
}

.fat .fat__bubbletalk:nth-child(2) {
    background-image: url(../img/fat__2.png);
    bottom: 4rem;
    left: 20%;
    width: 31rem;
    height: 27rem;
    left: -webkit-calc(50% - 19rem);
    left: calc(50% - 19rem)
}

.fat .fat__bubbletalk:nth-child(2) img {
    position: absolute;
    width: 12rem;
    height: auto;
    left: -14rem;
    top: 13rem
}

.fat .fat__bubbletalk:nth-child(3) {
    background-image: url(../img/fat__3.png);
    right: 27%;
    width: 33rem;
    height: 29rem;
    top: 5rem
}

#akcia {
    background-color: #e6a807;
    padding: 8rem 0;
    position: relative;
    padding-bottom: 0;
    display: none;
}

#akcia::before {
    display: block;
    content: "";
    width: 100%;
    height: 6rem;
    position: absolute;
    top: -3.7rem;
    background: #7db9e8;
    background: -webkit-linear-gradient(top, transparent 0%, #e6a807 56%, #e6a807 56%, #e6a807 99%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(56%, #e6a807), color-stop(56%, #e6a807), color-stop(99%, #e6a807));
    background: -o-linear-gradient(top, transparent 0%, #e6a807 56%, #e6a807 56%, #e6a807 99%);
    background: linear-gradient(to bottom, transparent 0%, #e6a807 56%, #e6a807 56%, #e6a807 99%)
}

#akcia h3 {
    font-size: 5rem;
    line-height: 4.5rem;
    margin-bottom: 3rem;
    text-align: center;
    font-family: PantonBlack;
    background-image: url(../img/etapy/mazok.png);
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 4rem 0;
    color: #333;
    width: 80%
}
#akcia>img {
    width: 60%;
    height: auto;
    margin-top: 3rem;
    z-index: 3
}
#akcia h3 span {
    font-size: 5.5rem
}

.akcia,
.akcia__button,
.akcia__left,
.akcia__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.akcia {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#akcia .container,
.akcia__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#akcia .container {
    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
}



#akcia .container,
.akcia__button,
.akcia__left,
.akcia__right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.akcia__button {
    font-size: 3rem;
    background: #fff;
    background: #6b278a;
    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%);
    cursor: pointer;
    padding: 0 2rem;
    width: 42rem;
    -webkit-border-radius: .5rem;
    border-radius: .5rem;
    height: 5rem;
    position: relative;
    overflow: hidden;
    margin-top: 2rem
}

.akcia__button a {
    color: #fff
}

.akcia__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)
}

.akcia__left,
.akcia__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%
}

.akcia__right {
    font-family: "PantonBold";
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%
}

.akcia__left h2 {
    font-size: 6rem;
    margin-top: 5rem;
    margin-bottom: 3rem
}

.akcia__left>img {
    width: 100%;
    height: auto
}

.akcia__right>img {
    width: 47.7rem;
    height: 31.7rem
}

.akcia__weight {
    width: 100%;
    text-align: right
}

.akcia__weight img {
    margin: 0 1.5rem
}

.akcia__weight img:nth-child(1) {
    width: 7.1rem;
    height: 8.2rem
}

.akcia__weight img:nth-child(2) {
    width: 9.5rem;
    height: 10.8rem
}

.akcia__weight img:nth-child(3) {
    width: 11.4rem;
    height: 13rem
}

.akcia__weight img:nth-child(4) {
    width: 14.6rem;
    height: 16.6rem
}

.akcia__smile,
.call:after {
    position: relative
}

.akcia__smile>p {
    position: absolute;
    font-size: 3.1rem;
    top: 4.6rem;
    left: 6.4rem;
    width: 15rem;
    text-align: center;
    -webkit-transform: rotate(9deg);
    -ms-transform: rotate(9deg);
    transform: rotate(9deg)
}

.akcia__smile>img {
    width: 42.3rem;
    height: 28.4rem
}

.akcia__title {
    text-align: center;
    color: #fff;
    font-family: "PantonBold";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 42rem;
}
.akcia__title--mainpage{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 3.6rem;
    line-height: 7rem;
}
.akcia__title--mainpage p{
    
}
.akcia__title p {
    display: block;
    background-color: #474747;
    font-size: 4.5rem;
    line-height: 7rem;
    text-align: center;
    padding: 3rem 0rem;
    position: relative;
    width: 100%;
}
.akcia__title--mainpage p:last-child{
    padding: 0;
    background-color: transparent;
    font-size: 3.5rem !important;
    margin-left: 3rem;
    text-align: center;
    line-height: 4rem;
    margin-top: 3rem;
}
.akcia__title--orange {
    color: #e6a807
}

.akcia__title--X {
    position: relative;
    margin-right: 2rem
}

.akcia__title--X img {
    position: absolute;
    top: 0;
    width: 105%;
    left: 0;
    height: 117%
}

.akcia__title--color {
    color: #333;
    font-size: 5.5rem;
}

.akcia__title--size {
    font-size: 9rem
}

.akcia__title--mainpage p:first-child {
    background-color: transparent!important;
    color: #333;
    font-size: 3.5rem !important;
    position: relative;
    text-align: center;
}
.akcia__title--bcg::after {
    display: block;
    content: "за 5 недель";
    font-size: 1.8rem;
    font-family: PantonBold;
    position: absolute;
    bottom: 5rem;
}

.achievement {
    background: #515e81;
    background: -webkit-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: -o-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: radial-gradient(ellipse at center, #515e81 0%, #1d3776 47%, #1d3776 100%);
    padding: 5%;
    position: relative;
    padding-bottom: 0;
}
.achievement::after,
.achievement::before{
    display: block;
    content: "";
    width: 100%;
    height: 6rem
}

.achievement::before {
    position: absolute;
    top: -3.7rem;
    left: 0;
    z-index: 3;
    background: #7db9e8;
    background: -webkit-linear-gradient(top, transparent 0%, #1d3776 56%, #1d3776 56%, #1d3776 99%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(56%, #1d3776), color-stop(56%, #1d3776), color-stop(99%, #1d3776));
    background: -o-linear-gradient(top, transparent 0%, #1d3776 56%, #1d3776 56%, #1d3776 99%);
    background: linear-gradient(to bottom, transparent 0%, #1d3776 56%, #1d3776 56%, #1d3776 99%)
}
.achievement::after {
    position: absolute;
    bottom: -3.7rem;
    left: 0;
    z-index: 3;
    background: rgb(255,50,54); /* Old browsers */
    background: -moz-linear-gradient(top, transparent 0%, rgba(29,55,118,1) 28%, rgba(29,55,118,1) 72%, transparent 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%,rgba(29,55,118,1) 28%,rgba(29,55,118,1) 72%,transparent 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%,rgba(29,55,118,1) 28%,rgba(29,55,118,1) 72%,transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3236', endColorstr='#ff898b',GradientType=0 ); /* IE6-9 */
    }
.achievement__img>img {
    width: 60%;
    height: auto;
    margin-top: 3rem;
    z-index: 3;
    transform: rotate(-3deg);
}
.achievement__img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.achievement h2,
.call {
    background-position: center;
    background-repeat: no-repeat
}

.achievement h2 {
    margin-bottom: 2%;
    background-image: url(../img/mazok.png);
    -webkit-background-size: contain;
    background-size: 100% 100%;
    padding: 1.5% 0 2.5%;
    width: 80%;
}

.achievement__people a img,
.garante__title>p {
    width: 90%;
}
.achievement__people a img{
    width: 92%;
    margin: 0 4%;
}



.achievment__form {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65%;
}

.achievment__form form,
.achievment__form>div {
}

.call {
    background-color: #1d3776;
    background-image: url(../img/bgcallct.png);
    -webkit-background-size: cover;
    background-size: cover;
    padding: 5% 0;
    position: relative;
    z-index: 2;
}


.call__text {
    font-size: 4.9rem;
    text-align: left;
    width: 75%
}

.call h2 {
    text-align: left;
    font-size: 5rem;
    color: #fff;
    margin-bottom: 2%;
    line-height: 5rem;
}

.call__box {
    width: 65%;
    background-color: rgba(255, 255, 255, .644);
    border: 7px solid rgba(238, 238, 238, .856);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 15px 2px inset gray;
    box-shadow: 0 0 15px 2px inset gray;
    padding: 2% 10% 2% 5%;
    margin-bottom: 3rem
}

.call__icon {
    width: 20%
}

.call__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    margin-top: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.call__item img {
    width: 100%
}

.call__img,
.call__item img,
.call__item--after {
    position: relative
}

.call__item--after::after {
    display: block;
    content: "";
    width: 19rem;
    height: 34rem;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../img/footer/footer__arrow_left.png);
    position: absolute;
    left: -20rem;
    top: 0
}

.call__img {
    bottom: 28.5rem;
    left: 92%;
    margin-bottom: -58%
}

.call__img img {
    width: 38%
}

.garante,
.garante__content,
.garante__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.garante {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #515e81;
    background: -webkit-radial-gradient(center, ellipse cover, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: -webkit-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: -o-radial-gradient(center, ellipse, #515e81 0%, #1d3776 47%, #1d3776 100%);
    background: radial-gradient(ellipse at center, #515e81 0%, #1d3776 47%, #1d3776 100%);
}


.garante>img {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    bottom: -6rem;
    width: 48.7rem;
    height: 44.1rem;
    padding-left: 3rem
}

.garante__content,
.garante__title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.garante__content {
    bottom: -9rem;
    position: relative
}

.garante__title {
    position: absolute;
    font-family: "PantonBold";
    font-size: 3rem;
    text-align: center;
    line-height: 3rem;
    top: 4.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.garante__title--right p:first-child{
    margin-bottom: 6rem;
}
.garante__title>img {
    margin: 2.5rem 0;
    width: 16.1rem;
    height: 9.5rem
}

.garante__bubbletalk {
    position: relative
}

.garante__bubbletalk span {
    font-size: 3.7rem
}

.garante__bubbletalk>img {
    width: 55.4rem;
    height: 47.4rem
}

#etapy,
#etapy::before,
.etapy__vibor::after {
    -webkit-background-size: cover;
    background-size: cover
}

#etapy {
    background: rgb(29,55,118); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(29,55,118,1) 0%, rgba(230,168,7,1) 7%, rgba(230,168,7,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(29,55,118,1) 0%,rgba(230,168,7,1) 7%,rgba(230,168,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(29,55,118,1) 0%,rgba(230,168,7,1) 7%,rgba(230,168,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d3776', endColorstr='#e6a807',GradientType=0 ); /* IE6-9 */
    overflow: hidden;
    padding-bottom: 4rem;
    position: relative;
}

#etapy::before,
.etapy__vibor::after {
    display: block;
    content: "";
    position: absolute;
    background-repeat: no-repeat
}

#etapy::before,
.etapy>h2 {
    background-position: center
}

#etapy::before {
    width: 100%;
    left: 4%;
    top: 50%;
    height: 10rem;
    width: 10rem;
    background-image: url(../img/etapy/etapy_logo.png)
}

.etapy>h2,
.etapy__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.etapy>h2 {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/etapy/mazok.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 85rem;
    height: 12rem;
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.etapy__description {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.etapy__pitanie {
    margin-top: 7rem
}

.etapy__pitanie>img {
    width: 52.6rem;
    height: 24.3rem
}

.etapy__pitanie>div,
.etapy__vibor>div {
    position: absolute;
    top: 6.5rem;
    -webkit-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg);
    left: 10.6rem;
}

.etapy__vibor>div {
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
    left: 1.6rem;
    top: 8.5rem;
}

.etapy__pitanie>div p {
    font-size: 6.2rem;
    text-align: center;
}
.etapy__pitanie>div a{
    font-size: 2.5rem;
    text-decoration: underline;
    color: #333;
}
.etapy__pitanie>div a:hover{
    color: #6a6262;
}

.etapy__pitanie>div span {
    font-size: 5.2rem
}

.etapy__pitanie,
.etapy__vibor {
    position: relative
}

.etapy__vibor>img {
    width: 48rem;
    height: 28.7rem
}

.etapy__vibor>div p {
    font-size: 3.5rem;
    text-align: center;
    color: #fff;
    width: 45rem
}
.etapy__vibor>div p span{
    font-size: 5.5rem;
    font-family: PantonBlack;
}

.etapy__vibor::after {
    height: 44rem;
    width: 27rem;
    background-image: url(../img/etapy/arrow.png);
    top: 0;
    right: -28rem
}

.etapy__content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.etapy__content,
.etapy__content h4,
.etapy__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.etapy__content h4 {
    font-size: 5rem;
    top: -3.6rem;
    right: 11rem;
    position: absolute
}

.etapy__content img {
    margin-right: 3rem
}

.etapy__content p {
    font-size: 2.2rem;
    width: 30rem
}

.etapy__item {
    width: 40%;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding: 4rem 0;
    align-items: center;
    color: #fff;
    background-image: url(../img/etapy/border_2.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: 6rem 0
}

.etapy__item--size h2 {
    font-size: 3.5rem
}

.etapy__item p:first-child {
    font-size: 13rem;
    color: #717c9f;
    width: auto;
    position: absolute;
    left: -5rem;
    top: -12rem;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.etapy__item>img {
    width: 9.2rem;
    height: 13.3rem
}

/* -------------components----------- */
#components {
    background-color: #e6a807;
    height: 105rem;
    padding-top: 4rem;
    background-image: url(../img/components/bcg.png);
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    -webkit-background-size: 60% 60%;
    background-size: 60%
}

.components {
    position: relative
}

.components h2,
.components__item .components__img {
    background-position: center;
    position: relative;
    z-index: 2
}

.components h2,
.components__title {
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.components h2 {
    margin: 0 auto;
    width: 80%;
    font-family: PantonBold;
    margin-bottom: 8rem;
    height: 10rem;
    background-image: url(../img/components/mazok.png);
    padding: 0 2rem
}

.components__title {
    text-align: center;
    font-size: 3rem;
    background-image: url(../img/components/border.png);
    background-position: center;
    padding: 4rem 2rem;
    position: absolute;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-18deg);
    top: 16rem;
    z-index: 1;
}

.components__content {
    position: relative
}

.components__content>img {
    width: 27.5rem;
    height: auto;
    position: absolute;
    right: 33rem
}

.components__item {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

.components__item .components__img {
    width: 18rem;
    height: 18rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1rem solid #fff;
    -webkit-background-size: 102% 102%;
    background-size: 102%
}

.components__item img {
    position: absolute;
    z-index: 1
}

.components__item>p {
    font-family: PantonBold;
    font-size: 2.4rem;
    width: 30rem;
    text-align: center;
    line-height: 2.2rem
}

.components__item--1 {
    top: 19rem;
    left: 0;
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg)
}

.components__item--1 .components__img {
    background-image: url(../img/components/1/1.png)
}

.components__item--1 img {
    -webkit-transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    transform: rotate(77deg);
    right: -4rem;
    top: -10rem
}

.components__item--2 {
    top: 11rem;
    right: 57rem
}

.components__item--2 .components__img {
    background-image: url(../img/components/2/2.png);
    background-position-y: -5px;
    -webkit-background-size: 110% 110%;
    background-size: 110%
}

.components__item--2 img {
    top: -9rem;
    right: 2rem
}

.components__item--2 p {
    width: 29rem
}

.components__item--3 {
    top: 39rem;
    left: 20rem;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.components__item--3 .components__img {
    background-image: url(../img/components/3/3.png)
}

.components__item--3 img {
    top: -19rem;
    right: -6rem;
    -webkit-transform: rotate(34deg);
    -ms-transform: rotate(34deg);
    transform: rotate(34deg)
}

.components__item--3 p {
    width: 31rem
}

.components__item--4 {
    right: 35rem;
    top: 45rem;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.components__item--4 .components__img {
    background-image: url(../img/components/4/4.png)
}

.components__item--4 img {
    top: -17rem;
    right: 6rem;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg)
}

.components__item--4 p {
    width: 35rem
}

.components__item--4 p:last-child,
.components__item--6 p:last-child {
    font-size: 16px;
    line-height: 16px;
    margin-top: .7rem
}

.components__item--5 {
    right: 10rem;
    top: 38rem
}

.components__item--5 .components__img {
    background-image: url(../img/components/5/5.png);
    width: 18rem;
    height: 18rem
}

.components__item--5 img {
    top: -13rem;
    left: 3rem;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.components__item--6 {
    right: 3rem;
    top: 4rem
}

.components__item--6 .components__img {
    background-image: url(../img/components/6/6.png);
    background-color: #c6c6c6
}

.components__item--6 img {
    top: -6rem;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    left: -2rem
}



h4.etapy__item--size {
    font-size: 3.8rem;
    top: -2.8rem;
    right: 8.5rem
}

#sponsors1 {
    background-image: url(../img/footer/bcg.png);
    background-color: #e6a807;
    padding: 8rem 0 0;
    overflow-x: hidden
}

#sponsors1>h2 {
    font-size: 6.5rem;
    color: #333;
    margin: 0 auto;
    margin-bottom: 14rem;
    margin-top: 5%;
    background-image: url(../img/etapy/mazok.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2%;
}

.sponsors {
    width: 80%;
    height: 10rem;
    background-image: url(../img/footer/mazok.png);
    background-position: center;
    margin: 0 auto
}
.sponsors__circle .wow.pulse {
    animation-iteration-count: infinite;
    cursor: pointer;
}
.sponsors__circle .wow.pulse>a>p {
    color: #333;
}
.sponsors__circle,
.sponsors__item>p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sponsors__item>p {
    font-size: 2.1rem;
    width: 36rem;
    color: #fff;
    -webkit-box-pack: center;
    background-image: url(../img/footer/border.png);
    background-position: center;
    padding: 2.9rem 2.4rem;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    margin: 0 0 3rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sponsors__item>p::after {
    display: block;
    content: "";
    width: 16rem;
    height: 34rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../img/footer/arrow.png);
    position: absolute;
    right: -16rem;
    top: 4rem
}

.sponsors__circle {
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3rem
}

.sponsors__circle img:first-child {
    width: 16.6rem;
    height: 16.7rem
}

.sponsors__circle img:last-child {
    width: 30.9rem;
    height: 22.1rem
}

.sponsors__circle>div,
.submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sponsors__circle>div {
    position: relative;
    background-image: url(../img/footer/vk_opacity.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 16.6rem;
    height: 16.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sponsors__circle>div p {
    font-size: 2rem;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.submit {
    width: 100%;
    margin-bottom: 4rem
}

.sponsors__circle>div,
.submit,
.submit__flex,
.submit__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.submit__flex {
    width: 55%
}

.submit__label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.3rem;
    height: 5.3rem;
    background-color: #fff;
    -webkit-border-top-left-radius: 1rem;
    border-top-left-radius: 1rem;
    -webkit-border-bottom-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-right: none
}

.submit__label img {
    width: 2.5rem;
    height: 2.5rem
}

.submit__button {
    position: relative;
    overflow: hidden;
    width: 60%
}

.submit__button input,
.submit__phone {
    -webkit-border-radius: .5rem;
    border-radius: .3rem;
    height: 5.3rem;
    border: 0;
    font-size: 2.6rem;
    width: 100%;
    font-family: PantonBold;
}

.submit__button input {
    background: #fff;
    background: #6b278a;
    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%);
    color: #fff;
    cursor: pointer;
    padding: 0 2rem;
}

.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)
}

.submit__phone {
    background-image: none;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    padding: 0 1rem;
    outline: 0;
    border-left: none
}

.submit__phone--mainpage {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.submit__button--header input {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;

}
.submit__button--header{

}
.iconForm--header {
    margin: 0;
    width: 100%
}

.iconForm--header input {
    height: 5.3rem;
    font-size: 2.4rem;
    font-family: PantonBold;
}

.iconForm--header label {
    height: 5.3rem;
    width: 5.3rem
}

.iconForm--header label img {
    width: 2rem;
    height: 2rem
}

.sponsors {
    margin-bottom: 15rem
}

.sponsors__content {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sponsors__photo {
    position: relative
}

.sponsors__photo>img {
    width: 37.9rem;
    height: auto;
}

.sponsors__bubbletalk {
    background-image: url(../img/footer/bubbletalk.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 43rem;
    height: 31.3rem;
    position: absolute;
    top: -19rem;
    right: -28rem   
}

.sponsors__bubbletalk>div {
    font-size: 2.5rem;
    width: 81%;
    margin: 0 auto;
    padding-top: 3rem;
    margin-bottom: 1rem
}

.sponsors__bubbletalk img {
    margin: 0 2rem;
    max-height: 4.8rem
}


.sponsors__item,
.sponsors__timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sponsors__item {
    width: 60%;
    margin-right: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sponsors__timer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem
}

#authorCTAHOK {
    width: 280px;
    margin: 20px 0;
}
.bx-footer a {
    color: #fff;
}
#pCTAHOK {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    float: left;
    color: #fff;
    font-size: 11px;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    margin-right: 5px;
    margin-top: 7px;
}
#logoCTAHOK {
    float: left;
    width: 140px;
}

.sponsors__timer div:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sponsors__timer div:last-child p {
    font-size: 2rem;
    color: #fff
}

.sponsors__timer div:last-child img {
    margin: 0 .7rem
}


/* ----------adaptive----------- */


/* @media (max-width:1367px) {
    html {
        font-size: 8px
    }
}

@media (max-width:1000px) {
    #etapy::before {
        display: none
    }
    html {
        font-size: 6.5px
    }
    .call .container {
        width: 90%
    }
}

@media (max-width:800px) {
    html {
        font-size: 6px
    }
    .call__img {
        bottom: 26.5rem
    }
}

@media (max-width:750px) {
    .call__img {
        margin-bottom: -70%
    }
    .call__img img {
        width: 50%
    }
    .call:after {
        bottom: -6.7rem
    }
    .akcia,
    .akcia__right {
        -webkit-box-orient: vertical
    }
    .akcia {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .akcia__right {
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .akcia__weight {
        width: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 4rem
    }
    .akcia__left {
        width: 100%
    }
    .akcia__left>img {
        width: 50%;
        height: auto;
        max-height: 320px
    }
    .akcia__smile {
        margin-bottom: 4rem
    }
    .garante__bubbletalk>img {
        width: 49.4rem;
        height: 44.4rem
    }
    .garante__title {
        font-size: 2.6rem
    }
}

@media (max-width:550px) {
    .call:after {
        bottom: -4.7rem
    }
    .call__box {
        width: 75%
    }
    .container {
        width: 90%
    }
    .mobcontainer {
        width: 95%
    }
    .fat {
        height: 35rem
    }
    .nikita {
        height: 40rem
    }
    .akcia__left>img,
    .akcia__weight {
        width: 100%
    }
    .etapy__description,
    .garante__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .garante__content {
        bottom: -7rem
    }
    .etapy>h2 {
        width: auto;
        margin-top: 5rem
    }
    .etapy__description {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .etapy__pitanie {
        margin-top: 0;
        margin-bottom: 3rem
    }
    .etapy__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .etapy__item {
        width: 100%;
        padding: 6rem 3rem;
        height: auto;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin: 6rem 0
    }
    .etapy__content h4 {
        top: -2.6rem;
        right: 24%
    }
    .etapy__vibor {
        margin-bottom: 3rem
    }
    .etapy__vibor::after {
        display: none
    }
    h2 {
        font-size: 4rem!important
    }
    .etapy__item p:first-child {
        display: none
    }
    .etapy__content p {
        font-size: 3rem;
        width: 75%
    }
    .mobileApp {
        padding: 4rem 0;
        overflow-y: hidden
    }
    .sponsors {
        margin-bottom: 2rem
    }
    #sponsors1>h2 {
        font-size: 4rem
    }
    .sponsors__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .sponsors__item {
        width: 100%;
        margin-right: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 24rem
    }
    .sponsors__circle {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .sponsors__timer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .sponsors__timer div:first-child {
        margin-bottom: 6rem;
        width: 100%
    }
    .sponsors__timer div:first-child>p {
        color: #fff;
        position: relative;
        left: 0;
        width: auto
    }
    .submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .submit>div {
        width: 70%
    }
    .submit__flex {
        margin-bottom: 2rem
    }
    .garante>img {
        bottom: -11rem
    }
    .mobileApp__line,
    .sponsors__item>p::after {
        display: none
    }
    .mobileApp__item {
        position: relative;
        top: 0;
        left: 0
    }
    .mobileApp__content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 75px 75px 75px;
        justify-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        grid-row-gap: 35px
    }
    .mobileApp__item1,
    .mobileApp__item7 {
        grid-column: 4/6;
        grid-row: 1/2
    }
    .mobileApp__item2 {
        grid-column: 1/3;
        grid-row: 1/2
    }
    .mobileApp__item3 {
        grid-column: 1/3;
        grid-row: 3/4
    }
    .mobileApp__item4 {
        grid-column: 4/6;
        grid-row: 2/3
    }
    .mobileApp__item5 {
        grid-column: 4/6;
        grid-row: 3/4
    }
    .mobileApp__item6 {
        grid-column: 1/3;
        grid-row: 2/3
    }
    .mobileApp__phone {
        grid-row-start: 2;
        grid-column: 1/6
    }
    .mobileApp__title {
        width: auto
    }
    .akcia__weight img {
        margin: 0
    }
    .mobileApp__item5::after {
        bottom: -7rem;
        left: -11rem;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        text-align: center
    }
    .mobileApp__item6::after {
        bottom: -27px;
        left: -11rem;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        text-align: center
    }
    .mobileApp__item2::after,
    .mobileApp__item4::after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -4rem;
        left: -1rem;
        text-align: center
    }
    .mobileApp {
        min-height: 95rem
    }
}

@media (max-width:430px) {
    .sponsors__photo>img {
        width: 34.9rem;
        height: auto
    }
    .sponsors__photo {
        left: -5rem
    }
    .sponsors__bubbletalk {
        top: -24rem;
        right: -24rem
    }
    .call__img {
        bottom: 22.5rem
    }
}

@media (max-width:360px) {
    .call__box {
        width: 90%
    }
    .call__img {
        bottom: 20.5rem
    }
    .sponsors__photo>img {
        width: 34.9rem;
        height: auto;
        position: relative;
        z-index: 1
    }
    .sponsors__item {
        margin-bottom: 30rem
    }
    .sponsors__bubbletalk {
        top: -28rem;
        right: -17rem;
        z-index: 0
    }
    .mobileApp__item1,
    .mobileApp__item7 {
        grid-column: 5/6;
        grid-row: 1/2
    }
    .mobileApp__item2 {
        grid-column: 1/2;
        grid-row: 1/2
    }
    .mobileApp__item3 {
        grid-column: 1/4;
        grid-row: 3/4
    }
    .mobileApp__item4 {
        grid-column: 4/6;
        grid-row: 2/3
    }
    .mobileApp__item5 {
        grid-column: 3/6;
        grid-row: 3/4
    }
    .mobileApp__item6 {
        grid-column: 1/3;
        grid-row: 2/3
    }
    .mobileApp__item1::after,
    .mobileApp__item2::after,
    .mobileApp__item3::after,
    .mobileApp__item4::after,
    .mobileApp__item5::after,
    .mobileApp__item6::after,
    .mobileApp__item7::after {
        color: #fff
    }
    .sponsors__timer div:first-child {
        margin-bottom: 6rem;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .sponsors__timer div:first-child>p {
        color: #fff;
        position: relative;
        left: 0;
        width: auto;
        margin-bottom: 3rem
    }
} */

#modal_form,
#overlay {
    position: fixed;
    display: none
}

#modal_form {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    margin-top: -150px;
    margin-left: -150px;
    padding: 20px 10px;
    width: 410px;
    height: 400px;
    top: 30%;
    left: 50%;
    opacity: 0;
    z-index: 5
}

#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block
}

#overlay {
    z-index: 3;
    background-color: #000;
    opacity: .8;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}





/* -----------------swiper---------------- */

.etapy__description{
    
}
.etapy__content{
    display: none;
}





.swiper-container {
    width: 100%;
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.swiper-slide {
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 29rem!important;
    height: 50rem!important;
    background-color: #fff;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    border-radius: 8px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.cont {
    width: 110rem;
    overflow: hidden;
    margin: 0 auto
}

.swiper-slide-next,
.swiper-slide-prev {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.swiper-slide-active {
    -webkit-box-shadow: 0 20px 60px -10px rgba(128, 0, 0, .4);
    box-shadow: 0 20px 60px -10px rgba(128, 0, 0, .4);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.swiper-slide:after {
    content: '';
    background: url(../img/triangle.png) 0 0 no-repeat;
    position: absolute;
    bottom: -35px;
    right: 20px;
    width: 48px;
    height: 35px;
    display: block
}

.swiper__top--yan {
    background: #ffc706;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 10px 15px;
    height: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important
}

.swiper__top--yan a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-top: 12px
}

.swiper__body {
        padding: 15px;
    width: 100%;
    overflow-x: hidden;
    height: 30rem;
}


.swiper__body h4 {
    font-size: 20px;
    line-height: 19px;
    color: #8f7b71;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0
}

.swiper__body p {
    font-size: 16px;
    line-height: 19px;
    color: #696868;
    outline: 0!important;
    margin: 10px 0;
    text-align: justify;
}

.swiper__user img {
    width: 7rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.swiper__user>a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.swiper__user span:nth-child(2) {
    font-size: 15px;
    color: #e12121;
    display: block;
    text-align: left;
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 10px
}

.swiper__user p {
    color: #afa29c;
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px
}

.swiper__user {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 50px
}
.swiper__user:after {
    display: block;
    content: "";
    top: -2.5rem;
    position: absolute;
    width: 100%;
    height: 4rem;
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(44%, #fff), to(transparent));
    background: -webkit-linear-gradient(bottom, #fff 0%, #fff 44%, transparent 100%);
    background: -o-linear-gradient(bottom, #fff 0%, #fff 44%, transparent 100%);
    background: linear-gradient(to top, #fff 0%, #fff 44%, transparent 100%);
}
.swiper__top--vk {
    background: #507299;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 10px 15px;
    height: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important
}

.swiper__top--vk img {
    width: 50px
}

.swiper__top--vk a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 0
}
