body {
    color: #000000;
    background: #ffffff;
    font-size: 20px;
    line-height: normal;
    font-family: "Suisse Int'l", 'Arial', sans-serif;
    margin: 0!important;
}

ul li {
    list-style: none;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
}
.header__block{
    display: flex;
    justify-content: space-between;
}



@media (max-width: 1700px) {
body {
    font-size: 14px;
}
}
.head-smg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
}
.head-smg.etiket{
    position: relative;
    background: #efddc4;
}


.head-smg .container {
    border-bottom: 1px solid #eef7ff;
}

.head-smg .head-left {
    display: flex;
    width: 50%;
    box-sizing: border-box;
    /*border-right: 1px solid #eef7ff;*/
    align-items: center;

}
.producer{
    display: flex;
    align-items: center;
    margin: 0 50px 0 0;
}
.producer__info{
    font-size: 10px;
}

@media (max-width: 1700px) {

.head-smg .logo {
    height: 43px;
}
}

.head-smg .logo {
    float: left;
    display: block;
    width: 150px;
    height: 51px;
    background: url(/images/icons/logo3.jpg) no-repeat 0 50%;
    background-size: contain;
    margin-right: 20px;
    min-width: 150px;
}

.menu-smg {
    padding: 30px 0 20px 30px;
}

.head-smg .title-decor {
    float: right;
    display: block;
    text-decoration: none;
    margin: 0;
    background: #eef7ff;
    color: #1f71a5;
}

.title-decor {
    font-family: "Suisse Int'l", 'Arial', sans-serif;
    margin-bottom: 25px;
    color: #b8dcf1;
    border: 1px solid #d4d4d4;
    border-color: #b8dcf1;
    padding: 10px 25px;
    padding-top: 11px;
    border-radius: 30px;
    display: inline-block;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.menu-smg .btn-menu {
    display: none;
    text-decoration: none;
    text-align: center;
    color: #fff;
}

.menu-smg .btn-menu .icon-menu {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    padding-top: 12px;
    border-radius: 50%;
    background: #eef7ff;
    height: 23px;
    width: 25px;
    position: relative;
}

.menu-smg .btn-menu .icon-menu span {
    display: block;
    width: 25px;
    height: 1px;
    background: #1f71a5;
    margin: 4px 0;
    transition: 0.3s all;
}

.menu-smg ul {
    padding: 0;
    margin: 0;
}
.menu-smg ul li {
    list-style: none;
    display: inline-block;
    vertical-align: text-top;
    vertical-align: top;
    margin-left: 2px;
}

.menu-smg ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 25px;
    padding-top: 11px;
    border-radius: 30px;
    /*border: 1px solid #eef7ff;*/
    transition: 0.3s all;
    color: #333;
    position: relative;
}


.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.menu-smg .active .icon-menu span:nth-child(1) {
    transform: rotate(45deg);
    top: 17px;
}

.menu-smg .active .icon-menu span:nth-child(2) {
    opacity: 0;
}


.menu-smg .active .icon-menu span:nth-child(3) {
    transform: rotate(-45deg);
    top: 17px;
}

.menu-smg .active .icon-menu span {
    position: absolute;
}

/****************************************/

.dropdown{
    padding: 0 0 10px 0;
}

.dropdown-content {
    opacity: 0;
    margin: 10px 0 0 0;
    position: absolute;
    background-color: #f6faff!important;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
}

.dropdown-content a {
    color: black!important;
    font-size: 1em;
    padding: 12px 16px;
    text-decoration: none;
    /*display: block;*/
}
.dropdown-content a:hover {
    color: #1f71a5!important;
}

.dropdown:hover .dropdown-content {
   /* display: block;*/
    animation: ani .5s forwards;

}

@keyframes ani {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/****************************************/

.intro__main{
    max-height: 100vh;
    overflow: hidden;
}


.intro {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-top: 130px;
    padding-bottom: 80px;

    background:  url(/images/video_1.mp4) no-repeat 50% 50%;
    background-size: cover;
    color: #eef7ff;
    z-index: 2;
}

.intro::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 82, 142, 0.7);
    z-index: 20;

}

.intro_page{
    position: relative;
    display: flex;
    width: 100%;

    align-items: center;
    align-content: center;
    justify-content: flex-start;
    box-sizing: border-box;
   /* padding-top: 10px;
    padding-bottom: 80px;*/
    background: #1f71a5 url(https://buhler-ahs.kz/wp-content/themes/shablon/img/Untitled-_1_.gif) no-repeat 50% 50%;
    background-size: cover;
    color: #eef7ff;
}
.intro_page:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 82, 142, 0.7);
    z-index: 2;
}

.video{
    position: relative;
   /* padding-bottom: 56.25%;*/
}

.video__media{
    width: 100%;
    height: auto;

    position: absolute;
    top: 0;
    left: 0;
    /*opacity: 0.9;*/
}


.flex_block {
    width: 100%;
    flex-flow: row wrap;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    list-style: none;
}

.cont-two .cont-left {
    width: 100%;
    box-sizing: border-box;
    padding-right: 50px;
    z-index: 20;
}

.intro .text .title-big {
    width: 100%;
    margin-bottom: 40px;
    color: #eef7ff;
}

@media (max-width: 1700px) {

.title-big {
    font-size: 48px;
    line-height: 55px;
}
}
.intro .text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: relative;
    z-index: 4;
    height: calc(100vh - 310px);
}

.cont-two .cont-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
    z-index: 20;
}
.intro .text .descr {
    width: 100%;
    padding-top: 50px;
}

.intro .text .descr p {
    color: #eef7ff;
}
.intro ul {
    position: relative;
    z-index: 4;
    text-align: right;
}

.intro ul li:nth-child(1) {
    margin-bottom: 0;
}

.intro ul li {
    /*color: #88b5d1;*/
}

.intro ul li a {
    text-decoration: none;
    color: #eef7ff;
}
@media (max-width: 1700px) {

.content-title {
    font-size: 30px;
    line-height: 35px;
}
}


.content-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    margin-bottom: 50px;
    margin-top: -10px;
    position: relative;
    font-family: "Suisse Int'l", 'Arial', sans-serif;
}

.intro .socials {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.vk img{
    position: absolute;
    width: 20px;
    top: 28%;
    left: 24%;
}
.yt img{
    position: absolute;
    width: 20px;
    top: 28%;
    left: 24%;
}

.socials li .soc-item:hover{
   /* background: #bd93f9;*/
    transform: scale(1.2);
}

.dz img{
    position: absolute;
    width: 20px;
    top: 28%;
    left: 24%;
}
.inst img{
    position: absolute;
    width: 20px;
    top: 28%;
    left: 24%;
}

.socials li .soc-item {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #eef7ff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    transition: 0.3s all;
    margin: 0 20px 0 0;
}

.intro ul li a {
    text-decoration: none;
    color: #eef7ff;
}

.socials li .tg {
    background-image: url(https://buhler-ahs.kz/wp-content/themes/shablon/img/telegram_app.svg);
}

.socials li .soc-item {
    display: block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: #eef7ff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    transition: 0.3s all;
    position: relative;
}

intro ul li a {
    text-decoration: none;
    color: #eef7ff;
}

.intro ul li .adres {
    margin-top: 20px;
}


/**************************about******************************************/

.about .cont-two .cont-left {
    border-right: 1px solid #d4d4d4;
    padding-top: 100px;
    padding-bottom: 50px;
}

.about .cont-two .cont-right {
    padding-bottom: 20px;
    padding-top: 100px;
}

.about .cont-two .cont-right .title-big {
    margin-top: -15px;
}
@media (max-width: 1700px) {

    .title-big {
        font-size: 53px;
        line-height: 55px;
    }
}

.title-big {
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -2px;
    font-weight: normal;
    margin-bottom: 23px;
    font-family: "Suisse Int'l", 'Arial', sans-serif;
}

.about .cont-two .cont-right .history-item {
    margin-bottom: 30px;
    padding-bottom: 0px;
    border-bottom: 1px solid #d4d4d4;
    padding-left: 30px;
    position: relative;
}

.about .cont-two .cont-right .history-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    background: #1f71a5;
    border-radius: 50%;
}

.entrytext p {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1700px) {
.title-bold, p, li {
    line-height: 20px;
}
}
.about .cont-two .cont-right .history-item strong {
    color: #1f71a5;
}

.entrytext strong {
    font-weight: normal;
    color: #000000;
}

.about .cont-two .cont-left .btn-block {
    width: 100%;
    margin-top: 30px;
}

.btn-go, .btn {
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    background: #1f71a5;
    color: #eef7ff;
    text-decoration: none;
    padding: 18px 40px;
    padding-top: 17px;
    transition: 0.3s all;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 10px;
}

.catalog {
    padding-top: 50px;
    margin: 0 0 200px 0;
}



/**********************************************************************************************/

.catalog .product-item {
    padding: 5px 5px 20px 5px;
    border-radius: 40px;
    background: #faf4ec;
    text-align: center;
}

.catalog .product-item .title-block{
    padding: 0 0 0 10px;

}

.text ul {
    padding: 0 0 0 20px;
}

.text ul li span{
    color: #999;
}

.three-item {
    box-sizing: border-box;
    width: calc(32.333% - 7px);
    margin-right: 10px;
    margin-bottom: 10px;
}
.catalog .product-item .miniature {
    margin-bottom: 30px;
}
.miniature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    max-height: 250px;
    min-height: 390px;
    border-radius: 40px;
}

.miniature video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    max-height: 250px;
    min-height: 290px;
}


.title-block {
    font-family: 'Sofia Pro Semi Bold', 'Karla', sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}


.catalog .product-item ul li {
    margin-bottom: 3px;
}



@media (max-width: 1700px) {

.title-bold, p, li {
    line-height: 20px;
}
}

/***************************************************************************************************************/
.interactive {
    padding-top: 100px;
}

.interactive .cont-two {
    padding-top: 20px;
}
#tab-2, #tab-3, #tab-4 , #tab-5, #tab-6, #tab-7, #tab-8, #tab-9, #tab-10{
    display: none;
}

/****************************************************************************************************************/
.features {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 80px;
    background: #f6faff;
}

.features .features-inner {
    margin-bottom: 20px;
    display:flex;
}

.features .features-inner.benefit {
    width: 300px;
}
.flex_block.benefit{
    justify-content: center;
}



.features .features-inner .icon {
    background-color: #f6faff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-width: 61px;
    border: 1px solid #1f71a5;
    border-radius: 50%;
    background-size: 30px;
    background-position: center center;
}

.icon {
    background-color: #f6faff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    min-width: 61px;
    border: 1px solid #1f71a5;
    border-radius: 50%;
    background-size: 30px;
    background-position: center center;
}

.features .title-big {
    text-align: center;
    margin-bottom: 40px;
}



.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: text-top;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
}

.tabs-nav{
    display: none;
}

.application {
    text-align: center;
    padding: 90px 0;
}
.application .flex_block {
    justify-content: center;
    margin-bottom: 40px;
}
.application .app-item {
    /*background-color: #f6f6f6;*/
    background-color: #f6faff;
    margin: 0 5px;
    width: 300px;

    padding: 30px;
    border-radius: 10px;
    transition: 0.3s;
}

.application .app-item .icon {
    background-color: #f6faff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
    border: 1px solid #1f71a5;
    border-radius: 50%;
    background-size: 30px;
    background-position: center center;

}
.app-item:hover{
    transform: translateY(-10px);
}

.app-item:hover, ~.sert{
    border: 1px solid black;
}



.sert{
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;

    border-radius: 50%;
    background-size: 50px;
    background-position: center center;
    background-repeat: no-repeat
}
.application .flex_block a {
    color: #000;
    text-decoration: none;
}

.portfolio .container-big {
    padding-top: 90px;
    margin-left: 100px;
    border-top: 1px solid #d4d4d4;
}
.portfolio .portfolio-slider {
    position: relative;
    padding-bottom: 90px;
}



.portfolio .portfolio-slider {
    position: relative;
    padding-bottom: 90px;
}

.portfolio .portfolio-slider .owl-stage-outer {
    position: relative;
}

.regular .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.portfolio .portfolio-slider .owl-stage-outer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 30%, #ffffff);
    z-index: 1;
}

.regular .owl-item {
    float: left;
}

.portfolio .portfolio-item {
    width: 400px;
}

.regular .owl-nav {
    position: absolute;
    top: -87px;
    right: 100px;
    display: block;
    z-index: 1;
    font-size: 0;
}

.regular .owl-nav .owl-prev {
    /*background: #fff url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns= 'http://www.w3.org/2000/svg' width= '40' height= '40' viewBox= '0 0 24 24' fill= 'none' stroke= '%23000000' stroke-width= '1' stroke-linecap= 'round' stroke-linejoin= 'round' %3e%3cpath d= 'M15 18l-6-6 6-6' /%3e%3c/svg%3e) no-repeat 45 % 50 %;*/
    background-size: 30px;
    margin-right: 10px;
    background: no-repeat url("/images/icons/strelka2.png");
    background-position: 33% 51%;
}

.regular .owl-nav .owl-next {
    /*background: #fff url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M9 18l6-6-6-6'/%3e%3c/svg%3e) no-repeat 65% 50%;*/
    background-size: 30px;
    background: no-repeat url("/images/icons/strelka.png");
    background-position: 50% 51%;
}

.regular .owl-nav div {
    display: inline-block;
    vertical-align: text-top;
    vertical-align: top;
    width: 50px;
    height: 50px;
    border: 1px solid #d4d4d4;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s all;
    z-index: 2;
}

.clients {
    border-top: 1px solid #d4d4d4;
}

.clients .cont-two .cont-left {
    border-right: 1px solid #d4d4d4;
    padding-top: 100px;
    padding-bottom: 100px;
}


.clients .title-big {
    margin-top: -15px;
    margin-bottom: 23px;
}

.clients .logo-item {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    min-width: 200px;
}

.client{
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #d4d4d4;
    border-radius: 10px;

    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.four-item {
    box-sizing: border-box;
    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
}

.clients .logo-item span {
    display: block;
    width: 100%;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.clients .cont-two .cont-right {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f6faff;
    position: relative;
}

.cont-two .cont-right {
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}

.clients .cont-two .cont-right::before {
    position: absolute;
    content: '';
    /*width: 102px;*/
    height: 100%;
    top: 0;
    right: -100px;
    background: #f6faff;
}

.clients .content-title {
    margin-bottom: 23px;
}

.clients .descr {
    margin-bottom: 25px;
}

.contacts {
    background: #efddc4;
    color: #eef7ff;
}

.contacts .cont-two {
    border-bottom: 1px solid #d4d4d4;
   /* border-color: #eef7ff;*/
}

.contacts .cont-two .cont-left {
    border-right: 1px solid #d4d4d4;
    /*border-color: #eef7ff;*/
    padding-top: 100px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.contacts .cont-two .cont-right {
    padding-top: 100px;
    padding-bottom: 50px;
}

.contacts .cont-two .cont-right .socials {
    margin-top: 130px;
    display: flex;
}

.contacts .cont-two .cont-right ul li:nth-child(1) {
    margin-bottom: 0;
}

.contacts .cont-two .cont-right ul li {
    color: #88b5d1;
}

.contacts .cont-two .cont-right ul li .content-title {
    margin-bottom: 0;
}

.contacts .cont-two .cont-right ul li a {
    text-decoration: none;
}

.contacts a {
    color: #eef7ff;
}

.smg-footer .cont-two .cont-left {
    /*border-color: #eef7ff;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.smg-footer .cont-two .cont-right {
    padding-top: 30px;
    padding-bottom: 30px;
}
.smg-footer .polit {
    float: left;
    text-decoration: none;
}
.smg-footer a {
    color: #eef7ff;
}
.smg-footer {
    font-size: 13px;
    background: #efddc4;
    color: #222;
}

/**********************************************/
.modal-smg_boby {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(3px);
    display: none;
}

.modal-smg_boby .modal-smg_boby-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.modal-smg_boby .modal-smg_boby-content .modal-smg {

    position: relative;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    border-radius: 10px;
}
.modal-smg_boby .modal-smg_boby-content .modal-smg_container {
    padding: 50px 25px;
}

.close--modal-smg {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 30px;
    height: 30px;
    display: block;
    /*background: url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e) no-repeat 50% 50%;*/
    cursor: pointer;
}

.modal-smg_boby .modal-smg_boby-content .title-modal {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000000;
}

.modal-smg_boby .modal-smg_boby-content .descr-modal {
    margin-bottom: 40px;
    line-height: 28px;
}
.modal-smg_boby .modal-smg_boby-content .modal-smg input {
    width: 100%;
    margin-bottom: 15px;
}

form textarea, form input {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    padding-top: 13px;
    padding-bottom: 14px;
    transition: 0.3s all;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}

input, textarea {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    padding-top: 13px;
    padding-bottom: 14px;
    transition: 0.3s all;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
}
.textarea__popup{
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 0 10px;
    padding-top: 13px;
    padding-bottom: 14px;
    transition: 0.3s all;
    box-sizing: border-box;
    outline: none;
    border-radius: 10px;
    width: 100%;
    height: 93%;
}
.block__popup{
    display: flex;
    justify-content: space-between;
}
.block__popup__left{
    width: 40%;
    max-width: 450px;
    margin: 0 20px 0 0;

}

.block__popup__right{
    width: 88%;
    max-width: 425px;
}




.btn-go, .btn {
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    background: #1f71a5;
    color: #eef7ff;
    text-decoration: none;
    padding: 18px 40px;
    padding-top: 17px;
    transition: 0.3s all;
    border: none;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 10px;
}

form .polit-form {
    display: block;
    padding-top: 20px;
    text-align: left;
}

.modal-smg_boby .close-smg_boby {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.5s all;
}

 .polit-form input:checked ~ .checkmark::before {
    /*background: rgba(0, 0, 0, 0.2) url(data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'%3e%3c/polyline%3e%3c/svg%3e) no-repeat 50% 50%;*/
    background-size: 12px;
}

.polit-form .checkmark::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0;
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: 0.1s all;
}
.polit-form .checkmark {
    padding-left: 25px;
    display: block;
    position: relative;
    font-size: 11px;
    line-height: 14px;
}

.modal-smg_boby .modal-smg_boby-content .btn {
    width: 100%;
    box-sizing: border-box;
}

.modal-smg_boby .modal-smg_boby-content .modal-smg input {
    width: 100%;
    margin-bottom: 15px;
}

.polit-form input {
    display: none !important;
}

.menu-smg {
    float: right;


}
.reguisites{
    padding: 50px 0 50px 0;
    display: flex;
}

table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 16px;
    border-collapse: collapse;
    text-align: center;
}
th, td:first-child {
    background: #1f71a5;
    color: white;
    padding: 15px 20px;
}
th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    /*border-color: white;*/
}
td {
    background: #D8E6F3;
}
th:first-child, td:first-child {
    text-align: left;
}

/******************************************************/
.contacts{
    width: 100%;
    height: 100%;
}

.contact__block{
    display: flex;
    margin: 0 0 50px 0;
}

.contact__info{
    margin: 0 0 0 30px;
}

.contact__img img{
    display: flex;
    height: 100%;
    width: 100%;
    max-height: 350px;
    border-radius: 4px;
}

.contact-property__label {
    margin: 0 0 5px 0;
    color: #999;
}
.contact-property__value {
    color: #333;
    margin: 0 0 15px 0;
    font-size: 16px;
}
.contacts__sticky-panel__info .contact-property--address {
    padding: 6px 0 19px 0;
}
.contact-property__value a{
    color: #333;
    text-decoration: none;
}
.contact-property__value a:hover{
    color: #1f71a5;

}
.contact-property__value ul{
    padding: 0 0 0 10px;
    margin: 0;
}



/******************************************************/

.breadcrumbs{
    display: flex;
    margin: 10px 0 30px 0;
}
.breadcrumbs__link {
    color: #999;
    text-decoration: none;
}

.breadcrumbs__item{
    color: #999;
}

.breadcrumbs__separator {
    position: relative;
    zoom: 1;
    bottom: -1px;
    display: inline-block;

    margin: 0 5px 5px 5px;
    border: none;
    color: #ddd;
}
/******************************************************************/

.maxwidth-theme{
    font-size: 17px;
    color: #555;
}
/******************************************************************/


/*=============
Adding tick marks
=========================*/
.range-slider {
    flex: 1;
}

.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #d3d3d3;
    line-height: 40px;
}

/*=============
End tick marks
=========================*/


input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/

    /* New additions */
    height: 6px;
    background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    background-color: #f50;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255,85,0, .1)
}
input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}
input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255,85,0, .2)
}

/*=============
Aesthetics
=========================*/

body {
    font-family: system-ui;
}

h1 {
    color: #4b4949;
    text-align: center;
}

.wrapper {
    color: #4b4949;
    background: #f50;
    max-width: 400px;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.range {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
    height: 8rem;
    width: 80%;
    background: #fff;
    padding: 0px 10px;
}

.value {
    font-size: 26px;
    width: 50px;
    text-align: center;
}


/******************************************************************/
.fbc{
    display: flex;
    align-items: center;
}
.fbai{
    display: flex;
    align-items: flex-end;
}

.fb{
    display: flex;
}

.block__input{
    min-width: 400px;
}

.account_product_block_title{
    margin: 0 0 10px 0;
}
.benefit .form-actions.form-group{
    margin: 30px 0 0 0;
}

.delete{
    margin: 30px 0  0 10px;
    background: #f15c5c !important;
}

.prewrap{
    white-space: pre-wrap;
}
.mb-10{
    margin: 0 0 11px 0;
}
.mb-40{
    margin: 0 0 40px 0;
}





/******************************************************************/
.input-file {
    position: relative;
    display: inline-block;
}
.input-file span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + span {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover span {
    background-color: #59be6e;
}
.input-file:active span {
    background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + span {
    background-color: #eee;
}
.width__100{
    width: 100%;
    max-width: 100%;
}


.block__slider{

    display: flex;
    margin: 0 0 20px 0;
}

.block__slider__img{
    width: 55px;
}

.icons_delete{
    position: absolute;
    max-width: 15px;
}
.block__slider__wrapper{
    margin: 0 20px 0 0;
}

.account_product_block_title{
    margin: 20px 0 0 0;
}



/******************************************************************/
.breadcrumbs {
    padding-top: 30px;
}
.breadcrumbs {
    padding-bottom: 17px;
}
.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs__link {
    color: #817F7D;
}
.product{
    display: block;
    font-family: "Noto Sans", sans-serif;
    line-height: normal;
    font-weight: 400;
    color: #514C47;
}

.product__title {
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    color: #100F0E;
}

.product__title__main{
    margin-top: 0px;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: -2px;
    font-weight: normal;
    font-family: "Suisse Int'l", 'Arial', sans-serif;
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product__slider{
    width: 50%;
  /*  background-color: red;*/
}

.product__slider img{
    max-width: 350px;
    max-height: 450px;
    /*border: 0.3px double #ccc;*/
    padding: 5px 0px 5px 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.product__desc{
    width: 50%;

}

.product__slider-box{
    text-align: center;

}
.f-thumbs__slide__button{
    display: none;
}
.product__inner {
    margin: 0 0 30px 0;
}

.product__desc{
    /*white-space: pre-wrap;*/
    line-height: calc(1em + 10px);
    font-size: 17px;
    margin: 0 0 30px 0;
}

.product__characteristic{
    padding: 30px 20px 30px 20px;
    background-color: #f6faff;
}

.product__detailes{
    padding: 30px 20px 30px 20px;
    background-color: #d0e3f7;
}

.product__block__title{

}

.product__block{
    margin: 0 0 30px 0;
}

.product__block1__desc{
    margin-bottom: 8px;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
}

.product__block2__desc{
    margin-bottom: 8px;
    text-align: justify;
    font-size: 15px;
    line-height: 1.9;
}
.product__link{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    transition: 0.3s all;
}

.product__link:hover{
    text-decoration: underline ;
    color: #04a9f6;
}



h2 {
    font-size: 2em;
    line-height: calc(1em + 14px);
    margin: 30px 0 25px;
}

.block__video{
    display: flex;
    justify-content: space-around;
    margin: 0 0 30px 0;
}

.block__video video{
    max-width: 100%;
}

.lSPager.lSGallery{
    margin: 0 0 10px 0!important;
}


.btn-go.button__order{
    padding: 15px 40px;
    background: #faf4ec;
    color: #333;
    border: 1px solid #333;
    border-radius: 40px;
}

.btn-go.button__order:hover{
    background-color: #fff;
}




.lSSlideOuter .lSPager.lSGallery li.active {
    border-radius: 5px;
    border: 1px solid #04a9f6;
}

.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 5px;
    border: 1px solid #e5e5e5
}

.lSGallery{
    width: 100% !important;
}


.cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

.card {
    position: relative;
    transition: background  0.1s linear;
    width: 23%;

    border: 1px solid #e5e5e5;
    margin: 0 5px 30px 15px;
}

.card:hover {

    /* background-color: #1f71a5;*/
}

.card__img img {
    display: block;
    transition: opacity .1s linear;
    width: 100%;
    height: 200px;

}

.card:hover .card__img img{
    opacity: 0.5;
}

.card__img{
    transition: transform  0.1s linear;
}
.card__img:hover{
    cursor: pointer;
}

.card__text{
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 2;
    transform: translate3d(0, -50%, 0);

    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
}

.card:hover .card__text{
    opacity: 1;
}

.card:hover .cart__title{
    color: #1f71a5;
}

.card__img a{
    text-decoration: none;
}
.cart__title{
    color: #000;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 30px 0px 30px;

}
.cart__data{
    display: flex;
    justify-content: flex-end;
    padding: 0 20px 0 0;
    color: #555;
}

/**************************************************/
.portfolio-details__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    padding-top: 50px;
}
.portfolio-details__links a{
    text-decoration: none;
}

.portfolio-details__link {
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(97, 85, 64, 0.15);
    box-shadow: 0px 4px 30px 0px rgba(97, 85, 64, 0.15);
    background-color: #fff;
    max-width: 616px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.portfolio-details__link--prev .portfolio-details__link-img {
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
    max-width: 168px;
}

.portfolio-details__link--prev .portfolio-details__link-img img {
    width: 100%;
    display: block;
    height: 100%;

}
.portfolio-details__link-content {
    padding: 15px 15px 15px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: background 0.1s linear
}
.portfolio-details__link-content:hover{
    background-color: #D8E6F3;
}

.portfolio-details__link-subtitle {
    display: block;
    color: #888;
    margin-bottom: 10px;
}

.portfolio-details__link-title {
    display: block;
    color: #514C47;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}
.section{
    padding: 0 0 30px 0;

}


/**************************************************/
.paginations {
    margin: 0 0 30px 0;
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__link--active {
    color: #514C47;
}
.pagination__link {
    font-size: 18px;
    font-weight: 700;
    color: #DCDDE3;
    display: block;
    margin: 10px 10px 13px 10px;
}
.pagination__link--active {
    color: #1f71a5;
}
.paginations a{
    text-decoration: none;
}

.fixed_wrapper {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 102;
}

.right-sidebar-wrapper {
    position: absolute;
    right: -1px;
    width: 63px;
    background-color: #fff;
    background-color: var(--card_bg_black);
    box-shadow: -7px 5px 11px rgba(0, 0, 0, .1);
    border-radius: 4px 0 0 4px;
    top: 185px;
    overflow: hidden;
}
.right_dok .link>span {
    display: block;
    height: 100%;
    text-align: center;
    line-height: 64px;
    background: #fff;
    cursor:pointer;
}
.svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.svg svg {
    display: block;
}

.delete__list{
    margin: 0 0 0 10px;
    color: #fff;
    font-width: 600;
    background-color: #17a2b8;

    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


.delete__list:hover{
    background: #dc3545;
    color: #fff;
}


.news__list{
    margin: 0 0 10px 0;
}
p img{
    max-width: 100%;
    height: 100%;
}

.product-cards{
    display: flex;
    flex-direction: column;
    transition: background-color 0.1s ease-in-out, transform 0s linear;
    padding: 5%;
    box-sizing: border-box;
}

.product-card-sides.detailes{
    display: flex;
}

.product-cards2{
    padding: 20px 0 0 0;
    font-size: 20px;
}
.product-cards2__text{
    padding: 20px 0 0 0;
    font-size: 20px;
}

.product-card-badges a {
    background-color: #cdff63;
}

.breadcrumbs__item{
    display: flex;
    margin: 0 0 20px 0;
}
.breadcrumbs__item__link{
    padding: 0 15px 0 0;
}

.breadcrumbs__item__link a{
    text-decoration: none;
   color: #222;
    font-size: 17px;
}
.containers{
    margin: 30px auto 0 auto;
    max-width: 1320px;
}

/******************************************************************/
/******************************************************************/
/******************************************************************/
/******************************************************************/



@media (max-width: 1280px) {

    .container {
        margin: 0 20px;
    }

    .menu-smg .btn-menu {
        display: block;
    }
    .header__block {
        justify-content: space-between;
    }
    .menu-smg {
        padding: 20px 0;
    }

    .menu-smg .menu-animate-mobile {
        display: none;
        position: absolute;
        top: 87px;
        background: #efddc4;
        padding: 40px 0;
        left: 0;
        width: 98%;
        z-index: 20;
        margin: 0 0 0 10px;
    }

    .menu-smg ul li {
        display: block;
        text-align: center;
    }
    .menu-smg ul li a {
        padding: 10px 20px;
        color: #222;
        border: none;
        text-align: left;
        font-size: 20px;
        line-height: 30px;
    }
}


@media (max-width: 1100px) {

    .producer {
        display: none;
    }
    .product__desc {

        font-size: 15px;
    }
    .card {
        width: 29%;
        min-width: 250px;
    }
    .cards {
        justify-content: space-between;
    }

}

@media (max-width: 1000px) {
    .product__inner {
        flex-wrap: wrap;
    }
    .product__slider, .product__desc{
        width: 100%;
    }
    .product__title {
        font-size: 25px;
    }
}



@media (max-width: 900px) {
    .intro{
        padding-bottom: 0px;
    }

    .application .app-item {
        margin: 5px 5px;
    }

    .cont-two .cont-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .cont-two .cont-right {
        width: 100%;
        padding: 0;
    }

    .intro .text {
        display: block;
        height: auto;
        border-bottom: 1px solid #eef7ff;
        padding-bottom: 30px;
    }
    .cont-two .cont-right {
        width: 100%;
        padding: 0 0 80px 0;
    }
    .intro ul li:nth-child(1) {
        margin-bottom: 5px;
    }
    .intro .text .title-big {
        padding-top: 202px;
    }
    .title-big {
        font-size: 40px;
        line-height: 53px;
    }
    .content-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .three-item {
        width: 500px;
        margin: 0 auto;
    }

    .flex_block.benefit {
        flex-direction: column;
    }

    .three-item {
        width: 100%;
        margin-right: 0;
    }

    .features {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 80px;
        background: #f6faff;
    }

    .contacts .cont-two .cont-left {
        border-right: none;
        padding-top: 50px;
        padding-bottom: 0;
    }
    .contacts .cont-two .cont-right {
        padding-top: 0;
    }
    .cont-two .cont-right {
        width: 100%;
        padding: 0;
    }
    .contacts .cont-two .cont-right .socials {
        margin-top: 30px;

    }
    smg-footer .cont-two .cont-left {
        padding-top: 30px;
        padding-bottom: 30px;
    }.cont-two .cont-left {
         margin-bottom: 0px;
     }

    .contacts .cont-right ul{
         padding-left: 0;
     }

    .smg-footer .cont-two .cont-left {
        border-right: none;
    }

    .contact__block {
        flex-direction: column;
    }

    .contact__info {
        margin: 20px 0 0 30px;
    }
    .portfolio .container-big{
        margin-left: 50px;
    }

    .intro .text .title-big {
        padding-top: 30px;
    }

    .intro {
        padding-top: 0px;
    }

}


@media (max-width: 800px) {

    .head-smg .title-decor {
        display: none;
    }
    .about .cont-two .cont-left {
        border-right: none;
    }
    intro .text .title-big {
        padding-top: 0px;
    }
    .intro .text .descr {
        padding-top: 0px;
    }
    .intro {
        padding-top: 0px;

    }
    .video__media {
        width: 890px;
    }

    .catalog .product-item {
        margin: 0 0 20px 0;
    }
    .card {
        position: relative;
        transition: background 0.1s linear;
        width: 45%;
    }

}

@media (max-width: 600px) {
    .cont-two .cont-right {
        padding: 0 0 40px 0;
    }
    .about .cont-two .cont-left {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about .cont-two .cont-right {
        padding-top: 0px;
    }

    .catalog {
        padding-top: 0px;
    }
    .interactive {
        padding-top: 50px;
    }
    .features {
        margin-top: 0px;
        padding-top: 30px;
    }
    .clients .cont-two .cont-right {
        padding-top: 50px;
        padding-bottom: 50px;
        padding: 50px 10px 50px 10px;
    }

    title-big {
        font-size: 30px;

    }.portfolio .container-big{
         margin-left: 15px;
         letter-spacing: 0px;
         font-size: 30px;
     }
    .portfolio .container-big {
        padding-top: 45px;
    }


}


@media (max-width: 500px) {

    th, td:first-child {
        padding: 10px 10px;
    }
    table {
        font-size: 15px;
    }

    .title-big{
        font-size: 25px;
        letter-spacing: 0px;
    }
    .title-big h1{
        font-size: 25px;
    }
    .regular .owl-nav {
        top: -77px;
        right: 18px;
    }
    .card {
        width: 100%;
    }

}


@media (max-width: 420px) {

    .intro::before {
        height: 96%;
    }

    .block__popup {
        flex-wrap: wrap;
    }
    .block__popup__left {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .block__popup__right {
        width: 100%;
        max-width: 100%;
    }


}
