@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap&subset=cyrillic');

body {
    background: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    color: #2A2833;
    font-size: 16px;
}

body.active {
    overflow: hidden;
}

/*.header*/
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid rgba(148, 147, 153, .2);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: inline-flex;
    align-items: center;
    font-weight: 900;
    font-size: 22px;
    color: #2A2833
}

.logo span {
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1;
    color: #F3B244
}

.logo small {
    line-height: 1;
    font-size: 0.55em;
    color: #2A2833
}

.logo img {
    height: 50px;
}

.contact {
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.contact span {
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 0.5em;
}

.tel {
    color: #2A2833;
    line-height: 1;
    font-weight: 700;
    font-size: 24px;
    padding-left: 1.5em;
    background: url(../fonts/telephone.svg) 0 50%/1em no-repeat;
}

.agree {
    text-align: left;
    color: rgba(42, 40, 51, 0.7);
    font-weight: 500;
    display: flex;
    font-size: 12px;
}

.agree input {
    display: none;
}

.agree i {
    margin-top: 0.2em;
    margin-right: 5px;
    width: 1em;
    height: 1em;
    background-color: #fff;
    background-image: url(../fonts/agree.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #2D76F4
}

.agree input:checked + i {
    background-color: #2D76F4;
}

.agree a {
    color: rgba(42, 40, 51, 0.7);
    text-decoration: underline;

}

/*section0*/
.sec0 {
    display: flex;
    position: relative;
    background: #F5F6FA;
    height: 650px;
    padding-top: 70px;
    align-items: center;
}
.tit{
    max-width: 100%
}
.discount {
    font-size: 1.2rem;
    font-weight: 700;
}

.discount font {
    border-radius: 4px;
    color: #fff;
    padding: 0.3em;
    background: #2D76F4;
}

.sec0 .overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: linear-gradient(90deg, #F5F6FA 0%, rgba(245, 246, 250, 0) 50%), url(../images/bg-new.jpeg) 50%/cover no-repeat;
/* background: linear-gradient(90deg, #F5F6FA 0%, rgba(245, 246, 250, 0) 50%), url(../images/bg.jpg) 50%/cover no-repeat; */
}

.sec0 .title {
    line-height: 1.3;
    font-size: 36px;
    font-weight: 900;
}

.adventage {

    display: flex;
    align-items: center;


}

.adventage figure {
    font-weight: 700;
    flex-shrink: 0;
    width: 70px;
    padding: 20px;
    background: #F3B244;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border-radius: 100px;
    box-shadow: 0 4px 34px rgb(228 233 241 / 70%);
}

.adventage figure img {
    width: 100%;
}

.adventage .name {
    margin-left: 15px;
    font-weight: 500;
}

.form1 {

    position: relative;
}

.form1 .wrap {
    position: relative;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;

    border-radius: 50px;
    box-shadow: 0 4px 34px rgb(228 233 241 / 70%);
}

.form1 input {
    text-align: left;
    font-size: 18px;
    line-height: 1;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    padding: 0.8em;
    padding-left: 1.5em;
    border: none;

}

.form1 button {
    font-family: 'Montserrat', sans-serif;
    padding: 0.7em 3em;
    font-size: 18px;
    color: #fff;
    background: #2D76F4;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    border-radius: 50px;
    box-shadow: 0 0 0 0 #2D76F4
}

.form1 button:hover {
    transition: box-shadow 0.5s;
    box-shadow: 0 0 0 10px rgba(45, 118, 244, 0)
}

.form1 button:active {
    transform: scale(0.95)
}

.form1 .recall {
    position: absolute;
    right: -10px;
    top: 1.2em;

    font-weight: 500;
    font-size: 12px;

    line-height: 1.2;

    border-radius: 4px;
    transform: translate(100%);
}

/*sec*/
.sec .title {
    font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
}

.sec .title1 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    color: #2D76F4
}

/*sec1*/
.sec1 {
    background: #fff;
}

.service {
    position: relative;
    border-radius: 8px;
    background: #F5F6FA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.service img {
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.service .price {
    font-size: 1.2rem;
    position: relative;
    padding: 0.5em 1em;
    border-radius: 0 4px 4px 0;
    line-height: 1.1;
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: -10px;
    top: 20px;
    background: #2D76F4;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.service .price:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    border: 5px solid;
    border-color: #000 #000 transparent transparent
}

.service .name {
    border-radius: 0 0 8px 8px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 1em;

}

.service .btn {
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    right: 1em;

    bottom: 1em;
    padding: 0.5em 1em;
    display: inline-block;
    color: #fff;
    background: #f3b644;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 0 #f3b644
}

.service .btn:hover {
    transition: box-shadow 0.5s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 10px rgba(45, 118, 244, 0)
}

.service .btn:active {
    transform: scale(0.95)
}

.form2 {
    border-radius: 8px;
    height: 100%;
  /*  background: #F5F6FA url(../images/man.png) 100% 10px no-repeat; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.form2 .formname {
    font-size: 1.3rem;
    font-weight: 900;
}

.dd {
    width: 100%;

}

.pricelist {
    width: 100%;
    background: #F5F6FA;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.pricelist table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;

}


.pricelist tr:nth-child(odd) td {
    background: #ffffff;
}

.pricelist th {
    padding: 1em 0.8em;
    color: #fff !important;
    background: #2D76F4 !important;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) !important;

}

.pricelist th:nth-child(2) {
    text-align: center;
}

.pricelist td {
    padding: 0.8em;
    cursor: pointer;
}

.pricelist td:first-child {
    width: 70%;

}

.pricelist td:last-child {
    text-decoration: underline;
    cursor: pointer;
    transition: 0.5s color
}

.pricelist tr:hover td {
    color: #2D76F4
}


.pricelist td:nth-child(2) {
    width: 10% !important;
    text-align: center;
    font-weight: 700;
}

.pricelist td:last-child {
    width: 20%;
    text-align: center;
}

.form2 input,
.form3 input {
    text-align: left;
    border-radius: 50px;
    width: 100%;
    font-size: 18px;
    padding: 0.7em;
    padding-left: 1em;
    border: 1px solid #ddd;
}

.form2 button,
.form3 .btn {
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    width: 100%;

    border-radius: 50px;

    padding: 0.7em;
    display: inline-block;
    color: #fff;
    background: #2D76F4;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    box-shadow: 0 0 0 0 #2D76F4
}

.form2 button:hover,
.form3 .btn:hover {
    transition: box-shadow 0.5s;
    box-shadow: 0 0 0 10px rgba(45, 118, 244, 0)
}

.form2 button:active,
.form3 .btn:active {
    transform: scale(0.95)
}


/*sec2*/
.sec2 {
    background: #F5F6FA;
}


.master {
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.master img {
    width: 100%;
}

.master .name {
    font-weight: 700;
    padding: 0.7em;
    padding-bottom: 0;
    font-size: 1.2rem;

}

.master .spec {
    padding: 0 0.7em;
}

.master .bottom {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    padding: 10px;
    text-align: center;

    display: flex;


    background: #F5F6FA;
    border-radius: 8px;
}

.master .bottom > * {
    text-align: left;
    line-height: 1.1em;
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    flex-shrink: 0
}

.stage {}

.last {
    margin-left: 15px;

}

.stage big,
.last big {
    margin-right: 5px;
    color: #2D76F4;

    font-size: 3.5em;
    line-height: 1;
    font-weight: 700;
}


/*sec3*/
.logos {
    display: flex;
    justify-content: space-between;
}

.logos img {
    padding: 10px;
    background: #F5F6FA;
    width: 12%;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.question {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.3)), url(../images/bgq.jpg) 50%/cover no-repeat; */
}


.footer {

    position: relative;
    background: #F5F6FA;
}

.contacts {
    position: relative;
    z-index: 1;
    background: #fff;
}

#map {
    position: absolute;
    right: 0;
    width: 50%;
    top: 0;
    bottom: 0;
}

.footer .name {
    font-weight: 700;
}

.phone {
    color: #2A2833;
    line-height: 1;

    font-size: 18px;
    padding-left: 1.5em;
    background: url(../fonts/telephone.svg) 0 50%/1em no-repeat;
    transition: 0.5s all
}

.phone:hover {
    color: #2D76F4;
}

.adr {
    color: #2A2833;
    line-height: 1;

    font-size: 18px;
    padding-left: 1.5em;
    background: url(../fonts/loc.svg) 0 50%/1em no-repeat;
}

.time {
    color: #2A2833;
    line-height: 1;

    font-size: 18px;
    padding-left: 1.5em;
    background: url(../fonts/time1.svg) 0 50%/1em no-repeat;
}

.copy {
    font-size: 14px;
    background: #000;
    padding: 15px 0;
    color: rgba(255, 255, 255, 0.72)
}

.pol {

    cursor: pointer;
    text-decoration: underline;
    text-align: right;
    color: rgba(255, 255, 255, 0.72);
}

/*modal*/
.form3 {
    text-align: center;
    width: 100%;
    max-width: 480px;
    background: #F5F6FA;
    border-radius: 8px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.4)
}

.form3 .formname {
    font-weight: 700;
    font-size: 1.2em;
}

#pol {
    width: 100%;
    max-width: 720px;
}


.cookie{
    border-radius: 4px;
    z-index: 10;
    padding: 20px;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);

}
.cookie a{
    color: #000;
    text-decoration: underline;
}
.cookie .close{
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
   font-size: 20px;
    text-align: center;
    width: 20px;
    line-height: 20px;
}

.nav .tel{animation: rot 1s infinite}
@keyframes rot{
0{transform:rotate(-2deg)}
50%{transform:rotate(2deg)}
}
