.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'IBMPlexSerif-Medium';
    margin: 0!important;
    color: #333333;
    text-align: left;
}
h1{
    font-size: 60px;
    line-height: 70px;
    margin:80px 0 30px 0!important;
    width: 100%;
    max-width: 680px;
    position: relative;
}



h1 span, h2 span{
    color: #ff817c;
}

h2, .h2{
    font-size: 60px;
    line-height: 62px;


}

.input{
    border-radius: 10px;
    background-color: rgb(243, 243, 243);
    box-shadow: inset 0px 3px 7px 0px rgba(142, 142, 142, 0.25);
    font-family: 'TTNorms-Light';
    max-width: 295px;
    height: 60px;
    border: none;
    width: 100%;
    font-size: 14px;
    color: #333333;
    padding-left: 30px;


}
::-webkit-input-placeholder { rgb(0,0,0,0.6); }
::-ms-input-placeholder { rgb(0,0,0,0.6); }
::-ms-input-placeholder { rgb(0,0,0,0.6); }
::placeholder { rgb(0,0,0,0.6); }
.b{
    font-family: 'TTNorms-ExtraBold';
}
.btn {

    border-width: 1px;
    border-color: rgb(249, 102, 104);
    border-style: solid;
    background-image: -moz-linear-gradient( 90deg, rgb(249,77,97) 0%, rgb(251,116,102) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(249,77,97) 0%, rgb(251,116,102) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(249,77,97) 0%, rgb(251,116,102) 100%);
    box-shadow: 0px 5px 0px 0px rgba(249, 79, 98, 0.004),0px 18px 29px 0px rgba(255, 70, 86, 0.38);
    max-width: 434px;
    height: auto;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    text-align: left;
    font-family: 'TTNorms-Medium';
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 21px;
border-radius: 60px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding:32px 0 32px 40px!important;
    display: block;
    position: relative;

}
.btn:hover{
    color: #9e1928;
    text-decoration: none;
}
.btn-sm{
    max-width: 290px;
    height: 67px;

    text-align: center;
    padding: 0!important;
    padding-top: 22px!important;
    font-size: 14px;

}

.btn-big1:after {
    background: url("../img/paper.png") no-repeat;
    width: 29px;
    height: 27px;
    display: block;
    content: '';
    position: absolute;
    right: 60px;
    bottom: calc(50% - 14px);
}



.left-p{
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    box-shadow: 0px 2px 0px 0px rgba(31, 158, 210, 0.004),0px 5px 68px 0px rgba(31, 158, 210, 0.52);
    width: 42px;
    height: 42px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.left-p:hover{
    box-shadow: 0px 6px 38px 0px rgba(255, 89, 6, 1);
}
.logo{
    max-width: 180px;
    display: block;
    width: 100%;
    margin-top: -10px;
}
.menu-new{

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.menu-new a{
    text-transform: uppercase;
    font-family: 'TTNorms-Bold';
    color: #16425f;
    text-decoration: none;
}
.top .one{width: 20%}
.top .two{width: 55%}
.top .three{width: 25%}



.main{
    background: url("../img/top.jpg") no-repeat right bottom;
    padding-bottom: 90px;
    height: 853px;
    padding-top: 20px;
}
.main .container{
    position: relative;
}
.main .menu-sm0{
    position: absolute;
    left: -50px;
    top: 10px;

}
.main h1 span{
    display: block;
}

.main .phone{
    font-size: 29px;
    font-family: 'TTNorms-Bold';
    line-height: 31px;
    color: #16425f;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.main .email,
.main .phone a {
    color: #16425f;
}
.main .email{
    ont-size: 15px;
    line-height: 17px;
    color: #16425f;
    margin-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;

}
.main .call, .footer .call{
    color: #00b1b7;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #00b1b7;
    padding-bottom: 5px;
    display: block;
    max-width: 102px;

}
.footer .call{
  margin-top: 10px;

}
.main .img{
    margin-top: -5px;
}
.main .top{

    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;


}
.main .center{
    position: relative;
}
.main .money{
    color: #15425f;
    font-size: 32px;
    line-height: 34px;
    margin:0px 0 50px 0px ;
    font-family: 'TTNorms-Medium';
}
.main .money .price{
    font-size: 32px;
    color: #2fb1b7;
    line-height: 34px;
    font-family: 'TTNorms-Bold';
    border-bottom: 2px solid #2fb1b7;

}

.main .btn{
    display: block;
    margin: 50px 0 100px 0;
}

.main .bottom{

    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: flex-start;
    color: #15425f;
    font-family: 'IBMPlexSerif-Medium';
    font-size: 17px;
    line-height: 20px;

}
.main .bottom .text-box{
   padding-right: 40px;
    position: relative;
    padding-left: 28px;
}
.main .bottom .text-box:before{
    border-radius: 50%;
    background-color: rgb(246, 70, 67);
    box-shadow: 0px 20px 76px 0px rgba(246, 84, 85, 0.47);
    width: 13px;
    height: 13px;
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
}
@media screen and (max-width: 1400px) {
    .main {
        background: url(../img/top.jpg) no-repeat 79% 100%;
    }
}

.about {
    color: #454c55;
    font-size: 17px;
    line-height: 19px;
    font-family: 'TTNorms-Regular';
    position: relative;
    padding: 100px 0;
}

.about .img-logo{
    display: block;
    margin: 0 0  30px 0;
}
.about h2{
    font-family: 'IBMPlexSerif-Medium';
    font-size: 40px;
    line-height: 54px;
    max-width: 533px;
}
.about .h2-div{
    max-width: 970px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.about .h2-div .text{
    max-width: 400px;
    color: #16425f;
    font-family: 'TTNorms-Regular';
    font-size: 27px;
    line-height: 37px;
    position: relative;
    padding-left: 60px;
}
.about .h2-div .text:before{
    background-color: rgb(22, 66, 95);
    position: absolute;
    width: 34px;
    height: 1px;
    content: '';
    left: 0;
    top: 18px;
}
.about .year{
    position: relative;
    margin: 180px 0 80px 70px;
    max-width: 255px;
}
.about .year:before{
    font-family: 'TTNorms-Thin';
    content: '2014';
    left: -70px;
    top: -87px;
    font-size: 100px;
    color: #2fb1b7;
    position: absolute;
}

.about .year:after{
    background: url("../img/piter.png");
    width: 184px;
    height: 171px;
    content: '';
    position: absolute;
    right: -197px;
    top: -126px;
}
.about .today{
    font-family: 'IBMPlexSerif-Medium';
    margin: 0;
    font-size: 40px;
    line-height: 44px;
    color: #333333;
    max-width: 400px;
}
.about .today span
{
    color: #00b1b7;
}
.about .principle{
display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 650px;
    margin:80px 0 0 70px;
    max-width: 544px;
}
.about .principle img{
    margin-right: 60px;
}
.about .principle .title{
    color: #16425f;
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 20px;
}

.about .img{
    position: absolute;
    z-index: -1;
    right: 0;
    top: 158px;
}
.why {
    background: url("../img/why.jpg") no-repeat top center;
    background-size: cover;
    color: #454c55;
    font-size: 14px;
    line-height: 21px;
    padding: 100px 0;
    position: relative;
}
.why h2{
    max-width: 780px;
    margin-bottom: 100px!important;
}
.why img{
    display: block;
    margin: 0 auto 20px auto;
}

.why .text-box{

    background-color:#fefefe;
border-radius: 10px;
    max-width: 244px;
    height: 389px;
    box-shadow: 0 30px 0 -20px rgb(255,255,255,0.5);
    text-align: center;
   padding: 15px;
    margin: 0 auto;
}

.why .text-box-in{
    border: 1px solid #f9f7f2;
    padding: 45px 10px 0px 10px;
    border-radius: 10px;
    height: 359px;

}
.why .title{
    color: #16425f;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    font-family: 'TTNorms-Medium';

}
.why .text-box img{
    max-width: 118px;
}
.why .container{
    position: relative;
}
.why .close2{
    display: block;
    position: absolute;
    right: 104px;
    top: 211px;
    z-index: 100;
}
.partner{
    color: #16425f;
    font-family: 'TTNorms-Bold';
    font-size: 18px;
    line-height: 20px;
    background: url("../img/partner.jpg") no-repeat top center;
    background-size: cover;
    padding: 100px 0;
}
.partner h2{
    max-width: 850px;
    margin-bottom: 80px!important;
}
.partner .icon{
    max-width: 870px;
    margin: 0;
}
.partner .text-box{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
    padding-right: 60px;
}
.partner img{
    margin-right: 30px;
}
.partner .btn{
    display: block;
    margin: 20px auto 0 auto;
}

.franshiza{
    background:#f9fbfb url("../img/franshiza.png") no-repeat center center;
    padding: 100px 0 0 0;

}
.franshiza .container{
    position: relative;
    height:1180px;
}
.franshiza h2{
    text-align: center;
}
.franshiza h2 span{
    display: block;
}
.franshiza .btn-div{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
}
.franshiza .btn{
    display: block;
    margin: 0px auto;
}

.franshiza .text-box1{
    font-size: 14px;
    color: #93a4ba;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20%;
    line-height: 40px;
}
.franshiza .text-box1 .price{
    font-size: 40px;
    color: #16425f;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}
.franshiza .text-box1 .price2{
    color: #ff817c;
    margin-bottom:0px;

}
.franshiza .text-box2  {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 46px 0px rgba(154, 207, 229, 0.14);
    width: 184px;
    height: 241px;
    color: #16425f;
    font-size: 27px;
    position: absolute;
    left: 70px;
    bottom: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.franshiza .text-box2:after{
    content: '';
   background:url("../img/text-box2.png") no-repeat;
    width: 27px;
    height: 54px;
    position: absolute;
    right: -27px;
    top: calc(50% - 27px);

}
.franshiza .text-box2 .count{
    color: #48c2f4;
    font-size: 100px;
}
.franshiza .text-box2 .small{
    font-family: 'TTNorms-Thin';
    font-size: 16px;
}
.franshiza .text-box2 .count span{
    font-size: 60px;
}
.franshiza .text-box3  {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 18px 46px 0px rgba(154, 207, 229, 0.14);
    width: 369px;
    height: 174px;
    color: #16425f;
    font-size: 27px;
    position: absolute;
    right: 0;
    top: 17%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.franshiza .text-box3:after{
    content: '';
    background:url("../img/text-box3.png") no-repeat;
    width: 27px;
    height: 54px;
    position: absolute;
    left: 0;
    bottom: -22px;

}
.franshiza .text-box3 .price{
    font-size: 50px;
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.franshiza .text-box3 .small{

    font-size: 16px;
}
.franshiza .text-box3 .price:before{
    content: '';
    background: url("../img/icon.png") no-repeat top center;
    width: 18px;
    height: 12px;
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
}
.franshiza .text-box4{
    left: unset;
    top: unset;
    right: 0!important;
    bottom: 25%!important;
}
.franshiza .text-box4:after{
    content: '';
    background:url("../img/text-box4.png") no-repeat;
    width: 27px;
    height: 54px;
    position: absolute;
    left: 0;
    top: -25px;

}
.franshiza h2 span{
    display: block;
}


.consult{
    background:url("../img/consult.jpg") no-repeat center center;
    padding: 100px 0;
    color: #333333;
    font-size: 27px;
    position: relative;
}
@media screen and (max-width: 1400px) {
    .consult{
        background-size: contain;
        padding: 33px 0;
    }
    .consult .div-input{
        padding: 30px 50px;
        margin: 30px auto 0 auto!important;

    }

}
@media screen and (max-width: 1350px) {
    .consult{
        background-size: auto;
        padding: 100px 0;
    }
    .consult .div-input{
        padding: 50px;
        margin: 60px auto 0 auto!important;

    }

}

.consult h2{
    margin-bottom: 30px!important;
}
.consult h2 span{
    display: block;
}
.consult .text-box{
    margin-left: 45%;
}
.consult .div-input{
    margin: 60px auto 0 auto;
}
.div-input{
border-radius: 10px;
background-color: rgb(255, 255, 255);
    box-shadow: 0 35px 0 -20px rgb(255,255,255,0.5);

max-width: 395px;
padding: 50px;
color: #333333;
font-size: 27px;
position: relative;
z-index: 100;
    text-align: center;


}

.div-input .input{
    margin-top: 15px;
}
.div-input .first{
    margin-top: 20px;
}
.div-input .btn{
    margin-top: 20px;
    margin-bottom: 15px;
}
.div-input .text-sm {
    font-size: 10px;
    line-height: 12px;
    color: #b1b1b1;

}
.div-input .text-input{
    position: relative;
}
.div-input .text-input img{
    position: absolute;
    right: 20px;
    top: 30px;
}
.consult .name{
    background: url("../img/name.png") no-repeat 50% 35%;
   width: 205px;
    height: 107px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    left: 25%;
    bottom: 200px;
    font-family: 'IBMPlexSerif-Medium';
    font-style: italic;
    z-index: 50;
    padding-top: 20px;
}
.consult .name2{

    left:20%;
    bottom:265px;
    z-index: 100;
}

.etap{

    padding: 100px 0 ;
    color: #16425f;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    position: relative;
    font-family: 'TTNorms-Bold';

}
.etap-in{
    background:url("../img/etap.png") no-repeat top center;
min-height: 302px}
.etap h2{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 150px auto!important;
}
.etap .text-box{
    padding-bottom: 160px;
}
.etap .count{
     color: #2fb1b7;
     font-size: 79px;

     font-family: 'IBMPlexSerif-Medium';
    position: relative;
    height: 102px;
    padding-top: 35px;
    margin-top: -45px;
 }
.etap .count8{
    color: #ff817c;
    background:url("../img/count8.png") no-repeat center center;

}
.etap .count-after:after{
    display: block;
    content: '';
    background:url("../img/count-after.png") no-repeat center center;
    width: 164px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -80px;

}
.etap .count-after2:after{

    width: 124px;
    right: -30px;


}

.fotogalery{
    padding-bottom: 100px;
}
.fotogalery img{
    border-radius: 10px;
    width: 100%;
    max-width: 463px;
}
.fotogalery .img{
    padding: 10px;
}
.slider_out{ overflow: hidden;}
#slider1{ width:120%; margin-left: -10%;}
@media screen and (max-width: 990px) {

    .slider_out{ overflow: auto;}
    #slider1{ width:100%; margin-left: 0;}
}

.command{


}
.command .container{
    position: relative;
    height: 799px;
}
.command h2{
    text-align: center;
    margin-bottom: 70px!important;
}
.command .blue{
    background:url("../img/blue.jpg") no-repeat center center;
    width: 100%;
    height: 799px;
    background-size: cover;
}

.command .name{
    font-size: 27px;
    background: url("../img/name.png") no-repeat top center;
    width: 205px;
    height: 107px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-family: 'IBMPlexSerif-Medium';
    padding-top: 20px;
    position: relative;
    z-index: 10;
    font-style: italic;


}
.command .prof{
    background: url("../img/proff.png") no-repeat top center;
    width: 202px;
    height: 65px;
    font-size: 16px;
    color: #16425f;
display: flex;
    flex-direction: row;
    align-items: center;
padding: 0 25px 0 30px;
    justify-content: center;
    margin-top: -40px;


}

.command .text-box{
    position: absolute;
    bottom: 0;
    z-index: 100;
}
.command .text-box1{
    left: -5%;
    bottom: 30%;
}
.command .text-box2{
    left: 20%;
    bottom: 20%;
}
.command .text-box3{
    left: 40%;
    bottom: 12%;
}
.command .text-box4{
    right: 25%;
    bottom: 18%;
}
.command .text-box5{
    right: 9%;
    bottom: 50px;
}
.command .text-box6{
    right: -5%;
    bottom: 20%;
}
.command .blue-sm{
    display: none;
    width: 100%;
    max-width: 1200px;
}
.recommend{
    padding: 100px 0 50px 0;
}
.recommend h2{
    text-align: center;
    margin-bottom: 70px!important;
}
.recommend h2 span{
    display: block;
}
.recommend .vkladki{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 458px;
    margin: 0 auto 50px auto;
}

.recommend .vkladki .a1{
    background-color: #f7f5e8;
    box-shadow: 0px 2px 0px 0px #e9e4d6;
    width: 460px;
    height: 63px;
    border-radius: 30px 0 0 30px;
    text-transform: uppercase;
    color: #cdc6af;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';

}
.recommend .vkladki .a2{
    background-color: #f7f5e8;
    box-shadow: 0px 2px 0px 0px #e9e4d6;
    width: 460px;
    height: 63px;
    border-radius: 0px 30px 30px 0;
    text-transform: uppercase;
    color: #cdc6af;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';

}
.recommend .vkladki .a1.ac{
    background-image: -moz-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    box-shadow: 0px 2px 0px 0px #1f9ed2, 0px 10px 20px 0px #beecff;
    width: 460px;
    height: 63px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';

}
.recommend .vkladki .a2.ac{
    background-image: -moz-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(58,188,238) 0%, rgb(92,209,253) 100%);
    box-shadow: 0px 2px 0px 0px #1f9ed2, 0px 10px 20px 0px #beecff;
    width: 460px;
    height: 63px;
    border-radius: 0px 30px 30px 0;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'TTNorms-Medium';

}
.recommend .img{
    border-radius: 5px;
    border: 5px solid #fff;
}
.recommend .img-a{
    position: relative;
}
.recommend .img-a:hover:after{
    background: url("../img/lupa.png") no-repeat center center;
    width: 80px;
    height: 80px;
    display: block;
    content: '';
    position: absolute;
    top: 98px;
    left: -34px;
}
.map{
    padding: 50px 0 100px 0;
    background-color:#f9fbfb ;
}
.map h2{
    text-align: center;
    margin-bottom: 70px!important;
}
.map .shadow{
box-shadow: 0 50px 27px -50px rgb(0,0,0,0.4);
    border-radius: 30px;
}

.footer{
    padding: 20px 0 70px 0;
    background-color:#f9fbfb ;
    font-size: 15px;
    line-height: 20px;
    color: #16425f;
}
.footer .phone{
    font-size: 22px;
    font-family: 'TTNorms-Bold';
    margin-bottom: 15px;
}
.footer a {
    color: #16425f;
}
.footer img{
    margin-right: 10px;
}
.footer .text{
    margin-top: 15px;
}
.footer .logo{
    width: 100%;
    max-width: 268px;

}
.footer .adres{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.point {
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    box-shadow: 0 5px 0 0 #1f9ed2, 0px 5px 0px 0px rgba(31, 158, 210, 0.004),0px 5px 68px 0px rgba(31, 158, 210, 0.52);
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 20px;

}
.point-sm {
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(47,180,234) 0%, rgb(94,209,255) 100%);
    box-shadow: 0 3px 0 0 #1f9ed2, 0px 5px 0px 0px rgba(31, 158, 210, 0.004),0px 5px 38px 0px rgba(31, 158, 210, 0.52);
    width: 42px;
    height: 42px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 10px;

}
.why .point{
    position: absolute;

    top: 454px;
    right: 469px;
    z-index: 150;
}
.menu-big-box{
    background-color: #f5f2e9;
    padding: 15px 0;
    display: none;


}
.menu-big-box.active{

    display: block;


}
.menu-big{
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;


}

.menu-big a{
    font-family: 'TTNorms-Regular';
    color: #333333;
    font-size: 13px;
    text-decoration: none;


}
.menu-sm {
    display: none;
    position: absolute;
    left: -41px;
    top: 29px;
}



.menu{
    background-color: #f5f2e9;
    width: 100%;
    padding: 30px 0;
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;



}
.menu .row{

}
.menu.active{ display: block;}
.menu a{
    font-family: 'TTNorms-Regular';
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
    margin-top: 10px;

}
.menu .container{
    position: relative;
}
.menu .close{
    position: absolute;
    left: -25px;
    top: 6px;
    margin: 0;
    padding: 0;
}
.menu .logo{
  margin-top: -20px;
}

@media screen and (max-width: 990px) {

.menu{
    padding-left: 30px;
}
    .menu .logo{
        margin-top: 10px;
    }

}

@media screen and (max-width: 1625px) {
    .about .img {

        top: unset;
        bottom: 10%;
        max-width: 63%;
    }
    .consult .name{
        left: 180px;

    }
    .consult .name2 {
        left: 100px;

    }
    .etap{
        overflow: hidden;
    }
    .command .text-box6{
        right: 0;
    }
    .command .text-box1{
        left: 0;
    }
    .why .close2{
        right: 0px;
    }
    .why .point{
        right: 350px;

    }
}
@media screen and (max-width: 1270px) {
.main{
    background-position: 70% 100%;
}
    .about .img {
        bottom: 26%;

    }
    .consult{
        background-position: 37% 100%;
    }
    .footer .logo{
        width: 95%;


    }
    .command .blue{
        display: none;
    }
    .command .blue-sm{
        display: block;
    }
    .franshiza .text-box3{
        top: 11%;
    }
    .franshiza .text-box4{
        top: unset;
        bottom: 20%!important;
    }
    .franshiza .btn-div{
        width: 99%;}
    .main .email{

        margin-left: 0px;
    }

}
@media screen and (max-width: 1100px) {
    .top .one{width: 22%}
    .top .two{width: 50%}
    .top .three{width: 28%}


    .menu-new a{
        font-size: 14px;
    }
    .menu-sm{
        display: block;
    }

}
.main .phone-sm {
    display: none;
    position: absolute;
}
@media screen and (max-width: 1010px) {

    .top .two, .top .three{
        display: none;
    }
    .top .one{width: 100%;
    justify-content: center}

.logo{
    margin-left: auto;
    margin-right: auto;
}

    .main .menu-sm {
        left: 15px;
        top: 15px;
    }
    .main .phone-sm {
        display: block;
        right: 15px;
        top: 10px;
    }
}
@media screen and (max-width: 990px) {

    .main .email, .main .phone {
        margin-top: 15px;
    }

    h1 {
        font-size: 46px;
        line-height: 48px;
    }
    .main .money {
        font-size: 28px;
        line-height: 28px;

    }
    .main .bottom .text-box {

        margin-bottom: 30px;
    }
    .about .h2-div{
        flex-direction: column;
    }
    .about h2 {

        text-align: center;
    }
    .about .img-logo{

        margin-left:auto;
        margin-right: auto;
    }
    .about .h2-div .text {
        padding-left: 0px;
        text-align: center;
    }
    .about .h2-div .text:before {
        display: none;
    }
    .about .img{
        display: none;
        position: relative;

    }
    .about .year {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .about .today {

        text-align: center;
        max-width: 100%;
    }
    .franshiza {
        background: #f9fbfb
    }
    .franshiza .container{
        height: auto;
    }
    .franshiza h2{
        margin-bottom: 70px!important;
    }
    .franshiza .text-box1, .franshiza .text-box2, .franshiza .text-box3, .franshiza .text-box4, .franshiza .btn-div{
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .franshiza .btn-div{
        bottom: 0;
    }
    .franshiza .btn{
        margin-top: 30px;
    }
    .franshiza .text-box2{
        left: 0;
        width: 369px;
    }
    .franshiza .text-box2:after{
        display: none;
    }
    .franshiza .text-box1{
        text-align: center;
        margin-bottom: 30px;
    }
    .franshiza{
        padding-bottom: 100px;
    }
    .consult .text-box {
        margin-left: 0;
    }
    .consult .name{
        display: none;
    }
    .consult {
        background-position: 1% 137%;
        color: #fff;


    }
    .consult h2 {

        color: #fff;
    }
    .etap{
        padding-top: 60px;
    }

    .etap-in{
        background: none;
    }
    .etap .text-box {
        padding-bottom: 85px;
    }
    .etap .count-after:after {
        width: 80px;

        right: -39px
    }
    .etap .count-after-none:after {
     display: none;
    }
    .etap .count-after-yes:after {
        width: 80px;

        right: -39px;
        display: block;
        content: '';
        background: url(../img/count-after.png) no-repeat center center;

        height: 2px;
        position: absolute;
        top: 50%;

    }
    .etap .count-after2:after {

        right: -20px;
    }
    .footer .logo{
        display: block;
        margin: 0 auto 30px auto;
    }
    .footer .soc{
        text-align: center;padding-top: 30px;
    }

    .why .point, .why .close2{
        display: none;
    }
    .footer .adres{

        align-items: flex-start;

    }
}

@media screen and (max-width: 760px) {
    .main{
        height: auto;
    }
    .about .img-logo{
        width: 100%;
        max-width: 521px;
    }
    h2, .h2, .about h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .about h2{
        margin-bottom: 30px!important;
    }
    .etap .count-after:after, .etap .count-after-yes:after {
        display: none;
    }
    .etap .text-box, .etap .text-box2{
        padding-bottom: 50px;
    }
    .recommend .vkladki .a2.ac, .recommend .vkladki .a2, .recommend .vkladki .a1.ac, .recommend .vkladki .a1{
        width: 50%;
        font-size: 13px;
    }
    .footer{
        text-align: center;
    }
    .footer .phone{
        margin-top: 20px;
    }
    .footer .call{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .footer img {
        margin-right:5px;
        margin-left: 5px;
    }
    .franshiza .text-box2, .franshiza .text-box3, .franshiza .text-box4{
        width: 100%;
        max-width: 369px;
    }
    .main .money {
        font-size: 15px;
        line-height: 15px;
    }
    .main {
        background-position: 70% 0;
    }
    .about .year:before{
        left: 0;
    }
    .about .year:after {
        position: relative;
        right: 0;
        top: 0;
        display: block;
        margin: 20px auto 0 auto;
    }
    .about .principle {

        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 40px 0 0 0px;

    }
    .about .principle img {
        margin-right: 0px;
    }
    .partner .text-box{
        padding-right: 0;
    }
    .consult {
        background-position: 75% 100%;
        background-size: cover;
         padding-top: 100px;

}

        .consult h2, .consult {
            color: #333;
        }
.etap h2{
    margin-bottom: 70px!important;
}
.etap .count {
    margin-top: -25px;
}
.footer{
    padding-top: 0;
}
.btn {

    font-size: 15px;
   padding: 24px 0 24px 25px!important;

}
.div-input .btn{
    padding-left: 0!important;
    padding-right: 0!important;
}
.btn-big1:after{
    right: 25px;
}
.main{
    background-size: cover;
    background-position: 56% 100%;
    padding-bottom: 0;
}
.main .top {

    justify-content: center;
}
h1{
    margin-top: 30px!important;
}
.main .btn{
    margin-bottom: 50px;
}
.main .bottom .text-box{
    padding-right: 0;
}
.main .bottom .text-box br{
    display: none;
}
.main .bottom .text-box:before{
    top: 5px;
}
.etap {
    padding-top: 100px;
}
.etap h2{
    padding-left: 15px;
    padding-right: 15px;
}

    .footer .adres{

        align-items: center;

    }

     .why, .etap, .recommend, .map{
        padding: 45px 0;
    }
    .about{
        padding: 35px 0 45px 0;
    }
    .partner{
        padding: 45px 0 55px 0;
    }
    .franshiza {
        padding-bottom: 55px;
        padding-top: 45px;
    }
    .consult{
        padding-top: 45px;
        padding-bottom: 55px;
    }
    .fotogalery, .footer {
        padding-bottom: 45px;
    }
    .franshiza .text-box1 .price, .franshiza .text-box2 .price, .franshiza .text-box3 .price  {
        font-size: 45px;
    }
    .why h2, .franshiza h2, .etap h2, .command h2, .recommend h2, .map h2

    {
        margin-bottom: 45px!important;
    }
    .partner h2{
        margin-bottom: 55px!important;
    }
    .footer .adress{
        text-align: center;
        font-size: 13px;
    }
}
.about .text320, .principle320, .command .blue-sm2, .consult .consult-sm, .about .about-sm,   .main .girl{
    display: none;
}
@media screen and (max-width: 470px) {
    .footer .adress{
        text-align: center;

    }
.container{
    padding-left: 30px!important;
    padding-right: 30px!important;
}
    h1{
        font-size: 26px;
        line-height: 34px;
        text-align: center;
    }
    .main .email, .main .phone{
        display: none;
    }
    .main .money {
        font-size: 22px;
        line-height: 25px;
        text-align: center;
    }

    .main .money .sm320 {
        display: block;
        font-size: 14px;


    }
    .main .money .price {
        font-size: 22px;
        line-height: 22px;

    }

    .about h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .about .h2-div .text {
        font-size: 18px;
        line-height: 28px;

    }
    .about .text320{
        height: 1px;
        width: 34px;
        margin: 0 auto 20px auto;
        display: block;
        background-color: #18435e;
    }
    .about .year {

          max-width: none;

     }
    .about .year:before{

    }
    .about .year:after {
        position: absolute;


        right: 0px!important;
        top: -95px;
        display: block;
        margin: 20px 0 0 0;
        width: 133px;
        height: 141px;
        background: url(../img/piter3.png) no-repeat;
    }

    .about .year span {

        width: 210px;
font-size: 13px;
        display: block;
    }
    .about .today {
        font-size: 34px;
        line-height: 44px;


    }
    .about .principle{
        display: none;
    }
    .about .principle320{
        display: block;
        font-size: 13px;
        line-height: 17px;
    }
    .about .principle320 .principle-in {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 40px 0 20px 0px;

    }
    .about .principle320 img{
        max-width: 82px;
    }
    .about .principle320 .title {
        color: #16425f;
        font-size: 24px;
        line-height: 38px;

        padding-left: 57px;
    }
    .franshiza h2{
        font-size: 26px;
        line-height: 36px;
    }
    .franshiza h2 span{
        display: inline;
    }
    .franshiza .text-box2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        height: auto;
    }
    .franshiza .text-box2 .count {
        padding-right: 10px;
    }
    .franshiza .text-box3{
        margin-bottom: 20px;
        font-size: 22px;
    }
    .franshiza .text-box3:after{
        display: none;
    }
    .franshiza .text-box320{
        background-color: #fff;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 10px;

    }

    .franshiza .text-box1 .price, .franshiza .text-box2 .price, .franshiza .text-box3 .price {
        font-size: 36px;
    }
    .franshiza .text-box3 .small {
        font-size: 14px;
    }
    .btn{
        font-size: 14px!important;
    }
    .franshiza .order-box{
        display: flex;
        flex-direction: column;
    }
    .franshiza .text-box1{

        order: 1;
        width: 100%;
        margin-bottom: 0;
    }
    .franshiza .text-box3{

        order: 2;
    }
    .franshiza .text-box2{

        order: 3;
    }
    .consult h2{
        text-align: center;
        font-size: 33px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .consult .subtitle{

        padding-left: 30px;
        padding-right: 30px;
    }
    .consult{
        font-size: 18px;
    }
    .consult .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .etap h2, .command h2{
        font-size: 24px;
        line-height: 34px;
    }
    .command h2{

        padding-left: 30px;
        padding-right: 30px;
    }
    .recommend .vkladki .a2.ac, .recommend .vkladki .a2, .recommend .vkladki .a1.ac, .recommend .vkladki .a1 {
        font-size: 12px;
        height: 38px;
    }
    .map .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footer .call{
        display: none;
    }
    .command .blue-box{
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .command .blue-sm{
        width: 600px;

    }

    .consult .consult-sm{
        display: block;
        width: 100%;
        margin-top:40px;
    }
    .consult .div-input{
        margin-top: -7px!important;
    }
    .about .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .about .h2-div, .about .year, .about .today, .about .principle320 {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    .about .about-sm{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .about .year:before {
        left: 30px;
    }
    .about .img-logo {

        max-width: 320px;
    }
    .main .girl{
        display: block;
        margin-left: auto;
        margin-right: auto;


    }
    .main .btn{
        margin-top: -2px;
    }
    .main{
        background: url("../img/main-sm.jpg") no-repeat top center;
    }
    .main .money{
        margin-bottom: 15px;
    }
    .main .logo{
        max-width: 180px;
        display: block;
        width: 100%;
    }
    .franshiza .text-box1 .price2 {
     
        margin-bottom: 20px;
    }
    .main{
        padding-top: 10px;
    }
}
@media screen and (max-width: 370px){
    .container{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .about .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .about .h2-div, .about .year, .about .today, .about .principle320 {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .map .container, .consult .container{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .consult h2{
        padding-left: 15px;
        padding-right: 15px;
    }
    .consult .subtitle{

        padding-left: 15px;
        padding-right: 15px;
    }
    .command h2{

        padding-left: 15px;
        padding-right: 15px;
    }
    .about .img-logo {
        max-width: 270px;
    }
}
/*@media screen and (max-width: 350px) {
.franshiza .text-box3 .price {
    font-size: 38px;

}
.btn{
    padding-left: 20px!important;
}
.btn-big1:after {
    right: 20px;
}
.consult{
    padding-top: 100px;
}
.div-input{
    padding: 30px;
}
.div-input .btn{
    padding-left: 0!important;
    padding-right: 0!important;
    font-size: 13px;
}
h2, .h2, .about h2 {
    font-size: 24px;
    line-height: 28px;
}
h1 {
    font-size: 28px;
    line-height: 31px;
}
.main .money .price {
    font-size: 22px;
    line-height: 22px;
}
.franshiza .text-box3{
    font-size: 17px;
}
.franshiza .text-box3 .price:before{
    top: 41%;
}

}*/

.one4{ text-align: center}
.one4 img{ margin: 0 auto;}

.wone{text-align: center;}
.wone .text-box22{ margin: 0 auto;}

.wow{ display: inline-block;}