*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    text-decoration: none;
    list-style: none;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Skoda Pro', sans-serif; 
    overflow-x: hidden;
}
h1{
   font-family: 'Skoda Pro', sans-serif;
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.0;
    color: #fff;
}
h2{
    font-family: 'Skoda Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}
h3,h4,h5,h6{
    font-family: 'Skoda Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
a{
    font-family: 'Skoda Pro';
    font-weight: 700;
}
p{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
}
.conteiner {
    width: 1170px;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    h1{
        font-size: 48px;
     }
}
@media (max-width: 1200px) {
    h1{
        font-size: 48px;
     }
}
@media (max-width: 1170px) {
    .conteiner {
        width: 100%;
        margin: 0 auto;
    }
}
@media (max-width: 1100px) {
    h1{
        font-size: 44px;
     }
}
@media (max-width: 1024px) {
    h1{
        font-size: 40px;
     }
    h2{
        font-size: 32px;
    }
	.tagsm{
		display: none;
	}
}
@media (max-width: 900px) {
    h1{
        font-size: 38px;
     }
    h2{
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    h1{
        font-size: 36px;
     }
    h2{
        font-size: 22px;       
    }
}
@media (max-width: 667px) {
    h1{
        font-size: 30px;
     }
    h2{
        font-size: 20px;
    }
}
@media (max-width: 568px) {
    h1{
        font-size: 26px;
     }
    h2{
        font-size: 20px;
    }
}
@media (max-width: 425px) {
    h1{
        font-size: 24px;
     }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 19px;
    }
}
@media (max-width: 320px) {
    h1{
        font-size: 24px;
     }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 18px;
    }
}
/******* HEADER *******/
.header {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    background:#282B34;
    z-index: 99999;
}
.content-header {
    width:100%;
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    color: #fff;
}
.content-header a{
    color: #fff;
    text-decoration: none;
}
.content-header p{
    color:#D0D0D0;
}
.content-header-up {
    width:100%;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-header img{
    max-width: 100%;
    margin: 0px 20px 0px 0px;
}
.logo-descr {
    color: #fff!important;
}
.mail-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mail-header p{
    margin: 0px 0px 5px 0px;
    background-image: url(../img/icon-mail.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12% auto;
    padding: 0px 0px 0px 30px;
}
.mail-header-link {
    padding: 0px 0px 0px 30px;
    border-bottom: 1px dashed transparent;
}
.mail-header-link:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.phone-header p{
    margin: 0px 0px 0px 0px;
    background-image: url(../img/bullit.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 3% auto;
    padding: 0px 0px 0px 15px;
}
.phone-header-link {
    font-size: 24px;
}
.phone-header-link:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.mail-header-link-mob{
    display: none;
}
.button-header {
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #FC8080 0%, #CA3231 100%);
    border-radius: 4px;
    color: #fff;
}
.button-header:hover {
    background: linear-gradient(90deg, #FC8080 0%, #CA3231 100%);
}
/***** MENU ******/
.content-header-down {
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.top-menu {
    width: 100%;
    height: 50px;
    padding: 0px 20px 0px 20px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-menu a{
    color:#E1E1E1;
    font-size: 14px;
    font-weight: 500;
}
.top-menu a:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.menu {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media (max-width: 1024px) {
    .content-header p {
        font-size: 13px;
    }
    .mail-header-link {
        padding: 0px 0px 0px 30px;
        font-size: 14px;
    }
    .phone-header-link {
        font-size: 20px;
    }
    .button-header {
        padding: 10px 25px 10px 25px;
        font-size: 15px;
    }
    .top-menu {
        width: 100%;
        height: 40px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 900px) {
    .content-header p {
        font-size: 12px;
    }
    .mail-header p {
        background-size: 15% auto;
        padding: 0px 0px 0px 25px;
    }
    .mail-header-link {
        padding: 0px 0px 0px 30px;
        font-size: 13px;
    }
    .phone-header-link {
        font-size: 18px;
    }
    .button-header {
        padding: 10px 25px 10px 25px;
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    .logo-header img {
        max-width: 95%;
        margin: 0px 10px 0px 0px;
    }
    .logo-header p  {
        font-size: 11px!important;
    }
}
@media (min-width: 799px) {
    .mail-header-link-mob{
        display: none;
    }
}
@media (max-width: 799px) {
    .mail-header p {
        display: none;
    }
    .mail-header-link {
        display: none;
    }
    .mail-header-link-mob{
        display: block;
    }
    .mail-header-link-mob img{
        width: 30px;
        height: 22px;
    }
    .phone-header p {
        display: none;
    }    
}
@media (max-width: 667px) {
    .logo-descr {
        display: none;
    }
    .mail-header p{
        display: none;
    }
    .mail-header-link {
        display: none;
    }
    .phone-header p{
        display: none;
    }        
}
@media (min-width: 601px) {
    .nav2-header {
        display: none;
    }
    .button-small{
        display: none;
    }
}
@media (max-width: 600px) {
    .header{
        background: rgba(40, 43, 52, 1);
    }
    .content-header {
        padding: 5px 10px 5px 10px;
    }
    .content-header-up {
        padding: 0px 5px 0px 5px;
    }
    .logo-header p{
        font-size: 14px!important;
    }
    .logo-descr {
        display: block;        
    }
    .nav2-header {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 4;
    }
    .mail-header {
        order: 2;
        z-index: 999;
        align-items:center;
    }
    .phone-header {
        order: 3;
        z-index: 999;
    }
    .btn-header {
        order: 1;
        z-index: 999;
    }
    .button-header{
        display: none;
    }
    .gamburger-menu {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0px;
        height: auto;
    }
    .gamburger-menu__btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 30px;
        cursor: pointer;
        transition: .4s;
        z-index: 1000;
    }
    .gamburger-menu__icon {
        display: block;
        width: 100%;
        height:100%;
        z-index: 999;
    }
    .gamburger-menu__icon:hover {
        cursor: pointer;
    }
    .icon-1 img{
        width: 25px;
    }
    .icon-2 img{
        width: 25px;
    }
    .icon-2{
        display: none;
    }
    .gamburger-menu__container {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 998;
        height: 0;
        opacity: 1;
        transition: 1.0s;
        overflow: hidden;
        background: rgba(40, 43, 52, 1);
        padding-top: 0px;
        padding-bottom: 0px;
        box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.6);
    }
    .gamburger-menu__content{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .gamburger-menu__content-up{
        margin: 90px 0px 0px 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    .gamburger-menu__content-up a{
        color: #AECED3;
    }
    .gamburger-menu__link-big{
        font-size: 18px;
    }
    .g-menu-content-up-item p{
        font-size: 18px;
        text-align: left;
        margin: 10px 0px 0px 10px;
    }
    .gamburger-menu__content-down{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    .phone-header-link--menu{
        margin: 0px 30px 0px 30px;
    }
    .gamburger-menu__list {
        transition: .5s;
        list-style: none;
        padding: 10px 10px 10px 10px;
        margin-top: 0px;
    }
    .gamburger-menu__item {
        font-size: 14px;
        padding-bottom: 10px;
        text-align: left;
    }
    .gamburger-menu__link {
        text-decoration: none;
        color: #000;
    }
    .top-menu {
        width: 100%;
        height: auto;
        padding: 100px 10px 50px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        background: rgba(255, 255, 255, 0);
    }
    .g-menu-content-up-item{
        width: 100%;
    }
    .top-menu li{
        margin: 0px 0px 20px 0px;
    }
    .top-menu a{
        font-size: 18px;
    }
    .menu{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
}
@media (max-width: 425px) {
    .logo-header p {
        font-size: 13px!important;
    }
}
@media (max-width: 375px) {
    .logo-header p {
        font-size: 12px!important;
    }
}
@media (max-width: 320px) {
    .logo-header p {
        font-size: 11px!important;
    }
}
/******* 1-st EKRAN *******/
.one-ekran {
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/bg-1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-one {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 130px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-end;
}
.content-one {
    width: 100%;
}
.content-one-row {
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-start;
    align-items:flex-end;
}
.content-one-col1 {
    width: 45%;
    padding: 0px 0px 0px 0px;
    align-self: center;
}
h1 span{
    color: #EE3F3F;
}
.h1-descriptions{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    color: #FFFFFF;
}
.content-one-text {
    margin: 30px 0px 40px 0px;
}
.content-one-text__item {
    margin: 0px 0px 10px 0px;
    background-image: url(../img/bullit.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1.5% auto;
    padding: 0px 0px 0px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #D8D8D9;
}
.button-one {
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #FC8080 0%, #CA3231 100%);
    border-radius: 4px;
    color: #fff;
}
.button-one:hover {
    background: linear-gradient(90deg, #FC8080 0%, #CA3231 100%);
}
.content-one-col2 {
    width: 55%;
    display: flex;
    align-items:flex-end;
}
.content-one-col2 img{
    max-width: 100%;
}
.block-kray{
    width: 100%; 
    height: 40px; 
    z-index: 500;
    margin: -30px 0px 50px 0px;
}
.block-kray img{
   max-width: 100%;
}
@media (max-width: 1100px) {
    .h1-descriptions {
        font-size: 24px;
    }
}
@media (max-width: 1024px) {
    .h1-descriptions {
        font-size: 20px;
    }
    .button-one {
        padding: 10px 25px 10px 25px;
        font-size: 15px;
    }
}
@media (max-width: 900px) {
    .content-one-col1 {
        width: 45%;
        padding: 0px 0px 50px 0px;
        align-self: center;
    }
    .h1-descriptions {
        font-size: 18px;
    }
    .content-one-text {
        margin: 20px 0px 30px 0px;
    }
    .button-one {
        padding: 10px 25px 10px 25px;
        font-size: 14px;
    }
}
@media (max-width: 800px) {
    .h1-descriptions {
        font-size: 16px;
    }
    .content-one-text__item {
        font-size: 13px;
    }
}
@media (max-width: 700px) {
    .h1-descriptions {
        font-size: 15px;
    }
    .content-one-text__item {
        font-size: 13px;
        margin: 0px 0px 5px 0px;
    }
}
@media (max-width: 690px) {
    .block-kray{
        margin: -20px 0px 50px 0px;
    }
}
@media (max-width: 667px) {
    .h1-descriptions {
        font-size: 14px;
    }
    .content-one-text {
        margin: 10px 0px 20px 0px;
    }
}
@media (max-width: 600px) {
    .content-one {
        margin: 0px auto 0px auto;
        padding: 0px 20px 0px 20px;
    }
    .logo-one{
        width: 100%;
        padding: 80px 0px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .content-one-row {
        padding: 0px 0px 0px 0px;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }
    .content-one-col1 {
        width: 100%;
        align-self: center;
        padding: 40px 0px 20px 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    h1 {
        text-align: center;
    }
    .h1-descriptions {
        font-size: 15px;
        text-align: center;
    }
    .content-one-text {
        margin: 20px 0px 20px 0px;
    }
    .content-one-col2 {
        width: 70%;
    }
}
@media (max-width: 450px) {
    .block-kray{
        margin: -20px 0px 40px 0px;
    }
}
@media (max-width: 425px) {
    .block-kray{
        margin: -15px 0px 40px 0px;
    }
}
@media (max-width: 375px) {
    .content-one-col2 {
        width: 90%;
    }
    .block-kray{
        margin: -15px 0px 30px 0px;
    }
}
@media (max-width: 345px) {
    .block-kray{
        margin: -10px 0px 30px 0px;
    }
}
/*********** VYGODY ***************************/
.vygody {
    width: 100%;
    margin: -30px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.content-vygody {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 40px 0px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-vygody__item {
    padding: 0px 10px 0px 10px;
    box-sizing: border-box;
    text-align: center;
}
.content-vygody__item IMG{
    width: auto;
    height: 80px;
    max-width: 100%;
}
.content-vygody__item p{
    font-size: 15px;
    font-weight: 400;
}
.item-title {
    margin: 10px 0px 20px 0px;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .vygody {
        margin: -50px 0px 60px 0px;
    }
    .content-vygody__item p{
        font-size: 14px;
    }
    .item-title {
        margin: 10px 0px 10px 0px;
        font-size: 15px;
    }
}
@media (max-width: 800px) {
    .vygody {
        margin: -70px 0px 50px 0px;
    }
    .content-vygody {
        padding: 0px 20px 0px 20px;
    }
    .content-vygody__item p{
        font-size: 13px;
    }
    .item-title {
        margin: 10px 0px 10px 0px;
        font-size: 14px;
    }
}
@media (max-width: 700px) {
    .vygody {
        margin: -70px 0px 40px 0px;
    }
    .content-vygody {
        padding: 0px 20px 0px 20px;
        flex-wrap: wrap;
    }
    .content-vygody__item {
        margin: 0px 0px 30px 0px;
        flex: 0 0 45%;
    }
}
@media (max-width: 568px) {
    .content-vygody__item {
        margin: 0px 0px 30px 0px;
        flex: 0 0 70%;
    }
}
@media (max-width: 425px) {
    .content-vygody__item {
        margin: 0px 0px 30px 0px;
        flex: 0 0 90%;
    }
}

/***** REMONT ****************/
.remont {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.content-remont {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}
.content-remont h2 {
    margin: 0px 0px 20px 0px;
}
.content-remont p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 900px) {
    .content-remont p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
    }
}
@media (max-width: 900px) {
    .content-remont p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }  
}
@media (max-width: 425px) {
    .content-remont {
        padding: 0px 20px 0px 20px;
    }
}
/******* USLUGY *************/
.uslugy {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 50px 0px 0px 0px;
    position: relative;
}
.uslugy-content{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-uslugy-1 {
    width: 100%;
    margin: 50px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-uslugy__item {
    flex: 0 0 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    font-size: 14px;
    font-weight: 400;
}
.content-uslugy__item p{
    margin: 0px 0px 0px 10px;
}
.content-uslugy__item--2 p{
    margin: 0px 0px 0px 10px;
}
.content-uslugy__item--2 {
    flex: 0 0 20%;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    font-size: 14px;
    font-weight: 400;
}
.content-uslugy-2 {
    width: 100%;
    margin: 40px 0px 40px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.otboynik {
    width: 300px;
    position: absolut;
    left: 0;
    bottom: -200px;
    z-index: -1;
}
@media (max-width: 1300px) {
    .otboynik {
        width: 250px;
        position:absolute;
        left: 0;
        bottom: -200px;
    }
}
@media (max-width: 1100px) {
    .otboynik {
        width: 200px;
        position:absolute;
        left: 0;
        bottom: -130px;
    }
}
@media (max-width: 1024px) {
    .content-uslugy__item p{
       font-size: 13px;
    }
    .content-uslugy__item--2 p{
        font-size: 13px;
    }
}
@media (max-width: 950px) {
    .content-uslugy-1 {
        width: 100%;
        margin: 50px 0px 0px 0px;
        padding: 0px 20px 0px 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .content-uslugy-2 {
        width: 100%;
        margin: 40px 0px 40px 0px;
        padding: 0px 20px 0px 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .content-uslugy__item {
        flex: 0 0 30%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .content-uslugy__item--2 {
        flex: 0 0 30%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .otboynik {
        width: 200px;
        position:absolute;
        left: 0;
        bottom: -70px;
    }
}
@media (max-width: 768px) {
    .content-uslugy-1 {
        margin: 30px 0px 0px 0px;
    }
    .content-uslugy-2 {
        margin: 10px 0px 0px 0px;
    }
    .content-uslugy__item {
        flex: 0 0 45%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .content-uslugy__item--2 {
        flex: 0 0 45%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .otboynik {
        width: 200px;
        position:absolute;
        left: 0;
        bottom: -40px;
    }
}
@media (max-width: 667px) {
    .uslugy {
        margin: 0px 0px 40px 0px;
        padding: 20px 0px 0px 0px;
    }
    .otboynik {
        width: 200px;
        position:absolute;
        left: 0;
        bottom: -90px;
    }
}
@media (max-width: 500px) {
    .uslugy {
        margin: 0px 0px 30px 0px;
        padding: 0px 0px 0px 0px;
    }
    .content-uslugy__item {
        flex: 0 0 50%;
        margin: 0px 0px 20px 0px;
        justify-content: flex-start;
    }
    .content-uslugy__item--2 {
        flex: 0 0 50%;
        margin: 0px 0px 20px 0px;
        justify-content: flex-start;
    }
    .otboynik {
        display: none;
    }
}
@media (max-width: 425px) {
    .content-uslugy-2 {
        margin: 10px 0px 20px 0px;
    }
    .content-uslugy__item {
        flex: 0 0 60%;
        margin: 0px 0px 20px 0px;
    }
    .content-uslugy__item img{
        width: 55px;
    }
    .content-uslugy__item--2 {
        flex: 0 0 60%;
        margin: 0px 0px 20px 0px;
    }
    .content-uslugy__item--2 img{
        width: 55px;
    }
}
@media (max-width: 375px) {
    .content-uslugy__item {
        flex: 0 0 80%;
    }
    .content-uslugy__item--2 {
        flex: 0 0 80%;
    }
}
@media (max-width: 320px) {
    .uslugy {
        margin: 0px 0px 10px 0px;
        padding: 0px 20px 0px 20px;
    }
    .content-uslugy__item {
        flex: 0 0 100%;
    }
    .content-uslugy__item--2 {
        flex: 0 0 100%;
    }
}
/******* WORKS *****************/
.works {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 40px 0px 0px 0px;
    position: relative;
}
.works-content {
    width: 100%;
    margin: 0px 0px 100px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}


.content-works {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: top;
    box-sizing:border-box;
	
}

.content-works__item {
    flex: 0 0 300px;
    margin: 10px;
    padding: 10px 5px 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing:border-box;
    text-align: center;
	border: 2px solid #CE3938;
	border-radius: 5px;
	box-shadow: 2px 2px 10px rgba(94, 94, 94, 0.5);
}
.content-works__item a{
    margin: 0px 0px 0px 0px;
    padding: 5px 10px 0px 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    box-sizing:border-box;
    z-index: 0;
}
.works-link:hover{
    color: #ee3f3f;
    border-bottom: 1px dashed #ee3f3f;
	text-decoration: none;
}
.content-works__item img{
    max-width: 100%;
    transition: 0.3s;
}

@media (max-width: 900px) {
    .works {
        margin: 0px 0px 80px 0px;
        padding: 30px 0px 0px 0px;
    }
    .content-works {
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .content-works__item a{
        font-size: 13px;
    }    
}
@media (max-width: 667px) {
    .content-works__item {
        flex: 0 0 50%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .content-works__item a{
        font-size: 12px;
    }   
}
@media (max-width: 568px) {
    .works {
        margin: 0px 0px 80px 0px;
        padding: 50px 0px 0px 0px;
    }
}
@media (max-width: 425px) {
    .content-works__item {
        flex: 0 0 80%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 375px) {
    .content-works {
        margin: 10px 0px 0px 0px;
    }
    .content-works__item {
        flex: 0 0 90%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 320px) {
    .works-content {
        padding: 0px 0px 0px 0px;
    }
    .content-works__item {
        flex: 0 0 100%;
        padding: 0px 0px 0px 0px;
    }
}
/************ GALARY ************************/
.galary {
    width: 100%;
    height: 700px;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/bg-2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.galary-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.h2-galary{
    color: #fff;
}
.content-galary {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.item img{
    cursor: pointer;
}   
.item p{
    font-size: 15px;
    font-weight: 500;
    color: #ddd;
    text-align: center;
    margin: 10px 0px 10px 0px;
} 
@media (max-width: 1440px) {
    .galary {
        height: 600px;
    }
}
@media (max-width: 1100px) {
    .galary {
        height: 580px;
    }
}
@media (max-width: 1024px) {
    .item p{
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .galary {
        height: 640px;
    }
}
@media (max-width: 900px) {
    .galary {
        height: 600px;
    }
}
@media (max-width: 768px) {
    .galary {
        height: 540px;
    }
}
@media (max-width: 700px) {
    .galary {
        height: 500px;
    }
}
@media (max-width: 600px) {
    .galary {
        height: 470px;
    }
}
@media (max-width: 568px) {
    .galary {
        height: 700px;
    }
    .item p{
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .galary {
        height: 640px;
    }
}
@media (max-width: 425px) {
    .galary {
        height: 600px;
    }
}
@media (max-width: 375px) {
    .galary {
        height: 550px;
    }
}
@media (max-width: 320px) {
    .galary {
        height: 540px;
        margin: -30px 0px 40px 0px;
    }
}
/****** KALCULATOR *****************************/
.kalculator {
    width: 100%;
    /*height: 400px; УБРАТЬ */
    margin: 0px 0px 140px 0px;
    padding: 0px 0px 0px 0px;
}
.kalculator-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-kalculator {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.culkul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.content-kalculator-col1 {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
}
.content-kalculator-col1 h4{
    font-size: 16px;
    margin: 40px 0px 10px 0px;
}
.content-kalculator-col2 {
    flex: 0 0 50%;
    padding: 40px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: flex-start;
}
.content-kalculator-col2 h4{
    font-size: 16px;
}
.tip-home {
    width: 100%;
    display: flex;
    align-items:center;
    justify-content: flex-start;
}
.tip-home input{
    margin: 0px 5px 0px 0px;
}
.tip-home label{
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}
.vidy-works input{
    margin: 0px 5px 0px 0px;
}
.vidy-works label{
    margin: 0px 10px 0px 0px;
    font-size: 14px;
}
.squear-home{
    width: 100%;
}
#input-squear{
    margin: 10px 0px 40px 0px;
    width: 100%;
    border: none;
}
.rez-text {
    margin: 10px 0px 0px 0px;
}
.rez-podtext {
    font-size: 10px;
    margin: 10px 0px 0px 0px;
}
@media (max-width: 1024px) {
    .kalculator {
   display:none;
}
}

/****** VARIANTY *****************************/
.vatianty {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.valik {
    position: absolute;
    left: 20px;
    top: -140px;
    width: 250px;
}
.vatianty-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-vatianty {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.wrapper {
    margin: 40px auto 20px auto;
    width: 1200px;
}   
.tabs-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 60%;
    margin: 0 auto;
}
.tabs-nav__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16%;
    border-bottom: 3px solid#EAEAEA;;
    cursor: pointer;
    flex: 1;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgb(61, 61, 61);    
}        
.tabs-nav__item.is-active {
    font-weight: 600;
    color: #000;
    border-bottom: 3px solid #F53737;
}        
.tab {
    margin: 20px 0px 0px 0px;
    display: none;
    padding: 0px;
    text-align: left;
}
.tab.is-active { 
    display: block;     
}    
/* TABS */  
.tab-content-out{
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
.tab-content-out-col1 {
    flex: 0 0 50%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
}
.tab-content-out-col1 p{
    position: absolute;
    right: 0;
    bottom: 120px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px 10px 20px;
    background: linear-gradient(180deg, #F53737 0%, #DF3939 100%);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 35px 0px 0px 35px;
}
.tab-content-out-col1 a{
    position: absolute;
    right: 0;
    bottom: 70px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px 10px 20px;
    background: linear-gradient(180deg, #F53737 0%, #DF3939 100%);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 35px 0px 0px 35px;
}
.tab-content-out-col1 a:hover{
    text-decoration: underline;
}
.tab-content-out-col1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tab-content-out-col2 {
    flex: 0 0 50%;
    padding: 20px;
    box-sizing: border-box;
}
.bulit {
    margin: 10px 0px 10px 0px;
}
.bulit li{
    position: relative;
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
}
li:before {
    padding: 1px 1px 1px 1px; 
    margin: 0px 0px 0px 0px;
    position: absolute;
    left: 5px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background:red;
}
.tab-content-out-col2 h3{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.tab-content-out-col2 p{
    margin: 10px 0px 10px 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}
.content-up-1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    box-sizing:border-box;
}
.content-up-2 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    box-sizing:border-box;
}
.content-up-3 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items:flex-start;
    box-sizing:border-box;
}
.content-up-1-left {
    flex: 0 0 50%;
}
.content-up-2-right {
    flex: 0 0 50%;
}
.content-up-1-left {
    flex: 0 0 50%;
}
.content-up-2-right {
    flex: 0 0 50%;
}
.content-up-3-left {
    flex: 0 0 50%;
}
.content-up-3-right {
    flex: 0 0 50%;
}
@media (max-width: 1100px) {
    .bulit li{
        margin: 0px 0px 5px 0px;
        font-size: 14px;
    }
    .tab-content-out-col2 h3{
        font-size: 15px;
    }
    .tab-content-out-col2 p{
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width: 1024px) {
    .tab-content-out-col2 {
        flex: 0 0 50%;
        padding: 0px 20px 20px 20px;
        box-sizing: border-box;
    }
}
@media (max-width: 992px) {
    .tab-content-out-col2 {
        flex: 0 0 50%;
        padding: 0px 10px 20px 20px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .tab-content-out-col1 {
        flex: 0 0 35%;
    }
    .tab-content-out-col2 {
        flex: 0 0 65%;
        padding: 20px 20px 20px 20px;
    }
    .content-up-1 h3{
        font-size: 15px;
    }
    .content-up-1 p{
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-2 h3{
        font-size: 15px;
    }
    .content-up-2 p{
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-3 h3{
        font-size: 15px;
    }
    .content-up-3 p{
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width: 900px) {
    .valik {
        position: absolute;
        left: 20px;
        top: -80px;
        width: 180px;
    }
}
@media (max-width: 860px) {
    .tab-content-out-col1 {
        flex: 0 0 40%;
    }
    .tab-content-out-col2 {
        flex: 0 0 60%;
        padding: 20px 20px 20px 20px;
    }
}
@media (max-width: 800px) {
    .tab-content-out-col2 {
        flex: 0 0 60%;
        padding: 0px 20px 20px 20px;
    }
}
@media (max-width: 768px) {
    .valik {
        position: absolute;
        left: 20px;
        top: -50px;
        width: 150px;
    }
    .tab-content-out-col1 p {
        bottom: 120px;
        font-size: 14px;
    }
    .tabs-nav__item {
        padding: 20px 20px 10px 20px;
        font-size: 15px;
    }
    .tab-content-out-col2 {
        flex: 0 0 60%;
        padding: 0px 20px 20px 20px;
    }
    .content-up-1 {
        margin: -10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-2 {
        margin: -10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-3 {
        margin: -10px 0px 10px 0px;
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width: 700px) {
    .valik {
        display: none;
    }
    .wrapper {
        margin: 20px auto 20px auto;
        width: 100%;
    }
    .tab-content-out{
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab-content-out-col1 {
        flex: 0 0 100%;
        padding: 0px 0px 0px 0px;
        box-sizing: border-box;
        position: relative;
    }
    .tab-content-out-col2 {
        flex: 0 0 100%;
        padding: 20px 0px 0px 0px;
    }
    .content-up-1 {
        width: 60%;
        margin: 0px auto 10px auto;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-2 {
        width: 60%;
        margin: 0px auto 10px auto;
        font-size: 14px;
        line-height: 1.3;
    }
    .content-up-3 {
        width: 60%;
        margin: 0px auto 10px auto;
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width: 667px) {
    .tabs-nav {
        width: 80%;
    }
    .tab-content-out{
        width: 80%;
    }
    .tab-content-out-col1 h3 {
        font-size: 14px;
    }.tab-content-out-col2 h3 {
        font-size: 14px;
    }
    .bulit li {
        margin: 0px 0px 5px 0px;
        font-size: 13px;
    }
    .content-up-1 {
        width: 80%;
        margin: 0px auto 10px auto;
    }
    .content-up-1 h3{
        font-size: 14px;
    }
    .content-up-1 p{
        font-size: 13px;
    }
    .content-up-2 {
        width: 80%;
        margin: 0px auto 10px auto;
    }
    .content-up-2 h3{
        font-size: 14px;
    }
    .content-up-2 p{
        font-size: 13px;
    }
    .content-up-3 {
        width: 80%;
        margin: 0px auto 10px auto;
    }
    .content-up-3 h3{
        font-size: 14px;
    }
    .content-up-3 p{
        font-size: 13px;
    }
}
@media (max-width: 568px) {
    .tabs-nav {
        width: 90%;
    }
    .tab-content-out{
        width: 90%;
    }
    .content-up-1 {
        width: 90%;
        margin: 0px auto 10px auto;
    }
    .content-up-2 {
        width: 90%;
        margin: 0px auto 10px auto;
    }
    .content-up-3 {
        width: 90%;
        margin: 0px auto 10px auto;
    }
}
@media (max-width: 480px) {
    .tabs-nav {
        width: 95%;
    }
    .tab-content-out{
        width: 95%;
    }
    .content-up-1 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
    .content-up-2 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
    .content-up-3 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
}
@media (max-width: 425px) {
    .vatianty-content {
        padding: 0px 10px 0px 10px;
    }
    .tabs-nav {
        width: 100%;
    }
    .tab-content-out{
        width: 95%;
    }
    .content-up-1 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
    .content-up-2 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
    .content-up-3 {
        width: 95%;
        margin: 0px auto 10px auto;
    }
}
@media (max-width: 375px){
    .tabs-nav {
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: center;
    }
    .tabs-nav__item {
        flex: 0 0 40%;
        padding: 20px auto 5px auto;
        font-size: 14px;
        box-sizing: border-box;
    }
}
@media (max-width: 320px){
    .tabs-nav__item {
        flex: 0 0 70%;
    }
}
/********* CENY **********************/
.ceny {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.ceny-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.cena-discr {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.content-ceny {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.wrapper-2 {
    margin: 40px auto 20px auto;
    width: 100%;
}   
.tabs-nav-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto;
}
.tabs-nav__item-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 16%;
    border-bottom: 3px solid#EAEAEA;;
    cursor: pointer;
    flex: 1;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: rgb(61, 61, 61);    
}        
.tabs-nav__item-2.is-active {
    font-weight: 600;
    color: #000;
    border-bottom: 3px solid #F53737;
}        
.tab-4 {
    margin: 20px 0px 0px 0px;
    display: none;
    padding: 0px;
    text-align: left;
}
.tab-4.is-active { 
    display: block;     
}    
/* TABS */  
.tab-content-out-2{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tab-content-out-2-col1 {
    flex: 0 0 50%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
    min-width: 0;
    box-sizing:border-box;
}
.tab-content-out-2-col2 {
    flex: 0 0 50%;
    padding: 20px;
    box-sizing: border-box;
}
.tab-content-out-2-col2 p{
    margin: 10px 0px 10px 0px;
    font-size: 15px;
    font-weight: 400;
}
.box-button {
    width: 100%;
    margin: 20px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-button p{
    margin: 0px 0px 0px 40px;
    font-size: 11px;
    font-weight: 400;
}
/*************************
****************************/
.cssSlider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cssSlider .slides {
    overflow: hidden;
    overflow: hidden;
    width: 100%;
    height: 56vmin;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cssSlider .slides > li {
    width: 100%;
    height: 56vmin;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.cssSlider .slides > li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cssSlider .slides > li:first-child:not(:target) {
    z-index: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
}
.cssSlider .thumbnails {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0px 10px 0px;
    list-style: none;
}
.cssSlider .thumbnails > li {
    float: left;
    width: 20%;
    margin: 0px 10px 0px 0px;
}
.cssSlider .thumbnails > li > a {
    display: block;
}
.cssSlider .thumbnails > li > a > img {
    width: 100%;
    height: auto;
    margin: 0px 10px 0px 0px;
}
.cssSlider .slides li:target {
    z-index: 3;
    -webkit-animation: slide 0.2s 1;
}
.cssSlider .slides li:not(:target) {
    -webkit-animation: hidden 0.2s 1;
}
@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@-webkit-keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@keyframes hidden {
    0% {
        z-index: 2;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    100% {
        z-index: 2;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
    }
}
@media (max-width: 1024px){
    .tab-content-out-2 {
        width: 70%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab-content-out-2-col2 h3 {
        font-size: 16px;
    }
    .tab-content-out-2-col2 p {
        margin: 10px 0px 10px 0px;
        font-size: 14px;
        font-weight: 400;
    }
    .box-button p {
        margin: 0px 0px 0px 40px;
        font-size: 10px;
        font-weight: 400;
    }
}
@media (max-width: 992px){
    .cena-discr {
        font-size: 13px;
        line-height: 1.5;
    }
    .tabs-nav__item-2 {
        padding: 10px 20px 10px 20px;
        font-size: 16px;
    }
    .tab-content-out-2-col2 h3 {
        font-size: 15px;
    }
    .tab-content-out-2-col2 p {
        margin: 10px 0px 10px 0px;
        font-size: 13px;
        font-weight: 400;
    }
    .box-button p {
        margin: 0px 0px 0px 30px;
        font-size: 9px;
    }      
}
@media (max-width: 900px){
    .tab-content-out-2 {
        width: 80%;
    }
    .tab-content-out-2-col1{
        flex: 0 0 100%;
    }
    .tab-content-out-2-col2 {
        flex: 0 0 100%;
    }
}
@media (max-width: 768px){
    .tabs-nav-2 {
        width: 100%;
    }
    .tabs-nav__item-2 {
        padding: 10px 10px 10px 10px;
        font-size: 15px;
    }
}
@media (max-width: 700px){
    .tab-content-out-2 {
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .tab-content-out-2-col1 {
        flex: 0 0 100%;
        height: 300px;
        padding: 0px 0px 0px 0px;
    }
    .tab-content-out-2-col2 {
        flex: 0 0 100%;
        padding: 20px;
        box-sizing: border-box;
    }     
}
@media (max-width: 677px){
    .tab-content-out-2 {
        width: 90%;
        padding: 20px 20px 20px 20px;
    }
    .tab-content-out-2-col2 {
        flex: 0 0 90%;
        padding: 40px 20px 20px 20px;
        box-sizing: border-box;
    }
    .cena-discr {
        font-size: 11px;
        line-height: 1.5;
    }
}
@media (max-width: 630px){
    .tab-content-out-2 {
        width: 90%;
    }
    .tabs-nav__item-2 {
        font-size: 14px;
    }
}
@media (max-width: 600px){
    .tabs-nav-2 {
        flex-direction: column;
        justify-content: flex-start;
        width: 60%;
        margin: 0 auto;
    }
    .tabs-nav__item-2 {
        width: 100%;
        padding: 10px 0px 5px 0px;
    }
    .tab-content-out-2 {
        width: 90%;
    }
}
@media (max-width: 568px){
    .tab-content-out-2 {
        width: 95%;
    }
    .tab-content-out-2-col2 {
        text-align: center;
        flex: 0 0 100%;
    }
    .box-button {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .box-button p {
        margin: 20px 0px 0px 0px;
    } 
}
@media (max-width: 480px){
    .tabs-nav-2 {
        width: 70%;
    }
    .tab-content-out-2 {
        width: 95%;
    }
}
@media (max-width: 425px){
    .tabs-nav-2 {
        width: 80%;
    }
    .tab-content-out-2 {
        width: 100%;
    }
}
@media (max-width: 375px){
    .tabs-nav-2 {
        width: 90%;
    }
    .tab-content-out-2-col2 {
        padding: 10px;
    }
}
@media (max-width: 320px){
    .tabs-nav-2 {
        width: 90%;
    }
    .tab-content-out-2-col2 {
        padding: 0px;
    }
}
/********* SROKI **********************/
.sroki {
    width: 100%;
    height: 600px;
    margin: 0px 0px 150px 0px;
    padding: 500px 0px 0px 0px;
    position: relative;
    background-image: url(../img/bg-3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.uroveny {
    position:absolute;
    right: -40px;
    bottom: -200px;
    width: 350px;
    z-index: 0;
}
.sroki-content {
    width: 100%;
    margin: 200px 0px 0px 0px;
    padding: 350px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-sroki {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.table {
    width: 100%;
    background:#fff;
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.4);
    z-index: 2;
	border-collapse: collapse;
}

.table-head {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(180deg, #F53737 0%, #DF3939 100%);
    text-align: center;
}
.table-body {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.table td{
    padding: 15px 5px 15px 5px;
}
.table tr, td{
    border: 1px solid #CE3938;
}
@media (max-width: 1100px){
    .uroveny {
        position:absolute;
        right: -10px;
        top: 0px;
        width: 350px;
        z-index: 0;
    }
}
@media (max-width: 1024px){
    .table-head {
        font-size: 14px;
    }
    .table-body {
        font-size: 13px;
    }
}
@media (max-width: 900px){
    .sroki-content {
        padding: 100px 20px 0px 20px;
    }
    .content-sroki {
        margin: 20px 0px 0px 0px;
    }
}
@media (max-width: 900px){
    .table-body {
        font-size: 12px;
    }
}
@media (max-width: 700px){
    .sroki {
        height: 400px;
        margin: -80px 0px 150px 0px;
    }
    .sroki-content {
        padding: 60px 20px 0px 20px;
    }
    .content-sroki {
        margin: 20px 0px 0px 0px;
    }
    .uroveny {
        display: none;
    }
    .table-head {
        font-size: 13px;
    }
    .table td{
        padding: 10px 2px 10px 2px;
    }
}
@media (max-width: 667px){
    .sroki {
        height: 400px;
        margin: -80px 0px 60px 0px;
    }
    .sroki-content {
        padding: 10px 10px 20px 10px;
    }
    .content-sroki {
        margin: 10px 0px 0px 0px;
    }
    .table-head {
        font-size: 13px;
    }
    .table td{
        padding: 7px 2px 7px 2px;
    }
}
@media (max-width: 667px){
    .sroki {
        height: 400px;
        margin: -80px 0px 60px 0px;
    }
    .sroki-content {
        padding: 10px 10px 20px 10px;
    }
    .content-sroki {
        margin: 10px 0px 0px 0px;
    }
    .table-head {
        font-size: 12px;
    }
    .table-body {
        font-size: 11px;
    }
    .table td{
        padding: 7px 2px 7px 2px;
    }
}
@media (max-width: 500px){
    .sroki {
        height: 460px;
        margin: -80px 0px 50px 0px;
    }
    .table-head {
        font-size: 11px;
    }
    .table-body {
        font-size: 10px;
    }
    .table td{
        padding: 7px 1px 7px 1px;
    }
}
@media (max-width: 375px){
    .sroki {
        height: 550px;
        margin: -100px 0px 40px 0px;
    }
    .table-head {
        font-size: 11px;
    }
    .table-body {
        font-size: 11px;
    }
}
@media (max-width: 320px){
    .sroki {
        height: 550px;
        margin: -100px 0px 30px 0px;
    }
    .table-head {
        font-size: 10px;
    }
    .table-body {
        font-size: 9px;
    }
}
/********* ETAPY **********************/
.etapy {
    width: 100%;
    margin: 120px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.etapy-content {
    width: 100%;
    margin: 1100px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-etapy {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.etapy-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    position: relative;
}
.etapy-item img{
    max-width: 100%;
    flex: 1 1 100%;
    min-height: 265px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.etapy-item H4{
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
}
.etapy-item p{
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}
.number {
    position: absolute;
    top:15px;
    right: 20px;
    width: 40px;
    height: 40px;
    background:#fff;
    color: #CDCCCC;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 1024px){
    .etapy {
        margin: 80px 0px 80px 0px;
    }
}
@media (max-width: 900px){
    .etapy-content {
        margin: 900px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .etapy {
        margin: 80px 0px 80px 0px;
    }
	.etapy-content {
        margin: 700px 0px 0px 0px;
    }
}
@media (max-width: 700px){
    .etapy {
        margin: 80px 0px 80px 0px;
    }
}
@media (max-width: 667px){
    .etapy {
        margin: 80px 0px 80px 0px;
    }
    .etapy-item p {
        font-size: 12px;
        line-height: 1.4;
    }
	.etapy-content {
        margin: 600px 0px 0px 0px;
    }
}
@media (max-width: 568px){
    .etapy-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .etapy-item img{
        max-width: 70%;
    }
    .number {
        position: absolute;
        top:15px;
        left: 47%;
    }
}
@media (max-width: 375px){
    .content-etapy {
        margin: 20px 0px 0px 0px;
    }
    .etapy-item img{
        max-width: 85%;
    }
    .number {
        position: absolute;
        top:15px;
        left: 45%;
    }
}
@media (max-width: 320px){
    .etapy-item img{
        max-width: 100%;
    }
}
/******** QUESIONS **********************************/
.quesions {
    width: 100%;
    margin: 120px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.drel {
    position:absolute;
    left: 20px;
    top: -160px;
    width: 250px;
    z-index: 0;
}
.quesions-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.quesions-descr {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.content-quesions {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.vopros-block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px 20px 0px 20px;
}
.accordion {
    width: 95%;
    margin: 0px auto 0px auto;
}
.tab-vopros input, .tab-content { 
    display: none; 
}
.tab-vopros {
    font: 16px/1.2 Arial, sans-serif; 
    border: 1px solid #C4C4C4; 
    border-radius: 3px; 
    color: #000; 
    margin-bottom: 20px; 
    text-align: left;
}
.tab-title {
    background-image: url(../img/quesion.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    padding: 20px 20px 20px 40px; 
    display: block; 
    text-transform: none; 
    font-weight: bold; 
    cursor: pointer; 
}
.tab-title::after {
    content: ' '; /* Выводим плюс */
    float: right; 
}
.tab-content {
    padding: 10px 40px; 
}
.tab-otvet{
    font-size: 15px;
}
.tab-vopros :checked + .tab-title {
    background-color: #fff; /* Цвет фона */
    border-radius: 3px 3px 0 0; 
    color: #000; 
}
.tab-vopros :checked + .tab-title::after {
    content: ' '; /* Выводим минус */
}
.tab-vopros :checked ~ .tab-content {
    display: block; 
}
@media (max-width:1030px) {
    .drel {
        left: 10px;
        top: -100px;
        width: 200px;
        z-index: 0;
    }
    .tab-vopros {
        font: 14px/1.2 Arial, sans-serif; /* Параметры шрифта */
    }
    .tab-otvet{
        font-size: 13px;
    }
    .quesions-descr {
        font-size: 13px;
    }
}
@media (max-width:800px) {
    .drel {
        display: none;
    }
}
@media (max-width:720px) {
    .vopros-block{
        padding: 20px 20px 0px 20px;
    }
    .tab-vopros {
        font: 14px/1.2 Arial, sans-serif; /* Параметры шрифта */
        margin-bottom: 10px;
    }
    .tab-content {
        font-size: 13px;
    }
    .tab-title {
        padding: 20px 20px 20px 40px; /* Поля вокруг текста */
    }
}
@media (max-width:600px) {
    .tab-vopros {
        font: 14px/1.2 Arial, sans-serif; 
        margin-bottom: 10px;
    }
    .tab-content {
        font-size: 13px;
        padding: 10px 20px;
    }
}
@media (max-width:375px) {
    .quesions {
        margin: 70px 0px 50px 0px;
        padding: 0px 0px 0px 0px;
    }
    .vopros-block {
        padding: 10px 0px 0px 0px;
    }
    .tab-vopros {
        font: 13px/1.2 Arial, sans-serif; 
        margin-bottom: 10px;
    }
    .tab-content {
        font-size: 12px;
        padding: 10px 10px;
    }
}
/********* OTZIVY ***********************/
.otzivy {
    width: 100%;
    margin: 120px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.otzivy-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.otzivy-descr {
    margin: 20px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
}
.content-otzivy {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.item-otziv {
    width: 100%;
}
.otziv-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.up {
    width: 100%;
    padding: 0px 0px 0px 20px;
    display: flex;
    justify-content: flex-start;
    align-items:center;
}
.up p{
    font-size: 14px;
}
.up-img-1 {
    max-width: 100%;
}
.up-2 {
    padding: 10px 0px 10px 20px;
}
.daun {
    padding: 20px;
    font-size: 14px;
}
@media (max-width:1024px) {
    .otzivy-descr {
        font-size: 14px;
    }
}
@media (max-width:900px) {
    .up p{
        font-size: 14px;
    }
    .daun {
        padding: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
}
@media (max-width:768px) {
    .otzivy-descr {
        font-size: 13px;
    }
    .up p{
        font-size: 13px;
    }
}
@media (max-width:425px) {
    .otzivy {
        margin: 70px 0px 60px 0px;
        padding: 0px 0px 0px 0px;
    }
}
@media (max-width:320px) {
    .otzivy {
        margin: 60px 0px 40px 0px;
        padding: 0px 0px 0px 0px;
    }
}
/********* MAP ****************************/
.blokmap {
    width: 100%;
    margin: 100px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.blokmap-content { 
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.blokmap-content h3{
    text-align: center;
}
.content-blokmap {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-blokmap-col1 {
    flex: 0 0 50%;
    box-sizing:border-box;
}
.content-blokmap-col1 img{
    max-width: 100%;
}
.content-blokmap-col2 {
    flex: 0 0 50%;
    box-sizing:border-box;
    font-size: 15px;
    line-height: 1.65;
}
@media (max-width:1024px) {
    .content-blokmap-col2 {
        font-size: 14px;
        line-height: 1.65;
    }
}
@media (max-width:900px) {
    .content-blokmap {
        margin: 10px 0px 0px 0px;
    }
    .content-blokmap-col2 {
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width:768px) {
    .content-blokmap {
        margin: 20px 0px 0px 0px;
    }
    .content-blokmap-col2 {
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width:767px) {
    .blokmap-content h3{
        padding: 0px 20px 0px 20px;
    }
    .content-blokmap {
        width: 80%;
        margin: 0px 0px 0px 0px;
        flex-direction: column;
        align-items: center;
    }
    .content-blokmap-col1 {
        max-width: 100%;
        text-align: center;
    }
    .content-blokmap-col1 img{
        max-width: 70%;
        text-align: center;
    }
    .content-blokmap-col2 {
        flex: 0 0 100%;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.3;
    }
}
@media (max-width:767px) {
    .blokmap-content h3{
        padding: 0px 20px 0px 20px;
        font-size: 15px;
    }
    .content-blokmap {
        width: 90%;
    }
    .content-blokmap-col2 {
        font-size: 13px;
        line-height: 1.6;
    }
}
@media (max-width:425px) {
    .blokmap-content h3{
        padding: 0px 20px 0px 20px;
        font-size: 15px;
    }
    .content-blokmap {
        width: 100%;
    }
    .content-blokmap-col2 {
        font-size: 12px;
        line-height: 1.6;
    }
}
@media (max-width:375px) {
    .blokmap-content h3{
        padding: 0px 10px 0px 10px;
        font-size: 15px;
    }
    .content-blokmap {
        width: 100%;
    }
    .content-blokmap-col1 img{
        max-width: 100%;
    }
    .content-blokmap-col2 {
        font-size: 12px;
        line-height: 1.6;
    }
}
@media (max-width:320px) {
    .blokmap {
        margin: 60px 0px 50px 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
    }
}
/********** FOOTER ***********************/
.footer {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}
.uroven {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 370px;
    z-index: -1;
}
.content-footer {
    width:100%;
    margin: 0 auto;
    padding: 30px 10px 30px 10px;
    background:#282B34;
    color: #fff;
    z-index: 2;
}
.content-footer a{
    color: #fff;
    text-decoration: none;
}
.content-footer p{
    color:#D0D0D0;
}
.content-footer-up {
    width:100%;
    margin: 0 auto;
    padding: 0px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-footer img{
    max-width: 100%;
    margin: 0px 20px 0px 0px;
}
.logo-descr-footer {
    color: #fff!important;
}
.mail-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mail-footer p{
    margin: 0px 0px 5px 0px;
    background-image: url(../img/icon-mail.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12% auto;
    padding: 0px 0px 0px 30px;
}
.mail-footer-link {
    padding: 0px 0px 0px 30px;
    border-bottom: 1px dashed transparent;
}
.mail-footer-link:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.phone-footer p{
    margin: 0px 0px 0px 0px;
    background-image: url(../img/bullit.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 3% auto;
    padding: 0px 0px 0px 15px;
}
.phone-footer-link {
    font-size: 24px;
}
.phone-footer-link:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.button-footer {
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(180deg, #FC8080 0%, #CA3231 100%);
    border-radius: 4px;
    color: #fff;
}
.button-footer:hover {
    background: linear-gradient(90deg, #FC8080 0%, #CA3231 100%);
}
.content-footer-down {
    width: 100%;
    padding: 0px 10px 0px 10px;
}
.footer-menu {
    width: 100%;
    height: auto;
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-menu a{
    color:#E1E1E1;
    font-size: 14px;
    font-weight: 500;
}
.footer-menu a:hover {
    color: #ee3f3f;
    border-bottom: 1px dashed #ee3f3f;
}
.menu-2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.dspblk {
        display: none;
    }


@media (max-width: 1180px) {
    .footer {
        padding: 40px 0px 0px 0px;
    }
}
@media (max-width: 1024px) {
    .footer {
        padding: 0px 0px 0px 0px;
    }
    .uroven {
        display: none;
    }
    .content-footer p {
        font-size: 13px;
    }
    .mail-footer-link {
        padding: 0px 0px 0px 30px;
        font-size: 14px;
    }
    .phone-footer-link {
        font-size: 20px;
    }
    .button-footer {
        padding: 10px 25px 10px 25px;
        font-size: 15px;
    }
    .footer-menu {
        width: 100%;
        height: 40px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 900px) {
    .content-footer p {
        font-size: 12px;
    }
    .mail-footer p {
        background-size: 15% auto;
        padding: 0px 0px 0px 25px;
    }
    .mail-footer-link {
        padding: 0px 0px 0px 30px;
        font-size: 13px;
    }
    .phone-footer-link {
        font-size: 18px;
    }
    .button-footer {
        padding: 10px 25px 10px 25px;
        font-size: 14px;
    }
}
@media (max-width: 820px) {
    .content-footer-up {
        padding: 0px 10px 10px 10px;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .logo-footer {
        flex: 0 0 29%;
        padding: 0px 0px 0px 0px;
        justify-content: flex-start;
    }
    .logo-footer img{
        margin: 0px 10px 0px 0px;
    }
    .mail-footer {
        flex: 0 0 36%;
        padding: 0px 0px 0px 20px;
    }
    .phone-footer{
        flex: 0 0 35%;
    }
    .btn-footer {
        flex: 0 0 100%;
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
}
@media (max-width: 768px) {
    .logo-footer {
        flex: 0 0 33.333%;
        padding: 0px 0px 0px 0px;
        justify-content: flex-start;
    }
    .mail-footer {
        flex: 0 0 33.333%;
        padding: 0px 0px 0px 20px;
    }
    .phone-footer{
        flex: 0 0 33.333%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
}
@media (max-width: 714px) {
    .logo-footer {
        flex: 0 0 33.333%;
        padding: 0px 0px 0px 0px;
        justify-content: flex-start;
    }
    .mail-footer {
        flex: 0 0 33.333%;
        padding: 0px 0px 0px 20px;
    }
    .phone-footer{
        flex: 0 0 100%;
        margin: 10px 0px 10px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 700px) {
    .logo-footer {
        flex: 0 0 35%;
        padding: 0px 0px 0px 0px;
        justify-content: flex-start;
    }
    .mail-footer {
        flex: 0 0 35%;
        padding: 0px 0px 0px 20px;
    }
    .footer-menu{
        margin: 80px 0px 40px 0px;
    }
    .menu-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .menu-2 li{
        margin: 0px 0px 10px 0px;
    }
    .dspblk {
        display: flex;
        margin: 0 auto;
    }
}
@media (max-width: 630px) {
    .logo-footer {
        flex: 0 0 40%;
        padding: 0px 0px 0px 0px;
        justify-content: flex-start;
    }
    .mail-footer {
        flex: 0 0 40%;
        padding: 0px 0px 0px 20px;
    }
}
@media (max-width: 568px) {
    .logo-footer {
        flex: 0 0 100%;
        padding: 0px 0px 0px 0px;
        justify-content: center;
    }
    .mail-footer {
        flex: 0 0 100%;
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mail-footer-link {
        padding: 0px 0px 0px 0px;
        font-size: 15px;
    }
}
/****** POPUPS *********/
/****** POPUP 1 *********/
.overlay-1 {
    display:none; 
    position:fixed; 
    z-index:99999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000; 
}
.popup-1 {
    display:none; 
    position:fixed; 
    width:350px; 
    height:200px; 
    text-align: center;
    padding: 15px;
    top:20%; 
    left:45%; 
    margin:-100px 0 0 -100px; 
    z-index:100000;  
}
.close {
    display:block; 
    width:34px; 
    text-align:center; 
    cursor:pointer;  
    height:34px; 
    line-height:34px; 
    color:#000; 
    position:absolute; 
    top:15px; 
    right:15px; 
    text-decoration:none; 
    border-radius:3px; 
    font-size:30px;
    font-weight: 700; 
}    
.close:hover {
    color:red;
}
.h3-form-modal{
    margin: 0px 0px 0px 0px;
}
.descr-modal{
    margin: 0px 0px 10px 0px;
}
.content-form-0 {
    width: 100%;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.h3-form-modal {
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px 10px 0px;
}
.descr-modal{
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}
.content-form-0 input{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 15px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
.pole-0{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 20px 0px;
    padding: 15px 15px 15px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
@media (max-width:1024px) {
    .popup-1 {
        top:20%; 
        left:45%; 
    }
}
@media (max-width:900px) {
    .popup-1 {
        top:20%; 
        left:40%; 
    }
    .strelka-r {
        display: none;
}

}  
@media (max-width:860px) {
    .popup-1 {
        top:20%; 
        left:40%; 
    }
}   
@media (max-width:768px) {
    .popup-1 {
        padding: 10px;
        top:20%; 
        left:40%;
        font-size: 14px; 
    }
}  
@media (max-width:667px) {
    .popup-1 {
        top:35%; 
        left:40%;
    }
} 
@media (max-width:568px) {
    .popup-1 {
        top:35%; 
        left:35%;
    }
}     
@media (max-width:480px) {
    .popup-1 {
        width: 320px;
        height: 200px;
        top:20%; 
        left:35%;
    }
}   
@media (max-width:425px) {
    .popup-1 {
        width: auto;
        height: 200px;
        top:10%; 
        left:19%;
        margin: 0 auto;
    }
    .close {
        top:5px; 
        right:5px; 
        font-size:30px;
    } 
    .content-form-0 input {
        font-size: 14px;
        margin: 0px 0px 40px 0px;
        padding: 10px 10px 10px 10px;
    }
    .pole-0{
        font-size: 14px;
        margin: 0px 0px 40px 0px;
        padding: 10px 10px 10px 10px;
    }   
}  
@media (max-width:375px) {
    .popup-1 {
        width: auto;
        height: 200px;
        top:10%; 
        left:14%;
        font-size: 13px; 
    }
}    
@media (max-width:320px) {
    .popup-1 {
        width: auto;
        height: 200px;
        top:10%; 
        left:7%;
        font-size: 13px; 
    }
}  
/****** POPUP 2 *********/
.overlay-2 {
    display:none; 
    position:fixed; 
    z-index:99999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000; 
}
.popup-2 {
    display:none; 
    position:fixed; 
    width:450px; 
    height:auto; 
    text-align: center;
    padding: 15px;
    top:20%; 
    left:40%; 
    margin:-100px 0 0 -100px; 
    z-index:100000;  
}
textarea{
    resize: none;
}
.close {
    display:block; 
    width:34px; 
    text-align:center; 
    cursor:pointer;  
    height:34px; 
    line-height:34px; 
    color:#000; 
    position:absolute; 
    top:15px; 
    right:15px; 
    text-decoration:none; 
    border-radius:3px; 
    font-size:30px;
    font-weight: 700; 
}    
.close:hover {
    color:red;
}
.h3-form-modal{
    margin: 0px 0px 0px 0px;
}
.descr-modal{
    margin: 0px 0px 10px 0px;
}
.content-form-2 {
    width: 100%;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.h3-form-modal {
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px 10px 0px;
}
.descr-modal{
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}
.content-form-2 input{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
.pole-2{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
@media (max-width:1024px) {
    .popup-2 {
        top:15%; 
        left:35%; 
    }
}
@media (max-width:900px) {
    .popup-2 {
        top:15%; 
        left:30%; 
    }
}  
@media (max-width:860px) {
    .popup-2 {
        top:15%; 
        left:30%; 
    }
}   
@media (max-width:768px) {
    .popup-2 {
        padding: 10px;
        top:15%; 
        left:30%;
        font-size: 14px; 
    }
}  
@media (max-width:667px) {
    .popup-2 {
        top:15%; 
        left:30%;
    }
} 
@media (max-width:568px) {
    .popup-2 {
        top:15%; 
        left:27%;
    }
}     
@media (max-width:480px) {
    .popup-2 {
        width: 350px;
        height: 200px;
        top:15%; 
        left:32%;
    }
}   
@media (max-width:425px) {
    .popup-2 {
        width: 350px;
        height: 200px;
        top:10%; 
        left:8%;
        margin: 0 auto;
    }
    .close {
        top:5px; 
        right:5px; 
        font-size:30px;
    } 
    .content-form-2 input {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
        padding: 10px 10px 10px 10px;
    }
    .pole-2{
        font-size: 14px;
        margin: 0px 0px 40px 0px;
        padding: 10px 10px 10px 10px;
    }   
}  
@media (max-width:375px) {
    .popup-2 {
        width: 330px;
        height: 200px;
        top:10%; 
        left:6%;
        font-size: 13px; 
    }
}    
@media (max-width:320px) {
    .popup-2 {
        width: 300px;
        height: 200px;
        top:7%; 
        left:3%;
        font-size: 13px; 
    }
}  
/****** POPUP 3 *********/
.overlay-3 {
    display:none; 
    position:fixed; 
    z-index:99999; 
    opacity:0.7; 
    filter:alpha(opacity=50); 
    top:0; 
    right:0; 
    left:0; 
    bottom:0; 
    background:#000; 
}
.popup-3 {
    display:none; 
    position:fixed; 
    width:450px; 
    height:auto; 
    text-align: center;
    padding: 15px;
    top:20%; 
    left:40%; 
    margin:-100px 0 0 -100px; 
    z-index:100000;  
}
textarea{
    resize: none;
}
.close {
    display:block; 
    width:34px; 
    text-align:center; 
    cursor:pointer;  
    height:34px; 
    line-height:34px; 
    color:#000; 
    position:absolute; 
    top:15px; 
    right:15px; 
    text-decoration:none; 
    border-radius:3px; 
    font-size:30px;
    font-weight: 700; 
}    
.close:hover {
    color:red;
}
.h3-form-modal{
    margin: 0px 0px 0px 0px;
}
.descr-modal{
    margin: 0px 0px 10px 0px;
}
.content-form-2 {
    width: 100%;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
}
.h3-form-modal {
    font-size: 24px;
    font-weight: 900;
    margin: 20px 0px 10px 0px;
}
.descr-modal{
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
}
.content-form-2 input{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
.pole-3{
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 10px 15px 10px 15px;
    border: 1px solid rgb(216, 217, 218);
    border-radius: 10px;
    background-color:rgb(216, 217, 218);
}
@media (max-width:1024px) {
    .popup-3 {
        top:15%; 
        left:35%; 
    }
}
@media (max-width:900px) {
    .popup-3 {
        top:15%; 
        left:30%; 
    }
}  
@media (max-width:860px) {
    .popup-3 {
        top:15%; 
        left:30%; 
    }
}   
@media (max-width:768px) {
    .popup-3 {
        padding: 10px;
        top:15%; 
        left:30%;
        font-size: 14px; 
    }
}  
@media (max-width:667px) {
    .popup-3 {
        top:15%; 
        left:30%;
    }
} 
@media (max-width:568px) {
    .popup-3 {
        top:15%; 
        left:27%;
    }
}     
@media (max-width:480px) {
    .popup-3 {
        width: 350px;
        height: 200px;
        top:15%; 
        left:32%;
    }
}   
@media (max-width:425px) {
    .popup-3 {
        width: 350px;
        height: 200px;
        top:10%; 
        left:8%;
        margin: 0 auto;
    }
    .close {
        top:5px; 
        right:5px; 
        font-size:30px;
    } 
    .content-form-2 input {
        font-size: 14px;
        margin: 0px 0px 10px 0px;
        padding: 10px 10px 10px 10px;
    }
    .pole-3{
        font-size: 14px;
        margin: 0px 0px 40px 0px;
        padding: 10px 10px 10px 10px;
    }   
}  
@media (max-width:375px) {
    .popup-3 {
        width: 330px;
        height: 200px;
        top:10%; 
        left:6%;
        font-size: 13px; 
    }
}    
@media (max-width:320px) {
    .popup-3 {
        width: 300px;
        height: 200px;
        top:7%; 
        left:3%;
        font-size: 13px; 
    }
}
/******* WORKS-1 *****************/
.works-1 {
    width: 100%;
    margin: 0px 0px 80px 0px;
    padding: 90px 0px 0px 0px;
    position: relative;
	justify-content: flex-start;
}
.works-1-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-works-1 {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-works-1__item {
    flex: 0 0 280px;
    margin: 0px 0px 20px 0px;
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
}
.content-works-1__item a{
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    box-sizing:border-box;
    z-index: 0;
}
.works-1-link:hover{
    color: #ee3f3f;
    border-bottom: 1px dashed#ee3f3f;
}
.content-works-1__item img{
    max-width: 100%;
    transition: 0.3s;
}
.content-works-1__item img:hover{
   
}
@media (max-width: 900px) {
    .works-1 {
        margin: 0px 0px 80px 0px;
        padding: 30px 0px 0px 0px;
    }
    .content-works-1 {
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    .content-works-1__item a{
        font-size: 13px;
    }    
}
@media (max-width: 667px) {
    .content-works-1__item {
        flex: 0 0 50%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
    .content-works-1__item a{
        font-size: 12px;
    }   
}
@media (max-width: 568px) {
    .works-1 {
        margin: 0px 0px 80px 0px;
        padding: 50px 0px 0px 0px;
    }
}
@media (max-width: 425px) {
    .content-works-1__item {
        flex: 0 0 80%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 375px) {
    .content-works-1 {
        margin: 10px 0px 0px 0px;
    }
    .content-works-1__item {
        flex: 0 0 90%;
        margin: 0px 0px 20px 0px;
        padding: 0px 10px 0px 10px;
    }
}
@media (max-width: 320px) {
    .works-1-content {
        padding: 0px 0px 0px 0px;
    }
    .content-works-1__item {
        flex: 0 0 100%;
        padding: 0px 0px 0px 0px;
    }
}

/******* call-form *****************/

.call-form {
    width: 100%;
    height: 500px;
    margin: 1000px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/bg-2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.call-form-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}

}
.content-call-form{
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
  
@media (max-width: 1440px) {
    .call-form {
        height: 600px;
    }
}
@media (max-width: 1100px) {
    .call-form {
    height: 500px;
    margin-top: 800px;
    }
}
@media (max-width: 1024px) {
    .item p{
        font-size: 14px;
    }
}
@media (max-width: 1023px) {
    .call-form {
    height: 500px;
    margin-top: 800px;
    }
}
@media (max-width: 900px) {
    .call-form {
    height: 500px;
    margin-top: 800px;
    }
}
@media (max-width: 768px) {
    .call-form {
    height: 540px;
    margin-top: 800px;
    }
}
@media (max-width: 700px) {
    .call-form {
    height: 500px;
    margin-top: 550px;
    }
}
@media (max-width: 600px) {
    .call-form {
    height: 500px;
    margin-top: 550px;
    }
}
@media (max-width: 568px) {
    .call-form {
    height: 500px;
    margin-top: 550px;
    }
    .item p{
        font-size: 13px;
    }
}
@media (max-width: 480px) {
    .call-form {
    height: 500px;
    margin-top: 550px;
    }
}
@media (max-width: 425px) {
    .call-form {
    height: 500px;
    margin-top: 550px;
}
}
@media (max-width: 375px) {
    .call-form {
        height: 550px;
		margin: 550px 0px 40px 0px;
    }
}
@media (max-width: 320px) {
    .call-form {
        height: 540px;
        margin: 500px 0px 40px 0px;
    }
}

/******* ceni *****************/
.ceni {
    width: 100%;
    height: 600px;
    margin: 0px 0px 150px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-image: url(../img/bg-3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.ceni-content {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 300px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-ceni {
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
@media (max-width: 700px){
    .ceni {
        height: 400px;
        margin: 0px 0px 150px 0px;
    }
    .ceni-content {
        padding: 300px 20px 0px 20px;
    }
}
.ceni-2-content {
    width: 100%;
    margin: 300px 0px 0px 0px;
    padding: 700px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
@media (max-width: 666px){
    .ceni-2-content {
        padding: 450px 20px 0px 20px;
    }
}
@media (max-width: 460px){
    .ceni-2-content {
        padding: 450px 20px 0px 20px;
    }
}
@media (max-width: 376px){
    .ceni-2-content {
        padding: 550px 20px 0px 20px;
    }
}
@media (max-width: 350px){
    .ceni-2-content {
        padding: 700px 20px 0px 20px;
    }
}
@media (max-width: 330px){
    .ceni-2-content {
        padding: 550px 20px 0px 20px;
    }
}

/***** PREIMUSHESTVA ****************/
.preimushestva {
    width: 100%;
    margin: 950px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.content-preimushestva {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    text-align: center;
}

.content-preimushestva p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
@media (max-width: 900px) {
    .content-preimushestva p {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
    }
}
@media (max-width: 900px) {
    .content-preimushestva p {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
    }  
}
@media (max-width: 425px) {
    .content-preimushestva {
        padding: 0px 20px 0px 20px;
    }
}
@media (max-width: 665px){
    .preimushestva {
            margin: 650px 0px 80px 0px;
    }
}
@media (max-width: 460px){
    .preimushestva {
        margin: 750px 0px 80px 0px;
    }
}
@media (max-width: 376px){
    .preimushestva {
        margin: 800px 0px 80px 0px;
    }
}
@media (max-width: 370px){
    .preimushestva {
        margin: 900px 0px 80px 0px;
    }
}
@media (max-width: 350px){
    .preimushestva {
        margin: 1000px 0px 80px 0px;
    }
}
@media (max-width: 329px){
    .preimushestva {
        margin: 950px 0px 80px 0px;
    }
}
@media (max-width: 320px){
    .preimushestva {
        margin: 850px 0px 80px 0px;
    }
}
/******* call-form-2 *****************/

.call-form-2 {
    width: 100%;
    height: 500px;
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url(../img/bg-2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
@media (max-width: 1440px) {
    .call-form-2 {
        height: 600px;
    }
}
@media (max-width: 1100px) {
    .call-form-2 {
    height: 500px;

    }
}
}
@media (max-width: 1023px) {
    .call-form-2 {
    height: 500px;
    }
}
@media (max-width: 900px) {
    .call-form-2 {
    height: 400px;
    margin: 0px 0px 0px 0px;
    }
}
@media (max-width: 768px) {
    .call-form-2 {
    height: 400px;
    }
}
@media (max-width: 700px) {
    .call-form-2 {
    height: 400px;
    }
}
@media (max-width: 600px) {
    .call-form-2 {
    height: 400px;
    margin: -100px 0px 0px 0px;
    }
}
@media (max-width: 568px) {
    .call-form-2 {
    height: 400px;
    }

}
@media (max-width: 480px) {
    .call-form-2 {
    height: 400px;
    }
}
@media (max-width: 425px) {
    .call-form-2 {
    height: 350px;
}
}
@media (max-width: 375px) {
    .call-form-2 {
        height: 350px;
		margin: -50px 0px 40px 0px;
    }
}
@media (max-width: 320px) {
    .call-form-2 {
        height: 400px;
        margin: -50px 0px 40px 0px;
    }
}
/********* KARUSELY **********************/
.karusely {
    width: 100%;
    margin: 100px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
}
.karusely-content {
    width: 100%;
    margin: 100px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.content-karusely {
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
}
.karusely-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    position: relative;
}
.karusely-item img{
    max-width: 100%;
    flex: 1 1 100%;
    min-height: 265px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.karusely-item H4{
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: 600;
}
.karusely-item p{
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}
@media (max-width: 1024px){
    .karusely {
        margin: 80px 0px 80px 0px;
    }
}
@media (max-width: 900px){
    .karusely-content {
        margin: 100px 0px 0px 0px;
    }
}
@media (max-width: 768px){
    .karusely {
        margin: 80px 0px 80px 0px;
    }
	.karusely-content {
        margin: 100px 0px 0px 0px;
    }
}
@media (max-width: 700px){
    .karusely {
        margin: 80px 0px 80px 0px;
    }
}
@media (max-width: 667px){
    .karusely {
        margin: 80px 0px 80px 0px;
    }
    .karusely-item p {
        font-size: 12px;
        line-height: 1.4;
    }
	.karusely-content {
        margin: 100px 0px 0px 0px;
    }
}
@media (max-width: 568px){
    .karusely-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .karusely-item img{
        max-width: 70%;
    }
}
@media (max-width: 375px){
    .content-karusely {
        margin: 20px 0px 0px 0px;
    }
    .karusely-item img{
        max-width: 85%;
    }
    .number {
        position: absolute;
        top:15px;
        left: 45%;
    }
}
@media (max-width: 320px){
    .karusely-item img{
        max-width: 100%;
    }
}

/*********MENU **********************/

.da-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin: 0;
  padding: 0; }

.da-menu > li {
  position: relative;
}

.da-submenu {
  position: absolute;
  margin: 22px 5px 5px 5px;
  background-color: #3E4149;
  left: -0.8em;
  z-index: 5;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.2);
  opacity: 0;
  padding: 1em 1em 1em 1.5em;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.da-submenu li {
  position: relative;
  padding: 5px; }

.da-submenu > li > a {
  color: #E1E1E1;
  font-size: 0.87em;
  font-weight: 500;
  width: 100%;
  white-space: nowrap; }
  .da-submenu > li > a:hover {
    color: #EE3F3F; }

.da-submenu-2  {
  position: absolute;
  background-color: #3E4149;
  left: -0.8em;
  z-index: 5;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9.1px 0.9px rgba(0, 0, 0, 0.2);
  opacity: 0;
  padding: 1em 1em 1em 1.5em;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }

.da-submenu-2 li {
  position: relative; }

.da-submenu-2 > li > a {
  color: #E1E1E1;
  font-size: 0.87em;
  font-weight: 500;
  width: 100%;
  white-space: nowrap; }
  .da-submenu-2 > li > a:hover {
    color: #EE3F3F; }

.da-submenu .da-submenu-2 {
  position: absolute;
  top: -9px;
  left: 107%; }

.da-menu li:hover > .da-submenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px); }

.da-menu li:hover > .da-submenu-2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  transform: translateY(-7px); }
  
  

 @media (max-width: 600px){
    .da-menu{
        flex-direction: column;
        justify-content : space-between;
    }
    
}

/*************conteiner dlea drugie straniti*********/

.other-page-content {
	padding: 10px 20px 20px 20px;
}
/*************Click*********/

@media (max-width: 600px) {
.da-submenu{
    display: none;
}
.da-submenu-2 {
    display: none;
}

.da-submenu-ssub {
    display: none;
}



.arrows {
    background: url(../fonts/small-down.svg) no-repeat right;
  }  

.arrows_active {

    background: url(../fonts/small-down.svg) no-repeat right;
          }
          
.arrows2 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }          
.arrows3 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }   
 
 .arrows4 {
    background: url(../fonts/small-down.svg) no-repeat right;
  } 
  
.arrows5 {
    background: url(../fonts/small-down.svg) no-repeat right;
  } 
  
.arrows6 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }   
  
.arrows7 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }   
  
.arrows8 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }   
 .arrows9 {
    background: url(../fonts/small-down.svg) no-repeat right;
  }            
.arrows_active > .da-submenu {
    display: block;
}
.arrows_active > .da-submenu-2 {
    display: block;
}
.arrows_ssub_active > .da-submenu-ssub, .da-submenu {
    display: block;
    
}
.da-submenu .da-submenu-2 {
    position: absolute;
    top: 36px;
    left: 25%;
}
.dspn {
    display: none;
}
}
.adrsx {
    margin: 5px 0 10px 0;
}
