/* cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rc-400n-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rc-400n-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/rc-400i-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/rc-400i-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rc-700n-cyrillic.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rc-700n-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*общие стили для всех типпов сайтов*/
body {
    font-family: 'Roboto Condensed';
    line-height: 1.4em;
    font-size: 16px;
    color: #333333;
}

a:focus, input:focus, button:focus, textarea:focus {
    outline: none;
    text-decoration: none;
}

.list-style-off {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.strong, b {
    font-weight: 700;
}

i {
    font-style: italic;
}

/*мобильное меню*/
.hidden-menu_top {
    display: none;
}

.js-top-menu {
    display: none;
    color: #000;
    font-size: 1.5rem;
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1112;
    cursor: pointer;
}

.js-top-menu {
    display: none;
    color: #000;
    font-size: 1.5rem;
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 1112;
    cursor: pointer
}

.js-top-menu:active, .js-top-menu:focus, .js-top-menu:hover {
    color: #000
}

.js-top-menu.white-h {
    color: #fff
}

.js-top-menu.white-h:active, .js-top-menu.white-h:focus, .js-top-menu.white-h:hover {
    color: #fff
}

/*кнопка вверх*/
#scrollup {
    position: fixed;
    opacity: 0.8;
    padding: 15px 10px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    right: 10px;
    bottom: 35%;
    display: none;
    cursor: pointer;
    font-size: 50px;
    color: #366198;
    z-index: 2299;
}

/*фиксирование меню*/
.fixed {
    position: fixed;
    top: 0;
    background-color:  #337ab7;
    height: auto;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 0;
    transition: 0.4s;
    text-align: center;
    margin: 0;
}

.menu-header.fixed .list-menu{
    width: 100%;
    text-align: center;
}
.menu-header.fixed .list-menu li {
    display: inline-block;
    float: none;
}

/*стили для кнопки*/
.btn-green {
    display: inline-block;
    padding: 20px 45px;
    color: #ffffff;
    font: 400 22px/24px 'Roboto Condensed';
    border: none!important;
    box-shadow: none!important;
    background-color: #8cc63f!important;
    /*border-radius: 15px!important;*/
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;

}

.btn-green:hover {
    color: #ffffff;
    background: #84d11e;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*хлебные крошки*/
.breadcrumb {
    background: none;
}

.breadcrumb a {
    color: #045c97;
    border-bottom: 1px dashed #045c97;
}

.breadcrumb a:hover {
    color: #045c97;
    border-bottom: 1px dashed transparent;
}

.breadcrumb > li + li:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #045c97;
}

.breadcrumb > .active {
    color: #000000;
}

/*стили для секций*/
section {
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 45px 0;
    position: relative;
    float: left;
}

header {
    float: left;
    width: 100%;
    background-color: #366198;
}

.logo {
    float: left;
    padding-top: 30px;
}

.contact-header {
    float: right;
}

.list-cont li {
    float: left;
    width: 50%;
    text-align: right;
}

.list-cont li a {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
}

.link {
    color: #8cc63f !important;
    border-bottom: 1px dashed #8cc63f !important;
}

.link:hover {
    color: #8cc63f;
    border-bottom: 1px dashed transparent !important;;
    text-decoration: none !important;;
}

.list-menu {
    float: right;
    padding: 15px 0;
}

.list-menu li {
    float: left;
}

.list-menu li a {
    margin-left: 15px;
    padding-bottom: 14px;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

.list-menu li a:hover, .list-menu li.active a {
    color: #8cc63f;
    border-bottom: 2px solid #8cc63f;
    text-decoration: none;
}

nav {
    float: right;
    width: 75%;
    text-align: right;
}

.first {
    background-image: url("../img/bg_first.jpg");
    height: 704px;
    padding: 0;
}

h1 {
    font: 600 50px/55px "Roboto Condensed";
    color: #ffffff;
    padding: 75px 0 45px;
    margin: 0;
}

h1 span {
    font: 400 45px/55px "Roboto Condensed";
    display: block;
}

.list-first {
    margin-bottom: 30px;
}

.list-first li {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 20px;
}

.list-first li .fa {
    color: #8cc63f;
    width: 12px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.action {
    border: 1px solid #8cc63f;
    text-align: center;
    padding: 10px 25px;
}

.title-cation {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.txt-action {
    font-size: 20px;
    line-height: 22px;
    color: red;
    margin-bottom: 10px;
}

.pop-block {
    background-color: #616F81;
    text-align: center;
    padding: 0 0 25px 0;
}

.title-pop {
    font-size: 25px;
    color: #ffffff;
    line-height: 40px;
}

.list-pop {
    text-align: left;
}

.pop-block .price {
    background-color: #80CDC6;
    width: 102%;
    margin-left: -1%;
    padding: 10px 0;
    color: #ffffff;
    font-size: 30px;
}

.list-pop {
    float: left;
    width: 100%;
    padding: 25px 15px;
}

.list-pop li {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.list-pop li .fa {
    color: #8cc63f;
    width: 12px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
}

.pop-block-big .btn-green {
    padding: 15px 45px;
}

.title-section {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #366198;
}

.title-section:after {
    content: '';
    display: block;
    border-bottom: 2px solid #8cc63f;
    width: 165px;
    margin: 0 auto 45px;
    padding-top: 15px;

}

.more-block {
    float: left;
    width: 100%;
    padding: 15px 0;
    text-align: center;

}

.more-block a {
    font-size: 25px;
}

.why {
    background-color: #EBF4F3;
}

.quadro {
    background-color: #ffffff;
    width: 525px;
    height: 305px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}

.title-quadro {
    color: #616f81;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 25px;
    width: 75%;
}

.txt-quadro {
    width: 75%;
}

.icn-why {
    background-image: url('../img/sprite/sprite_why.png');
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    width: 130px;
    height: 110px;
    transform: translateY(-50%);
    right: 10px;
}

.why1 {
    background-position: 0 0;
}

.why2 {
    background-position: 0 -110px;
}

.why3 {
    background-position: 0 -220px;
}

.why4 {
    background-position: 0 -330px;
}

.why5 {
    background-position: 0 -440px;
}

.why6 {
    height: 115px;
    background-position: 0 -550px;
}

.metr {
    background-image: url('../img/sprite/sprite_metr.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 70px;
    height: 70px;
}

.metr1 {
    background-position: 0 0;
}

.metr2 {
    background-position: 0 -70px;
}

.metr3 {
    background-position: 0 -140px;
}

.metr4 {
    background-position: 0 -210px;
}

.metr5 {
    background-position: 0 -280px;
}

.metr6 {
    background-position: 0 -350px;
}

.metr7 {
    background-position: 0 -420px;
}

.metr8 {
    background-position: 0 -490px;
}

.list-why-we li {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.list-why-we li span {
    width: 75%;
    font-size: 20px;
    color: #333333;
    float: right;
}

.about-txt {
    border: 1px dashed #8cc63f;
    padding: 15px;
    height: 379px;
}

.about-txt p {
    font-size: 17px;
    color: #333333;
    margin-bottom: 25px;

}

.reviews{
    background-color: #EBF4F3;
}

.bx-wrapper {
    float: left;
}

.bx-wrapper .bx-viewport {
    background-color: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}

.img-reviews img {
    border: 2px solid #8cc63f;
}

.txt-reviews {
    font-size: 24px;
    line-height: 36px;
}

.txt-reviews .name {
    font-weight: 600;
    color: #366198;
}

.txt-reviews .name:before {
    content: '';
    border-bottom: 2px solid #8cc63f;
    display: inline-block;
    width: 60px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 46px;
    top: 43%;
    overflow: hidden;
}

.bx-wrapper .bx-prev {
    background: url("../img/arrow.png");
}

.bx-wrapper .bx-next {
    background: url("../img/arrow.png");
    transform: rotate(180deg);

}

.bx-wrapper .bx-next:hover {
    background: url("../img/arrow.png");
    transform: rotate(180deg);
}

.list-part li{
    float: left;
    width: 16.666666%;
}
.part-block{
    float: left;
    width: 100%;
    padding: 45px 0 25px;
    border: 1px dashed #8cc63f;
    margin-top: -75px;
}
.partners .title-section span{
    background-color: #fff;
    display: inline-block;
    z-index: 9;
    position: relative;
    width: 60%;
}
.question{
    background-image: url("../img/bg_consult.jpg");
    height: auto;
}
.sub{
    font-size: 22px;
    line-height: 28px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

input:not([type='submit']){
    border: 1px solid #8cc63f;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
textarea{
    border: 1px solid #8cc63f;
    width: 100%;
    padding: 5px 15px;
    height: 132px;
    resize: none;
    border-radius: 5px;
}

.question input[type='submit']{
    padding: 15px 45px;
}

.agreement-check {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333333;
    cursor: pointer;
}

.agreement-check input[type='checkbox'] {
    width: auto;
    border: none;
    margin: 0 4px 0 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.agreement-check a {
    color: #8cc63f;
    border-bottom: 1px dashed #8cc63f;
    text-decoration: none;
    font-size: 13px;
}

.agreement-check a:hover {
    border-bottom-color: transparent;
}
.contact{
    background-color: #366198;
}
.map{
    position: relative;
    height: 430px;
    padding: 0px;
}

.map .container{
    position: relative;
    height: 100%;
    pointer-events: none;
}

.map .row{
    height: 100%;
    position: relative;
}

.contact-footer{
    position: absolute;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    right: 15px;
    width: 41.66%;
    float: left;
    background-color: #366198;
    height: auto;
    text-align: center;
    padding: 10px 35px;
    z-index: 99;
    pointer-events: auto;
}

.contact-footer img{
    margin: 15px 0;
}

ymaps, ymaps canvas, ymaps i, ymaps input{
    position: absolute;
    z-index: 9;
}

.list-footer li{
    float: left;
    width: 100%;
    text-align: left;
    color: #ffffff;
    margin-bottom: 10px;
}
.list-footer .fa{
    color: #8cc63f;;
    display: inline-block;
    width: 12px;
    margin-right: 5px;
    font-size: 18px;
    text-align: center;
}

.list-footer li a{
    color: #ffffff;
    font-size: 18px;
    list-style: 30px;

    display: inline-block;
}

.list-footer li a.link{
    margin-left: 20px;
}
.copy{
    float: left;
    width: 100%;
    padding: 25px 0;
    color: #366198;
    text-align: center;
    font-size: 16px;
    list-style: 20px;
}

.white{
    color: #ffffff!important;
}
.md{
    max-width: 450px;
    text-align: center;
}
.ancor{
    float: left;
    width: 100%;
    margin-top: -45px;
}

/* Cookie banner */
.cookie {
    display: block;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
    left: 0;
    background: #dee5f2;
    max-width: 1169px;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    padding: 30px;
    color: #4e4a4a;
}
.cookie h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #4e4a4a;
    max-width: 411px;
    margin: 0 0 0 0;
}
.cookie p {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.cookie p a {
    color: #4e4a4a;
    text-decoration: underline;
}
.cookie p a:hover {
    text-decoration: none;
}
.cookie__actions {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.cookie__actions button {
    background: #a9dc4f;
    padding: 11px 52px;
    border: none;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
    color: #121212;
}
.cookie__actions a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid #4e4a4a;
    cursor: pointer;
    color: #4e4a4a;
    text-decoration: none;
}
.cookie__actions a:hover {
    border-bottom-color: transparent;
}
@media (max-width: 768px) {
    .cookie h3 {
        font-size: 20px;
        padding-bottom: 8px;
    }
    .cookie p {
        font-size: 12px;
    }
    .cookie p:last-of-type {
        display: none;
    }
}
@media (max-width: 480px) {
    .cookie__actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .cookie__actions button {
        width: 100%;
    }
}
