﻿@font-face {
font-family:MuseoCyrl500;
src: url(../fonts/MuseoCyrl500.ttf);
}

@font-face {
font-family:MuseoCyrl900;
src: url(../fonts/MuseoCyrl900.otf);
}

@font-face {
font-family:MuseoCyrl700;
src: url(../fonts/MuseoCyrl700.otf);
}




/*------------------------------------------------------------*
**  Главная
**------------------------------------------------------------*/

/* CSS Document */


body {
font-size: 16px;
line-height:normal;
color:#272727;
margin:0px;
background:#fff;
font-family:MuseoCyrl500;
}

a {
text-decoration:none;
color:#182d3e;
}

a:hover {
text-decoration:underline;
color:#182d3e;
}

.clear {
clear:both;
}

ul, p, img {
margin:0px;
padding:0px;
border:0px;
list-style:none;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
line-height: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
}

input:focus::-webkit-input-placeholder{
    color: transparent!important;
}
input:focus::-moz-placeholder{
    color: transparent!important;
}
input:focus:-moz-placeholder{
    color: transparent!important;
}

h1, .h1 { font-size: 23px; }
h2, .h2 { font-size: 21px; }
h3, .h3 { font-size: 20px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 16px; }

* {
box-sizing: border-box;
}

header, 
nav, 
section, 
article, 
aside, 
footer {
  display: block
}

input, button, textarea {
outline:none;
font-family:MuseoCyrl500;
font-size:16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

ul {
list-style:none;
}

img {
max-width:100%;
height:auto !important;
}

.site-width {
width:100%;
max-width:1160px;
padding:0 10px;
margin:0 auto;
position:relative;
}

button {
margin:0px;
padding:0px;
cursor:pointer;
background:none;
border:0px;
}

.section-1 {
background:url(../images/section1-bg.jpg) no-repeat center center;
background-color: #fff;
padding: 80px 0 30px;
background-size: cover;
}



.section-1 .logo a {
text-decoration:none;
color:#fff;
font-size: 24px;
text-transform: uppercase;
}

.section-1 .logo span {
font-family:MuseoCyrl900;
color: #e76311;
}

.logo {
    font-size: 30px;
    font-weight: 900;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    padding-left: 22px;
}

.header {
	position: fixed;
    width: 100%;
    left: 0;
    padding: 20px 5%;
    margin: 0 auto;
    z-index: 2;
    top: 0;
    background: #452273;
}


a.logo:hover {
    color: #ffffff;
    text-decoration: none;
}


.logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
    border-radius: 50%;
}
.logo strong {
    margin-left: -5px;
    display: inline-block;
    background: -webkit-linear-gradient(360deg, #ff8539, #ff4f7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav__link {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

a.nav__link:hover {
    text-decoration: none;
}

.nav {
    right: -18px;
    width: 60%;
}

.nav, .header__phone {
    position: relative;
    top: -4px;
}


.menu__btn {
    display: none;
}


.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}


.spacer_bottom, .spacer_top, .spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.header__phone {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.section-1 .main {
color:#fff;
text-align:center;
}

.section-1 .title {
font-size: 40px;
max-width: 800px;
font-family: MuseoCyrl900;
margin: 100px auto 95px;
line-height: 55px;
text-shadow: 3px 3px 0px #ff5677;
}

.section-1 .desc {
font-size: 22px;
margin: 90px 0 0;
line-height: 30px;
text-transform: uppercase;
}

.section-2 {
background:url(../images/section2-bg.jpg) no-repeat center center;
background-color: #fff;
padding: 80px 0 0;
display: inline-block;
width: 100%;
background-position: center center;
}

.section-2 .title {
    text-align: center;
    font-size: 35px;
    line-height: 1.2;
    color: #282828;
    font-family: MuseoCyrl900;
}


.section-2 .item {
    background-color: #ffffff;
    box-shadow: 4px 3px 18px 0px rgb(22 21 21 / 38%);
    border-radius: 20px;
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
	padding: 80px 280px 80px 40px;
}

.section-2 .item .item-title {
    font-size: 25px;
	line-height: 1.2;
	font-weight: 700;
	color: #282828;
	margin-bottom: 15px;
}

.section-2 .item p {
    font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #282828;
	margin-bottom: 25px;
}


.section-2 .item  .zvonok {
	display: flex;
    max-width: 160px;
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
}

.section-2 .item  .zvonok span{
	margin: auto 0px auto 20px;
}

.section-2 .item  .zvonok button{
	width: 54px;
    height: 54px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgb(22 21 21 / 20%);
    border-radius: 27px;
    text-align: center;
}

.section-2 .item .zvonok button span{
	display: block;
    width: 54px;
    height: 54px;
    background: url(../images/play1.png) no-repeat center center;
    margin-left: 3px;
}

.section-2 .item .zvonok button span.yellow{
    background: url(../images/play2.png) no-repeat center center;
}

.section-2 .item .zvonok button.active span{
    background: url(../images/pause1.png) no-repeat center center;
	margin-left: 0px;
}

.section-2 .item .zvonok button.active span.yellow{
    background: url(../images/pause2.png) no-repeat center center;
}


.gradient-btn {
    height: 61px;
    width: 100%;
    max-width: 302px;
    border-radius: 60px;
    font-size: 18px;
    color: #ffffff;
    background: #ff8539;
    background: linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
    background: -moz-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
    background: -webkit-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
    background: -o-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
    background: -ms-linear-gradient(41deg, #ff8539 40%, #ff4f7d 60%);
    box-shadow: 3px 3px 16px rgb(0 1 2 / 53%);
}


.section-2 .item form {
    clear: both;
}

.section-2 .item form input{
    width: 100%;
    margin: 0 20px 0 0;
    height: 50px;
    background-color: #ececec;
    border-radius: 25px;
    color: #686868;
    box-shadow: inset 0 5px 10px rgb(0 0 0 / 23%);
    border: 1px solid #9baef9;
    text-align: center;
    font-size: 15px;
    max-width: 260px;
}

.section-2 .item form .gradient-btn{
   max-width: 220px;
    font-size: 14px;
    height: 50px
}

.section-2 .item .left-poz{
   position: absolute;
    top: calc(50% - 140px);
    right: 0;
}

.section-2 .last-item {
	background-color: #ffffff;
    box-shadow: 4px 3px 18px 0px rgb(22 21 21 / 38%);
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 900px;
    margin: 80px auto 0;
    position: relative;
    padding: 50px 70px;
}

.section-2 .last-item .item-title{
	text-align: center;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 900;
    font-family: MuseoCyrl900;
    margin-bottom: 15px;
}

.section-2 .last-item ul{
	margin: auto;
    width: fit-content;
}

.section-2 .last-item ul li{
	font-size: 20px;
    line-height: 35px;
	background: url(../images/li.png) no-repeat center left;
    padding-left: 15px;
	background-position-y: 16px;
}


.section-end {
background:url(../images/bg_end.jpg) no-repeat center center;
padding: 60px 0;
width: 100%;
color: #fff;
text-align: center;
font-size: 20px;
line-height: 1.2;
font-weight: 500;
}

.section-end .item-title {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 15px;
}

.section-end p {
	margin-bottom: 15px;
}


footer {
	background-color: #383838;
	padding: 40px 0;
}


footer .logo {
flex:1;
background:url(../images/ellipse.svg) no-repeat left center;
padding-left: 20px;
max-width: 200px;
margin: auto;
}

footer .logo a {
text-decoration:none;
color:#fff;
font-size: 24px;
text-transform: uppercase;
}

footer .logo span {
font-family:MuseoCyrl900;
background-image: linear-gradient(to bottom, #f33673 0%, #ff7e0a 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


#popup-block {
display:none;
}

#popup-block .popup-bg {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(33, 33, 33, 0.36);
z-index: 99999999999999;
overflow: auto;
width:100%;
height:100%;
}

#popup-block .block {
background:#fff;
max-width:420px;
width:100%;
position:fixed;
top:50%;
left:50%;
transform: translate(-50%, -50%);
border-radius:10px;
padding:60px;
z-index:9999999999999999999999999;
box-sizing: border-box;
}

#popup-block .block .close {
width:19px;
height:19px;
background:url(../images/popup-close.png) no-repeat;
position:absolute;
top:30px;
right:30px;
cursor:pointer;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;

}

#popup-block .block .close:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

#popup-block .name {
font-size:22px;
margin:0 0 15px 0;
text-align:center;
font-weight: 700;
}

#popup-block .desc {
font-size:13px;
color:#666666;
text-align:center;
margin:0 0 30px 0;
font-weight: 400;
}

#popup-block input {
width:100%;
margin: 7px 0;
height: 52px;
border-radius: 50px;
color: #071062;
box-shadow: inset 0 5px 10px rgb(0 0 0 / 23%);
border: 1px solid #9baef9;
text-align: center;
font-size: 15px;
}

#popup-block form {
position: initial;
    z-index: inherit;
    margin: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
}


#popup-block .form__btn {
    width: 100%;
    margin: 7px 0;
	box-shadow: none;
}


#popup__toggle{bottom:7%;right:1%;position:fixed;z-index:999;}
.img-circle{background-color:#ff4f7d;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #ff4f7d;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#ff4f7d;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(../images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}


.warning {
	text-align: center;
    font-size: 12px;
    margin-top: 20px;
  }
  
  .warning a {
	text-decoration: underline;
  }


#popup-block .form:after {
	display:none;
}



@media screen and (max-width:1110px) { 
.header {
	padding: 20px 20px
}
}

@media screen and (max-width:840px) { 
.section-2 .form__fields{
	justify-content: center !important;
    width: fit-content;
    max-width: 300px;
}

.section-2 .item form input{
	margin: 0 0 20px;
}

}


@media screen and (max-width:720px) { 
.section-2 .item .left-poz {
	    display: none;
}


.section-2 .item{
	padding: 70px !important;
}

.section-2 .form__fields {
	margin: auto;
}
}


.nav,
.header__phone {
    position: relative;
    top: -4px;
}
.nav {
    right: -18px;
    width: 54.91%;
}
.nav__link {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.nav__link:hover {
    color: #ff8539;
}
.header__phone {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}


@media (max-width: 1024px) {
    .header__phone {
        margin-right: 50px;
    }
    .menu__btn {
        display: block;
    z-index: 101;
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 23px;
    border-top: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    }
    .menu__btn.open {
        height: 23px;
        border-top: none;
        border-bottom: none;
    }
    .menu__btn.open:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
    }
    .menu__btn.open:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }
    .menu__btn:after,
    .menu__btn:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        height: 3px;
        background: #ffffff;
    }
    .nav {
        padding: 20px 0;
        max-width: 280px;
        display: block;
        position: fixed;
        top: 0;
        z-index: 100;
        bottom: 0;
        right: -300px;
        transition: all, 0.3s;
        width: 100%;
        background: #412770;
        box-shadow: -4px 4px 6px rgba(0, 1, 2, 0.25);;
    }
    .nav.open {
        right: 0;
    }
    .nav__link {
        display: block;
        height: 34px;
        line-height: 34px;
        padding: 0 20px;
    }
    .nav__overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
    }




}


@media (max-width: 550px) {
	.header__phone {
        font-size: 18px;
    }
    .logo {
        font-size: 26px;
    }
    .logo:after {
        top: 7px;
    }
	
	.section-2 .last-item .item-title {
		    font-size: 28px;
	}
	
	.section-2 .last-item  {
		padding: 30px;
	}
}


@media (max-width: 450px) {
	.header__phone {
        font-size: 20px;
        margin-right: 110px;
        margin-top: 12px;
    }
    .logo {
        display: block;
    }
}