@charset "UTF-8";
@font-face {
    font-family: pnbk;
    src: url(../fonts/ProximaNova-Black.ttf)
}
@font-face {
    font-family: pnb;
    src: url(../fonts/ProximaNova-Bold.ttf)
}
@font-face {
    font-family: pneb;
    src: url(../fonts/ProximaNova-Extrabld.ttf)
}
@font-face {
    font-family: pnl;
    src: url(../fonts/ProximaNova-Light.ttf)
}
@font-face {
    font-family: pnr;
    src: url(../fonts/ProximaNova-Regular.ttf)
}
@font-face {
    font-family: pnsb;
    src: url(../fonts/ProximaNova-Semibold.ttf)
}
@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
body {
    font-size: 17px;
    line-height: 24px;
    font-family: pnsb;
    color: #333
}
button {
    outline: 0;
    cursor: pointer
}
button:focus {
    outline: 0
}
input {
    outline: 0
}
input:focus {
    outline: 0
}
.num_block{
     margin-bottom: 19px;
    margin-left: 10px;
}
.desc {
    width: 700px;
}

.copy_footer_tel {
    display: block;
    margin: 0 auto;
    margin-top: -85px;
    margin-bottom: 80px;
    /* margin: 0 auto; */
    width: fit-content;
    /* margin-right: 100px; */
    transform: translate(130px, 0px);
    /* position: absolute; */
}
.block_center.page_content_text_full {
    font-family: 'pnr';
}

.copy_footer_tel {
    display: block;
    margin: 0 auto;
    margin-top: -85px;
    margin-bottom: 50px;
    /* margin: 0 auto; */
    width: fit-content; 
    /* margin-right: 100px; */
}

header .header {
    padding-top: 20px;
    padding-bottom: 18px
}
header .header .logo-block {
    width: 350px
}
header .header .logo-block img {
    margin-right: 28px
}
header .header .logo-block span {
    font-size: 19px;
    display: block;
    margin-bottom: -5px
    width:100px;
}
header .header .contacts .tel-block {
    margin-right: 28px;
    margin-bottom: -5px
}
header .header .contacts .tel-block img {
    margin-right: 13px
}
header .header .contacts .tel-block div a {
    font-size: 28px;
    color: #003955;
    font-family: pneb;
    display: block
}
header .header .contacts .tel-block div a:hover {
    text-decoration: none
}
header .header .contacts .tel-block div span {
    color: #003955;

}
header .header .contacts button {
    width: 172px;
    height: 48px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: pneb;
    font-size: 14px;
    background: #0188cc;
    border: none;
    color: #fff;
    text-transform: uppercase
}
header .header .contacts button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#0188cc), to(#69b9e1));
    background: -webkit-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: -o-linear-gradient(top, #0188cc 0, #69b9e1 100%);
    background: linear-gradient(180deg, #0188cc 0, #69b9e1 100%)
}
.svgWr {
    width: 50px;
    float: left;
}
.rSide {
    float: left;
}
svg.feather {
    width: 30px;
}
.contactItem {
    display: flex;
    margin-top: 30px;
}


.block_blue_rama img {
    border-radius: 5px;
}

.feather path, .feather circle, .feather polyline {
    stroke: #009ce6;
}
header nav {
    background: #3f4955;
    padding: 6px 0;
    width: 100%
}
header nav a {
    color: #fff
}
header nav a:hover {
    text-decoration: none;
    color: #fff
}
header nav.stickytop {
    position: fixed;
    top: 0;
    z-index: 300
}
main .first-block {
    background: url(../images/first-block-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 65px 0
}
main .first-block .col-12 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px
}
main .first-block .h1-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
    width: 1160px;
    height: 414px;
    padding: 49px 31px;
    text-align: center;
    position: relative;
    align-items: center;
}
main .first-block .h1-block h1 {
    font-size: 60px;
    color: #0188cc;
    font-family: pneb;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1;
    margin-bottom: 15px
}
main .first-block .h1-block h2 {
    font-size: 39px;
    color: #14303e;
    line-height: 1;
    font-family: pnb;
    margin-bottom: 40px
}
main .first-block .h1-block p {
    color: #c00;
    font-size: 29px;
    font-family: pnb;
    line-height: 34px;
    margin-bottom: 0
}
main .first-block .h1-block span {
    font-family: pnb;
    font-size: 34px;
    color: #fff;
    background: url(../images/akcii.png) no-repeat center center;
    display: block;
    height: 69px;
    text-transform: uppercase;
    margin-bottom: 16px
}
main .characteristics {
    padding-top: 90px;
    padding-bottom: 50px
}
main .characteristics h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}
main .characteristics .grid {
    display: grid;
    grid-template-columns: repeat(3, 350px);
    grid-gap: 50px 50px
}
main .characteristics .grid .item {
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
main .characteristics .grid .item .img-block {
    width: 65px;
    height: 65px;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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;
    margin-right: 31px;
    margin-top: 3px
}
main .characteristics .grid .item .desc {
    width: 250px
}
main .characteristics .grid .item .desc h3 {
    font-size: 23px;
    color: #003955;
    font-family: pnb;
    margin-bottom: 10px
}
main .characteristics .grid .item .desc span {
    line-height: 1
}
main .kinds {
    background: #f3f2f2;
    padding-top: 90px;
    padding-bottom: 100px
}
main .kinds h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px
}
main .kinds .grid {
    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
}
main .kinds .grid .item {
    height: 150px;
    width: 370px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    overflow: hidden
}
main .kinds .grid .item .wrap {
    padding: 18px 32px 22px
}
main .kinds .grid .item .wrap .img {
    height: 277px;
    width: 100%
}
main .kinds .grid .item .wrap h3 {
    font-size: 23px;
    font-family: pnb;
    color: #003955;
    text-align: center
}
main .kinds .grid .item .wrap .item-price {
    font-size: 24px;
    font-family: pnb;
    color: #0188cc;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}
main .kinds .grid .item .wrap button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%;
    margin-top: 22px
}
main .kinds .grid .item .wrap button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .kinds .grid .item .wrap div span {
    display: block;
    margin-bottom: 5px
}
main .kinds .grid .item .wrap div span img {
    margin-right: 5px;
    margin-top: -3px
}
.block-areas {
    padding-top: 80px;
    text-align: center;
}

.block-areas .area-item:nth-child(4n) {
    margin-right: 0;
}
.block-areas .area-item img {
    max-width: 100%;
}
.block-areas .area-item span {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    margin-top: 14px;
}
.block-action {
    padding-top: 0px;
}
.block-action .container {
    min-height: 560px;
    padding: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--yellow);
    display: flex;
    flex-direction: column;
}
.block-action .action-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 0;
    border: 2px solid var(--blue);
    border-radius: 7px;
    flex-grow: 1;
}
.block-action .action-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-action .action-title span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    margin-right: 20px;
    flex-shrink: 0;
}
.block-action .action-title img {
    width: 50%;
    max-width: 370px;
}

.page-id-506 .block-action .action-title img {
    width: 40%;
    max-width: 370px;
}
.page-id-511 .block-action .action-title img {
    width: 40%;
    max-width: 370px;
}


.block-action .action-descr {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: 1.1px;
    color: var(--blue);
    margin-top: 15px;
    text-align: center;
}
.block-action .action-descr span {
    color: var(--red);
}
.block-homescreen .counter {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.block-homescreen .counter-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: 0.9px;
}
.block-homescreen .counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.block-homescreen .counter-number {
    font-size: 49px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 2.5px;
}
.block-homescreen .counter-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-homescreen .counter-group:not(:last-child) {
    margin-right: 23px;
}
.block-homescreen .counter .number-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.6px;
    font-family: var(--secondary-font);
}
.block-action .counter {
    margin-top: 15px;
    text-align: center;	
    color: var(--blue);
}
.block-action .counter-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.39;
    letter-spacing: 0.9px;
}
.block-action .counter-value {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-action .counter-number {
    font-size: 44px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 2.5px;
}
.block-action .counter-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-action .counter-group:not(:last-child) {
    margin-right: 23px;
}
.block-action .counter .number-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: 0.6px;
    font-family: var(--secondary-font);
}

.block-action .discount-button {
    margin-top: 40px;
}
.red-btn {
    font-family: var(--secondary-font);
    font-weight: 700;
    background-color: var(--red);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 18px 32px;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    white-space: nowrap;
    color: #fff;
    min-height: 58px;
    text-transform: uppercase;
    min-width: 270px;
}

main .texnology {
    padding-top: 90px;
    padding-bottom: 90px
}
main .texnology .grid {
    display: grid;
    grid-template-columns: repeat(4, 250px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
main .texnology h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center
}
main .texnology img {
    width: 250px;
    height: 400px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px
}
main .texnology h3 {
    font-size: 20px;
    font-family: pnb;
    color: #000;
    text-transform: uppercase;
    text-align: center
}
main .zamer {
    background: url(../images/bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 44px 0 32px
}
main .zamer .h2-block {
    width: 550px;
    color: #fff
}
main .zamer .h2-block h2 {
    font-size: 51px;
    display: block;
    margin-bottom: 30px;
    background-color: #ffffff96;
}
main .zamer .h2-block span {
    font-size: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}
main .zamer .h2-block span.first {
    margin-bottom: 25px
}
main .zamer .h2-block span img {
    margin-right: 20px
}
main .zamer .form {
    width: 369px;
    height: 300px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    box-shadow: 0 0 11.68px 4.32px rgba(0, 0, 1, .05);
    padding: 28px 33px 34px;
    text-align: center;
    margin: auto;
}
main .zamer .form h3 {
    font-size: 26px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 2px
}
main .zamer .form span {
    font-size: 21px;
    font-family: pnb;
    color: #003955;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: block
}
main .zamer .form h4 {
    font-family: pnb;
    display: block;
    background: url(../images/akcii2.png) no-repeat center center;
    font-size: 17px;
    font-family: pnb;
    text-transform: uppercase;
    color: #fff;
    width: 256px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
    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;
    margin-bottom: 21px
}
main .zamer .form form button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    width: 100%
}
main .zamer .form form button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .zamer .form form input {
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    height: 47px;
    padding: 0 16px;
    margin-bottom: 12px
}
main .potolki-for {
    padding-top: 40px;
    padding-bottom: 0px
}
main .potolki-for h2 {
    color: #003955;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}
main .potolki-for .grid {
    display: grid;
    grid-template-columns: repeat(3, 370px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 30px;
}
.page-id-511 main .potolki-for .grid, .page-id-506 main .potolki-for .grid {
    display: grid;
    grid-template-columns: repeat(4, 300px);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-row-gap: 30px;
}
main .potolki-for .item {
    text-align: center
}
main .potolki-for .item img {
    display: block;
    margin-bottom: 15px
}
main .potolki-for .item span {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    font-family: pnb
}
.block-services {
    padding-top: 1px;
    text-align: center;
}
.block-services .services-list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.block-services .service-item {
    width: 20%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    text-align: left;
}
.block-services .service-item-icon {
    min-height: 85px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-services .service-item-icon img {
    max-width: 60px;
    max-height: 84px;
    /* filter: hue-rotate(230deg); */
  
}



main .zamer .h2-block {
    width: 100%;
    color: #fff;
}

.page-id-506 .block-services .service-item-icon img, .page-id-511 .block-services .service-item-icon img {
    max-width: 60px;
    max-height: 84px;
    /* filter: hue-rotate(230deg); */
    filter: hue-rotate(189deg);
}

.block-services .service-item-title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
}
.block-services .service-item-title span {
    color: var(--yellow);
    display: inline-block;
    /* font-size: 10pt; */
    /* margin-top: 40px; */
}
.block-services .button-descr {
    margin: 20px auto 0;
    max-width: 770px;
}
.block-areas {
    padding-top: 30px;
    text-align: center;
}
.block-areas .areas-list {
  
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.block-areas .area-item:nth-child(4n) {
    margin-right: 0;
}
.block-areas .area-item img {
    max-width: 100%;
}
.block-areas .area-item span {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 1.1px;
    margin-top: 14px;
}
.block-feedback {
    padding-top: 1px;
}
.block-feedback .feedback-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.block-feedback .feedback-item {
    width: calc((100% - 90px) / 4);
}
.block-feedback .feedback-item img {
    max-width: 85%;
}
main .ask {
    background: #e8e8e8;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center
}
main .ask h2 {
    color: #003955;
    font-size: 36px
}
main .ask h3 {
    font-size: 24px;
    color: #121313
}
main .ask h3 a {
    color: #c00
}
main .ask .ask-blocks {
    margin-top: 20px
}
main .ask .ask-blocks .item {
    text-align: left;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 13px;
    overflow: hidden;
    border: 2px solid #0188cc
}
main .ask .ask-blocks .item h4 {
    width: 100%;
    height: 65px;
    color: #fff;
    font-size: 22px;
    padding: 0 24px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #0188cc;
    margin-bottom: 0;
    position: relative;
    cursor: pointer
}
main .ask .ask-blocks .item h4:after {
    content: '+';
    font-size: 40px;
    position: absolute;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    line-height: 34px;
    height: 32px
}
main .ask .ask-blocks .item h4.active:after {
    content: '–';
    font-size: 34px;
    line-height: 26px
}
main .ask .ask-blocks .item div {
    width: 100%;
    padding: 15px 24px;
    background: #fff;
    font-family: pnr;
    color: #1d1a1a;
    display: none
}
main .ask .ask-blocks .item div.active {
    width: 100%;
    left: -2px;
    height: auto;
    z-index: 100;
    display: block
}
main .ask button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    margin-top: 20px
}
main .ask button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
main .reviews {
    padding-top: 85px;
    padding-bottom: -20px
}
main .reviews h2 {
    font-size: 36px;
    color: #003955;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px
}
main .reviews .items {
    display: grid;
    -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;
    grid-template-columns: repeat(3, 366px)
}
main .reviews .items .item {
    text-align: center;
    border-width: 2px;
    border-color: #e8e8e8;
    border-style: solid;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    width: 366px;
    height: 100%;
    padding: 0 30px 50px
}
main .reviews .items .item img {
    width: 186px;
    height: 187px;
    border-style: solid;
    border-width: 7px;
    border-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-top: -95px;
    margin-bottom: 15px
}
main .reviews .items .item h5 {
    margin-bottom: 10px
}
main .reviews .items .item span {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: pnr
}
main .call {
    text-align: center;
    padding: 70px 0 65px;
    background: -webkit-gradient(linear, left top, right top, from(#0188cc), to(#14b0ff));
    background: -webkit-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: -o-linear-gradient(left, #0188cc 0, #14b0ff 100%);
    background: linear-gradient(90deg, #0188cc 0, #14b0ff 100%)
}
main .call h2 {
    font-size: 40px;
    font-family: pneb;
    line-height: 51px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px
}
main .call h3 {
    font-size: 26px;
    font-family: pnr;
    line-height: 30px;
    margin-bottom: 30px;
    color: #fff
}
main .call button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb
}
main .call button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}



.menu_top {
    margin-top: 35px;
    /* font-family: fangsong; */
    width: fit-content;
    margin: 0 auto;
    /* margin-top: 35px; */
    margin-right: 0px;
    position: absolute;
    margin-top: -120px;
    /* margin-right: 50px; */
    /* margin-left: 150px; */
    right: 14px;
}

.menu_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}



.menu_top .menu>li {
    float: left;
}


.menu_top li a {
    display: inline-block;
    color: #0188cc;
    padding: 4px 14px;
    text-decoration: none;
    text-align: center;
    /* background-color: #FF9800; */
    margin-left: 2px;
    margin-right: 2px;
    transition: 0.5s;
    font-size: 12pt;
    border-radius: 5px;
    /* font-family: 'font_r2'; */
}

.submenu li a {
    display: block;
    color: #0188cc;
    padding: 4px 14px;
    text-decoration: none;
    text-align: center;
    /* background-color: #FF9800; */
    margin-left: 2px;
    margin-right: 2px;
    transition: 0.5s;
    font-size: 12pt;
    border-radius: 5px;
    /* font-family: 'font_r2'; */
    text-align: left;
    width: 150px;
    
}
.menu_top li a:hover {

    color: #ffffff;
    transition: 0.5s;
    background-color: #0188cc;
}
.menu_top li a.active {
    color: #ffffff;
    transition: 0.5s;
    background-color: #0188cc;
    /* border-radius: 0px; */
    /* font-family: 'font_r2'; */
}











.block-contacts .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.block-contacts .contact-item-icon {
    height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.block-contacts .contact-item-icon img {
    max-height: 50px;
    height: auto;
}
.block-contacts .contact-item-title {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 1.2px;
    margin-top: 10px;
}
.block-contacts .contact-item-value {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.8px;
}
.block-contacts .contact-item-value * {
    font-style: normal;
    text-decoration: none;
    color: inherit;
}
main #map {
    width: 100%;
    height: 440px;
    position: relative
}
main #map .col-12 {
    position: relative
}
main #map .places {
    border-width: 2px;
    border-color: #c1c1c1;
    border-style: solid;
    background-color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 2, .08);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 2, .08);
    position: absolute;
    width: 427px;
    height: 211px;
    z-index: 100;
    top: 100px;
    bottom: 0;
    left: 15px;
    right: 0;
    display: block;
    padding: 25px 0;
    text-align: center
}
main #map .places .places-logo {
    display: block;
    margin-left: auto;
    margin-right: auto
}
main #map .places span {
    display: block;
    font-size: 22px;
    color: #1c1d1e;
    margin-top: 20px
}
main #map .places div {
    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;
    margin-top: 15px
}
main #map .places div img {
    margin-right: 13px
}
main #map .places div a {
    color: #c00;
    font-size: 34px;
    font-family: pneb
}
main #map .places div a:hover {
    text-decoration: none
}
footer {
    background: #003955;
    padding-top: 30px;
    padding-bottom: 0px;
    color: #fff
}
footer .col-12 {
    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;
    text-align: center
}
footer .copy {
    font-size: 14px
}
footer .desc {
    font-size: 20px;
    font-family: pnr
}
footer a {
    display: block;
    color: #fff;
    text-align: right
}
footer a:hover {
    color: #fff;
    text-decoration: none
}
footer a.link-tel {
    font-size: 18px;
    margin-bottom: 5px
}
footer a.link-mail {
    font-size: 16px
}
footer a img {
    margin-right: 13px
}
.up {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #959595;
    opacity: .62;
    position: fixed;
    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;
    right: 50px;
    bottom: 50px;
    width: 55px;
    height: 55px;
    z-index: 300;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}
.up:hover {
    opacity: 1
}
@media (max-width: 1199px) {
    header .header .logo-block {
        width: 100%
    }
    header .header .contacts {
        width: 100%;
        margin-top: 20px
    }
    main .first-block .col-12 {
        grid-template-columns: 1fr
    }
    main .first-block .h1-block {
        margin-left: auto;
        margin-right: auto
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 350px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .kinds .grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
    main .kinds .grid .item3 {
        margin-top: 20px
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 250px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .potolki-for .grid {
        grid-template-columns: repeat(2, 370px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px 50px
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 455px)
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 366px);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 130px 50px
    }
    main .reviews .items .item3 {
        grid-row: 2;
        grid-column: 1/3;
        justify-self: center
    }
}
@media (max-width: 991px) {
    main .first-block .h1-block {
        width: 100%
    }
    main .first-block .h1-block h1 {
        font-size: 47px
    }
    main .first-block .h1-block h2 {
        font-size: 33px;
        margin-bottom: 30px
    }
    main .first-block .h1-block h3 {
        font-size: 23px;
        margin-bottom: 15px
    }
    main .first-block .h1-block span {
        margin-bottom: 20px
    }
    main .first-block .h1-block p {
        font-size: 28px;
        line-height: 40px
    }
    main .characteristics .grid {
        grid-template-columns: repeat(2, 320px);
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        grid-gap: 50px 10px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 21px
    }
    main .characteristics .grid .item .desc span {
        font-size: 16px
    }
    main .kinds .grid .item2 {
        margin-top: 20px
    }
    main .zamer .h2-block {
        margin-left: auto;
        margin-right: auto
    }
    main .zamer .form {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px
    }
    main .potolki-for .grid {
        grid-template-columns: repeat(2, 1fr)
    }
    main .potolki-for .item img {
        width: 100%
    }
    main .ask .ask-blocks {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 13px
    }
    .block-action .action-title {
        padding-left: 30px;
        padding-right: 30px;
    }

    .block-areas .area-item:nth-child(2n) {
        margin-right: 0;
    }
    .block-areas .area-item img {
        width: 100%;
    }
    .block-services .services-list {
        justify-content: center;
    }
    .block-services .service-item {
        width: 25%;
    }
    main .ask .ask-blocks .item h4 {
        font-size: 20px
    }
    main .reviews .items {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 130px 30px
    }
    main .reviews .items .item {
        width: 100%
    }
    main .call h2 {
        font-size: 33px
    }
    footer .copy {
        font-size: 12px
    }
    footer .desc {
        font-size: 16px
    }
    footer a.link-tel {
        font-size: 14px
    }
    footer a.link-mail {
        font-size: 14px
    }
}
@media (max-width: 767px) {
    header .header .logo-block span {
        font-size: 17px
    }
    header .header .contacts .tel-block div a {
        font-size: 26px
    }
    header .header .contacts .tel-block div span {
        font-size: 16px
    }
    main .first-block .h1-block h1 {
        font-size: 39px
    }
    main .first-block .h1-block h2 {
        font-size: 26px
    }
    main .first-block .h1-block h3 {
        font-size: 24px;
    }
    main .first-block .h1-block p {
        font-size: 20px;
        line-height: 36px
    }
    main .first-block .h1-block {
        height: 360px
    }
    main .characteristics .grid {
        grid-template-columns: 1fr
    }
    .block-feedback {
        padding-top: 1px;
    }
    .block-feedback .feedback-list {
        flex-wrap: wrap;
    }
    .block-feedback .feedback-item {
        width: calc(50% - 15px);
        display: flex;
        justify-content: center;
        margin-bottom: 30px;

           border-bottom: solid 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #73bde1;
    }


    .block-action .action-title {
        flex-direction: column;
    }
    .block-action .action-title span {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .block-action .action-title img {
        width: 100%;
    }
    .block-services .services-list {
        padding-left: 10%;
    }
    .block-services .service-item {
        width: 50%;
        max-width: 300px;
    }
    main .characteristics .grid .item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    main .texnology .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px 20px
    }
    main .zamer .h2-block h2 {
        font-size: 49px;
        text-align: center
    }
    main .potolki-for .grid {
        grid-gap: 30px 20px
    }
    main .ask {
        padding-top: 70px
    }
    main .ask h3 {
        font-size: 18px;
        line-height: 24px
    }
    main .ask .ask-blocks {
        grid-template-columns: 1fr
    }
    main .ask .ask-blocks2 {
        margin-top: 0
    }
    main .reviews .items {
        grid-template-columns: 1fr
    }
    main .reviews .items .item3 {
        grid-column: 1
    }
    main .call h2 {
        font-size: 24px;
        line-height: 36px
    }
    main .call h3 {
        font-size: 20px
    }
    .up {
        right: 20px;
 
    }


   .tel_fix {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 15px;
    bottom: 47px;
    background-color: #0087c98c;
    border-radius: 90px;
    cursor: pointer;
    z-index: 99999999;
    transition: 0.5s;
}









    footer .copy {
        width: 100%;
        font-size: 14px
    }
    footer .col-12 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .desc {
        margin-top: 10px;
        width: 100%;
        font-size: 18px;
        display: block
    }
    footer a.link-tel {
        text-align: center;
        font-size: 18px
    }
    footer a.link-mail {
        text-align: center;
        font-size: 16px
    }
    footer .footer-contacts {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px
    }
    main #map {
        height: 600px;
        overflow: hidden
    }
    main #map .container {
        max-width: 100%;
        padding: 0
    }
    main #map .places {
        position: static;
        width: 100%;
        border: none
    }
    nav a {
        display: block;
        text-align: center;
        padding: 10px 0
    }
    nav svg {
        width: 30px;
        height: 30px
    }
}
@media (max-width: 575px) {
    header .header .logo-block img {
        margin: 0 auto;
        width: 100px;
    }

    header .header .contacts .tel-block img {

    width: 22px;
    margin-top: -15px;
}
header .header .logo-block span {
    text-align: center;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
    header .header {
        padding-left: 0;
        padding-right: 0
    }
    header .header .contacts .tel-block {
        margin: 0;
        width: 100%
    }
    header .header .contacts .tel-block div a {
        font-size: 24px
    }
    header .header .contacts .tel-block div span {
        font-size: 15px
    }
    header .header .contacts button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px
    }
    main .first-block .col-12 {
        grid-template-columns: 100%
    }
    main .first-block .h1-block {
        padding: 30px 20px;
        height: auto
    }
    main .first-block .h1-block span {
        font-size: 22px;
        -webkit-background-size: 100% 100%;
        background-size: 100%;
        margin-bottom: 0;
        width: 250px;
        margin-left: auto;
        margin-right: auto
    }
    main .first-block .h1-block p {
        line-height: 24px
    }
    main .first-block .h1-block h2 {
        margin-bottom: 0
    }
    main .texnology .grid {
        grid-template-columns: 1fr;
        text-align: center
    }
    main .characteristics .grid {
        grid-template-columns: 100%
    }
    main .characteristics .grid .item .img-block {
        margin-right: 20px
    }
    main .ask button {
        width: 100%;
        max-width: 306px
    }
    main .call button {
        width: 100%;
        max-width: 306px
    }
    main .zamer .form {
        max-width: 369px;
        width: 100%
    }
    main .characteristics h2 {
        font-size: 32px
    }
    main .characteristics .grid .item .desc {
        width: 210px
    }
    main .characteristics .grid .item .desc h3 {
        font-size: 20px;
        margin-bottom: 5px
    }
    main .characteristics .grid .item .desc span {
        font-size: 14px
    }
    main .kinds {
        padding-top: 40px
    }
    main .kinds h2 {
        font-size: 32px
    }
    main .kinds .grid .item .wrap {
        padding: 18px 20px 22px
    }
    main .kinds .grid .item .img {
        width: 100%;
        height: auto
    }
    main .kinds .grid .item .wrap h3 {
        font-size: 21px
    }
    main .kinds .grid .item .wrap .item-price {
        font-size: 20px
    }
    main .kinds .grid .item {
        height: auto
    }
    main .characteristics {
        padding-top: 50px
    }
    main .texnology h2 {
        font-size: 32px
    }
    main .texnology {
        padding-top: 70px;
        padding-bottom: 70px
    }
    main .zamer .h2-block h2 {
        font-size: 26px
    }
    main .zamer .h2-block span {
        font-size: 17px
    }
    main .zamer .form h4 {
        max-width: 256px;
        width: 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100%
    }
    main .zamer .form {
        padding: 28px 25px 34px
    }
    main .zamer .form h3 {
        font-size: 19px
    }
    main .zamer .form span {
        font-size: 16px
    }
   main .potolki-for h2 {
    font-size: 32px;
    padding: 15px;
}

    .block-services .services-list {
        padding-left: 0;
    }
    .block-services .service-item {
          width: 45%;
    justify-content: center;
    margin-bottom: 30px;
    }
    .block-feedback .feedback-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px;
    }
    main .potolki-for .grid {
        grid-template-columns: 1fr
    }
    main .potolki-for {
        padding-top: 35px;
        padding-bottom: 0px
    }
    main .ask h2 {
        font-size: 26px
    }
    main .ask .ask-blocks .item h4 {
        font-size: 16px
    }
    main .reviews {
        padding-top: 70px
    }
    main .reviews h2 {
        font-size: 32px
    }
    main .reviews .items .item {
        padding: 0 15px 50px
    }
    main .reviews .items .item span {
        font-size: 14px
    }
    main .call h2 {
        font-size: 16px;
        line-height: 24px
    }
    main .call h3 {
        font-size: 16px;
        line-height: 22px
    }
    main #map .places span {
        font-size: 18px
    }
    main #map .places div a {
        font-size: 24px
    }
    .block-services .service-item-title {
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0px;
    }
}
.success {
    width: 300px;
    height: 50px;
    font-size: 18px;
    font-family: pneb;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    top: 22vh;
    left: 0;
    right: 0;
    background: #fdfdfd;
    border: 2px solid #000;
    padding: 10px 20px;
    z-index: 100;
    display: none;
    -webkit-box-shadow: 0 0 10px 0;
    box-shadow: 0 0 10px 0;
    color: #000
}
@media (max-width: 1199px) {
    .success {
        top: 200px
    }
}
.modal-open .modal {
    background: rgba(0, 0, 0, .8)
}
.modal .modal-dialog {
    max-width: 370px;
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 380px
}
@media (max-width: 361px) {
    .modal .modal-dialog {
        max-width: 300px
    }
}
@media (max-width: 1199px) {
    .modal .modal-dialog {
        margin-top: 50px
    }
}
.modal .modal-content {
    background: #fff;
    border: none;
    padding: 45px 32px 43px
}
@media (max-width: 361px) {
    .modal .modal-content {
        padding: 40px 20px 28px
    }
}
.modal .modal-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: 0
}
.modal .modal-footer {
    padding: 0
}
.modal .modal-body {
    padding: 0
}
.modal .modal-body button {
    width: 306px;
    height: 53px;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(bottom, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(360deg, #f6d30c 0, #ffe937 100%);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-box-shadow: 0 4px 0 0 #e7ae01;
    box-shadow: 0 4px 0 0 #e7ae01;
    font-size: 20px;
    text-transform: uppercase;
    font-family: pnb;
    margin-top: 18px;
    width: 100%
}
.modal .modal-body button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6d30c), to(#ffe937));
    background: -webkit-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: -o-linear-gradient(top, #f6d30c 0, #ffe937 100%);
    background: linear-gradient(180deg, #f6d30c 0, #ffe937 100%)
}
.modal h2 {
    font-size: 26px;
    text-align: center;
    color: #033;
    font-family: pnb;
    text-transform: uppercase;
    line-height: 28px;
    width: 100%;
    display: block;
    margin-bottom: 15px
}
.modal h2 span {
    font-size: 20px
}
.modal h4 {
    font-size: 17px;
    color: #033;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: pnr
}
.modal input {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    outline: 0;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 19px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    color: #333
}
.modal input:focus {
    outline: 0
}
.modal input.tel {
    margin-bottom: 0
}
.modal button {
    cursor: pointer;
    outline: 0
}
.modal button:focus {
    outline: 0
}
.modal .close {
    position: absolute;
    right: 9px;
    top: 0;
    opacity: .25;
    font-size: 36px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 46px
}
.modal .close:hover {
    opacity: .85
}

.tel_fix img {
    width: 30px;
    height: 30px;
    margin-top: 15px;
    margin-left: 15px;
}

.tel_fix {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 45px;
    bottom: 47px;
    background-color: #0087c98c;
    border-radius: 90px;
    cursor: pointer;
    z-index: 99999999;
}

.tel_fix:hover{
    background-color: #0087c9;
    transition: 0.5s;


}

img.icon_mobile_menu {
    width: 19px;
    margin-top: -6px;
    margin-right: 3px;
}





.modal-dialog1 .close {
    position: absolute;
    right: 9px;
    top: 0;
    opacity: .25;
    font-size: 36px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 46px;
}

.modal-content1 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}



.modal-content1 {
    background: #fff;

    border: none;

    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.animate_class {
  
    top: 0px!important;
    opacity: 1!important;
    transition: 0.5s;

}






.modal-dialog1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    display: block;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    display: none;
    opacity: 0;
}





.modal-content1 a {
    display: block;
}
.modal-content1 {
    position: fixed;
    width: 270px;
    height: 170px;
    /* background-color: aquamarine; */
    display: block;
    margin: auto;
    top: -200px;
    opacity: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
}


.plus {
    /* margin: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: block; */
    /* float: right; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    /* margin-left: 20px; */
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    /* margin-top: -40px; */
    position: absolute;
    right: 20px;
    top: 18px;
    /* margin: auto; */
}
   
.accordion-content {
    /* background-color: #fbfbfb; */
    border-left: solid 1px;
    border-right: solid 1px;
    border-color: #e3e3e3;
    padding: 0px 30px;
    background-color: #73bde140;
}

.plus:before {
    width: 3px;
    height: 100%; 
    transform: rotate(90deg);
}

.plus:after {
    width: 3px;
    height: 100%;
    transform: rotate(0deg);
}

.rotated:after {
    transform: rotate(90deg);
}

.plus:before, .plus:after {
    background-color: #006494;
    content: '';
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
}



.block_blue_rama {
    /* border: solid 1px; */
    padding: 15px;
    border-color: #03a9f4;
    border-radius: 5px;
    min-height: 445px;
    /* background-color: #FFEB3B; */
}
.zagolovok_usluga {
    font-size: 15pt;
    padding-top: 15px;
    text-align: left;
    /* font-weight: 900; */
    margin-bottom: 12px;
    color: #003c57;
}
.description_usluga {
    text-align: left;
    font-size: 13pt;
}

span.name_headet_text_span {
    width: calc(100% - 50px);
    display: block;
}

                         .accordion {
                           
                            margin: 20px auto;
                        }

                        .accordion-item {
                            border-bottom: 1px solid #ccc;
                        }
.accordion-header {
    padding: 15px;
    background-color: #ffffff;
    cursor: pointer;
    padding-left: 30px;
    font-size: 15pt;
    /* padding-right: 40px; */
    position: relative;
}
                        .accordion-content {
                            display: none;
                            padding: 15px;
                        }

                        .accordion-content p {
                            margin: 0;
                        }













.characteristics svg {
    fill: #0077ffd6;
    width: 50px;
}


.name_item_services {
    text-transform: capitalize;
}
span.del_num {
    text-decoration: line-through;
    font-size: pt;
}

.page-id-511 .block-services .service-item-title span, .page-id-506 .block-services .service-item-title span  {
    color: #03A9F4;
    display: inline-block;
    /* font-size: 10pt; */
    /* margin-top: 40px; */
    font-size: 12pt;
}





.error {
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 0px;
}

.error:nth-of-type(2) {
    padding-bottom: 10px;
    margin-top: 0px;
    padding-top: 10px;
}













































@media (max-width: 1200px) {

        .block-areas .areas-list {
         
            grid-template-columns: repeat(3, 1fr);

        }

            .page-id-511 main .potolki-for .grid, .page-id-506 main .potolki-for .grid {

            grid-template-columns: repeat(3, 300px);

        }
}

@media (max-width: 992px) {

     .page-id-511 main .potolki-for .grid, .page-id-506 main .potolki-for .grid {

            grid-template-columns: repeat(2, 300px);

        }

    .desc {
    width: 500px;
}

        .block-areas .areas-list {
         
            grid-template-columns: repeat(2, 1fr);

        }

                main .kinds {

            padding-top: 40px;
            padding-bottom: 40px;
        }
}


@media (max-width: 767px) {


        .page-id-511 main .potolki-for .grid, .page-id-506 main .potolki-for .grid {

            grid-template-columns: repeat(1, 300px);
            margin: 0 auto;
        width: fit-content;

        }


        .page-id-511 main .texnology img, .page-id-506 main .texnology img {
    width: 100%;
    height: 430px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0px;
}

        .block-areas .areas-list {
         
            grid-template-columns: repeat(1, 1fr);

        }
.block_blue_rama {
     border: solid 0px; 
    padding: 15px;
    border-color: #03A9F4;
    /* border-radius: 5px; */
    min-height: auto;
    background-color: white;
    border-bottom: solid 10px;
    border-color: #73bde175;
}


.tel_fix {
  
    left: 20px;
}

.block_lang {
 
    margin-top: 15px!important;
    margin-bottom: -10px!important;
}


}


@media (min-width: 756px) {

    footer {
        padding-right: 50px;
    }

}


/* CSS анимация */
@keyframes pulse {
    0%, 100% {
        transform: scale(1); /* Начальный и конечный размер элемента */
    }
    50% {
        transform: scale(1.2); /* Максимальный размер элемента в середине анимации */
    }
}

/* Применение анимации к элементу */
.tel_fix img {
    animation: pulse 2s infinite; /* Имя анимации, продолжительность, и бесконечное повторение */
}

.container{
    padding-left: 0px;
    padding-right: 0px;
}



.yazik{
	height: 50px;
	width: 90px;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: -40px;
	
	
	
	
}

.yazik1 {
    position: relative;
    text-align: center;
    /* list-style-type: none; */
    /* border: solid; */
    /* border-width: 2px; */
    /* border-color: #f6d30c70; */
    background: #f6d30c70;
    width: 40px;
    /* height: 40px; */
    border-radius: 4px;
    font-family: pneb;
    font-size: 15px;
    /* text-transform: uppercase; */
    display: block;
    margin-left: -20px;
    margin-bottom: -10px;
    cursor: pointer;
    float: left;
}


   .yazik2 {
    position: relative;
    text-align: center;
    /* list-style-type: none; */
    /* border: solid; */
    /* border-width: 2px; */
    /* border-color: #f6d30c70; */
    background: #f6d30c70;
    width: 40px;
    /* height: 40px; */
    border-radius: 4px;
    font-family: pneb;
    font-size: 15px;
    /* text-transform: uppercase; */
    display: block;
    margin-left: -20px;
    margin-bottom: -10px;
    cursor: pointer;
    float: left;
}

.block_lang {
    width: fit-content;
    margin: 0 auto;
}

a.item_lang {
    background-color: #ffffff54;
    padding: 5px;
    display: block;
    float: left;
    margin: 2px;
    text-decoration: none;
    border: solid 2px;
    border-color: #0188cc;
    color: #0188cc!important;
    transition: 0.3s;
    border-radius: 5px;
    font-size: 11pt;
    width: 40px;
    text-align: center;
}
a.item_lang:hover {

background-color: #0188cc;
 color: white!important;
    transition: 0.3s;
}

.item_lang.active {
    background-color: #0188cc;
    color: white!important;
}

.row{
    margin-right: 0px;
     margin-left: 0px;
}



.menu-toggle .bar {
    width: 25px;
    height: 2px;
    background-color: #0188cc;
    margin: 6px 0;
}

.menu-toggle {
    margin-top: 33px;
    margin: 0 auto;
    display: none;
    width: fit-content;
    margin: 0 auto;
    margin-right: 0px;
    /* margin-top: -32px; */
    /* display: none; */
    background-color: #ff000000;
    /* padding: 2px 8px; */
    width: 41px;
    height: 38px;
    padding-left: 6px;
    padding-top: 2px;
    /* text-align: center; */
    border-radius: 5px;
    /* color: white; */
    cursor: pointer;
    position: relative;
    z-index: 99999;
    right: 5px;
    margin-top: 5px;
    border: solid 2px;
    border-color: #0188cc;
    transition: 0.5s;
}

.menu-toggle:hover {

    transition: 0.5s;

    background-color:  #0188cc;
}


.menu-toggle:hover .bar {
    background-color: white;
}

.menu_mobile_left {
    position: fixed;
    /* width: 100%; */
    /* max-width: fit-content; */
    height: inherit;
    /* height: 100vh; */
    width: 245px;
    z-index: 999999;
    background-color: #fffffff5;
    display: none;
    top: 0px;
    left: 0px;
    right: 0px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    box-shadow: 10px 0px 10px rgb(0 0 0 / 25%);
    margin: auto;
    /* right: 0px; */
    margin-right: 0px;
}

.block_top_menu_mobile {
    padding: 23px;
    background-color: #0188cc;
    height: 0px;
    margin-bottom: 15px;
    /* padding-top: 40px; */
}
.closed_menu_mobile {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px;
    /* background-color: rebeccapurple; */
    cursor: pointer;
    color: #858585;
    padding-top: 13px;
    padding-right: 18px;
}
.menu_mobile_left i.fas.fa-times {
    font-size: 20px;
}
.menu_top_mobile li {
    padding: 15px;
    margin-left: 15px;
    min-width: 190px;
}


.menu_top_mobile li a {
   color: black;
    font-family: 'pnsb';
    font-size: 14pt;
}
.menu_top_mobile ul {
    list-style: none;
        padding-left: 0px;
}

.closed_menu_mobile i.fas.fa-times {
    color: white!important;
}




.block_page_standart {
    padding: 20px 0px;
    min-height: 450px;
}

.title_page {
    text-align: center;
    font-size: 19pt;
    padding: 0px 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.page_lang_link{
    display: none;
}
 

      

           @media(min-width: 992px) {

                 header .header {
                    border-top: solid 0px;
                    border-bottom: solid 2px;
                    border-color: #0188cc;
                } 

           }

   @media(max-width: 992px) {

       .div_line {
            border-top: solid 0px;
            border-bottom: solid 2px;
            border-color: #0188cc;
        }

   }









.submenu-items {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px 10px!important;
    z-index: 99999999;
}

.submenu-items li {
  list-style: none;
}

.submenu-items li a {
  color: #333; /* Color for submenu items */
  text-decoration: none;
}

/* .submenu:hover .submenu-items {
  display: block;
}
 */

.menu_top_mobile .submenu-items >li {
    padding: 2px;
    margin-left: 10px;
}


.menu_mobile_left .submenu-items {

    position: relative;

    background-color: transparent;
    box-shadow: 10px 0px 10px rgb(0 0 0 / 0%);
}


.menu_mobile_left .submenu li a {
   
    width: 90%;
}
 

 .menu_top_mobile ul.submenu-items li {
     padding: 0px;

}


.block_big_menu {
    background-color: white;    position: absolute;
    margin-top: 0px;
    display: none;
       background-color: #f1f1f1;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 10px 10px!important;
    z-index: 99999999;
    left: 0px;
}


.block_big_menu li a{
        color: #333;
}

 body .menu_mobile_left .menu_top_mobile div.block_big_menu {
     position: relative;
padding-top: 15px!important; 
    background-color: #f1f1f100;
    padding: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,0);
    padding: 0px 0px!important;
    margin-left: 0px;

}

.menu_top_mobile .block_big_menu  li {
     padding: 0px; 
     margin-left: 0px; 
}

.menu_top_mobile {
    height: 100%;
    max-height: fit-content;
    /* background-color: RED; */
    overflow-y: auto;
    overflow-x: hidden;
}


.menu_mobile_left .menu_top_mobile .block_big_menu .row {
    padding-top: 15px;
}
















@media (max-width: 992px) {

    .menu_top{
        display: none;
    }   

.menu-toggle {
    display: block;
    top: 0px;
}
a.link_logo {
    display: block;
    width: fit-content;
    margin: 0 auto;
}
header .header .logo-block img {
     margin-right: 0px; 
}


    /* 
.block_lang {
    margin-top: -40px!important;
    margin-left: -10px;
}

 */
}

@media (max-width: 767px) {

    .menu_top{
        display: none;
    }   

    .menu-toggle {
   
    display: block;
    top: 0px;
    }



    /* 
.block_lang {
    margin-top: -40px!important;
    margin-left: -10px;
}

 */
 main .first-block .h1-block {
    height: auto;
}
}

@media (max-width: 576px) {



footer .footer-contacts {
    display: block;
    width: fit-content;
    text-align: center;
    margin-top: 10px;
    margin: 0 auto;
    margin-top: 10px;

      transform: translateX(-20px); 
}


    .copy_footer_tel {
 
    margin-bottom: 50px;

}


footer {

    padding-top: 15px;

}

    header .header .logo-block {
 
    margin-top: -65px;
}
header .header .logo-block img {
 
    width: 80px;
}

    .menu_top{
        display: none;
    }   
.block_lang {
    margin-top: -40px!important;
    margin-left: -10px;
}
.menu-toggle {

    top: 0px;
   
    display: block;
    }



    
main .kinds .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: calc(100% + 60px);
    margin-left: -30px;
}
            main .kinds .grid .item {
            height: 150px;
            width: 100%;
            /* min-height: 100px; */
            -webkit-border-radius: 4px;
            border-radius: 4px;
            background: #fff;
            overflow: hidden;

                 margin-top: 0px;
        }

}
