* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 115px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.header-light {
    background: #61abe6;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .95;
    z-index: -7;
    display: none;
}

.header__content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0 0 0;
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0
}

.menu_item {
    margin: 7px 19px 0 19px;
    list-style: none
}

.menu_link {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}

.menu_link:hover {
    border-bottom: 2px solid #f20b0b;
    color: #FFFFFF;
}

.activus {
    border-bottom: 2px solid #f20b0b !important;
    color: #FFFFFF !important;	
}

.header__logo {
    width: 178px;
    height: 45px;
    margin: 0 56px 0 56px;
}

#search-icon {
    cursor: pointer;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-left: 15px;
    transition: color 0.3s ease-out;
}

.search {
    transform: translate(-35%);
    -webkit-transform: translate(-35%);
    transition: transform 0.7s ease-in-out;
    color: #3498db;
}

.no-search {
    transform: translate(0);
    transition: transform 0.7s ease-in-out;
}

.search-input {
    position: absolute;
    top: 45px;
    right: 280px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.6s ease;
}

.search-active {
    opacity: 1;
    z-index: 0;
}

input {
    border: 0;
    width: 183px;
    border-left: 1px solid #ccc;
    border-radius: 3px;
    outline: 0;
    padding: 5px;
}

.mask {
    width: 100%;
    min-height: 785px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}


.home {
    width: 100%;
    min-height: 785px;
    background: url("../images/background/home.jpg") center center/cover no-repeat;

}

.home__logo img {
    margin: 42px 0 0 43%;
    display: none;
}

.home_title-block {
    margin-top: 320px;
}

.home_title {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
}

.home_subtitle {
    font-size: 35px;
    font-weight: 300;
    color: #FFFFFF;
}

.home_position {
    z-index: 2;
}

.home_block {
    margin-top: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.home_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 30px 25px 55px;
}

.home_icon {
    margin-right: 12px;
}

.home_call {
    margin: 0;
    color: #FFFF;
    font-size: 14px;
}

.home_number {
    color: #FFFF;
    font-size: 19px;
    text-decoration: none;
    font-weight: 700
}

.home .btn {
    width: 238px;
    height: 40px;
    background: #61abe6;
    border: none;
    font-size: 12px;
    border-radius: 36px;
    color: #FFFFFF;
}

.home_mouse {
    display: flex;
    justify-content: center;
    margin-top: 150px;
}

.scroll-mouse {
    display: block;
    width: 22px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 717px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.mouse {
    border: 2px solid #fff;
    border-radius: 17px;
    height: 38px;
    width: 22px;
    display: block;
    z-index: 10;
    margin: 155px auto 0 auto;
}
.mouse .wheel {
    position: relative;
    border-radius: 4px;
    background:#fff;
    width: 2px;
    height: 7px;
    margin: auto;
}
.mouse .wheel {
    -webkit-animation-name: wheel;
    animation-name: wheel;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes wheel {
0% {
    top: 3px;
    opacity: 0;
}
30% {
    top: 10px;
    opacity: 1;
}
100% {
    top: 18px;
    opacity: 0;
}
}

@keyframes wheel {
0% {
    top: 3px;
    opacity: 0;
}
30% {
    top: 10px;
    opacity: 1;
}
100% {
    top: 18px;
    opacity: 0;
}
}




.about {
    min-height: 515px;
}

.about_item-block {
    margin-top: 95px;
}

.about_item-third {
    margin-top: 177px;
}

.about_icon-block {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 27px;
}

.about_icon-descr {
    margin-left: 30px;
}

.about_icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #484848;
    line-height: 19px;
}

.about_icon-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #484848;
}

.about_title {
    font-size: 28px;
    font-weight: 700;
    position: relative;
}

.about_title:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 3px;
    bottom: -12px;
    left: 0;
    background: #61abe6;
}

.about_description {
    font-size: 14px;
    color: #484848;
}

.btn-border {
    width: 180px;
    height: 34px;
    color: #484848;
    font-size: 14px;
    border-radius: 0;
    border: 2px solid #484848;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.pretext {
    /*min-height: 910px;*/
    background: #f2f2f2;
	padding-bottom: 50px;
}

.pretext2 {
    /*min-height: 910px;*/
    background: #ffffff;
	padding-bottom: 50px;
}

.pretext_row {
    margin-top: 85px;
}

.pretext__title-main span, .pretext__title-main h1 {
    position: relative;
    top: 50px;
    font-size: 28px;
    font-weight: 700;
    color: #484848;
	text-transform: uppercase;
}

.pretext__title-main span:after, .pretext__title-main h1:after {
    display: block;
	content: "";
    width: 98px !important;
    height: 3px;
	margin: 0px auto;
    background: #61abe6;
}

.pretext_block {
    padding: 0 22px 0 22px;
    margin-top: 15px;
}

.pretext_item {
    background: #FFFF;
    height: 350px;
}

.pretext_image img {
    max-width: 80%;
    max-height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.pretext_image {
	height: 200px !important;
}

.pretext_image {
	position: relative;
}

.pretext_title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
	cursor: pointer;
}

.pretext_btn {
    display: flex;
    justify-content: center;
}

.pretext_btn .btn {
    width: 238px;
    height: 40px;
    background: #61abe6;
    border: none;
    margin-top: 55px;
    font-size: 15px;
    border-radius: 36px;
    color: #FFFFFF;
}

.work {
    min-height: 600px;
    background-size: cover;
    position: relative;
}

.work_mask {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -5;
    background: rgba(0, 0, 0, 0.5);
}

.work__title-main {
    margin: 50px 0 83px 0;
    font-size: 28px;
    font-weight: 700;
    color: #FFFF;
}

.work_block {
    margin-bottom: 52px;
}

.work_circle {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #fff82e;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_circle span {
    font-size: 32px;
    font-weight: 700;
}

.work_circle:before {
    content: '';
    position: absolute;
    width: 129px;
    top: 29px;
    right: 72px;
    height: 2px;
    background: #fff82e;
}

.work_circle:after {
    content: '';
    position: absolute;
    width: 129px;
    top: 29px;
    left: 72px;
    height: 2px;
    background: #fff82e;
}

.work_title {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 14px;
    font-weight: 600;
}

.work_btn {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.work_btn .btn {
    width: 238px;
    height: 40px;
    background: #61abe6;
    border: none;
    font-size: 15px;
    border-radius: 36px;
    color: #FFFFFF;
}

.catalog {
    width: 100%;
    min-height: 615px;
    background: #f2f2f2;
}

.catalog_block {
    width: 683px;
    height: 504px;
    background: #FFFF;
    margin: 54px 0 0 -120px;
    padding: 94px 120px 0 234px;
}

.catalog_item-title {
    font-size: 38px;
    font-weight: 700;
}

.catalog_item-descr {
    font-size: 18px;
    margin-top: 38px;
}

.carousel__inner-catalog {
    width: 510px;
    margin: 100px auto;
    position: relative;
}

.catalog .slick-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: -100px;
    left: 187px;
    border: none;
    background: url("../images/icon/prev.png") center center/cover no-repeat
}

.catalog .slick-next {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: -100px;
    right: 187px;
    border: none;
    background: url("../images/icon/next.png") center center/cover no-repeat
}

.catalog .slider__image {
    width: 100%;
    cursor: pointer;
}


.review {
    min-height: 610px;
    width: 100%;
}

.review__title-main span {
    position: relative;
    top: 57px;
    font-size: 28px;
    font-weight: 700;
    color: #484848;
}

.review__title-main span:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 3px;
    bottom: -9px;
    left: 15%;
    background: #61abe6;
}

.review_block-bg {
    width: 554px;
    height: 275px;
    background: #134369;
    color: #FFFF;
    font-size: 16px;
    padding: 45px 75px 0 45px;
    position: relative;
    margin: 110px auto 0 auto;
}

.review_item {
    display: flex;
    align-items: center;
    margin: 10px 0 40px 114px;
}

.review_triangle {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    border-top: 34px solid #134369;
    position: absolute;
    bottom: -32px;
    left: 41px;
}

.review_name {
    font-size: 16px;
    font-weight: 800;
    margin-left: 38px;
}

.carousel__inner-review {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
    height: 100%;
    background: #00000050;
    display: none
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 400px;
    padding: 20px 25px;
    background: #61abe6;
}

.modal__subtitle {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.modal__descr {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;

}

.modal_mini {
    height: 200px
}

.modal_name {
    width: 301px;
    height: 39px;
    font-size: 14px;
    color: #4B4B4B;
    padding-left: 21px;
    border-radius: 26px;
    border: 1px solid;
}

.modal_btn {
    width: 301px;
    height: 39px;
    font-size: 16px;
    color: #ffffff;
    border-radius: 20px;
    border: none;
    background: #134369;
    margin-top: 20px;
}

.modal_close {
    font-size: 11px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e34646;
    color: #FFFFFF;
}

.modal label {
    display: block;
    margin-top: 14px
}

#consultation, #order, #thanks {
    display: none
}

.form {
    width: 100%;
    min-height: 335px;
}

.form_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -5;
    background: rgba(0, 0, 0, 0.5);
}

.form__title-main {
    font-size: 28px;
    font-weight: 700;
    color: #FFFF;
    padding: 40px 0 50px 0;
}

.form__content {
    display: flex;
    justify-content: center;
    align-items: center
}

.form__name {
    width: 360px;
    height: 39px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(250, 250, 250, 0.6);
    padding-left: 21px;
    border-radius: 20px;
    border: none;
    margin: 0 20px 20px 0;
}

.form__btn {
    width: 360px;
    height: 39px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 20px;
    background: #61abe6;
    border: none;
}

.carousel-down {
    width: 100%;
    min-height: 430px;
    position: relative;
    background: #f2f2f2;
}

.carousel__inner {
    margin: 100px 0 0 42px;
    position: relative;
}

.slick-dots li {
    display: none;
}

.carousel-down .slick-prev {
    position: absolute;
    width: 50px;
    height: 51px;
    top: 83px;
    transform: translate(-50%);
    left: -45px;
    border: none;
    font-size: 0;
    background: url("../images/icon/left.png") center center/contain no-repeat
}

.carousel-down .slick-next {
    position: absolute;
    width: 50px;
    height: 51px;
    top: 83px;
    transform: translate(-50%);
    right: -45px;
    border: none;
    outline: none;
    font-size: 0;
    background: url("../images/icon/right.png") center center/contain no-repeat
}

.carousel-down__title-main span {
    position: relative;
    top: 43px;
    font-size: 28px;
    font-weight: 700;
    color: #484848;
}

.carousel-down__title-main span:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 3px;
    bottom: -15px;
    left: 30%;
    background: #61abe6;
}

.clients {
    width: 100%;
    min-height: 260px;
}

.clients__title-main span {
    position: relative;
    top: 54px;
    font-size: 28px;
    font-weight: 700;
    color: #484848;
}

.clients__title-main span:after {
    content: "";
    position: absolute;
    width: 98px;
    height: 3px;
    bottom: -15px;
    left: 30%;
    background: #61abe6;
}

.clients_block {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avangard{
    background-image: url("../images/clients/avangard-b.png");
    display: block;
    width: 160px;
    height: 52px;
    transition: .6s all;
}
.avangard:hover{
    background-image: url("../images/clients/avangard.png");
}
.demirbank{
    background-image: url("../images/clients/demirbank-b.png");
    display: block;
    width: 160px;
    height: 46px;
    transition: .6s all;
}
.demirbank:hover{
    background-image: url("../images/clients/demirbank.png");
}
.manas{
    background-image: url("../images/clients/manas-b.png");
    display: block;
    width: 160px;
    height: 48px;
    transition: .6s all;
}
.manas:hover{
    background-image: url("../images/clients/manas.png");
}
.globus{
    background-image: url("../images/clients/globus-b.png");
    display: block;
    width: 160px;
    height: 40px;
    transition: .6s all;
}
.globus:hover{
    background-image: url("../images/clients/globus.png");
}
.meguin{
    background-image: url("../images/clients/meguin-b.png");
    display: block;
    width: 160px;
    height: 69px;
    transition: .6s all;
}
.meguin:hover{
    background-image: url("../images/clients/meguin.png");
}
.borsan{
    background-image: url("../images/clients/borsan-b.png");
    display: block;
    width: 160px;
    height: 36px;
    transition: .6s all;
}
.borsan:hover{
    background-image: url("../images/clients/borsan.png");
}

.clients-row {
    margin-top: 80px;
}

.footer {
    width: 100%;
    min-height: 495px;
    background: #2a4468;
}

.footer__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}

.footer__item {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.footer__title {
    font-size: 18px;
    color: #FFFF;
    margin-bottom: 30px;
}

.footer__menu {
    padding-left: 0;
    line-height: 12px;
}

.footer__menu-item {
    list-style: none;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 18px;
}

.footer__menu-item_bishkek {
    line-height: 25px;
    font-weight: 700;
}

.footer__menu-item_osh {
    margin: 25px 0;
}

.footer__menu-link {
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
}

.footer__menu-link span {
    font-weight: 800;
}

.footer__menu-link_btn {
    display: block;
    width: 220px;
    height: 40px;
    font-size: 12px;
    border: 2px solid;
    padding: 12px;
    text-decoration: none;
    color: #FFFF;
    border-radius: 20px;
    margin: 10px auto;
}

.footer__item-line {
    position: relative;
}

.footer__item-line:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 186px;
    left: -2%;
    background: #325384;
}

.footer__item-line:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 186px;
    right: -2%;
    background: #325384;
}

.footer_subtitle {
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
    margin-top: 45px;
}

.footer_social-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.footer_social-item {
    display: flex;
    justify-content: space-around;
    margin: 21px 0 29px;
}

.footer_protection-title {
    font-size: 12px;
    color: #FFFF;
}

@media screen and (max-width: 1279px) {
    .home_title {
        font-size: calc(15px + (20 + 20 * 0.7) * ((100vw - 320px) / 1280));
    }

    .home_subtitle {
        font-size: calc(15px + (20 + 20 * 0.7) * ((100vw - 320px) / 1280));
    }

    .header__logo {
        margin: 0 10px 0 10px;
    }

    .menu_item {
        margin: 7px 10px 0 10px;
    }

    form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 45px;
    }

    .footer__item-line:before,
    .footer__item-line:after {
        display: none;
    }

}

@media screen and (max-width: 1200px) {
    .about_item-third {
        margin: 0;
    }

    .work_btn {
        margin: 0 0 45px;
    }

    .pretext_btn .btn {
        margin: 45px 0 45px;
    }

    .carousel__inner-catalog {
        margin: 100px auto 145px;
    }
}

@media screen and (max-width: 1023px) {
    .header__logo {
        margin: 0 10px 0 25px;
    }

    .menu_item {
        margin: 7px 0 0 10px;
    }

    .header__search img {
        margin: 10px 0 0 6px;
    }

    .pretext__title-main span {
        top: 30px;
    }

    .pretext_row {
        margin-top: 60px;
    }

    .pretext_btn .btn {
        margin: 45px 0 45px;
    }

    .carousel__inner-catalog {
        width: 450px;
    }

    .catalog .slick-next {
        right: 160px;
    }

    .catalog .slick-prev {
        left: 160px;
    }

    .review_item {
        margin: 20px 0 40px 253px;
    }

}

@media screen and (max-width: 991px) {
    .header-light {
        opacity: 0;
    }

    .header .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        z-index: 12;
        left: -100%;
        top: 0;
        opacity: .95;
        background: #61abe6;
        height: 100vh;
        width: 50%;
        justify-content: center;
        align-items: center;
        transition: .6s all
    }

    .header__logo {
        margin: 10px 0px 15px 0px;
    }

    .menu_link {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        text-decoration: none;
    }

    .menu_link:hover {
        text-decoration: underline;
        color: #ffac0e
    }

    .header .menu_active {
        left: 0;
        transition: .6s all
    }

    .menu_item {
        margin: 0 0 15px 0;
    }

    .burger {
        cursor: pointer;
    }

    .header .burger {
        display: block;
        position: absolute;
        width: 30px;
        height: 20px;
        top: 35px;
        right: 40px;
    }

    .header .burger span {
        display: block;
        height: 3px;
        background: #61abe6;
        margin-top: 5px;
        transition: .3s all
    }

    .header .burger_active {
        top: 49px
    }

    .header .burger_active span {
        margin-top: -2px
    }

    .header .burger_active span:nth-child(1) {
        transform: rotate(-45deg)
    }

    .header .burger_active span:nth-child(2) {
        display: none
    }

    .header .burger_active span:nth-child(3) {
        transform: rotate(45deg)
    }

    .home__logo img {
        margin: 42px 0 0 43%;
        display: block;
    }

    .header__logo-block {
        display: none;
    }

    #search-icon {
        position: absolute;
        top: 4px;
        right: 50%;
    }

    .search-input {
        top: 5px;
        right: 0px;
    }

    input {
        width: 49%;
    }

    .about_icon-descr, .about_icon-title {
        font-size: 12px;
    }

    .review_item {
        margin: 25px 0 40px 125px;
    }

    .carousel__inner-review {
        display: block;
    }

    .carousel__inner-review .slick-next{
        position: absolute;
        left: -300px;
    }

    .carousel__inner-review .slick-prev {
        position: absolute;
        left: -300px;
    }

    .review_sector {
        display: none;
    }

    .footer_protection-item {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 768px) {
	a.posm:link, a.posm:visited {
		width: 70%;
		height: 50px;
		color: #000000;
		background: rgba(255,250,45,0.9);
		display: inline-block;
		border-radius: 7px;
		line-height: 50px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
		text-decoration: none !important;
		margin-bottom: 80px;
	}
	.header__logo img {
		max-width: 180px;
		height: auto;
	}
}

@media screen and (max-width: 767px) {
    .home__logo img {
        margin: 42px 0 0 38%;
    }

    .about_item-third {
        margin: 0;
    }

    .carousel__inner {
        margin: 100px 0 0 59px;
    }

    .review_item {
        margin: 25px 0 40px 60px;
    }
	
	a.posm:link, a.posm:visited {
		width: 100%;
		height: 50px;
		color: #000000;
		background: rgba(255,250,45,0.9);
		display: inline-block;
		border-radius: 7px;
		line-height: 50px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 20px;
		text-decoration: none !important;
		margin-bottom: 80px;
	}	
	
}

@media screen and (max-width: 575px) {
    .header .burger {
        right: 20px;
    }

    .pretext_item {
        width: 350px;
        margin: 0 auto;
    }

    .pretext_image {
        width: 100%;
        height: auto;
    }

    .pretext_image img {
        height: 100%;
    }

    .catalog_block {
        width: 558px;
        height: 400px;
        padding: 30px 55px 0 169px;
    }

    .review_block-bg {
        width: 350px;
        height: 220px;
        padding: 32px 36px 0 45px;
        margin: 110px auto 25px auto;
    }

    .review_block-bg.last {
        margin: 0 auto 25px auto;
    }

    .review_item {
        margin: 35px 0 45px 135px;
    }

    .review_name {
        margin-left: 20px;
    }

    .carousel__inner-review {
        margin-top: 120px;
    }

    .carousel__inner {
        margin: 100px 0 0 70px;
    }

    .carousel-down .slick-next {
        right: -20px;
    }

}

@media screen and (max-width: 479px) {
    .home__logo img {
        margin: 42px 0 0 32%;
    }

    .catalog_block {
        width: 460px;
        padding: 30px 20px 0 130px;
    }

    .carousel__inner-catalog {
        width: 370px;
    }

    .catalog .slick-next {
        right: 100px;
    }

    .catalog .slick-prev {
        left: 100px;
    }

    .carousel__inner {
        margin: 100px 0 0 145px;
    }

    .carousel-down .slick-next {
        right: 50px;
    }
}

@media screen and (max-width: 375px) {
    .header .burger {
        right: 10px;
    }

    .home__logo img {
        margin: 42px auto 0 auto;
    }

    .pretext_block {
        padding: 0;
    }

    .work_circle:before,
    .work_circle:after {
        width: 100px;
    }

    .catalog_block {
        width: 420px;
        height: 360px;
        padding: 10px 10px 0 120px;
    }

    .catalog_block {
        width: 420px;
    }

    .carousel__inner-catalog {
        width: 290px;
    }

    .review_block-bg {
        width: 290px;
        height: 220px;
        padding: 15px 7px 0 15px;
    }

    .review_item {
        margin: 35px 0 45px 50px;
    }


    .form__name, .form__btn {
        width: 315px;
        margin: 0 0 20px 0;
    }

    .carousel__inner {
        margin: 100px 0 0 96px;
    }

    .carousel-down .slick-next {
        right: 2px;
    }
}

.certs img {
	width: 160px;
	height: auto;
}

.clients_image img {
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s ease-out;
}

.clients_image img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.rs .slick-prev {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 250px;
    left: -50px;
    border: none;
    background: url("../images/icon/prev.png") center center/cover no-repeat;
	font-size: 0px;
}

.rs .slick-next {
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 250px;
    right: -50px;
    border: none;
    background: url("../images/icon/next.png") center center/cover no-repeat;
	font-size: 0px;
}

.review_image img {
	width: 120px;
	height: auto;
	border-radius: 50%;
}

.uslugi {
    width: 100%;
    min-height: 260px;
    background: url("../images/background/fono.jpg") center center/cover no-repeat;
}

.mask2 {
    width: 100%;
    min-height: 260px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

#pretext h2 {
	text-align: center;
}

.bread {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 12px;
}

.tal {
	text-align: left;
}

.bread a:link, .bread a:visited {
	color: #ffffff;
}

.bread a:hover {
	text-decoration: none;
}

.client_block {
	width: 200px;
	height: 80px;
	display: inline-block;
	text-align: center;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}

.client_block img {
	max-width: 160px;
	max-height: 80px;
	width: auto;
	height: auto;
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s ease-out;
}

.client_block img:hover {
	filter: grayscale(0%);
	opacity: 1;
}

.pico img {
	width: 100%;
	height: auto;
}

a.d3 {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 40px;
	color: #ffffff;
	text-align: center;
	background: #2a4468;
	line-height: 40px;
	text-decoration: none;
}

.work__title-3d {
    padding: 50px 0 50px 0;
    font-size: 28px;
    font-weight: 700;
    color: #FFFF;
}

.d33 {
	/*background: #2a4468;*/
}

.d33 iframe {
	margin-bottom: 40px;	
}

img, iframe {
  opacity: 1;
  transition: opacity 0.3s;
}
 
img[data-src], iframe[data-src] {
  opacity: 0;
}

/*.pretext_row img {
	width: auto;
	height: auto;
	max-width: 100%;
}*/

.table-container {
    width: 100%;
    overflow-x: auto;
}

.tbl-standart {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px !important;
}

.tbl-standart tr:nth-child(2n+1 ) {
    background: #ededed;
}

.tbl-standart th {
    text-align: left;
    text-transform: uppercase;
    padding: 5px;
    background-color: #c6c6c5;
    border: solid 1px #979797;
    font-size: 10px;
}

.tbl-standart td {
    padding: 5px;
    border: solid 1px #979797;
}

.pagination {
  margin: 0px 0;
  font-size: 13px;
  display: block !important;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination a:link, .pagination a:visited {
	color: #0088cc;
	text-decoration: none;
}

.pagination a:link, .pagination a:visited {
	color: #005580;
	text-decoration: none;
}

a.posm:hover {
	background: #fff600;
}

.whatsapp-button {
       background: #25D366 url(../images/wa.svg) no-repeat center center;
	   background-size: 38px 38px;
       border: 3px solid #1cc15a;
       border-radius: 50%;
       box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
       cursor: pointer;
       height: 68px;
       text-align: center;
       width: 68px;
       position: fixed;
       right: 5%;
       bottom: 8%;
       z-index: 9999;
       transition: .3s;
       -webkit-animation: hoverWave linear 1s infinite;
       animation: hoverWave linear 1s infinite;
}
  
.whatsapp-button .text-button {
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.whatsapp-button .text-button span {
    text-align: center;
    color:#23a455;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 8px;
        top: 27px;
    line-height: 14px;
        font-weight: 600;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
    opacity: 1;
        font-size: 11px;
}
.whatsapp-button:hover i {
        display:none;
}
.whatsapp-button:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.whatsapp-button:hover i {
        color:#25D366;
        font-size:44px;
        transition:.3s;
}
.whatsapp-button i {
        color:#fff;
        font-size:44px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
        animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}